@charset "UTF-8";
@import url("https://use.typekit.net/gnm8zhx.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: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  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: #000;
  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: 210px;
  height: 41px;
  background-image: url(../images/title_load.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 105px);
  top: calc(50% - 20px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

header {
  width: 100%;
  padding: 0 0 80px 0;
}
header:not(:last-child) {
  margin-bottom: 0;
}
header .inner {
  width: 100%;
  margin: 0 auto;
}
header .inner.on .visual h1 {
  opacity: 1;
}
header .inner.on .visual picture {
  opacity: 1;
}
header .inner .visual {
  width: 100%;
  position: relative;
}
header .inner .visual h1 {
  width: 28vw;
  opacity: 0;
  transition: all 0.8s ease-in 0.5s;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
header .inner .visual picture {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}

nav ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 30px;
  left: 40px;
  z-index: 5;
}
nav ul li:not(:last-child) {
  margin-right: 5px;
}
nav ul li span {
  color: #FFF;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: horizontal-tb;
}
nav ul li a {
  color: #FFF;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: horizontal-tb;
  transition: all 0.25s ease-in 0s;
}
nav ul li a:hover {
  color: #999999;
}

/* common credits------ */
.credits > div {
  width: 100%;
}
.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;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 0;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl dt {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
.credits > div dl dt span:nth-child(2)::after {
  content: "(TAX IN)";
  margin-left: 5px;
  display: inline-block;
}
.credits > div dl dd {
  width: 60px;
  margin-left: 20px;
}
.credits > div dl dd a {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 1px 9px;
  border: solid 1px #000;
  display: block;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  opacity: 0.7;
}
.credits > div dl dd span {
  display: none;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 0;
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 0;
}

/* -------------------- */
main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .bg_color01 {
  width: 100%;
  margin-bottom: 150px;
}
main .bg_color01.on .sec {
  opacity: 1;
}
main .bg_color01 .sec {
  padding: 150px 0;
  background-color: #000;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .bg_color01 .sec:not(:last-child) {
  padding: 150px 0 0;
}
main .bg_color02 {
  width: 100%;
}
main .bg_color02.on .sec {
  opacity: 1;
}
main .bg_color02 .sec {
  padding: 150px 0;
  background-color: #eadcc6;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .bg_color02 .sec:not(:last-child) {
  padding: 150px 0 0;
}
main .sec {
  width: 100%;
  padding: 0px;
}
main .sec#lead {
  width: 60%;
  margin: 0 auto 100px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#lead.on .lead_text {
  opacity: 1;
}
main .sec#lead.on .staff {
  opacity: 1;
}
main .sec#lead .lead_text {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec#lead .staff {
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
  padding-top: 30px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}
main .sec#sec1:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec2:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec3:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec4:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec5:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec6:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec7:not(:last-child) {
  margin: 200px auto;
}
main .sec#sec8:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec9:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec10:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec11:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec12:last-child {
  padding-bottom: 150px;
}
main .sec#sec13:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec14:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec15:not(:last-child) {
  margin-bottom: 150px;
}
main .sec#sec16:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec17:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec18:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec19:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec20:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec21:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec22:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec23:not(:last-child) {
  margin-bottom: 0;
}
main .sec#sec24 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec24 ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec24 ul li {
  width: 270px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec#sec24 ul li:not(:last-child) {
  margin-bottom: 10px;
}
main .sec#sec24 ul li span {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
  width: 100px;
}
main .sec#sec24 ul li a {
  color: #000;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: 150px;
}
main .sec#sec24 ul li a:hover {
  color: #666666;
}
main .sec .insec {
  width: 80%;
  margin: 0 auto;
}
main .sec .insec .photo {
  position: relative;
}
main .sec .insec .photo.with-c::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  transition: all 0.25s ease-in 0s;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}
main .sec .insec .photo.with-c.active::before {
  transform: rotate(135deg);
}
main .sec .insec .photo.with-c.active .c-wrap {
  opacity: 1;
  pointer-events: auto;
}
main .sec .insec .photo .c-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  pointer-events: none;
}
main .sec .insec .photo .c-wrap .credits {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .photo .c-wrap .credits > div dl dt strong {
  color: #FFF;
}
main .sec .insec .photo .c-wrap .credits > div dl dt span {
  color: #FFF;
}
main .sec .insec .photo .c-wrap .credits > div dl dd a {
  color: #FFF;
  border: solid 1px #FFF;
}
main .sec .insec.type1 {
  width: 45%;
}
main .sec .insec.type1.on .photo {
  opacity: 1;
}
main .sec .insec.type1.on .credits {
  opacity: 1;
}
main .sec .insec.type1 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type1 .photo:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec.type1 .credits {
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type2 {
  width: 60%;
}
main .sec .insec.type2.on .combo .photo {
  opacity: 1;
}
main .sec .insec.type2.on .combo .credits {
  opacity: 1;
}
main .sec .insec.type2 .combo {
  width: 100%;
}
main .sec .insec.type2 .combo .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type2 .combo .photo:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec.type2 .combo .credits {
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type3 {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec.type3.on .photo:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type3.on .photo:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type3.on + .mycredit {
  opacity: 1;
}
main .sec .insec.type3 .photo:nth-child(1) {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type3 .photo:nth-child(2) {
  width: 50%;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type3 + .mycredit {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .sec .insec.type3 + .mycredit .credits {
  width: calc(50% - 46px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec.type3 + .mycredit .credits > div {
  width: 80%;
}
main .sec .insec.type4 {
  width: 90%;
}
main .sec .insec.type4.on .photo {
  opacity: 1;
}
main .sec .insec.type4 .photo {
  width: 35%;
  margin: 0 auto 0 100px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type4 .photo.right {
  margin: 0 100px 0 auto;
}
main .sec .insec.type5 {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec.type5.on .photo:nth-child(1) {
  opacity: 1;
}
main .sec .insec.type5.on .photo:nth-child(2) {
  opacity: 1;
}
main .sec .insec.type5.on .photo:nth-child(3) {
  opacity: 1;
}
main .sec .insec.type5.on .photo:nth-child(4) {
  opacity: 1;
}
main .sec .insec.type5.on + .mycredit {
  opacity: 1;
}
main .sec .insec.type5 .photo {
  width: 50%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type5 + .mycredit {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .sec .insec.type5 + .mycredit .credits {
  width: calc(50% - 46px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec.type5 + .mycredit .credits > div {
  width: 80%;
}

footer {
  text-align: left;
  width: 100%;
  padding: 50px 0 90px 0;
  margin: 0 auto;
  border-top: solid 1px #000;
  background-color: #000;
}
footer .infoot {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #FFF;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
  color: #666666;
}
footer .infoot div p {
  color: #FFF;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
footer .infoot .pgtop a {
  color: #FFF;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #666666;
  text-decoration: underline;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  header {
    width: 100%;
    padding: 0 0 40px 0;
  }
  header:not(:last-child) {
    margin-bottom: 0;
  }
  header .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  header .inner .visual {
    width: 100%;
    position: relative;
  }
  header .inner .visual h1 {
    width: 50vw;
    left: 20px;
    bottom: 20px;
  }
  header .inner .visual picture {
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  nav h1 {
    top: 7px;
    right: 10px;
    left: auto;
  }
  nav ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 20px;
    left: 10px;
  }
  /* common credits------ */
  .credits > div {
    width: 100%;
  }
  .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;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl dt {
    text-align: left;
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong {
    color: #000;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits > div dl dt strong:nth-child(1) {
    margin: 0 0 5px 0;
  }
  .credits > div dl dt strong:nth-child(2) {
    margin: 0px;
  }
  .credits > div dl dt strong span:first-child {
    margin: 0px;
  }
  .credits > div dl dt span {
    color: #000;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  .credits > div dl dd {
    width: 50px;
    margin-left: 20px;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 1px 9px;
    border: solid 1px #000;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd a:hover {
    opacity: 0.7;
  }
  .credits > div dl dd span {
    display: none;
  }
  /* -------------------- */
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .bg_color01 {
    width: 100%;
    margin-bottom: 80px;
  }
  main .bg_color01.on .sec {
    opacity: 1;
  }
  main .bg_color01 .sec {
    padding: 80px 0;
    background-color: #000;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .bg_color01 .sec:not(:last-child) {
    padding: 80px 0 0;
  }
  main .bg_color01 .sec:first-child {
    padding: 0;
  }
  main .bg_color02 {
    width: 100%;
  }
  main .bg_color02.on .sec {
    opacity: 1;
  }
  main .bg_color02 .sec {
    padding: 80px 0;
    background-color: #eadcc6;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .bg_color02 .sec:not(:last-child) {
    padding: 80px 0 0;
  }
  main .sec {
    width: 100%;
    padding: 0px;
  }
  main .sec#lead {
    width: 80%;
    margin: 0 auto 80px;
  }
  main .sec#lead .staff {
    padding-top: 20px;
  }
  main .sec#sec1:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec2:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec3:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec4:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec5:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec6:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec7:not(:last-child) {
    margin: 120px auto;
  }
  main .sec#sec8:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec#sec9:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec#sec10:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec#sec11:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec#sec12:last-child {
    padding-bottom: 80px;
  }
  main .sec#sec13:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec14:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec15:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec16:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec#sec17:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec#sec18:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec#sec19:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec#sec20:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec#sec21:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec#sec22:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec#sec23:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
  }
  main .sec .insec .photo {
    position: relative;
  }
  main .sec .insec .photo:nth-child(odd) .c-wrap.wide {
    left: calc(100% - 50vw);
  }
  main .sec .insec .photo:nth-child(even) .c-wrap.wide {
    left: -50vw;
  }
  main .sec .insec .photo.with-c::before {
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 10px;
    z-index: 5;
  }
  main .sec .insec .photo.with-c.active::before {
    transform: rotate(135deg);
    z-index: 15;
  }
  main .sec .insec .photo.with-c.active .c-wrap {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
  }
  main .sec .insec .photo .c-wrap.wide {
    width: 100vw;
  }
  main .sec .insec .photo .c-wrap .credits {
    width: calc(100% - 20px);
  }
  main .sec .insec.type1 {
    width: 80%;
  }
  main .sec .insec.type1 .photo {
    width: 100%;
  }
  main .sec .insec.type2 {
    width: 90%;
  }
  main .sec .insec.type2 .combo {
    width: 100%;
  }
  main .sec .insec.type2 .combo .photo {
    width: 100%;
    opacity: 0;
  }
  main .sec .insec.type3 {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec.type3.w100 {
    width: 100%;
  }
  main .sec .insec.type3 .photo:nth-child(1) {
    width: 100%;
  }
  main .sec .insec.type3 .photo:nth-child(2) {
    width: 100%;
  }
  main .sec .insec.type3 .photo.w90 {
    width: 90%;
    margin: 0 auto 20px auto;
  }
  main .sec .insec.type3 + .mycredit {
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s ease-in 1s;
  }
  main .sec .insec.type3 + .mycredit .credits {
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type3 + .mycredit .credits > div {
    width: 100%;
  }
  main .sec .insec.type4 {
    width: 100%;
  }
  main .sec .insec.type4 .photo {
    width: 50%;
    margin: 0 auto 0 20px;
  }
  main .sec .insec.type4 .photo.right {
    margin: 0 20px 0 auto;
  }
  main .sec .insec.type5 {
    width: 100%;
  }
  main .sec .insec.type5 .photo {
    width: 50%;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .sec .insec.type5 + .mycredit {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s ease-in 1s;
  }
  main .sec .insec.type5 + .mycredit .credits {
    width: calc(50% - 46px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec.type5 + .mycredit .credits > div {
    width: 80%;
  }
  footer {
    padding: 40px 0 60px 0;
  }
  footer .infoot {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #FFF;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
    color: #666666;
  }
  footer .infoot div p {
    color: #FFF;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  footer .infoot .pgtop a {
    color: #FFF;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot .pgtop a:hover {
    color: #666666;
  }
}/*# sourceMappingURL=style.css.map */