@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "futura-pt", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
  background-color: #fff;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  opacity: 1;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
}
#loading-bg figure {
  width: 50%;
  max-width: 200px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

div#mainArea {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-image: url(../images/main_sp.jpg);
  background-size: cover;
  background-position: center center;
}
div#mainArea::before {
  content: "";
  display: block;
  padding-top: 100%;
  padding-top: 177.8666666667%;
}
@media screen and (min-width: 1000px) {
  div#mainArea {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-image: url(../images/main_pc.jpg);
    background-size: cover;
    background-position: center center;
  }
  div#mainArea::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
div#mainArea .sub {
  position: absolute;
  width: 40%;
  top: 3%;
  right: 3%;
}
@media screen and (min-width: 1000px) {
  div#mainArea .sub {
    width: 15%;
    top: 10%;
    right: 10%;
  }
}
div#mainArea .title {
  position: absolute;
}
@media screen and (max-width: 999px) {
  div#mainArea .title {
    width: 84%;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 1000px) {
  div#mainArea .title {
    width: 66%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
div#mainArea .logo {
  position: absolute;
}
@media screen and (max-width: 999px) {
  div#mainArea .logo {
    width: 40%;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (min-width: 1000px) {
  div#mainArea .logo {
    width: 15%;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

#content {
  width: 100%;
  margin: 90px auto 80px;
}
@media screen and (min-width: 1000px) {
  #content {
    max-width: 900px;
    margin: 0 auto 180px;
  }
}

#content .section {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #content .section {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 0;
  }
}

#content .section._01 .first {
  width: 80%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 1000px) {
  #content .section._01 .first {
    width: 450px;
    margin: 10% auto 3%;
  }
}
#content .section._02 .first {
  width: 78.7%;
  margin: 0 auto 16% 0;
}
@media screen and (min-width: 1000px) {
  #content .section._02 .first {
    width: 42%;
  }
}
#content .section._02 .second {
  width: 78.8%;
  margin: 0 0 16% auto;
}
@media screen and (min-width: 1000px) {
  #content .section._02 .second {
    width: 42%;
    margin: -60% 0 0 auto;
  }
}
#content .section._02 .third {
  width: 80%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 1000px) {
  #content .section._02 .third {
    width: 44%;
    margin: -10% auto 3%;
  }
}
#content .section._03 .first {
  width: 100%;
  margin: 0 auto 16%;
}
@media screen and (min-width: 1000px) {
  #content .section._03 .first {
    max-width: 750px;
  }
}
#content .section._03 .second {
  width: 62%;
  margin: 0 auto 5% 0;
}
@media screen and (min-width: 1000px) {
  #content .section._03 .second {
    width: 32%;
    margin: 0 auto 5% 11%;
  }
}
#content .section._03 .third {
  width: 67.8%;
  margin: 0 0 5% auto;
}
@media screen and (min-width: 1000px) {
  #content .section._03 .third {
    width: 36%;
    margin: -40% 12% 3% auto;
  }
}
#content .section._04 .first {
  width: 82.4%;
  margin: 0 auto 16%;
}
@media screen and (min-width: 1000px) {
  #content .section._04 .first {
    max-width: 450px;
    margin: 0 auto 16% 0;
  }
}
#content .section._04 .second {
  width: 54.8%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1000px) {
  #content .section._04 .second {
    width: 33.8%;
    margin: -26% 0 0 auto;
  }
}
#content .section._04 .third {
  width: 54.8%;
  margin: -20% auto 5% 0;
}
@media screen and (min-width: 1000px) {
  #content .section._04 .third {
    width: 38.8%;
    margin: -31% auto 3%;
  }
}
#content .section._05 .first {
  width: 82.4%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1000px) {
  #content .section._05 .first {
    max-width: 440px;
    margin: 0 12% 0 auto;
  }
}
#content .section._05 .second {
  width: 47.8%;
  margin: -8% auto 5% 0;
}
@media screen and (min-width: 1000px) {
  #content .section._05 .second {
    width: 30%;
    margin: -38% auto 3% 12%;
  }
}
#content .section._06 .first {
  width: 89.8%;
  margin: 0 auto 15% 0;
}
@media screen and (min-width: 1000px) {
  #content .section._06 .first {
    width: 44%;
    margin: 0 auto 10% 5%;
  }
}
#content .section._06 .second {
  width: 70%;
  margin: 0 0 5% auto;
}
@media screen and (min-width: 1000px) {
  #content .section._06 .second {
    width: 38%;
    margin: -56% 5% 3% auto;
  }
}
#content .section._07 .side {
  width: 81.8%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 1000px) {
  #content .section._07 .side {
    display: flex;
    max-width: 600px;
    margin-bottom: 3%;
  }
}
#content .section._08 .side {
  width: 100%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 1000px) {
  #content .section._08 .side {
    display: flex;
    align-items: center;
    max-width: 700px;
  }
}
#content .section._08 .side .first {
  width: 100%;
  margin: 0 auto 15%;
}
@media screen and (min-width: 1000px) {
  #content .section._08 .side .first {
    width: 50%;
    margin: 0 auto;
  }
}
#content .section._08 .side .second {
  width: 78.8%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 1000px) {
  #content .section._08 .side .second {
    width: 40%;
    margin-bottom: 3%;
  }
}
#content .section._09 .side {
  margin: 0 auto 5%;
}
@media screen and (min-width: 1000px) {
  #content .section._09 .side {
    display: flex;
    max-width: 800px;
  }
}
#content .section._09 .side .first {
  width: 90.4%;
  margin: 0 auto 25% 0;
}
@media screen and (min-width: 1000px) {
  #content .section._09 .side .first {
    width: 50%;
    margin: 0 auto;
  }
}
#content .section._09 .side .second {
  width: 77.2%;
  margin: 0 0 5% auto;
}
@media screen and (min-width: 1000px) {
  #content .section._09 .side .second {
    width: 40%;
    margin: 25% 0 3% auto;
  }
}
#content .section._10 .first {
  width: 89.2%;
  margin: 0 auto 16%;
}
@media screen and (min-width: 1000px) {
  #content .section._10 .first {
    width: 48%;
    margin: 0 0 16% auto;
  }
}
#content .section._10 .second {
  width: 71.5%;
  margin: 0 0 16% auto;
}
@media screen and (min-width: 1000px) {
  #content .section._10 .second {
    width: 38%;
    margin: -60% auto 0 0;
  }
}
#content .section._10 .third {
  width: 78.2%;
  margin: 0 auto 5% 0;
}
@media screen and (min-width: 1000px) {
  #content .section._10 .third {
    width: 36%;
    margin: -10% 20% 3% auto;
  }
}
#content .section._11 .side_1 {
  width: 100%;
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #content .section._11 .side_1 {
    width: 60%;
  }
}
#content .section._11 .side {
  width: 100%;
  display: flex;
  margin: 0 auto 5%;
}
@media screen and (min-width: 1000px) {
  #content .section._11 .side {
    width: 60%;
    margin-bottom: 3%;
  }
}

.price_box {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .price_box {
    width: 30%;
    margin: 0 auto;
  }
}
.price_box ul.group:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .price_box ul.group:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.price_box ul li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .price_box ul li:not(:first-child) {
    margin-top: 10px;
  }
}
.price_box ul li.position {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  text-decoration: underline;
}
.price_box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  line-height: 1.6;
  transition: 0.4s;
}
@media screen and (min-width: 1000px) {
  .price_box ul li a {
    font-size: 14px;
  }
}
.price_box ul li a:not([class=disabled]) {
  /*&::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    //opacity: 0;
    transition: .4s;
  }
  &:hover::after {
    opacity: 0.5;
  }*/
}
.price_box ul li a:not([class=disabled]):hover {
  cursor: pointer;
}
.price_box ul li a.disabled {
  background-color: transparent;
  color: #000000;
  border: none;
  padding: 1px 0;
  font-weight: normal;
  opacity: 0.5;
}
.price_box ul li a span.price {
  margin-left: 5px;
}
.price_box ul li a span.notice {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
}
.price_box ul li a span.buy {
  display: inline-block;
  width: 60px;
  border: 1px solid #000;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  padding: 0 5px;
  border-radius: 15px;
}
@media screen and (min-width: 1000px) {
  .price_box ul li a span.buy {
    width: 60px;
    border-radius: 15px;
  }
}
.price_box ul li a span.buy:hover {
  background-color: #000;
  color: #fff;
}

#itemlist {
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #itemlist {
    margin: 60px auto 40px;
  }
}
#itemlist a {
  position: relative;
  color: #000;
  text-decoration: none;
  border-radius: 25px;
}
@media screen and (min-width: 1000px) {
  #itemlist a {
    width: 280px;
    border: 1px solid #000;
    padding: 15px 0;
    text-align: center;
    display: block;
    margin: 0 auto 30px;
    font-size: 24px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 999px) {
  #itemlist a {
    width: 60%;
    border: 1px solid #000;
    padding: 15px 0;
    text-align: center;
    display: block;
    margin: 0 auto 15px;
    font-size: 20px;
  }
}
#itemlist a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.2s;
  z-index: -1;
  border-radius: 25px;
}
#itemlist a:hover {
  color: #fff;
}
#itemlist a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

footer {
  width: 96%;
  margin: 40% auto 10%;
}
@media screen and (min-width: 1000px) {
  footer {
    width: 650px;
    margin: 10% auto;
  }
}
footer .logo {
  width: 55%;
  margin: 15% auto 5%;
}
@media screen and (min-width: 1000px) {
  footer .logo {
    width: 300px;
  }
}
footer h4 {
  text-align: center;
  font-size: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  footer h4 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 999px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .pc_none {
    display: none !important;
  }
}

div[class*=section] {
  margin-bottom: 120px !important;
}
@media screen and (min-width: 1000px) {
  div[class*=section] {
    margin-bottom: 180px !important;
  }
}

/*----- フェードイン -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 1s;
}

.inviewfadeInUp01 {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 1s;
  transition-delay: 1s;
}

.fadeInUp {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

/*----- ズームイン -----*/
.inviewzoomIn {
  transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  transition: 0.8s;
}

.zoomIn {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/*jQueryのCSS
--------------------------------------*//*# sourceMappingURL=style.css.map */