@charset "UTF-8";
@import url("https://use.typekit.net/cto3xwo.css");
@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 change {
  0% {
    background-image: url(../images/09.jpg), url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
  33% {
    background-image: url(../images/09.jpg), url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
  34% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg), url(../images/09.jpg);
  }
  66% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg), url(../images/09.jpg);
  }
  67% {
    background-image: url(../images/09_3.jpg), url(../images/09.jpg), url(../images/09_2.jpg);
  }
  100% {
    background-image: url(../images/09_3.jpg), url(../images/09.jpg), url(../images/09_2.jpg);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

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

a {
  color: #111;
  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;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 250px;
  height: 64px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 125px);
  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: #111;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: auto;
  height: calc(100vh - 80px);
  position: fixed;
  top: 50px;
  left: 60px;
  z-index: 333;
}
header .inner {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 0px;
}
header .inner h1 {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  position: relative;
}
header .inner nav {
  margin-top: 70px;
  position: relative;
}
header .inner nav ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner nav ul li:not(:last-child) {
  margin-bottom: 45px;
}
header .inner nav ul li span {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: left;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
header .inner nav ul li:hover span {
  color: #FFF;
  text-shadow: 1px 1px 0 #111, -1px -1px 0 #111, -1px 1px 0 #111, 1px -1px 0 #111, 0px 1px 0 #111, -1px 0 #111, -1px 0 0 #111, 1px 0 0 #111;
}
header .inner nav ul li.now span {
  color: #FFF;
  text-shadow: 1px 1px 0 #111, -1px -1px 0 #111, -1px 1px 0 #111, 1px -1px 0 #111, 0px 1px 0 #111, -1px 0 #111, -1px 0 0 #111, 1px 0 0 #111;
}
header .inner h2 {
  width: 100px;
  height: 26px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-top: auto;
}
header .inner#m1 {
  left: 0px;
  opacity: 1;
}
header .inner#m2 {
  left: -360px;
  opacity: 0;
}
header .inner#m2 h1 {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
header .inner#m2 nav {
  margin-top: auto;
}
header .inner#m2 nav ul li:not(:last-child) {
  margin-bottom: 20px;
}
header .inner#m2 nav ul li:nth-child(2).now span {
  color: #8BA5CE;
}
header .inner#m2 nav ul li:nth-child(3).now span {
  color: #E6E6E6;
}
header .inner#m2 nav ul li:nth-child(4).now span {
  color: #A21010;
}
header .inner#m2 nav ul li:nth-child(5).now span {
  color: #D1BEA0;
}
header .inner#m2 nav ul li:nth-child(6).now span {
  color: #999999;
}
header .inner#m2 nav ul li span {
  font-size: 2rem;
}
header .inner#m2 h2 {
  margin-top: 40px;
}
header .hum {
  display: none;
}

article {
  position: fixed;
  top: 30px;
  right: 0.9rem;
  z-index: 555;
}
article ul.link {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
article ul.link li {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
article ul.link li:first-child {
  margin-bottom: 15px;
}
article ul.link li a {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  transition: all 0.25s ease-in 0s;
}
article ul.link li a:hover {
  color: #D1BEA0;
}

#visual {
  width: 100%;
  height: 100vh;
  padding: 30px 40px 30px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}
#visual .photo {
  width: calc((100vh - 60px) * 0.88);
  height: 100%;
  background-color: #F8F8F8;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 308px 79px;
  position: relative;
}
#visual .photo div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
#visual .photo div.show {
  opacity: 1;
}
#visual .photo div img {
  display: none;
}

main {
  width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  padding: 200px 0 0 0;
  position: relative;
}
main .inner .thumb {
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main .inner .thumb:hover {
  filter: brightness(1.25);
}
main .inner .thumb::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
}
main .inner .sec {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
main .inner .sec .insec {
  width: 1020px;
  margin: 0 auto;
}
main .inner .sec .insec h3 {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
main .inner .sec .insec h4 {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
main .inner .sec .insec h4:not(:last-child) {
  margin-bottom: 40px;
}
main .inner .sec .insec h5 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec h5:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec .insec h5.center {
  align-items: center;
}
main .inner .sec .insec h5.size2 span:nth-child(1) {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
main .inner .sec .insec h5.size2 span:nth-child(1):not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec .insec h5.size2 span:nth-child(2) {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
main .inner .sec .insec h5 span:nth-child(1) {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
main .inner .sec .insec h5 span:nth-child(1):not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec .insec h5 span:nth-child(2) {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
main .inner .sec .insec h5 span:nth-child(2).small {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
main .inner .sec .insec h6 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec h6:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec .insec h6 span:nth-child(1) {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
main .inner .sec .insec h6 span:nth-child(1):not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec .insec h6 span:nth-child(2) {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
main .inner .sec .insec .text {
  text-align: left;
}
main .inner .sec .insec .text:not(:last-child) {
  margin-bottom: 40px;
}
main .inner .sec .insec .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .inner .sec .insec .text p:not(:last-child) {
  margin-bottom: 40px;
}
main .inner .sec .insec .credits {
  width: 300px;
}
main .inner .sec .insec .credits.cset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec .insec .credits.cset:not(:last-child) {
  margin-bottom: 200px;
}
main .inner .sec .insec .credits.cset .credit {
  width: calc((100% - 100px) / 3);
}
main .inner .sec .insec .credits.cset .credit:not(:nth-child(3n+1)) {
  margin-left: 50px;
}
main .inner .sec .insec .credits .credit {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: dotted 1px #111;
}
main .inner .sec .insec .credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec .insec .credits .credit.arrival dl dd a {
  width: 130px;
}
main .inner .sec .insec .credits .credit dl {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .inner .sec .insec .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
main .inner .sec .insec .credits .credit dl dt strong {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec .insec .credits .credit dl dt strong:not(:last-child) {
  margin-bottom: 5px;
}
main .inner .sec .insec .credits .credit dl dt strong span {
  display: inline-block;
  padding: 0 0 0 5px;
  /*
  &:not(.nc){
  	&::after{
  		content: '(TAX IN)';
  		padding: 0 0 0 5px;
  	}	
  }
  */
}
main .inner .sec .insec .credits .credit dl dd {
  margin: 0px;
}
main .inner .sec .insec .credits .credit dl dd a {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0em;
  width: 50px;
  height: 25px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid 1px #111;
  border-radius: 25px;
  transition: all 0.15s ease-in;
}
main .inner .sec .insec .credits .credit dl dd a:hover {
  color: #999999;
  border: solid 1px #999999;
}
main .inner .sec .insec .credits .credit dl dd a:not([href]) {
  display: none;
}
main .inner .sec .insec .credits .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
main .inner .sec .insec .credits .credit dl dd a[href] + a.linelink {
  display: none;
}
main .inner .sec .insec .credits .credit dl dd span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0em;
  text-align: right;
  display: inline-block;
}
main .inner .sec .insec .combo {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.1s;
}
main .inner .sec .insec .combo.on {
  opacity: 1;
}
main .inner .sec .insec .combo.type1 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .inner .sec .insec .combo.type1:not(:last-child) {
  margin-bottom: 180px;
}
main .inner .sec .insec .combo.type1 .photo {
  width: 50%;
}
main .inner .sec .insec .combo.type1 .text {
  width: 50%;
  padding: 80px;
}
main .inner .sec .insec .combo.type1.single {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .inner .sec .insec .combo.type1.single:not(:last-child) {
  margin-bottom: 150px;
}
main .inner .sec .insec .combo.type1.single .text {
  width: 460px;
  padding: 0px;
}
main .inner .sec .insec .combo.type2 {
  width: 100%;
}
main .inner .sec .insec .combo.type2:not(:last-child) {
  margin-bottom: 180px;
}
main .inner .sec .insec .combo.type2 .photos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .inner .sec .insec .combo.type2 .photos div {
  position: relative;
}
main .inner .sec .insec .combo.type2 .photos div:nth-child(1) {
  width: 550px;
  padding-bottom: 100px;
}
main .inner .sec .insec .combo.type2 .photos div:nth-child(2) {
  width: 400px;
}
main .inner .sec .insec .combo.type2 .text {
  text-align: left;
  width: 100%;
  padding: 0px;
}
main .inner .sec .insec .combo.type2 .text:not(:last-child) {
  margin-bottom: 40px;
}
main .inner .sec .insec .combo.type2-2 {
  width: 100%;
  padding: 0 60px 0 55px;
}
main .inner .sec .insec .combo.type2-2:not(:last-child) {
  margin-bottom: 180px;
}
main .inner .sec .insec .combo.type2-2 .photos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
main .inner .sec .insec .combo.type2-2 .photos div:nth-child(1) {
  width: 400px;
  position: absolute;
  top: 0px;
  left: 0px;
}
main .inner .sec .insec .combo.type2-2 .photos div:nth-child(2) {
  width: 550px;
  padding-top: 265px;
}
main .inner .sec .insec .combo.type2-2 .text {
  text-align: left;
  width: 100%;
}
main .inner .sec .insec .combo.type2-3 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec .insec .combo.type2-3:not(:last-child) {
  margin-bottom: 180px;
}
main .inner .sec .insec .combo.type2-3 .mix {
  width: 100%;
  position: relative;
}
main .inner .sec .insec .combo.type2-3 .mix.mix1 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner .sec .insec .combo.type2-3 .mix.mix1 .ph {
  width: 600px;
  order: 2;
}
main .inner .sec .insec .combo.type2-3 .mix.mix1 .credits {
  order: 1;
}
main .inner .sec .insec .combo.type2-3 .mix.mix2 {
  margin-top: -270px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
}
main .inner .sec .insec .combo.type2-3 .mix.mix2 .ph {
  width: 600px;
  margin-bottom: 30px;
}
main .inner .sec .insec .combo.type2-3 .photos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
main .inner .sec .insec .combo.type2-3 .photos:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec .insec .combo.type2-3 .photos div:nth-child(1) {
  width: 600px;
  position: absolute;
  top: 630px;
  left: 10px;
}
main .inner .sec .insec .combo.type2-3 .photos div:nth-child(2) {
  width: 600px;
  padding-bottom: 630px;
}
main .inner .sec .insec .combo.type2-3 .photos + .credits {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
main .inner .sec .insec .combo.type2-3 .photos + .credits .credit {
  width: 300px;
}
main .inner .sec .insec .combo.type2-3 .photo1 {
  width: 600px;
  margin: 0 auto;
}
main .inner .sec .insec .combo.type2-3 .photo1:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec .insec .combo.type2-3 .photo1 + .credits {
  width: 600px;
  margin: 0 auto 100px auto;
}
main .inner .sec .insec .combo.type2-3 .photo1 + .credits .credit {
  width: 300px;
}
main .inner .sec .insec .combo.type2-3 .photo2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main .inner .sec .insec .combo.type2-3 .photo2:not(:last-child) {
  margin-bottom: 150px;
}
main .inner .sec .insec .combo.type2-3 .photo2 .ph {
  width: 600px;
}
main .inner .sec .insec .combo.type2-3 .photo2 .ph:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec .insec .combo.type2-3 .photo2 .credits {
  width: 600px;
}
main .inner .sec .insec .combo.type2-3 .photo2 .credits .credit {
  width: 300px;
}
main .inner .sec .insec .combo.type2-3 .photo3 {
  width: 510px;
  margin: 0 auto;
}
main .inner .sec .insec .combo.type2-3 .photo3:not(:last-child) {
  margin-bottom: 40px;
}
main .inner .sec .insec .combo.type2-3 .text {
  text-align: left;
  width: 800px;
}
main .inner .sec .insec .combo.type2-3 .text.narrowest {
  width: 510px;
}
main .inner .sec .insec .combo.type2-3 .text.narrow {
  width: 550px;
}
main .inner .sec .insec .combo.type2-3 .text.middle {
  width: 700px;
}
main .inner .sec .insec .combo.type2-3 .text:not(:last-child) {
  margin-bottom: 150px;
}
main .inner .sec .insec .combo.type2-3 .text:not(:last-child).mb80 {
  margin-bottom: 80px;
}
main .inner .sec .insec .combo.type2-3 .text .photo {
  width: 100%;
  margin-bottom: 30px;
}
main .inner .sec .insec .combo.type2-3 .banner {
  width: 800px;
}
main .inner .sec .insec .combo.type2-3 .banner a {
  display: block;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec .insec .combo.type2-3 .banner a:hover {
  opacity: 0.7;
}
main .inner .sec .insec .combo.type3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main .inner .sec .insec .combo.type3:not(:last-child) {
  margin-bottom: 180px;
}
main .inner .sec .insec .combo.type3 .item {
  width: calc((100% - 20px) / 2);
  margin-bottom: 100px;
}
main .inner .sec .insec .combo.type3 .item:not(:nth-child(2n+1)) {
  margin-left: 20px;
}
main .inner .sec .insec .combo.type3 .item.nmb {
  margin-bottom: 0px;
}
main .inner .sec .insec .combo.type3 .item .photo {
  width: 100%;
  margin-bottom: 20px;
}
main .inner .sec .insec .combo.type3 .item .text {
  width: 100%;
  padding: 0 10px;
}
main .inner .sec .insec .combo.type3-2 {
  width: 100%;
}
main .inner .sec .insec .combo.type3-2:not(:last-child) {
  margin-bottom: 180px;
}
main .inner .sec .insec .combo.type3-2 .incombo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main .inner .sec .insec .combo.type3-2 .incombo:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .sec .insec .combo.type3-2 .incombo .item {
  width: calc((100% - 20px) / 2);
}
main .inner .sec .insec .combo.type3-2 .incombo .item:not(:nth-child(2n+1)) {
  margin-left: 20px;
}
main .inner .sec .insec .combo.type3-2 .incombo .item .photo {
  width: 100%;
}
main .inner .sec .insec .combo.type3-2 .text {
  width: 100%;
  padding: 0 10px;
}
main .inner .sec .insec .combo.type4 {
  width: 100%;
  overflow: hidden;
}
main .inner .sec .insec .combo.type4 .slider .swiper-wrapper {
  transition-timing-function: linear;
}
main .inner .sec .insec .combo.type4 .slider .swiper-wrapper .swiper-slide .photo {
  width: 100%;
  margin-bottom: 20px;
}
main .inner .sec .insec .combo.type4 .slider .swiper-wrapper .swiper-slide .text {
  width: 100%;
  padding: 0 10px;
}
main .inner .sec .insec .combo.type4 .slider .swiper-wrapper .swiper-slide .text .credits {
  width: 100%;
}
main .inner .sec .insec .combo.type5 {
  width: 740px;
  margin: 0 auto;
}
main .inner .sec .insec .combo.type5:not(:last-child) {
  margin-bottom: 180px;
}
main .inner .sec .insec .combo.type5 .photos {
  width: 100%;
  margin-bottom: 45px;
  position: relative;
}
main .inner .sec .insec .combo.type5 .text {
  width: 100%;
  padding: 0 30px;
}
main .inner .sec .insec .combo.type5 .credits {
  transform: translateX(30px);
}
main .inner .sec .insec .combo.type6 {
  width: 920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main .inner .sec .insec .combo.type6:not(:last-child) {
  margin-bottom: 180px;
}
main .inner .sec .insec .combo.type6 .intype {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner .sec .insec .combo.type6 .intype .photo {
  width: 550px;
}
main .inner .sec .insec .combo.type6 .intype .text {
  width: 320px;
}
main .inner .sec .insec .combo.type6 .onemore {
  width: 400px;
  margin-top: -200px;
  position: relative;
}
main .inner .sec .insec .combo.type6 .onemore .photo {
  margin-bottom: 20px;
}
main .inner .sec#sec1 {
  padding: 0 0 200px 0;
  position: sticky;
}
main .inner .sec#sec2 {
  width: 100%;
  padding: 200px 0;
  background-color: #8BA5CE;
  position: sticky;
  z-index: 2;
}
main .inner .sec#sec2 .insec {
  width: 100%;
}
main .inner .sec#sec2 .insec .combo:not(.type4) {
  width: 1020px;
  margin: 0 auto 180px auto;
}
main .inner .sec#sec3 {
  width: 100%;
  padding: 200px 0;
  background-color: #E6E6E6;
  position: sticky;
  z-index: 3;
}
main .inner .sec#sec3 .insec .combo.type1 {
  margin-bottom: 60px;
}
main .inner .sec#sec3 .insec .creditcombo:not(:last-child) {
  margin-bottom: 200px;
}
main .inner .sec#sec3 .insec .creditcombo p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec#sec3 .insec .creditcombo p:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec#sec3 .insec .creditcombo .credits:not(:last-child) {
  margin-bottom: 15px;
}
main .inner .sec#sec4 {
  width: 100%;
  padding: 200px 0;
  background-color: #A21010;
  position: sticky;
  z-index: 4;
}
main .inner .sec#sec5 {
  width: 100%;
  padding: 200px 0;
  background-color: #D1BEA0;
  position: sticky;
  z-index: 5;
}
main .inner .sec#sec5 .insec .combo.type1 {
  margin-bottom: 60px;
}
main .inner .sec#sec5 .insec .creditcombo:not(:last-child) {
  margin-bottom: 200px;
}
main .inner .sec#sec5 .insec .creditcombo p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec#sec5 .insec .creditcombo p:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec#sec5 .insec .creditcombo .credits:not(:last-child) {
  margin-bottom: 15px;
}
main .inner .sec#sec6 {
  width: 100%;
  padding: 200px 0;
  background-color: #111;
  position: sticky;
  z-index: 6;
}
main .inner .sec#sec6 h4 {
  color: #FFF !important;
}
main .inner .sec#sec6 h5 span {
  color: #FFF !important;
}
main .inner .sec#sec6 p {
  color: #FFF !important;
}
main .inner .sec#sec6 .insec {
  width: 100%;
}
main .inner .sec#sec6 .insec .combo:not(.type4) {
  width: 1020px;
  margin: 0 auto 180px auto;
}
main .inner .sec#sec6 .insec .credits .credit {
  border-bottom: dotted 1px #FFF;
}
main .inner .sec#sec6 .insec .credits .credit dt strong {
  color: #FFF;
}
main .inner .sec#sec6 .insec .credits .credit dd a {
  color: #FFF;
  border: solid 1px #FFF;
}
main .inner .sec#sec6 .insec .credits .credit dd a:hover {
  color: #999999;
  border: solid 1px #999999;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #FFF;
}
footer .pgtop {
  width: 100%;
  border-bottom: solid 1px #111;
}
footer .pgtop a {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .infoot {
  width: 100%;
  padding: 80px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .infoot h3 {
  width: 250px;
  height: 64px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
footer .infoot ul {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 20px;
}
footer .infoot ul li a {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover {
  color: #666666;
}
footer .infoot p {
  color: #111;
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

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

  header {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 333;
  }
  header .inner {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: auto;
  }
  header .inner h1 {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    position: fixed;
    top: 20px;
    left: 20px;
  }
  header .inner nav {
    margin-top: 0;
    position: relative;
  }
  header .inner nav ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner nav ul li {
    text-align: left;
  }
  header .inner nav ul li:not(:last-child) {
    margin-bottom: 0px;
  }
  header .inner nav ul li:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  header .inner nav ul li:not(:nth-child(n+5)) {
    margin-bottom: 20px;
  }
  header .inner nav ul li span {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  header .inner nav ul li:hover span {
    color: #111;
    text-shadow: none;
  }
  header .inner nav ul li.now span {
    color: #FFF;
    text-shadow: 1px 1px 0 #111, -1px -1px 0 #111, -1px 1px 0 #111, 1px -1px 0 #111, 0px 1px 0 #111, -1px 0 #111, -1px 0 0 #111, 1px 0 0 #111;
  }
  header .inner h2 {
    width: 100px;
    height: 26px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-top: auto;
    display: none;
  }
  header .inner#m1 {
    padding: 110px 20px 0 20px;
    left: auto;
    opacity: 1;
  }
  header .inner#m1 nav {
    width: 75%;
  }
  header .inner#m1 nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner#m1 nav ul li {
    width: calc((100% - 20px) / 2);
  }
  header .inner#m2 {
    width: 100%;
    height: auto;
    padding: 40px 80px;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 777;
    opacity: 1;
    clip-path: inset(100% 0 0 0);
    pointer-events: none;
    transition: all 0.3s ease-in;
  }
  header .inner#m2.on {
    pointer-events: auto;
    clip-path: inset(0 0 0 0);
  }
  header .inner#m2 h1 {
    display: none;
  }
  header .inner#m2 nav {
    margin-top: auto;
  }
  header .inner#m2 nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  header .inner#m2 nav ul li {
    text-align: left;
    width: 50%;
    padding: 10px;
    margin: 0px;
  }
  header .inner#m2 nav ul li:not(:last-child) {
    margin: 0px;
  }
  header .inner#m2 nav ul li:nth-child(2).now span {
    color: #8BA5CE;
  }
  header .inner#m2 nav ul li:nth-child(3).now span {
    color: #E6E6E6;
  }
  header .inner#m2 nav ul li:nth-child(4).now span {
    color: #A21010;
  }
  header .inner#m2 nav ul li:nth-child(5).now span {
    color: #D1BEA0;
  }
  header .inner#m2 nav ul li:nth-child(6).now span {
    color: #999999;
  }
  header .inner#m2 nav ul li span {
    font-size: 2rem;
  }
  header .inner#m2 h2 {
    margin-top: 40px;
  }
  header .hum {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
    display: none;
  }
  header .hum.active {
    display: block;
  }
  header .hum div {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px #111;
    border-radius: 25px;
    position: relative;
    transition: all 0.2s ease-in;
  }
  header .hum div span {
    width: 22px;
    height: 1px;
    background-color: #111;
    display: block;
    position: absolute;
    left: 14px;
    transition: all 0.2s ease-in;
  }
  header .hum div span:nth-child(1) {
    top: 17px;
  }
  header .hum div span:nth-child(2) {
    top: 25px;
  }
  header .hum div span:nth-child(3) {
    top: 33px;
  }
  header .hum.on div {
    background-color: rgba(255, 255, 255, 0);
    border: none;
  }
  header .hum.on div span:nth-child(1) {
    top: 25px;
    transform: rotate(45deg);
  }
  header .hum.on div span:nth-child(2) {
    opacity: 0;
  }
  header .hum.on div span:nth-child(3) {
    top: 25px;
    transform: rotate(-45deg);
  }

  article {
    position: fixed;
    top: 30px;
    right: 0.9rem;
    z-index: 555;
  }
  article ul.link {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  article ul.link li {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  article ul.link li:first-child {
    margin-bottom: 15px;
  }
  article ul.link li a {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    transition: all 0.25s ease-in 0s;
  }
  article ul.link li a:hover {
    color: #D1BEA0;
  }

  #visual {
    width: 100%;
    height: auto;
    padding: 0px 40px 0px 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
  }
  #visual .photo {
    width: 100%;
    height: auto;
    background-color: #F8F8F8;
    background-image: none;
    position: relative;
  }
  #visual .photo::after {
    content: "";
    width: 100px;
    height: 26px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 3;
  }
  #visual .photo div {
    width: 100%;
    height: auto;
    background-image: none;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
  }
  #visual .photo div.show {
    opacity: 1;
  }
  #visual .photo div img {
    display: block;
  }

  main .inner {
    width: 100%;
    padding: 100px 0 0 0;
    position: relative;
  }
  main .inner .thumb {
    cursor: pointer;
    position: relative;
    transition: all 0.25s ease-in 0s;
  }
  main .inner .thumb:hover {
    filter: brightness(1.25);
  }
  main .inner .thumb::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
  }
  main .inner .sec .insec {
    width: 100%;
    margin: 0 auto;
  }
  main .inner .sec .insec h3 {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 7rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 50px;
  }
  main .inner .sec .insec h4 {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  main .inner .sec .insec h4:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec .insec h5 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec h5:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec .insec h5.center {
    align-items: center;
  }
  main .inner .sec .insec h5.size2 span:nth-child(1) {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  main .inner .sec .insec h5.size2 span:nth-child(1):not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .insec h5.size2 span:nth-child(2) {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  main .inner .sec .insec h5 span:nth-child(1) {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  main .inner .sec .insec h5 span:nth-child(1):not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .insec h5 span:nth-child(2) {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  main .inner .sec .insec h5 span:nth-child(2).small {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
  main .inner .sec .insec h6 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec h6:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec .insec h6 span:nth-child(1) {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  main .inner .sec .insec h6 span:nth-child(1):not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .insec h6 span:nth-child(2) {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  main .inner .sec .insec .text {
    text-align: left;
  }
  main .inner .sec .insec .text:not(:last-child) {
    margin-bottom: 40px;
  }
  main .inner .sec .insec .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .text p:not(:last-child) {
    margin-bottom: 40px;
  }
  main .inner .sec .insec .credits {
    width: 100%;
  }
  main .inner .sec .insec .credits.cset {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .credits.cset:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec .credits.cset .credit {
    width: 100%;
  }
  main .inner .sec .insec .credits.cset .credit:not(:nth-child(3n+1)) {
    margin-left: 0px;
  }
  main .inner .sec .insec .credits .credit {
    width: calc(100% - 30px);
    padding-bottom: 10px;
    border-bottom: dotted 1px #111;
  }
  main .inner .sec .insec .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .insec .credits .credit.arrival dl dd a {
    width: 130px;
  }
  main .inner .sec .insec .credits .credit dl {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  main .inner .sec .insec .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
  }
  main .inner .sec .insec .credits .credit dl dt strong {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec .insec .credits .credit dl dt strong:not(:last-child) {
    margin-bottom: 5px;
  }
  main .inner .sec .insec .credits .credit dl dt strong span {
    display: inline-block;
    padding: 0 0 0 5px;
    /*
    &:not(.nc){
    	&::after{
    		content: '(TAX IN)';
    		padding: 0 0 0 5px;
    	}	
    }
    */
  }
  main .inner .sec .insec .credits .credit dl dd {
    margin: 0px;
  }
  main .inner .sec .insec .credits .credit dl dd a {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: 0em;
    width: 50px;
    height: 25px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: solid 1px #111;
    border-radius: 25px;
    transition: all 0.15s ease-in;
  }
  main .inner .sec .insec .credits .credit dl dd a:hover {
    color: #999999;
    border: solid 1px #999999;
  }
  main .inner .sec .insec .credits .credit dl dd a:not([href]) {
    display: none;
  }
  main .inner .sec .insec .credits .credit dl dd a:not([href]) + a.linelink {
    display: inline-block;
  }
  main .inner .sec .insec .credits .credit dl dd a[href] + a.linelink {
    display: none;
  }
  main .inner .sec .insec .credits .credit dl dd span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0em;
    text-align: right;
    display: inline-block;
  }
  main .inner .sec .insec .combo.type1 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .combo.type1:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type1 .photo {
    width: calc(100% - 20px);
  }
  main .inner .sec .insec .combo.type1 .text {
    width: calc(100% - 50px);
    padding: 0px;
    margin-top: -40px;
  }
  main .inner .sec .insec .combo.type1.single {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .combo.type1.single:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type1.single .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec .insec .combo.type1.single .text {
    width: calc(100% - 20px);
    padding: 0px;
    margin: 0 auto;
  }
  main .inner .sec .insec .combo.type2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .combo.type2:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type2 .photos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .combo.type2 .photos:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec .insec .combo.type2 .photos div {
    position: relative;
  }
  main .inner .sec .insec .combo.type2 .photos div:nth-child(1) {
    width: 100%;
    padding: 0 0 0 40px;
    order: 2;
  }
  main .inner .sec .insec .combo.type2 .photos div:nth-child(2) {
    width: 100%;
    padding: 0 110px 0 10px;
    margin-bottom: 20px;
    order: 1;
  }
  main .inner .sec .insec .combo.type2 .text {
    width: calc(100% - 20px);
  }
  main .inner .sec .insec .combo.type2 .text:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec .insec .combo.type2 .credits {
    width: calc(100% - 20px);
  }
  main .inner .sec .insec .combo.type2-2 {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .combo.type2-2:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type2-2 .photos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .combo.type2-2 .photos:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec .insec .combo.type2-2 .photos div:nth-child(1) {
    width: 100%;
    padding: 0 110px 0 10px;
    margin-bottom: 20px;
    position: relative;
    top: auto;
    left: auto;
  }
  main .inner .sec .insec .combo.type2-2 .photos div:nth-child(2) {
    width: 100%;
    padding: 0 0 0 40px;
  }
  main .inner .sec .insec .combo.type2-2 .text {
    text-align: left;
    width: calc(100% - 20px);
  }
  main .inner .sec .insec .combo.type2-2 .credits {
    width: calc(100% - 20px);
  }
  main .inner .sec .insec .combo.type2-3:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type2-3 .mix {
    width: calc(100% - 20px);
    position: relative;
  }
  main .inner .sec .insec .combo.type2-3 .mix.mix1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .combo.type2-3 .mix.mix1:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type2-3 .mix.mix1 .ph {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
  main .inner .sec .insec .combo.type2-3 .mix.mix1 .credits {
    order: 2;
  }
  main .inner .sec .insec .combo.type2-3 .mix.mix2 {
    width: calc(100% - 20px);
    margin-top: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type2-3 .mix.mix2 .ph {
    width: 100%;
    margin-bottom: 30px;
  }
  main .inner .sec .insec .combo.type2-3 .photos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
  }
  main .inner .sec .insec .combo.type2-3 .photos:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .combo.type2-3 .photos div:nth-child(1) {
    width: 600px;
    position: absolute;
    top: 630px;
    left: 10px;
  }
  main .inner .sec .insec .combo.type2-3 .photos div:nth-child(2) {
    width: 600px;
    padding-bottom: 630px;
  }
  main .inner .sec .insec .combo.type2-3 .photos + .credits {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  main .inner .sec .insec .combo.type2-3 .photos + .credits .credit {
    width: 300px;
  }
  main .inner .sec .insec .combo.type2-3 .photo1 {
    width: calc(100% - 80px);
  }
  main .inner .sec .insec .combo.type2-3 .photo1:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .combo.type2-3 .photo1 + .credits {
    width: calc(100% - 80px);
    margin: 0 auto 100px auto;
  }
  main .inner .sec .insec .combo.type2-3 .photo1 + .credits .credit {
    width: 100%;
  }
  main .inner .sec .insec .combo.type2-3 .photo2 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .inner .sec .insec .combo.type2-3 .photo2:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type2-3 .photo2 .ph {
    width: calc(100% - 40px);
  }
  main .inner .sec .insec .combo.type2-3 .photo2 .ph:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .combo.type2-3 .photo2 .credits {
    width: calc(100% - 40px);
  }
  main .inner .sec .insec .combo.type2-3 .photo2 .credits .credit {
    width: calc(100% - 40px);
  }
  main .inner .sec .insec .combo.type2-3 .photo3 {
    width: 510px;
    margin: 0 auto;
  }
  main .inner .sec .insec .combo.type2-3 .photo3:not(:last-child) {
    margin-bottom: 40px;
  }
  main .inner .sec .insec .combo.type2-3 .text {
    text-align: left;
    width: 100%;
  }
  main .inner .sec .insec .combo.type2-3 .text.narrowest {
    width: calc(100% - 20px);
  }
  main .inner .sec .insec .combo.type2-3 .text.narrow {
    width: calc(100% - 20px);
  }
  main .inner .sec .insec .combo.type2-3 .text.middle {
    width: calc(100% - 20px);
  }
  main .inner .sec .insec .combo.type2-3 .text:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type2-3 .text:not(:last-child).mb80 {
    width: calc(100% - 20px);
    margin-bottom: 80px;
  }
  main .inner .sec .insec .combo.type2-3 .text .photo {
    width: 100%;
    margin-bottom: 30px;
  }
  main .inner .sec .insec .combo.type2-3 .banner {
    width: 100%;
    padding: 0 10px;
  }
  main .inner .sec .insec .combo.type2-3 .banner a:hover {
    opacity: 1;
  }
  main .inner .sec .insec .combo.type3 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec .insec .combo.type3:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type3 .item {
    width: calc(100% - 20px);
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type3 .item:not(:nth-child(2n+1)) {
    margin-left: 0px;
  }
  main .inner .sec .insec .combo.type3 .item.nmb {
    margin-bottom: 0px;
  }
  main .inner .sec .insec .combo.type3 .item.nmb:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type3 .item .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main .inner .sec .insec .combo.type3 .item .text {
    width: 100%;
    padding: 0px;
  }
  main .inner .sec .insec .combo.type3-2 {
    width: 100%;
  }
  main .inner .sec .insec .combo.type3-2:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type3-2 .incombo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .combo.type3-2 .incombo:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec .insec .combo.type3-2 .incombo .item {
    width: 100%;
    padding: 0 10px;
  }
  main .inner .sec .insec .combo.type3-2 .incombo .item:not(:nth-child(2n+1)) {
    margin-left: 0px;
  }
  main .inner .sec .insec .combo.type3-2 .incombo .item:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .insec .combo.type3-2 .incombo .item .photo {
    width: 100%;
  }
  main .inner .sec .insec .combo.type3-2 .text {
    width: 100%;
    padding: 0 10px;
  }
  main .inner .sec .insec .combo.type4 {
    width: 100%;
    overflow: hidden;
  }
  main .inner .sec .insec .combo.type4 .slider .swiper-wrapper {
    transition-timing-function: linear;
  }
  main .inner .sec .insec .combo.type4 .slider .swiper-wrapper .swiper-slide .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  main .inner .sec .insec .combo.type4 .slider .swiper-wrapper .swiper-slide .text {
    width: 100%;
    padding: 0 10px;
  }
  main .inner .sec .insec .combo.type4 .slider .swiper-wrapper .swiper-slide .text .credits {
    width: 100%;
  }
  main .inner .sec .insec .combo.type5 {
    width: 100%;
    margin: 0 auto;
  }
  main .inner .sec .insec .combo.type5:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec .insec .combo.type5 .photos {
    width: calc(100% - 20px);
    margin: 0 auto 45px auto;
    position: relative;
  }
  main .inner .sec .insec .combo.type5 .text {
    width: 100%;
    padding: 0 10px;
  }
  main .inner .sec .insec .combo.type5 .credits {
    padding: 0 10px;
    transform: translateX(0px);
  }
  main .inner .sec .insec .combo.type6 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .inner .sec .insec .combo.type6:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec .insec .combo.type6 .intype {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec .insec .combo.type6 .intype .photo {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  main .inner .sec .insec .combo.type6 .intype .text {
    width: 100%;
    padding: 0 10px;
  }
  main .inner .sec .insec .combo.type6 .onemore {
    width: 100%;
    padding: 0 10px;
    margin-top: 0px;
    position: relative;
  }
  main .inner .sec .insec .combo.type6 .onemore .photo {
    margin-bottom: 20px;
  }
  main .inner .sec#sec1 {
    padding: 0px;
    position: sticky;
  }
  main .inner .sec#sec1 .insec {
    padding: 0 0 100px 0;
  }
  main .inner .sec#sec1 .insec .combo.type1:nth-child(1) .text {
    margin-top: -40px;
  }
  main .inner .sec#sec1 .insec .combo.type2 .credits {
    padding-left: 25px;
  }
  main .inner .sec#sec2 {
    padding: 0px;
  }
  main .inner .sec#sec2 .insec {
    padding: 100px 0;
  }
  main .inner .sec#sec2 .insec .combo:not(.type4) {
    width: 100%;
    margin: 0 auto 100px auto;
  }
  main .inner .sec#sec2 .insec .combo.type2-2 .credits {
    padding-left: 30px;
  }
  main .inner .sec#sec3 {
    width: 100%;
    padding: 0px;
    background-color: #E6E6E6;
    position: sticky;
    z-index: 3;
  }
  main .inner .sec#sec3 .insec {
    padding: 100px 0;
  }
  main .inner .sec#sec3 .insec .combo.type1 {
    margin-bottom: 0px;
  }
  main .inner .sec#sec3 .insec .combo.type1:nth-child(1) .text {
    margin-top: -40px;
  }
  main .inner .sec#sec3 .insec .combo.type1:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec#sec3 .insec .combo.type1:not(:last-child):first-child {
    margin-bottom: 60px;
  }
  main .inner .sec#sec3 .insec .combo.type1.single:last-child .text {
    order: 2;
  }
  main .inner .sec#sec3 .insec .combo.type1.single:last-child .photo {
    margin-bottom: 20px;
    order: 1;
  }
  main .inner .sec#sec3 .insec .creditcombo {
    padding: 0 40px 0 25px;
  }
  main .inner .sec#sec3 .insec .creditcombo:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec#sec3 .insec .creditcombo p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner .sec#sec3 .insec .creditcombo p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec#sec3 .insec .creditcombo .credits:not(:last-child) {
    margin-bottom: 15px;
  }
  main .inner .sec#sec4 {
    padding: 0px;
  }
  main .inner .sec#sec4 .insec {
    padding: 100px 0;
  }
  main .inner .sec#sec4 .insec .combo.type1:nth-child(1) .text {
    margin-top: -40px;
  }
  main .inner .sec#sec4 .insec .combo.type1.single:nth-last-child(2) .text {
    order: 2;
  }
  main .inner .sec#sec4 .insec .combo.type1.single:nth-last-child(2) .photo {
    margin-bottom: 20px;
    order: 1;
  }
  main .inner .sec#sec4 .insec .combo.type2-3 .text.narrow {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .sec#sec4 .insec .combo.type2-3 .text.narrow h5 {
    order: 2;
  }
  main .inner .sec#sec4 .insec .combo.type2-3 .text.narrow p {
    order: 3;
  }
  main .inner .sec#sec4 .insec .combo.type2-3 .text.narrow .photo {
    order: 1;
  }
  main .inner .sec#sec4 .insec .combo.type2-3 .text.narrow .credits {
    order: 4;
  }
  main .inner .sec#sec5 {
    padding: 0px;
  }
  main .inner .sec#sec5 .insec {
    padding: 100px 0;
  }
  main .inner .sec#sec5 .insec .combo.type6 .intype {
    margin-bottom: 60px;
  }
  main .inner .sec#sec5 .insec .combo.type6 .intype .photo {
    padding: 0 110px 0 10px;
  }
  main .inner .sec#sec5 .insec .combo.type6 .intype .text {
    padding: 0 110px 0 10px;
  }
  main .inner .sec#sec5 .insec .combo.type6 .intype .text .credits .credit {
    width: 100%;
  }
  main .inner .sec#sec5 .insec .combo.type6 .onemore {
    padding: 0 0 0 40px;
  }
  main .inner .sec#sec5 .insec .creditcombo {
    padding: 0 40px 0 25px;
  }
  main .inner .sec#sec5 .insec .creditcombo:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec#sec5 .insec .creditcombo p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner .sec#sec5 .insec .creditcombo p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec#sec5 .insec .creditcombo .credits:not(:last-child) {
    margin-bottom: 15px;
  }
  main .inner .sec#sec6 {
    padding: 0px;
  }
  main .inner .sec#sec6 h4 {
    color: #FFF !important;
  }
  main .inner .sec#sec6 h5 span {
    color: #FFF !important;
  }
  main .inner .sec#sec6 p {
    color: #FFF !important;
  }
  main .inner .sec#sec6 .insec {
    width: 100%;
    padding: 100px 0;
  }
  main .inner .sec#sec6 .insec .combo:not(.type4) {
    width: 100%;
    margin: 0 auto 100px auto;
  }
  main .inner .sec#sec6 .insec .combo:not(.type4) .photo3 {
    width: 100%;
    padding: 0 40px;
  }
  main .inner .sec#sec6 .insec .combo.type3-2 .incombo .item:nth-child(1) {
    padding: 0 110px 0 10px;
  }
  main .inner .sec#sec6 .insec .combo.type3-2 .incombo .item:nth-child(2) {
    padding: 0 0 0 40px;
  }
  main .inner .sec#sec6 .insec .combo.type3-2 .incombo .item:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner .sec#sec6 .insec .combo.type3-2 .credits {
    padding: 0 40px;
  }
  main .inner .sec#sec6 .insec .combo .text.default {
    width: calc(100% - 20px);
  }
  main .inner .sec#sec6 .insec .combo .text.default .credits {
    padding: 0 30px 0 0;
  }
  main .inner .sec#sec6 .insec .combo .text.middle .credits {
    padding: 0px;
  }
  main .inner .sec#sec6 .insec .combo .text.narrow {
    width: calc(100% - 80px);
  }
  main .inner .sec#sec6 .insec .combo .text.narrow .credits {
    padding: 0px;
  }
  main .inner .sec#sec6 .insec .combo .text.narrow .credits .credit {
    width: 100%;
  }
  main .inner .sec#sec6 .insec .combo .text.narrowest {
    width: calc(100% - 80px);
  }
  main .inner .sec#sec6 .insec .combo .text.narrowest .credits {
    padding: 0px;
  }
  main .inner .sec#sec6 .insec .combo .text.narrowest .credits .credit {
    width: 100%;
  }
  main .inner .sec#sec6 .insec .credits {
    padding: 0 40px 0 10px;
  }
  main .inner .sec#sec6 .insec .credits .credit {
    border-bottom: dotted 1px #FFF;
  }
  main .inner .sec#sec6 .insec .credits .credit dt strong {
    color: #FFF;
  }
  main .inner .sec#sec6 .insec .credits .credit dd a {
    color: #FFF;
    border: solid 1px #FFF;
  }
  main .inner .sec#sec6 .insec .credits .credit dd a:hover {
    color: #999999;
    border: solid 1px #999999;
  }

  footer .pgtop a {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    height: 40px;
  }
  footer .infoot {
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .infoot h3 {
    width: 125px;
    height: 32px;
    margin-bottom: 40px;
  }
  footer .infoot ul {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot ul li a {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot ul li a:hover {
    color: #111;
  }
  footer .infoot p {
    color: #111;
    font-family: acumin-pro, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
  }
}

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