@charset "utf-8";
/* 
** index 
*************************************************/
/* bg ********************************/
#index {
  position: relative;
}
.index-left {
  width: 40%;
  height: 100%;
  background: url("../img/bg-left.png") no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.index-right {
  width: 40%;
  height: 100%;
  background: url("../img/bg-right.png") no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1920px) {
  /* bg ********************************/
  .index-left {
    width: 33%;
  }
  .index-right {
    width: 33%;
  }
}
/* contents ********************************/
.index-container {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/* mv */
.index-mvBox {
  position: relative;
}
.index-mvBox video {
  position: absolute;
  width: 100%;
  z-index: -1;
  background: url("../img/MV_cover.png") no-repeat top center;
  background-size: cover;
  height: 100%;
}
/* slider */
.index-sliderBg {
  background-color: #706450;
  padding: 0 5% 5%;
  margin-top: -4%;
  position: relative;
}
.index-slider {
  padding-bottom: 40px !important;
}

.index-slider
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.index-slider
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 15px;
}
.index-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.index-slider .swiper-pagination-bullet-active {
  transform: scale(1.5);
}
@media only screen and (max-width: 468px) {
  /* slider */
  .index-slider {
    padding-bottom: 35px !important;
  }
  .index-slider
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .index-slider
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 7px;
  }
}
/* modal */
.remodal-wrapper {
  padding: 50px 0 !important;
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.6) !important;
}
.remodal.index-proDetail {
  width: 600px;
  max-width: 82%;
  max-height: calc(100vh - 100px);
  min-height: 200px;
  overflow-y: auto;
  padding: 50px 35px 35px;
  box-sizing: border-box;
  position: relative;
  font-family: "游ゴシック", "Lucida Sans Unicode", "Lucida Grande", Arial,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
  margin-bottom: 1px;
  color: #706450;
}
.remodal.index-proDetail::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.remodal.index-proDetail::-webkit-scrollbar-thumb {
  background-color: #b8a77d;
  border-radius: 4px;
}
button.remodal-cancel.index-proClose {
  position: fixed;
  top: 7px;
  right: 5px;
  font-size: 1.5rem;
  width: 35px;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  padding: 0;
  box-sizing: border-box;
  padding-top: 1px;
  background: #999999;
}
.index-proDesc {
  text-align: left;
  padding: 12px 0;
  box-sizing: border-box;
}
.index-proDesc h4 {
  font-weight: 400;
  margin: 0 0 12px;
  font-size: 1.1em;
}
.index-proSectionTitle {
  color: #b8a77d;
  font-weight: 500;
}
.index-proDesc h4 .index-proSectionTitle {
  display: inline-block;
  font-size: 0.9em;
  margin-bottom: 6px;
  box-sizing: border-box;
}
.index-proDesc p,
.index-proDesc li {
  margin: 12px 0;
  font-size: 1em;
}
.index-proInc {
  background: linear-gradient(transparent 65%, #ffeead 65%);
}
.index-proDetail hr {
  border-bottom: none;
  border-top: dotted 1px #cabd9e;
  margin: 0;
}
p.index-proSectionTitle {
  margin: 6px 0 12px;
}
.index-proDesc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.index-proDesc ul li {
  margin: 6px 0;
}
.index-proRecomend li {
  position: relative;
  padding-left: 0.7em;
  box-sizing: border-box;
}
.index-proRecomend li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #706450;
}
.index-proButtons {
  margin-top: 24px;
}
.index-proButtons a {
  width: 100%;
  height: 60px;
  background: #449980;
  margin: 20px 0 0;
  position: relative;
  display: block;
  color: #fff;
  border-radius: 30px;
}
.index-proButtons span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 1;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 600;
}
@media only screen and (max-width: 468px) {
  /* modal */
  .remodal-wrapper {
    padding: 30px 0 !important;
  }
  .remodal.index-proDetail {
    max-height: calc(100vh - 60px);
    padding: 32px 20px 20px;
  }
  .remodal.index-proDetail::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  button.remodal-cancel.index-proClose {
    font-size: 1.3rem;
    width: 24px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .index-proDesc {
    text-align: left;
    padding: 12px 0;
    box-sizing: border-box;
  }
  .index-proDesc h4 {
    font-weight: 400;
    margin: 0 0 12px;
    font-size: 1.1em;
  }
  .index-proSectionTitle {
    color: #b8a77d;
    font-weight: 500;
  }
  .index-proDesc h4 .index-proSectionTitle {
    display: inline-block;
    font-size: 0.9em;
    margin-bottom: 6px;
    box-sizing: border-box;
  }
  .index-proDesc p,
  .index-proDesc li {
    margin: 12px 0;
    font-size: 1em;
  }
  .index-proInc {
    background: linear-gradient(transparent 65%, #ffeead 65%);
  }
  .index-proDetail hr {
    border-bottom: none;
    border-top: dotted 1px #cabd9e;
    margin: 0;
  }
  p.index-proSectionTitle {
    margin: 6px 0 12px;
  }
  .index-proDesc ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .index-proDesc ul li {
    margin: 6px 0;
  }
  .index-proRecomend li {
    position: relative;
    padding-left: 0.7em;
    box-sizing: border-box;
  }
  .index-proRecomend li::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #706450;
  }
  .index-proButtons {
    margin-top: 16px;
  }
  .index-proButtons a {
    height: 55px;
    margin: 16px 0 0;
  }
  .index-proButtons span {
    font-size: 1em;
  }
}
.sec10-3_CTA {
  padding-bottom: 8%;
  box-sizing: border-box;
  background: #fff;
}
/* footer */
footer {
  background: #706450;
  font-family: "游ゴシック", "Lucida Sans Unicode", "Lucida Grande", Arial,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
}
.f-box {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  padding: 52px 24px 24px;
  box-sizing: border-box;
}
.f-logo {
  width: 220px;
  max-width: 100%;
  margin: 0 auto 28px;
}
.f-sns {
  text-align: center;
}
.f-box a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.f-sns a i {
  font-size: 1.3em;
  text-align: center;
}
.f-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.f-links li {
  margin: 16px 0;
  font-size: 1.2em;
  text-align: center;
}
#copyright {
  padding: 8px 0;
  box-sizing: border-box;
  background: #5e5042;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 468px) {
  .f-box {
    padding: 48px 24px 24px;
  }
  .f-logo {
    width: 180px;
    max-width: 100%;
    margin: 0 auto 24px;
  }
  .f-sns a i {
    font-size: 1.2em;
    text-align: center;
  }
  .f-links li {
    margin: 12px 0;
    font-size: 1.1em;
  }
  #copyright {
    padding: 8px 0;
  }
}
/* cta ********************************/
.cta-setInBox {
  position: relative;
}
.cta-setBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 89%;
}
.cta-setBtn .cartjs_box {
  padding: 0 !important;
}
.cta-setBtn .cartjs_product_table {
  display: none;
}
.cta-setBtn .cartjs_cart_in input[type="submit"] {
  margin-bottom: 0 !important;
  width: 75% !important;
  height: 90px !important;
  border-radius: 45px !important;
  background: #449980 !important;
  font-size: 1.5rem !important;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
  font-family: "Zen Maru Gothic", serif;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .cta-setBtn .cartjs_cart_in input[type="submit"] {
    height: 74px !important;
    border-radius: 37px !important;
    font-size: 1.2rem !important;
  }
}
@media only screen and (max-width: 468px) {
  .cta-setBtn .cartjs_cart_in input[type="submit"] {
    height: 60px !important;
    border-radius: 30px !important;
    font-size: 1rem !important;
  }
}
