@font-face {
  font-family: "Hiden";
  src: url(../font/hiden-certon.otf);
}
html,
body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1;
}
html.open,
body.open {
  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[href=""] {
  pointer-events: none;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

svg {
  width: 100%;
  height: auto;
}

.fv {
  width: clamp(375px, 100vw, 1920px);
  margin: 0 auto;
}
.fv .box {
  position: relative;
}
.fv .box .front {
  position: relative;
  top: 21px;
  z-index: 1;
  width: 100%;
}
.fv .box .back {
  position: sticky;
  top: 0;
  height: 0;
  width: 100%;
}

.section_container {
  margin: 0 auto;
  position: sticky;
  top: 0;
  margin-top: 140px;
  background-color: #fff;
  padding-top: 120px;
  background-image: url(../img/main_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 300%;
}
.section_container .container {
  width: auto;
  max-width: 440px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.slider {
  width: clamp(300px, 80vw, 350px);
  position: relative;
  cursor: pointer;
}
.slider li:nth-child(1) {
  position: relative;
  top: 0;
  z-index: 2;
}
.slider li:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.slider_r li:nth-child(2) {
  animation: slide_r 3s infinite;
}

.slider_l li:nth-child(1) {
  margin: 0 0 0 auto;
}
.slider_l li:nth-child(2) {
  left: inherit;
  right: 10px;
  animation: slide_l 3s infinite;
}

.fade_slider {
  width: 300px;
}

.image1,
.image2 {
  transition: opacity 0.5s ease-in-out;
}

.credit {
  padding: 30px 0 100px;
  margin: 0 auto;
  font-size: 11px;
  width: fit-content;
}
.credit li {
  margin-bottom: 10px;
}
.credit li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.credit li a p {
  text-decoration: underline;
}
.credit li span {
  display: block;
  border: 1px solid #000;
  padding: 0 5px;
}

.sec1 {
  position: relative;
}
.sec1 .picture {
  position: relative;
}
.sec1 .bottom {
  width: 360px;
  margin: 60px 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sec1 .bottom figure:nth-child(1) {
  position: relative;
  margin: 0 -5% 0 0;
}
.sec1 .bottom figure:nth-child(2) {
  margin: 150px 0 0 -5%;
}

.sec2 .slider {
  margin: 30px 0 0 auto;
}

.sec3 {
  margin-bottom: 100px;
}
.sec3 .bg {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: -1;
  width: clamp(300px, 80vw, 320px);
}
.sec3 .fade_slider {
  margin: 0 auto;
}
.sec3 .credit {
  padding: 70px 0 0;
}
.sec3 .big.active img {
  clip-path: circle(50px at center);
  animation: circle-open1 1.5s linear forwards;
}
@keyframes circle-open1 {
  0% {
    clip-path: circle(50px at center);
  }
  100% {
    clip-path: circle(100% at center);
  }
}

.sticky1,
.sticky2 {
  position: relative;
}
.sticky1.active .sec4,
.sticky1.active .sec13,
.sticky2.active .sec4,
.sticky2.active .sec13 {
  position: fixed;
  top: 100px;
}
.sticky1.active .sec4_0,
.sticky1.active .sec13_0,
.sticky2.active .sec4_0,
.sticky2.active .sec13_0 {
  position: inherit;
}

.sec4,
.sec13 {
  width: 100%;
}
.sec4 .container,
.sec13 .container {
  margin: 0 auto;
}
.sec4 .box,
.sec13 .box {
  margin: 0 auto 10px;
}
.sec4 .box figure,
.sec13 .box figure {
  width: 300px;
  margin: 0 auto;
}
.sec4_0,
.sec13_0 {
  position: absolute;
  top: 0;
  width: 100%;
}
.sec4_0 figure,
.sec13_0 figure {
  width: 300px;
  margin: 0 auto 10px;
}
.sec4_1 .fade_slider,
.sec13_1 .fade_slider {
  margin: 100px auto 0;
}

.sec5 .bg {
  position: absolute;
  z-index: -1;
  width: clamp(300px, 80vw, 300px);
  right: 0;
}
.sec5 .fade_slider {
  margin: 32px auto 0;
}
.sec5 .big.active img {
  clip-path: circle(50px at bottom right);
  animation: circle-open2 1.5s linear forwards;
}
@keyframes circle-open2 {
  0% {
    clip-path: circle(50px at bottom right);
  }
  100% {
    clip-path: circle(200% at bottom right);
  }
}

.sec6 .fade_slider {
  width: clamp(200px, 53.3333333333vw, 300px);
  margin: 0 auto;
}

.sec7 .box,
.sec7 .box2 {
  width: 100%;
  padding: 50px min(35px, 9.3333333333vw) 0;
  margin: 0 auto;
  position: relative;
}
.sec7 .box .svg_text,
.sec7 .box2 .svg_text {
  position: absolute;
  top: 0;
  left: -3vw;
  z-index: 1;
  width: 160vw;
  max-width: 600px;
}
.sec7 .box .svg_text svg,
.sec7 .box2 .svg_text svg {
  overflow: inherit !important;
  font-size: 24px;
  font-family: "Hiden";
}
.sec7 .box .inner,
.sec7 .box2 .inner {
  width: clamp(300px, 80vw, 300px);
}
.sec7 .fade_slider {
  width: 100%;
}
.sec7 .box2 {
  padding: 0;
}
.sec7 .box2 .svg_text {
  top: 30vw;
  left: -10vw;
  width: 150vw;
}

.sec8 {
  margin: 50px auto 0;
}
.sec8 .container {
  margin: 0 auto;
}
.sec8 .bg,
.sec8 .fade_slider {
  width: clamp(200px, 53.3333333333vw, 300px);
}
.sec8 .fade_slider {
  margin: 0 0 0 auto;
}
.sec8 .bg {
  margin: -150px auto 0 0;
}

.sec9 .container {
  width: auto;
}
.sec9 .slider {
  margin: 30px 0 0 auto;
}

.sec10 .box,
.sec10 .fade_slider {
  width: 250px;
  margin: 0 auto;
}
.sec10 figure {
  margin-bottom: 10px;
}
.sec10 .left {
  position: relative;
}
.sec10 .left .circle {
  animation: 10s linear infinite rotation;
  position: absolute;
  width: 75px;
  top: 140px;
  left: 4%;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sec11 .fade_slider,
.sec11 figure {
  width: clamp(200px, 53.3333333333vw, 300px);
}
.sec11 figure {
  margin: 0 0 0 auto;
  position: relative;
  z-index: 10;
}
.sec11 .fade_slider {
  margin: -200px 0 0 0;
}
.sec11 .box {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.sec11 .box .svg_text {
  position: absolute;
  top: 0;
  left: -3vw;
  z-index: -1;
  width: 140vw;
  max-width: 880px;
}
.sec11 .box .svg_text svg {
  overflow: inherit !important;
  font-size: 27px;
  font-family: "Hiden";
}

.sec12 figure {
  width: clamp(300px, 80vw, 440px);
}
.sec12 .bottom {
  margin-top: 60px;
}
.sec12 .bottom figure,
.sec12 .bottom .fade_slider {
  width: clamp(200px, 53.3333333333vw, 300px);
}
.sec12 .bottom figure {
  position: relative;
  z-index: 10;
}
.sec12 .bottom .fade_slider {
  margin: -150px 0 0 auto;
}
.sec12 .big.active img {
  clip-path: circle(50px at top left);
  animation: circle-open3 1.5s linear forwards;
}
@keyframes circle-open3 {
  0% {
    clip-path: circle(50px at top left);
  }
  100% {
    clip-path: circle(200% at top left);
  }
}

.sec13 .box {
  width: clamp(300px, 80vw, 440px);
  margin: 0 auto;
  margin-bottom: 10px;
}
.sec13 .fade_slider {
  margin: 0 auto;
}

.sec14 .container {
  margin: 225px auto 0;
  width: 200px;
}

.bottom_box {
  position: relative;
  width: 350px;
  margin: 0 0 0 auto;
}

.line_box {
  position: absolute;
  top: 70px;
  width: min(120px, 32vw);
}

.slice {
  font-family: "Hiden";
  font-size: 16px;
}

@keyframes slide_r {
  0%, 10%, 25%, 40%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(20px);
  }
  30% {
    transform: translateX(10px);
  }
}
@keyframes slide_l {
  0%, 10%, 25%, 40%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-20px);
  }
  30% {
    transform: translateX(-10px);
  }
}
footer {
  max-width: 240px;
  margin: 0 auto;
  padding: 150px 0 100px;
}
footer .sns {
  display: flex;
  justify-content: space-between;
}
footer .sns li {
  max-width: 40px;
}
footer .logo {
  max-width: 130px;
  margin: 74px auto 30px;
}
footer .copy {
  font-size: 10px;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .fv .container {
    margin: 0 auto;
  }
  .fv .box .front {
    top: clamp(21px, 5.6vw, 25px);
  }
  .container {
    max-width: 440px;
  }
  .slider {
    width: 100%;
  }
  .slider li {
    width: 300px;
  }
  .slider li:nth-child(2) {
    width: 300px;
  }
  .line_box {
    top: 70px;
    left: -1px;
  }
}
@media screen and (min-width: 769px) {
  .fv .box .front {
    width: clamp(713px, 92.7178153446vw, 1920px);
    margin: 0 auto;
    bottom: 0;
    top: 0;
  }
  .section_container {
    background-image: url(../img/main_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 105%;
    width: 100%;
    padding-top: min(75px, 5.2083333333vw);
  }
  .section_container .container {
    width: min(550px, 38.1944444444vw);
    max-width: 550px;
  }
  .credit {
    padding: min(40px, 2.7777777778vw) 0 min(200px, 13.8888888889vw);
  }
  .slider_r li:nth-child(2) {
    top: 20px;
    left: 20px;
  }
  .slider_l li:nth-child(2) {
    top: 20px;
    right: 20px;
  }
  .slider,
  .fade_slider {
    width: min(440px, 30.5555555556vw);
  }
  .slider {
    width: 100%;
  }
  .slider li {
    width: min(440px, 30.5555555556vw);
  }
  .slider li:nth-child(2) {
    width: min(440px, 30.5555555556vw);
  }
  .sec1 .bottom {
    display: flex;
    margin: 100px auto 0;
    width: min(550px, 38.1944444444vw);
  }
  .sec1 .bottom figure {
    width: min(300px, 20.8333333333vw);
  }
  .sec2 {
    margin-bottom: min(200px, 13.8888888889vw);
  }
  .sec2 .container {
    max-width: 1000px;
    width: min(1000px, 69.4444444444vw);
  }
  .sec2 .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: min(1000px, 69.4444444444vw);
    margin: 0 auto;
  }
  .sec2 .circle_box {
    width: min(450px, 31.25vw);
    margin-top: min(150px, 10.4166666667vw);
  }
  .sec2 .bottom_box {
    width: min(440px, 30.5555555556vw);
  }
  .sec2 .line_box {
    top: clamp(90px, 9.7826086957vw, 150px);
    left: clamp(-70px, -7.6086956522vw, -82px);
    width: clamp(96px, 12.4675324675vw, 166px);
  }
  .sec3 .bg,
  .sec5 .bg {
    width: min(440px, 30.5555555556vw);
  }
  .sec4 .box figure,
  .sec13 .box figure {
    width: min(440px, 30.5555555556vw);
  }
  .sec4_0 figure,
  .sec13_0 figure {
    width: min(440px, 30.5555555556vw);
  }
  .sec7 .box {
    overflow: hidden;
    width: max(440px, 36.6666666667vw);
    padding: 0;
    max-width: 440px;
  }
  .sec7 .box .inner {
    width: max(440px, 36.6666666667vw);
    margin: 0 auto;
    max-width: 440px;
  }
  .sec7 .box .svg_text {
    top: -6vw;
    left: -8vw;
    width: 100vw;
    max-width: 970px;
  }
  .sec7 .box .svg_text svg {
    font-size: 25px;
  }
  .sec7 .fade_slider {
    width: 100%;
    max-width: 550px;
  }
  .sec7 .box2 .svg_text {
    top: 10vw;
    width: 80vw;
    max-width: 1000px;
  }
  .sec7 .box2 .svg_text svg {
    font-size: 25px;
  }
  .sec8 .container {
    margin-top: min(200px, 201.3888888889vw);
    max-width: 450px;
  }
  .sec9 .bottom_box {
    width: min(440px, 30.5555555556vw);
  }
  .sec9 .line_box {
    top: clamp(90px, 9.7826086957vw, 140px);
    left: clamp(-70px, -7.6086956522vw, -82px);
    width: clamp(96px, 12.4675324675vw, 166px);
  }
  .sec10 .container {
    width: 720px;
    max-width: 720px;
  }
  .sec10 .box {
    width: 100%;
    display: flex;
    gap: min(20px, 1.6666666667vw);
  }
  .sec10 .fade_slider,
  .sec10 figure {
    width: 350px;
    margin: 0;
  }
  .sec10 .left .circle {
    width: 75px;
    left: 9%;
    top: 211px;
  }
  .sec12 .bottom {
    margin-top: min(120px, 8.3333333333vw);
  }
  .sec12 .bottom .fade_slider {
    margin: min(-225px, -15.625vw) 0 0 auto;
  }
  .sec12 .bottom figure,
  .sec12 .bottom .fade_slider {
    width: min(300px, 20.8333333333vw);
  }
  .sec12 figure {
    width: min(440px, 30.5555555556vw);
  }
  .sec14 figure {
    width: min(200px, 13.8888888889vw);
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */