@charset "UTF-8";
@import url("https://use.typekit.net/lbq4azn.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "Cormorant Upright", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

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

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: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
}
#loader .logo {
  width: 200px;
  height: 63px;
  background-image: url(../images/logo.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;
  left: calc(50% - 100px);
  top: calc(50% - 32px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  position: fixed;
  top: 50px;
  left: 40px;
  z-index: 333;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in 0.75s;
}
header.on {
  opacity: 1;
}
header .inner nav ul {
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .inner nav ul li {
  pointer-events: auto;
}
header .inner nav ul li:not(:first-child) {
  margin-left: 10px;
}
header .inner nav ul li:hover {
  opacity: 0.7;
}
header .inner nav ul li a {
  color: #FFF;
  font-family: "Cormorant Upright", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
header .inner nav ul li span {
  width: 1px;
  height: 1.6rem;
  background-color: #FFF;
  display: block;
}

#visual {
  width: 100%;
}
#visual:not(:last-child) {
  margin-bottom: 100px;
}
#visual.on .inner .photo > div {
  opacity: 1;
}
#visual.on .inner .photo > div h1 {
  opacity: 1;
}
#visual .inner {
  width: calc(100% - 60px);
  padding: 30px 0 0 0;
  margin: 0 auto;
}
#visual .inner .photo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#visual .inner .photo > div {
  width: 50%;
  position: relative;
  opacity: 0;
}
#visual .inner .photo > div:nth-child(1) {
  transition: all 0.3s ease-in 0.2s;
}
#visual .inner .photo > div:nth-child(2) {
  transition: all 0.3s ease-in 0.4s;
}
#visual .inner .photo > div h1 {
  width: 370px;
  position: absolute;
  top: calc(50% - 166px - 50px);
  left: calc(50% - 185px + 10px);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
#visual .inner .photo > div h1 span {
  width: 100%;
  height: 331px;
  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;
}

#lead {
  width: 100%;
}
#lead.on .inner h3 {
  opacity: 1;
}
#lead.on .inner p {
  opacity: 1;
}
#lead:not(:last-child) {
  margin-bottom: 150px;
}
#lead .inner {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#lead .inner h3 {
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 40px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#lead .inner p {
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  opacity: 0;
  transition: all 0.5s ease-in 0.35s;
}
#lead .inner p:not(:last-child) {
  margin-bottom: 40px;
}
#lead .inner p.staff {
  font-size: 1.2rem;
}

.credits {
  text-align: left;
  width: 100%;
}
.credits > div {
  width: auto;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
  display: none;
}
.credits > div.item-d-none dl dd:hover {
  opacity: 1;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd a.line {
  padding: 0 5px;
  display: flex;
}
.credits > div.item-d-none dl dd a.notice {
  text-align: left;
  text-decoration: underline;
  background-color: transparent;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div.item-d-none dl dd span {
  color: #333;
  font-family: "Cormorant Upright", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  white-space: nowrap;
}
.credits > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong:nth-child(1) span:nth-child(1) {
  color: #333;
  font-family: "Cormorant Upright", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
}
.credits > div dl dt strong:nth-child(1) span:nth-child(2) {
  color: #333;
  font-family: "Cormorant Upright", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-left: 5px;
}
.credits > div dl dt strong:nth-child(1) span:nth-child(2)::after {
  content: none;
}
.credits > div dl dt strong:nth-child(2) {
  color: #333;
  font-family: "Cormorant Upright", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  display: inline-block;
}
.credits > div dl dd {
  text-align: left;
  margin-left: 40px;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd:hover a {
  color: #333;
  background-color: #FFF;
}
.credits > div dl dd a {
  color: #333;
  font-family: "Cormorant Upright", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd span {
  color: #333;
  font-family: "Cormorant Upright", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main:not(:last-child) {
  margin-bottom: 185px;
}
main .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec:not(:last-child) {
  margin-bottom: 150px;
}
main .inner .sec .ph:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec#sec1 .line:nth-child(1) .photo.main {
  padding-bottom: 40px;
}
main .inner .sec#sec1 .line:nth-child(1) .photo.set .ph:nth-child(1) {
  transform: translateY(50px);
}
main .inner .sec#sec1 .line:nth-child(1) .photo.set .ph:nth-child(2) {
  margin-top: auto;
}
main .inner .sec#sec1 .line:nth-child(2) .photo.main {
  padding-top: 100px;
}
main .inner .sec#sec1 .line:nth-child(2) .photo.set .ph:nth-child(2) {
  padding: 265px 30px 0 30px;
}
main .inner .sec#sec2 .line2 .photo.right {
  transform: translateY(130px);
}
main .inner .sec#sec3 .combo:not(:last-child) {
  margin-bottom: 305px;
}
main .inner .sec#sec3 .combo .photo.left {
  transform: translateY(375px);
}
main .inner .sec#sec3 .combo .photo.right {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main .inner .sec#sec3 .combo .photo.right .credits {
  width: auto;
}
main .inner .sec#sec3 .combo2:not(:last-child) {
  margin-bottom: 200px;
}
main .inner .sec#sec3 .combo2 .photo.p1 {
  padding-top: 355px;
}
main .inner .sec#sec3 .combo2 .photo.p2 {
  padding-top: 560px;
}
main .inner .sec#sec4 .line2:not(:last-child) {
  margin-bottom: 150px;
}
main .inner .sec#sec4 .line2 .photo.right .credits {
  width: calc(100% - 180px);
  padding: 0 40px 0 0;
}
main .inner .sec#sec4 .line2 .photo.right .credits > div {
  width: auto;
}
main .inner .sec#sec4 .single:not(:last-child) {
  margin-bottom: 160px;
}
main .inner .sec#sec4 .single + .line2 .photo.left {
  padding-top: 200px;
}
main .inner .sec#sec4 .single + .line2 .photo.left .credits {
  width: calc(100% - 170px);
}
main .inner .sec#sec4 .single + .line2 .photo.left .credits > div {
  width: auto;
}
main .inner .sec#items {
  width: calc(100% - 60px);
}
main .inner .sec#items.on h3 {
  opacity: 1;
}
main .inner .sec#items.on .inner .item {
  opacity: 1;
}
main .inner .sec#items h3 {
  color: #333;
  font-family: "Cormorant Upright", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 50px;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main .inner .sec#items .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .inner .sec#items .inner .item {
  width: calc((100% - 60px) / 4);
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main .inner .sec#items .inner .item:nth-child(2) {
  transition-delay: 0.2s;
}
main .inner .sec#items .inner .item:nth-child(3) {
  transition-delay: 0.4s;
}
main .inner .sec#items .inner .item:nth-child(4) {
  transition-delay: 0.6s;
}
main .inner .sec#items .inner .item:nth-child(5) {
  transition-delay: 0.8s;
}
main .inner .sec#items .inner .item:nth-child(6) {
  transition-delay: 1s;
}
main .inner .sec#items .inner .item:nth-child(7) {
  transition-delay: 1.2s;
}
main .inner .sec#items .inner .item:nth-child(8) {
  transition-delay: 1.4s;
}
main .inner .sec#items .inner .item:not(:nth-child(4n+1)) {
  margin-left: 20px;
}
main .inner .sec#items .inner .item:not(:nth-child(n+5)) {
  margin-bottom: 60px;
}
main .inner .sec#items .inner .item .photo {
  width: 100%;
  margin-bottom: 20px;
}
main .inner .sec#items .inner .item .text:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec#items .inner .item .text dl {
  text-align: left;
}
main .inner .sec#items .inner .item .text dl.on dd {
  height: 100%;
}
main .inner .sec#items .inner .item .text dl.on dd::before {
  opacity: 0;
}
main .inner .sec#items .inner .item .text dl.on dd::after {
  opacity: 0;
}
main .inner .sec#items .inner .item .text dl dt {
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .inner .sec#items .inner .item .text dl dd {
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  height: 60px;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec#items .inner .item .text dl dd::before {
  content: "";
  width: 10px;
  height: 6px;
  background-image: url(../images/arrow_to_bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 5px);
  z-index: 3;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec#items .inner .item .text dl dd::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #FFF 75%, #FFF 100%);
  transition: all 0.25s ease-in 0s;
}
main .inner .sec#interview {
  width: 700px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main .inner .sec#interview.on {
  opacity: 1;
}
main .inner .sec#interview .title {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 75px;
}
main .inner .sec#interview .title h4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
main .inner .sec#interview .title h4 span:nth-child(1) {
  color: #333;
  font-family: "Cormorant Upright", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec#interview .title h4 span:nth-child(2) {
  color: #333;
  font-family: "Cormorant Upright", serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec#interview .title p {
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .inner .sec#interview .title p:not(:last-child) {
  margin-bottom: 40px;
}
main .inner .sec#interview .int {
  width: 100%;
  padding: 75px 0 0 0;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 6px 1px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec#interview .int dl {
  text-align: left;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main .inner .sec#interview .int dl.on {
  opacity: 1;
}
main .inner .sec#interview .int dl:not(:last-child) {
  margin-bottom: 40px;
}
main .inner .sec#interview .int dl.mb {
  margin-bottom: 90px;
}
main .inner .sec#interview .int dl dt {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
main .inner .sec#interview .int dl dt::before {
  content: "Q.";
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  display: inline-block;
}
main .inner .sec#interview .int dl dt span {
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-left: 5px;
}
main .inner .sec#interview .int dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec#interview .int dl dd::before {
  content: "A.";
  opacity: 0;
  display: inline-block;
}
main .inner .sec#interview .int dl dd span {
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-left: 5px;
}
main .inner .sec#interview .int .photos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main .inner .sec#interview .int .photos.on {
  opacity: 1;
}
main .inner .sec#interview .int .photos:not(:last-child) {
  margin-bottom: 150px;
}
main .inner .sec#interview .int .photos > div {
  width: 220px;
}
main .inner .sec#interview .int .photos > div:not(:first-child) {
  margin-left: 5px;
}
main .inner .sec#interview .int .myinfo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main .inner .sec#interview .int .myinfo.on {
  opacity: 1;
}
main .inner .sec#interview .int .myinfo h5 {
  color: #333;
  font-family: "Cormorant Upright", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec#interview .int .myinfo h5:not(:last-child) {
  margin-bottom: 50px;
}
main .inner .sec#interview .int .myinfo p {
  color: #333;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
main .inner .sec#interview .int .myinfo p:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec .line {
  width: calc(100% - 60px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .inner .sec .line.on .photo.main {
  opacity: 1;
}
main .inner .sec .line.on .photo.set > div {
  opacity: 1;
}
main .inner .sec .line .photo.main {
  width: 40%;
  transition: all 0.35s ease-in 0s;
  opacity: 0;
}
main .inner .sec .line .photo.set {
  width: calc(60% - 40px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner .sec .line .photo.set > div {
  width: calc(50% - 20px);
  opacity: 0;
}
main .inner .sec .line .photo.set > div:nth-child(1) {
  transition: all 0.35s ease-in 0.25s;
}
main .inner .sec .line .photo.set > div:nth-child(2) {
  transition: all 0.35s ease-in 0.5s;
}
main .inner .sec .line .photo.set > div.ph > div {
  width: 100%;
}
main .inner .sec .line .photo.set > div.ph > div:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec .line .text {
  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 0.4s ease-in 0.1s;
  opacity: 0;
}
main .inner .sec .line .text.show {
  opacity: 1;
}
main .inner .sec .line2 {
  width: calc(100% - 60px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .inner .sec .line2.on .photo.left {
  opacity: 1;
}
main .inner .sec .line2.on .photo.right {
  opacity: 1;
}
main .inner .sec .line2 .photo.left {
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.35s ease-in 0s;
  opacity: 0;
}
main .inner .sec .line2 .photo.left .ph {
  width: calc(100% - 170px);
}
main .inner .sec .line2 .photo.left .ph.full {
  width: 100%;
}
main .inner .sec .line2 .photo.left .ph.full + .credits {
  width: 100%;
}
main .inner .sec .line2 .photo.left .credits {
  width: calc(100% - 170px);
}
main .inner .sec .line2 .photo.right {
  width: calc(60% - 40px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.35s ease-in 0.25s;
  opacity: 0;
}
main .inner .sec .line2 .photo.right .ph {
  width: calc(100% - 180px);
  padding: 0 40px 0 0;
}
main .inner .sec .line2 .photo.right .ph.narrow {
  width: calc(100% - 350px);
}
main .inner .sec .line2 .photo.right .credits {
  width: calc(100% - 180px);
  padding: 0 40px 0 0;
}
main .inner .sec .photos.look {
  width: calc(100% - 60px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .photos.look.on .photo {
  opacity: 1;
}
main .inner .sec .photos.look:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec .photos.look .photo {
  width: 50%;
  opacity: 0;
}
main .inner .sec .photos.look .photo:nth-child(1) {
  transition: all 0.35s ease-in 0s;
}
main .inner .sec .photos.look .photo:nth-child(2) {
  transition: all 0.35s ease-in 0.25s;
}
main .inner .sec .photos.look + .credits {
  width: calc(100% - 60px);
}
main .inner .sec .lphoto {
  width: calc(100% - 60px);
  transition: all 0.35s ease-in 0s;
  opacity: 0;
}
main .inner .sec .lphoto.on {
  opacity: 1;
}
main .inner .sec .lphoto:not(:last-child) {
  margin-bottom: 150px;
}
main .inner .sec .single {
  width: calc(100% - 60px);
  transition: all 0.35s ease-in 0s;
  opacity: 0;
}
main .inner .sec .single.on {
  opacity: 1;
}
main .inner .sec .single .ph {
  width: 70%;
}
main .inner .sec .combo {
  width: calc(100% - 60px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
main .inner .sec .combo.on .photo {
  opacity: 1;
}
main .inner .sec .combo .photo {
  opacity: 0;
}
main .inner .sec .combo .photo.left {
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.35s ease-in 0s;
}
main .inner .sec .combo .photo.left .ph {
  width: 100%;
}
main .inner .sec .combo .photo.right {
  width: 70%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  right: 0px;
  z-index: -1;
  transition: all 0.35s ease-in 0.25s;
}
main .inner .sec .combo .photo.right .ph {
  width: 100%;
}
main .inner .sec .combo2 {
  width: calc(100% - 60px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main .inner .sec .combo2.on .photo {
  opacity: 1;
}
main .inner .sec .combo2 .photo {
  opacity: 0;
}
main .inner .sec .combo2 .photo.p1 {
  width: 27%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.35s ease-in 0s;
}
main .inner .sec .combo2 .photo.p1 .ph {
  width: 100%;
}
main .inner .sec .combo2 .photo.p2 {
  width: 27%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.35s ease-in 0.25s;
}
main .inner .sec .combo2 .photo.p2 .ph {
  width: 100%;
}
main .inner .sec .combo2 .photo.p3 {
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.35s ease-in 0.5s;
}
main .inner .sec .combo2 .photo.p3 .ph {
  width: 100%;
}
main .inner .sec .slider {
  width: 100%;
  overflow: hidden;
}
main .inner .sec .slider .swiper-wrapper {
  width: 150vw;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .inner .sec .slider .swiper-wrapper .swiper-slide {
  width: 50vw;
}

footer {
  text-align: left;
  width: 100%;
  padding: 50px 0;
  border-top: solid 1px #333;
  position: relative;
}
footer .pgtop {
  width: 1.6rem;
  position: absolute;
  right: 30px;
  bottom: 50px;
}
footer .pgtop a {
  color: #333;
  font-family: "Cormorant Upright", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-decoration: underline;
  white-space: nowrap;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .infoot {
  width: calc(100% - 60px);
  padding: 0px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot h3 {
  width: 114px;
  height: 36px;
  background-image: url(../images/logo_foot.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: 25px;
}
footer .infoot ul {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .infoot ul li a, footer .infoot ul li span {
  color: #333;
  font-family: "Cormorant Upright", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  color: #666666;
}
footer .infoot p {
  color: #333;
  font-family: "Cormorant Upright", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

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

  #loader .logo {
    width: 159px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 80px);
  }

  header {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  header .inner {
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  header .inner nav {
    width: calc(100% - 30px);
  }
  header .inner nav ul {
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  header .inner nav ul li {
    pointer-events: auto;
  }
  header .inner nav ul li:not(:first-child) {
    margin-left: 10px;
  }
  header .inner nav ul li:hover {
    opacity: 1;
  }
  header .inner nav ul li a {
    color: #FFF;
    font-family: "Cormorant Upright", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }

  #visual {
    width: 100%;
  }
  #visual:not(:last-child) {
    margin-bottom: 50px;
  }
  #visual .inner {
    width: 100%;
    padding: 30px 15px 15px 15px;
    margin: 0 auto;
    background-image: url(../images/visual2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #visual .inner .photo {
    width: 100%;
    position: relative;
    display: block;
  }
  #visual .inner .photo > div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  #visual .inner .photo > div:nth-child(1) {
    transition: all 1s ease-in 0s;
  }
  #visual .inner .photo > div:nth-child(2) {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: all 0.3s ease-in 0s;
  }
  #visual .inner .photo > div:nth-child(2) img {
    display: none;
  }
  #visual .inner .photo > div h1 {
    width: calc(100vw - 52px);
    position: relative;
    transform: translateY(-17px);
    top: auto;
    left: auto;
    z-index: 1;
    transition: all 0.5s ease-in 1s;
  }
  #visual .inner .photo > div h1 span {
    width: 100%;
    height: calc((100vw - 52px) * 0.757);
    background-image: url(../images/title_sp.png);
  }

  #lead {
    width: 100%;
  }
  #lead:not(:last-child) {
    margin-bottom: 80px;
  }
  #lead .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #lead .inner h3 {
    color: #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
  }
  #lead .inner p {
    color: #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
  }
  #lead .inner p:not(:last-child) {
    margin-bottom: 40px;
  }
  #lead .inner p.staff {
    font-size: 1.1rem;
  }
  #lead .inner p.staff span {
    display: none;
  }
  #lead .inner p.staff br.brsp {
    display: block;
  }
  #lead .inner p br {
    display: none;
  }

  .credits {
    text-align: left;
    width: 100%;
  }
  .credits > div {
    width: auto;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
    display: none;
  }
  .credits > div.item-d-none dl dd:hover {
    opacity: 1;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd a.line {
    padding: 0 5px;
    display: flex;
  }
  .credits > div.item-d-none dl dd a.notice {
    text-align: left;
    text-decoration: underline;
    background-color: transparent;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div.item-d-none dl dd span {
    color: #333;
    font-family: "Cormorant Upright", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(1) {
    color: #333;
    font-family: "Cormorant Upright", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(2) {
    color: #333;
    font-family: "Cormorant Upright", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(2)::after {
    content: none;
  }
  .credits > div dl dt strong:nth-child(2) {
    color: #333;
    font-family: "Cormorant Upright", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    display: inline-block;
  }
  .credits > div dl dd {
    text-align: left;
    margin-left: 40px;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd:hover a {
    color: #333;
    background-color: #FFF;
  }
  .credits > div dl dd a {
    color: #333;
    font-family: "Cormorant Upright", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
    text-decoration: underline;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd span {
    color: #333;
    font-family: "Cormorant Upright", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }

  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec:not(:last-child) {
    margin-bottom: 80px;
  }
  main .inner .sec .ph:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec#sec1 .line:nth-child(1) .photo.main {
    padding-bottom: 0px;
  }
  main .inner .sec#sec1 .line:nth-child(1) .photo.set .ph:nth-child(1) {
    margin-right: auto;
    transform: translateY(0px);
  }
  main .inner .sec#sec1 .line:nth-child(1) .photo.set .ph:nth-child(2) {
    margin: -80px 0 0 auto;
    z-index: 1;
  }
  main .inner .sec#sec1 .line:nth-child(2) .photo.main {
    padding-top: 0px;
  }
  main .inner .sec#sec1 .line:nth-child(2) .photo.set .ph:nth-child(2) {
    padding: 0px;
    margin-left: auto;
  }
  main .inner .sec#sec2 .line2 .photo.left .ph {
    width: 70%;
  }
  main .inner .sec#sec2 .line2 .photo.left .ph.full {
    width: 100%;
  }
  main .inner .sec#sec2 .line2 .photo.right {
    transform: translateY(0px);
  }
  main .inner .sec#sec3 .combo:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec#sec3 .combo .photo.left {
    transform: translateY(0px);
  }
  main .inner .sec#sec3 .combo .photo.right {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec#sec3 .combo .photo.right .credits {
    display: none;
  }
  main .inner .sec#sec3 .combo2:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec#sec3 .combo2 .photo.p1 {
    padding-top: 0px;
    z-index: 1;
  }
  main .inner .sec#sec3 .combo2 .photo.p2 {
    padding-top: 0px;
    margin: -85px 0 0 auto;
  }
  main .inner .sec#sec3 .combo2 .photo.p3 {
    margin-bottom: 50px;
  }
  main .inner .sec#sec4 .line2:not(:last-child) {
    margin-bottom: 80px;
  }
  main .inner .sec#sec4 .line2 .photo.right .credits {
    width: 100%;
    padding: 0px;
  }
  main .inner .sec#sec4 .line2 .photo.right .credits > div {
    width: auto;
  }
  main .inner .sec#sec4 .single:not(:last-child) {
    margin-bottom: 80px;
  }
  main .inner .sec#sec4 .single + .line2 .photo.left {
    width: 100%;
    padding-top: 0px;
    order: 2;
  }
  main .inner .sec#sec4 .single + .line2 .photo.left:not(:last-child) {
    margin-bottom: 0px;
  }
  main .inner .sec#sec4 .single + .line2 .photo.left .ph {
    width: 100%;
  }
  main .inner .sec#sec4 .single + .line2 .photo.left .credits {
    width: 100%;
  }
  main .inner .sec#sec4 .single + .line2 .photo.left .credits > div {
    width: auto;
  }
  main .inner .sec#sec4 .single + .line2 .photo.right {
    margin-bottom: 20px;
    order: 1;
  }
  main .inner .sec#items {
    width: calc(100% - 40px);
  }
  main .inner .sec#items h3 {
    color: #333;
    font-family: "Cormorant Upright", serif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main .inner .sec#items .inner .item {
    width: calc((100% - 10px) / 2);
  }
  main .inner .sec#items .inner .item:not(:nth-child(4n+1)) {
    margin-left: 0px;
  }
  main .inner .sec#items .inner .item:not(:nth-child(n+5)) {
    margin-bottom: 0px;
  }
  main .inner .sec#items .inner .item:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  main .inner .sec#items .inner .item:not(:nth-child(n+7)) {
    margin-bottom: 40px;
  }
  main .inner .sec#items .inner .item .photo {
    margin-bottom: 10px;
  }
  main .inner .sec#items .inner .item .text:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec#items .inner .item .text dl {
    text-align: left;
  }
  main .inner .sec#items .inner .item .text dl.on dd {
    height: 100%;
  }
  main .inner .sec#items .inner .item .text dl.on dd::before {
    opacity: 0;
  }
  main .inner .sec#items .inner .item .text dl.on dd::after {
    opacity: 0;
  }
  main .inner .sec#items .inner .item .text dl dt {
    color: #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main .inner .sec#items .inner .item .text dl dd {
    color: #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    height: 40px;
  }
  main .inner .sec#items .inner .item .credits > div dl {
    flex-direction: column;
  }
  main .inner .sec#items .inner .item .credits > div dl dt {
    margin-bottom: 5px;
  }
  main .inner .sec#items .inner .item .credits > div dl dd {
    margin: 0px;
  }
  main .inner .sec#interview {
    width: 100%;
    margin: 0 auto;
  }
  main .inner .sec#interview .title {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
  }
  main .inner .sec#interview .title h4 {
    margin-bottom: 30px;
  }
  main .inner .sec#interview .title h4 span:nth-child(1) {
    color: #333;
    font-family: "Cormorant Upright", serif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec#interview .title h4 span:nth-child(2) {
    color: #333;
    font-family: "Cormorant Upright", serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec#interview .title p {
    color: #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner .sec#interview .title p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec#interview .title p br {
    display: none;
  }
  main .inner .sec#interview .int {
    width: calc(100% - 40px);
    padding: 50px 0 0 0;
    position: relative;
  }
  main .inner .sec#interview .int dl {
    text-align: left;
  }
  main .inner .sec#interview .int dl:not(:last-child) {
    margin-bottom: 40px;
  }
  main .inner .sec#interview .int dl.mb {
    margin-bottom: 50px;
  }
  main .inner .sec#interview .int dl dt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  main .inner .sec#interview .int dl dt::before {
    content: "Q.";
    color: #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    display: inline-block;
  }
  main .inner .sec#interview .int dl dt span {
    color: #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  main .inner .sec#interview .int dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec#interview .int dl dd::before {
    content: "A.";
    opacity: 0;
    display: inline-block;
  }
  main .inner .sec#interview .int dl dd span {
    color: #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  main .inner .sec#interview .int .photos {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    position: relative;
    left: calc(50% - 50vw + 20px);
  }
  main .inner .sec#interview .int .photos:not(:last-child) {
    margin-bottom: 75px;
  }
  main .inner .sec#interview .int .photos > div {
    width: calc((100% - 6px) / 3);
  }
  main .inner .sec#interview .int .photos > div:not(:first-child) {
    margin-left: 3px;
  }
  main .inner .sec#interview .int .myinfo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
  }
  main .inner .sec#interview .int .myinfo.on {
    opacity: 1;
  }
  main .inner .sec#interview .int .myinfo h5 {
    color: #333;
    font-family: "Cormorant Upright", serif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec#interview .int .myinfo h5:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec#interview .int .myinfo p {
    color: #333;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
  main .inner .sec#interview .int .myinfo p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec .line {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .line:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .line .photo.main {
    width: 100%;
  }
  main .inner .sec .line .photo.main:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .line .photo.main.on {
    opacity: 1;
  }
  main .inner .sec .line .photo.set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .line .photo.set.on > div.ph {
    opacity: 1;
  }
  main .inner .sec .line .photo.set > div {
    width: 70%;
  }
  main .inner .sec .line .photo.set > div.ph:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .line .photo.set > div.ph:nth-child(2) {
    transition-delay: 0.5s;
  }
  main .inner .sec .line .photo.set > div.ph > div {
    width: 100%;
  }
  main .inner .sec .line .photo.set > div.ph > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .line .text {
    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 0.4s ease-in 0.1s;
    opacity: 0;
  }
  main .inner .sec .line .text.show {
    opacity: 1;
  }
  main .inner .sec .line2 {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .line2 .photo:not(:last-child) {
    margin-bottom: 50px;
  }
  main .inner .sec .line2 .photo.on {
    opacity: 1;
  }
  main .inner .sec .line2 .photo.left {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .line2 .photo.left .ph {
    width: 70%;
  }
  main .inner .sec .line2 .photo.left .ph.full {
    width: 100%;
  }
  main .inner .sec .line2 .photo.left .ph.full + .credits {
    width: 100%;
  }
  main .inner .sec .line2 .photo.left .credits {
    width: 70%;
  }
  main .inner .sec .line2 .photo.right {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .line2 .photo.right .ph {
    width: 100%;
    padding: 0px;
  }
  main .inner .sec .line2 .photo.right .ph.narrow {
    width: calc(100% - 100px);
  }
  main .inner .sec .line2 .photo.right .credits {
    width: 100%;
    padding: 0 0px 0 0;
  }
  main .inner .sec .photos.look {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .photos.look .photo {
    width: 100%;
  }
  main .inner .sec .photos.look + .credits {
    width: calc(100% - 40px);
  }
  main .inner .sec .lphoto {
    width: 100%;
  }
  main .inner .sec .lphoto:not(:last-child) {
    margin-bottom: 80px;
  }
  main .inner .sec .lphoto .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .inner .sec .single {
    width: 100%;
  }
  main .inner .sec .single .ph {
    width: 100%;
  }
  main .inner .sec .combo {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main .inner .sec .combo .photo.on {
    opacity: 1;
  }
  main .inner .sec .combo .photo.left {
    width: 70%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    order: 2;
  }
  main .inner .sec .combo .photo.left .ph {
    width: 100%;
  }
  main .inner .sec .combo .photo.right {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    right: auto;
    z-index: 0;
    order: 1;
  }
  main .inner .sec .combo .photo.right .ph {
    width: 100%;
  }
  main .inner .sec .combo2 {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main .inner .sec .combo2 .photo.on {
    opacity: 1;
  }
  main .inner .sec .combo2 .photo.p1 {
    width: 70%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    order: 2;
  }
  main .inner .sec .combo2 .photo.p1 .ph {
    width: 100%;
  }
  main .inner .sec .combo2 .photo.p2 {
    width: 70%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    order: 3;
  }
  main .inner .sec .combo2 .photo.p2 .ph {
    width: 100%;
  }
  main .inner .sec .combo2 .photo.p3 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    order: 1;
  }
  main .inner .sec .combo2 .photo.p3 .ph {
    width: 100%;
  }
  main .inner .sec .slider {
    width: 100%;
    overflow: hidden;
  }
  main .inner .sec .slider .swiper-wrapper {
    width: 300vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .inner .sec .slider .swiper-wrapper .swiper-slide {
    width: 100vw;
  }

  footer {
    text-align: left;
    width: 100%;
    padding: 50px 0;
    border-top: solid 1px #333;
    position: relative;
  }
  footer .pgtop {
    width: 1.6rem;
    position: absolute;
    right: 20px;
    bottom: 50px;
  }
  footer .pgtop a {
    color: #333;
    font-family: "Cormorant Upright", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-decoration: underline;
    white-space: nowrap;
    transition: all 0.25s ease-in 0s;
  }
  footer .pgtop a:hover {
    color: #666666;
  }
  footer .infoot {
    width: calc(100% - 40px);
    padding: 0px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot h3 {
    width: 95px;
    height: 30px;
    margin-bottom: 20px;
  }
  footer .infoot ul {
    margin-bottom: 40px;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li a, footer .infoot ul li span {
    color: #333;
    font-family: "Cormorant Upright", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot ul li a:hover, footer .infoot ul li span:hover {
    color: #666666;
  }
  footer .infoot p {
    color: #333;
    font-family: "Cormorant Upright", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
}

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