html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button,
main, address, time {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1;
}

*:focus {
  outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

button {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
  color: #000;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

img, picture, svg, video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1020px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
}
.scroll_in {
  opacity: 0;
}
.scroll_in.show {
  opacity: 1;
  transition: 0.8s ease;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  opacity: 0;
}
html.wf-active {
  opacity: 1;
  transition: 0.5s ease;
}
html.wf-active .title .row1 svg {
  clip-path: inset(0);
  transition: 0.5s steps(4) 0.5s;
}
html.wf-active .title .row3 svg {
  clip-path: inset(0);
  transition: 0.5s steps(4) 1s;
}
html:has(.page_content.start) .title .row1 svg,
html:has(.page_content.start) .title .row3 svg {
  transition: none;
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url(../img/bg.jpg);
  background-size: 375px auto;
}

main:has(.page_content.start) .main_visual {
  opacity: 0;
}
main:has(.page_content.start) .main_visual.hide {
  transition: none;
}

.main_visual {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: fixed;
  z-index: 1;
  transition: opacity 1s ease;
}
.main_visual .visual_slider {
  height: 100%;
}
.main_visual .visual_slider .swiper-slide picture, .main_visual .visual_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav {
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url(../img/bg.jpg);
  background-size: 375px auto;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  translate: 0 -150%;
  transition: translate 0.4s ease;
}
@media screen and (min-width: 1020px) {
  .nav {
    height: 54px;
    background: none;
    box-shadow: none;
    justify-content: space-between;
    padding: 0 2.9282576867%;
    translate: none;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
}
.nav.show {
  translate: 0 0;
}
@media screen and (min-width: 1020px) {
  .nav.show {
    opacity: 1;
  }
}
.nav .nav_title {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 500px) {
  .nav .nav_title {
    font-size: 1.3rem;
  }
}
.nav ul {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
  font-size: 4.2666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 500px) {
  .nav ul {
    font-size: 1.6rem;
  }
}
.nav ul li {
  white-space: nowrap;
  margin: 0 10px;
}
@media screen and (min-width: 1020px) {
  .nav ul li {
    margin: 0 0 0 32px;
  }
}
.nav ul li.current a:before {
  width: calc(100% + 10px);
  transition: width 0.3s ease;
}
.nav ul li a {
  position: relative;
}
.nav ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: -5px;
}

.page_content {
  position: relative;
  z-index: 2;
}
.page_content.start .title .row path {
  fill: #000;
}
.page_content.start .title .row1 {
  translate: 0;
  transition: 0.4s ease 0.3s;
}
.page_content.start .title .row2 {
  opacity: 1;
  transform: none;
  transition: opacity 0s 0.3s, transform 0.4s ease 0.3s;
}
.page_content.start .title .row2 .title_txt {
  clip-path: inset(0);
  opacity: 1;
  transition: opacity 0s ease 0.7s, clip-path 0.6s ease 0.7s;
}
.page_content.start .title .row3 {
  translate: 0;
  transition: 0.4s ease 0.3s;
}
.page_content.start .lead_wrapper .lead {
  opacity: 1;
  transition-delay: 0.2s;
}

.logo_area {
  height: 100vh;
  height: 100svh;
  position: relative;
}
.logo_area .title {
  width: 177px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: calc(50vh - 78px);
  padding-top: calc(50svh - 78px);
  padding-bottom: 35px;
}
.logo_area .title .row {
  display: block;
  margin: 0 auto;
}
.logo_area .title .row path {
  fill: #fff;
  transition: 0.4s ease;
}
.logo_area .title .row1 {
  translate: 0 60%;
  transition: 0.4s ease;
}
.logo_area .title .row1 svg {
  clip-path: inset(0 100% 0 0);
}
.logo_area .title .row2 {
  width: 96.6101694915%;
  margin-top: 9%;
  transform: scaleY(0);
  opacity: 0;
  transition: 0.4s ease;
  position: relative;
}
.logo_area .title .row2 .title_txt {
  width: 110.2339181287%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -60%;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: opacity 0.2s ease, clip-path 0s ease 0.2s;
}
.logo_area .title .row3 {
  width: 98.8700564972%;
  margin-top: 6.7796610169%;
  translate: 0 -60%;
  transition: 0.4s ease;
}
.logo_area .title .row3 svg {
  clip-path: inset(0 100% 0 0);
}

.lead_wrapper {
  position: relative;
}
.lead_wrapper #start {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -230px;
}
.lead_wrapper .lead {
  text-align: center;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.0666666667vw;
  line-height: 2;
  opacity: 0;
  transition: 0.6s ease;
}
@media screen and (min-width: 500px) {
  .lead_wrapper .lead {
    font-size: 1.15rem;
  }
}

.anchor_slider {
  margin-top: 42px;
}
@media screen and (min-width: 1020px) {
  .anchor_slider {
    width: 94.1434846266%;
    margin: 60px auto 160px;
  }
}
@media screen and (min-width: 1020px) {
  .anchor_slider .swiper-wrapper {
    justify-content: space-between;
  }
}
.anchor_slider .swiper-slide {
  position: relative;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 1020px) {
  .anchor_slider .swiper-slide {
    width: 22.7060653188%;
    height: auto;
  }
}
@media (any-hover: hover) {
  .anchor_slider a:hover img {
    scale: 1.03;
  }
}
.anchor_slider .thumb {
  overflow: hidden;
}
.anchor_slider .thumb img {
  transition: 0.3s ease;
}
.anchor_slider .label {
  padding: 13px 0 18px;
}
.anchor_slider .label .index {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 500px) {
  .anchor_slider .label .index {
    font-size: 1.6rem;
  }
}
.anchor_slider .label .anchor_head {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  margin-top: 6px;
}
@media screen and (min-width: 500px) {
  .anchor_slider .label .anchor_head {
    font-size: 1.4rem;
  }
}
.anchor_slider .swiper-pagination {
  position: static;
  margin-top: 20px;
}
@media screen and (min-width: 1020px) {
  .anchor_slider .swiper-pagination {
    display: none;
  }
}
.anchor_slider .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: #000 1px solid;
  background: #000;
  opacity: 1;
}
.anchor_slider .swiper-pagination .swiper-pagination-bullet:nth-of-type(n+5) {
  display: none;
}
.anchor_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}

.pc-sec_info {
  display: none;
}
@media screen and (min-width: 1020px) {
  .pc-sec_info {
    display: block;
    position: sticky;
    top: 20%;
    height: 100%;
    padding-left: 2.9282576867%;
  }
}

.sec {
  padding: 50px 0 30px;
}
@media screen and (min-width: 1020px) {
  .sec {
    padding: 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    vertical-align: top;
    justify-content: space-between;
    margin-bottom: 85px;
  }
}
.sec .sec_inner {
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .sec .sec_inner {
    width: 64.6412884334%;
  }
}
@media screen and (min-width: 1020px) {
  .sec .sec_intro {
    width: 45.6442166911%;
    position: relative;
    min-height: 40.0805270864vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.sec .sec_head {
  width: 84%;
  margin: 0 auto;
}
@media screen and (min-width: 1020px) {
  .sec .sec_head {
    max-width: 418px;
  }
}
.sec .sec_head .index {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
  font-size: 6.4vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 500px) {
  .sec .sec_head .index {
    font-size: 2.4rem;
  }
}
.sec .sec_head .index:after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin-left: 10px;
}
.sec .sec_head .head_jp {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8vw;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (min-width: 500px) {
  .sec .sec_head .head_jp {
    font-size: 1.8rem;
  }
}
.sec .sec_head .key {
  margin-top: 30px;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
}
.sec .sec_head .key .subhead {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 500px) {
  .sec .sec_head .key .subhead {
    font-size: 1.4rem;
  }
}
.sec .sec_head .key .txt {
  font-size: 6.4vw;
}
@media screen and (min-width: 500px) {
  .sec .sec_head .key .txt {
    font-size: 2.4rem;
  }
}
.sec .sec_head .style {
  margin-top: 16px;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
}
.sec .sec_head .style .subhead {
  font-size: 3.7333333333vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 500px) {
  .sec .sec_head .style .subhead {
    font-size: 1.4rem;
  }
}
.sec .sec_head .style .list {
  font-size: 6.4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93.3333333333%;
}
@media screen and (min-width: 500px) {
  .sec .sec_head .style .list {
    font-size: 2.4rem;
  }
}
.sec .sec_head .style .list.show li .circle path {
  stroke-dashoffset: 0;
  transition: 0.9s ease 0.3s;
}
.sec .sec_head .style .list li {
  color: #000;
  opacity: 0.8;
  position: relative;
}
.sec .sec_head .style .list li.current {
  color: #000;
  opacity: 1;
}
.sec .sec_head .style .list li .circle {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  translate: -50% -44%;
}
.sec .sec_head .style .list li .circle path {
  stroke-dasharray: 2000px;
  stroke-dashoffset: 2000px;
}
.sec .sec_ph {
  margin-top: 27px;
  clip-path: inset(0 100% 0 0);
  overflow: hidden;
}
@media screen and (min-width: 1020px) {
  .sec .sec_ph {
    width: 64.7144948755vw;
    margin: 0 auto 0 0;
  }
}
.sec .sec_ph.show {
  clip-path: inset(0);
  transition: 0.8s ease 0.5s;
}
.sec .sec_lead {
  width: 84%;
  margin: 16px auto 0;
  font-size: 3.4666666667vw;
  line-height: 1.9230769231;
}
@media screen and (min-width: 500px) {
  .sec .sec_lead {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1020px) {
  .sec .sec_lead {
    max-width: 418px;
  }
}
.sec .link_all {
  width: 84%;
  margin: 40px auto 0;
}
@media screen and (min-width: 1020px) {
  .sec .link_all {
    max-width: 418px;
  }
}
.sec .link_all a {
  display: block;
  text-align: center;
  background: #fff;
  border: #000 1px solid;
  border-radius: 16px;
  font-size: 3.2vw;
  line-height: 30px;
  transition: 0.3s ease;
}
@media screen and (min-width: 500px) {
  .sec .link_all a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1020px) {
  .sec .link_all a {
    width: 135px;
  }
}
@media (any-hover: hover) {
  .sec .link_all a:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 1020px) {
  .sec .last_list {
    margin: 78px auto 0px !important;
  }
}
@media screen and (min-width: 1020px) {
  .sec .sec_list {
    width: 95.5882352941%;
    margin: 78px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.sec .sec_list > li {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 1020px) {
  .sec .sec_list > li {
    width: 47.599408284%;
    margin: 0 0 80px;
  }
}
.sec .sec_list > li .ph {
  width: 92%;
  margin: 0 auto;
  clip-path: inset(0 100% 0 0);
}
@media screen and (min-width: 1020px) {
  .sec .sec_list > li .ph {
    width: 100%;
  }
}
.sec .sec_list > li .ph.show {
  clip-path: inset(0);
  transition: 0.8s ease 0.3s;
}
.sec .sec_list > li .txt {
  width: 84%;
  margin: 18px auto 0;
}
@media screen and (min-width: 1020px) {
  .sec .sec_list > li .txt {
    width: 90.7960199005%;
  }
}
.sec .sec_list > li .cap {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
@media screen and (min-width: 500px) {
  .sec .sec_list > li .cap {
    font-size: 1.4rem;
  }
}
.sec .sec_list > li .credit {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
}
.sec .sec_list > li .credit li {
  margin-top: 18px;
}
.sec .sec_list > li .credit li .cat {
  font-size: 3.2vw;
}
@media screen and (min-width: 500px) {
  .sec .sec_list > li .credit li .cat {
    font-size: 1.2rem;
  }
}
.sec .sec_list > li .credit li .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec .sec_list > li .credit li .item .price {
  font-size: 6.4vw;
}
@media screen and (min-width: 500px) {
  .sec .sec_list > li .credit li .item .price {
    font-size: 2.4rem;
  }
}
.sec .sec_list > li .credit li .item .webstore {
  background: #fff;
  border: #000 1px solid;
  border-radius: 3px;
  font-size: 4.2666666667vw;
  line-height: 32px;
  padding: 0 1.25em;
  transition: 0.3s ease;
}
@media screen and (min-width: 500px) {
  .sec .sec_list > li .credit li .item .webstore {
    font-size: 1.6rem;
  }
}
@media (any-hover: hover) {
  .sec .sec_list > li .credit li .item .webstore:hover {
    background: #000;
    color: #fff;
  }
}
.sec .sec_list > li .credit li .item .webstore.coming {
  background: transparent;
  border: none;
  font-size: 0;
  line-height: 1;
  pointer-events: none;
}
.sec .sec_list > li .credit li .item .webstore.coming:before {
  content: "COMING SOON";
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 500px) {
  .sec .sec_list > li .credit li .item .webstore.coming:before {
    font-size: 1.6rem;
  }
}
.sec .sec_movie {
  margin-top: 60px;
}
@media screen and (min-width: 1020px) {
  .sec .sec_movie {
    margin-top: 5px;
  }
}
.sec .sec_movie + .link_all {
  margin-top: 30px;
}
@media screen and (min-width: 1020px) {
  .sec .sec_movie + .link_all {
    width: auto;
    position: absolute;
    bottom: 25px;
    right: 40px;
  }
}

.footer {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
  font-size: 3.7333333333vw;
  padding: 40px 0 25px;
}
@media screen and (min-width: 500px) {
  .footer {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1020px) {
  .footer {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 65px 2.9282576867% 54px 5.6734992679%;
  }
}
.footer .staff_credit {
  line-height: 1.8214285714;
}
@media screen and (min-width: 1020px) {
  .footer .staff_credit {
    width: 100%;
    order: 1;
    margin-bottom: 45px;
  }
}
.footer .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
@media screen and (min-width: 1020px) {
  .footer .sns {
    order: 3;
    margin: 0 0 0 22px;
  }
}
.footer .sns li {
  width: 20px;
  margin: 0 15px;
}
.footer .sns li.yt {
  width: 26px;
}
.footer .sns li.tiktok {
  width: 18px;
}
.footer .sns li a {
  transition: 0.1s ease;
}
@media (any-hover: hover) {
  .footer .sns li a:hover {
    scale: 1.1;
  }
}
.footer .logo {
  width: 124px;
  margin: 40px auto 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 1020px) {
  .footer .logo {
    order: 2;
    margin: 0;
  }
}
@media (any-hover: hover) {
  .footer .logo:hover {
    opacity: 0.6;
  }
}
.footer .copy {
  margin-top: 30px;
}
@media screen and (min-width: 1020px) {
  .footer .copy {
    order: 4;
    margin: 0 0 0 auto;
  }
}

.comingsoon {
  pointer-events: none;
}

.item_slider {
  margin-bottom: 50px;
  padding-bottom: 30px;
  position: relative;
}

.color_bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  transform: translateX(-50%);
}
.color_bar span {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  transform-origin: right center;
  position: relative;
}
.color_bar .blue {
  background: #417ba7;
}
.color_bar .blue::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background: #417ba7;
  border-radius: 15px;
  transform-origin: center;
  transform: scale(-1, 1);
  transition: width 0.5s linear;
}
.color_bar .red {
  background: #b74e22;
  margin-left: 15px;
  transition: width 0.5s linear;
}
.color_bar .red::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background: #b74e22;
  border-radius: 15px;
  transform-origin: center;
}

.link-wrapper {
  display: flex;
  justify-content: center;
  gap: 17px;
}
@media screen and (min-width: 1020px) {
  .link-wrapper {
    width: 315px;
  }
}
.link-wrapper .link_all {
  width: 39.7333333333%;
  margin: 18px 0 0;
}

.color {
  position: absolute;
  width: 21.8518518519%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 4.2666666667vw;
  border-radius: 15px;
  padding: 7px 0 8px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 500px) {
  .color {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1020px) {
  .color {
    top: 0;
    left: 0;
    transform: translateX(0);
    margin-top: -50px;
  }
}

.color_b {
  background: #417ba7;
}

.color_r {
  background: #b74e22;
}

.last_b {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 1020px) {
  .last_b {
    margin-bottom: 350px !important;
  }
}

.havetag-list {
  padding-top: 50px;
}
@media screen and (min-width: 1020px) {
  .havetag-list {
    padding-top: 0px;
  }
}

.main:has(.coldcolor-slide.swiper-slide-active) .sec_ph .item_slider .color_bar .blue::after {
  width: 30px;
}
@media screen and (min-width: 1020px) {
  .main:has(.coldcolor-slide.swiper-slide-active) .sec_ph .item_slider .color_bar .blue::after {
    width: 45px;
  }
}

.main:has(.coldcolor-slide.swiper-slide-active) .sec_ph .item_slider .color_bar .red {
  width: 15px;
}

.main:has(.warmcolor-slide.swiper-slide-active) .sec_ph .item_slider .color_bar .red {
  width: 30px;
}
@media screen and (min-width: 1020px) {
  .main:has(.warmcolor-slide.swiper-slide-active) .sec_ph .item_slider .color_bar .red {
    width: 45px;
  }
}

.main:has(.warmcolor-slide.swiper-slide-active) .sec_ph .item_slider .color_bar .blue::after {
  width: 15px;
}

.cold-img {
  position: relative;
  z-index: 10;
}

.warm-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 20;
  opacity: 0;
  animation: warm-img-animation 15s linear infinite;
  overflow: hidden;
}

@keyframes warm-img-animation {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */