@charset "UTF-8";
html,
body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  overflow-x: hidden;
}

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

.ja {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
}
.ja_l {
  font-weight: 400;
}
.ja_m {
  font-weight: 500;
}
.ja_b {
  font-weight: 600;
}

.en {
  font-family: "semplicitapro", sans-serif;
  font-style: normal;
}
.en_l {
  font-weight: 300;
}
.en_l-i {
  font-weight: 300;
  font-style: italic;
}
.en_r {
  font-weight: 400;
}
.en_r-i {
  font-weight: 400;
  font-style: italic;
}
.en_sb {
  font-weight: 600;
}
.en_sb-i {
  font-weight: 600;
  font-style: italic;
}

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

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

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

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

header {
  position: fixed;
  top: 50%;
  left: 80px;
  transform: translate(-50%, -50%);
  width: 7%;
  z-index: 100;
}
header ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
header ul li {
  width: 100%;
  font-family: "semplicitapro", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
}
header ul li figure {
  position: relative;
}
header ul li figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
header ul li.active figure::after {
  background-color: transparent;
}
header ul li p {
  padding-top: 5px;
}
header ul li span {
  font-size: 17px;
}

.fv {
  background-color: #BCC0DD;
  height: 90vh;
  max-height: 700px;
  overflow: hidden;
  position: relative;
}
.fv_movie {
  transform: scale(1.1);
}
.fv figure {
  position: absolute;
  width: 45%;
  z-index: 5;
}
.fv figure:nth-child(1) {
  top: 20vh;
  max-width: 150px;
  margin-left: 20px;
}
.fv figure:nth-child(2) {
  bottom: 10vh;
  max-width: 170px;
}
.fv .title {
  width: 50%;
  margin: 0 0 0 auto;
}

.read {
  position: relative;
  z-index: 1;
}
.read .bg {
  overflow: hidden;
  margin: -200px auto;
  height: 440px;
  width: 440px;
  position: relative;
  z-index: 2;
}
.read .bg:before {
  position: absolute;
  top: 20%;
  left: -50%;
  border-radius: 50% 50%/50% 70%;
  width: 200%;
  height: 200%;
  content: "";
  background-color: #BCC0DD;
  animation: wave linear 6s infinite;
}
@keyframes wave {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.read_text {
  text-align: center;
  background-color: #BCC0DD;
  font-size: 14px;
  font-weight: 400;
  color: #47279F;
  line-height: 2.5;
  position: relative;
  z-index: 3;
}
.read_text::before {
  content: "";
  background-color: #BCC0DD;
  width: 100%;
  position: absolute;
  height: 200px;
  top: -50px;
  z-index: -1;
  left: 0;
}
.read_text::after {
  content: "";
  background-color: #BCC0DD;
  width: 100%;
  position: absolute;
  height: 200px;
  top: -50px;
  z-index: -1;
}

.link {
  font-family: "semplicitapro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  color: #47279F;
  position: relative;
  padding-top: 100px;
  z-index: 5;
  background-color: #BCC0DD;
}
.link .bg {
  padding: 0 0 95px;
  background-color: #BCC0DD;
}
.link .container {
  width: 87%;
  margin: 0 auto;
}
.link_title {
  font-size: 17px;
  text-align: center;
  padding-bottom: 40px;
}
.link_li {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.link_li li {
  width: calc(50% - 5px);
}
.link_li li a {
  color: #47279F;
}
.link_li li p {
  font-size: 20px;
  padding-top: 10px;
}
.link_li li span {
  font-size: 26px;
}

.sec {
  padding: 100px 0 100px;
}
.sec .img_wrap .fade {
  position: relative;
}
.sec .img_wrap .slider {
  width: 88%;
  margin: 0 auto 130px;
}

.sec_title {
  position: relative;
  z-index: 10;
}
.sec_title div {
  overflow: hidden;
}
.sec_title .sub_title {
  font-size: 12px;
  position: absolute;
  left: 114px;
  top: 0;
}
.sec_title h2, .sec_title h3 {
  font-size: 50px;
  width: 90%;
  margin: 0 0 0 5%;
}
.sec_title h2 span, .sec_title h3 span {
  display: inline-block;
}
.sec_title h2 span:nth-child(1),
.sec_title h2 span:nth-child(2) {
  font-size: 66px;
}

.main_wrap {
  position: relative;
  margin: 0 0 130px 0;
}

.line {
  position: absolute;
  z-index: 11;
  overflow: hidden;
  opacity: 0;
}
.line.line1_1 {
  top: -70px;
  right: 0;
}
.line.line1_2 {
  bottom: -70px;
  left: 20px;
}
.line.line2_1 {
  top: -80px;
  left: 10px;
}
.line.line2_2 {
  top: -80px;
  right: -90px;
}
.line.line2_3 {
  top: -60px;
  left: 20px;
  transform: rotate(40deg);
}
.line.line2_4 {
  bottom: -70px;
  right: -50px;
}
.line path {
  stroke-dasharray: 500px;
}
.line.active path {
  animation: move 5s forwards;
}
@keyframes move {
  0% {
    stroke-dashoffset: 500px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.main_img {
  overflow: hidden;
  margin: -15px 0 0 0;
  position: relative;
}

.comment {
  width: 84%;
  margin: 40px 0 0 auto;
  font-size: 12px;
  line-height: 3;
}
.comment p {
  background-image: linear-gradient(180deg, #8DA6BE 1px, transparent 1px);
  background-size: 100% 3em;
  padding-bottom: 1px;
  padding-right: 20px;
}

.movie_wrap {
  width: 78%;
  margin: 0 auto;
}

.staff {
  width: 69%;
  margin: 42px auto 120px;
}
.staff .flex {
  display: flex;
  gap: 25px;
  align-items: center;
}
.staff .flex .left {
  width: 45%;
}
.staff .flex .left img {
  border-radius: 50%;
}
.staff .flex .right {
  width: 55%;
}
.staff .flex .name {
  font-size: 16px;
  font-weight: 600;
}
.staff .flex .brand {
  font-size: 13px;
  padding: 11px 0 17px;
}
.staff .flex .snap_link {
  font-size: 12px;
  background-color: #9BAFC7;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  font-weight: 500;
  padding: 4px 0;
}
.staff .flex .bottom {
  margin-top: 5px;
}

.pc_left {
  position: relative;
}

.credit .container {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 65px;
  background-color: #fff;
  border-radius: 8px;
}
.credit .inner {
  width: 92%;
  margin: 0 auto;
}
.credit_title {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  padding: 15px 0 10px;
  border-bottom: 1px solid #000;
}
.credit .main_img {
  padding: 40px 0 30px;
  margin: 0 auto;
  width: 83%;
}
.credit .top_price {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 1px dotted #000;
}
.credit .top_price p:nth-child(2) {
  font-size: 27px;
}
.credit .item_wrap {
  width: 84%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 10px;
}
.credit .item_wrap li {
  width: calc(33.3333333333% - 10px);
  font-size: 12px;
}
.credit .item_wrap li .item {
  padding: 7px 0;
}
.credit .item_wrap li .price {
  text-decoration: underline;
}
.credit .other_btn {
  color: #fff;
  text-align: center;
  background-color: #000;
  font-size: 12px;
  padding: 17px 0;
  border-radius: 50px;
  margin: 45px auto 0;
  width: 90%;
  max-width: 430px;
}

#room1 {
  background-color: #E4E6F4;
}
#room1 path {
  stroke: #E8E80C;
}
#room1 .img_wrap .fade:nth-child(2) {
  width: 80%;
  margin: 0 0 130px auto;
}
#room1 .img_wrap .fade:nth-child(3) {
  width: 63%;
  margin: 0 auto 130px 0;
}
#room1 .img_wrap .fade:nth-child(4) {
  width: 70%;
  margin: 0 auto 130px;
}
#room1 .img_wrap .fade:nth-child(5) {
  width: 50%;
  margin: 0 auto 130px;
}
#room1 .item_wrap li:nth-child(1)::after {
  content: "*6個使用";
  line-height: 2.5;
}

#room2 {
  background-color: #EDEEF4;
}
#room2 path {
  stroke: #26BFE3;
}
#room2 .img_wrap .fade:nth-child(2) {
  width: 70%;
  margin: 0 10% 40px auto;
}
#room2 .img_wrap .fade:nth-child(3) {
  width: 50%;
  margin: 0 auto 160px 10%;
}
#room2 .img_wrap .fade:nth-child(4) {
  width: 70%;
  margin: 0 auto 130px;
}
#room2 .img_wrap .fade:nth-child(5) {
  width: 90%;
  margin: 0 auto 70px 0;
}
#room2 .img_wrap .fade:nth-child(5) .line {
  right: -5px;
}

#room3 {
  background-color: #E4E6F4;
}
#room3 path {
  stroke: #2635E3;
}
#room3 .img_wrap .fade:nth-child(2) {
  width: 70%;
  margin: 0 auto 70px 0;
}
#room3 .img_wrap .fade:nth-child(3) {
  width: 50%;
  margin: 0 10% 130px auto;
}
#room3 .img_wrap .fade:nth-child(3) .line {
  left: -80px;
}
#room3 .img_wrap .fade:nth-child(4) {
  width: 70%;
  margin: 0 auto 130px;
}
#room3 .img_wrap .fade:nth-child(5) {
  width: 50%;
  margin: 0 auto 200px;
}

#room4 {
  background-color: #EDEEF4;
}
#room4 path {
  stroke: #EA91E3;
}
#room4 .img_wrap .fade:nth-child(2) {
  width: 75%;
  margin: 0 10% 45px auto;
}
#room4 .img_wrap .fade:nth-child(3) {
  width: 60%;
  margin: 0 auto 190px 7%;
}
#room4 .img_wrap .fade:nth-child(4) {
  width: 70%;
  margin: 0 auto 230px;
}
#room4 .img_wrap .fade:nth-child(5) {
  width: 70%;
  margin: 0 auto;
}
#room4 .item_wrap li:nth-child(2)::after {
  content: "*5個使用";
  line-height: 2.5;
}

#footer {
  background: #fff;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 100px 0 30px;
  }
}
@media screen and (min-width: 769px) {
  #footer {
    padding: 90px 0 30px;
  }
}
@media screen and (min-width: 769px) {
  #footer div.bnrarea {
    width: 400px;
    margin: 0 auto 65px;
  }
}
@media screen and (max-width: 768px) {
  #footer div.bnrarea {
    width: 86.6666666667%;
    margin: 0 auto 65px;
  }
}
#footer div.bnrarea a {
  text-decoration: none;
  color: #222;
  text-align: center;
  display: block;
}
#footer div.bnrarea a img {
  margin-bottom: 10px;
}
#footer ul#footer_snsArea {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #footer ul#footer_snsArea {
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  #footer ul#footer_snsArea {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #footer ul#footer_snsArea li {
    width: 30px;
    margin-right: 22px;
  }
}
@media screen and (min-width: 769px) {
  #footer ul#footer_snsArea li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  #footer ul#footer_snsArea li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    color: #333;
  }
}
@media screen and (min-width: 769px) {
  #footer ul#footer_snsArea li a img {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #footer ul#footer_snsArea li a span.icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #footer ul#footer_snsArea li a span.icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #footer ul#footer_snsArea li a span.text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #footer a.foot_logo {
    display: block;
    width: 140px;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 769px) {
  #footer a.foot_logo {
    width: 150px;
    display: block;
    margin: 0 auto 5px;
  }
}
@media screen and (max-width: 768px) {
  #footer p.foot_copy {
    font-size: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #footer p.foot_copy {
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .fv .container {
    max-width: 400px;
    margin: 0 auto;
  }
  .fv figure:nth-child(1) {
    top: 10vh;
    max-width: 195px;
    margin-left: 150px;
  }
  .fv figure:nth-child(2) {
    bottom: 15vh;
    max-width: 180px;
    margin-left: 120px;
  }
  .read .pc_bg {
    height: 80%;
  }
  .link .bg {
    background-color: #E1E2EB;
    padding: 200px 0 100px;
  }
  .link .container {
    max-width: 850px;
  }
  .link_title {
    font-size: 32px;
    padding-bottom: 50px;
  }
  .link_li li {
    width: calc(25% - 10px);
  }
  .link_li li p {
    padding-top: 15px;
  }
  .sec {
    padding: 150px 0 200px;
  }
  .sec_title {
    width: fit-content;
    margin: 0 auto 50px;
  }
  .sec_title div {
    align-items: flex-end;
    justify-content: left;
  }
  .sec_title div h2 {
    display: inline;
    width: 50%;
    margin: 0;
  }
  .sec_title div h3 {
    display: inline;
    width: 50%;
    margin: 0;
  }
  .sec_title .sub_title {
    font-size: 16px;
    left: 0;
    top: inherit;
    bottom: -30px;
  }
  .main_wrap {
    max-width: 480px;
    margin: 0 auto 280px;
  }
  .main_img {
    margin: 0;
  }
  .img_wrap {
    max-width: 600px;
    margin: 0 auto;
  }
  .line.line2_3 {
    left: -20%;
  }
  .line.line2_4 {
    right: -130%;
  }
  .pc_style .container {
    position: relative;
    display: flex;
    max-width: 800px;
    margin: 0 auto 240px;
    align-items: center;
    gap: 80px;
  }
  .pc_style .pc_left {
    width: 50%;
  }
  .pc_style .pc_right {
    display: flex;
    flex-wrap: wrap-reverse;
    width: 50%;
    justify-content: center;
  }
  .pc_style .pc_right .staff {
    margin: 0;
    width: 84%;
  }
  .pc_style .pc_right .staff .flex .name {
    font-size: 18px;
    text-align: center;
  }
  .pc_style .pc_right .staff .flex .brand {
    font-size: 15px;
    text-align: center;
  }
  .pc_style .pc_right .staff .flex .left {
    width: 32%;
  }
  .pc_style .pc_right .comment {
    margin: 40px 0 0 0;
  }
  .pc_style .pc_right .comment p {
    padding-bottom: 1px;
  }
  .movie_wrap {
    position: inherit;
    width: 100%;
  }
  .credit .container {
    max-width: 1060px;
    padding-bottom: 100px;
  }
  .credit_title {
    font-size: 20px;
    padding: 36px 0 10px;
  }
  .credit .main_img {
    margin: 0;
    padding: 0 0 60px;
    width: 100%;
  }
  .credit .credit_pc_style {
    display: flex;
    padding: 90px 0 0;
    gap: 100px;
    height: 715px;
    overflow: hidden;
  }
  .credit .credit_pc_style .left, .credit .credit_pc_style .right {
    width: 50%;
  }
  .credit .credit_pc_style .right {
    overflow-y: scroll;
  }
  .credit .credit_pc_style .right .scroll_bar::-webkit-scrollbar {
    width: 8px;
    margin-left: 200px;
  }
  .credit .credit_pc_style .right .scroll_bar::-webkit-scrollbar-track {
    background-color: #DDDBDB;
  }
  .credit .credit_pc_style .right .scroll_bar::-webkit-scrollbar-thumb {
    background-color: #707070;
  }
  .credit .top_price {
    font-size: 14px;
    align-items: center;
  }
  .credit .top_price p:nth-child(2) {
    font-size: 35px;
  }
  .credit .other_btn {
    font-size: 16px;
    padding: 21px 0;
    margin: 110px auto 0;
  }
}/*# sourceMappingURL=style.css.map */