@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.pc_disp {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}

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

footer {
  position: relative;
  z-index: 1;
}

#PageTop {
  background: #E8E8E8;
}

@media screen and (min-width: 768px) {
  nav.ContentNavi01 {
    position: relative;
    z-index: 2;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}

strong {
  font-weight: bold;
}

.MainColumn {
  position: relative;
  z-index: 1;
  margin: 0px auto 0px;
  font-size: 0.875rem;
  text-align: justify;
  background: #fff;
  color: #000;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .MainColumn {
    font-size: 1rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation fade-out-up
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation scale100
 * ----------------------------------------
 */
@-webkit-keyframes scale100 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale100 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation opa100
 * ----------------------------------------
 */
@-webkit-keyframes opa100 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa100 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .scroll_fadein {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .scroll_fadein.scrollin {
    opacity: 1;
  }
}

/*======================================
kv_
======================================*/
.kv {
  position: relative;
  background: url("../img/kv_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: clip;
}

.kv .kv_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 1200px) {
  .kv .kv_img {
    top: -113px;
  }
}

.kv .kv_phone {
  position: absolute;
  left: 14%;
  bottom: -52%;
  z-index: 4;
  width: 39%;
  -webkit-animation: fade-in-up .5s ease 5s 1 normal backwards;
          animation: fade-in-up .5s ease 5s 1 normal backwards;
}

@media screen and (min-width: 768px) {
  .kv .kv_phone {
    width: 200px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -41%;
  }
}

@media screen and (min-width: 1200px) {
  .kv .kv_phone {
    width: 250px;
    bottom: -45%;
  }
}

@media screen and (min-width: 1500px) {
  .kv .kv_phone {
    width: 323px;
  }
}

@media screen and (min-width: 1900px) {
  .kv .kv_phone {
    bottom: -49%;
  }
}

.kv_inner {
  position: relative;
  display: block;
  width: 100%;
  height: 355px;
}

@media screen and (min-width: 768px) {
  .kv_inner {
    height: 615px;
  }
}

@media screen and (min-width: 1200px) {
  .kv_inner {
    height: 100vh;
  }
}

@media screen and (min-width: 1900px) {
  .kv_inner {
    height: 1000px;
  }
}

/********************
 KV
*********************/
.img-RtoL,
.img-LtoR,
.img-RtoLbg,
.img-LtoRbg,
.img-RtoL2,
.img-LtoR2,
.img-RtoL2bg,
.img-LtoR2bg {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  z-index: 2;
  position: relative;
}

.img-RtoL,
.img-LtoR {
  z-index: 3;
}

.img-RtoL2,
.img-LtoR2 {
  z-index: 4;
}

.img-RtoLbg,
.img-LtoRbg,
.img-RtoL2bg,
.img-LtoR2bg {
  opacity: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.is_show .img-RtoLbg,
.is_show .img-LtoRbg,
.is_show .img-RtoL2bg,
.is_show .img-LtoR2bg {
  opacity: 1;
}

.overray {
  position: absolute;
}

.img-RtoL img,
.img-LtoR img,
.img-RtoLbg img,
.img-LtoRbg img,
.img-RtoL2 img,
.img-LtoR2 img,
.img-RtoL2bg img,
.img-LtoR2bg img {
  height: 100%;
  width: auto !important;
  max-width: none;
}

.mask-rtol01 {
  -webkit-clip-path: inset(22.43% 23.43% 66.66% 23.43%);
          clip-path: inset(22.43% 23.43% 66.66% 23.43%);
  opacity: 0;
}

.mask-ltor02 {
  -webkit-clip-path: inset(41.02% 23.43% 48.07% 23.43%);
          clip-path: inset(41.02% 23.43% 48.07% 23.43%);
  opacity: 0;
}

.mask-rtol03 {
  -webkit-clip-path: inset(59.61% 23.43% 29.48% 23.43%);
          clip-path: inset(59.61% 23.43% 29.48% 23.43%);
  opacity: 0;
}

.mask-ltor04 {
  -webkit-clip-path: inset(78.2% 23.43% 10.89% 3.43%);
          clip-path: inset(78.2% 23.43% 10.89% 3.43%);
  opacity: 0;
}

.swiper-slide-active .mask-rtol01 {
  -webkit-animation: maskscale01 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
          animation: maskscale01 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
}

.swiper-slide-active .mask-ltor04 {
  -webkit-animation: maskscale04 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
          animation: maskscale04 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
}

.swiper-slide-active .mask-ltor02 {
  -webkit-animation: maskscale02 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
          animation: maskscale02 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
}

.swiper-slide-active .mask-rtol03 {
  -webkit-animation: maskscale03 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
          animation: maskscale03 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
}

@-webkit-keyframes maskscale01 {
  0% {
    -webkit-clip-path: inset(22.43% 50% 66.66% 50%);
            clip-path: inset(22.43% 50% 66.66% 50%);
  }
  100% {
    -webkit-clip-path: inset(23.43% 19.43% 60.66% 19.43%);
            clip-path: inset(23.43% 19.43% 60.66% 19.43%);
  }
}

@keyframes maskscale01 {
  0% {
    -webkit-clip-path: inset(22.43% 50% 66.66% 50%);
            clip-path: inset(22.43% 50% 66.66% 50%);
  }
  100% {
    -webkit-clip-path: inset(23.43% 19.43% 60.66% 19.43%);
            clip-path: inset(23.43% 19.43% 60.66% 19.43%);
  }
}

@-webkit-keyframes maskscale02 {
  0% {
    -webkit-clip-path: inset(41.02% 50% 48.07% 50%);
            clip-path: inset(41.02% 50% 48.07% 50%);
  }
  100% {
    -webkit-clip-path: inset(43.02% 19.43% 40.07% 19.43%);
            clip-path: inset(43.02% 19.43% 40.07% 19.43%);
  }
}

@keyframes maskscale02 {
  0% {
    -webkit-clip-path: inset(41.02% 50% 48.07% 50%);
            clip-path: inset(41.02% 50% 48.07% 50%);
  }
  100% {
    -webkit-clip-path: inset(43.02% 19.43% 40.07% 19.43%);
            clip-path: inset(43.02% 19.43% 40.07% 19.43%);
  }
}

@-webkit-keyframes maskscale03 {
  0% {
    -webkit-clip-path: inset(59.61% 50% 29.48% 50%);
            clip-path: inset(59.61% 50% 29.48% 50%);
  }
  100% {
    -webkit-clip-path: inset(63.61% 19.43% 20.48% 19.43%);
            clip-path: inset(63.61% 19.43% 20.48% 19.43%);
  }
}

@keyframes maskscale03 {
  0% {
    -webkit-clip-path: inset(59.61% 50% 29.48% 50%);
            clip-path: inset(59.61% 50% 29.48% 50%);
  }
  100% {
    -webkit-clip-path: inset(63.61% 19.43% 20.48% 19.43%);
            clip-path: inset(63.61% 19.43% 20.48% 19.43%);
  }
}

@-webkit-keyframes maskscale04 {
  0% {
    -webkit-clip-path: inset(78.2% 50% 10.89% 50%);
            clip-path: inset(78.2% 50% 10.89% 50%);
  }
  100% {
    -webkit-clip-path: inset(83.2% 19.43% 0.89% 19.43%);
            clip-path: inset(83.2% 19.43% 0.89% 19.43%);
  }
}

@keyframes maskscale04 {
  0% {
    -webkit-clip-path: inset(78.2% 50% 10.89% 50%);
            clip-path: inset(78.2% 50% 10.89% 50%);
  }
  100% {
    -webkit-clip-path: inset(83.2% 19.43% 0.89% 19.43%);
            clip-path: inset(83.2% 19.43% 0.89% 19.43%);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.item__img div {
  width: 100%;
  height: 100vh;
}

@media screen and (min-width: 768px) {
  .item__img div {
    height: 615px;
  }
}

@media screen and (min-width: 1200px) {
  .item__img div {
    height: 95vh;
  }
}

@media screen and (min-width: 1900px) {
  .item__img div {
    height: 1000px;
  }
}

.item__img > div > div {
  position: relative;
}

.item__img .img-RtoL div {
  background: url("../img/key_maskimg_r.png") center no-repeat;
  background-size: cover;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.item__img .img-LtoR div {
  background: url("../img/key_maskimg_l.png") center no-repeat;
  background-size: cover;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.item__img.swiper-slide-active .img-RtoL div {
  -webkit-animation: RtoL 1s 2s cubic-bezier(1, 0, 0, 1) forwards 1;
          animation: RtoL 1s 2s cubic-bezier(1, 0, 0, 1) forwards 1;
  z-index: 3;
}

.item__img.swiper-slide-active .img-LtoR div {
  -webkit-animation: LtoR 1s 2s cubic-bezier(1, 0, 0, 1) forwards 1;
          animation: LtoR 1s 2s cubic-bezier(1, 0, 0, 1) forwards 1;
  z-index: 3;
}

@-webkit-keyframes RtoL {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-18%);
            transform: translateX(-18%);
  }
}

@keyframes RtoL {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-18%);
            transform: translateX(-18%);
  }
}

@-webkit-keyframes LtoR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(18%);
            transform: translateX(18%);
  }
}

@keyframes LtoR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(18%);
            transform: translateX(18%);
  }
}

.mv-inner .mv-img .item__img {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  z-index: 10;
}

.mv-text h1 {
  line-height: 1;
  font-weight: bold;
  color: #fff;
  font-size: 2.4375rem;
  letter-spacing: .4rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  left: 0;
  top: 48%;
  height: 10.9%;
  font-family: pt-sans-pro, sans-serif;
}

@media screen and (min-width: 1200px) {
  .mv-text h1 {
    height: 7.9%;
    top: 45%;
    font-size: 5.3125rem;
    letter-spacing: 1.2rem;
  }
}

@media screen and (min-width: 1900px) {
  .mv-text h1 {
    height: 9.9%;
    top: 45%;
    font-size: 7.5rem;
  }
}

.mv-text h1 span.t_b {
  display: block;
  -webkit-animation: fade-in-bottom 1s ease 3s 1 normal backwards;
          animation: fade-in-bottom 1s ease 3s 1 normal backwards;
}

.mv-text h1 span.b_t {
  -webkit-animation: fade-in-up 1s ease 3s 1 normal backwards;
          animation: fade-in-up 1s ease 3s 1 normal backwards;
}

.title_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title_inner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 98%;
  height: 1px;
  background: #fff;
  -webkit-animation: border_anim 1s ease-out 3s 1 normal backwards;
          animation: border_anim 1s ease-out 3s 1 normal backwards;
}

@media screen and (min-width: 768px) {
  .title_inner:before {
    bottom: 3px;
  }
}

@media screen and (min-width: 1200px) {
  .title_inner:before {
    bottom: 0px;
  }
}

@media screen and (min-width: 1900px) {
  .title_inner:before {
    bottom: 10px;
  }
}

@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.mv-text .comment_min {
  position: absolute;
  bottom: 47%;
  left: 0;
  right: 0;
  width: 77%;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: fade-in-up 0.5s 4.0s ease-out forwards;
          animation: fade-in-up 0.5s 4.0s ease-out forwards;
}

@media screen and (min-width: 1200px) {
  .mv-text .comment_min {
    bottom: 41%;
    width: 660px;
  }
}

@media screen and (min-width: 1900px) {
  .mv-text .comment_min {
    bottom: 41%;
    width: 820px;
  }
}

.mv-text .comment {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32.64%;
  width: 71%;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: fade-in-up 0.5s 4.5s ease-out forwards;
          animation: fade-in-up 0.5s 4.5s ease-out forwards;
}

@media screen and (min-width: 1200px) {
  .mv-text .comment {
    bottom: 26%;
    width: 654px;
  }
}

@media (min-width: 1400px) {
  .img-Rto,
  .img-LtoR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .img-RtoL img,
  .img-LtoR img {
    width: auto;
    height: 100vh;
  }
}

@media (max-width: 1279px) {
  /*
	.mv-text {
		top: 7.9vw;
	}
	.mv-text .comment {
		padding-top: 4.5vw;
	}
*/
  .mv-text h1 {
    height: 6.9%;
    top: 40%;
    font-size: 3.75rem;
  }
  .mv-text .comment_min {
    width: 43%;
    bottom: 49%;
  }
  .mv-text .comment {
    width: 45%;
    bottom: 32%;
  }
  .mask-rtol01 {
    -webkit-clip-path: inset(22.43% 18% 66.66% 18%);
            clip-path: inset(22.43% 18% 66.66% 18%);
  }
  .mask-ltor02 {
    -webkit-clip-path: inset(41.02% 18% 48.07% 18%);
            clip-path: inset(41.02% 18% 48.07% 18%);
  }
  .mask-rtol03 {
    -webkit-clip-path: inset(59.61% 18% 29.48% 18%);
            clip-path: inset(59.61% 18% 29.48% 18%);
  }
  .mask-ltor04 {
    -webkit-clip-path: inset(78.2% 18% 10.89% 18%);
            clip-path: inset(78.2% 18% 10.89% 18%);
  }
  .swiper-slide-active .mask-rtol01 {
    -webkit-animation: maskscale01m 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
            animation: maskscale01m 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
  }
  .swiper-slide-active .mask-ltor04 {
    -webkit-animation: maskscale04m 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
            animation: maskscale04m 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
  }
  .swiper-slide-active .mask-ltor02 {
    -webkit-animation: maskscale02m 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
            animation: maskscale02m 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
  }
  .swiper-slide-active .mask-rtol03 {
    -webkit-animation: maskscale03m 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
            animation: maskscale03m 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
  }
}

@-webkit-keyframes maskscale01m {
  0% {
    -webkit-clip-path: inset(22.43% 50% 66.66% 50%);
            clip-path: inset(22.43% 50% 66.66% 50%);
  }
  100% {
    -webkit-clip-path: inset(19.43% 18% 66.66% 18%);
            clip-path: inset(19.43% 18% 66.66% 18%);
  }
}

@keyframes maskscale01m {
  0% {
    -webkit-clip-path: inset(22.43% 50% 66.66% 50%);
            clip-path: inset(22.43% 50% 66.66% 50%);
  }
  100% {
    -webkit-clip-path: inset(19.43% 18% 66.66% 18%);
            clip-path: inset(19.43% 18% 66.66% 18%);
  }
}

@-webkit-keyframes maskscale04m {
  0% {
    -webkit-clip-path: inset(78.2% 50% 10.89% 50%);
            clip-path: inset(78.2% 50% 10.89% 50%);
  }
  100% {
    -webkit-clip-path: inset(75.2% 18% 10.89% 18%);
            clip-path: inset(75.2% 18% 10.89% 18%);
  }
}

@keyframes maskscale04m {
  0% {
    -webkit-clip-path: inset(78.2% 50% 10.89% 50%);
            clip-path: inset(78.2% 50% 10.89% 50%);
  }
  100% {
    -webkit-clip-path: inset(75.2% 18% 10.89% 18%);
            clip-path: inset(75.2% 18% 10.89% 18%);
  }
}

@-webkit-keyframes maskscale02m {
  0% {
    -webkit-clip-path: inset(41.02% 50% 48.07% 50%);
            clip-path: inset(41.02% 50% 48.07% 50%);
  }
  100% {
    -webkit-clip-path: inset(38.02% 18% 48.07% 18%);
            clip-path: inset(38.02% 18% 48.07% 18%);
  }
}

@keyframes maskscale02m {
  0% {
    -webkit-clip-path: inset(41.02% 50% 48.07% 50%);
            clip-path: inset(41.02% 50% 48.07% 50%);
  }
  100% {
    -webkit-clip-path: inset(38.02% 18% 48.07% 18%);
            clip-path: inset(38.02% 18% 48.07% 18%);
  }
}

@-webkit-keyframes maskscale03m {
  0% {
    -webkit-clip-path: inset(59.61% 50% 29.48% 50%);
            clip-path: inset(59.61% 50% 29.48% 50%);
  }
  100% {
    -webkit-clip-path: inset(56.61% 18% 29.48% 18%);
            clip-path: inset(56.61% 18% 29.48% 18%);
  }
}

@keyframes maskscale03m {
  0% {
    -webkit-clip-path: inset(59.61% 50% 29.48% 50%);
            clip-path: inset(59.61% 50% 29.48% 50%);
  }
  100% {
    -webkit-clip-path: inset(56.61% 18% 29.48% 18%);
            clip-path: inset(56.61% 18% 29.48% 18%);
  }
}

@media (max-width: 1024px) {
  .mask-rtol01 {
    -webkit-clip-path: inset(22.43% 16% 66.66% 16%);
            clip-path: inset(22.43% 16% 66.66% 16%);
  }
  .mask-ltor02 {
    -webkit-clip-path: inset(41.02% 16% 48.07% 16%);
            clip-path: inset(41.02% 16% 48.07% 16%);
  }
  .mask-rtol03 {
    -webkit-clip-path: inset(59.61% 16% 29.48% 16%);
            clip-path: inset(59.61% 16% 29.48% 16%);
  }
  .mask-ltor04 {
    -webkit-clip-path: inset(78.2% 16% 10.89% 16%);
            clip-path: inset(78.2% 16% 10.89% 16%);
  }
  .swiper-slide-active .mask-rtol01 {
    -webkit-animation: maskscale01s 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
            animation: maskscale01s 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
  }
  .swiper-slide-active .mask-ltor04 {
    -webkit-animation: maskscale04s 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
            animation: maskscale04s 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
  }
  .swiper-slide-active .mask-ltor02 {
    -webkit-animation: maskscale02s 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
            animation: maskscale02s 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
  }
  .swiper-slide-active .mask-rtol03 {
    -webkit-animation: maskscale03s 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
            animation: maskscale03s 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
  }
  .item__img.swiper-slide-active .img-RtoL div {
    -webkit-animation: RtoLs 1s 2s cubic-bezier(1, 0, 0, 1) forwards;
            animation: RtoLs 1s 2s cubic-bezier(1, 0, 0, 1) forwards;
  }
  .item__img.swiper-slide-active .img-LtoR div {
    -webkit-animation: LtoRs 1s 2s cubic-bezier(1, 0, 0, 1) forwards;
            animation: LtoRs 1s 2s cubic-bezier(1, 0, 0, 1) forwards;
  }
  .item__img.swiper-slide-active .img-RtoL2 div {
    -webkit-animation: RtoLs 1s 2s cubic-bezier(1, 0, 0, 1) forwards;
            animation: RtoLs 1s 2s cubic-bezier(1, 0, 0, 1) forwards;
  }
  .item__img.swiper-slide-active .img-LtoR2 div {
    -webkit-animation: LtoRs 1s 2s cubic-bezier(1, 0, 0, 1) forwards;
            animation: LtoRs 1s 2s cubic-bezier(1, 0, 0, 1) forwards;
  }
}

@-webkit-keyframes RtoLs {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}

@keyframes RtoLs {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}

@-webkit-keyframes LtoRs {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
}

@keyframes LtoRs {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
}

@-webkit-keyframes maskscale01s {
  0% {
    -webkit-clip-path: inset(22.43% 50% 66.66% 50%);
            clip-path: inset(22.43% 50% 66.66% 50%);
  }
  100% {
    -webkit-clip-path: inset(19.43% 16% 66.66% 16%);
            clip-path: inset(19.43% 16% 66.66% 16%);
  }
}

@keyframes maskscale01s {
  0% {
    -webkit-clip-path: inset(22.43% 50% 66.66% 50%);
            clip-path: inset(22.43% 50% 66.66% 50%);
  }
  100% {
    -webkit-clip-path: inset(19.43% 16% 66.66% 16%);
            clip-path: inset(19.43% 16% 66.66% 16%);
  }
}

@-webkit-keyframes maskscale04s {
  0% {
    -webkit-clip-path: inset(78.2% 50% 10.89% 50%);
            clip-path: inset(78.2% 50% 10.89% 50%);
  }
  100% {
    -webkit-clip-path: inset(75.2% 16% 10.89% 16%);
            clip-path: inset(75.2% 16% 10.89% 16%);
  }
}

@keyframes maskscale04s {
  0% {
    -webkit-clip-path: inset(78.2% 50% 10.89% 50%);
            clip-path: inset(78.2% 50% 10.89% 50%);
  }
  100% {
    -webkit-clip-path: inset(75.2% 16% 10.89% 16%);
            clip-path: inset(75.2% 16% 10.89% 16%);
  }
}

@-webkit-keyframes maskscale02s {
  0% {
    -webkit-clip-path: inset(41.02% 50% 48.07% 50%);
            clip-path: inset(41.02% 50% 48.07% 50%);
  }
  100% {
    -webkit-clip-path: inset(38.02% 16% 48.07% 16%);
            clip-path: inset(38.02% 16% 48.07% 16%);
  }
}

@keyframes maskscale02s {
  0% {
    -webkit-clip-path: inset(41.02% 50% 48.07% 50%);
            clip-path: inset(41.02% 50% 48.07% 50%);
  }
  100% {
    -webkit-clip-path: inset(38.02% 16% 48.07% 16%);
            clip-path: inset(38.02% 16% 48.07% 16%);
  }
}

@-webkit-keyframes maskscale03s {
  0% {
    -webkit-clip-path: inset(59.61% 50% 29.48% 50%);
            clip-path: inset(59.61% 50% 29.48% 50%);
  }
  100% {
    -webkit-clip-path: inset(56.61% 16% 29.48% 16%);
            clip-path: inset(56.61% 16% 29.48% 16%);
  }
}

@keyframes maskscale03s {
  0% {
    -webkit-clip-path: inset(59.61% 50% 29.48% 50%);
            clip-path: inset(59.61% 50% 29.48% 50%);
  }
  100% {
    -webkit-clip-path: inset(56.61% 16% 29.48% 16%);
            clip-path: inset(56.61% 16% 29.48% 16%);
  }
}

@-webkit-keyframes maskscaleout01s {
  0% {
    -webkit-clip-path: inset(22.43% 16% 66.66% 16%);
            clip-path: inset(22.43% 16% 66.66% 16%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(22.43% 50% 66.66% 50%);
            clip-path: inset(22.43% 50% 66.66% 50%);
    opacity: 0;
  }
}

@keyframes maskscaleout01s {
  0% {
    -webkit-clip-path: inset(22.43% 16% 66.66% 16%);
            clip-path: inset(22.43% 16% 66.66% 16%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(22.43% 50% 66.66% 50%);
            clip-path: inset(22.43% 50% 66.66% 50%);
    opacity: 0;
  }
}

@-webkit-keyframes maskscaleout04s {
  0% {
    -webkit-clip-path: inset(78.2% 16% 10.89% 16%);
            clip-path: inset(78.2% 16% 10.89% 16%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(78.2% 50% 10.89% 50%);
            clip-path: inset(78.2% 50% 10.89% 50%);
    opacity: 0;
  }
}

@keyframes maskscaleout04s {
  0% {
    -webkit-clip-path: inset(78.2% 16% 10.89% 16%);
            clip-path: inset(78.2% 16% 10.89% 16%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(78.2% 50% 10.89% 50%);
            clip-path: inset(78.2% 50% 10.89% 50%);
    opacity: 0;
  }
}

@-webkit-keyframes maskscaleout02s {
  0% {
    -webkit-clip-path: inset(41.02% 16% 48.07% 16%);
            clip-path: inset(41.02% 16% 48.07% 16%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(41.02% 50% 48.07% 50%);
            clip-path: inset(41.02% 50% 48.07% 50%);
    opacity: 0;
  }
}

@keyframes maskscaleout02s {
  0% {
    -webkit-clip-path: inset(41.02% 16% 48.07% 16%);
            clip-path: inset(41.02% 16% 48.07% 16%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(41.02% 50% 48.07% 50%);
            clip-path: inset(41.02% 50% 48.07% 50%);
    opacity: 0;
  }
}

@-webkit-keyframes maskscaleout03s {
  0% {
    -webkit-clip-path: inset(59.61% 16% 29.48% 16%);
            clip-path: inset(59.61% 16% 29.48% 16%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(59.61% 50% 29.48% 50%);
            clip-path: inset(59.61% 50% 29.48% 50%);
    opacity: 0;
  }
}

@keyframes maskscaleout03s {
  0% {
    -webkit-clip-path: inset(59.61% 16% 29.48% 16%);
            clip-path: inset(59.61% 16% 29.48% 16%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(59.61% 50% 29.48% 50%);
            clip-path: inset(59.61% 50% 29.48% 50%);
    opacity: 0;
  }
}

@media (max-width: 767px) {
  html,
  body,
  .mv,
  .mv-wrapper,
  .mv-loading,
  .mv-loading .show-img,
  .mv-inner,
  .mv-inner .item1:before,
  .mv-inner .item2:before,
  .mv-inner .item1:after,
  .mv-inner .item2:after,
  .item__img div, #luxy, #data-scroll {
    height: 100%;
  }
  .mv-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .mask-rtol01 {
    -webkit-clip-path: inset(32.44% 10% 59.84% 10%);
            clip-path: inset(32.44% 10% 59.84% 10%);
  }
  .mask-ltor02 {
    -webkit-clip-path: inset(45.03% 10% 47.24% 10%);
            clip-path: inset(45.03% 10% 47.24% 10%);
  }
  .mask-rtol03 {
    -webkit-clip-path: inset(57.48% 10% 34.64% 10%);
            clip-path: inset(57.48% 10% 34.64% 10%);
  }
  .mask-ltor04 {
    -webkit-clip-path: inset(70.86% 10% 21.8% 10%);
            clip-path: inset(70.86% 10% 21.8% 10%);
  }
  .swiper-slide-active .mask-rtol01 {
    -webkit-animation: maskscale01xs 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
            animation: maskscale01xs 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
  }
  .swiper-slide-active .mask-ltor04 {
    -webkit-animation: maskscale04xs 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
            animation: maskscale04xs 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
  }
  .swiper-slide-active .mask-ltor02 {
    -webkit-animation: maskscale02xs 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
            animation: maskscale02xs 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
  }
  .swiper-slide-active .mask-rtol03 {
    -webkit-animation: maskscale03xs 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
            animation: maskscale03xs 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
  }
  .item__img.swiper-slide-active .img-RtoL div {
    -webkit-animation: RtoLSP 1s 2s cubic-bezier(1, 0, 0, 1) forwards;
            animation: RtoLSP 1s 2s cubic-bezier(1, 0, 0, 1) forwards;
    background-position: center center;
  }
  .item__img.swiper-slide-active .img-LtoR div {
    -webkit-animation: LtoRSP 1s 2s cubic-bezier(1, 0, 0, 1) forwards;
            animation: LtoRSP 1s 2s cubic-bezier(1, 0, 0, 1) forwards;
    background-position: center center;
  }
  /*
.item__img.swiper-slide-active > div > div{
	aspect-ratio: 64/39;
    height: 100%;
    width: auto;
    margin: 0 auto;
}
*/
  .mv-text h1 {
    top: 44%;
    width: 100%;
    position: absolute;
    height: 11.5%;
    left: 0.1325em;
  }
  .mv-text .comment {
    height: 7.8%;
  }
}

@-webkit-keyframes maskscale01xs {
  0% {
    -webkit-clip-path: inset(32.44% 50% 59.84% 50%);
            clip-path: inset(32.44% 50% 59.84% 50%);
  }
  100% {
    -webkit-clip-path: inset(32.44% 10% 59.84% 10%);
            clip-path: inset(32.44% 10% 59.84% 10%);
  }
}

@keyframes maskscale01xs {
  0% {
    -webkit-clip-path: inset(32.44% 50% 59.84% 50%);
            clip-path: inset(32.44% 50% 59.84% 50%);
  }
  100% {
    -webkit-clip-path: inset(32.44% 10% 59.84% 10%);
            clip-path: inset(32.44% 10% 59.84% 10%);
  }
}

@-webkit-keyframes maskscale04xs {
  0% {
    -webkit-clip-path: inset(70.86% 50% 21.8% 50%);
            clip-path: inset(70.86% 50% 21.8% 50%);
  }
  100% {
    -webkit-clip-path: inset(70.86% 10% 21.8% 10%);
            clip-path: inset(70.86% 10% 21.8% 10%);
  }
}

@keyframes maskscale04xs {
  0% {
    -webkit-clip-path: inset(70.86% 50% 21.8% 50%);
            clip-path: inset(70.86% 50% 21.8% 50%);
  }
  100% {
    -webkit-clip-path: inset(70.86% 10% 21.8% 10%);
            clip-path: inset(70.86% 10% 21.8% 10%);
  }
}

@-webkit-keyframes maskscale02xs {
  0% {
    -webkit-clip-path: inset(45.03% 50% 47.24% 50%);
            clip-path: inset(45.03% 50% 47.24% 50%);
  }
  100% {
    -webkit-clip-path: inset(45.03% 10% 47.24% 10%);
            clip-path: inset(45.03% 10% 47.24% 10%);
  }
}

@keyframes maskscale02xs {
  0% {
    -webkit-clip-path: inset(45.03% 50% 47.24% 50%);
            clip-path: inset(45.03% 50% 47.24% 50%);
  }
  100% {
    -webkit-clip-path: inset(45.03% 10% 47.24% 10%);
            clip-path: inset(45.03% 10% 47.24% 10%);
  }
}

@-webkit-keyframes maskscale03xs {
  0% {
    -webkit-clip-path: inset(57.48% 50% 34.64% 50%);
            clip-path: inset(57.48% 50% 34.64% 50%);
  }
  100% {
    -webkit-clip-path: inset(57.48% 10% 34.64% 10%);
            clip-path: inset(57.48% 10% 34.64% 10%);
  }
}

@keyframes maskscale03xs {
  0% {
    -webkit-clip-path: inset(57.48% 50% 34.64% 50%);
            clip-path: inset(57.48% 50% 34.64% 50%);
  }
  100% {
    -webkit-clip-path: inset(57.48% 10% 34.64% 10%);
            clip-path: inset(57.48% 10% 34.64% 10%);
  }
}

@-webkit-keyframes RtoLSP {
  0% {
    background-position: center center;
  }
  100% {
    background-position: 100% center;
    /*transform: translateX(-11%);*/
  }
}

@keyframes RtoLSP {
  0% {
    background-position: center center;
  }
  100% {
    background-position: 100% center;
    /*transform: translateX(-11%);*/
  }
}

@-webkit-keyframes LtoRSP {
  0% {
    background-position: center center;
  }
  100% {
    background-position: 29% center;
  }
}

@keyframes LtoRSP {
  0% {
    background-position: center center;
  }
  100% {
    background-position: 29% center;
  }
}

@media (max-width: 575px) {
  .item__img .img-RtoL div {
    background: url("../img/key_maskimg_r_sp.png") center no-repeat;
    background-size: cover;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .item__img .img-LtoR div {
    background: url("../img/key_maskimg_l_sp.png") center no-repeat;
    background-size: cover;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mask-rtol01 {
    -webkit-clip-path: inset(20.44% 5.33% 64.84% 5.33%);
            clip-path: inset(20.44% 5.33% 64.84% 5.33%);
  }
  .mask-ltor02 {
    -webkit-clip-path: inset(45.03% 5.33% 47.24% 5.33%);
            clip-path: inset(45.03% 5.33% 47.24% 5.33%);
  }
  .mask-rtol03 {
    -webkit-clip-path: inset(57.48% 5.33% 34.64% 5.33%);
            clip-path: inset(57.48% 5.33% 34.64% 5.33%);
  }
  .mask-ltor04 {
    -webkit-clip-path: inset(70.86% 5.33% 21.8% 5.33%);
            clip-path: inset(70.86% 5.33% 21.8% 5.33%);
  }
  .swiper-slide-active .mask-rtol01 {
    -webkit-animation: maskscale01xxs 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
            animation: maskscale01xxs 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
  }
  .swiper-slide-active .mask-ltor04 {
    -webkit-animation: maskscale04xxs 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
            animation: maskscale04xxs 0.75s 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 0.75s 1.25s ease forwards;
  }
  .swiper-slide-active .mask-ltor02 {
    -webkit-animation: maskscale02xxs 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
            animation: maskscale02xxs 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
  }
  .swiper-slide-active .mask-rtol03 {
    -webkit-animation: maskscale03xxs 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
            animation: maskscale03xxs 1s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards, fadeIn 1s 1s ease forwards;
  }
  .mv-text h1 {
    top: 38%;
    font-size: 2.4375rem;
    letter-spacing: .4rem;
    height: 9.9%;
  }
  .mv-text .comment {
    bottom: 32.64%;
    width: 71%;
  }
  .mv-text .comment_min {
    bottom: 48%;
    width: 77%;
  }
}

@-webkit-keyframes maskscale01xxs {
  0% {
    -webkit-clip-path: inset(20.44% 50% 64.84% 50%);
            clip-path: inset(20.44% 50% 64.84% 50%);
  }
  100% {
    -webkit-clip-path: inset(20.44% 7.33% 64.84% 8.33%);
            clip-path: inset(20.44% 7.33% 64.84% 8.33%);
  }
}

@keyframes maskscale01xxs {
  0% {
    -webkit-clip-path: inset(20.44% 50% 64.84% 50%);
            clip-path: inset(20.44% 50% 64.84% 50%);
  }
  100% {
    -webkit-clip-path: inset(20.44% 7.33% 64.84% 8.33%);
            clip-path: inset(20.44% 7.33% 64.84% 8.33%);
  }
}

@-webkit-keyframes maskscale02xxs {
  0% {
    -webkit-clip-path: inset(45.03% 50% 47.24% 50%);
            clip-path: inset(45.03% 50% 47.24% 50%);
  }
  100% {
    -webkit-clip-path: inset(37.03% 7.33% 47.24% 8.33%);
            clip-path: inset(37.03% 7.33% 47.24% 8.33%);
  }
}

@keyframes maskscale02xxs {
  0% {
    -webkit-clip-path: inset(45.03% 50% 47.24% 50%);
            clip-path: inset(45.03% 50% 47.24% 50%);
  }
  100% {
    -webkit-clip-path: inset(37.03% 7.33% 47.24% 8.33%);
            clip-path: inset(37.03% 7.33% 47.24% 8.33%);
  }
}

@-webkit-keyframes maskscale03xxs {
  0% {
    -webkit-clip-path: inset(57.48% 50% 34.64% 50%);
            clip-path: inset(57.48% 50% 34.64% 50%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(54.48% 7.33% 30.64% 8.33%);
            clip-path: inset(54.48% 7.33% 30.64% 8.33%);
    opacity: 1;
  }
}

@keyframes maskscale03xxs {
  0% {
    -webkit-clip-path: inset(57.48% 50% 34.64% 50%);
            clip-path: inset(57.48% 50% 34.64% 50%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(54.48% 7.33% 30.64% 8.33%);
            clip-path: inset(54.48% 7.33% 30.64% 8.33%);
    opacity: 1;
  }
}

@-webkit-keyframes maskscale04xxs {
  0% {
    -webkit-clip-path: inset(70.86% 50% 21.8% 50%);
            clip-path: inset(70.86% 50% 21.8% 50%);
  }
  100% {
    -webkit-clip-path: inset(70.86% 7.33% 13.8% 8.33%);
            clip-path: inset(70.86% 7.33% 13.8% 8.33%);
  }
}

@keyframes maskscale04xxs {
  0% {
    -webkit-clip-path: inset(70.86% 50% 21.8% 50%);
            clip-path: inset(70.86% 50% 21.8% 50%);
  }
  100% {
    -webkit-clip-path: inset(70.86% 7.33% 13.8% 8.33%);
            clip-path: inset(70.86% 7.33% 13.8% 8.33%);
  }
}

@-webkit-keyframes maskscaleout01xxs {
  0% {
    -webkit-clip-path: inset(32.44% 5.33% 59.84% 5.33%);
            clip-path: inset(32.44% 5.33% 59.84% 5.33%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(32.44% 50% 59.84% 50%);
            clip-path: inset(32.44% 50% 59.84% 50%);
    opacity: 0;
  }
}

@keyframes maskscaleout01xxs {
  0% {
    -webkit-clip-path: inset(32.44% 5.33% 59.84% 5.33%);
            clip-path: inset(32.44% 5.33% 59.84% 5.33%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(32.44% 50% 59.84% 50%);
            clip-path: inset(32.44% 50% 59.84% 50%);
    opacity: 0;
  }
}

@-webkit-keyframes maskscaleout04xxs {
  0% {
    -webkit-clip-path: inset(70.86% 5.33% 21.8% 5.33%);
            clip-path: inset(70.86% 5.33% 21.8% 5.33%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(70.86% 50% 21.8% 50%);
            clip-path: inset(70.86% 50% 21.8% 50%);
    opacity: 0;
  }
}

@keyframes maskscaleout04xxs {
  0% {
    -webkit-clip-path: inset(70.86% 5.33% 21.8% 5.33%);
            clip-path: inset(70.86% 5.33% 21.8% 5.33%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(70.86% 50% 21.8% 50%);
            clip-path: inset(70.86% 50% 21.8% 50%);
    opacity: 0;
  }
}

@-webkit-keyframes maskscaleout02xxs {
  0% {
    -webkit-clip-path: inset(45.03% 5.33% 47.24% 5.33%);
            clip-path: inset(45.03% 5.33% 47.24% 5.33%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(45.03% 50% 47.24% 50%);
            clip-path: inset(45.03% 50% 47.24% 50%);
    opacity: 0;
  }
}

@keyframes maskscaleout02xxs {
  0% {
    -webkit-clip-path: inset(45.03% 5.33% 47.24% 5.33%);
            clip-path: inset(45.03% 5.33% 47.24% 5.33%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(45.03% 50% 47.24% 50%);
            clip-path: inset(45.03% 50% 47.24% 50%);
    opacity: 0;
  }
}

@-webkit-keyframes maskscaleout03xxs {
  0% {
    -webkit-clip-path: inset(57.48% 5.33% 34.64% 5.33%);
            clip-path: inset(57.48% 5.33% 34.64% 5.33%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(57.48% 50% 34.64% 50%);
            clip-path: inset(57.48% 50% 34.64% 50%);
    opacity: 0;
  }
}

@keyframes maskscaleout03xxs {
  0% {
    -webkit-clip-path: inset(57.48% 5.33% 34.64% 5.33%);
            clip-path: inset(57.48% 5.33% 34.64% 5.33%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(57.48% 50% 34.64% 50%);
            clip-path: inset(57.48% 50% 34.64% 50%);
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main_btn {
  position: relative;
  display: block;
  max-width: 450px;
  margin: 0 auto;
  width: 58%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 0.75rem;
  border-radius: 30px;
}

@media screen and (min-width: 1200px) {
  .main_btn {
    margin: 0;
    height: 60px;
    line-height: 60px;
    font-size: 1.375rem;
  }
  .main_btn:hover::after {
    right: 6%;
  }
}

.main_btn::after {
  position: absolute;
  content: "";
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 42%;
  right: 9%;
  border-radius: 1px;
}

@media screen and (min-width: 1200px) {
  .main_btn::after {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    width: 11px;
    height: 11px;
    top: 36%;
    right: 7%;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.main_btn.disabled {
  pointer-events: none;
}

.main_btn.disabled::after {
  content: none;
}

.induction_pc {
  margin: 44px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.induction_pc .left {
  margin-right: 20px;
}

.induction_pc .left .btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.induction_pc .left p {
  text-align: center;
  font-weight: bold;
  font-size: 1.375rem;
  color: #000;
  line-height: 1.2;
}

.induction_pc .left a {
  -webkit-transition: .3s;
  transition: .3s;
}

.induction_pc .left a:hover {
  opacity: .7;
}

.induction_pc .left a img {
  width: 218px;
}

.induction_pc .qr {
  width: 113px;
}

.induction_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 999;
}

/*======================================
main content
======================================*/
.content_inner {
  position: relative;
  background: url("../img/bg_sp.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 32px;
}

@media screen and (min-width: 768px) {
  .content_inner {
    background-position: center;
    padding-top: 267px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1200px) {
  .content_inner {
    padding-top: 567px;
    background: url("../img/bg_pc.png") no-repeat;
    background-size: cover;
    background-position: top;
  }
}

@media screen and (min-width: 1900px) {
  .content_inner {
    padding-top: 867px;
  }
}

.content_inner::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #0E0968;
  position: absolute;
  bottom: -50px;
  left: 0%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .content_l {
    width: 50%;
    background: url("../img/content_l_bg.png") no-repeat;
  }
}

.content_l img {
  display: block;
  width: 35%;
  margin: 0px 35px 65px auto;
  -webkit-animation: opa100 .5s ease 5.2s 1 normal backwards;
          animation: opa100 .5s ease 5.2s 1 normal backwards;
}

@media screen and (min-width: 768px) {
  .content_l img {
    -webkit-animation: none;
            animation: none;
    position: -webkit-sticky;
    position: sticky;
    top: 26%;
    left: 0%;
    width: 250px;
    height: 231px;
    margin: 50px auto 50px;
    z-index: 1;
  }
}

@media screen and (min-width: 1200px) {
  .content_l img {
    width: 340px;
    height: 314px;
    margin: 50px auto 250px;
  }
}

@media screen and (min-width: 1900px) {
  .content_l img {
    width: 394px;
    height: 365px;
  }
}

.content_r {
  position: relative;
  z-index: 1;
  width: 95%;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 768px) {
  .content_r {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .content_r {
    min-width: 960px;
  }
  .content_r::after {
    background: url("../img/content_r_bg.png") no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 4859px;
    position: absolute;
    background-size: cover;
    top: 0;
    right: 0%;
    z-index: -1;
  }
  .content_r img {
    width: 100%;
  }
}

.content_r .box01 {
  border-radius: 20px 0 0 0;
  background: rgba(162, 119, 54, 0.5);
}

.content_r .box01 .main_btn {
  background: #E0926F;
}

@media screen and (min-width: 1200px) {
  .content_r .box01 {
    border-radius: 40px 0 0 0;
  }
}

.content_r .box02 {
  background: rgba(80, 1, 43, 0.5);
}

.content_r .box02 .main_btn {
  background: #EB9AB0;
}

.content_r .box03 {
  background: rgba(7, 163, 159, 0.5);
}

.content_r .box03 .btn_inner {
  position: relative;
  margin-top: 45px;
  max-width: 615px;
  width: 100%;
  height: 60px;
}

@media screen and (min-width: 1200px) {
  .content_r .box03 .btn_inner {
    margin-top: 26px;
  }
}

.content_r .box03 .btn_inner + .btn_inner {
  margin-top: 18px;
  margin-bottom: -20px;
}

@media screen and (min-width: 1200px) {
  .content_r .box03 .btn_inner + .btn_inner {
    margin-top: 26px;
    margin-bottom: 0;
  }
}

.content_r .box03 .main_btn {
  background: #BBD9D8;
}

@media screen and (min-width: 1200px) {
  .content_r .box03 .main_btn {
    width: 450px;
  }
}

.content_r .box03 .main_btn.movie {
  padding-left: 10px;
  background: #FBF741;
  font-size: 0.6875rem;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
  .content_r .box03 .main_btn.movie {
    padding-right: 40px;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 1.375rem;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .content_r .box03 .main_btn.movie:hover::before {
    background-color: #fff;
  }
  .content_r .box03 .main_btn.movie:hover::after {
    border-left: 12px solid #2C5358;
  }
}

.content_r .box03 .main_btn.movie::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 20px;
  background-color: #2C5358;
}

@media screen and (min-width: 1200px) {
  .content_r .box03 .main_btn.movie::before {
    right: 9px;
    width: 42px;
    height: 42px;
  }
}

.content_r .box03 .main_btn.movie::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 5px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: inherit;
          transform: inherit;
}

@media screen and (min-width: 1200px) {
  .content_r .box03 .main_btn.movie::after {
    right: 22px;
    border-top: 8px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 8px solid transparent;
  }
}

.content_r .box03 .detail01 {
  position: absolute;
  right: 36%;
  top: -38%;
  color: #FBF741;
  font-weight: bold;
  font-size: 0.75rem;
}

@media screen and (min-width: 1200px) {
  .content_r .box03 .detail01 {
    right: 0;
    top: 35%;
    font-size: 1.125rem;
  }
}

.content_r .box03 .detail02 {
  position: absolute;
  right: 36%;
  top: -38%;
  color: #BBD9D8;
  font-weight: bold;
  font-size: 0.75rem;
}

@media screen and (min-width: 1200px) {
  .content_r .box03 .detail02 {
    right: 0;
    top: 35%;
    font-size: 1.125rem;
  }
}

.content_r .box04 {
  background: #302D58;
}

.content_r .box04 .main_btn {
  background: #C0BCF0;
}

.content_r .box05 {
  background: #000;
}

.content_r .box05 .main_btn {
  background: #C6C6C6;
}

.content_r .text_inner {
  padding: 31px 0 38px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
  .content_r .text_inner {
    padding: 54px 0px 54px 104px;
  }
}

.content_r .text_inner .head {
  margin-left: 40px;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .content_r .text_inner .head {
    margin-left: 0;
    font-size: 3.125rem;
  }
}

.content_r .text_inner .text {
  max-width: 594px;
  width: 79%;
  margin: 17px 0 20px 40px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .content_r .text_inner .text {
    margin: 25px 0 24px;
    font-size: 1.375rem;
    line-height: 2;
  }
}

.cam {
  position: relative;
  z-index: 1;
  background: #E8E8E8;
  padding: 40px 0 42px;
  border-radius: 20px 0 0 0;
}

@media screen and (min-width: 1200px) {
  .cam {
    padding: 90px 0 85px;
    border-radius: 40px 0 0 0;
  }
}

.cam_box {
  max-width: 1718px;
  width: 90%;
  margin: 0 auto 57px;
}

@media screen and (min-width: 1200px) {
  .cam_box {
    margin: 0 auto 100px;
  }
}

.cam_box .explanation {
  position: relative;
  background: url("../img/cam_bg_sp.png") no-repeat;
  background-size: cover;
  background-position: top;
  height: 493px;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
  color: #666666;
}

@media screen and (min-width: 768px) {
  .cam_box .explanation {
    height: 667px;
  }
}

@media screen and (min-width: 1200px) {
  .cam_box .explanation {
    background: url("../img/cam_bg_pc.png") no-repeat;
    background-position: center;
    height: 967px;
    border-radius: 40px 40px 0 0;
  }
}

.cam_box .explanation .head {
  padding: 25px 0 0 0px;
}

@media screen and (min-width: 768px) {
  .cam_box .explanation .head {
    padding: 55px 0 0 20px;
  }
}

@media screen and (min-width: 1200px) {
  .cam_box .explanation .head {
    padding: 106px 0 0 147px;
  }
}

.cam_box .explanation h2 {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 110px;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.45;
  text-shadow: 1px 1px 0 #C2D9E7, -1px -1px 0 #C2D9E7, -1px 1px 0 #C2D9E7, 1px -1px 0 #C2D9E7, 0px 1px 0 #C2D9E7, -1px 0 #C2D9E7, -1px 0 0 #C2D9E7, 1px 0 0 #C2D9E7;
}

@media screen and (min-width: 768px) {
  .cam_box .explanation h2 {
    margin-left: 0;
    margin-bottom: 42px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .cam_box .explanation h2 {
    font-size: 3.75rem;
    text-shadow: none;
  }
}

.cam_box .explanation h2 span {
  color: #C47071;
}

.cam_box .explanation h2::after {
  background: url("../img/cam_card.png") no-repeat;
  content: "";
  display: block;
  width: 52px;
  height: 38px;
  position: absolute;
  background-size: contain;
  top: 8%;
  right: 28%;
}

@media screen and (min-width: 768px) {
  .cam_box .explanation h2::after {
    width: 112px;
    height: 80px;
    top: -17%;
    right: 20%;
  }
}

@media screen and (min-width: 1200px) {
  .cam_box .explanation h2::after {
    top: -12%;
    right: 16%;
    width: 171px;
    height: 125px;
  }
}

.cam_box .explanation .day {
  font-family: "ヒラギノ角ゴ Pro",sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .05rem;
}

@media screen and (min-width: 768px) {
  .cam_box .explanation .day {
    text-shadow: 1px 1px 0 #C2D9E7, -1px -1px 0 #C2D9E7, -1px 1px 0 #C2D9E7, 1px -1px 0 #C2D9E7, 0px 1px 0 #C2D9E7, -1px 0 #C2D9E7, -1px 0 0 #C2D9E7, 1px 0 0 #C2D9E7;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .cam_box .explanation .day {
    text-shadow: none;
    padding-left: 10px;
    text-align: left;
    font-size: 1.375rem;
  }
}

.cam_box .explanation .day span {
  margin-left: 5px;
  font-size: 1.4375rem;
}

@media screen and (min-width: 768px) {
  .cam_box .explanation .day span {
    text-shadow: 1px 1px 0 #C2D9E7, -1px -1px 0 #C2D9E7, -1px 1px 0 #C2D9E7, 1px -1px 0 #C2D9E7, 0px 1px 0 #C2D9E7, -1px 0 #C2D9E7, -1px 0 0 #C2D9E7, 1px 0 0 #C2D9E7;
    font-size: 2.625rem;
  }
}

@media screen and (min-width: 1200px) {
  .cam_box .explanation .day span {
    text-shadow: none;
    margin-left: 10px;
    font-size: 2.625rem;
  }
}

.cam_box .explanation .day strong {
  margin-right: 10px;
  letter-spacing: .1rem;
}

@media screen and (min-width: 1200px) {
  .cam_box .explanation .day strong {
    margin-right: 32px;
  }
}

.cam_box .explanation .floate {
  position: absolute;
  bottom: 9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 81%;
}

@media screen and (min-width: 1200px) {
  .cam_box .explanation .floate {
    bottom: 9%;
  }
}

.cam_box .explanation .text {
  max-width: 575px;
  margin: 0 auto 30px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .cam_box .explanation .text {
    margin: 0 auto 56px;
    font-size: 1.375rem;
    line-height: 2;
  }
}

.cam_box .explanation .main_btn {
  width: 81%;
  background: #fff;
  margin: 0 auto;
  font-size: 0.875rem;
}

@media screen and (min-width: 1200px) {
  .cam_box .explanation .main_btn {
    font-size: 1.375rem;
  }
}

.cam .btn_inner {
  padding: 41px 0 45px;
  background: #fff;
  text-align: center;
  font-weight: bold;
  color: #666666;
}

@media screen and (min-width: 1200px) {
  .cam .btn_inner {
    padding: 35px 0 40px;
  }
}

.cam .btn_inner .top {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.09rem;
}

@media screen and (min-width: 1200px) {
  .cam .btn_inner .top {
    letter-spacing: 0.09rem;
    font-size: 1.75rem;
  }
}

.cam .btn_inner .bottom {
  margin: 10px auto 30px;
  letter-spacing: .05rem;
  font-size: 1.3125rem;
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .cam .btn_inner .bottom {
    letter-spacing: 0.12rem;
    font-size: 2.5rem;
  }
}

.cam .btn_inner .main_btn {
  width: 65%;
  margin: 0 auto;
  background: #96BBCE;
  color: #fff;
  font-size: 0.875rem;
}

@media screen and (min-width: 1200px) {
  .cam .btn_inner .main_btn {
    font-size: 1.375rem;
  }
}

.cam .btn_inner .main_btn::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.bnr {
  width: 90%;
  max-width: 733px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bnr {
    width: 70%;
  }
}

@media screen and (min-width: 1200px) {
  .bnr {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .bnr:hover {
    opacity: .7;
  }
}

.present {
  background: #E8E8E8;
}

@media screen and (min-width: 768px) {
  .present {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.present .present_l {
  position: relative;
}

@media screen and (min-width: 768px) {
  .present .present_l {
    width: 50%;
  }
  .present .present_l .present_l_bg {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .present .present_l .present_l_title {
    position: absolute;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    margin: 0px auto 450px;
    width: 342px;
    height: 139px;
  }
}

@media screen and (min-width: 1200px) {
  .present .present_l {
    height: 2120px;
  }
}

.present .present_r {
  padding: 40px 0 54px;
  margin-top: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C11214), to(#830B0C));
  background: linear-gradient(to bottom, #C11214, #830B0C);
}

@media screen and (min-width: 768px) {
  .present .present_r {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .present .present_r {
    margin: 0 0 0 auto;
    padding: 85px 0 50px;
    border-radius: 0 40px 0 0;
    min-width: 960px;
  }
}

.present .present_r .title {
  display: block;
  margin: 0 auto;
  max-width: 660px;
  width: 90%;
  margin-right: -10px;
}

@media screen and (min-width: 768px) {
  .present .present_r .title {
    width: 90%;
    margin: 0 auto 0;
  }
}

.present .present_r .lead {
  margin: -92px auto 23px;
  max-width: 636px;
  width: 80%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  letter-spacing: .06rem;
}

@media screen and (min-width: 768px) {
  .present .present_r .lead {
    margin: -32px auto 23px;
  }
}

@media screen and (min-width: 1200px) {
  .present .present_r .lead {
    margin: -69px auto 30px;
    line-height: 2;
    font-size: 1.375rem;
  }
}

.present .present_r .present_box {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 1px 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
  .present .present_r .present_box {
    padding: 10px 0px 56px;
  }
}

.present .present_r .present_box .inner {
  max-width: 626px;
  margin: 0 auto;
}

.present .present_r .present_box h3 {
  margin: 27px auto 16px;
  padding: 5px 0;
  width: 100%;
  background: #C11214;
  color: #FDC742;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: .05rem;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .present .present_r .present_box h3 {
    margin: 33px auto 30px;
    padding: 5px 0;
    font-size: 1.375rem;
  }
}

.present .present_r .present_box h3.margin {
  margin-top: 46px;
}

.present .present_r .present_box .present_img {
  display: block;
  margin: 0 auto;
}

.present .present_r .present_box .text_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.present .present_r .present_box .present_text {
  max-width: 309px;
  width: 44%;
  margin: 6px 0px 17px 0px;
  display: inline-block;
  font-weight: bold;
  color: #000000;
  text-align: initial;
}

@media screen and (min-width: 1200px) {
  .present .present_r .present_box .present_text {
    width: auto;
    margin: -15px 0px 7px 0px;
    letter-spacing: .05rem;
  }
}

.present .present_r .present_box .present_text .sub {
  font-size: 0.8125rem;
  line-height: 1.2;
}

@media screen and (min-width: 1200px) {
  .present .present_r .present_box .present_text .sub {
    font-size: 0.875rem;
  }
}

.present .present_r .present_box .present_text .name {
  font-size: 0.8125rem;
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .present .present_r .present_box .present_text .name {
    line-height: 1.6;
    font-size: 1.1875rem;
  }
}

.present .present_r .present_box .present_text .detail {
  margin-top: 10px;
  font-size: 0.625rem;
  line-height: 1.38;
}

@media screen and (min-width: 1200px) {
  .present .present_r .present_box .present_text .detail {
    margin-top: 0;
    font-size: 0.8125rem;
  }
}

.present .present_r .present_box .present_text + .present_text {
  margin-left: 30px;
}

@media screen and (min-width: 1200px) {
  .present .present_r .present_box .present_text + .present_text {
    margin-left: 56px;
  }
}

.present .present_r .present_box .people {
  margin-bottom: 47px;
  color: #C11214;
  font-weight: bold;
  font-size: 1.0625rem;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .present .present_r .present_box .people {
    margin-bottom: 0px;
    font-size: 1.625rem;
  }
}

.present .present_r .present_box .people span {
  font-size: 1.625rem;
}

@media screen and (min-width: 1200px) {
  .present .present_r .present_box .people span {
    font-size: 2.4375rem;
  }
}

.present .present_r .present_box .how {
  color: #C11214;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .02rem;
}
.present .present_r .present_box .how a{
  color: #C11214;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .present .present_r .present_box .how {
    letter-spacing: .06rem;
    font-size: 1.25rem;
  }
  .present .present_r .present_box .how.center {
    text-align: center;
  }
}

.present .present_r .present_box .how.margin {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .present .present_r .present_box .how.margin {
    margin-top: 60px;
  }
}

.present .present_r .present_box .asterisk {
  margin-top: 10px;
  color: #000;
  font-weight: bold;
  font-size: 0.6875rem;
  letter-spacing: .05rem;
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .present .present_r .present_box .asterisk {
    margin-top: 0px;
    font-size: 0.8125rem;
  }
}

.present .present_r .present_box .share {
  margin: 20px auto 32px;
  display: block;
  width: 88%;
  max-width: 335px;
  text-align: center;
  border: solid #E8E8E8 2px;
  padding: 12px 0;
  color: #31322D;
  font-size: 0.875rem;
}

@media screen and (min-width: 1200px) {
  .present .present_r .present_box .share {
    padding: 10px 0;
    margin: 23px auto 50px;
    font-size: 1rem;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .present .present_r .present_box .share:hover {
    opacity: .7;
  }
}

.present .present_r .present_box .share span {
  margin-right: 5px;
  font-weight: bold;
  color: #1DA1F2;
}

.present .present_r .link {
  display: block;
  margin: 34px auto 0;
  background: #C11214;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 98%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 1rem;
}

.notice {
  position: relative;
  background: #E8E8E8;
  padding: 64px 0 50px;
}

@media screen and (min-width: 1200px) {
  .notice {
    padding: 86px 0 50px;
  }
}

.notice_inner {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
}

.notice .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #000000;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  color: #000;
}

@media screen and (min-width: 1200px) {
  .notice .title {
    margin-bottom: 25px;
    font-size: 1.375rem;
  }
}

.notice .text {
  margin-bottom: 65px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #2F2F2F;
}

@media screen and (min-width: 1200px) {
  .notice .text {
    margin-bottom: 108px;
    font-size: 1rem;
  }
}

.notice .text a {
  text-decoration: underline;
  color: #2F2F2F;
}
/*# sourceMappingURL=style.css.map */