@charset "UTF-8";
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes arrow {
  0% {
    top: calc(50% - 175px);
  }
  25% {
    top: calc(50% - 175px);
  }
  50% {
    top: calc(50% - 125px);
  }
  75% {
    top: calc(50% - 125px);
  }
  100% {
    top: calc(50% - 175px);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

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

a:hover, a:active, a.active {
  color: #D4D6CB;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #D4D6CB;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 0.75s ease-in-out 0s;
}
#loader .logo {
  width: 250px;
  background-image: url(../images/logo_load.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 33px;
}
#loader .bar {
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  opacity: 0;
  transition: opacity 1s ease-in;
}
header.on {
  opacity: 1;
}
header.on.hide {
  opacity: 0;
  pointer-events: none;
}
header .inner {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner h1 {
  width: 79px;
}
header .inner h1 a {
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 8px;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
header .inner ul li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 8px;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  opacity: 0.7;
}
header .inner ul li:nth-child(1) {
  width: 106px;
  margin-bottom: 18px;
}
header .inner ul li:nth-child(1) a {
  background-image: url(../images/text_store.svg);
}
header .inner ul li:nth-child(2) {
  width: 86px;
}
header .inner ul li:nth-child(2) a {
  background-image: url(../images/text_insta.svg);
}

main#container {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
main#container::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: #D4D6CB;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: background-color 1s ease-in 0s;
}
main#container.bg::before {
  background-color: #FFF;
}
main#container.bg2::before {
  background-color: #FFF;
}
main#container #visual {
  width: calc(100% - 200px);
  height: 100vh;
  padding: 33px 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main#container #visual:not(:last-child) {
  margin-bottom: 135px;
}
main#container #visual h2 {
  width: 24.7vw;
  height: 45.1022vw;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 22.5511vw);
  left: calc(50% - 35vw);
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease-in 0.5s;
}
main#container #visual .photo {
  width: 14vw;
  margin-bottom: auto;
  position: relative;
  transform: translateY(62px);
  opacity: 0;
  transition: all 0.75s ease-in 0s;
}
main#container #visual .slidephoto {
  width: 37.2vw;
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: translateX(3.5vw);
  opacity: 0;
  transition: all 0.75s ease-in 0.75s;
}
main#container #visual .slidephoto .swiper-slide {
  width: 100%;
  height: calc(100vh - 66px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main#container #visual .slidephoto .swiper-slide img {
  display: none;
}
main#container #visual .set {
  width: 17.57vw;
}
main#container #visual .set .ph {
  width: 100%;
  margin-bottom: 40px;
  opacity: 0;
  transition: all 0.75s ease-in 1s;
  transform: translateY(-20px);
}
main#container #visual .set p {
  color: #0C62D6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: 0em;
  text-align: left;
  opacity: 0;
  transition: all 1s ease-in 1.25s;
}
main#container #visual.on h2 {
  opacity: 1;
}
main#container #visual.on .photo {
  transform: translateY(42px);
  opacity: 1;
}
main#container #visual.on .slidephoto {
  opacity: 1;
}
main#container #visual.on .set .ph {
  opacity: 1;
  transform: translateY(0px);
}
main#container #visual.on .set p {
  opacity: 1;
}
main#container section h3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: all 0.75s ease-in 0.25s;
}
main#container section h3.show {
  opacity: 1;
}
main#container section .photo div:first-child {
  opacity: 0;
  transition: all 1.5s ease-out 0.25s;
  position: relative;
  transform: translateY(50px);
}
main#container section .photo.show div:first-child {
  opacity: 1;
  transform: translateY(0px);
}
main#container section .ph img {
  opacity: 0;
  transition: all 1.5s ease-out 0.25s;
  position: relative;
  transform: translateY(50px);
}
main#container section .ph.show img {
  opacity: 1;
  transform: translateY(0px);
}
main#container section .link {
  position: relative;
}
main#container section .link::after {
  content: "";
  width: 23px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -19px;
  opacity: 0;
  transition: opacity 0.25s ease-in 1s;
}
main#container section .link > div img {
  transition: all 0.25s ease-in 0s;
}
main#container section .link:hover > div img {
  opacity: 0.8;
}
main#container section .link.show::after {
  opacity: 1;
}
main#container section .link.on .icon {
  transform: rotate(180deg);
}
main#container section .link.on .icon > div {
  width: 100%;
  height: 100%;
}
main#container section .link.on .icon > div span {
  display: block;
  position: absolute;
}
main#container section .link.on .icon > div span:nth-child(1) {
  width: 100%;
  height: 1px;
  background-color: #0C62D6;
  top: calc(50% - 1px);
  left: 0px;
  transform: rotate(45deg);
}
main#container section .link.on .icon > div span:nth-child(2) {
  width: 1px;
  height: 100%;
  background-color: #0C62D6;
  top: 0px;
  left: calc(50% - 1px);
  transform: rotate(45deg);
}
main#container section .link.on .credits {
  opacity: 1;
  pointer-events: auto;
}
main#container section .link .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  transition: all 0.25s ease-in 0s;
}
main#container section .link .icon > div {
  width: 100%;
  height: 100%;
}
main#container section .link .icon > div span {
  display: block;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
main#container section .link .icon > div span:nth-child(1) {
  width: 100%;
  height: 1px;
  background-color: #FFF;
  top: calc(50% - 1px);
  left: 0px;
}
main#container section .link .icon > div span:nth-child(2) {
  width: 1px;
  height: 100%;
  background-color: #FFF;
  top: 0px;
  left: calc(50% - 1px);
}
main#container section .link .credits {
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
}
main#container section .link .credits .credit {
  width: 100%;
  padding: 0;
}
main#container section .link .credits .credit:not(:last-child) {
  margin-bottom: 15px;
}
main#container section .link .credits .credit dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container section .link .credits .credit dl dt {
  width: calc(90% - 50px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section .link .credits .credit dl dt span {
  color: #0C62D6;
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main#container section .link .credits .credit dl dt span:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section .link .credits .credit dl dt span:nth-child(1) strong {
  font-weight: bold;
  display: inline-block;
}
main#container section .link .credits .credit dl dt span:nth-child(1) .items__price {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 5px;
}
main#container section .link .credits .credit dl dt span:nth-child(1) .items__price::after {
  content: "-tax in";
  color: #0C62D6;
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 0 5px;
}
main#container section .link .credits .credit dl dt span:nth-child(2) {
  padding: 5px 0 0 0;
  display: inline-block;
}
main#container section .link .credits .credit dl dd a {
  color: #0C62D6;
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  width: 100%;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main#container section .link .credits .credit dl dd a:hover {
  opacity: 0.7;
}
main#container section .link .credits .credit dl dd a:not([href]) {
  display: none;
}
main#container section .link .credits .credit dl dd a:not([href]) + span {
  color: #0C62D6;
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main#container section .link .credits .credit dl dd a + span {
  display: none;
}
main#container section .link .credits .credit dl dd > span {
  color: #0C62D6;
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main#container section .link .credits .credit .disable dl dd span {
  display: inline-block;
}
main#container section.sec1 {
  width: 1134px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main#container section.sec1.on .inner .set .text {
  opacity: 1;
}
main#container section.sec1:not(:last-child) {
  margin-bottom: 165px;
}
main#container section.sec1 .inner {
  width: calc(100% - 65px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container section.sec1 .inner .photo {
  width: 400px;
  position: relative;
  transform: translateY(55px);
}
main#container section.sec1 .inner .photo::after {
  background-image: url(../images/num01.png);
  left: 0px;
}
main#container section.sec1 .inner .set {
  width: 570px;
}
main#container section.sec1 .inner .set .text {
  width: 555px;
  height: 116px;
  background-image: url(../images/text_lead.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 120px;
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
main#container section.sec1 .inner .set .photo {
  width: 100%;
  transform: translateY(0px);
}
main#container section.sec1 .inner .set .photo::after {
  background-image: url(../images/num02.png);
  right: 0px;
  left: auto;
}
main#container section.sec1 .inner:nth-child(2) {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section.sec1 .inner:nth-child(2) .deco {
  width: 605px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-top: -310px;
}
main#container section.sec1 .inner:nth-child(2) .deco h3 {
  width: 495px;
  height: 175px;
  background-image: url(../images/text_catch1.png);
  z-index: 1;
}
main#container section.sec1 .inner:nth-child(2) .deco .ph {
  width: 325px;
  margin: -35px 0 0 auto;
}
main#container section.sec2 {
  width: 1114px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
main#container section.sec2:not(:last-child) {
  margin-bottom: 325px;
}
main#container section.sec2 .inner {
  width: 1040px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container section.sec2 .inner .photo:nth-child(1) {
  width: 500px;
}
main#container section.sec2 .inner .photo:nth-child(1)::after {
  background-image: url(../images/num03.png);
  left: 0px;
}
main#container section.sec2 .inner .photo:nth-child(2) {
  width: 440px;
  position: relative;
  transform: translateY(250px);
}
main#container section.sec2 .inner .photo:nth-child(2)::after {
  background-image: url(../images/num04.png);
  left: 0px;
}
main#container section.sec3 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main#container section.sec3:not(:last-child) {
  margin-bottom: 265px;
}
main#container section.sec3 .inner:nth-child(1) {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section.sec3 .inner:nth-child(1) .photo {
  width: 390px;
}
main#container section.sec3 .inner:nth-child(1) .photo::after {
  background-image: url(../images/num05.png);
  left: 0px;
}
main#container section.sec3 .inner:nth-child(1) h3 {
  width: 638px;
  height: 174px;
  background-image: url(../images/text_catch2.png);
  margin-left: 85px;
  transform: translateY(45px);
  z-index: 1;
}
main#container section.sec3 .inner:nth-child(2) {
  width: 1035px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -115px;
  position: relative;
}
main#container section.sec3 .inner:nth-child(2) .photo:nth-child(1) {
  width: 375px;
}
main#container section.sec3 .inner:nth-child(2) .photo:nth-child(1)::after {
  background-image: url(../images/num06.png);
  left: 0px;
}
main#container section.sec3 .inner:nth-child(2) .photo:nth-child(1) .swiper-wrapper {
  width: 100%;
}
main#container section.sec3 .inner:nth-child(2) .photo:nth-child(1) .swiper-wrapper .swiper-slide:nth-child(2) {
  display: none;
}
main#container section.sec3 .inner:nth-child(2) .photo:nth-child(2) {
  width: 550px;
  position: relative;
  transform: translateY(-190px);
}
main#container section.sec4 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main#container section.sec4:not(:last-child) {
  margin-bottom: 265px;
}
main#container section.sec4 .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main#container section.sec4 .inner .photo:nth-child(1) {
  width: 550px;
  position: relative;
  transform: translateX(-70px);
}
main#container section.sec4 .inner .photo:nth-child(1)::after {
  background-image: url(../images/num07.png);
  left: 0px;
}
main#container section.sec4 .inner .photo:nth-child(2) {
  width: 350px;
  position: absolute;
  top: -130px;
  right: 0px;
}
main#container section.sec5 {
  width: 1028px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  position: relative;
}
main#container section.sec5:not(:last-child) {
  margin-bottom: 215px;
}
main#container section.sec5::after {
  content: "";
  width: 23px;
  height: 9px;
  background-image: url(../images/num08.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  position: absolute;
  left: 248px;
  bottom: -19px;
  opacity: 0;
  transition: opacity 0.25s ease-in 1s;
}
main#container section.sec5.on::after {
  opacity: 1;
}
main#container section.sec5.on .inner {
  opacity: 1;
}
main#container section.sec5 .inner {
  width: 780px;
  transition: opacity 0.75s ease-in 0.25s;
  opacity: 0;
  position: relative;
}
main#container section.sec5 .inner .slide-sp2 {
  width: 100%;
}
main#container section.sec5 .inner .slide-sp2 .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section.sec5 .inner .slide-sp2 .swiper-wrapper .swiper-slide {
  width: 380px;
}
main#container section.sec5 .inner .slide-sp2 .swiper-wrapper .swiper-slide:not(:first-child) {
  margin-left: 20px;
}
main#container section.sec5 .inner .icon {
  right: 410px;
}
main#container section.sec5 .inner .credits .credit {
  width: calc(50% - 40px);
}
main#container section.sec6 {
  width: 1160px;
  margin: 0 auto;
  position: relative;
}
main#container section.sec6:not(:last-child) {
  margin-bottom: 240px;
}
main#container section.sec6::before {
  content: "";
  width: 775px;
  height: 1366px;
  background-image: url(../images/photo_bg_sea.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: calc(50% - 388px);
  z-index: -1;
  display: block;
}
main#container section.sec6 h3 {
  width: 98px;
  height: 596px;
  background-image: url(../images/text_catch3.png);
  position: absolute;
  top: 95px;
  left: calc(50% - 49px);
  z-index: 1;
}
main#container section.sec6 .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container section.sec6 .inner .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container section.sec6 .inner .set:nth-child(1) {
  padding: 170px 0 0 0;
  margin-bottom: 60px;
}
main#container section.sec6 .inner .set:nth-child(1) .photo {
  width: 460px;
  margin-bottom: 60px;
  transform: translateX(-120px);
  position: relative;
}
main#container section.sec6 .inner .set:nth-child(1) .photo::after {
  background-image: url(../images/num09.png);
  left: 0px;
}
main#container section.sec6 .inner .set:nth-child(1) .photo .credits {
  padding: 40px 40px 40px 80px;
}
main#container section.sec6 .inner .set:nth-child(1) .ph {
  width: 230px;
  transform: translate(130px, -130px);
  position: relative;
}
main#container section.sec6 .inner .set:nth-child(2) {
  padding: 0px;
}
main#container section.sec6 .inner .set:nth-child(2) .photo {
  width: 495px;
  margin-left: auto;
}
main#container section.sec6 .inner .set:nth-child(2) .photo::after {
  background-image: url(../images/num10.png);
  left: 0px;
}
main#container section.sec6 .inner .set:nth-child(2) .ph {
  width: 330px;
  transform: translate(157px, -290px);
  position: relative;
}
main#container section.sec6 .inner .photo {
  width: 380px;
}
main#container section.sec6 .inner .photo:not(:first-child) {
  margin-left: 20px;
}
main#container section.sec7 {
  width: 806px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
main#container section.sec7:not(:last-child) {
  margin-bottom: 65px;
}
main#container section.sec7 .inner {
  width: 100%;
}
main#container section.sec7 .inner .photo {
  width: 580px;
}
main#container section.sec7 .inner .photo::after {
  background-image: url(../images/num11.png);
  left: 0px;
}
main#container section.sec7 .inner .ph {
  width: 340px;
  position: absolute;
  bottom: -410px;
  left: calc(50% + 345px);
  z-index: 1;
}
main#container section.sec8 {
  width: calc(100% - 140px);
  margin: 0 auto;
}
main#container section.sec8:not(:last-child) {
  margin-bottom: 265px;
}
main#container section.sec8.on .inner {
  opacity: 1;
}
main#container section.sec8 h3 {
  width: 580px;
  height: 170px;
  background-image: url(../images/text_catch4.png);
  margin-bottom: 60px;
  transform: translateX(85px);
}
main#container section.sec8 .inner {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  opacity: 0;
  transition: all 1.5s ease-in 0.5s;
}
main#container section.sec8 .inner .bws {
  width: 25%;
}
main#container section.sec9 {
  width: 1066px;
  margin: 0 auto;
}
main#container section.sec9:not(:last-child) {
  margin-bottom: 350px;
}
main#container section.sec9 .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section.sec9 .inner .ph {
  width: 358px;
}
main#container section.sec9 .inner .photo {
  width: 520px;
  margin-left: 125px;
  position: relative;
  transform: translateY(195px);
}
main#container section.sec9 .inner .photo::after {
  background-image: url(../images/num12.png);
  left: 0px;
}
main#container section.sec10 {
  width: 990px;
  margin: 0 auto;
}
main#container section.sec10:not(:last-child) {
  margin-bottom: 155px;
}
main#container section.sec10 .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main#container section.sec10 .inner .photo {
  width: 560px;
}
main#container section.sec10 .inner .photo::after {
  background-image: url(../images/num13.png);
  left: 0px;
}
main#container section.sec10 .inner .ph {
  width: 310px;
}
main#container section.sec11 {
  width: 745px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1s ease-in 0s;
}
main#container section.sec11.on {
  opacity: 1;
}
main#container section.sec11:not(:last-child) {
  margin-bottom: 200px;
}
main#container section.sec11 .inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main#container section.sec11 .inner .text {
  width: 330px;
}
main#container section.sec11 .inner .text h4 {
  width: 385px;
  height: 90px;
  background-image: url(../images/text_popup.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
main#container section.sec11 .inner .text p {
  color: #0C62D6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
main#container section.sec11 .inner .text .btn {
  width: 150px;
}
main#container section.sec11 .inner .text .btn a {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 40px;
  background-color: #0C62D6;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main#container section.sec11 .inner .text .btn:hover a {
  opacity: 0.7;
}
main#container section.sec11 .inner .ph {
  width: 390px;
}
main#container footer {
  width: 100%;
  padding: 0 0 40px 0;
  position: relative;
}
main#container footer .inner {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main#container footer .inner .cp p {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main#container footer .inner .cp p:nth-child(1) {
  width: 304px;
  height: 68px;
  background-image: url(../images/text_staff.png);
  margin-bottom: 40px;
}
main#container footer .inner .cp p:nth-child(2) {
  width: 265px;
  height: 7px;
  background-image: url(../images/text_cp.png);
}
main#container footer .inner .set ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main#container footer .inner .set ul li:not(:first-child) {
  margin: 0 0 0 50px;
}
main#container footer .inner .set ul li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 8px;
  transition: all 0.25s ease-in 0s;
}
main#container footer .inner .set ul li a:hover {
  opacity: 0.7;
}
main#container footer .inner .set ul li:nth-child(1) {
  width: 106px;
}
main#container footer .inner .set ul li:nth-child(1) a {
  background-image: url(../images/text_store.svg);
}
main#container footer .inner .set ul li:nth-child(2) {
  width: 86px;
}
main#container footer .inner .set ul li:nth-child(2) a {
  background-image: url(../images/text_insta.svg);
}
main#container footer .inner .set ul li:nth-child(3) {
  width: 40px;
}
main#container footer .inner .set ul li:nth-child(3) a {
  background-image: url(../images/text_blog.svg);
}
main#container footer .inner .set ul li:nth-child(4) {
  width: 41px;
}
main#container footer .inner .set ul li:nth-child(4) a {
  background-image: url(../images/text_snap.svg);
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  html {
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  #loader {
    width: 100%;
    height: 100vh;
    min-height: -webkit-fill-available;
    background-color: #D4D6CB;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
  }
  #loader .logo {
    width: 150px;
    height: 20px;
  }
  #loader.active h3 {
    opacity: 1;
  }
  #loader.complete {
    opacity: 0;
  }

  header {
    position: absolute;
  }
  header .inner {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  header .inner h1 {
    width: 72px;
  }
  header .inner h1 a {
    height: 7px;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    transform: translateY(calc((100vw - 205px - 40px) * 1.4666 + 30px));
  }
  header .inner ul li a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 8px;
    transition: all 0.25s ease-in 0s;
  }
  header .inner ul li a:hover {
    filter: brightness(0%);
  }
  header .inner ul li:nth-child(1) {
    width: 106px;
    margin-bottom: 18px;
  }
  header .inner ul li:nth-child(1) a {
    background-image: url(../images/text_store.svg);
  }
  header .inner ul li:nth-child(2) {
    width: 86px;
  }
  header .inner ul li:nth-child(2) a {
    background-image: url(../images/text_insta.svg);
  }

  main#container {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  main#container::before {
    content: "";
    width: 100%;
    height: 100vh;
    background-color: #D4D6CB;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: background-color 1.5s ease-in 0s;
  }
  main#container.bg::before {
    background-color: #FFF;
  }
  main#container.bg2::before {
    background-color: #FFF;
  }
  main#container #visual {
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main#container #visual:not(:last-child) {
    margin-bottom: 115px;
  }
  main#container #visual h2 {
    width: 196px;
    height: 358px;
    position: absolute;
    top: 45px;
    left: 20px;
    z-index: 1;
  }
  main#container #visual .photo {
    width: calc(100% - 205px);
    margin-bottom: 90px;
    transform: translateY(0px);
  }
  main#container #visual .slidephoto {
    width: calc(100% - 75px);
    height: 100%;
    overflow: hidden;
    position: relative;
    transform: translateX(0);
    margin-bottom: 40px;
  }
  main#container #visual .slidephoto .swiper-slide {
    width: 100%;
    height: auto;
    background-image: none !important;
  }
  main#container #visual .slidephoto .swiper-slide img {
    display: block;
  }
  main#container #visual .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main#container #visual .set .ph {
    width: 130px;
    margin-bottom: 0px;
  }
  main#container #visual .set p {
    color: #0C62D6;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0em;
    text-align: justify;
    width: calc(100% - 150px);
  }
  main#container #visual.on .photo {
    transform: translateY(0px);
  }
  main#container section h3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
  }
  main#container section .link {
    position: relative;
  }
  main#container section .link > div img {
    transition: all 0.25s ease-in 0s;
  }
  main#container section .link:hover > div img {
    opacity: 1;
  }
  main#container section .link.on .icon {
    transform: rotate(180deg);
  }
  main#container section .link.on .icon > div {
    width: 24px;
    height: 24px;
  }
  main#container section .link.on .icon > div span {
    display: block;
    position: absolute;
  }
  main#container section .link.on .icon > div span:nth-child(1) {
    width: 100%;
    height: 1px;
    background-color: #0C62D6;
    top: calc(50% - 1px);
    left: 0px;
    transform: rotate(45deg);
  }
  main#container section .link.on .icon > div span:nth-child(2) {
    width: 1px;
    height: 100%;
    background-color: #0C62D6;
    top: 0px;
    left: calc(50% - 1px);
    transform: rotate(45deg);
  }
  main#container section .link.on .credits {
    clip-path: inset(0 0 0 0);
  }
  main#container section .link .icon {
    width: 44px;
    height: 44px;
    padding: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    transition: all 0.25s ease-in 0s;
  }
  main#container section .link .icon > div {
    width: 24px;
    height: 24px;
    position: relative;
  }
  main#container section .link .credits {
    padding: 20px;
  }
  main#container section .link .credits .credit:not(:last-child) {
    margin-bottom: 15px;
  }
  main#container section .link .credits .credit dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main#container section .link .credits .credit dl dt {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section .link .credits .credit dl dt span {
    color: #0C62D6;
    font-family: "Arial", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container section .link .credits .credit dl dt span:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section .link .credits .credit dl dt span:nth-child(1) strong {
    font-weight: bold;
    display: inline-block;
  }
  main#container section .link .credits .credit dl dt span:nth-child(1) .items__price {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 5px;
  }
  main#container section .link .credits .credit dl dt span:nth-child(1) .items__price::after {
    color: #0C62D6;
    font-family: "Arial", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 0 5px;
  }
  main#container section .link .credits .credit dl dt span:nth-child(2) {
    padding: 5px 0 0 0;
    display: inline-block;
  }
  main#container section .link .credits .credit dl dd a {
    color: #0C62D6;
    font-family: "Arial", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    width: 100%;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  main#container section .link .credits .credit dl dd a:hover {
    color: #000;
  }
  main#container section .link .credits .credit dl dd a:not([href]) {
    display: none;
  }
  main#container section .link .credits .credit dl dd a:not([href]) + span {
    color: #0C62D6;
    font-family: "Arial", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main#container section .link .credits .credit dl dd a + span {
    display: none;
  }
  main#container section .link .credits .credit .disable dl dd span {
    display: inline-block;
  }
  main#container section.sec1 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main#container section.sec1.on .inner:nth-child(1)::before {
    opacity: 1;
  }
  main#container section.sec1:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container section.sec1 .inner {
    width: 100%;
  }
  main#container section.sec1 .inner .photo {
    width: calc(100% - 60px);
    margin-bottom: 90px;
    position: relative;
    transform: translateY(0px);
  }
  main#container section.sec1 .inner .set {
    width: 100%;
  }
  main#container section.sec1 .inner .set .text {
    display: none;
  }
  main#container section.sec1 .inner .set .photo {
    width: 100%;
    margin: 0px;
    transform: translateY(0px);
  }
  main#container section.sec1 .inner .set .photo::after {
    right: auto;
    left: 30px;
  }
  main#container section.sec1 .inner:nth-child(1) {
    padding: 0 20px 0 0;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main#container section.sec1 .inner:nth-child(1)::before {
    content: "";
    width: calc(100% - 20px);
    height: calc((100vw - 40px) * 0.5767);
    background-image: url(../images_sp/text_lead.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 135px;
    display: block;
    opacity: 0;
    transition: opacity 0.75s ease-in 0s;
  }
  main#container section.sec1 .inner:nth-child(2) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section.sec1 .inner:nth-child(2) .deco {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-top: 0px;
  }
  main#container section.sec1 .inner:nth-child(2) .deco h3 {
    width: calc(100% - 40px);
    height: calc((100vw - 40px) * 0.353);
  }
  main#container section.sec1 .inner:nth-child(2) .deco .ph {
    width: calc(100% - 120px);
    padding-left: 30px;
    margin: -30px 0 0 0;
  }
  main#container section.sec2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec2:not(:last-child) {
    margin-bottom: 70px;
  }
  main#container section.sec2 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec2 .inner .photo:nth-child(1) {
    width: calc(100% - 55px);
    margin-bottom: 50px;
  }
  main#container section.sec2 .inner .photo:nth-child(2) {
    width: calc(100% - 85px);
    margin-left: auto;
    position: relative;
    transform: translateY(0px);
  }
  main#container section.sec3 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section.sec3:not(:last-child) {
    margin-bottom: 150px;
  }
  main#container section.sec3 .inner:nth-child(1) {
    width: 100%;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec3 .inner:nth-child(1) .photo {
    width: calc(100% - 55px);
    order: 2;
  }
  main#container section.sec3 .inner:nth-child(1) h3 {
    width: calc(100% - 30px);
    height: calc((100vw - 30px) * 0.27252);
    margin: 0 0 20px 0;
    transform: translateY(0px);
    z-index: 1;
    order: 1;
  }
  main#container section.sec3 .inner:nth-child(2) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0px;
    position: relative;
  }
  main#container section.sec3 .inner:nth-child(2) .photo:nth-child(1) {
    width: 375px;
  }
  main#container section.sec3 .inner:nth-child(2) .photo:nth-child(1)::after {
    left: 30px;
  }
  main#container section.sec3 .inner:nth-child(2) .photo:nth-child(1) .swiper-wrapper {
    width: 100%;
  }
  main#container section.sec3 .inner:nth-child(2) .photo:nth-child(1) .swiper-wrapper .swiper-slide:nth-child(2) {
    display: block;
  }
  main#container section.sec3 .inner:nth-child(2) .photo:nth-child(2) {
    display: none;
  }
  main#container section.sec4 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main#container section.sec4:not(:last-child) {
    margin-bottom: 145px;
  }
  main#container section.sec4 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec4 .inner .photo:nth-child(1) {
    width: calc(100% - 55px);
    transform: translateX(0px);
    order: 2;
  }
  main#container section.sec4 .inner .photo:nth-child(2) {
    width: calc(100% - 170px);
    margin: 0 0 30px auto;
    position: relative;
    top: auto;
    right: auto;
    order: 1;
  }
  main#container section.sec5 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }
  main#container section.sec5::after {
    left: 30px;
  }
  main#container section.sec5:not(:last-child) {
    margin-bottom: 100px;
  }
  main#container section.sec5 .inner {
    width: 100%;
    overflow: hidden;
  }
  main#container section.sec5 .inner .slide-sp2 {
    width: 100%;
  }
  main#container section.sec5 .inner .slide-sp2 .swiper-wrapper {
    width: 100%;
    transition-timing-function: linear;
  }
  main#container section.sec5 .inner .slide-sp2 .swiper-wrapper .swiper-slide {
    width: calc(100% - 70px);
  }
  main#container section.sec5 .inner .slide-sp2 .swiper-wrapper .swiper-slide:not(:first-child) {
    margin-left: 0px;
  }
  main#container section.sec5 .inner .icon {
    right: 0px;
  }
  main#container section.sec5 .inner .credits {
    align-items: center;
  }
  main#container section.sec5 .inner .credits .credit {
    width: 100%;
  }
  main#container section.sec6 {
    width: 100%;
  }
  main#container section.sec6.fix::before {
    position: fixed;
    top: 40px;
  }
  main#container section.sec6.fix.hide::before {
    opacity: 0;
  }
  main#container section.sec6:not(:last-child) {
    margin-bottom: 120px;
  }
  main#container section.sec6::before {
    content: "";
    width: calc(100% - 60px);
    height: calc((100% - 60px) * 1.7626);
    top: 170px;
    left: 30px;
    transition: opacity 0.5s ease-in;
  }
  main#container section.sec6 h3 {
    width: 66px;
    height: 403px;
    top: 290px;
    left: calc(50% - 133px);
  }
  main#container section.sec6 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec6 .inner .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec6 .inner .set:nth-child(1) {
    padding: 0px;
    margin-bottom: 50px;
  }
  main#container section.sec6 .inner .set:nth-child(1) .photo {
    width: calc(100% - 95px);
    margin: 0 0 0 auto;
    transform: translateX(0px);
  }
  main#container section.sec6 .inner .set:nth-child(1) .photo .credits {
    padding: 20px 20px 20px 40px;
  }
  main#container section.sec6 .inner .set:nth-child(1) .ph {
    width: calc(100% - 210px);
    transform: translate(-40px, 0px);
    margin-bottom: 85px;
    position: relative;
  }
  main#container section.sec6 .inner .set:nth-child(2) {
    padding: 0px;
  }
  main#container section.sec6 .inner .set:nth-child(2) .photo {
    width: calc(100% - 75px);
    margin-left: auto;
    transform: translate(-15px, 0px);
    position: relative;
    order: 2;
  }
  main#container section.sec6 .inner .set:nth-child(2) .ph {
    width: calc(100% - 145px);
    margin: 0 auto 50px 0;
    transform: translate(0px, 0px);
    position: relative;
    order: 1;
  }
  main#container section.sec7 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec7:not(:last-child) {
    margin-bottom: 20px;
  }
  main#container section.sec7 .inner {
    width: 100%;
  }
  main#container section.sec7 .inner .photo {
    width: 100%;
    margin-bottom: 60px;
  }
  main#container section.sec7 .inner .photo::after {
    left: 30px;
  }
  main#container section.sec7 .inner .ph {
    width: calc(100% - 140px);
    margin-left: auto;
    position: relative;
    bottom: auto;
    left: auto;
  }
  main#container section.sec8 {
    width: 100%;
    margin: 0 auto;
  }
  main#container section.sec8:not(:last-child) {
    margin-bottom: 120px;
  }
  main#container section.sec8 h3 {
    width: calc(100% - 30px);
    height: calc((100vw - 30px) * 0.2931);
    margin: 0px auto;
    transform: translateX(0) translateY(20px);
    z-index: 5;
  }
  main#container section.sec8 .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main#container section.sec8 .inner .bws {
    width: 25%;
  }
  main#container section.sec9 {
    width: 100%;
    margin: 0 auto;
  }
  main#container section.sec9:not(:last-child) {
    margin-bottom: 65px;
  }
  main#container section.sec9 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec9 .inner .ph {
    width: calc(100% - 130px);
    margin-bottom: 60px;
  }
  main#container section.sec9 .inner .photo {
    width: 100%;
    margin-left: 0px;
    transform: translateY(0px);
  }
  main#container section.sec9 .inner .photo::after {
    left: 30px;
  }
  main#container section.sec10 {
    width: 100%;
    margin: 0 auto;
  }
  main#container section.sec10:not(:last-child) {
    margin-bottom: 230px;
  }
  main#container section.sec10 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec10 .inner .photo {
    width: calc(100% - 55px);
    margin: 0 0 0 auto;
    order: 2;
  }
  main#container section.sec10 .inner .ph {
    width: calc(100% - 130px);
    margin: 0 auto 30px 0;
    order: 1;
  }
  main#container section.sec11 {
    width: 100%;
    margin: 0 auto;
  }
  main#container section.sec11:not(:last-child) {
    margin-bottom: 150px;
  }
  main#container section.sec11 .inner {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec11 .inner .text {
    width: 100%;
    order: 2;
  }
  main#container section.sec11 .inner .text h4 {
    width: calc(100% - 40px);
    height: calc((100vw - 40px) * 0.23277);
    margin-bottom: 0px;
    position: absolute;
    top: -70px;
    left: 20px;
    z-index: 1;
  }
  main#container section.sec11 .inner .text p {
    color: #0C62D6;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: 0em;
    text-align: left;
    width: calc(100% - 40px);
    margin: 0 auto 20px auto;
  }
  main#container section.sec11 .inner .text .btn {
    width: 140px;
    margin: 0 auto;
  }
  main#container section.sec11 .inner .ph {
    width: calc(100% - 80px);
    margin-bottom: 30px;
    order: 1;
  }
  main#container section.sec11 .inner .ph img {
    transform: translateY(0px);
  }
  main#container footer {
    width: 100%;
    padding: 0 0 40px 0;
    position: relative;
  }
  main#container footer .inner {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container footer .inner .cp {
    order: 2;
  }
  main#container footer .inner .cp p {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main#container footer .inner .cp p:nth-child(1) {
    width: 304px;
    height: 68px;
    background-image: url(../images/text_staff.png);
    margin-bottom: 40px;
  }
  main#container footer .inner .cp p:nth-child(2) {
    width: 265px;
    height: 7px;
    background-image: url(../images/text_cp.png);
  }
  main#container footer .inner .set {
    margin-bottom: 80px;
    order: 1;
  }
  main#container footer .inner .set ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container footer .inner .set ul li:not(:first-child) {
    margin-left: 0px;
  }
  main#container footer .inner .set ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main#container footer .inner .set ul li a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 8px;
    transition: all 0.25s ease-in 0s;
  }
}

/*# sourceMappingURL=style.css.map */
