@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;
}

/*フォント
---------------------------------------------*/
.pd_400 {
  font-family: "playfair-display", serif;
  font-weight: 400;
  font-style: normal;
}

.pd_i {
  font-family: "playfair-display", serif;
  font-weight: 400;
  font-style: italic;
}

.rc_300 {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

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

.gill_400 {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gill_700 {
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.nh_400 {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
/*html {
  width: 100%;
  height: 100%;
}*/
@media screen and (min-width: 769px) {
  ::-moz-selection {
    background-color: #F7C3D9;
  }
  ::selection {
    background-color: #F7C3D9;
  }
}

body {
  font-family: "tt-commons-pro", "游ゴシック体", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  font-weight: 300;
  font-style: normal;
  scroll-snap-type: y mandatory;
  box-sizing: border-box;
}

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

a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

@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;
}

.logo_small {
  opacity: 0;
  transform: translateY(50px);
}

.logo_small.translate {
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 2s;
}

.scale {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 2s ease-in-out;
}

main {
  overflow: hidden;
}

#top .top__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  #top .top__inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: #F7C3D9;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#top .top__inner h1 {
  width: 57.92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #top .top__inner h1 {
    width: 26%;
    top: 21.875%;
    left: 10%;
    transform: none;
  }
}
#top .top__inner .top__logo {
  width: 21.91%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #top .top__inner .top__logo {
    width: 8.2%;
    bottom: 110px;
  }
}
@media screen and (min-width: 769px) {
  #top .top__inner .top__img {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #top .top__inner .top__img img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#lead {
  margin: 80px 0 125px;
}
#lead .inner {
  position: relative;
}
#lead .inner .lead__text {
  width: 48.39%;
  margin: 120px auto;
}
@media screen and (min-width: 769px) {
  #lead .inner .lead__text {
    width: 23.3%;
  }
}
#lead .inner .lead__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.sec {
  margin: 0 auto 200px;
}
@media screen and (min-width: 769px) {
  .sec {
    max-width: 1000px;
    margin: 125px auto 200px;
    position: relative;
  }
}
.sec .inner {
  position: relative;
  overflow: hidden;
}
.sec .inner h2 {
  color: #F7C3D9;
  font-size: 22px;
  text-align: right;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .sec .inner h2 {
    text-align: left;
    display: flex;
    align-items: baseline;
    justify-content: flex-start !important;
  }
}
.sec .inner h2 span {
  font-size: 34px;
  padding-left: 5px;
}
.sec .inner .h2_line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66px;
  height: 6px;
  background-color: #F7C3D9;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .sec .inner .h2_line {
    left: 0;
    right: auto;
  }
}
.sec#sec__10 .h2_line {
  width: 83px;
}
.sec#sec__11 .h2_line, .sec#sec__12 .h2_line {
  width: 80px;
}
.sec .sec__item {
  margin-bottom: 70px !important;
}
.sec .sec__item.sec_item__1 {
  width: 334px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sec .sec__item.sec_item__1 {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .sec .sec__item.sec_item__1 .img_01 {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .sec .sec__item.sec_item__1 .pc_only .flex {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-end;
    position: relative;
  }
  .sec .sec__item.sec_item__1 .pc_only .flex .img_01,
  .sec .sec__item.sec_item__1 .pc_only .flex .movie_01 {
    width: 300px;
    height: 450px;
    overflow: hidden;
  }
}
.sec .credit {
  width: 286px;
  margin: auto;
  margin-top: 5.3333333333%;
  color: #4A4A4A;
  line-height: 1.429;
  letter-spacing: 0.07em;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .sec .credit {
    width: 80%;
  }
}
.sec .credit .inner {
  width: 55%;
}
@media screen and (min-width: 769px) {
  .sec .credit .inner {
    width: 25.6%;
  }
}
.sec .credit .inner .credit__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.333;
}
@media screen and (min-width: 769px) {
  .sec .credit .inner .credit__item {
    font-size: 14px;
  }
}
.sec#sec__1 .sec__item.sec_item__2 {
  position: relative;
  width: 100%;
}
.sec#sec__1 .sec__item.sec_item__2::before {
  content: "";
  display: block;
  padding-top: 404%;
}
@media screen and (min-width: 769px) {
  .sec#sec__1 .sec__item.sec_item__2::before {
    padding-top: 80.7%;
  }
}
@media screen and (min-width: 769px) {
  .sec#sec__1 .sec__item.sec_item__2 .img_02 {
    width: 21.8%;
    position: absolute;
    top: 0;
    left: 25%;
  }
}
.sec#sec__1 .sec__item.sec_item__2 .img_03 {
  width: 67.46%;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__1 .sec__item.sec_item__2 .img_03 {
    width: 28.5%;
    right: 20%;
    top: auto;
    bottom: 37.5%;
  }
}
.sec#sec__1 .sec__item.sec_item__2 .img_04 {
  width: 51.2%;
  position: absolute;
  bottom: 51%;
  right: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__1 .sec__item.sec_item__2 .img_04 {
    width: 25%;
    left: 15%;
    right: auto;
    bottom: 0;
  }
}
.sec#sec__1 .sec__item.sec_item__2 .movie_02.sp_only {
  position: absolute;
  width: 286px;
  bottom: 10.7%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sec#sec__1 .sec__item.sec_item__2 .credit {
  position: absolute;
  bottom: 0;
  left: 11.7%;
}
@media screen and (min-width: 769px) {
  .sec#sec__1 .sec__item.sec_item__2 .credit {
    left: 45%;
  }
}
.sec#sec__2 .sec__item.sec_item__1 .h2_line {
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__2 .sec__item.sec_item__1 .h2_line {
    right: 0;
    left: auto;
  }
}
.sec#sec__2 .sec__item.sec_item__1 h2 {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .sec#sec__2 .sec__item.sec_item__1 h2 {
    justify-content: flex-end !important;
  }
}
.sec#sec__2 .sec__item.sec_item__2 {
  position: relative;
  width: 100%;
}
.sec#sec__2 .sec__item.sec_item__2::before {
  content: "";
  display: block;
  padding-top: 329.8666666667%;
}
@media screen and (min-width: 769px) {
  .sec#sec__2 .sec__item.sec_item__2::before {
    padding-top: 60%;
  }
}
.sec#sec__2 .sec__item.sec_item__2 .img_02 {
  width: 53%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .sec#sec__2 .sec__item.sec_item__2 .img_02 {
    width: 30.4%;
    right: 15%;
  }
}
.sec#sec__2 .sec__item.sec_item__2 .img_03 {
  width: 54.6%;
  position: absolute;
  bottom: 54.5%;
  left: 5.3%;
}
@media screen and (min-width: 769px) {
  .sec#sec__2 .sec__item.sec_item__2 .img_03 {
    width: 27.4%;
    bottom: 0;
    left: 10%;
  }
}
.sec#sec__2 .sec__item.sec_item__2 .img_04 {
  width: 51.2%;
  position: absolute;
  bottom: 49.1%;
  right: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__2 .sec__item.sec_item__2 .img_04 {
    width: 28%;
    right: 16%;
  }
}
.sec#sec__2 .sec__item.sec_item__2 .movie_02.sp_only {
  position: absolute;
  width: 76.2%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sec#sec__2 .sec__item.sec_item__2 .credit {
  position: absolute;
  bottom: 45.1%;
  left: 11.7%;
}
@media screen and (min-width: 769px) {
  .sec#sec__2 .sec__item.sec_item__2 .credit {
    bottom: 0;
    left: 40%;
  }
}
@media screen and (min-width: 769px) {
  .sec#sec__3 .sec__item.sec_item__1 .h2_line {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 769px) {
  .sec#sec__3 .sec__item.sec_item__1 h2 {
    justify-content: flex-end !important;
  }
}
.sec#sec__3 .sec__item.sec_item__2 {
  position: relative;
  width: 100%;
}
.sec#sec__3 .sec__item.sec_item__2::before {
  content: "";
  display: block;
  padding-top: 357.0666666667%;
}
@media screen and (min-width: 769px) {
  .sec#sec__3 .sec__item.sec_item__2::before {
    padding-top: 65.6%;
  }
}
.sec#sec__3 .sec__item.sec_item__2 .img_02 {
  width: 60.5%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__3 .sec__item.sec_item__2 .img_02 {
    width: 30.415%;
    left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .sec#sec__3 .sec__item.sec_item__2 .img_03 {
    width: 60.5%;
    position: absolute;
    bottom: 43.9%;
  }
}
.sec#sec__3 .sec__item.sec_item__2 .movie_02 {
  position: absolute;
  width: 76.2%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .sec#sec__3 .sec__item.sec_item__2 .movie_02 {
    width: 25%;
    left: 54.8%;
    transform: none;
  }
}
.sec#sec__3 .sec__item.sec_item__2 .credit {
  position: absolute;
  bottom: 74.2%;
  left: 5.3%;
}
@media screen and (min-width: 769px) {
  .sec#sec__3 .sec__item.sec_item__2 .credit {
    bottom: 6.09%;
    left: 15%;
  }
}
@media screen and (min-width: 769px) {
  .sec#sec__4 .sec__item.sec_item__1 .h2_line {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 769px) {
  .sec#sec__4 .sec__item.sec_item__1 h2 {
    justify-content: flex-end !important;
  }
}
.sec#sec__4 .sec__item.sec_item__2 {
  position: relative;
  width: 100%;
}
.sec#sec__4 .sec__item.sec_item__2::before {
  content: "";
  display: block;
  padding-top: 378.6666666667%;
}
@media screen and (min-width: 769px) {
  .sec#sec__4 .sec__item.sec_item__2::before {
    padding-top: 69.5%;
  }
}
.sec#sec__4 .sec__item.sec_item__2 .img_02 {
  width: 62.1%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__4 .sec__item.sec_item__2 .img_02 {
    width: 28%;
    left: 22%;
  }
}
.sec#sec__4 .sec__item.sec_item__2 .img_03 {
  width: 63.2%;
  position: absolute;
  bottom: 45.3%;
  right: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__4 .sec__item.sec_item__2 .img_03 {
    width: 30.415%;
    bottom: 34.38%;
    left: 15.5%;
  }
}
.sec#sec__4 .sec__item.sec_item__2 .img_04 {
  width: 76.2%;
  position: absolute;
  bottom: 10%;
  left: 5.3%;
}
@media screen and (min-width: 769px) {
  .sec#sec__4 .sec__item.sec_item__2 .img_04 {
    width: 23.7%;
    bottom: 23.45%;
    left: 60.5%;
  }
}
.sec#sec__4 .sec__item.sec_item__2 .credit {
  position: absolute;
  bottom: 0;
  left: 5.3%;
}
@media screen and (min-width: 769px) {
  .sec#sec__4 .sec__item.sec_item__2 .credit {
    left: 60.5%;
  }
}
@media screen and (min-width: 769px) {
  .sec#sec__5 .sec__item.sec_item__1 {
    width: 700px;
  }
}
@media screen and (min-width: 769px) {
  .sec#sec__5 .sec__item.sec_item__1 .pc_only .img_01 {
    width: 350px;
    height: 525px;
    overflow: hidden;
  }
}
.sec#sec__5 .sec__item.sec_item__1 .h2_line {
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__5 .sec__item.sec_item__1 .h2_line {
    right: 0;
    left: auto;
  }
}
.sec#sec__5 .sec__item.sec_item__1 h2 {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .sec#sec__5 .sec__item.sec_item__1 h2 {
    justify-content: flex-end !important;
  }
}
.sec#sec__5 .sec__item.sec_item__2 {
  position: relative;
  width: 100%;
}
.sec#sec__5 .sec__item.sec_item__2::before {
  content: "";
  display: block;
  padding-top: 257.3333333333%;
}
@media screen and (min-width: 769px) {
  .sec#sec__5 .sec__item.sec_item__2::before {
    padding-top: 52.5%;
  }
}
.sec#sec__5 .sec__item.sec_item__2 .img_02 {
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__5 .sec__item.sec_item__2 .img_02 {
    width: 26.8%;
    left: 18.7%;
    top: auto;
    bottom: 71%;
  }
}
.sec#sec__5 .sec__item.sec_item__2 .img_03 {
  width: 76.2%;
  position: absolute;
  bottom: 13%;
  left: 18.13%;
}
@media screen and (min-width: 769px) {
  .sec#sec__5 .sec__item.sec_item__2 .img_03 {
    width: 25%;
    bottom: 0;
    left: auto;
    right: 22.8%;
  }
}
.sec#sec__5 .sec__item.sec_item__2 .credit {
  position: absolute;
  bottom: 0;
  left: 18.13%;
}
@media screen and (min-width: 769px) {
  .sec#sec__5 .sec__item.sec_item__2 .credit {
    left: 35.1%;
  }
}
@media screen and (min-width: 769px) {
  .sec#sec__6 .sec__item.sec_item__1 .h2_line {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .sec#sec__6 .sec__item.sec_item__1 h2 {
    text-align: right;
  }
}
.sec#sec__6 .sec__item.sec_item__2 {
  position: relative;
  width: 100%;
}
.sec#sec__6 .sec__item.sec_item__2::before {
  content: "";
  display: block;
  padding-top: 368%;
}
@media screen and (min-width: 769px) {
  .sec#sec__6 .sec__item.sec_item__2::before {
    padding-top: 70%;
  }
}
.sec#sec__6 .sec__item.sec_item__2 .img_02 {
  width: 50.1%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__6 .sec__item.sec_item__2 .img_02 {
    width: 23.8%;
    top: auto;
    bottom: 0;
    left: 46.2%;
  }
}
.sec#sec__6 .sec__item.sec_item__2 .img_03 {
  width: 69.8%;
  position: absolute;
  bottom: 48.98%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__6 .sec__item.sec_item__2 .img_03 {
    width: 30%;
    right: 12.6%;
    left: auto;
    top: -25%;
    bottom: auto;
  }
}
.sec#sec__6 .sec__item.sec_item__2 .img_04 {
  width: 76.2%;
  position: absolute;
  bottom: 11.88%;
  left: 11.7%;
}
@media screen and (min-width: 769px) {
  .sec#sec__6 .sec__item.sec_item__2 .img_04 {
    width: 25%;
    right: 11.6%;
  }
}
.sec#sec__6 .sec__item.sec_item__2 .credit {
  position: absolute;
  bottom: 0;
  left: 11.7%;
}
@media screen and (min-width: 769px) {
  .sec#sec__6 .sec__item.sec_item__2 .credit {
    left: 75%;
  }
}
@media screen and (min-width: 769px) {
  .sec#sec__7 .sec__item.sec_item__1 h2 {
    text-align: right;
  }
}
.sec#sec__7 .sec__item.sec_item__2 {
  position: relative;
  width: 100%;
}
.sec#sec__7 .sec__item.sec_item__2::before {
  content: "";
  display: block;
  padding-top: 397.8666666667%;
}
@media screen and (min-width: 769px) {
  .sec#sec__7 .sec__item.sec_item__2::before {
    padding-top: 75.5%;
  }
}
.sec#sec__7 .sec__item.sec_item__2 .img_02 {
  width: 63.2%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__7 .sec__item.sec_item__2 .img_02 {
    width: 33.4%;
    left: 15%;
  }
}
.sec#sec__7 .sec__item.sec_item__2 .movie_02.sp_only {
  position: absolute;
  width: 68.5%;
  bottom: 40.5%;
  left: 0;
}
.sec#sec__7 .sec__item.sec_item__2 .img_03 {
  width: 76.2%;
  position: absolute;
  bottom: 0;
  left: 11.7%;
}
@media screen and (min-width: 769px) {
  .sec#sec__7 .sec__item.sec_item__2 .img_03 {
    width: 30%;
    left: auto;
    right: 12%;
    bottom: 19.07%;
  }
}
.sec#sec__7 .sec__item.sec_item__2 .credit {
  position: absolute;
  bottom: 32.7%;
  left: 11.7%;
}
@media screen and (min-width: 769px) {
  .sec#sec__7 .sec__item.sec_item__2 .credit {
    bottom: 0;
    left: 77%;
  }
}
.sec#sec__8 .sec__item.sec_item__1 .h2_line {
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__8 .sec__item.sec_item__1 .h2_line {
    right: 0;
    left: auto;
  }
}
.sec#sec__8 .sec__item.sec_item__1 h2 {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .sec#sec__8 .sec__item.sec_item__1 h2 {
    justify-content: flex-end !important;
  }
}
.sec#sec__8 .sec__item.sec_item__2 {
  position: relative;
  width: 100%;
}
.sec#sec__8 .sec__item.sec_item__2::before {
  content: "";
  display: block;
  padding-top: 376.5333333333%;
}
@media screen and (min-width: 769px) {
  .sec#sec__8 .sec__item.sec_item__2::before {
    padding-top: 73.2%;
  }
}
.sec#sec__8 .sec__item.sec_item__2 .img_02 {
  width: 54.1%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__8 .sec__item.sec_item__2 .img_02 {
    width: 25%;
    left: 15%;
  }
}
.sec#sec__8 .sec__item.sec_item__2 .img_03 {
  width: 71.2%;
  position: absolute;
  bottom: 44.9%;
  left: 23.4%;
}
@media screen and (min-width: 769px) {
  .sec#sec__8 .sec__item.sec_item__2 .img_03 {
    width: 35%;
    left: 54.4%;
    bottom: 0;
  }
}
.sec#sec__8 .sec__item.sec_item__2 .img_04 {
  width: 76.2%;
  position: absolute;
  bottom: 10.48%;
  left: 0;
}
.sec#sec__8 .sec__item.sec_item__2 .credit {
  position: absolute;
  bottom: 0;
  left: 11.7%;
}
@media screen and (min-width: 769px) {
  .sec#sec__8 .sec__item.sec_item__2 .credit {
    bottom: 24.5%;
    left: 15%;
  }
}
.sec#sec__9 .sec__item.sec_item__1 .h2_line {
  left: 0;
}
.sec#sec__9 .sec__item.sec_item__1 h2 {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .sec#sec__9 .sec__item.sec_item__1 h2 {
    text-align: right;
  }
}
.sec#sec__9 .sec__item.sec_item__2 {
  position: relative;
  width: 100%;
}
.sec#sec__9 .sec__item.sec_item__2::before {
  content: "";
  display: block;
  padding-top: 426.6666666667%;
}
@media screen and (min-width: 769px) {
  .sec#sec__9 .sec__item.sec_item__2::before {
    padding-top: 105%;
  }
}
.sec#sec__9 .sec__item.sec_item__2 .img_02 {
  width: 76.2%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__9 .sec__item.sec_item__2 .img_02 {
    width: 30.7%;
    right: 7.1%;
  }
}
.sec#sec__9 .sec__item.sec_item__2 .img_03 {
  width: 61.8%;
  position: absolute;
  bottom: 47.25%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__9 .sec__item.sec_item__2 .img_03 {
    width: 23.8%;
    bottom: 17.1%;
    left: 42.5%;
  }
}
.sec#sec__9 .sec__item.sec_item__2 .movie_02 {
  position: absolute;
  width: 76.2%;
  bottom: 10.625%;
  left: 11.7%;
}
@media screen and (min-width: 769px) {
  .sec#sec__9 .sec__item.sec_item__2 .movie_02 {
    width: 25%;
    bottom: 40%;
    left: 15%;
  }
}
.sec#sec__9 .sec__item.sec_item__2 .credit {
  position: absolute;
  bottom: 0;
  left: 11.7%;
}
@media screen and (min-width: 769px) {
  .sec#sec__9 .sec__item.sec_item__2 .credit {
    left: 42.5%;
  }
}
.sec#sec__10 .sec__item.sec_item__1 .h2_line {
  left: 0;
}
.sec#sec__10 .sec__item.sec_item__1 h2 {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .sec#sec__10 .sec__item.sec_item__1 h2 {
    text-align: right;
  }
}
.sec#sec__10 .sec__item.sec_item__2 {
  position: relative;
  width: 100%;
}
.sec#sec__10 .sec__item.sec_item__2::before {
  content: "";
  display: block;
  padding-top: 379.4666666667%;
}
@media screen and (min-width: 769px) {
  .sec#sec__10 .sec__item.sec_item__2::before {
    padding-top: 74%;
  }
}
.sec#sec__10 .sec__item.sec_item__2 .img_02 {
  width: 55.4%;
  position: absolute;
  top: 0;
  right: 12%;
}
@media screen and (min-width: 769px) {
  .sec#sec__10 .sec__item.sec_item__2 .img_02 {
    width: 25%;
    top: auto;
    bottom: 49.32%;
    left: 22.5%;
  }
}
.sec#sec__10 .sec__item.sec_item__2 .img_03 {
  width: 66.1%;
  position: absolute;
  bottom: 47.9%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__10 .sec__item.sec_item__2 .img_03 {
    width: 28%;
    right: 5.3%;
  }
}
.sec#sec__10 .sec__item.sec_item__2 .movie_02 {
  position: absolute;
  width: 76.2%;
  bottom: 0;
  left: 11.7%;
}
@media screen and (min-width: 769px) {
  .sec#sec__10 .sec__item.sec_item__2 .movie_02 {
    width: 30%;
    left: 54.6%;
  }
}
.sec#sec__10 .sec__item.sec_item__2 .credit {
  position: absolute;
  bottom: 39.35%;
  left: 11.7%;
}
@media screen and (min-width: 769px) {
  .sec#sec__10 .sec__item.sec_item__2 .credit {
    bottom: 32.16%;
    left: 22.5%;
  }
}
@media screen and (min-width: 769px) {
  .sec#sec__11 .sec__item.sec_item__1 .h2_line {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 769px) {
  .sec#sec__11 .sec__item.sec_item__1 h2 {
    justify-content: flex-end !important;
  }
}
.sec#sec__11 .sec__item.sec_item__2 {
  position: relative;
  width: 100%;
}
.sec#sec__11 .sec__item.sec_item__2::before {
  content: "";
  display: block;
  padding-top: 261.3333333333%;
}
@media screen and (min-width: 769px) {
  .sec#sec__11 .sec__item.sec_item__2::before {
    padding-top: 48.8%;
  }
}
.sec#sec__11 .sec__item.sec_item__2 .img_02 {
  width: 67.2%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__11 .sec__item.sec_item__2 .img_02 {
    width: 25%;
    left: 15.4%;
  }
}
.sec#sec__11 .sec__item.sec_item__2 .img_03 {
  width: 76.2%;
  position: absolute;
  bottom: 10.7%;
  left: 18.1%;
}
@media screen and (min-width: 769px) {
  .sec#sec__11 .sec__item.sec_item__2 .img_03 {
    width: 28%;
    bottom: 0;
    left: 59.6%;
  }
}
.sec#sec__11 .sec__item.sec_item__2 .credit {
  position: absolute;
  bottom: 0;
  left: 18.1%;
}
@media screen and (min-width: 769px) {
  .sec#sec__11 .sec__item.sec_item__2 .credit {
    left: 44.9%;
  }
}
.sec#sec__12 .sec__item.sec_item__1 .h2_line {
  left: 0;
}
.sec#sec__12 .sec__item.sec_item__1 h2 {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .sec#sec__12 .sec__item.sec_item__1 h2 {
    text-align: right;
  }
}
.sec#sec__12 .sec__item.sec_item__2 {
  position: relative;
  width: 100%;
}
.sec#sec__12 .sec__item.sec_item__2::before {
  content: "";
  display: block;
  padding-top: 363.2%;
}
@media screen and (min-width: 769px) {
  .sec#sec__12 .sec__item.sec_item__2::before {
    padding-top: 68%;
  }
}
.sec#sec__12 .sec__item.sec_item__2 .img_02 {
  width: 60.8%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .sec#sec__12 .sec__item.sec_item__2 .img_02 {
    width: 34.8%;
    right: 10%;
  }
}
.sec#sec__12 .sec__item.sec_item__2 .img_03 {
  width: 55.2%;
  position: absolute;
  bottom: 47.2%;
  left: 11.7%;
}
@media screen and (min-width: 769px) {
  .sec#sec__12 .sec__item.sec_item__2 .img_03 {
    width: 25%;
    bottom: 0;
    left: 15.8%;
  }
}
.sec#sec__12 .sec__item.sec_item__2 .img_04 {
  width: 76.2%;
  position: absolute;
  bottom: 0;
  left: 18.1%;
}
.sec#sec__12 .sec__item.sec_item__2 .credit {
  position: absolute;
  bottom: 36.7%;
  left: 11.7%;
}
@media screen and (min-width: 769px) {
  .sec#sec__12 .sec__item.sec_item__2 .credit {
    bottom: 0;
    left: 55.2%;
  }
}
@media screen and (min-width: 769px) {
  .sec#img_other {
    width: 40%;
    margin: 0 auto;
  }
}
.sec#movie_other {
  width: 89%;
}
@media screen and (min-width: 769px) {
  .sec#movie_other {
    width: 30%;
  }
}

.ending {
  background: #FAECF0;
  padding: 110px 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .ending {
    padding: 165px 10px;
  }
}
.ending::before {
  content: ""; /*何も入れない*/
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  width: 47.24px; /*画像の幅*/
  height: 34.47px; /*画像の高さ*/
  background-image: url(../images/text_icon.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .ending::before {
    left: 11.6%;
    transition: none;
    width: 80px; /*画像の幅*/
    height: 60px; /*画像の高さ*/
  }
}
.ending p {
  font-size: 24px;
  line-height: 1.333;
  letter-spacing: -0.01;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .ending p {
    font-size: 48px;
  }
}

#footer {
  background-color: #043E77;
  color: #FAECF0;
  text-align: center;
}
#footer .inner .link {
  width: 90%;
  margin: 0 auto;
  padding: 70px 0 35px;
}
@media screen and (min-width: 769px) {
  #footer .inner .link {
    padding: 130px 0 25px;
  }
}
#footer .inner .link .msg {
  font-size: 40px;
  margin-bottom: 115px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
#footer .inner .link .footer__logo {
  width: 28.41%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 769px) {
  #footer .inner .link .footer__logo {
    width: 14.145%;
    margin: 0 auto 80px;
  }
}
#footer .inner .link .footer__logo svg {
  fill: #FAECF0;
}
#footer .inner .link .insta a {
  color: #FAECF0;
}
#footer .inner .link .insta a span {
  font-size: 12px;
  line-height: 1.667;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  #footer .inner .link .insta a span {
    line-height: 1.647;
    font-size: 17px;
  }
}
#footer .inner .link .insta a span.account {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #footer .inner .link .insta a span.account {
    font-size: 20px;
  }
}
#footer .inner .link .credit {
  font-size: 11px;
  line-height: 1.818;
  letter-spacing: 0.1em;
  margin: 60px auto 70px;
}
@media screen and (min-width: 769px) {
  #footer .inner .link .credit {
    font-size: 13px;
    line-height: 1.846;
    margin: 95px auto 185px;
  }
}
#footer .inner .link .credit span {
  display: block;
}
#footer .inner .link .copy {
  font-size: 10px;
  letter-spacing: 0.03em;
}

/*テキストアニメーション
_______________________________________*/
/* 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;
  }
}
.inviewfadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn {
  opacity: 1;
}

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

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

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

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

/*========= 下からフェードイン ===============*/
/* フェードインさせる要素 */
.fadeUp_item {
  opacity: 0; /* 最初は非表示にしておく */
  transform: translate(0, 50%);
}

/* フェードイン用のクラス */
.fadeUp {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 2s ease 0.2s, transform 2s ease 0.2s;
}

/*========= 縮小しながらフェードイン ===============*/
.top__img {
  width: 100%;
  margin: 0 auto;
}
.top__img img {
  opacity: 0;
  transform: scale(1.2) translateY(80px);
  transition: opacity 2s ease, transform 2s ease;
}
.top__img.active img {
  opacity: 1;
  transform: scale(1) translateY(0);
}

@media screen and (max-width: 640px) {
  .top__img {
    width: 100%;
  }
}
/*========= 時間差フェードイン ===============*/
h1.fadeIn.delay {
  transition-delay: 3s;
}

/*========= ふんわりフェードイン調整 ===============*/
.sec .fadeIn {
  transition: opacity 2s ease-in 0s;
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/* 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 */