@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* カラー変数定義
-----------------------------------------------------------------*/
/* カラー変数定義
-----------------------------------------------------------------*/
/* .loader
-----------------------------------------------------------------*/
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

.loader__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader__season {
  font-size: 11px;
  letter-spacing: -0.03em;
  color: #ADADAD;
}

.loader__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0 35px;
}

.loader__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loader__listNode {
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 1px solid #ADADAD;
  border-radius: 5px;
  margin-left: 14px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.loader__listNode:first-child {
  margin-left: 0;
}
.loader__listNode.active:nth-of-type(1) {
  background-color: #A3A6C7;
}
.loader__listNode.active:nth-of-type(2) {
  background-color: #468B89;
}
.loader__listNode.active:nth-of-type(3) {
  background-color: #324A8E;
}
.loader__listNode.active:nth-of-type(4) {
  background-color: #000000;
}
.loader__listNode.active:nth-of-type(5) {
  background-color: #A9A190;
}

/* .mordal
-----------------------------------------------------------------*/
.mordal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.9);
}

.moardal__innner {
  max-width: 530px;
  margin: 0 auto;
  padding: 15px 0 30px;
}

.mordal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  padding: 15px 0;
  margin: 0 30px;
}
.mordal__close img {
  vertical-align: middle;
  margin-right: 10px;
}

.mordal__movie {
  position: relative;
  width: calc(100% - 60px);
  padding-top: 178%;
  margin: 0 30px;
}
.mordal__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .Wrapper
-----------------------------------------------------------------*/
.wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
}

/* .mainvisual
-----------------------------------------------------------------*/
.mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mainvisual__title {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  font-family: "Sinhala Sangam MN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFFFFF;
}

.mainvisual__season {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  font-family: "Sinhala Sangam MN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #FFFFFF;
}

.mainvisual__copy {
  position: absolute;
  bottom: 260px;
  left: -5%;
  z-index: 2;
  width: 110%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media print, screen and (max-width: 767px) {
  .mainvisual__copy {
    bottom: 220px;
  }
}

.mainvisual__copySlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainvisual__copySlider img {
  width: 660px;
  max-width: none;
  padding-right: 25px;
}

.mainvisual__play {
  position: absolute;
  bottom: 75px;
  left: -8px;
  width: 64.1025641026%;
  z-index: 2;
  cursor: pointer;
}
.mainvisual__play img {
  width: 100%;
}

.mainvisual__detail {
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index: 2;
  width: 145px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.loaded .mainvisual__detail {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media print, screen and (max-width: 767px) {
  .mainvisual__detail {
    width: 120px;
  }
}

.mainvisual__movie video {
  width: 100%;
  height: 782px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (max-width: 767px) {
  .mainvisual__movie video {
    height: 100vh;
    height: 580px;
  }
}

/* .anchorSection
-----------------------------------------------------------------*/
.anchorSection__title {
  text-align: center;
  padding: 20px 0;
}

.anchorSection__slider .swiper-pagination-fraction {
  position: relative;
  bottom: auto;
  left: auto;
  font-family: "Sinhala Sangam MN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 25px 0 0;
}
.anchorSection__slider .swiper-button-prev,
.anchorSection__slider .swiper-button-next {
  display: block;
  position: absolute;
  bottom: 3px;
  top: auto;
  left: 50%;
  width: 65px;
  height: 7px;
  background-image: url(../img/slider_navigation_arrow-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: -3px 0 0 -104px;
}
.anchorSection__slider .swiper-button-prev::after,
.anchorSection__slider .swiper-button-next::after {
  display: none;
}
.anchorSection__slider .swiper-button-prev {
  background-image: url(../img/slider_navigation_arrow-right.svg);
  margin: -3px 0 0 39px;
}
.anchorSection__slider .swiper-slide a {
  display: block;
  overflow: hidden;
}
.anchorSection__slider .swiper-slide img {
  -webkit-transition: -webkit-transform 1.2s ease 0s;
  transition: -webkit-transform 1.2s ease 0s;
  transition: transform 1.2s ease 0s;
  transition: transform 1.2s ease 0s, -webkit-transform 1.2s ease 0s;
}
@media print, screen and (min-width: 1025px) {
  .anchorSection__slider .swiper-slide img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.anchorSection__link {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 0;
}
.anchorSection__link a {
  position: relative;
  display: inline-block;
  padding: 0 0 4px;
}
.anchorSection__link a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s linear 0s;
  transition: -webkit-transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s;
  transition: transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s;
}
@media print, screen and (min-width: 1025px) {
  .anchorSection__link a:hover:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
}

/* .leadSection
-----------------------------------------------------------------*/
.leadSection {
  padding: 80px 0 0;
  margin: 0 30px;
}

.leadSection__title img {
  width: 100%;
}

.leadSection__text {
  letter-spacing: 0.02em;
  line-height: 2;
  margin: 30px 0 0;
}

/* .contentSection
-----------------------------------------------------------------*/
.contentSection {
  position: relative;
  padding: 80px 0 0;
}
.contentSection::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10px;
  background-color: #FFFFFF;
}

.contentSection__header {
  position: relative;
  height: 320px;
  margin: 0 30px 80px;
}

.contentSection__headerDetail {
  position: absolute;
  top: 152px;
  left: -152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contentSection__headerDetailNum {
  position: relative;
  font-family: "Sinhala Sangam MN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 25px;
}
.contentSection__headerDetailNum:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -5px 0 0;
  border-radius: 2px;
}

.contentSection__headerDetailTheme {
  position: relative;
  padding: 0 140px 0 12px;
  font-family: "Sinhala Sangam MN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
.contentSection__headerDetailTheme:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 65px;
  height: 7px;
  background-image: url(../img/slider_navigation_arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: -3px 0 0 0;
}

.contentSection__headerInner {
  position: relative;
  width: 300px;
  height: 100%;
  margin: 0 auto;
}

.contentSection__headerImg {
  position: absolute;
  top: -50px;
  left: 30px;
  width: 240px;
  margin: 0 auto;
}

.contentSection__headerLink {
  position: absolute;
}
.contentSection__headerLink a {
  display: block;
}

.contentSection__look {
  position: relative;
}

.contentSection__lookMainImg {
  position: sticky;
  z-index: 0;
  top: 0;
}
.contentSection__lookMainImg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.contentSection__lookMainImg.inview::before {
  opacity: 1;
}

.contentSection__lookCopy {
  position: sticky;
  text-align: right;
  top: 0;
  z-index: 50;
  padding: 40px 20px 0;
  margin-top: -722px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  height: 922px;
}
.contentSection__lookCopy.inview {
  opacity: 1;
}
@media print, screen and (max-width: 767px) {
  .contentSection__lookCopy {
    height: 680px;
    margin-top: -480px;
  }
}

.contentSection__lookImg {
  position: relative;
}
.contentSection__lookImg:nth-of-type(3) {
  margin: 160px 0 0;
}

.contentSection__lookText {
  position: sticky;
  top: 0;
  height: 922px;
  padding: 60px 30px 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
@media print, screen and (max-width: 767px) {
  .contentSection__lookText {
    height: 680px;
  }
}

.contentSection__lookSpacer {
  height: 500px;
}
@media print, screen and (max-width: 767px) {
  .contentSection__lookSpacer {
    height: 300px;
  }
}

.contentSection__credit {
  position: relative;
  z-index: 10;
  background-color: #FFFFFF;
  padding: 40px 30px 0;
}

.contentSection__creditTitle {
  font-size: 8px;
  letter-spacing: 0.06em;
  color: #838383;
  margin: 0 0 8px;
}

.contentSection__creditList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0;
  border-top: 1px dashed #ADADAD;
}
.contentSection__creditList a {
  font-size: 8px;
  color: #FFFFFF;
  background-color: #000000;
  padding: 3px 12px;
  margin-right: 8px;
  border-radius: 60px;
  -webkit-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
@media print, screen and (min-width: 1025px) {
  #section1 .contentSection__creditList a:hover {
    background-color: #324A8E;
  }
  #section2 .contentSection__creditList a:hover {
    background-color: #7E7E7E;
  }
  #section3 .contentSection__creditList a:hover {
    background-color: #A3A6C7;
  }
  #section4 .contentSection__creditList a:hover {
    background-color: #A9A190;
  }
  #section5 .contentSection__creditList a:hover {
    background-color: #468B89;
  }
}

.contentSection__creditDetail {
  font-size: 10px;
  line-height: 2;
}

.contentSection__creditItem {
  font-weight: bold;
}

.contentSection__creditOther {
  font-size: 10px;
  color: #5F5F5F;
}

/* #section1
-----------------------------------------------------------------*/
#section1 .contentSection__headerDetailNum:before {
  background-color: #324A8E;
}
#section1 .contentSection__headerLink {
  top: 89px;
  right: -30px;
  width: 103px;
}
#section1 .contentSection__lookImg:nth-of-type(3) {
  z-index: 1;
  text-align: right;
}
#section1 .contentSection__lookImg:nth-of-type(3) img {
  width: 61.5384615385%;
}
#section1 .contentSection__lookImg:nth-of-type(4) {
  z-index: 3;
  margin: 70px 0 0;
}
#section1 .contentSection__lookImg:nth-of-type(4) img {
  width: 76.9230769231%;
}
#section1 .contentSection__lookImg:nth-of-type(5) {
  z-index: 2;
  text-align: right;
  margin: -20px 0 0;
}
#section1 .contentSection__lookImg:nth-of-type(5) img {
  width: 80.7692307692%;
}
#section1 .contentSection__lookImg:nth-of-type(6) {
  z-index: 4;
  margin: 65px 0 0;
}
#section1 .contentSection__lookImg:nth-of-type(6) img {
  width: 81.2820512821%;
}

/* #section2
-----------------------------------------------------------------*/
#section2 .contentSection__headerDetailNum:before {
  background-color: #000000;
}
#section2 .contentSection__headerLink {
  top: 70px;
  right: -30px;
  width: 110px;
}
#section2 .contentSection__lookImg:nth-of-type(3) {
  z-index: 2;
}
#section2 .contentSection__lookImg:nth-of-type(3) img {
  width: 76.9230769231%;
}
#section2 .contentSection__lookImg:nth-of-type(4) {
  z-index: 1;
  text-align: right;
  margin: -20px 0 0;
}
#section2 .contentSection__lookImg:nth-of-type(4) img {
  width: 75.3846153846%;
}
#section2 .contentSection__lookImg:nth-of-type(5) {
  z-index: 3;
  text-align: center;
  margin: 115px 0 0;
}
#section2 .contentSection__lookImg:nth-of-type(5) img {
  width: 82.0512820513%;
}
#section2 .contentSection__lookImg:nth-of-type(6) {
  z-index: 4;
  margin: -30px 0 0;
}
#section2 .contentSection__lookImg:nth-of-type(6) img {
  width: 77.9487179487%;
}

/* #section3
-----------------------------------------------------------------*/
#section3 .contentSection__headerDetailNum:before {
  background-color: #A3A6C7;
}
#section3 .contentSection__headerLink {
  top: 78px;
  right: -30px;
  width: 116px;
}
#section3 .contentSection__lookImg:nth-of-type(3) {
  z-index: 2;
}
#section3 .contentSection__lookImg:nth-of-type(3) img {
  width: 63.0769230769%;
}
#section3 .contentSection__lookImg:nth-of-type(4) {
  z-index: 1;
  text-align: right;
  margin: -20px 0 0;
}
#section3 .contentSection__lookImg:nth-of-type(4) img {
  width: 84.1025641026%;
}
#section3 .contentSection__lookImg:nth-of-type(5) {
  z-index: 3;
  margin: 110px 0 0;
}
#section3 .contentSection__lookImg:nth-of-type(5) img {
  width: 76.9230769231%;
}
#section3 .contentSection__lookImg:nth-of-type(6) {
  z-index: 4;
  text-align: right;
  margin: 40px 0 0;
}
#section3 .contentSection__lookImg:nth-of-type(6) img {
  width: 87.1794871795%;
}

/* #section4
-----------------------------------------------------------------*/
#section4 .contentSection__headerDetailNum:before {
  background-color: #A9A190;
}
#section4 .contentSection__headerLink {
  top: 88px;
  right: -30px;
  width: 108px;
}
#section4 .contentSection__lookImg:nth-of-type(3) {
  z-index: 1;
}
#section4 .contentSection__lookImg:nth-of-type(3) img {
  width: 77.9487179487%;
}
#section4 .contentSection__lookImg:nth-of-type(4) {
  z-index: 2;
  text-align: right;
  margin: -20px 0 0;
}
#section4 .contentSection__lookImg:nth-of-type(4) img {
  width: 84.6153846154%;
}
#section4 .contentSection__lookImg:nth-of-type(5) {
  z-index: 3;
  margin: 160px 0 0;
}
#section4 .contentSection__lookImg:nth-of-type(5) img {
  width: 91.0256410256%;
}
#section4 .contentSection__lookImg:nth-of-type(6) {
  z-index: 4;
  text-align: right;
  margin: -40px 0 0;
}
#section4 .contentSection__lookImg:nth-of-type(6) img {
  width: 62.0512820513%;
}

/* #section5
-----------------------------------------------------------------*/
#section5 .contentSection__headerDetailNum:before {
  background-color: #468B89;
}
#section5 .contentSection__headerLink {
  top: 150px;
  right: -30px;
  width: 101px;
}
#section5 .contentSection__lookImg:nth-of-type(3) {
  z-index: 1;
}
#section5 .contentSection__lookImg:nth-of-type(3) img {
  width: 80.2564102564%;
}
#section5 .contentSection__lookImg:nth-of-type(4) {
  z-index: 2;
  text-align: right;
  margin: -20px 0 0;
}
#section5 .contentSection__lookImg:nth-of-type(4) img {
  width: 66.1538461538%;
}
#section5 .contentSection__lookImg:nth-of-type(5) {
  z-index: 4;
  text-align: center;
  margin: 145px 0 0;
}
#section5 .contentSection__lookImg:nth-of-type(5) img {
  width: 86.4102564103%;
}
#section5 .contentSection__lookImg:nth-of-type(6) {
  z-index: 3;
  margin: -40px 0 0;
}
#section5 .contentSection__lookImg:nth-of-type(6) img {
  width: 73.3333333333%;
}

/* .staffSnapBtn
-----------------------------------------------------------------*/
.staffSnapBtn {
  margin: 80px 0 0;
  text-align: center;
}
.staffSnapBtn a {
  display: inline-block;
  padding: 20px 35px;
  background-color: #000000;
  border-radius: 62px;
  -webkit-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
@media print, screen and (min-width: 1025px) {
  .staffSnapBtn a:hover {
    background-color: #7E7E7E;
  }
}

/* .animalSection
-----------------------------------------------------------------*/
.animalSection {
  position: relative;
  margin: 90px 0 0;
  padding: 70px 30px 60px;
  background-color: #F2F2F2;
}
.animalSection::before {
  display: block;
  content: "";
  position: absolute;
  top: -45px;
  right: 25px;
  width: 203px;
  height: 124px;
  background-image: url(../img/animalsection_deco.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: 5s fukidashi_animation steps(1, start) infinite;
  animation: 5s fukidashi_animation steps(1, start) infinite;
}

.animalSection__title {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.animalSection__title span {
  position: relative;
  z-index: 2;
}
.animalSection__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: -3px;
  z-index: 1;
  width: 195px;
  height: 12px;
  background-image: url(../img/animalsection_title.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.animalSection__text {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin: 15px 0 0;
}

.animalSection__profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 0;
  padding: 0 0 22px;
  border-bottom: 1px dashed #ADADAD;
}

.animalSection__profileImg {
  width: 57px;
  margin: 0 25px 0 0;
}

.animalSection__profileText {
  font-size: 13px;
  line-height: 1.8;
}
.animalSection__profileText a {
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  .animalSection__profileText a:hover {
    text-decoration: none;
  }
}

.animalSection__siteTitle {
  font-size: 10px;
  padding: 22px 0 0;
  margin: 0 0 15px;
}

.animalSection__siteLink a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 43px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #FFFFFF;
  background-color: #7E7E7E;
  -webkit-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
@media print, screen and (min-width: 1025px) {
  .animalSection__siteLink a:hover {
    background-color: #000000;
  }
}

/* .profileSection
-----------------------------------------------------------------*/
.profileSection {
  padding: 70px 30px 0;
}

.profileSection__img {
  width: 140px;
}

.profileSection__text {
  width: 100%;
  padding: 20px 20px 0;
}
.profileSection__text img {
  width: 100%;
}

.profileSection__profile {
  margin: 15px 0 0;
}

.profileSection__profileName {
  font-size: 13px;
  letter-spacing: 0.06em;
}

.profileSection__profileText {
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin: 15px 0 0;
}

.profileSection__profileLink {
  margin: 15px 0 0;
}
.profileSection__profileLink a {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  .profileSection__profileLink a:hover {
    text-decoration: none;
  }
}

/* .footer
-----------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 80px 0 15px;
  margin: 0 30px;
}

.footer__staffTitle {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 12px;
}

.footer__staffCregit {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.footer__sns {
  margin: 50px 0 0;
}

.footer__snsTitle {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-decoration: underline;
  margin: 0 0 20px;
}

.footer__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__snsListNode {
  margin: 0 20px 0 0;
}
.footer__snsListNode a {
  display: block;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
@media print, screen and (min-width: 1025px) {
  .footer__snsListNode a:hover {
    opacity: 0.5;
  }
}

.footer__pagetop {
  position: absolute;
  bottom: 95px;
  right: -65px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer__pagetop::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 65px;
  height: 7px;
  margin: -3px 0 0;
  background-image: url(../img/slider_navigation_arrow-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__pagetop a {
  padding-left: 73px;
  display: block;
}

.footer__logo {
  margin: 40px 0 0;
}
.footer__logo a {
  display: block;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
@media print, screen and (min-width: 1025px) {
  .footer__logo a:hover {
    opacity: 0.5;
  }
}

.footer__copy {
  font-size: 10px;
  letter-spacing: 0.06em;
  margin: 15px 0 0;
}

/* .decorationWrapper
-----------------------------------------------------------------*/
.decorationWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

/* .leftSection
-----------------------------------------------------------------*/
.leftSection {
  position: relative;
  width: calc((100% - 530px) / 2);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.loaded .leftSection {
  opacity: 1;
}
@media print, screen and (max-width: 1024px) {
  .leftSection {
    display: none;
  }
}

.leftSection__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.leftSection__logo {
  text-align: center;
  margin: 0 0 30px;
}
.leftSection__logo img {
  width: 154px;
}

.leftSection__slider {
  max-width: 400px;
  margin: 0 auto;
}
.leftSection__slider .swiper-slide {
  background-color: #FFF;
}
.leftSection__slider .swiper-pagination {
  position: relative;
  margin: 40px 0 0;
}
.leftSection__slider .swiper-pagination-bullet {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  opacity: 1;
  margin: 0 9px !important;
}
.leftSection__slider .swiper-pagination-bullet:nth-of-type(1) {
  background-color: #A3A6C7;
}
.leftSection__slider .swiper-pagination-bullet:nth-of-type(2) {
  background-color: #468B89;
}
.leftSection__slider .swiper-pagination-bullet:nth-of-type(3) {
  background-color: #324A8E;
}
.leftSection__slider .swiper-pagination-bullet:nth-of-type(4) {
  background-color: #000000;
}
.leftSection__slider .swiper-pagination-bullet:nth-of-type(5) {
  background-color: #A9A190;
}
.leftSection__slider .swiper-pagination-bullet-active::after {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
}

/* .rightSection
-----------------------------------------------------------------*/
.rightSection {
  position: relative;
  width: calc((100% - 530px) / 2);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.loaded .rightSection {
  opacity: 1;
}
@media print, screen and (max-width: 1024px) {
  .rightSection {
    display: none;
  }
}

.rightSection__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.rightSection__text {
  display: inline-block;
}
.rightSection__text a {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .rightSection__text a:hover::after {
    opacity: 0;
  }
}
.rightSection__text a::after {
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  bottom: -20px;
  width: 320px;
  height: 21px;
  background-image: url(../img/rightSection_line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

.rightSection__sns {
  text-align: center;
  margin: 90px 0 0;
}

.rightSection__snsTitle {
  font-size: 19px;
  letter-spacing: 0.06em;
  text-decoration: underline;
  margin: 0 0 30px;
}

.rightSection__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rightSection__snsListNode {
  margin: 0 20px;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
@media print, screen and (min-width: 1025px) {
  .rightSection__snsListNode:hover {
    opacity: 0.5;
  }
}
.rightSection__snsListNode img {
  height: 30px;
}