@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lusitana&display=swap");
@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: #1D1D1D;
  font-family: "Open Sans", 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: #1D1D1D;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #0E4ACC;
}

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: #FFF;
  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: 300px;
  background-image: url(../images/logo_load.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 90px;
}
#loader .bar {
  width: 100%;
  height: 10px;
  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: #0E4ACC;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  opacity: 1;
  transition: opacity 0.25s ease-in;
}
header.on {
  opacity: 1;
}
header.on.hide {
  opacity: 0;
  pointer-events: none;
}
header .inner {
  width: 100%;
  padding: 50px 70px 0 70px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
header .inner h1 {
  width: 150px;
}
header .inner h1 a {
  background-image: url(../images/logo2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 45px;
  mix-blend-mode: difference;
}
header .inner ul {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul li {
  color: #FFF;
  font-family: "Lusitana", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
header .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
header .inner ul li a {
  color: #FFF;
}
header .inner .hum {
  display: none;
}

nav {
  display: none;
}

main#container {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
main#container #visual {
  width: 100%;
  background-color: #1D1D1D;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  z-index: -2;
}
main#container #visual h2 {
  width: 320px;
  height: 451px;
  background-image: url(../images/title1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50vh - 225px);
  left: calc(50% - 160px);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-out 1.2s;
}
main#container #visual h2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/title2.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s ease-out 1.7s;
}
main#container #visual h2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/title3.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  opacity: 0;
  transition: all 0.5s ease-out 2.2s;
}
main#container #visual .line {
  width: 33.3333333333%;
  height: 150vh;
  opacity: 0;
}
main#container #visual .line:nth-child(1) {
  transition: all 0.5s ease-out 0.1s;
}
main#container #visual .line:nth-child(1) span {
  background-image: url(../images/visual1.jpg);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
}
main#container #visual .line:nth-child(2) {
  transition: all 0.5s ease-out 0.4s;
}
main#container #visual .line:nth-child(2) span {
  background-image: url(../images/visual2.jpg);
  background-repeat: repeat-y;
  background-position: left bottom;
  background-size: 100% auto;
}
main#container #visual .line:nth-child(3) {
  transition: all 0.5s ease-out 0.7s;
}
main#container #visual .line:nth-child(3) span {
  background-image: url(../images/visual3.jpg);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
}
main#container #visual .line span {
  width: 100%;
  height: 100%;
  display: block;
}
main#container #visual.on h2 {
  opacity: 1;
}
main#container #visual.on h2::before {
  opacity: 1;
}
main#container #visual.on h2::after {
  opacity: 1;
}
main#container #visual.on .line {
  opacity: 1;
}
main#container section {
  /*
  h3{
  	@include bgSet(no-repeat,center,contain);
  	@include bgImg();
  	position: relative;
  	opacity: 1;
  	@include motion(all 0.75s ease-in 0.25s);
  	&.show{
  		opacity: 1;
  	}
  }
  */
}
main#container section .photoset {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  opacity: 0;
}
main#container section .photoset.on {
  opacity: 1;
}
main#container section .photoset .photo {
  width: 50%;
}
main#container section .photoset .photo:nth-child(1) {
  transition: opacity 0.5s ease-in 0s;
}
main#container section .photoset .photo:nth-child(2) {
  transition: opacity 0.5s ease-in 0.25s;
}
main#container section .photo {
  background-color: #FFF;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main#container section .photo.on {
  opacity: 1;
}
main#container section .photo.link > div {
  position: relative;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main#container section .photo.link > div:hover {
  opacity: 0.9;
}
main#container section .photo.link > div .btn {
  width: auto;
  height: 25px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
}
main#container section .photo.link > div .btn div {
  width: 25px;
  height: 25px;
  position: relative;
}
main#container section .photo.link > div .btn div span {
  background-color: #FFF;
  position: absolute;
}
main#container section .photo.link > div .btn div span:nth-child(1) {
  width: 25px;
  height: 1px;
  top: 12px;
  left: 0px;
}
main#container section .photo.link > div .btn div span:nth-child(2) {
  width: 1px;
  height: 25px;
  top: 0px;
  left: 12px;
}
main#container section .photo.link > div .btn p {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-left: 10px;
}
main#container section .photo .slider .swiper-wrapper .swiper-slide:nth-child(2) {
  display: none;
}
main#container section .movie {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main#container section .movie.on {
  opacity: 1;
}
main#container section.sec1 {
  width: 100%;
  margin: 0 auto;
}
main#container section.sec1:not(:last-child) {
  margin-bottom: 100px;
}
main#container section.sec1 .inner {
  width: 100%;
}
main#container section.sec1 .inner .photoset {
  margin-bottom: 100px;
}
main#container section.sec1 .inner .photo.p3 {
  width: calc(100% - 34px);
  margin: 0 auto 20px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section.sec1 .inner .photo.p3 > div {
  width: 565px;
}
main#container section.sec1 .inner .photo.p4 {
  width: calc(100% - 150px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main#container section.sec1 .inner .photo.p4 > div {
  width: 450px;
  margin-top: -45px;
  position: relative;
}
main#container section.sec1 .inner .text {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
main#container section.sec1 .inner .text.on h3.catch1 {
  transform: translateX(-1784px);
}
main#container section.sec1 .inner .text.on h3.catch2 {
  transform: translateX(100vw);
}
main#container section.sec1 .inner .text h3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 7.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  position: relative;
}
main#container section.sec1 .inner .text h3.catch1 {
  background-image: url(../images/text_deco1.png);
  width: 1784px;
  height: 176px;
  transform: translateX(100vw);
  transition-delay: 0s;
}
main#container section.sec1 .inner .text h3.catch2 {
  background-image: url(../images/text_deco2.png);
  width: 1455px;
  height: 144px;
  transform: translateX(-1455px);
  transition-delay: 0.25s;
}
main#container section.sec2 {
  width: 100%;
  margin: 0 auto;
}
main#container section.sec2:not(:last-child) {
  margin-bottom: 100px;
}
main#container section.sec2 .inner {
  width: 100%;
}
main#container section.sec2 .inner .photoset {
  margin-bottom: 100px;
}
main#container section.sec2 .inner .photo.p3 {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main#container section.sec2 .inner .photo.p3 > div {
  width: 600px;
}
main#container section.sec3 {
  width: 100%;
  margin: 0 auto;
}
main#container section.sec3:not(:last-child) {
  margin-bottom: 100px;
}
main#container section.sec3 .movie {
  width: 100%;
  margin-bottom: 100px;
}
main#container section.sec3 .movie video {
  width: 100%;
  height: auto;
}
main#container section.sec3 .inner {
  width: 100%;
}
main#container section.sec3 .inner .photo.p1 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main#container section.sec3 .inner .photo.p1 > div {
  width: 600px;
}
main#container section.sec3 .inner .photo.p2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section.sec3 .inner .photo.p2 > div {
  width: 565px;
}
main#container section.sec3 .inner .photo.p3 {
  width: calc(100% - 150px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
main#container section.sec3 .inner .photo.p3 > div {
  width: 560px;
  margin-top: -200px;
  position: relative;
}
main#container section.sec3 .inner .text {
  width: 100%;
  margin: -50px 0 75px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
main#container section.sec3 .inner .text.on h3 {
  transform: translateX(100vw);
}
main#container section.sec3 .inner .text h3 {
  width: 790px;
  height: 275px;
  background-image: url(../images/text_deco3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 7.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transform: translateX(-790px);
}
main#container section.sec4 {
  width: 100%;
  margin: 0 auto;
}
main#container section.sec4:not(:last-child) {
  margin-bottom: 100px;
}
main#container section.sec4 .inner {
  width: 100%;
}
main#container section.sec4 .inner .lphoto {
  width: 100%;
  margin-bottom: 100px;
}
main#container section.sec4 .inner .photo.p1 {
  width: calc(100% - 560px);
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section.sec4 .inner .photo.p1 > div {
  width: 450px;
}
main#container section.sec4 .inner .photo.p1 > div.sp {
  display: none;
}
main#container section.sec5 {
  width: 100%;
  margin: 0 auto;
}
main#container section.sec5:not(:last-child) {
  margin-bottom: 100px;
}
main#container section.sec5 .inner {
  width: 100%;
}
main#container section.sec5 .inner .photo.p1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main#container section.sec5 .inner .photo.p1 > div {
  width: 600px;
  position: relative;
  z-index: 1;
}
main#container section.sec5 .inner .photo.p2 {
  width: calc(100% - 400px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section.sec5 .inner .photo.p2 > div {
  width: 565px;
  margin-top: -200px;
  position: relative;
}
main#container section.sec5 .inner .photo.p3 {
  width: calc(100% - 400px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main#container section.sec5 .inner .photo.p3 > div {
  width: 565px;
  margin-top: -90px;
  position: relative;
}
main#container section.sec5 .inner .text {
  width: 100%;
  margin: -100px 0 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
main#container section.sec5 .inner .text.on h3.catch1 {
  transform: translateX(-1266px);
}
main#container section.sec5 .inner .text.on h3.catch2 {
  transform: translateX(100vw);
}
main#container section.sec5 .inner .text.on h3.catch3 {
  transform: translateX(-1071px);
}
main#container section.sec5 .inner .text h3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 7.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  position: relative;
}
main#container section.sec5 .inner .text h3.catch1 {
  background-image: url(../images/text_deco4.png);
  width: 1266px;
  height: 88px;
  margin-bottom: 45px;
  transform: translateX(100vw);
  transition-delay: 0s;
}
main#container section.sec5 .inner .text h3.catch2 {
  background-image: url(../images/text_deco5.png);
  width: 1600px;
  height: 68px;
  margin-bottom: 45px;
  transform: translateX(-1600px);
  transition-delay: 0.25s;
}
main#container section.sec5 .inner .text h3.catch3 {
  background-image: url(../images/text_deco6.png);
  width: 1071px;
  height: 88px;
  transform: translateX(100vw);
  transition-delay: 0.5s;
}
main#container section.sec6 {
  width: 100%;
  margin: 0 auto;
}
main#container section.sec6:not(:last-child) {
  margin-bottom: 100px;
}
main#container section.sec6 .inner {
  width: 100%;
}
main#container section.sec7 {
  width: 100%;
  margin: 0 auto;
}
main#container section.sec7:not(:last-child) {
  margin-bottom: 100px;
}
main#container section.sec7 .inner {
  width: 100%;
}
main#container section.sec7 .inner .photo.p1 {
  width: calc(100% - 400px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section.sec7 .inner .photo.p1 > div {
  width: 565px;
}
main#container section.sec7 .inner .photo.p2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main#container section.sec7 .inner .photo.p2 > div {
  width: 450px;
  margin-top: -250px;
  position: relative;
}
main#container section.sec7 .inner .lphoto {
  width: 100%;
}
main#container section.sec7 .inner .text {
  width: 100%;
  margin-bottom: 45px;
  overflow: hidden;
}
main#container section.sec7 .inner .text.on h3.catch1 {
  transform: translateX(-810px);
}
main#container section.sec7 .inner .text.on h3.catch2 {
  transform: translateX(100vw);
}
main#container section.sec7 .inner .text h3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 7.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  position: relative;
}
main#container section.sec7 .inner .text h3.catch1 {
  width: 810px;
  height: 107px;
  background-image: url(../images/text_deco7.png);
  margin-bottom: 20px;
  transform: translateX(100vw);
  transition-delay: 0s;
}
main#container section.sec7 .inner .text h3.catch2 {
  width: 1155px;
  height: 72px;
  background-image: url(../images/text_deco8.png);
  transform: translateX(-1155px);
  transition-delay: 0.25s;
}
main#container section.sec8 {
  width: 100%;
  margin: 0 auto;
}
main#container section.sec8:not(:last-child) {
  margin-bottom: 100px;
}
main#container section.sec8 .inner {
  width: 100%;
}
main#container section.sec8 .inner .photo > div {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section.sec8 .inner .photo > div img {
  transition: opacity ease-in 0.5s;
}
main#container section.sec8 .inner .photo.on > div img {
  opacity: 0;
}
main#container section.sec8 .inner .photo.p1 {
  width: 100%;
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  opacity: 1;
}
main#container section.sec8 .inner .photo.p1 > div {
  width: 450px;
  background-image: url(../images/photo8_1_2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main#container section.sec8 .inner .photo.p2 {
  width: 100%;
  margin: 0 auto;
  opacity: 1;
}
main#container section.sec8 .inner .photo.p2 > div {
  width: 100%;
  background-image: url(../images/photo8_2_2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main#container section.sec8 .inner .photo.p2 > div:nth-child(2) {
  display: none;
}
main#container section.sec8 .inner .movie {
  line-height: 0;
  width: 100%;
  margin-bottom: 100px;
}
main#container section.sec8 .inner .movie video {
  width: 100%;
  height: auto;
}
main#container section.sec9 {
  width: 100%;
  margin: 0 auto;
}
main#container section.sec9:not(:last-child) {
  margin-bottom: 100px;
}
main#container section.sec9 .inner {
  width: 100%;
}
main#container section.sec9 .inner .photoset {
  margin-bottom: 100px;
}
main#container section.sec9 .inner .photo.p3 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main#container section.sec9 .inner .photo.p3 > div {
  width: 450px;
}
main#container footer {
  width: 100%;
  padding: 200px 0;
  background-image: url(../images/photo_footer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
main#container footer .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container footer .inner .staff {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
main#container footer .inner .staff dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container footer .inner .staff dl:not(:last-child) {
  margin-bottom: 20px;
}
main#container footer .inner .staff dl dt {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}
main#container footer .inner .staff dl dd {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}
main#container footer .inner .staff ul {
  padding-top: 20px;
}
main#container footer .inner .staff ul li a {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}
main#container footer .inner .staff ul li a:hover {
  opacity: 0.7;
}
main#container footer .inner .staff ul li:not(:last-child) {
  margin-bottom: 20px;
}
main#container footer .inner .cp p {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.01em;
  text-align: center;
}

#overlay {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in 0s;
}
#overlay.on {
  opacity: 1;
  pointer-events: auto;
}
#overlay .close {
  width: 18px;
  height: 18px;
  background-image: url(../images/btn_close.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: 20px;
  right: 20px;
  z-index: 5;
}
#overlay .close:hover {
  opacity: 0.7;
}
#overlay .inner {
  width: 1060px;
}
#overlay .inner .myhead {
  display: none;
}
#overlay .inner .detail {
  width: 100%;
  display: none;
}
#overlay .inner .detail.on {
  display: block;
}
#overlay .inner .detail .indetail {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#overlay .inner .detail .indetail .photoslide {
  width: 565px;
  overflow: hidden;
}
#overlay .inner .detail .indetail .credits {
  width: 450px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#overlay .inner .detail .indetail .credits h4 {
  background-image: url(../images/title_credit.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 57px;
  height: 80px;
  margin-bottom: 30px;
}
#overlay .inner .detail .indetail .credits .credit {
  width: 100%;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #1D1D1D;
}
#overlay .inner .detail .indetail .credits .credit:not(:last-child) {
  margin-bottom: 15px;
}
#overlay .inner .detail .indetail .credits .credit dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#overlay .inner .detail .indetail .credits .credit dl dt {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#overlay .inner .detail .indetail .credits .credit dl dt span {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
#overlay .inner .detail .indetail .credits .credit dl dt span:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#overlay .inner .detail .indetail .credits .credit dl dt span:nth-child(1) strong {
  font-weight: 500;
  display: inline-block;
}
#overlay .inner .detail .indetail .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;
}
#overlay .inner .detail .indetail .credits .credit dl dt span:nth-child(1) .items__price::after {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 0 0 0 5px;
}
#overlay .inner .detail .indetail .credits .credit dl dt span:nth-child(2) {
  padding: 5px 0 0 0;
  display: inline-block;
}
#overlay .inner .detail .indetail .credits .credit dl dd {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
#overlay .inner .detail .indetail .credits .credit dl dd a {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  width: 100%;
  display: block;
  transition: all 0.25s ease-in 0s;
}
#overlay .inner .detail .indetail .credits .credit dl dd a:not(:last-child) {
  margin-bottom: 5px;
}
#overlay .inner .detail .indetail .credits .credit dl dd a:hover {
  opacity: 0.7;
}
#overlay .inner .detail .indetail .credits .credit dl dd a:not([href]) {
  display: none;
}
#overlay .inner .detail .indetail .credits .credit dl dd a:not([href]) + span {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
#overlay .inner .detail .indetail .credits .credit dl dd a + span {
  display: none;
}
#overlay .inner .detail .indetail .credits .credit dl dd > span {
  color: #1D1D1D;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#overlay .inner .detail .indetail .credits .credit dl dd > span:not(:last-child) {
  margin-bottom: 5px;
}

/* ----------------------------------------------- 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 .logo {
    width: 150px;
    height: 45px;
  }

  header .inner {
    width: 100%;
    padding: 20px 20px 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  header .inner h1 {
    width: 84px;
  }
  header .inner h1 a {
    background-image: url(../images/logo.png);
    height: 25px;
  }
  header .inner ul {
    display: none;
  }
  header .inner .hum {
    width: 40px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    background-color: transparent;
  }
  header .inner .hum span {
    width: 100%;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    left: 0px;
    transition: all 0.25s ease-in 0s;
  }
  header .inner .hum span:nth-child(1) {
    top: 0px;
  }
  header .inner .hum span:nth-child(2) {
    top: 10px;
  }

  nav {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: block;
    transition: all 0.25s ease-in 0s;
    opacity: 0;
    pointer-events: none;
  }
  nav.on {
    opacity: 1;
    pointer-events: auto;
  }
  nav .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  nav .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  nav .inner ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  nav .inner ul li a {
    color: #FFF;
    font-family: "Lusitana", serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  nav .inner .nav-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  nav .inner .nav-close span {
    width: 100%;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 0px;
  }
  nav .inner .nav-close span:nth-child(1) {
    transform: rotate(45deg);
  }
  nav .inner .nav-close span:nth-child(2) {
    transform: rotate(-45deg);
  }

  main#container {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  main#container #visual {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    z-index: -2;
  }
  main#container #visual h2 {
    width: 240px;
    height: 339px;
    top: calc(50vh - 170px);
    left: calc(50% - 120px);
  }
  main#container #visual .line {
    height: 100vh;
  }
  main#container #visual .line:nth-child(1) {
    background-image: url(../images/visual1.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 100% auto;
  }
  main#container #visual .line:nth-child(2) {
    background-image: url(../images/visual2.jpg);
    background-repeat: repeat-y;
    background-position: left bottom;
    background-size: 100% auto;
  }
  main#container #visual .line:nth-child(3) {
    background-image: url(../images/visual3.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 100% auto;
  }
  main#container #visual.on h2 {
    opacity: 1;
  }
  main#container section {
    /*
    h3{
    	@include bgSet(no-repeat,center,contain);
    	@include bgImg();
    	position: relative;
    	opacity: 1;
    	@include motion(all 0.75s ease-in 0.25s);
    	&.show{
    		opacity: 1;
    	}
    }
    */
  }
  main#container section .photoset {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  main#container section .photoset .photo {
    width: 100%;
  }
  main#container section .photoset .photo:nth-child(2) {
    display: none;
  }
  main#container section .photo {
    background-color: #FFF;
    opacity: 0;
    transition: opacity 0.5s ease-in 0s;
  }
  main#container section .photo.on {
    opacity: 1;
  }
  main#container section .photo.link > div {
    position: relative;
    transition: all 0.25s ease-in 0s;
    cursor: pointer;
  }
  main#container section .photo.link > div:hover {
    opacity: 0.9;
  }
  main#container section .photo.link > div .btn {
    width: auto;
    height: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 5;
  }
  main#container section .photo.link > div .btn div {
    width: 20px;
    height: 20px;
  }
  main#container section .photo.link > div .btn div span:nth-child(1) {
    width: 20px;
    height: 1px;
    top: 10px;
    left: 0px;
  }
  main#container section .photo.link > div .btn div span:nth-child(2) {
    width: 1px;
    height: 20px;
    top: 0px;
    left: 10px;
  }
  main#container section .photo.link > div .btn p {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-left: 10px;
  }
  main#container section .photo .slider .swiper-wrapper .swiper-slide:nth-child(2) {
    display: block;
  }
  main#container section .movie {
    opacity: 0;
    transition: opacity 0.5s ease-in 0s;
  }
  main#container section .movie.on {
    opacity: 1;
  }
  main#container section.sec1 {
    width: 100%;
    margin: 0 auto;
  }
  main#container section.sec1:not(:last-child) {
    margin-bottom: 100px;
  }
  main#container section.sec1 .inner {
    width: 100%;
  }
  main#container section.sec1 .inner .photoset {
    margin-bottom: 100px;
  }
  main#container section.sec1 .inner .photo.p3 {
    width: calc(100% - 34px);
    margin: 0 auto 20px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section.sec1 .inner .photo.p3 > div {
    width: 100%;
  }
  main#container section.sec1 .inner .photo.p4 {
    width: calc(100% - 150px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  main#container section.sec1 .inner .photo.p4 > div {
    width: 100%;
    margin-top: -45px;
    position: relative;
  }
  main#container section.sec1 .inner .text {
    margin-top: -40px;
    position: relative;
  }
  main#container section.sec1 .inner .text.on h3.catch1 {
    transform: translateX(-1427px);
  }
  main#container section.sec1 .inner .text.on h3.catch2 {
    transform: translateX(100vw);
  }
  main#container section.sec1 .inner .text h3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    transition: all 8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    position: relative;
  }
  main#container section.sec1 .inner .text h3.catch1 {
    background-image: url(../images/text_deco1.png);
    width: 1427px;
    height: 141px;
    transform: translateX(100vw);
    transition-delay: 0s;
  }
  main#container section.sec1 .inner .text h3.catch2 {
    background-image: url(../images/text_deco2.png);
    width: 1164px;
    height: 115px;
    transform: translateX(-1164px);
    transition-delay: 0.25s;
  }
  main#container section.sec2 {
    width: 100%;
    margin: 0 auto;
  }
  main#container section.sec2:not(:last-child) {
    margin-bottom: 100px;
  }
  main#container section.sec2 .inner {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section.sec2 .inner .photoset {
    width: 150%;
    margin-bottom: 0px;
    margin-left: -25%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    order: 2;
  }
  main#container section.sec2 .inner .photoset .photo {
    width: 50%;
  }
  main#container section.sec2 .inner .photoset .photo:nth-child(2) {
    display: block;
  }
  main#container section.sec2 .inner .photo {
    order: 1;
  }
  main#container section.sec2 .inner .photo.p3 {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  main#container section.sec2 .inner .photo.p3 > div {
    width: 100%;
  }
  main#container section.sec3:not(:last-child) {
    margin-bottom: 100px;
  }
  main#container section.sec3 .inner {
    width: 100%;
  }
  main#container section.sec3 .inner .photo.p1 {
    width: 100%;
  }
  main#container section.sec3 .inner .photo.p1 > div {
    width: 100%;
  }
  main#container section.sec3 .inner .photo.p2 {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  main#container section.sec3 .inner .photo.p2 > div {
    width: 100%;
  }
  main#container section.sec3 .inner .photo.p3 {
    display: none;
  }
  main#container section.sec3 .inner .text {
    margin: -55px 0 80px 0;
  }
  main#container section.sec3 .inner .text h3 {
    width: 632px;
    height: 220px;
    background-image: url(../images/text_deco3.png);
    transition: all 8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transform: translateX(-632px);
  }
  main#container section.sec4 .inner .lphoto {
    width: 100%;
    margin-bottom: 0px;
    order: 1;
  }
  main#container section.sec4 .inner .photo.p1 {
    width: 100%;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section.sec4 .inner .photo.p1 > div {
    width: 50%;
  }
  main#container section.sec4 .inner .photo.p1 > div.sp {
    display: block;
  }
  main#container section.sec4 .inner .photoset {
    width: calc(100% - 110px);
    margin: 0 auto;
  }
  main#container section.sec5 {
    width: 100%;
    margin: 0 auto;
  }
  main#container section.sec5:not(:last-child) {
    margin-bottom: 100px;
  }
  main#container section.sec5 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec5 .inner .photo.p1 {
    width: 100%;
    margin: 0 auto 80px auto;
    display: block;
    order: 2;
    overflow: hidden;
    transform: translateY(-20px);
  }
  main#container section.sec5 .inner .photo.p1 > div {
    width: 100%;
  }
  main#container section.sec5 .inner .photo.p2 {
    width: calc(100% - 110px);
    margin: 0 auto;
    display: block;
    order: 3;
  }
  main#container section.sec5 .inner .photo.p2 > div {
    width: 100%;
    margin-top: 0px;
  }
  main#container section.sec5 .inner .photo.p3 {
    display: none;
  }
  main#container section.sec5 .inner .text {
    width: 100%;
    margin: -100px 0 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  main#container section.sec5 .inner .text.on h3.catch1 {
    transform: translateX(-1013px);
  }
  main#container section.sec5 .inner .text.on h3.catch2 {
    transform: translateX(100vw);
  }
  main#container section.sec5 .inner .text.on h3.catch3 {
    transform: translateX(-857px);
  }
  main#container section.sec5 .inner .text h3 {
    transition: all 8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  }
  main#container section.sec5 .inner .text h3.catch1 {
    background-image: url(../images/text_deco4.png);
    width: 1013px;
    height: 70px;
    margin-bottom: 30px;
  }
  main#container section.sec5 .inner .text h3.catch2 {
    background-image: url(../images/text_deco5.png);
    width: 1280px;
    height: 54px;
    margin-bottom: 30px;
    transform: translateX(-1280px);
  }
  main#container section.sec5 .inner .text h3.catch3 {
    background-image: url(../images/text_deco6.png);
    width: 857px;
    height: 70px;
  }
  main#container section.sec6:not(:last-child) {
    margin-bottom: 100px;
  }
  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 .photo.p1 {
    width: calc(100% - 110px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    order: 2;
  }
  main#container section.sec6 .inner .photo.p1 > div {
    width: 100%;
  }
  main#container section.sec6 .inner .photo.p2 {
    width: 100%;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    order: 1;
  }
  main#container section.sec6 .inner .photo.p2 > div {
    width: 100%;
    margin-top: 0px;
    position: relative;
  }
  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 .photoset .photo:nth-child(1) {
    display: none;
  }
  main#container section.sec6 .inner .photoset .photo:nth-child(2) {
    display: block;
  }
  main#container section.sec7 {
    width: 100%;
    margin: 0 auto;
  }
  main#container section.sec7:not(:last-child) {
    margin-bottom: 65px;
  }
  main#container section.sec7 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec7 .inner .photo.p1 {
    width: 100%;
    margin: 0 0 100px 0;
    display: block;
    overflow: hidden;
    order: 1;
  }
  main#container section.sec7 .inner .photo.p1 > div {
    width: 100%;
  }
  main#container section.sec7 .inner .photo.p2 {
    display: none;
  }
  main#container section.sec7 .inner .lphoto {
    width: 100%;
    margin-bottom: 50px;
    order: 2;
  }
  main#container section.sec7 .inner .text {
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    order: 3;
  }
  main#container section.sec7 .inner .text.on h3.catch1 {
    transform: translateX(-648px);
  }
  main#container section.sec7 .inner .text.on h3.catch2 {
    transform: translateX(100vw);
  }
  main#container section.sec7 .inner .text h3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    transition: all 8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    position: relative;
  }
  main#container section.sec7 .inner .text h3.catch1 {
    width: 648px;
    height: 86px;
    background-image: url(../images/text_deco7.png);
    margin-bottom: 15px;
  }
  main#container section.sec7 .inner .text h3.catch2 {
    width: 924px;
    height: 58px;
    background-image: url(../images/text_deco8.png);
    transform: translateX(-924px);
  }
  main#container section.sec8 {
    width: 100%;
    margin: 0 auto;
  }
  main#container section.sec8:not(:last-child) {
    margin-bottom: 100px;
  }
  main#container section.sec8 .inner {
    width: 100%;
  }
  main#container section.sec8 .inner .photo > div {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section.sec8 .inner .photo > div img {
    transition: opacity ease-in 0.5s;
  }
  main#container section.sec8 .inner .photo.p1 {
    width: 100%;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  main#container section.sec8 .inner .photo.p1 > div {
    width: 100%;
    background-image: url(../images/photo8_1_2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  main#container section.sec8 .inner .photo.p2 {
    width: 100%;
    margin: 0 auto;
  }
  main#container section.sec8 .inner .photo.p2 > div {
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  main#container section.sec8 .inner .photo.p2 > div:nth-child(2) {
    display: block;
  }
  main#container section.sec8 .inner .photo.p2 > div img {
    opacity: 1;
  }
  main#container section.sec8 .inner .movie {
    line-height: 0;
    width: 100%;
    margin-bottom: 100px;
  }
  main#container section.sec8 .inner .movie video {
    width: 100%;
    height: auto;
  }
  main#container section.sec9 {
    width: 100%;
    margin: 0 auto;
  }
  main#container section.sec9:not(:last-child) {
    margin-bottom: 100px;
  }
  main#container section.sec9 .inner {
    width: 100%;
  }
  main#container section.sec9 .inner .photoset {
    margin-bottom: 100px;
  }
  main#container section.sec9 .inner .photoset .photo:not(.link) {
    display: none;
  }
  main#container section.sec9 .inner .photo.p3 {
    width: calc(100% - 110px);
  }
  main#container section.sec9 .inner .photo.p3 > div {
    width: 100%;
  }
  main#container footer {
    width: 100%;
    padding: 100px 0 250px 0;
    background-image: url(../images_sp/photo_footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  main#container footer .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container footer .inner .staff {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  main#container footer .inner .staff dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container footer .inner .staff dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main#container footer .inner .staff dl dt {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
  }
  main#container footer .inner .staff dl dd {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
  }
  main#container footer .inner .cp p {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.01em;
    text-align: center;
  }

  #overlay {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #overlay .close {
    width: 18px;
    height: 18px;
    background-image: url(../images/btn_close.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: 20px;
    right: 20px;
    z-index: 5;
  }
  #overlay .close:hover {
    opacity: 1;
  }
  #overlay .inner {
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
  #overlay .inner .myhead {
    width: 100%;
    padding: 20px;
    display: block;
  }
  #overlay .inner .myhead h4 {
    background-image: url(../images/title_credit.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    width: 57px;
    height: 80px;
    margin: 0 auto;
  }
  #overlay .inner .detail {
    width: 100%;
    padding-bottom: 60px;
  }
  #overlay .inner .detail .indetail {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #overlay .inner .detail .indetail .photoslide {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }
  #overlay .inner .detail .indetail .credits {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #overlay .inner .detail .indetail .credits h4 {
    display: none;
  }
  #overlay .inner .detail .indetail .credits .credit {
    width: 100%;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #1D1D1D;
  }
  #overlay .inner .detail .indetail .credits .credit:not(:last-child) {
    margin-bottom: 15px;
  }
  #overlay .inner .detail .indetail .credits .credit dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  #overlay .inner .detail .indetail .credits .credit dl dt {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #overlay .inner .detail .indetail .credits .credit dl dt span {
    color: #1D1D1D;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  #overlay .inner .detail .indetail .credits .credit dl dt span:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #overlay .inner .detail .indetail .credits .credit dl dt span:nth-child(1) strong {
    font-weight: 500;
    display: inline-block;
  }
  #overlay .inner .detail .indetail .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;
  }
  #overlay .inner .detail .indetail .credits .credit dl dt span:nth-child(1) .items__price::after {
    color: #1D1D1D;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    padding: 0 0 0 5px;
  }
  #overlay .inner .detail .indetail .credits .credit dl dt span:nth-child(2) {
    padding: 5px 0 0 0;
    display: inline-block;
  }
  #overlay .inner .detail .indetail .credits .credit dl dd {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  #overlay .inner .detail .indetail .credits .credit dl dd a {
    color: #1D1D1D;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    width: 100%;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  #overlay .inner .detail .indetail .credits .credit dl dd a:not(:last-child) {
    margin-bottom: 5px;
  }
  #overlay .inner .detail .indetail .credits .credit dl dd a:hover {
    opacity: 0.7;
  }
  #overlay .inner .detail .indetail .credits .credit dl dd a:not([href]) {
    display: none;
  }
  #overlay .inner .detail .indetail .credits .credit dl dd a:not([href]) + span {
    color: #1D1D1D;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  #overlay .inner .detail .indetail .credits .credit dl dd a + span {
    display: none;
  }
  #overlay .inner .detail .indetail .credits .credit dl dd > span {
    color: #1D1D1D;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #overlay .inner .detail .indetail .credits .credit dl dd > span:not(:last-child) {
    margin-bottom: 5px;
  }
}

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