@charset "UTF-8";
html,
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  background-color: #fff;
  line-height: 1.5;
}
html.active,
body.active {
  overflow: hidden;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a .no-touch {
  pointer-events: none;
}
a .no-touch .buy {
  text-decoration: none;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  text-align: center;
}

.en {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.en_b {
  font-weight: 600;
}

h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

video {
  width: 100%;
}

.fv {
  background-color: #68B196;
  display: flex;
  align-items: flex-end;
  height: 100vh;
}
.fv .container {
  width: 80%;
  margin: 0 auto;
  max-width: 390px;
}
.fv h1 {
  padding-bottom: 33px;
  width: 80%;
  margin: 0 auto;
}
.fv .bottom {
  position: relative;
}
.fv .bottom figure:nth-child(1) {
  max-width: 100px;
  position: absolute;
  top: 10%;
  left: -5%;
}
.fv .bottom .movie.pcNone {
  width: 80%;
  margin: 0 auto -1.6%;
}
.fv .bottom .movie.pcNone video {
  border-radius: 36px 36px 0 0;
}

.read {
  margin-bottom: 100px;
}
.read .y_bg {
  background-color: #FFF8D3;
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 22px;
  padding: 36px 0 120px;
}
.read .y_bg .container {
  width: 91%;
  margin: 0 auto;
}
.read h2 {
  padding: 80px 0 35px;
}
.read .howto {
  color: #649F89;
  letter-spacing: 2px;
  width: 35%;
  max-width: 100px;
  margin: 0 auto;
  text-align: center;
  padding: 7px;
  position: relative;
  z-index: 2;
}
.read .howto::before, .read .howto::after {
  content: "";
  position: absolute;
}
.read .howto::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFE96F;
  clip-path: polygon(10px 0, 0 0, 100% 0, 100% 100%, -20% 100%);
  z-index: -1;
}
.read .howto::after {
  top: 0%;
  left: 0%;
  height: 10px;
  width: 10px;
  background-color: #E0DA98;
  z-index: 2;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
.read h3 {
  padding: 15px 0;
}
.read .w_bg {
  background-color: #fff;
  padding: 25px 0 40px;
  max-width: 460px;
  margin: 0 auto;
}
.read .w_bg p {
  font-size: 11px;
  text-align: center;
  margin: 0 auto;
}
.read .w_bg .flex {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin: 30px auto 0;
}
.read .w_bg .flex a {
  background-color: #F4F4F4;
  border: 0.6px solid #000;
  border-radius: 50px;
  padding: 5px;
  width: 130px;
  text-align: center;
}

.step_wrap .number_tit {
  margin: 68px auto 28px;
  padding: 0 0 15px;
  color: #649F89;
  width: fit-content;
  position: relative;
}
.step_wrap .number_tit:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #649F89;
  border-bottom: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: -15px;
}
.step_wrap .number_tit .en_bold {
  font-size: 18px;
}
.step_wrap .number_tit .number {
  font-size: 40px;
  line-height: 0.5;
  color: transparent;
  -webkit-text-stroke: 1px #649F89;
  text-stroke: 1px #649F89;
}
.step_wrap .text {
  font-size: 15px;
  margin: 0 auto 40px;
  text-align: center;
}
.step_wrap .text span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.step_wrap .box {
  position: relative;
}
.step_wrap .box .tap {
  position: absolute;
  max-width: 140px;
  left: -25px;
  top: -30px;
}
.step_wrap .box .movie {
  width: 60%;
  margin: 0 auto;
}

.information {
  background-color: #fff;
  margin: 100px auto 78px;
  font-size: 14px;
  padding: 48px 0;
  position: relative;
  max-width: 460px;
}
.information::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  background-color: #649F89;
  left: 0;
  top: 0;
}
.information ul {
  width: 87%;
  margin: 0 auto;
}
.information ul li:first-child {
  padding-bottom: 17px;
}

.movie_wrap h4 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  padding-bottom: 27px;
}
.movie_wrap figure {
  width: fit-content;
  height: 100%;
  margin: 0 auto;
}
.movie_wrap figure iframe {
  width: 315px;
  height: 170px;
}

.item_li .g_bg {
  background-color: #F8F8F8;
  padding: 100px 0 120px 0;
}
.item_li .container {
  width: 91%;
  margin: 0 auto;
  max-width: 900px;
}
.item_li h2 {
  padding-bottom: 50px;
}
.item_li h4 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.item_wrapper {
  margin-bottom: 120px;
}
.item_wrapper-li {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.item_wrapper-li .item {
  background-color: #fff;
  width: calc(50% - 9px);
  position: relative;
}
.item_wrapper-li .item .modal-open figure {
  border: solid #707070;
  border-width: 0.4px 0.4px 0 0.4px;
}
.item_wrapper-li .plus {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  border: solid #707070;
  border-width: 0.4px 0 0 0.4px;
  bottom: 20%;
  right: 0;
}
.item_wrapper-li .plus::before, .item_wrapper-li .plus::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #707070;
}
.item_wrapper-li .plus::before {
  width: 15px;
  height: 1px;
  top: 50%;
  left: 50%;
}
.item_wrapper-li .plus::after {
  width: 1px;
  height: 15px;
  top: 50%;
  left: 50%;
}

.modal-bg {
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 98;
  display: none;
}
.modal-bg > div {
  display: block;
  width: 100%;
  background: #585858;
  margin-bottom: 100vh;
}

.modal-inner {
  display: none;
  margin: 0 auto 100vh;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
}
.modal-inner .modal_head {
  background-color: #E5E5E5;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
.modal-inner .modal_head .info {
  border: none;
  font-size: 18px;
  line-height: 1;
}
.modal-inner .modal_head .info a {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.modal-inner .modal_head .info span {
  font-size: 11px;
}
.modal-inner .modal_head-container {
  width: 60%;
  display: flex;
  align-items: center;
  padding: 15px;
  gap: 16px;
}
.modal-inner .modal_head-container a {
  width: 30%;
  max-width: 50px;
}
.modal-inner .modal_head .close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #707070;
  position: absolute;
  right: 15px;
  top: 22.5px;
  transform: rotate(45deg);
  cursor: pointer;
}
.modal-inner .modal_head .close::before, .modal-inner .modal_head .close::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.modal-inner .modal_head .close::before {
  width: 0.6px;
  height: 16px;
}
.modal-inner .modal_head .close::after {
  width: 16px;
  height: 0.6px;
}
.modal-inner .modal_footer p {
  font-size: 17px;
  text-align: center;
}
.modal-inner .modal_footer p span {
  font-size: 11px;
}
.modal-inner .modal_footer a:nth-child(2) {
  max-width: 80px;
  margin: 20px auto 0;
}

.modal-content {
  padding: 40px 0 0 0;
}
.modal-content .bottom .g_bg {
  padding: 20px 0 100px;
}
.modal-content .bottom_container {
  width: 91%;
  margin: 0 auto;
}
.modal-content .bottom .color_flex {
  display: flex;
  justify-content: left;
  gap: 10px;
}
.modal-content .bottom .color_flex li {
  width: 25px;
}
.modal-content .bottom .color_flex li img {
  border-radius: 5px;
  border: 1px solid #707070;
}
.modal-content .bottom .credit_wrap {
  margin: 18px 0;
}
.modal-content .bottom .credit_wrap p {
  font-size: 14px;
}
.modal-content .bottom .credit_wrap p:nth-child(1) {
  font-size: 16px;
}
.modal-content .bottom .buy_btn {
  background-color: #454545;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 15px;
  width: 90%;
  margin: 0 auto 55px;
  border-radius: 50px;
}
.modal-content .bottom .staff_fitting {
  margin-bottom: 80px;
}
.modal-content .bottom .staff_fitting ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.modal-content .bottom .staff_fitting ul li {
  width: 163px;
  height: 163px;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .fv {
    align-items: center;
  }
  .fv .container {
    max-width: 715px;
    display: flex;
    gap: 100px;
    align-items: center;
  }
  .fv .container h1 {
    width: 55%;
  }
  .fv .container .bottom {
    width: 45%;
  }
  .fv .container .bottom figure:nth-child(1) {
    left: -23%;
  }
  .read h2 {
    padding: 70px 0;
  }
  .read .w_bg {
    padding: 15px 0;
  }
  .read .w_bg .flex {
    margin: 15px auto 0;
    font-size: 15px;
  }
  .read .w_bg .flex a {
    transition: all 0.4s;
  }
  .read .w_bg .flex a:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
  }
  .read .y_bg {
    min-width: 850px;
  }
  .step_wrap {
    display: flex;
    gap: 55px;
  }
  .step_wrap li {
    width: 33.3333333333%;
  }
  .step_wrap li:nth-child(3) .text {
    margin: 0 auto 50px;
  }
  .step_wrap li:nth-child(3) .movie {
    transform: scale(1.09);
  }
  .step_wrap .text {
    font-size: 15px;
  }
  .step_wrap .text span {
    font-size: 13px;
  }
  .step_wrap .number_tit {
    transform: scale(0.7);
    margin: 40px auto 20px;
  }
  .information {
    padding: 15px 0;
    font-size: 12px;
  }
  .information ul li:nth-child(1) {
    padding-bottom: 10px;
  }
  .movie_wrap figure iframe {
    width: 460px;
    height: 260px;
  }
  .item_li .g_bg {
    padding: 60px 0 140px;
  }
  .item_li h2 {
    padding-bottom: 25px;
  }
  .item_wrapper-li .item {
    width: calc(20% - 13px);
  }
  .staff_wrapper .more_btn {
    font-size: 12px;
    max-width: 150px;
  }
  .staff_wrapper .more_btn:hover {
    color: #fff;
    background-color: #000;
    transition: all 0.4s;
    opacity: 1;
  }
  .modal-open {
    cursor: pointer;
    transition: opacity 0.4s;
  }
  .modal-open:hover {
    opacity: 0.6;
    transition: opacity 0.4s;
  }
}
#footer img {
  width: 100%;
  display: block;
}

#footer a {
  color: #222;
  text-decoration: none;
}

#footer a:hover img {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}

#footer a img {
  transition: opacity 1s ease-out;
}

#footer ul {
  list-style: none;
}

#footer {
  background-color: #DADCDE;
  color: #FF5100;
  font-family: "A1ゴシックR", "A1 Gothic R", sans-serif;
  letter-spacing: 1.3px;
}

#footer .info_wrap {
  padding-top: 100px;
}

@media screen and (min-width: 769px) {
  #footer .info_wrap {
    max-width: 630px;
    margin: 0 auto 120px;
    padding-top: 140px;
  }
}
#footer .info_wrap h2 {
  width: 35%;
  margin: 0 auto 50px;
}

@media screen and (min-width: 769px) {
  #footer .info_wrap h2 {
    margin: 0 auto 50px;
  }
}
#footer .info_wrap > ul {
  line-height: 100%;
}

#footer .info_wrap > ul > li {
  padding: 23px 20px;
  border-top: 1px solid #FF5100;
}

@media screen and (min-width: 769px) {
  #footer .info_wrap > ul > li {
    padding: 30px 20px;
  }
}
#footer .info_wrap > ul > li a {
  color: #FF5100 !important;
}

#footer .info_wrap > ul > li a h3 {
  font-family: din-condensed, sans-serif;
  letter-spacing: -0.01em;
  font-size: 24px;
  margin-bottom: 12px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  #footer .info_wrap > ul > li a h3 {
    font-size: 31px;
    margin-bottom: 16px;
  }
}
#footer .info_wrap > ul > li a .f_text {
  font-family: "A1ゴシック M";
  font-size: 18px;
  margin: 0 10px;
  letter-spacing: 1.2px;
}

#footer .info_wrap > ul > li a p {
  font-size: 10px;
  letter-spacing: 0.005em;
}

@media screen and (min-width: 769px) {
  #footer .info_wrap > ul > li a p {
    font-size: 14px;
  }
}
#footer .info_wrap > ul > li:last-child {
  padding: 100px 20px 80px;
}

@media screen and (min-width: 769px) {
  #footer .info_wrap > ul > li:last-child {
    padding: 120px 20px 80px;
  }
}
#footer .info_wrap > ul > li:last-child h3 {
  font-family: din-condensed, sans-serif;
  letter-spacing: -0.01em;
  font-size: 2.2em;
  margin-bottom: 30px;
  text-align: center;
  color: #1F0505;
}

@media screen and (min-width: 769px) {
  #footer .info_wrap > ul > li:last-child h3 {
    font-size: 35px;
    margin-bottom: 52px;
  }
}
#footer .info_wrap > ul > li:last-child ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer .info_wrap > ul > li:last-child ul li {
  width: 48%;
  font-size: 12px;
  margin-bottom: 3vh;
}

@media screen and (min-width: 769px) {
  #footer .info_wrap > ul > li:last-child ul li {
    width: 48%;
    font-size: 14px;
  }
}
#footer .info_wrap > ul > li:last-child ul li img {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  #footer .info_wrap > ul > li:last-child ul li img {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  #footer .info_wrap > ul > li:last-child ul li br {
    display: none;
  }
}
#footer .info_wrap > ul > li:last-child ul li span {
  color: #282a29;
  line-height: 1.5;
}

#footer .info_wrap2 {
  padding: 80px 10%;
  background: #f3f3f3;
  text-align: center;
  line-height: 130%;
}

#footer .info_wrap2 p {
  font-size: 18px;
  border-bottom: dotted 1px;
  display: inline;
  padding-bottom: 5px;
}

#footer .info_wrap2 .bnr {
  margin: 0 auto 60px;
}

@media screen and (min-width: 769px) {
  #footer .info_wrap2 .bnr {
    max-width: 600px;
    display: flex;
    justify-content: space-between;
  }
}
#footer .info_wrap2 .bnr li {
  margin-top: 30px;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  #footer .info_wrap2 .bnr li {
    width: 48%;
    font-size: 14px;
  }
}
#footer .info_wrap2 .bnr li img {
  margin-bottom: 5px;
}

#footer .info_wrap2 ul#footer_snsArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

#footer .info_wrap2 ul#footer_snsArea li {
  width: 30px;
  height: auto;
  margin-right: 22px;
}

#footer .info_wrap2 ul#footer_snsArea li a img {
  width: 100%;
  display: block;
  height: auto;
}

#footer .info_wrap2 .palcloset {
  width: 115px;
  margin: 0 auto 10px;
  padding: 5px;
  display: block;
}

#footer .info_wrap2 .palcloset img {
  width: 100%;
}

#footer .info_wrap2 small {
  font-size: 11px;
  color: #000;
}/*# sourceMappingURL=style.css.map */