@charset "UTF-8";
/*リセット
--------------------------------------------*/
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, u, i, center,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*フォント
---------------------------------------------*/
.han_300 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kal_400 {
  font-family: "Kalnia", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.not_400 {
  font-family: "noto-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
/*html {
  width: 100%;
  height: 100%;
}*/
body {
  font-family: "source-han-sans-japanese", "noto-sans", sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  color: #1C1C1C;
  font-weight: normal;
  font-weight: 300;
  font-style: normal;
  box-sizing: border-box;
}

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

a {
  color: #1c1c1c;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

h4 {
  text-align: center;
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

#wrapper {
  width: 100%;
  margin: auto;
  overflow: auto;
  scroll-snap-type: y proximity;
  height: 100vh;
}

#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  z-index: 100;
}
#loader .logo_wrap {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #loader .logo_wrap {
    width: 300px;
    height: 300px;
  }
}
#loader .logo_wrap .logo {
  position: relative;
  width: 100%;
  height: 100%;
}
#loader .logo_wrap .logo::after {
  content: "";
  display: block;
  background-image: url(../images/new_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.pagetop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 15px;
  bottom: 20px;
  background: #000;
  opacity: 0.15;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
@media screen and (min-width: 769px) {
  .pagetop {
    width: 50px;
    height: 50px;
    right: 30px;
  }
}
.pagetop .pagetop__arrow {
  height: 6px;
  width: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translateY(20%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pagetop .pagetop__arrow {
    width: 8px;
    height: 8px;
  }
}

main {
  overflow: hidden;
}

#top {
  width: 100%;
  position: relative;
}
#top .inner {
  height: 100vh;
  height: 100svh;
  background-color: #a8e3f9;
  position: relative;
}
#top .inner::before {
  content: "";
  display: block;
  padding-top: 173.3333333333%;
}
#top .inner .logo {
  width: 26.4%;
  position: absolute;
  top: 2.8%;
  left: 4.8%;
  z-index: 3;
}
#top .inner .logo svg path {
  fill: #fff;
}
@media screen and (min-width: 769px) {
  #top .inner .logo {
    width: 10%;
  }
}
#top .inner h1 {
  position: absolute;
  left: -135px;
  top: 38%;
  font-size: 23px;
  transform: rotate(90deg);
  color: #fff;
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.1019607843));
  z-index: 3;
}
@media screen and (min-width: 769px) {
  #top .inner h1 {
    top: 45%;
    left: -122px;
    font-size: 30px;
  }
}
#top .inner .img {
  width: 90%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #top .inner .img {
    width: 92%;
    height: 92%;
    -o-object-position: center left;
       object-position: center left;
  }
}
#top .inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (min-width: 769px) {
  #top .inner .img img {
    -o-object-position: center left;
       object-position: center left;
  }
}
#top .inner .txt_img {
  width: 99.64%;
  position: absolute;
  bottom: 1%;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  #top .inner .txt_img {
    width: 44%;
    right: 2%;
  }
}
#top .inner .box {
  width: 44.4%;
  background: #8ed5f0;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  #top .inner .box {
    width: 26%;
  }
}

#lead {
  margin: 90px 0 60px;
}
#lead .inner {
  position: relative;
  width: 85%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 2.333;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #lead .inner {
    font-size: 14px;
  }
}
#lead .inner p {
  margin-bottom: 2em;
}

.slider_wrap {
  position: relative;
}
.slider_wrap .slider_loop .slick-slide {
  margin-right: 1.3333vw !important;
  margin-left: 1.3333vw !important;
}
@media screen and (min-width: 769px) {
  .slider_wrap .slider_loop .slick-slide {
    margin-right: 0.3333vw !important;
    margin-left: 0.3333vw !important;
  }
}

#menu {
  width: 90%;
  margin: 90px auto 0;
}
@media screen and (min-width: 769px) {
  #menu {
    max-width: 1000px;
    width: 100%;
    margin: 225px auto 0;
    position: relative;
  }
}
#menu h2 {
  width: 62.8%;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  #menu h2 {
    width: 25%;
    margin: auto;
    position: absolute;
    top: -95%;
    left: 19%;
  }
}
#menu ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 100%;
  padding-left: 6%;
}
@media screen and (min-width: 769px) {
  #menu ul {
    flex-wrap: nowrap;
    width: 70%;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 0;
  }
}
#menu ul li {
  width: 31.8%;
  position: relative;
}
@media screen and (min-width: 769px) {
  #menu ul li {
    width: 21%;
  }
}
#menu ul li a {
  position: relative;
  z-index: 1;
}
#menu ul li:first-child {
  margin-left: 15%;
}
@media screen and (min-width: 769px) {
  #menu ul li:first-child {
    margin-left: 0;
  }
}
#menu ul li:nth-child(odd) {
  margin-right: 5.3%;
}
@media screen and (min-width: 769px) {
  #menu ul li:nth-child(odd) {
    margin-right: 0;
  }
}
#menu ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%; /*指定したい幅*/
  padding-top: 54.2%; /*画像の幅に対する高さ比率*/
  display: block;
}
#menu ul li:after {
  position: absolute;
  content: "";
  top: -25%;
  left: -18%;
  display: block;
  width: 80%;
  height: 100%;
}
#menu ul li:first-child:after {
  background-image: url(../images/menu_t1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#menu ul li:nth-child(2):after {
  background-image: url(../images/menu_t2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#menu ul li:nth-child(3):after {
  background-image: url(../images/menu_t3.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#menu ul li:nth-child(4):after {
  background-image: url(../images/menu_t4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 100%;
}

.scene {
  width: 100%;
  margin: 120px auto 0;
}
@media screen and (min-width: 769px) {
  .scene {
    margin: 140px auto 0;
  }
}
.scene h2 {
  font-size: 60px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.scene h2 .sub {
  font-size: 20px;
  display: block;
}
.scene h2 .sub .num {
  font-size: 16px;
}
.scene .slider_fade {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .scene .slider_fade {
    max-width: 500px;
    margin: 0 auto;
  }
}
.scene .other {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 30px;
}
.scene .other::before {
  content: "";
  display: block;
  padding-top: 310.4%;
}
@media screen and (min-width: 769px) {
  .scene .other::before {
    padding-top: 127.3%;
  }
}
.scene .other .deco.circle {
  animation: rotate 20s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scene .other .deco.circle img {
  filter: invert(82%) sepia(13%) saturate(964%) hue-rotate(167deg) brightness(103%) contrast(95%);
}
.scene .other .pic {
  max-width: 300px;
  width: 100%;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .scene .other .pic {
    max-width: 450px;
    margin: 0 auto;
  }
}
.scene .other .pic.pic_2 {
  top: 0;
}
.scene .other .pic.pic_3 {
  top: 39.94%;
}
.scene .other .pic.pic_4 {
  max-width: 345px;
  width: 100%;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .scene .other .pic.pic_4 {
    max-width: 635px;
    width: 100%;
    bottom: 0;
  }
}
.scene .other .pic .bg {
  position: relative;
  z-index: 0;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .scene .other .pic .bg {
    max-width: 450px;
  }
}
.scene .other .pic .bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.scene .styling {
  margin: 95px auto 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .scene .styling {
    max-width: 800px;
    width: 100%;
    margin: 12% auto 0;
  }
}
.scene .styling h3 {
  width: 35.04%;
  position: absolute;
  z-index: 2;
  top: -14%;
  left: 18%;
}
@media screen and (min-width: 769px) {
  .scene .styling h3 {
    max-width: 200px;
    width: 100%;
    top: -17.5%;
  }
}
.scene .styling .slider {
  width: 100%;
  margin: 0 auto;
}
.scene .styling .slider .slick-list {
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .scene .styling .slider .slick-list {
    margin: 0 auto 35px;
  }
}
.scene .styling .slider .slick-list .slick-slide {
  height: auto !important;
  margin-right: 2vw !important;
  margin-left: 2vw !important;
}
@media screen and (min-width: 769px) {
  .scene .styling .slider .slick-list .slick-slide {
    margin-right: 0.75vw !important;
    margin-left: 0.75vw !important;
  }
}
.scene .styling .slider .slick-list .slick-slide img {
  width: 100%;
}
.scene .styling .slider .slick-list .slick-slide .credit_area {
  width: 90%;
  margin: 15px auto 0;
}
.scene .styling .slider .slick-list .slick-slide .credit_area ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 10px;
}
.scene .styling .slider .slick-list .slick-slide .credit_area ul li:last-child {
  margin: 0 auto;
}
.scene .styling .slider .slick-list .slick-slide .credit_area ul li span {
  display: block;
}
.scene .styling .slider .slick-list .slick-slide .credit_area ul li span.item {
  width: 30%;
}
.scene .styling .slider .slick-list .slick-slide .credit_area ul li span.price {
  width: 70%;
  margin-left: 10px;
}
.scene .styling .slider .slick-list .slick-slide .credit_area ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80px;
  width: 100%;
  min-height: 20px;
  padding: 0 5%;
  margin: 0;
  margin-left: 10px;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  border: solid 1px #1C1C1C;
  border-radius: 9999px;
  box-sizing: border-box;
}
.scene .styling .slider .dots-class {
  display: flex;
  justify-content: space-between;
  width: 61.46%;
  margin: 0 auto;
}
.scene .styling .slider .dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.scene .styling .slider .dots-class li {
  width: 21.69%;
  height: 1px;
  background-color: rgba(28, 28, 28, 0.2);
  cursor: pointer;
  position: relative;
}
.scene .styling .slider .dots-class li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.scene .styling .slider .dots-class li.slick-active::before {
  background-color: #1C1C1C;
  animation: progressbar-anime 4s linear forwards;
}
@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

#scene_1 {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  #scene_1 {
    margin-top: 90px;
  }
}
#scene_1 h2 .color {
  color: #A8E3F9;
}
#scene_1 .other .deco {
  position: absolute;
  z-index: -1;
}
#scene_1 .other .deco.circle {
  width: 40%;
  top: -7%;
  right: 2%;
}
#scene_1 .other .deco.circle img {
  filter: invert(82%) sepia(13%) saturate(964%) hue-rotate(167deg) brightness(103%) contrast(95%);
}
#scene_1 .other .deco.item01 {
  right: 4%;
  top: 21.39%;
}
@media screen and (min-width: 769px) {
  #scene_1 .other .deco.item01 {
    width: 3%;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 22%;
  }
}
#scene_1 .other .deco.item02 {
  left: 2.66%;
  top: 42.43%;
}
@media screen and (min-width: 769px) {
  #scene_1 .other .deco.item02 {
    width: 4%;
    left: 6%;
    top: 55%;
  }
}
#scene_1 .other .pic .bg::after {
  background-color: #A8E3F9;
}
#scene_1 .other .pic.pic_2 {
  left: 7.46%;
}
@media screen and (min-width: 769px) {
  #scene_1 .other .pic.pic_2 {
    left: 0;
  }
}
#scene_1 .other .pic.pic_2 .bg::after {
  transform: rotate(-4deg);
}
#scene_1 .other .pic.pic_3 {
  right: 7.46%;
}
@media screen and (min-width: 769px) {
  #scene_1 .other .pic.pic_3 {
    right: 0;
    top: 10%;
  }
}
#scene_1 .other .pic.pic_3 .bg::after {
  transform: rotate(4deg);
}
#scene_1 .other .pic.pic_4 {
  left: 0;
}
@media screen and (min-width: 769px) {
  #scene_1 .other .pic.pic_4 {
    max-width: 635px;
    width: 100%;
    bottom: 0;
  }
}

#scene_2 h2 .color {
  color: #F6B2C0;
}
#scene_2 .other .deco {
  position: absolute;
  z-index: -1;
}
#scene_2 .other .deco.circle {
  width: 40%;
  top: -7%;
  left: 2%;
}
#scene_2 .other .deco.circle img {
  filter: invert(79%) sepia(5%) saturate(1974%) hue-rotate(300deg) brightness(95%) contrast(103%);
}
#scene_2 .other .deco.item01 {
  left: 1.5%;
  top: 12%;
}
@media screen and (min-width: 769px) {
  #scene_2 .other .deco.item01 {
    width: 6%;
    left: 8%;
    top: auto;
    bottom: 8%;
  }
}
#scene_2 .other .deco.item02 {
  right: 1.5%;
  top: 52%;
}
@media screen and (min-width: 769px) {
  #scene_2 .other .deco.item02 {
    width: 4.5%;
    right: 5%;
    top: 53%;
  }
}
#scene_2 .other .pic .bg::after {
  background-color: #F6B2C0;
}
#scene_2 .other .pic.pic_2 {
  right: 7.46%;
}
@media screen and (min-width: 769px) {
  #scene_2 .other .pic.pic_2 {
    right: 0;
  }
}
#scene_2 .other .pic.pic_2 .bg::after {
  transform: rotate(4deg);
}
#scene_2 .other .pic.pic_3 {
  left: 7.46%;
}
@media screen and (min-width: 769px) {
  #scene_2 .other .pic.pic_3 {
    left: 0;
    top: 10%;
  }
}
#scene_2 .other .pic.pic_3 .bg::after {
  transform: rotate(-4deg);
}
#scene_2 .other .pic.pic_4 {
  right: 0;
}

#scene_3 h2 .color {
  color: #EAE988;
}
#scene_3 .other::before {
  content: "";
  display: block;
  padding-top: 383.7333333333%;
}
@media screen and (min-width: 769px) {
  #scene_3 .other::before {
    padding-top: 179.2%;
  }
}
#scene_3 .other .deco {
  position: absolute;
  z-index: -1;
}
#scene_3 .other .deco.circle {
  width: 40%;
  top: -7%;
  right: 2%;
}
@media screen and (min-width: 769px) {
  #scene_3 .other .deco.circle {
    right: auto;
    top: -10%;
  }
}
#scene_3 .other .deco.circle img {
  filter: invert(96%) sepia(7%) saturate(2382%) hue-rotate(2deg) brightness(104%) contrast(84%);
}
#scene_3 .other .deco.circle.v02 {
  right: 2.5%;
  top: 76%;
}
@media screen and (min-width: 769px) {
  #scene_3 .other .deco.circle.v02 {
    max-width: 635px;
    top: 67%;
  }
}
#scene_3 .other .deco.item01 {
  right: 3.5%;
  top: 1%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #scene_3 .other .deco.item01 {
    right: auto;
    left: 30%;
    width: 9%;
  }
}
#scene_3 .other .deco.item02 {
  right: 5%;
  top: 48%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #scene_3 .other .deco.item02 {
    width: 9%;
    left: auto;
    right: 29%;
    top: 71%;
  }
}
#scene_3 .other .pic .bg::after {
  background-color: #EAE988;
}
#scene_3 .other .pic.pic_2 {
  left: 7.46%;
}
@media screen and (min-width: 769px) {
  #scene_3 .other .pic.pic_2 {
    top: 27.5%;
    left: 0;
  }
}
#scene_3 .other .pic.pic_2 .bg::after {
  transform: rotate(-4deg);
}
#scene_3 .other .pic.pic_3 {
  max-width: 345px;
  width: 100%;
  top: 31.6%;
  right: 0;
}
@media screen and (min-width: 769px) {
  #scene_3 .other .pic.pic_3 {
    max-width: 635px;
    top: 0;
  }
}
#scene_3 .other .pic.pic_4 {
  top: 51.4%;
  left: 0;
}
@media screen and (min-width: 769px) {
  #scene_3 .other .pic.pic_4 {
    max-width: 450px;
    left: auto;
    right: 0;
    top: 38%;
  }
}
#scene_3 .other .pic.pic_4 .bg::after {
  transform: rotate(-4deg);
}
@media screen and (min-width: 769px) {
  #scene_3 .other .pic.pic_4 .bg::after {
    transform: rotate(4deg);
  }
}
#scene_3 .other .pic.pic_5 {
  max-width: 345px;
  width: 100%;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  #scene_3 .other .pic.pic_5 {
    max-width: 635px;
    right: auto;
    left: 0;
  }
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  min-height: 60px;
  padding: 0 5%;
  margin: 60px auto;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  border: solid 1px #1C1C1C;
  border-radius: 9999px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .btn a {
    max-width: 420px;
    min-height: 80px;
    margin: 120px auto 60px;
  }
}

#movie {
  position: relative;
  margin-top: 120px;
}
#movie::before {
  content: "";
  display: block;
  padding-top: 17.6%;
}
@media screen and (min-width: 769px) {
  #movie::before {
    padding-top: 14.84375%;
  }
}
#movie .sale_bg01 {
  content: "";
  display: inline-block;
  background: url(../images/movie_bg01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  #movie .sale_bg01 {
    background: url(../images/movie_bg01_pc.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#movie::after {
  content: "";
  display: inline-block;
  background: url(../images/movie_bg02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  #movie::after {
    background: url(../images/movie_bg02_pc.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#movie .bg {
  background-color: #effafe;
  padding: 10% 0;
}
@media screen and (min-width: 769px) {
  #movie .bg {
    padding: 0;
  }
}
#movie .bg .wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #movie .bg .wrap {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
}
#movie .bg .wrap .inner {
  position: relative;
  padding-top: 56.25%;
  margin: 40px 0 18px;
}
@media screen and (min-width: 769px) {
  #movie .bg .wrap .inner {
    margin: 60px 0 20px;
  }
}
#movie .bg .wrap .inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#movie .bg .wrap p {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #movie .bg .wrap p {
    text-align: center;
  }
}
#movie .bg .wrap .btn a {
  width: 88.9%;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #movie .bg .wrap .btn a {
    max-width: 420px;
    width: 100%;
    min-height: 80px;
    margin: 60px auto 0;
  }
}

#news {
  margin-top: 186px;
}
@media screen and (min-width: 769px) {
  #news {
    margin-top: 300px;
  }
}
#news .bg {
  width: 89.6%;
  margin: 0 auto;
  position: relative;
  padding: 5em 0;
  box-shadow: 10px 10px #A8E3F9;
  border: 1px solid #1c1c1c;
  border-radius: 2vw;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  #news .bg {
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
  }
}
#news .bg .wrap {
  width: 83.4%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #news .bg .wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
#news .bg .wrap h4 {
  position: relative;
  padding: 0 20px;
  width: 62.1%;
  margin: 0 auto 40px;
}
#news .bg .wrap h4::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: url(../images/news_title01.svg);
}
#news .bg .wrap h4::after {
  position: absolute;
  top: 5px;
  right: 0;
  content: url(../images/news_title02.svg);
}
#news .bg .wrap .txt h5 {
  font-size: 13px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #news .bg .wrap .txt h5 {
    font-size: 16px;
  }
}
#news .bg .wrap .txt p {
  margin: 0 auto 1.5em;
  font-size: 12px;
  line-height: 1.75;
}
#news .bg .wrap .txt p.note {
  margin-bottom: 20px;
}
#news .bg .wrap .txt p.note a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #news .bg .wrap .txt p {
    font-size: 14px;
  }
}
#news .bg .wrap .slider_02 {
  width: 100%;
  margin: 0 auto;
}
#news .bg .wrap .slider_02 .slick-list {
  margin: 0 auto 15px;
}
#news .bg .wrap .slider_02 .slick-list .slick-slide {
  height: auto !important;
}
#news .bg .wrap .slider_02 .slick-list .slick-slide img {
  width: 100%;
}
#news .bg .wrap .slider_02 .dots-class {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
#news .bg .wrap .slider_02 .dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
#news .bg .wrap .slider_02 .dots-class li {
  width: 13%;
  height: 1px;
  background-color: rgba(28, 28, 28, 0.2);
  cursor: pointer;
  position: relative;
}
#news .bg .wrap .slider_02 .dots-class li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
#news .bg .wrap .slider_02 .dots-class li.slick-active::before {
  background-color: #1C1C1C;
  animation: progressbar-anime 4s linear forwards;
}
@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
#news .bg .wrap .address {
  font-size: 12px;
  line-height: 1.5;
  background-color: rgba(168, 227, 249, 0.1019607843);
  margin: 20px auto;
  padding: 15px 12px;
}
@media screen and (min-width: 769px) {
  #news .bg .wrap .address {
    font-size: 14px;
  }
}
#news .bg .wrap .address li {
  width: 90%;
  margin: 0 auto 0.25em;
}
#news .bg .wrap .address li.name {
  font-weight: bold;
}
#news .bg .wrap .address li.hp a {
  text-decoration: underline;
}
#news .bg .wrap .address li:last-child {
  margin-bottom: 0;
}
#news .bg .wrap .btn a {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #news .bg .wrap .btn a {
    max-width: 300px;
    width: 100%;
    min-height: 60px;
    padding: 0 5%;
  }
}

#staff {
  margin-top: 140px;
}
#staff .wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #staff .wrap {
    max-width: 800px;
    width: 100%;
  }
}
#staff .wrap h4 {
  position: relative;
  padding: 0 20px;
  width: 62.1%;
  margin: 0 auto 38px;
}
#staff .wrap h4::after {
  position: absolute;
  top: -110%;
  right: 22%;
  content: url(../images/staff_title.svg);
}
@media screen and (min-width: 769px) {
  #staff .wrap h4::after {
    right: 35%;
  }
}
#staff .wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
#staff .wrap ul li {
  width: 45%;
}
@media screen and (min-width: 769px) {
  #staff .wrap ul li {
    width: 21.42%;
  }
}
#staff .wrap ul li .icon {
  display: flex;
  justify-content: center; /* 水平方向にセンターに配置 */
  align-items: center;
  margin: 0 auto 5%;
  position: relative;
}
#staff .wrap ul li .icon img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  opacity: 0.15;
}
#staff .wrap ul li .icon img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 92.5%;
  height: auto;
  opacity: 1;
}
#staff .wrap ul li .name {
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
}
#staff .wrap ul li .btn a {
  width: 92.5%;
  min-height: 30px;
  font-size: 12px;
  background-color: rgba(168, 227, 249, 0.2);
  margin: 0 auto 7px;
}
@media screen and (min-width: 769px) {
  #staff .wrap ul li .btn a {
    width: 90%;
  }
}
#staff .wrap ul li .btn a:last-child {
  margin-bottom: 0;
}

footer {
  margin-top: 140px;
  color: #ffffff;
}
footer.img_bg {
  width: 100%;
  height: 52.5vh;
  background: url("../images/footer_bg_sp.jpg") no-repeat center center/cover;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  footer.img_bg {
    height: 85.715vh;
    background: url("../images/footer_bg_pc.jpg") no-repeat center center/cover;
  }
}
footer .inner {
  width: 95%;
  height: 100%;
  margin: auto;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  footer .inner {
    max-width: 1000px;
    width: 100%;
    padding: 0 15px;
  }
}
footer .inner .content {
  width: 100%;
  position: absolute;
  top: 44.85%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
footer .inner .content .logo {
  width: 34.82%;
  margin: 0 auto 22px;
}
@media screen and (min-width: 769px) {
  footer .inner .content .logo {
    max-width: 184px;
    width: 100%;
  }
}
footer .inner .content .logo svg path {
  fill: #fff;
}
footer .inner .content .insta {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer .inner .content .insta {
    font-size: 18px;
  }
}
footer .inner .content .insta a {
  color: #ffffff;
  position: relative;
  padding-left: 1.5em;
}
footer .inner .content .insta a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/insta_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  footer .inner .content .insta a::before {
    width: 22px;
    height: 22px;
  }
}
footer .inner .copy {
  width: 100%;
  font-size: 10px;
  text-align: center;
  margin-bottom: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  footer .inner .copy {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 0.6s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fuwatAnimeFromTop {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnimeFromTop;
  visibility: visible !important;
}
@keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.blink {
  animation: blink 2s ease 0s infinite normal;
  -webkit-animation: blink 2s ease 0s infinite normal;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*===========
fadeIn（その場で）
===========*/
.fadeIn {
  opacity: 0;
  transition: 4s;
}

.fadeIn.is-show {
  opacity: 1;
}

/*===========
fadeIn（下から）
===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
fadeIn（左から）
===========*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
fadeIn（右から）
===========*/
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.scroll_container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.scroll_container .scroll_wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.scroll_container .scroll_wrap .slide_img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav_paging {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.nav_paging .block {
  width: 20px;
  height: 8px;
  display: block;
  background: #000;
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgb(255, 255, 255);
  box-shadow: inset 0 0 3px rgb(255, 255, 255);
  border-radius: 0;
}

/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999;
}
#loader-bg #loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}

/*jQueryのCSS
--------------------------------------*//*# sourceMappingURL=style.css.map */