body {
  font-family: "Noto Sans JP", sans-serif;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

S .col-center {
  margin: 0 auto;
  float: none !important;
}

.br_on375 {
  display: none;
}

.to-link {
  display: none;
  position: fixed;
  bottom: 3%;
  right: 3%;
  background: rgba(33, 56, 157, 0.8);
  z-index: 99999;
  padding: 2vh 2vw;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.66);
}
.to-link a {
  color: #fff;
}

.btn-ifing-beauty {
  background: #b1d1cf;
  color: #fff;
}
.btn-ifing-beauty:hover {
  background: #fff;
  border: 1px solid #E5ABA8;
  color: #000;
}

.qr-code {
  position: fixed;
  bottom: 0%;
  text-align: center;
  right: 2%;
  bottom: 2%;
  width: 100%;
  max-width: 120px;
  background: rgba(227, 165, 165, 0.9);
  border-radius: 5px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.33);
  padding: 20px 0;
  z-index: 1200;
}
.qr-code a {
  color: #fff;
}

.nav {
  height: 80px;
}

.top-banner {
  height: calc(100vh - $headerHeight);
  background: #00394f;
}
.top-banner .inner {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  background: url("../images/tokio-home.png") no-repeat;
  height: 100%;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mid-banner {
  text-align: center;
  padding: 4vh 0;
  line-height: 2em;
}
.mid-banner strong {
  font-size: 2em;
  color: #bb1e1e;
  padding: 0 2px;
  font-weight: bold;
}
.mid-banner span {
  font-size: 2em;
  color: #bb1e1e;
  padding: 20px 2px;
  font-weight: bold;
}

.jumbotron {
  padding-top: 56.25%;
  background: #6d635e;
  position: relative;
  margin-bottom: 0;
}
.jumbotron .inner {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 43.75%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel {
  padding: 0 70px;
}
.carousel .carousel-item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}
.carousel .carousel-item .img-box {
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.carousel .img-box {
  width: 60%;
  margin: 0 auto;
}
.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
}
.carousel .testimonial {
  padding: 30px 0 10px;
}
.carousel .overview {
  font-style: italic;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #7aa641;
}

.carousel-control-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}
.carousel-control-prev i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-control-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}
.carousel-control-next i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 1px 3px;
  border-radius: 50%;
  border: none;
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin: 1px 3px;
  border-radius: 50%;
  border: none;
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.br_on500 {
  display: none;
}

.main {
  background: #b1d1cf;
  overflow-x: hidden;
}
.main .sect01 {
  padding: 5vh 0;
  text-align: center;
}
.main .sect01 .sect01-top {
  margin: 3vh auto;
}
.main .sect01 .sect01-top h2 {
  font-size: 2em;
  line-height: 3em;
}
.main .sect01 .sect01-top h2 span {
  font-weight: bold;
  text-decoration: underline;
}
.main .sect01 .sect01-top h3 {
  line-height: 2em;
  font-size: 2em;
  font-weight: 800;
}
.main .sect01 .sect01-top h4 {
  font-size: 2em;
  margin-top: 4vh;
  color: #bb1e1e;
  font-weight: bold;
}
.main .sect01 .sect01-01 {
  width: 85%;
  margin: 0 auto;
}
.main .sect01 .sect01-01 .points {
  margin-bottom: -15px;
}
.main .sect01 .sect01-01 .points .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main .sect01 .sect01-01 .points .inner .text-top,
.main .sect01 .sect01-01 .points .inner .text-bottom {
  width: 100%;
}
.main .sect01 .sect01-01 .points .inner .text-bottom p {
  font-size: 1.25em;
}
.main .sect01 .sect01-01 .points .inner .text-bottom p span {
  font-weight: 800;
  font-size: 1.25em;
  padding: 0 5px;
}
.main .sect01 .sect01-01 .points .inner .text-top h4 {
  font-size: 2em;
  font-weight: bold;
  text-shadow: 1px 1px 3px #888888;
  color: #efb536;
}
.main .sect01 .sect01-01 .points .inner .text-top {
  margin-bottom: 10px;
  position: relative;
  z-index: 999;
}
.main .sect01 .sect01-01 .points .inner .text-top h4 {
  padding-bottom: 3px;
  border-bottom: 1px solid #737373;
}
.main .sect01 .sect01-01 .points .circle {
  border-radius: 50%;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.33);
  border: 2px solid #fff;
}
.main .sect01 .sect01-01 .points:nth-child(even) {
  flex-direction: row-reverse;
}
.main .sect01 .sect01-01 .even {
  flex-direction: row-reverse;
}
.main .sect01 .sect01-02 {
  margin: 4vh auto;
  padding: 3vh 0;
  background: #fff;
  color: #bb1e1e;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.main .sect01 .sect01-02 h3 {
  margin-top: 3vh;
}
.main .sect01 .sect01-02 h4 {
  margin-top: 3vh;
  font-size: 2em;
  font-style: italic;
  font-weight: bold;
}
.main .sect01 .sect01-02 h4 span {
  font-size: 1.5em;
}
.main .sect01 .sect01-03 {
  margin: 4vh auto;
  width: 100%;
  max-width: 900px;
  padding-top: calc(515 / 900);
}
.main .sect01 .sect01-03 h2 {
  text-align: center;
  font-weight: bold;
}
.main .sect01 .sect01-03 h2:before, .main .sect01 .sect01-03 h2:after {
  content: "---";
}
.main .sect01 .sect01-03 h3 {
  line-height: 1.5em;
}
.main .sect01 .sect01-03 h5 {
  margin-top: 3vh;
  font-size: 1em;
  line-height: 1.5em;
}
.main .sect01 .sect01-03 h5 span {
  font-size: 1.5em;
  font-weight: bold;
}
.main .sect01 .sect01-03 h6 {
  font-size: 2em;
}
.main .sect01 .sect01-03 .points {
  margin: 2vh auto;
}
.main .sect01 .sect01-03 .bg {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), url("../images/tokio-home.jpg") no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.main .sect01 .sect01-03 .bg h2 {
  text-align: center;
}
.main .sect02 {
  margin: 3vh auto;
}
.main .sect02 .sect02-01 {
  margin: 4vh auto 0;
}
.main .sect02 .sect02-01 .strip {
  background: #fff;
  padding: 6vh 0;
  position: relative;
}
.main .sect02 .sect02-01 .strip h3 {
  position: absolute;
  margin-top: 0;
  top: -7.5%;
  left: 1%;
  font-weight: 800;
  color: rgba(224, 157, 153, 0.5);
  font-size: 3em;
  z-index: 1;
  font-style: italic;
}
.main .sect02 .sect02-01 .strip h2 {
  font-size: 1.25em;
  line-height: 2em;
  text-align: center;
  z-index: 999;
  position: relative;
}
.main .sect02 .sect02-01 .strip h2 span {
  color: #bb1e1e;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 3px;
}
.main .sect02 .sect02-01 .midDiv .days {
  height: 100%;
  background: #fff;
  padding: 4vh 20px;
}
.main .sect02 .sect02-01 .midDiv .days h4 {
  text-align: center;
}
.main .sect02 .sect02-01 .midDiv .days p {
  font-size: 0.9em;
  text-align: center;
}
.main .sect02 .sect02-01 .section-title {
  background: white;
  text-align: center;
  padding: 20px 0;
}
.main .sect02 .sect02-01 .section-title h2 {
  color: #120525;
  font-size: 1.25em;
  line-height: 2em;
}
.main .sect02 .sect02-01 .section-title h2 span {
  font-size: 1.5em;
  color: #bb1e1e;
}
.main .sect02 .sect02-01 .voices {
  width: 100%;
  max-width: 800px;
  margin: 4vh auto;
}
.main .sect02 .sect02-01 .voices .testimonials {
  padding-left: 0;
  padding-right: 0;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.33);
}
.main .sect02 .sect02-01 .voices .testimonials .heading {
  background: #999;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
.main .sect02 .sect02-01 .voices .testimonials .testimonial-body {
  background: #fff;
}
.main .sect02 .sect02-01 .voices .testimonials .testimonial-body .thought-bubble {
  font-family: arial, sans-serif;
  font-size: 0.9em;
  color: #fff;
  background: rgba(122, 122, 122, 0.7);
  position: relative;
  padding: 20px;
  border-radius: 10px;
  max-width: 320px;
}
.main .sect02 .sect02-01 .voices .testimonials .testimonial-body .thought-bubble::after {
  content: "";
  border: 20px solid transparent;
  position: absolute;
}
.main .sect02 .sect02-01 .voices .testimonials .testimonial-body .odd.thought-bubble::after {
  border-right-color: rgba(122, 122, 122, 0.7);
  border-left: 0;
  left: -20px;
  top: 50%;
  margin-top: -20px;
}
.main .sect02 .sect02-01 .voices .testimonials .testimonial-body .even.thought-bubble::after {
  border-left-color: rgba(122, 122, 122, 0.7);
  border-right: 0;
  right: -20px;
  top: 50%;
  margin-top: -20px;
}
.main .sect02 .sect02-01 .voices .testimonials .even {
  flex-direction: row-reverse;
}
.main .sect02 .sect02-01 .plus {
  text-align: center;
  font-size: 3em;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.66);
}
.main .sect02 .sect02-01 h3 {
  text-align: center;
  line-height: 2em;
  margin-top: 10vh;
  margin-bottom: 10vh;
}
.main .sect02 .sect02-01 h3 span {
  font-weight: bold;
  font-size: 1.25em;
}
.main .sect02 .sect02-01 h3 strong {
  color: #bb1e1e;
  font-size: 1.25em;
}
.main .sect02 .sect02-01 h4.bottom {
  text-align: center;
  line-height: 2em;
  margin: 6vh 0 10vh;
}
.main .sect02 .sect02-01 h5 {
  margin-left: 20px;
  font-size: 1.5em;
}
.main .sect02 .sect02-01 .product-info {
  margin: 0 auto;
  padding: 20px;
}
.main .sect02 .sect02-01 .product-info .points .part {
  margin-bottom: -10vh;
}
.main .sect02 .sect02-01 .product-info .points .part:nth-last-child(1) {
  margin-bottom: 0vh;
}
.main .sect02 .sect02-01 .product-info .points .part .circle {
  position: relative;
  display: block;
  background-color: transparent;
  color: #222;
  text-align: center;
}
.main .sect02 .sect02-01 .product-info .points .part .circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: rgba(255, 242, 169, 0.77);
  border: 2px solid white;
  content: "";
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.33);
}
.main .sect02 .sect02-01 .product-info .points .part .circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .sect02 .sect02-01 .product-info .points .part .circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.main .sect02 .sect02-01 .product-info .points .part .circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}
.main .sect02 .sect02-01 .product-info .points .part .circle__content p {
  font-size: 0.9em;
}
.main .sect02 .sect02-01 .product-info .points .part .circle__content h5 {
  font-size: 0.9em;
  font-weight: 800;
  margin: 0;
  margin-bottom: 10px;
}
.main .sect02 .sect02-01 .product-info .even {
  flex-direction: row-reverse;
}
.main .sect02 .sect02-01 .product-info .product-info-bottom {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 10vh;
}
.main .sect03 {
  height: 100%;
  background: #b1d1cf;
  position: relative;
}
.main .sect03 .sect03-title {
  position: absolute;
  top: 6%;
  left: 5%;
  transform: rotate(-15deg);
  z-index: 8;
}
.main .sect03 .sect03-title h2 {
  color: #bb1e1e;
  background: white;
  padding: 5px 10px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.8);
  font-size: 1em;
}
.main .sect03 .container-fluid {
  padding: 40px 0;
}
.main .sect03 .container-fluid .carousel .carousel-item .manga {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .sect03 .container-fluid .carousel .carousel-item .manga img {
  max-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .sect04 {
  padding: 0 0 6vh;
  background: #fff;
}
.main .sect04 h6.text5 {
  text-align: center;
  font-size: 1.5em;
  line-height: 2em;
  background: #fff;
  padding: 3vh 0;
}
.main .sect04 h6.text5 em {
  font-style: normal;
  font-size: 1.5em;
  color: #bb1e1e;
}
.main .sect04 h6.text5 span {
  font-size: 1.25em;
  color: #bb1e1e;
  font-weight: 800;
}
.main .sect04 h3 {
  text-align: center;
  line-height: 2em;
  margin-top: 6vh;
}
.main .sect04 .strip {
  background: #fff;
  padding: 6vh 0;
  position: relative;
}
.main .sect04 .strip h3 {
  position: absolute;
  margin-top: 0;
  top: -7.5%;
  left: 1%;
  font-weight: 800;
  color: rgba(224, 157, 153, 0.5);
  font-size: 3em;
  z-index: 1;
  font-style: italic;
}
.main .sect04 .strip h2 {
  font-size: 1.25em;
  line-height: 2em;
  text-align: center;
  z-index: 999;
  position: relative;
}
.main .sect04 .strip h2 span {
  color: #bb1e1e;
  font-size: 1.25em;
}
.main .sect04 .steps {
  margin: 0vh auto;
  width: 100%;
  max-width: 584px;
  padding: 20px 10px;
}
.main .sect04 .steps:nth-child(even) {
  flex-direction: row-reverse;
}
.main .sect04 .steps .inner {
  display: flex;
  align-items: center;
}
.main .sect04 .steps .inner .text-area .text-top {
  border-bottom: 1px solid #8a7c71;
}
.main .sect04 .steps .inner .text-area .text-top h5 {
  font-size: 1.25em;
  position: relative;
}
.main .sect04 .steps .inner .text-area .text-top h5 span {
  color: rgba(178, 178, 178, 0.6);
  font-size: 2.5em;
}
.main .sect04 .steps .inner .text-area .text-top h5 em {
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 0.2em;
}
.main .sect04 .steps .inner .text-area .text-bottom p span {
  font-size: 0.8em;
  color: red;
}
.main .sect04 .steps img {
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.66);
}
.main .sect05 #section05-01 {
  text-align: center;
  margin: 4vh auto;
  font-size: 2em;
}
.main .sect05 .container .section05-manga .quote {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .sect05 .container .section05-manga .quote p {
  padding: 20px;
  background: rgba(122, 122, 122, 0.7);
  color: #fff;
}
.main .sect05 .container h4 {
  text-align: center;
  margin: 4vh 0;
}
.main .sect05 .container .text-area {
  display: none;
}
.main .sect05 .container .link-to {
  position: relative;
}
.main .sect05 .container .link-to img {
  border-radius: 10px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.33);
}
.main .sect05 .container .link-to:hover > .text-area {
  display: block;
  background: rgba(122, 122, 122, 0.33);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .sect05 .container .link-to:hover > .text-area a {
  color: #fff;
}
.main .sect06 {
  padding-bottom: 10vh;
}
.main .sect06 h3 {
  text-align: center;
}
.main .sect06 #section06-01 {
  text-align: center;
}
.main .sect06 #section06-01 h4 {
  line-height: 2em;
}
.main .sect06 .to-link {
  margin-top: 5vh;
  text-align: center;
  padding: 5px 10px;
}
.main .sect06 .to-link a {
  background: #8a7c71;
  border-radius: 5px;
  background: linear-gradient(60deg, #8a7c71 0%, #b49f8c 100%);
  color: #fff;
  padding: 10px 20px;
  font-size: 1.5em;
}
.main .sect06 .to-link a:hover {
  text-decoration: underline;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
  background: #e4e2e0;
  background: linear-gradient(60deg, #e4e2e0 0%, #dac1a9 100%);
}
.main .sect06 .video-area video {
  width: 100% !important;
  height: auto !important;
}
.main .sect09 {
  background: #aaaaaa;
}
.main .sect09 #section09 {
  padding-top: 6vh;
  background: #b1d1cf;
}
.main .sect09 #section05-01 {
  text-align: center;
  margin: 4vh auto;
  font-size: 2em;
}
.main .sect09 .container .section05-manga .quote {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .sect09 .container .section05-manga .quote .text {
  background: rgba(122, 122, 122, 0.7);
  border-bottom: 3px solid #545454;
}
.main .sect09 .container .section05-manga .quote .text p {
  padding: 20px;
  color: #fff;
  margin-bottom: 0;
  font-family: "Klee One", cursive;
}
.main .sect09 .container .section05-manga .quote .left.text::after {
  border-left-color: #a53d38;
  border-right: 0;
  left: -20px;
  top: 50%;
  margin-top: -20px;
}
.main .sect09 .container .section05-manga .quote .speech {
  font-family: arial, sans-serif;
  font-size: 0.9em;
  color: #fff;
  background: rgba(122, 122, 122, 0.7);
  position: relative;
  padding: 20px;
  border-radius: 10px;
  max-width: 320px;
}
.main .sect09 .container .section05-manga .quote .speech::after {
  content: "";
  border: 20px solid transparent;
  position: absolute;
}
.main .sect09 .container .section05-manga .quote .left.speech::after {
  border-right-color: rgba(122, 122, 122, 0.7);
  border-left: 0;
  left: -20px;
  top: 50%;
  margin-top: -20px;
}
.main .sect09 .container .section05-manga .quote .right.speech::after {
  border-left-color: rgba(122, 122, 122, 0.7);
  border-right: 0;
  right: -20px;
  top: 50%;
  margin-top: -20px;
}
.main .sect09 .container h3 {
  line-height: 2em;
}
.main .sect09 .container h2 {
  text-align: center;
  background: #dff7f6;
  background: linear-gradient(180deg, #dff7f6 0%, #009f95 100%);
  line-height: 2em;
  padding: 2vh 0;
  border-top: 1px solid #005323;
  border-bottom: 1px solid #005323;
}
.main .sect09 .container h4 {
  text-align: center;
  line-height: 2em;
  margin: 4 auto;
}
.main .sect09 .container h4.strengthen {
  background: #fff;
  box-shadow: 1px 3px 6px #6d635e;
  line-height: 2em;
}
.main .sect09 .container h4.strengthen span {
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}
.main .sect09 .container p.small {
  font-size: 0.8em;
  color: #bb1e1e;
}
.main .sect09 .container p.small:before {
  content: "*";
}
.main .sect09 .container .text-area {
  display: none;
}
.main .sect09 .container .link-to {
  position: relative;
}
.main .sect09 .container .link-to img {
  border-radius: 10px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.33);
}
.main .sect09 .container .link-to:hover > .text-area {
  display: block;
  background: rgba(122, 122, 122, 0.33);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .sect09 .container .link-to:hover > .text-area a {
  color: #fff;
}
.main .sect09 .container .reserve {
  margin: 8vh auto;
}
.main .sect10 .section-title {
  background: #faf0b8;
  background: linear-gradient(180deg, #faf0b8 0%, #ffe96c 100%);
  text-align: center;
  padding: 20px 0;
}
.main .sect10 .section-title h2 {
  color: #120525;
  font-size: 1.25em;
  line-height: 2em;
}
.main .sect10 .section-title h2 span {
  border-bottom: 1px solid #120525;
}
.main .sect10 .section10-01 {
  margin: 5vh auto;
  text-align: center;
}
.main .sect10 .section10-01 h3 {
  line-height: 2em;
  font-family: "Klee One", cursive;
  margin: 3vh auto 6vh;
}
.main .sect10 .section10-01 .pics {
  width: 75%;
  margin: 0 auto;
}
.main .sect10 .to-link {
  margin-top: 5vh;
  text-align: center;
  padding: 5px 10px;
}
.main .sect10 .to-link a {
  background: #8a7c71;
  border-radius: 5px;
  background: linear-gradient(60deg, #8a7c71 0%, #b49f8c 100%);
  color: #fff;
  padding: 10px 20px;
  font-size: 1.5em;
}
.main .sect10 .to-link a:hover {
  text-decoration: underline;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
  background: #e4e2e0;
  background: linear-gradient(60deg, #e4e2e0 0%, #dac1a9 100%);
}
.main .sect10 .video-area {
  width: 75%;
  margin: 0 auto 3vh;
}
.main .sect10 .video-area video {
  width: 100% !important;
  height: auto !important;
}

.footer {
  padding: 3vh 0;
  background: #1e1e1e;
  color: #fff;
}
.footer .container .links {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding-top: 2vh;
}
.footer .container .links ul {
  list-style: none;
  padding: 0;
}
.footer .container .links ul li {
  font-size: 0.8em;
}
.footer .container .links ul li a {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .main .sect01 .sect01-01 {
    width: 100%;
  }
  .main .sect01 .sect01-01 .card-header h4 {
    font-size: 0.8em;
  }
  .main .sect01 .sect01-01 .card-image-text .overlay {
    padding: 10px;
  }
  .main .sect01 .sect01-01 .card-image-text .overlay p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }

  .main .sect02 .sect02-01 .product-info {
    width: 100%;
  }
  .main .sect02 .sect02-01 .product-info .img {
    margin: 4vh auto;
  }
  .main .sect03 .sect03-title {
    top: 5%;
    left: 1%;
  }
  .main .sect03 .sect03-title h2 {
    font-size: 1.25em;
  }
  .main .sect03 .container {
    padding: 20px 0;
  }
  .main .sect03 .container .carousel {
    height: 100%;
  }
  .main .sect03 .container .carousel .carousel-item {
    height: calc(100vh - 62.5px);
  }
  .main .sect03 .container .carousel .carousel-item .manga {
    min-height: 75vh;
    margin: -20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .sect03 .container .carousel .carousel-item .manga img {
    max-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .carousel {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .jumbotron {
    aspect-ratio: 1080/840;
  }
  .jumbotron .inner {
    width: 100%;
  }

  .main .sect01 .sect01-top h2 {
    font-size: 1.6em;
  }
  .main .sect02 .sect02-01 .product-info {
    width: 100%;
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .br_on500 {
    display: block;
  }

  .main .sect01 .sect01-top h2 {
    font-size: 1.5em;
  }
  .main .sect01 .sect01-top h3 {
    font-size: 1.25em;
  }
  .main .sect01 .sect01-02 h3 {
    font-size: 1.5em;
  }
  .main .sect01 .sect01-02 h4 {
    font-size: 1.5em;
  }
  .main .sect01 .sect01-03 h3 {
    font-size: 1.25em;
    line-height: 2em;
  }
  .main .sect01 .sect01-03 h6 {
    font-size: 1.5em;
    line-height: 2em;
  }
  .main .sect02 .sect02-01 h3 {
    font-size: 1.25em;
  }
  .main .sect02 .sect02-01 h4.bottom {
    font-size: 1.25em;
  }
  .main .sect04 h3 {
    font-size: 1.5em;
  }
  .main .sect04 .steps .inner .text-area .text-top h5 {
    font-size: 1em;
  }
  .main .sect04 .steps .inner .text-area .text-top h5 span {
    font-size: 2em;
  }
  .main .sect10 .section10-01 .pics {
    width: 100%;
  }
  .main .sect10 .section10-01 h3 {
    font-size: 1.25em;
  }
  .main .sect10 .video-area {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .main .sect01 .sect01-top h2 {
    font-size: 1.5em;
  }
  .main .sect01 .sect01-top h3 {
    font-size: 1.1em;
  }
  .main .sect01 .sect01-top h4 {
    font-size: 1.25em;
  }
  .main .sect01 .sect01-02 h3 {
    font-size: 1.25em;
  }
  .main .sect01 .sect01-02 h4 {
    font-size: 1.25em;
  }
  .main .sect01 .sect01-03 h2 {
    font-size: 1.5em;
  }
  .main .sect01 .sect01-03 h3 {
    font-size: 1.25em;
    line-height: 2em;
  }
  .main .sect01 .sect01-03 h6 {
    font-size: 1.5em;
    line-height: 2em;
  }
  .main .sect02 .sect02-01 h3 {
    font-size: 1.25em;
  }
  .main .sect02 .sect02-01 h4.bottom {
    font-size: 1.25em;
  }
  .main .sect02 .sect02-01 h6.text5 {
    font-size: 1.25em;
  }
  .main .sect04 h3 {
    font-size: 1.25em;
  }
  .main .sect04 h6.text5 {
    font-size: 1.25em;
  }
  .main .sect04 .steps {
    margin-bottom: 20px;
  }
  .main .sect04 .steps .inner .text-area .text-top h5 {
    font-size: 1em;
  }
  .main .sect09 .container h4 {
    font-size: 1.25em;
  }
  .main .sect10 .section10-01 h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 414px) {
  .main .sect01 .sect01-01 .points .inner .text-top h4 {
    font-size: 1.1em;
  }
  .main .sect01 .sect01-01 .points .inner .text-bottom p {
    font-size: 1em;
  }
  .main .sect01 .sect01-top h2 {
    font-size: 1.5em;
  }
  .main .sect04 .steps .inner .text-area .text-top h5 {
    font-size: 0.9em;
  }
  .main .sect04 .steps .inner .text-area .text-top h5 span {
    font-size: 2em;
  }
  .main .sect04 .steps .inner .text-area .text-bottom p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 400px) {
  .main .sect10 .section10-01 h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 375px) {
  .br_on375 {
    display: block;
  }

  .main .sect01 .sect01-01 .points .inner .text-top h4 {
    font-size: 2em;
  }
  .main .sect01 .sect01-01 .points .inner .text-bottom p {
    font-size: 1em;
  }
  .main .sect01 .sect01-top h2 {
    font-size: 1.25em;
  }
  .main .sect02 .sect02-01 h3 {
    font-size: 1.05em;
  }
  .main .sect02 .sect02-01 h4.bottom {
    font-size: 1.05em;
  }
  .main .sect02 .sect02-01 h6.text5 {
    font-size: 1.05em;
  }
  .main .sect02 .sect02-01 .product-info .product-info-bottom {
    font-size: 1.25em;
    line-height: 2em;
  }
  .main .sect02 .sect02-01 .midDiv .days h4 {
    font-size: 1.2em;
  }
  .main .sect02 .sect02-01 .strip h2 {
    font-size: 1em;
  }
  .main .sect04 h3 {
    font-size: 1.25em;
  }
  .main .sect09 .container h4 {
    font-size: 1.25em;
  }
  .main .sect09 .container h3 {
    font-size: 1.25em;
  }
  .main .sect09 .container h4.strengthen {
    font-size: 1em;
  }
  .main .sect10 .section10-01 h3 {
    font-size: 1em;
  }
  .main .sect10 .section-title h2 {
    font-size: 1em;
  }
}

/*# sourceMappingURL=main.css.map */
