@import url("https://use.typekit.net/lpj3vgy.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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #000;
  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: #000;
  text-decoration: none;
  cursor: pointer;
}

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

img, video {
  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;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: 345px 329px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader div {
  width: 0%;
  height: 5px;
  background-color: #FFF;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

header {
  width: 100%;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 999;
  box-sizing: border-box;
  transition: all 0.25s ease-in 0s;
  opacity: 0;
}
header.on {
  opacity: 1;
}
header .inner {
  width: 100%;
  padding: 20px 20px;
}
header .inner h2 {
  width: 134px;
}
header .inner h2 a {
  background-image: url(../images/logo_main.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: 100%;
  height: 40px;
}

#visual {
  width: 100%;
  height: 100vh;
  padding: 0 0 10vh 0;
  margin: 0px;
  background-color: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
}
#visual ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#visual ul li {
  width: 25%;
  opacity: 0;
}
#visual ul li:nth-child(1) {
  transition: all 0.5s ease-in 0s;
}
#visual ul li:nth-child(2) {
  transition: all 0.5s ease-in 0.25s;
}
#visual ul li:nth-child(3) {
  transition: all 0.5s ease-in 0.5s;
}
#visual ul li:nth-child(4) {
  transition: all 0.5s ease-in 0.75s;
}
#visual.on ul li {
  opacity: 1;
}

#title {
  width: 100%;
  height: 100vh;
  padding-top: calc(50vw - 200px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  pointer-events: none;
}
#title.on h2 {
  opacity: 0;
}
#title h2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
#title h2:not(:last-child) {
  margin-bottom: 200px;
}
#title h2 span:nth-child(1) {
  background-image: url(../images/logo_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: 558px;
  height: 115px;
  margin-bottom: 25px;
}
#title h2 span:nth-child(2) {
  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: 254px;
  height: 19px;
}

#lead {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: calc(100vh + 100px);
  z-index: 1;
  pointer-events: none;
}
#lead.on .text {
  opacity: 0;
}
#lead .text {
  transition: all 0.25s ease-in 0s;
}
#lead .text p {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
}

main {
  padding: 100vh 0 0 0;
  transition: opacity 1s ease-in 2s;
}
main.active {
  opacity: 1;
}
main section {
  width: 100%;
  min-width: 1000px;
  position: relative;
  opacity: 1;
  transition: opacity 0.25s ease-in;
}
main section.active {
  opacity: 1;
}
main section:not(:last-child) {
  margin-bottom: 0px;
}
main section h5 {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section .inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section .inner::after {
  content: "";
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 67.75vw;
  background-color: #FFF;
  display: block;
  position: relative;
}
main section .inner .spp {
  display: none;
}
main section .inner .photo {
  width: 100%;
  position: relative;
}
main section .inner .photo .cbtn {
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 111;
  cursor: pointer;
}
main section .inner .photo .cbtn span {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #FFF;
  transition: all 0.25s ease-in 0s;
}
main section .inner .photo .cbtn::before {
  content: "+";
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0.5rem 0 0;
  display: inline-block;
}
main section .inner .photo .cbtn:hover span {
  opacity: 0.7;
}
main section .inner .photo .cbtn.active::before {
  content: "-";
}
main section .inner .photo .cbtn.fix {
  position: fixed;
  top: 130px;
}
main section .inner ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section .inner ul li {
  width: 50%;
  margin: 0px;
  padding: 0px;
}
main section .inner .photo {
  width: 100%;
  height: auto;
}
main section .inner .cbox {
  width: 100%;
  height: calc(100vh - 80px);
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 80px;
}
main section .inner .cbox .credits {
  position: relative;
}
main section .credits .credit {
  text-align: left;
}
main section .credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
main section .credits .credit dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section .credits .credit dl dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section .credits .credit dl dt strong {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}
main section .credits .credit dl dt strong:not(:first-child) {
  margin: 0 0 0 10px;
}
main section .credits .credit dl dt strong span {
  margin: 0 0 0 10px;
  display: inline-block;
}
main section .credits .credit dl dd {
  margin: 0 0 0 10px;
}
main section .credits .credit dl dd a {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: underline;
  transition: color 0.1s ease-in;
}
main section .credits .credit dl dd a:hover {
  color: #CCC;
}
main section .credits .credit dl dd a:not([href]) {
  display: none;
}
main section .credits .credit dl dd a:not([href]) + span {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
}
main section .credits .credit dl dd a + span {
  display: none;
}
main section#sec1 .inner .photo {
  position: sticky;
  top: 80px;
}
main section#sec1 .inner > ul {
  position: sticky;
  top: 80px;
}
main section#sec1 .inner > ul li {
  background-color: #045F4A;
}
main section#sec2 .inner .photo:nth-child(1) {
  position: sticky;
  top: 80px;
}
main section#sec2 .inner .photo:nth-child(2) {
  position: sticky;
  top: 80px;
}
main section#sec2 .inner > ul {
  position: sticky;
  top: 80px;
}
main section#sec2 .inner > ul li {
  background-color: #18153D;
}
main section#sec3 .inner .photo:nth-child(1) {
  position: sticky;
  top: 80px;
}
main section#sec3 .inner .photo:nth-child(2) {
  position: sticky;
  top: 80px;
}
main section#sec3 .inner > ul {
  position: sticky;
}
main section#sec3 .inner > ul:nth-child(3) {
  top: 80px;
}
main section#sec3 .inner > ul:nth-child(3) li:nth-child(1) {
  display: none;
}
main section#sec3 .inner > ul:nth-child(4) {
  top: 80px;
}
main section#sec3 .inner > ul li {
  background-color: #B0814F;
}
main section#sec4 .inner .photo:nth-child(1) {
  position: sticky;
  top: 80px;
}
main section#sec4 .inner .photo:nth-child(3) {
  position: sticky;
  top: 80px;
}
main section#sec4 .inner > ul {
  top: 80px;
  position: sticky;
}
main section#sec4 .inner > ul li {
  background-color: #962C24;
}
main section#sec5 .inner .photo {
  position: sticky;
  top: 80px;
}
main section#sec5 .inner > ul {
  top: 80px;
  position: sticky;
}
main section#sec5 .inner > ul li {
  background-color: #8D7F5B;
}
main section#sec6 .inner .photo {
  position: sticky;
  top: 80px;
}
main section#sec6 .inner > ul {
  top: 80px;
  position: sticky;
}
main section#sec6 .inner > ul li {
  background-color: #1F2024;
}
main section#sec7 .inner .photo:nth-child(1) {
  position: sticky;
  top: 80px;
}
main section#sec7 .inner .photo:nth-child(3) {
  position: sticky;
  top: 80px;
}
main section#sec7 .inner > ul {
  top: 80px;
  position: sticky;
}
main section#sec7 .inner > ul li {
  background-color: #4B1A15;
}

footer {
  width: 100%;
  background-color: #484848;
  position: relative;
}
footer .inner {
  padding: 90px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner h3 {
  width: 160px;
  height: 48px;
  background-image: url(../images/logo_main.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
}
footer .inner ul {
  margin: 0 auto 60px auto;
}
footer .inner ul li:not(:last-child) {
  margin-bottom: 20px;
}
footer .inner ul li a {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul li a:hover {
  color: #CCC;
}
footer .inner dl {
  margin: 0 auto;
}
footer .inner dl dt {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
footer .inner dl dd {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.1em;
}
footer .inner dl dd:not(:last-child) {
  margin: 0 auto 5px auto;
}
footer .inner dl:not(:last-child) {
  margin: 0 auto 25px auto;
}
footer .inner dl:nth-last-child(2) {
  margin-bottom: 50px;
}
footer .inner p {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .pgtop {
  width: 68px;
  position: absolute;
  right: 45px;
  bottom: 90px;
}
footer .pgtop a {
  height: 35px;
  background-image: url(../images/arrow_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }

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

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

  /* ---------------------------------------------------------page--------------------------------------------------------- */
  #loader {
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: 172px 165px;
  }
  #loader div {
    left: 0px;
    top: 0px;
    bottom: auto;
  }

  header .inner {
    padding: 10px;
  }
  header .inner h2 {
    width: 67px;
  }
  header .inner h2 a {
    height: 20px;
  }

  #visual {
    width: 100%;
    height: 100vh;
    padding: 0 0 100px 0;
  }
  #visual ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #visual ul li {
    width: 50%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #visual ul li img {
    display: none;
  }
  #visual ul li:nth-child(1) {
    background-image: url(../images_sp/visual1.jpg);
  }
  #visual ul li:nth-child(2) {
    background-image: url(../images_sp/visual2.jpg);
  }
  #visual ul li:nth-child(3) {
    background-image: url(../images_sp/visual3.jpg);
  }
  #visual ul li:nth-child(4) {
    background-image: url(../images_sp/visual4.jpg);
  }

  #title {
    width: 100%;
    height: 100vh;
    padding-top: calc(100vh - 100px - 92px - 25px);
  }
  #title h2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  #title h2:not(:last-child) {
    margin-bottom: 200px;
  }
  #title h2 span:nth-child(1) {
    width: 300px;
    height: 62px;
    margin-bottom: 15px;
  }
  #title h2 span:nth-child(2) {
    width: 201px;
    height: 15px;
  }

  #lead {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: calc(100vh + 100px);
    z-index: 1;
    pointer-events: none;
  }
  #lead.on .text {
    opacity: 0;
  }
  #lead .text {
    transition: all 0.25s ease-in 0s;
  }
  #lead .text p {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }

  main {
    padding: 100vh 0 0 0;
    transition: opacity 1s ease-in 2s;
  }
  main.active {
    opacity: 1;
  }
  main section {
    min-width: 100%;
    position: relative;
    opacity: 1;
    transition: opacity 0.25s ease-in;
  }
  main section.active {
    opacity: 1;
  }
  main section:not(:last-child) {
    margin-bottom: 0px;
  }
  main section h5 {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main section .inner {
    width: 100%;
    position: relative;
  }
  main section .inner::after {
    width: 100%;
    height: calc(100vh - 40px);
    background-color: #FFF;
  }
  main section .inner .spp {
    display: block;
  }
  main section .inner .photo {
    width: 100%;
    position: relative;
  }
  main section .inner .photo .cbtn {
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 111;
    cursor: pointer;
  }
  main section .inner .photo .cbtn span {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    border-bottom: solid 1px #FFF;
    transition: all 0.25s ease-in 0s;
  }
  main section .inner .photo .cbtn::before {
    content: "+";
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0.5rem 0 0;
    display: inline-block;
  }
  main section .inner .photo .cbtn:hover span {
    opacity: 0.7;
  }
  main section .inner .photo .cbtn.active::before {
    content: "-";
  }
  main section .inner .photo .cbtn.fix {
    position: fixed;
    top: 130px;
  }
  main section .inner .spp {
    width: 100%;
    position: sticky;
  }
  main section .inner ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section .inner ul li {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  main section .inner .photo {
    width: 100%;
    height: auto;
  }
  main section .inner .cbox {
    height: calc(100vh - 40px);
    padding: 0 20px;
    top: 40px;
  }
  main section .credits .credit {
    text-align: left;
  }
  main section .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  main section .credits .credit dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
  }
  main section .credits .credit dl dt strong {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: inline-block;
  }
  main section .credits .credit dl dt strong:not(:first-child) {
    margin: 0 0 0 10px;
  }
  main section .credits .credit dl dt strong span {
    margin: 0 0 0 10px;
    display: inline-block;
  }
  main section .credits .credit dl dd {
    margin: 0 0 0 10px;
  }
  main section .credits .credit dl dd a {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    transition: color 0.1s ease-in;
  }
  main section .credits .credit dl dd a:hover {
    color: #045F4A;
  }
  main section .credits .credit dl dd a:not([href]) {
    display: none;
  }
  main section .credits .credit dl dd a:not([href]) + span {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section#sec1 .inner .photo {
    position: sticky;
    top: 40px;
  }
  main section#sec1 .inner .photo ul li:last-child {
    display: none;
  }
  main section#sec1 .inner .spp {
    position: sticky;
    top: 40px;
  }
  main section#sec1 .inner > ul {
    position: sticky;
    top: 40px;
  }
  main section#sec1 .inner > ul li:first-child {
    display: none;
  }
  main section#sec2 .inner::after {
    order: 6;
    z-index: 4;
  }
  main section#sec2 .inner .photo:nth-child(1) {
    position: sticky;
    top: 40px;
    order: 1;
  }
  main section#sec2 .inner .photo:nth-child(1) ul li:last-child {
    display: none;
  }
  main section#sec2 .inner .photo:nth-child(2) {
    position: sticky;
    top: 40px;
    order: 3;
    z-index: 1;
  }
  main section#sec2 .inner .spp {
    position: sticky;
    top: 40px;
    order: 2;
  }
  main section#sec2 .inner > ul {
    position: sticky;
    top: 40px;
    order: 4;
    z-index: 2;
  }
  main section#sec2 .inner > ul li:last-child {
    display: none;
  }
  main section#sec2 .inner .cbox {
    order: 5;
    z-index: 3;
  }
  main section#sec3 .inner::after {
    order: 7;
    z-index: 5;
  }
  main section#sec3 .inner .photo:nth-child(1) {
    position: sticky;
    top: 40px;
    order: 1;
  }
  main section#sec3 .inner .photo:nth-child(1) ul li:last-child {
    display: none;
  }
  main section#sec3 .inner .photo:nth-child(2) {
    display: none;
  }
  main section#sec3 .inner .spp {
    position: sticky;
    top: 40px;
    order: 2;
  }
  main section#sec3 .inner > ul {
    position: sticky;
  }
  main section#sec3 .inner > ul:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    top: 40px;
    order: 4;
    z-index: 2;
  }
  main section#sec3 .inner > ul:nth-child(3) li:nth-child(1) {
    width: 100%;
    display: block;
  }
  main section#sec3 .inner > ul:nth-child(3) li:nth-child(2) {
    width: 50%;
    background-image: url(../images/photo3_5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  main section#sec3 .inner > ul:nth-child(3) li:nth-child(3) {
    width: 50%;
  }
  main section#sec3 .inner > ul:nth-child(4) {
    top: 40px;
    order: 5;
    z-index: 3;
  }
  main section#sec3 .inner > ul:nth-child(4) li:first-child {
    display: none;
  }
  main section#sec3 .inner .cbox {
    order: 6;
    z-index: 4;
  }
  main section#sec4 .inner::after {
    order: 6;
    z-index: 4;
  }
  main section#sec4 .inner .photo:nth-child(1) {
    order: 1;
    position: sticky;
    top: 40px;
  }
  main section#sec4 .inner .photo:nth-child(1) ul li:last-child {
    display: none;
  }
  main section#sec4 .inner .photo:nth-child(3) {
    order: 4;
    position: sticky;
    top: 40px;
    z-index: 2;
  }
  main section#sec4 .inner > ul {
    top: 220px;
    position: sticky;
    top: 40px;
    order: 3;
    z-index: 1;
  }
  main section#sec4 .inner > ul li:first-child {
    display: none;
  }
  main section#sec4 .inner .spp {
    position: sticky;
    top: 40px;
    order: 2;
  }
  main section#sec4 .inner .cbox {
    order: 5;
    z-index: 3;
  }
  main section#sec5 .inner .photo {
    position: sticky;
    top: 40px;
  }
  main section#sec5 .inner .photo ul li:last-child {
    display: none;
  }
  main section#sec5 .inner > ul {
    top: 40px;
    position: sticky;
  }
  main section#sec5 .inner > ul li:last-child {
    display: none;
  }
  main section#sec5 .inner .spp {
    position: sticky;
    top: 40px;
  }
  main section#sec6 .inner .photo {
    position: sticky;
    top: 40px;
  }
  main section#sec6 .inner .photo ul li:last-child {
    display: none;
  }
  main section#sec6 .inner > ul {
    top: 40px;
    position: sticky;
  }
  main section#sec6 .inner > ul li:first-child {
    display: none;
  }
  main section#sec6 .inner .spp {
    position: sticky;
    top: 40px;
  }
  main section#sec7 .inner::after {
    order: 6;
    z-index: 4;
  }
  main section#sec7 .inner .photo:nth-child(1) {
    position: sticky;
    top: 40px;
  }
  main section#sec7 .inner .photo:nth-child(1) ul li:last-child {
    display: none;
  }
  main section#sec7 .inner .photo:nth-child(3) {
    position: sticky;
    top: 40px;
    z-index: 2;
    order: 4;
  }
  main section#sec7 .inner > ul {
    top: 200px;
    position: sticky;
    top: 40px;
    z-index: 1;
    order: 3;
  }
  main section#sec7 .inner > ul li:last-child {
    display: none;
  }
  main section#sec7 .inner .spp {
    position: sticky;
    top: 40px;
    order: 2;
  }
  main section#sec7 .inner .cbox {
    order: 5;
    z-index: 3;
  }

  footer {
    width: 100%;
    background-color: #484848;
    position: relative;
  }
  footer .inner {
    padding: 60px 0 90px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner h3 {
    margin-bottom: 40px;
  }
  footer .inner ul {
    margin: 0 auto 40px auto;
  }
  footer .inner ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner ul li a {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    display: inline-block;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner ul li a:hover {
    color: #CCC;
  }
  footer .inner dl {
    margin: 0 auto;
  }
  footer .inner dl dt {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
  footer .inner dl dd {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0.1em;
  }
  footer .inner dl dd:not(:last-child) {
    margin: 0 auto;
  }
  footer .inner dl:not(:last-child) {
    margin: 0 auto 25px auto;
  }
  footer .inner dl:nth-last-child(2) {
    margin-bottom: 50px;
  }
  footer .inner p {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .pgtop {
    width: 40px;
    right: calc(50% - 20px);
    bottom: 25px;
  }
  footer .pgtop a {
    height: 21px;
  }
}

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