@charset "UTF-8";
@media print {
  a {
    text-decoration: none !important;
  }
  .fixed {
    position: static !important;
  }
}

a {
  text-decoration: none;
}

a {
  color: inherit;
}

a:hover, a:active, a:focus {
  outline: none;
  color: inherit;
}

a[href^="tel:"] {
  cursor: default;
  color: inherit;
}

a[href^="tel:"]:hover, a[href^="tel:"]:focus, a[href^="tel:"]:active {
  color: inherit;
  text-decoration: none;
}

.animate__animated {
  visibility: hidden;
}

html {
  overflow-x: hidden;
  scroll-behavior: auto !important;
}

@media (max-width: 991.98px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: 'Noto Sans JP',"メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  color: #333333;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../images/back.jpg);
  background-size: cover;
}

.noto-serif {
  font-family: 'Noto Serif JP';
}

.container {
  max-width: 1164px;
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #999999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.visual {
  position: relative;
  background: #141414;
  overflow: hidden;
}

.visual-space {
  position: relative;
}

.visual-space-main {
  max-width: 67vw;
}

@media (max-width: 1399.98px) {
  .visual-space-main {
    max-width: 68vw;
  }
}

@media (max-width: 1199.98px) {
  .visual-space-main {
    max-width: 64vw;
  }
}

@media (max-width: 991.98px) {
  .visual-space-main {
    max-width: 56vw;
  }
}

@media (max-width: 767.98px) {
  .visual-space-main {
    max-width: 57vw;
  }
}

@media (max-width: 575.98px) {
  .visual-space-main {
    max-width: 100%;
  }
}

.visual-space-warc {
  max-width: 10vw;
  position: absolute;
  top: 2.5%;
  left: 19%;
}

@media (max-width: 1199.98px) {
  .visual-space-warc {
    max-width: 20%;
    left: 2%;
  }
}

.visual-space-catch {
  max-width: 42vw;
  position: absolute;
  bottom: -3%;
  left: 16%;
}

@media (max-width: 1399.98px) {
  .visual-space-catch {
    max-width: 47vw;
  }
}

@media (max-width: 1199.98px) {
  .visual-space-catch {
    max-width: 60vw;
    left: -2%;
    bottom: -3%;
  }
}

@media (max-width: 991.98px) {
  .visual-space-catch {
    max-width: 50vw;
  }
}

@media (max-width: 767.98px) {
  .visual-space-catch {
    bottom: -2%;
  }
}

@media (max-width: 575.98px) {
  .visual-space-catch {
    max-width: 95%;
    left: -2%;
    bottom: -3%;
  }
}

.visual-peafowl {
  max-width: 22vw;
}

@media (max-width: 1399.98px) {
  .visual-peafowl {
    max-width: 22vw;
  }
}

@media (max-width: 1199.98px) {
  .visual-peafowl {
    max-width: 28vw;
  }
}

@media (max-width: 991.98px) {
  .visual-peafowl {
    max-width: 30vw;
  }
}

@media (max-width: 767.98px) {
  .visual-peafowl {
    max-width: 28vw;
  }
}

@media (max-width: 575.98px) {
  .visual-peafowl {
    max-width: 100%;
  }
}

.visual-coupon {
  text-align: center;
  font-size: 1.375em;
  font-weight: bold;
  margin: 0;
  color: #FFFFFF;
}

@media (max-width: 1399.98px) {
  .visual-coupon {
    font-size: 1.1875em;
  }
}

@media (max-width: 1199.98px) {
  .visual-coupon {
    font-size: 1.125em;
  }
}

@media (max-width: 767.98px) {
  .visual-coupon {
    font-size: 0.8125em;
  }
}

@media (max-width: 575.98px) {
  .visual-coupon {
    font-size: 1.125em;
  }
}

.visual-notes {
  text-align: center;
  font-size: 0.875em;
  font-weight: bold;
  margin: 0;
  color: #FFFFFF;
}

.buy_link {
  display: block;
  border-radius: 30px;
  background: #F29F67;
  color: #FFFFFF;
  border: 2px solid #F29F67;
  text-align: center;
  font-size: 2.0625em;
  font-weight: bold;
  padding: 0.35em 0.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1399.98px) {
  .buy_link {
    font-size: 1.5625em;
  }
}

@media (max-width: 1199.98px) {
  .buy_link {
    font-size: 1.25em;
  }
}

@media (max-width: 767.98px) {
  .buy_link {
    font-size: 1.125em;
  }
}

@media (max-width: 575.98px) {
  .buy_link {
    font-size: 1.375em;
  }
}

.buy_link:hover, .buy_link:active, .buy_link:focus {
  color: #F29F67;
  background: #FFFFFF;
}

.img_link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.img_link:hover, .img_link:active, .img_link:focus {
  opacity: 0.9;
}

.beauty {
  padding: 3em 0;
  position: relative;
  overflow: hidden;
}

.beauty:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 575.98px) {
  .beauty:before {
    background: rgba(255, 255, 255, 0.8);
  }
}

.beauty-movie {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.beauty-text {
  font-size: 1.5625em;
  line-height: 1.64em;
  margin: 0;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .beauty-text {
    font-size: 1.4375em;
  }
}

@media (max-width: 991.98px) {
  .beauty-text {
    font-size: 1.1875em;
  }
}

@media (max-width: 767.98px) {
  .beauty-text {
    text-align: center;
    font-size: 1.125em;
  }
}

.beauty-text .text_small {
  font-size: 80%;
}

h2 {
  display: block;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#4b4b4b), color-stop(50%, #141414), to(#4b4b4b));
  background: linear-gradient(0deg, #4b4b4b 0%, #141414 50%, #4b4b4b 100%);
  padding: 1.75em 0;
  margin: 0;
}

.feature {
  padding: 3em 0;
  position: relative;
  overflow: hidden;
}

.feature:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.95) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.feature-catch01 {
  margin-left: -2vw;
}

@media (max-width: 1199.98px) {
  .feature-catch01 {
    max-width: 20vw;
    margin-right: 2vw;
  }
}

@media (max-width: 575.98px) {
  .feature-catch01 {
    max-width: 100%;
    margin: 0;
  }
}

.feature-catch02 {
  margin-right: -2vw;
}

@media (max-width: 1199.98px) {
  .feature-catch02 {
    max-width: 20vw;
    margin-left: 2vw;
  }
}

@media (max-width: 575.98px) {
  .feature-catch02 {
    max-width: 100%;
    margin: 0;
  }
}

.feature-space {
  max-width: 860px;
}

.feature-text {
  font-size: 1.625em;
  margin: 0;
  color: #FFFFFF;
  line-height: 1.923em;
}

@media (max-width: 767.98px) {
  .feature-text {
    font-size: 1.125em;
  }
}

.feature-text.text_small {
  font-size: 1.25em;
  line-height: 1.5em;
}

@media (max-width: 767.98px) {
  .feature-text.text_small {
    font-size: 0.9375em;
  }
}

.worries {
  padding: 3em 0;
  position: relative;
  overflow: hidden;
}

.worries:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: block;
  background: rgba(255, 255, 255, 0.8);
}

.worries-component {
  margin: 0 -10px;
}

@media (max-width: 1199.98px) {
  .worries-component {
    margin: 0;
  }
}

.worries-text {
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 0;
  text-indent: -3.5em;
  padding-left: 3.5em;
}

@media (max-width: 767.98px) {
  .worries-text {
    font-size: 1.125em;
  }
}

.howto {
  padding: 3em 0;
  position: relative;
  overflow: hidden;
}

.howto:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.95) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.howto-text {
  font-size: 1.625em;
  line-height: 1.53em;
  text-align: justify;
  color: #FFFFFF;
  padding: 0 1em 0 1.9em;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .howto-text {
    padding: 0 0 0 1.2em;
    font-size: 1.4375em;
  }
}

@media (max-width: 991.98px) {
  .howto-text {
    font-size: 1.25em;
  }
}

@media (max-width: 767.98px) {
  .howto-text {
    font-size: 1.125em;
    padding: 0 0 0 1em;
  }
}

@media (max-width: 575.98px) {
  .howto-text {
    padding: 0 2em;
  }
}

.voice {
  padding: 5em 0;
  position: relative;
  overflow: hidden;
}

.voice:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: block;
  background: rgba(255, 255, 255, 0.8);
}

.voice-text {
  font-size: 1.3125em;
  text-align: right;
  margin: 0;
}

@media (max-width: 767.98px) {
  .voice-text {
    font-size: 1.125em;
  }
}

.node {
  background: #F29F67;
  position: relative;
  padding: 40px 0;
  margin: 0 0 100px;
}

@media (max-width: 767.98px) {
  .node {
    padding: 20px 0;
    margin: 0 0 50px;
  }
}

.node:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -70px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #F29F67 transparent transparent transparent;
  border-width: 70px 70px 0 70px;
}

@media (max-width: 767.98px) {
  .node:after {
    bottom: -35px;
    border-width: 35px 35px 0 35px;
  }
}

.secret-notused {
  font-size: 1.625em;
  line-height: 1.53em;
  border: 1px solid #333333;
  padding: 0.5em 1em;
  margin: 0;
}

@media (max-width: 767.98px) {
  .secret-notused {
    font-size: 1.125em;
  }
}

.product {
  padding: 5em 0 3em;
  position: relative;
  overflow: hidden;
}

.product:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.95) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.product-eye {
  width: auto;
  max-width: 115%;
}

@media (max-width: 575.98px) {
  .product-eye {
    max-width: 100%;
  }
}

.product-coupon {
  text-align: center;
  font-size: 1.5625em;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
}

@media (max-width: 991.98px) {
  .product-coupon {
    font-size: 1.25em;
  }
}

@media (max-width: 575.98px) {
  .product-coupon {
    font-size: 1.25em;
  }
}

.product-notes {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
}

@media (max-width: 991.98px) {
  .product-notes {
    font-size: 0.9375em;
  }
}

@media (max-width: 575.98px) {
  .product-notes {
    font-size: 0.875em;
  }
}

.product-exclusive {
  border: 1px solid #FFFFFF;
  padding: 1em 1.5em;
}

.product-exclusive-title {
  color: #F29F67;
  font-weight: bold;
  font-size: 2.1875em;
  text-align: center;
  margin: 0;
}

@media (max-width: 767.98px) {
  .product-exclusive-title {
    font-size: 1.875em;
  }
}

@media (max-width: 575.98px) {
  .product-exclusive-title {
    font-size: 1.375em;
  }
}

.product-exclusive-title span {
  font-size: 142.8%;
}

.product-exclusive-text {
  color: #FFFFFF;
  font-size: 1.625em;
  line-height: 1.538em;
}

@media (max-width: 767.98px) {
  .product-exclusive-text {
    font-size: 1.125em;
  }
}

.product-attention {
  font-size: 1.25em;
  color: #FFFFFF;
  line-height: 1.5em;
}

@media (max-width: 767.98px) {
  .product-attention {
    font-size: 1em;
  }
}

.limited {
  background: #B19552;
  padding: 6em 0;
}

@media (max-width: 991.98px) {
  .limited {
    padding: 5em 0;
  }
}

@media (max-width: 767.98px) {
  .limited {
    padding: 4em 0;
  }
}

@media (max-width: 575.98px) {
  .limited {
    padding: 1em 0;
  }
}

.limited-img {
  position: absolute;
  max-width: 95% !important;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .limited-img {
    position: static;
    max-width: 100% !important;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.about {
  background: #0E357F;
  padding: 6em 0 2em;
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .about {
    padding: 4em 0;
  }
}

.about-address {
  text-align: center;
  margin: 0;
  font-size: 1.4375em;
}

@media (max-width: 991.98px) {
  .about-address {
    font-size: 1.125em;
  }
}

.about-tel {
  text-align: center;
  margin: 0;
  font-size: 1.875em;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .about-tel {
    font-size: 1.4375em;
  }
}

.about-copyright {
  text-align: center;
  margin: 0;
  font-size: 0.9375em;
}
