@charset "UTF-8";
@import url("https://use.typekit.net/yjd3xsv.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 appear1 {
  0% {
    transform: rotate(-5deg) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
  }
}
@keyframes appear2 {
  0% {
    transform: rotate(-2.5deg) translateY(30px);
    opacity: 0;
  }
  100% {
    transform: rotate(-5deg) translateY(0px);
    opacity: 1;
  }
}
@keyframes appear3 {
  0% {
    transform: rotate(2.5deg) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: rotate(5deg) translateY(0px);
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

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

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

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

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: #E1E2E6;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 142px;
  height: 54px;
  background-image: url(../images/logo_2e.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% - 71px);
  top: calc(50% - 27px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  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 {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  pointer-events: none;
}
header .inner {
  width: 100%;
  padding: 20px 20px 0 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header .inner ul::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFF;
  margin-bottom: 10px;
  order: 2;
}
header .inner ul li {
  color: #FFF;
  font-family: "interface", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  pointer-events: auto;
}
header .inner ul li:first-child {
  margin-bottom: 10px;
  order: 1;
}
header .inner ul li:last-child {
  order: 3;
}
header .inner ul li a {
  color: #FFF;
}
header .inner ul li a:hover {
  opacity: 0.7;
}

main {
  width: 100%;
  margin-bottom: 140px;
  position: relative;
  box-sizing: border-box;
}
main .visual {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
main .visual .inner {
  width: 100%;
  height: 100vh;
  background-image: url(../images/visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .visual .inner .title {
  width: 466px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .visual .inner .title.on {
  opacity: 1;
}
main .visual .inner .title h2 {
  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;
  width: 486px;
  height: 148px;
  margin-bottom: 50px;
}
main .visual .inner .title h3 {
  background-image: url(../images/logo_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 193px;
  height: 18px;
}
main .visual .inner img {
  display: none;
}
main .lead {
  width: 100%;
  margin-bottom: 120px;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main .lead.on {
  opacity: 1;
}
main .lead .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .lead .inner h4 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .lead .inner p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main .lead .inner .youtube {
  width: 800px;
}
main .sec {
  width: 100%;
  padding: 100px 0 180px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
main .sec .headsec {
  text-align: left;
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .sec .headsec.on {
  opacity: 1;
}
main .sec .headsec:not(:last-child) {
  margin-bottom: 50px;
}
main .sec .headsec dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .headsec dl dt {
  color: #000;
  font-family: "interface", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .headsec dl dd.name {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  position: relative;
  transform: translateX(-2px);
}
main .sec .headsec dl dd.name span {
  position: relative;
}
main .sec .headsec dl dd.name span:nth-child(1) {
  color: #000;
  font-family: "interface", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .headsec dl dd.name span:nth-child(2) {
  color: #000;
  font-family: "interface", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
  transform: translateY(-0.4rem);
}
main .sec .headsec dl dd.link {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main .sec .headsec dl dd.link::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main .sec .headsec dl dd.link a {
  color: #000;
  font-family: "interface", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0em;
  margin-left: 5px;
}
main .sec .headsec dl dd.link a:hover {
  color: #666666;
}
main .sec .headsec .text {
  margin-left: 50px;
}
main .sec .headsec .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .sec .headsec .text p:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .insec {
  width: 1280px;
  padding: 0px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec:not(:last-child) {
  margin-bottom: 180px;
}
main .sec .insec.on .photo {
  opacity: 1;
}
main .sec .insec.on .combo {
  opacity: 1;
}
main .sec .insec .photo {
  width: 620px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .sec .insec .photo .slider {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
main .sec .insec .photo .slider .arrow {
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow.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;
  top: calc(50% - 10px);
  z-index: 5;
  display: none;
}
main .sec .insec .photo .slider .arrow.prev {
  left: 10px;
}
main .sec .insec .photo .slider .arrow.next {
  right: 10px;
  transform: rotate(180deg);
}
main .sec .insec .photo dl {
  text-align: left;
}
main .sec .insec .photo dl dt {
  color: #000;
  font-family: "interface", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .sec .insec .photo dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0em;
}
main .sec .insec .combo {
  width: 620px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main .sec .insec .combo > ul {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .sec .insec .combo > ul li {
  width: calc((100% - 20px) / 2);
}
main .sec .insec .combo > ul li:not(:nth-child(2n+1)) {
  margin-left: 20px;
}
main .sec .insec .combo > ul li:not(:nth-child(n+3)) {
  margin-bottom: 20px;
}
main .sec .insec .combo .creditset {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .combo .creditset .credits {
  width: calc((100% - 20px) / 2);
}
main .sec .insec .combo .creditset .credits > div {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
main .sec .insec .combo .creditset .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .insec .combo .creditset .credits > div.accordion {
  padding-bottom: 40px;
  display: none;
}
main .sec .insec .combo .creditset .credits > div.accordion > div:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .insec .combo .creditset .credits .item-d-none dl dd.items__buy {
  display: none;
}
main .sec .insec .combo .creditset .credits .item-d-none dl dd.linelink {
  width: auto;
  display: inline-block;
}
main .sec .insec .combo .creditset .credits .item-d-none dl dd.linelink a {
  color: #000;
  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-decoration: underline;
}
main .sec .insec .combo .creditset .credits .item-d-none dl dd.linelink a:hover {
  opacity: 0.7;
}
main .sec .insec .combo .creditset .credits dl {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec .combo .creditset .credits dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .combo .creditset .credits dl dt strong {
  color: #000;
  font-family: "interface", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .combo .creditset .credits dl dt strong:nth-child(1) {
  margin-bottom: 5px;
}
main .sec .insec .combo .creditset .credits dl dt strong:nth-child(2) {
  font-weight: 400;
  display: inline-block;
}
main .sec .insec .combo .creditset .credits dl dt strong span {
  font-weight: 400;
  display: inline-block;
  padding: 0 0 0 5px;
}
main .sec .insec .combo .creditset .credits dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .combo .creditset .credits dl dd span {
  color: #000;
  font-family: "interface", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .sec .insec .combo .creditset .credits dl dd.items__buy {
  width: 45px;
  margin: 0px;
}
main .sec .insec .combo .creditset .credits dl dd.items__buy a {
  color: #FFF;
  font-family: "interface", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 20px;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in;
}
main .sec .insec .combo .creditset .credits dl dd.items__buy a:hover {
  background-color: #666666;
}
main .sec .insec .combo .creditset .credits dl dd.linelink {
  display: none;
}
main .sec#sec1 {
  background-color: #FFF;
}
main .sec#sec2 {
  background-color: #F0EFEC;
}
main .sec#sec3 {
  background-color: #E4E6E7;
}
main .final {
  width: 100%;
  background-color: #FFF;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .final.on {
  opacity: 1;
}
main .final .inner {
  width: 100%;
  padding: 200px 0 25px 0;
}
main .final .inner .photo {
  width: 780px;
  margin: 0 auto 200px auto;
}
main .final .inner .pgtop {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .final .inner .pgtop a {
  color: #000;
  font-family: "interface", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
}
main .final .inner .pgtop a:hover {
  opacity: 0.7;
}

footer {
  text-align: left;
  width: 100%;
  padding: 70px 0;
  margin: 0 auto;
}
footer .infoot {
  width: calc(100% - 140px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
  margin-bottom: 30px;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot ul li a, footer .infoot ul li span {
  color: #000;
  font-family: "interface", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  text-decoration: underline;
}
footer .infoot p span {
  color: #000;
  font-family: "interface", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

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

  header {
    position: absolute;
  }
  header .inner {
    padding: 5px 5px 0 5px;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  header .inner ul::before {
    margin-bottom: 8px;
  }
  header .inner ul li {
    font-size: 1.4rem;
  }
  header .inner ul li:first-child {
    margin-bottom: 8px;
  }
  header .inner ul li a:hover {
    opacity: 1;
  }

  main {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    box-sizing: border-box;
  }
  main .visual {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  main .visual .inner {
    width: 100%;
    height: auto;
    background-image: none;
    position: relative;
  }
  main .visual .inner .title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  main .visual .inner .title h2 {
    width: 222px;
    height: 68px;
    margin-bottom: 25px;
  }
  main .visual .inner .title h3 {
    width: 118px;
    height: 11px;
  }
  main .visual .inner img {
    width: 100%;
    display: block;
  }
  main .lead {
    margin-bottom: 50px;
  }
  main .lead .inner {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .lead .inner h4 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .lead .inner p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 5px;
    margin-bottom: 40px;
  }
  main .lead .inner p br {
    display: none;
  }
  main .lead .inner .youtube {
    width: 100%;
  }
  main .lead .inner .youtube iframe {
    width: 100%;
    height: calc((100vw - 20px) * 0.5625);
  }
  main .sec {
    padding: 50px 0 50px 0;
  }
  main .sec .headsec {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .headsec:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .headsec dl {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .headsec dl dt {
    color: #000;
    font-family: "interface", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .headsec dl dd.name {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 5px;
  }
  main .sec .headsec dl dd.name span {
    position: relative;
  }
  main .sec .headsec dl dd.name span:nth-child(1) {
    color: #000;
    font-family: "interface", sans-serif;
    font-size: 3.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .headsec dl dd.name span:nth-child(2) {
    color: #000;
    font-family: "interface", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 10px;
    transform: translateY(-0.4rem);
  }
  main .sec .headsec dl dd.link {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .headsec dl dd.link::before {
    width: 12px;
    height: 12px;
  }
  main .sec .headsec dl dd.link a {
    color: #000;
    font-family: "interface", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.8rem;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  main .sec .headsec dl dd.link a:hover {
    color: #000;
  }
  main .sec .headsec .text {
    margin-left: 0px;
  }
  main .sec .headsec .text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  main .sec .headsec .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec .headsec .text p br {
    display: none;
  }
  main .sec .insec {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec:not(:last-child) {
    margin-bottom: 180px;
  }
  main .sec .insec.on .combo {
    opacity: 0;
  }
  main .sec .insec .photo {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
  }
  main .sec .insec .photo .slider {
    margin-bottom: 25px;
    position: relative;
  }
  main .sec .insec .photo .slider .arrow {
    display: block;
  }
  main .sec .insec .photo dl {
    text-align: left;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  main .sec .insec .photo dl dt {
    color: #000;
    font-family: "interface", sans-serif;
    font-size: 3.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .sec .insec .photo dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  main .sec .insec .combo {
    width: calc(100% - 20px);
  }
  main .sec .insec .combo.on {
    opacity: 1;
  }
  main .sec .insec .combo > ul {
    width: 100%;
    margin-bottom: 20px;
  }
  main .sec .insec .combo > ul li {
    width: calc((100% - 10px) / 2);
  }
  main .sec .insec .combo > ul li:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  main .sec .insec .combo > ul li:not(:nth-child(n+3)) {
    margin-bottom: 10px;
  }
  main .sec .insec .combo .creditset {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .combo .creditset .credits {
    width: 100%;
  }
  main .sec .insec .combo .creditset .credits:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec#sec1 {
    background-color: #FFF;
  }
  main .sec#sec2 {
    background-color: #F0EFEC;
  }
  main .sec#sec3 {
    background-color: #E4E6E7;
  }
  main .final .inner {
    width: 100%;
    padding: 100px 0 25px 0;
  }
  main .final .inner .photo {
    width: calc(100% - 80px);
    margin: 0 auto 100px auto;
  }
  main .final .inner .pgtop a {
    color: #000;
    font-family: "interface", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .final .inner .pgtop a:hover {
    opacity: 1;
  }

  footer {
    padding: 40px 0;
  }
  footer .infoot {
    width: calc(100% - 20px);
  }
  footer .infoot ul li a, footer .infoot ul li span {
    color: #000;
    font-family: "interface", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot p span {
    color: #000;
    font-family: "interface", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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