@charset "UTF-8";
html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 360px) {
  html {
    font-size: 55%;
  }
}
@media screen and (min-width: 680px) {
  html {
    font-size: 75%;
  }
}
/*@font-face {
	font-family: "shippori-M";
	src: url(../fonts/ShipporiMincho-Medium.woff);
}
@font-face {
	font-family: "shippori-B";
	src: url(../fonts/ShipporiMincho-Bold.woff);
}*/
body {
  position: relative;
  font-family: "shippori-M", serif;
  background-color: #eee;
  font-feature-settings: 'palt';
  font-size: 1.4em;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
  color: #FFF;
  width: 100%;
  height: 100%;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

section, .layout {
  width: 100%;
  max-width: 568px;
  margin: 0 auto;
}

.layout {
  overflow: hidden;
}

video, img {
  vertical-align: top;
  width: 100%;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #FFF;
}

p {
  font-size: 1.4rem;
  margin-bottom: .5em;
  line-height: 2;
}

.sans {
  font-family: sans-serif;
}

header {
  position: fixed;
  z-index: 998;
  width: 100%;
  max-width: 568px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 10px;
  overflow: hidden;
  pointer-events: none;
}
header .logo {
  width: 75%;
  transition: all .5s;
  opacity: 1;
}

.openbtn-wrap {
  position: absolute;
  z-index: 999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  pointer-events: auto !important;
}
.openbtn-wrap .openbtn {
  position: relative;
  border-radius: 5px;
}
.openbtn-wrap .openbtn .openbtn-area {
  transition: all .3s;
  width: 50px;
  height: 50px;
}
.openbtn-wrap .openbtn span {
  display: inline-block;
  transition: all .3s;
  position: absolute;
  right: 10px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.openbtn-wrap .openbtn span:nth-of-type(1) {
  top: 15px;
  width: 55%;
}
.openbtn-wrap .openbtn span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}
.openbtn-wrap .openbtn span:nth-of-type(3) {
  top: 31px;
  width: 45%;
}
.openbtn-wrap .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.openbtn-wrap .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn-wrap .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

#gnav-wrap {
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -120%;
  background: rgba(0, 0, 0, 0.9);
  transition: all .2s;
  pointer-events: auto !important;
}
#gnav-wrap ul {
  margin: 15% 0 0;
  padding: 0 10px;
}
#gnav-wrap ul li {
  text-align: left;
  position: relative;
}
#gnav-wrap ul li a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  padding: 1em 1.2em;
  text-align: left;
}
#gnav-wrap ul li:not(:last-child) {
  border-bottom: 1px solid #505050;
}

#gnav-wrap.panelactive {
  right: 0;
}

.body-fixed {
  overflow-y: hidden;
}

/*==================================
背景色が伸びて出現
===================================*/
h2.h2-belt-wrap {
  position: relative;
  z-index: 10;
  font-size: 2.8rem;
  color: #70A3BE;
  margin-bottom: 30px;
  /*左から右*/
}
h2.h2-belt-wrap div {
  position: relative;
}
h2.h2-belt-wrap div:first-child::after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 2.5em;
  bottom: -1px;
  left: 5px;
  background-image: url("../images/icon_flower_red.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
h2.h2-belt-wrap .first .bgextend {
  position: relative;
  display: inline-block;
  padding: 0.1em 1em 0.1em 1.75em;
}
h2.h2-belt-wrap .second .bgextend {
  position: relative;
  display: inline-block;
  padding: 0.1em 1em 0.1em 1em;
  left: 20%;
}
h2.h2-belt-wrap .bgLRextend::before {
  animation: bgLRextendAnime 1s forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  box-shadow: -3px 3px 0 #B40808;
  z-index: -1;
}
h2.h2-belt-wrap .belt-d-blue.bgLRextend::before {
  background-color: #2577A2 !important;
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
.hl-deco-w, .hl-deco-b {
  position: absolute;
  font-size: 2.5rem;
  font-family: 'Oswald', sans-serif;
  top: -0.75em;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.2em;
}

.hl-deco-b {
  color: #70A3BE;
}

.brackets-wrap {
  position: relative;
  padding: 0 10px;
  font-family: "shippori-B", serif;
}
.brackets-wrap p.brackets {
  position: relative;
  padding: 25px;
  font-size: 1.6rem;
}
.brackets-wrap p.brackets::before, .brackets-wrap p.brackets::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 30px;
}
.brackets-wrap p.brackets::before {
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  top: 0;
  left: 0;
}
.brackets-wrap p.brackets::after {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  bottom: 0;
  right: 0;
}
.brackets-wrap p.brackets-d-blue {
  position: relative;
  padding: 25px;
  font-size: 1.6rem;
}
.brackets-wrap p.brackets-d-blue::before, .brackets-wrap p.brackets-d-blue::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 30px;
}
.brackets-wrap p.brackets-d-blue::before {
  border-left: 1px solid #2577A2;
  border-top: 1px solid #2577A2;
  top: 0;
  left: 0;
}
.brackets-wrap p.brackets-d-blue::after {
  border-right: 1px solid #2577A2;
  border-bottom: 1px solid #2577A2;
  bottom: 0;
  right: 0;
}

.regBtn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 568px;
  margin: 0 auto;
}

@keyframes swaying {
  0% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(8px);
  }
}
.txt-b {
  color: #000 !important;
}

.txt-w {
  color: #FFF !important;
}

.txt-blue {
  color: #70A3BE !important;
}

.txt-d-blue {
  color: #2577A2 !important;
}

.top-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 568px;
}
.top-wrap .top-catch {
  position: absolute;
  width: 19%;
  top: 8%;
  right: 8px;
}
.top-wrap .top-mv {
  position: absolute;
  width: 65%;
  height: auto;
  top: 21%;
  left: 4.5%;
  transform: rotate(-10.5deg);
  transform-origin: 0 0;
}

.top-regBtn-wrap {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 568px;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 997;
}

.top-regBtn {
  position: relative;
  width: 90%;
  max-width: 568px;
  transition: all .5s;
}

section.sec1-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
}
section.sec1-wrap .txt-wrap {
  width: 100%;
  height: 100%;
  padding: 70px 0 0;
}
section.sec1-wrap .txt-wrap .txt-bg {
  position: absolute;
  z-index: -2;
  width: inherit;
  height: inherit;
  top: 0;
  left: -35%;
  background-color: #70A3BE;
  mix-blend-mode: multiply;
}
section.sec1-wrap .txt-wrap .txt-inner {
  width: 65%;
  padding: 20px 2rem 30%;
}
section.sec1-wrap .bg-wrap {
  position: absolute;
  z-index: -3;
  width: 65%;
  height: 100%;
  top: 50px;
  right: 0;
  overflow: hidden;
  background-image: url("../images/sec1_bg_poster.webp");
  background-size: cover;
  background-position: center;
}
section.sec1-wrap video.about-mv {
  width: auto;
  max-width: 568px;
}
section.sec1-wrap .mockup {
  position: absolute;
  z-index: 2;
  width: 75%;
  bottom: -60px;
  left: 0;
}

.bg-w {
  position: absolute;
  z-index: -5;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: calc(100% + 120px);
}

.scroll-icon-wrap {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 568px;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  transition: all .5s;
}
.scroll-icon-wrap img {
  position: absolute;
  width: 6%;
  bottom: 15px;
  left: 10px;
  animation: scroll-icon 4s infinite;
  filter: drop-shadow(0 0 3px #2577A2);
}

@keyframes scroll-icon {
  0% {
    transform: rotateY(0) translateY(0px);
  }
  50% {
    transform: rotateY(1turn) translateY(-10px);
  }
  100% {
    transform: rotateY(1turn) 　translateY(-10px);
  }
}
@keyframes blur {
  0% {
    filter: drop-shadow(0 0 0 #70A3BE);
  }
  100% {
    filter: drop-shadow(0 0 10px #70A3BE);
  }
}
section.sec2-wrap {
  position: relative;
  width: 100%;
}
section.sec2-wrap .sec2-inner {
  position: relative;
  z-index: 0;
  padding: 70px 0;
}
section.sec2-wrap .txt-wrap {
  padding: 0 35px;
  margin-bottom: 50px;
}
section.sec2-wrap ul.hilight-wrap {
  position: relative;
  width: 100%;
  animation: blur 2s ease infinite alternate;
  /*		margin-bottom: -10%;*/
}
section.sec2-wrap ul.hilight-wrap li.hilight-l {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
section.sec2-wrap ul.hilight-wrap li.hilight-l video {
  position: absolute;
  width: 55%;
  bottom: 0px;
  z-index: -1;
  right: 8.3%;
}
section.sec2-wrap ul.hilight-wrap li.hilight-r {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
section.sec2-wrap ul.hilight-wrap li.hilight-r video {
  position: absolute;
  width: 55%;
  bottom: 0px;
  z-index: -1;
  left: 8.3%;
}
section.sec2-wrap .playmv-wrap {
  position: relative;
  z-index: 1;
}
section.sec2-wrap .playmv-wrap .onepoint {
  position: relative;
  width: 35%;
  display: block;
  margin: 0 auto;
}
section.sec2-wrap .playmv-wrap .serif {
  position: absolute;
  z-index: 2;
  top: 1%;
  right: 2%;
  width: 40%;
  height: auto;
  animation: swaying 1s ease-in-out 0s infinite alternate;
}
section.sec2-wrap .playmv-wrap video {
  position: relative;
  z-index: 2;
}
section.sec2-wrap .slideset {
  margin: 20px 0 30px;
}

/*ul.sec2-slider {
	margin: 30px 0 40px;
	left: 50%;
	transform: translateX(-50%);
}*/
.parallax-wrap {
  position: relative;
  min-height: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}

.webp .parallax-wrap.anime-bg-b {
  background-image: url("../images/anime_bg_c.webp");
}

.webp .parallax-wrap.sec5-bg {
  background-image: url("../images/sec5_bg.webp");
}

section.sec3-wrap {
  position: relative;
  width: 100%;
  padding: 70px 0;
  background-color: #EAF8FF;
}
section.sec3-wrap .flow-mv-wrap {
  position: relative;
  margin-bottom: -5%;
  overflow: hidden;
  /*		video {
  			position: absolute;
  			z-index: 2;
  			width: 55%;
  			top: 7%;
  			left: 7%;
  		}*/
}
section.sec3-wrap .flow-mv-wrap .flow05_img {
  position: absolute;
  z-index: 2;
  width: 55%;
  top: 7%;
  left: 7%;
}
section.sec3-wrap .flow-mv-wrap .extra03 {
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 100%;
  transition: .5s;
}
section.sec3-wrap .flow-mail-wrap {
  position: relative;
  width: 100%;
}
section.sec3-wrap .flow-mail-wrap .extra01 {
  position: absolute;
  top: -2%;
  right: -120%;
  width: 100%;
  transition: .5s;
}
section.sec3-wrap .flow-mail-wrap .extra02 {
  position: absolute;
  top: 21%;
  left: -120%;
  width: 100%;
  transition: .5s;
}

.slide-right {
  right: 0 !important;
}

.slide-left {
  left: 0 !important;
}

.slide-bottom {
  bottom: 0 !important;
}

section.sec4-wrap {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
section.sec4-wrap .txt-wrap {
  padding: 0 35px;
}
section.sec4-wrap .price-wrap {
  margin: 30px 0;
}
section.sec4-wrap p.sans-serif {
  font-size: 1.3rem;
  font-family: sans-serif;
  padding: 0 10px;
  margin-bottom: 5px;
}

.sec4-bg-wrap {
  display: block;
  position: relative;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  max-width: 568px;
  margin: 0 auto;
  padding: 70px 0 0;
}
.sec4-bg-wrap .sec4-bg-area {
  position: fixed;
  width: 100%;
  max-width: 568px;
  height: 100%;
  z-index: -10;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*		video {
  			position: absolute;
  			z-index: -1;
  			top: 50%;
  			left: 50%;
  			transform: translate(-50%, -50%);
  			min-width: 100%;
  			min-height: 100%;
  		}*/
  background-image: url("../images/sec4_bg_poster.webp");
  background-size: cover;
}
.sec4-bg-wrap .onepoint-wrap {
  position: relative;
  width: 100%;
}
.sec4-bg-wrap .onepoint-wrap .onepoint {
  width: 100%;
}
.sec4-bg-wrap .onepoint-wrap .serif {
  position: absolute;
  width: 25%;
  top: 6%;
  left: 6%;
  animation: swaying 2s ease-in-out 0s infinite alternate;
}

section.sec5-wrap {
  position: relative;
  width: 100%;
  z-index: 1;
}
section.sec5-wrap .sec5-inner {
  position: relative;
  padding: 70px 0;
}
section.sec5-wrap .txt-wrap {
  padding: 0 35px;
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}
section.sec5-wrap .brackets-wrap {
  text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}

.webp .contents-wrap .party-wrap, .webp .contents-wrap .nozoki-wrap, .webp .contents-wrap .twoshot-wrap {
  position: relative;
  z-index: -2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.webp .contents-wrap .party-wrap::after, .webp .contents-wrap .nozoki-wrap::after, .webp .contents-wrap .twoshot-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
.webp .contents-wrap .party-wrap .item, .webp .contents-wrap .nozoki-wrap .item, .webp .contents-wrap .twoshot-wrap .item {
  margin-bottom: 3px;
}
.webp .contents-wrap .party-wrap p, .webp .contents-wrap .nozoki-wrap p, .webp .contents-wrap .twoshot-wrap p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.webp .contents-wrap .party-wrap .inner-l, .webp .contents-wrap .nozoki-wrap .inner-l, .webp .contents-wrap .twoshot-wrap .inner-l {
  width: 64%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.webp .contents-wrap .party-wrap .inner-r, .webp .contents-wrap .nozoki-wrap .inner-r, .webp .contents-wrap .twoshot-wrap .inner-r {
  position: relative;
  z-index: 2;
  width: 30%;
}
.webp .contents-wrap .party-wrap .inner-r video, .webp .contents-wrap .nozoki-wrap .inner-r video, .webp .contents-wrap .twoshot-wrap .inner-r video {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
  z-index: -1;
}
.webp .contents-wrap .party-wrap a, .webp .contents-wrap .nozoki-wrap a, .webp .contents-wrap .twoshot-wrap a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #FFF;
  padding: 1.2rem 1rem;
  z-index: 2;
  overflow: hidden;
}
.webp .contents-wrap .party-wrap a::after, .webp .contents-wrap .nozoki-wrap a::after, .webp .contents-wrap .twoshot-wrap a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  background-image: url("../images/icon_replay.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.webp .contents-wrap .party-wrap a::before, .webp .contents-wrap .nozoki-wrap a::before, .webp .contents-wrap .twoshot-wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: btn-shine 4s infinite;
}
@keyframes btn-shine {
  20% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.webp .contents-wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0 10px;
  margin-top: 30px;
}
.webp .contents-wrap .party-wrap {
  background-color: #2577A2;
}
.webp .contents-wrap .party-wrap::after {
  background-image: url("../images/sec5_party_bg.webp");
}
.webp .contents-wrap .nozoki-wrap {
  background-color: #865A9A;
}
.webp .contents-wrap .nozoki-wrap::after {
  background-image: url("../images/sec5_nozoki_bg.webp");
}
.webp .contents-wrap .twoshot-wrap {
  background-color: #C35C84;
}
.webp .contents-wrap .twoshot-wrap::after {
  background-image: url("../images/sec5_2shot_bg.webp");
}

.webp .modal-party-wrap, .webp .modal-nozoki-wrap, .webp .modal-2shot-wrap, .no-webp .modal-party-wrap, .no-webp .modal-nozoki-wrap, .no-webp .modal-2shot-wrap {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-width: 568px;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
}
.webp .modal-party-wrap .modal-mv, .webp .modal-nozoki-wrap .modal-mv, .webp .modal-2shot-wrap .modal-mv, .no-webp .modal-party-wrap .modal-mv, .no-webp .modal-nozoki-wrap .modal-mv, .no-webp .modal-2shot-wrap .modal-mv {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto -10%;
}
.webp .modal-party-wrap .modal-mv video, .webp .modal-nozoki-wrap .modal-mv video, .webp .modal-2shot-wrap .modal-mv video, .no-webp .modal-party-wrap .modal-mv video, .no-webp .modal-nozoki-wrap .modal-mv video, .no-webp .modal-2shot-wrap .modal-mv video {
  position: absolute;
  z-index: -1;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
}
.webp .modal-party-wrap .modal-desc, .webp .modal-nozoki-wrap .modal-desc, .webp .modal-2shot-wrap .modal-desc, .no-webp .modal-party-wrap .modal-desc, .no-webp .modal-nozoki-wrap .modal-desc, .no-webp .modal-2shot-wrap .modal-desc {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px;
}
.webp .modal-party-wrap .modal-desc::after, .webp .modal-nozoki-wrap .modal-desc::after, .webp .modal-2shot-wrap .modal-desc::after, .no-webp .modal-party-wrap .modal-desc::after, .no-webp .modal-nozoki-wrap .modal-desc::after, .no-webp .modal-2shot-wrap .modal-desc::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
.webp .modal-party-wrap .modal-desc p.modal-hl, .webp .modal-nozoki-wrap .modal-desc p.modal-hl, .webp .modal-2shot-wrap .modal-desc p.modal-hl, .no-webp .modal-party-wrap .modal-desc p.modal-hl, .no-webp .modal-nozoki-wrap .modal-desc p.modal-hl, .no-webp .modal-2shot-wrap .modal-desc p.modal-hl {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.2em;
  z-index: 2;
}
.webp .modal-party-wrap .modal-desc p, .webp .modal-nozoki-wrap .modal-desc p, .webp .modal-2shot-wrap .modal-desc p, .no-webp .modal-party-wrap .modal-desc p, .no-webp .modal-nozoki-wrap .modal-desc p, .no-webp .modal-2shot-wrap .modal-desc p {
  position: relative;
  z-index: 2;
}
.webp .modal-party-wrap a.modal-close, .webp .modal-nozoki-wrap a.modal-close, .webp .modal-2shot-wrap a.modal-close, .no-webp .modal-party-wrap a.modal-close, .no-webp .modal-nozoki-wrap a.modal-close, .no-webp .modal-2shot-wrap a.modal-close {
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: 2%;
  right: 2%;
  vertical-align: middle;
}
.webp .modal-party-wrap a.modal-close span, .webp .modal-nozoki-wrap a.modal-close span, .webp .modal-2shot-wrap a.modal-close span, .no-webp .modal-party-wrap a.modal-close span, .no-webp .modal-nozoki-wrap a.modal-close span, .no-webp .modal-2shot-wrap a.modal-close span {
  display: inline-block;
  position: absolute;
  height: 1px;
  border-radius: 2px;
  background: #FFF;
}
.webp .modal-party-wrap a.modal-close span:nth-of-type(1), .webp .modal-nozoki-wrap a.modal-close span:nth-of-type(1), .webp .modal-2shot-wrap a.modal-close span:nth-of-type(1), .no-webp .modal-party-wrap a.modal-close span:nth-of-type(1), .no-webp .modal-nozoki-wrap a.modal-close span:nth-of-type(1), .no-webp .modal-2shot-wrap a.modal-close span:nth-of-type(1) {
  top: 20px;
  left: 0px;
  transform: rotate(-45deg);
  width: 100%;
}
.webp .modal-party-wrap a.modal-close span:nth-of-type(2), .webp .modal-nozoki-wrap a.modal-close span:nth-of-type(2), .webp .modal-2shot-wrap a.modal-close span:nth-of-type(2), .no-webp .modal-party-wrap a.modal-close span:nth-of-type(2), .no-webp .modal-nozoki-wrap a.modal-close span:nth-of-type(2), .no-webp .modal-2shot-wrap a.modal-close span:nth-of-type(2) {
  top: 20px;
  left: 0px;
  transform: rotate(45deg);
  width: 100%;
}

.webp .modal-party-wrap .modal-desc {
  background-color: #2577A2;
}
.webp .modal-party-wrap .modal-desc::after {
  background-image: url("../images/sec5_party_bg.webp");
}

.webp .modal-nozoki-wrap .modal-desc {
  background-color: #865A9A;
}
.webp .modal-nozoki-wrap .modal-desc::after {
  background-image: url("../images/sec5_nozoki_bg.webp");
}

.webp .modal-2shot-wrap .modal-desc {
  background-color: #C35C84;
}
.webp .modal-2shot-wrap .modal-desc::after {
  background-image: url("../images/sec5_2shot_bg.webp");
}

.no-webp .modal-party-wrap .modal-desc {
  background-color: #2577A2;
}
.no-webp .modal-party-wrap .modal-desc::after {
  background-image: url("../images/sec5_party_bg.jpg");
}

.no-webp .modal-nozoki-wrap .modal-desc {
  background-color: #865A9A;
}
.no-webp .modal-nozoki-wrap .modal-desc::after {
  background-image: url("../images/sec5_nozoki_bg.jpg");
}

.no-webp .modal-2shot-wrap .modal-desc {
  background-color: #C35C84;
}
.no-webp .modal-2shot-wrap .modal-desc::after {
  background-image: url("../images/sec5_2shot_bg.jpg");
}

.webp section.sec6-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 70px 0;
  background-color: #EAF8FF;
}
.webp section.sec6-wrap .safety-list {
  display: block;
  width: 90%;
  margin: 50px auto;
  transform: translateX(2%);
}
.webp section.sec6-wrap .notice-wrap {
  position: relative;
  width: 100%;
  padding-top: calc(616 / 750 * 100%);
  background-image: url("../images/sec6_notice_bg.webp");
  background-size: cover;
  background-position: center;
}
.webp section.sec6-wrap .notice-wrap img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1000px;
  transition: .5s;
}
.webp section.sec6-wrap .notice-wrap .slide-left {
  left: 0;
}

.no-webp section.sec6-wrap .notice-wrap {
  background-image: url("../images/sec6_notice_bg.jpg");
}

section.sec7-wrap {
  position: relative;
  z-index: 1;
  padding: 70px 0 50px;
  background-color: rgba(255, 255, 255, 0.8);
}

footer {
  position: relative;
  text-align: center;
  padding: 20px 0 20px;
  background: #2577A2;
}
footer p {
  font-size: 1rem;
  line-height: 1.5;
  font-family: sans-serif;
}

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