@charset "UTF-8";
@import url("https://use.typekit.net/lvd8uee.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: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #675C6E;
  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: #999;
}

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;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #675C6E;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader h2 {
  width: 533px;
  position: absolute;
  left: calc(50% - 500px);
  top: calc(50% - 68px);
  z-index: 1;
}
#loader h2 span {
  height: 135px;
  background-image: url(../images/title_white.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#loader div {
  width: 0%;
  height: 10px;
  background-color: #FFF;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

h1 {
  width: 100px;
  height: 50px;
  background-image: url(../images/logo.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 50px);
  top: 40px;
  z-index: 10;
}

header {
  width: auto;
  position: fixed;
  left: -67px;
  top: 134px;
  z-index: 999;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in 0.5s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  transform: rotate(270deg);
}
header ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
header ul li a {
  color: #675C6E;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  transition: all 0.25s ease-in 0s;
}
header ul li a:hover {
  color: #C6A6E2;
}
header ul li:not(:first-child) {
  margin-left: 16px;
}
header.active {
  opacity: 1;
}

#title {
  width: 100%;
  padding: 0px;
  margin: 0 auto 180px auto;
}
#title .inner {
  width: 100%;
  height: 100vh;
  position: relative;
}
#title .inner::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url(../images/visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  left: 0px;
  top: 0px;
  z-index: -1;
}
#title .inner h2 {
  width: 533px;
  position: absolute;
  left: calc(50% - 500px);
  top: calc(50% - 68px);
  z-index: 1;
}
#title .inner h2 span {
  height: 135px;
  background-image: url(../images/title.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#title nav {
  width: 700px;
  border-left: double 5px #FFF;
  border-right: double 5px #FFF;
  padding: 40px 0;
  margin: -100px auto 0 auto;
  position: relative;
  box-sizing: border-box;
}
#title nav ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#title nav ul li {
  width: 100%;
}
#title nav ul li:not(:last-child) {
  margin-bottom: 80px;
}
#title nav ul li a {
  width: 100%;
  display: block;
  transition: all 0.25s ease-in 0s;
}
#title nav ul li a dl {
  transition: all 0.25s ease-in 0s;
}
#title nav ul li a dl dt {
  margin-bottom: 20px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#title nav ul li a dl dd {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.2em;
}
#title nav ul li a:hover {
  opacity: 0.7;
}
#title nav ul li:nth-child(1) a dl dt {
  background-image: url(../images/text_num1.svg);
  height: 74px;
}
#title nav ul li:nth-child(2) a dl dt {
  background-image: url(../images/text_num2.svg);
  height: 64px;
}
#title nav ul li:nth-child(3) a dl dt {
  background-image: url(../images/text_num3.svg);
  height: 80px;
}
#title nav ul li:nth-child(4) a dl dt {
  background-image: url(../images/text_num4.svg);
  height: 76px;
}
#title.active .inner ul li {
  opacity: 1;
}

main {
  transition: opacity 1s ease-in 2s;
}
main.active {
  opacity: 1;
}
main section {
  width: 100%;
  position: relative;
}
main section .btn {
  color: #111;
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 100px;
  height: 100px;
  background-color: #675C6E;
  position: absolute;
  left: calc(50% - 50px);
  bottom: 30px;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
main section .btn:hover {
  width: 120px;
  height: 120px;
  left: calc(50% - 60px);
  bottom: 20px;
  border-radius: 60px;
}
main section .set .photo {
  margin-bottom: 20px;
}
main section .set .text .credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
main section .set .text .credits .credit dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section .set .text .credits .credit dl dt {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section .set .text .credits .credit dl dt strong {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
}
main section .set .text .credits .credit dl dt strong span {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 0 0 5px;
  display: inline-block;
}
main section .set .text .credits .credit dl dt strong:nth-child(2) {
  margin: 0 0 0 5px;
}
main section .set .text .credits .credit dl dd {
  text-align: left;
  margin: 0 0 0 10px;
}
main section .set .text .credits .credit dl dd a {
  color: #C6A6E2;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: color 0.1s ease-in;
}
main section .set .text .credits .credit dl dd a:hover {
  color: #FFF;
}
main section .set .text .credits .credit dl dd a:not([href]) {
  display: none;
}
main section#sec1 {
  padding: 0 0 200px 0;
  margin: 0 auto 60px auto;
}
main section#sec1 h3 {
  width: 100%;
  height: 112px;
  background-image: url(../images/text_num1.svg);
  margin: 0 auto 80px auto;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main section#sec1 .combo {
  width: 1100px;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#sec1 .combo .set {
  width: 500px;
}
main section#sec1 .combo:last-child {
  margin: 0 auto;
}
main section#sec1 .combo2 {
  width: 100%;
  margin: 0 auto 90px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#sec1 .combo2 .set:nth-child(1) {
  width: 28.5%;
}
main section#sec1 .combo2 .set:nth-child(1) .text .credits .credit {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main section#sec1 .combo2 .set:nth-child(2) {
  width: 50%;
  padding: 250px 0 0 0;
}
main section#sec1 .single {
  width: 600px;
  margin: 0 auto 60px auto;
}
main section#sec1 .single2 {
  width: 70%;
  padding: 0px;
  margin: 0 auto;
}
main section#sec1 .single2 .set {
  width: 100%;
}
main section#sec1 .single2 .set .photo {
  padding: 0px;
  margin-bottom: 60px;
}
main section#sec1 .wide {
  width: 100%;
  margin-bottom: 160px;
}
main section#sec1 .wide .set .text {
  padding: 0 50px;
}
main section#sec2 {
  padding: 180px 0;
  margin: 0 auto;
  background-color: #EBEAE7;
}
main section#sec2 h3 {
  width: 100%;
  height: 100px;
  background-image: url(../images/text_num2blk.svg);
  margin: 0 auto 40px auto;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main section#sec2 h4 {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin: 0 auto 80px auto;
}
main section#sec2 .inner {
  width: 100%;
}
main section#sec2 .inner .swiper-container {
  width: 100%;
  padding: 0 100px;
  position: relative;
  overflow: hidden;
}
main section#sec2 .inner .swiper-container .swiper-wrapper {
  width: 100%;
}
main section#sec2 .inner .swiper-container .swiper-wrapper .swiper-slide {
  width: 50%;
}
main section#sec2 .inner .swiper-container .swiper-wrapper .swiper-slide .set {
  margin: 0 auto;
  display: inline-block;
}
main section#sec2 .inner .swiper-container .swiper-wrapper .swiper-slide .set .text {
  display: inline-block;
}
main section#sec2 .inner .swiper-container .swiper-wrapper .swiper-slide .set .text p {
  color: #111;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
main section#sec2 .inner .swiper-container .swiper-wrapper .swiper-slide .set .text .credits .credit dl dt strong, main section#sec2 .inner .swiper-container .swiper-wrapper .swiper-slide .set .text .credits .credit dl dt span {
  color: #111;
}
main section#sec2 .inner .swiper-container .swiper-wrapper .swiper-slide .set .text .credits .credit dl dd a:hover {
  color: #675C6E;
}
main section#sec2 .inner .swiper-container .arrow {
  width: 32px;
  height: 101px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 5;
}
main section#sec2 .inner .swiper-container .arrow.prev {
  background-image: url(../images/arrow_prev.png);
  left: 40px;
  top: calc(50% - 50px);
}
main section#sec2 .inner .swiper-container .arrow.next {
  background-image: url(../images/arrow_next.png);
  right: 40px;
  top: calc(50% - 50px);
}
main section#sec3 {
  padding: 180px 0;
  margin: 0 auto;
  background-color: #FFF;
}
main section#sec3 h3 {
  width: 100%;
  height: 125px;
  background-image: url(../images/text_num3blk.svg);
  margin: 0 auto 40px auto;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main section#sec3 h4 {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin: 0 auto 80px auto;
}
main section#sec3 .set {
  width: 100%;
}
main section#sec3 .set:not(:last-child) {
  margin-bottom: 40px;
}
main section#sec3 .set .photoset {
  width: 100%;
  overflow: hidden;
}
main section#sec3 .set .photoset .combo {
  width: 100%;
  margin-bottom: 40px;
}
main section#sec3 .set .text {
  display: inline-block;
}
main section#sec3 .set .text h5 {
  color: #111;
  font-family: futura-pt, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0.25em;
  text-align: center;
  margin-bottom: 20px;
}
main section#sec3 .set .text .credits {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec3 .set .text .credits .credit dl dt strong, main section#sec3 .set .text .credits .credit dl dt span {
  color: #111;
}
main section#sec3 .set .text .credits .credit dl dd a:hover {
  color: #675C6E;
}
main section#sec4 {
  padding: 180px 0;
  margin: 0 auto;
  background-color: #EBEAE7;
}
main section#sec4 h3 {
  width: 100%;
  height: 120px;
  background-image: url(../images/text_num4blk.svg);
  margin: 0 auto 40px auto;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main section#sec4 h4 {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin: 0 auto 80px auto;
}
main section#sec4 .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main section#sec4 .combo .set {
  width: calc(100vw/3);
}
main section#sec4 .combo .set:not(:last-child) {
  margin-bottom: 40px;
}
main section#sec4 .combo .set .photo {
  width: 100%;
  margin-bottom: 40px;
}
main section#sec4 .combo .set .text {
  display: inline-block;
}
main section#sec4 .combo .set .text h5 {
  color: #111;
  font-family: futura-pt, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0.25em;
  text-align: center;
  margin-bottom: 20px;
}
main section#sec4 .combo .set .text .credits {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#sec4 .combo .set .text .credits .credit dl dt strong, main section#sec4 .combo .set .text .credits .credit dl dt span {
  color: #111;
}
main section#sec4 .combo .set .text .credits .credit dl dd a:hover {
  color: #675C6E;
}

footer {
  width: 100%;
  position: relative;
}
footer .inner {
  padding: 120px 0;
}
footer .inner dl {
  margin: 0 auto;
}
footer .inner dl dt {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
footer .inner dl dd {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
footer .inner dl dd:not(:last-child) {
  margin: 0 auto 5px auto;
}
footer .inner dl:not(:last-child) {
  margin: 0 auto 40px auto;
}
footer .inner p {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
footer .pgtop {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
footer .pgtop a {
  background-image: url(../images/arrow_top.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  width: 100%;
  height: 100%;
  background-color: #EBEAE7;
  display: block;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  background-color: #C6A6E2;
}

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

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

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

  /* ---------------------------------------------------------page--------------------------------------------------------- */
  #loader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  #loader > span {
    width: 100%;
    height: 75vh;
    position: relative;
  }
  #loader > span h2 {
    width: 260px;
    left: calc(50% - 130px);
    top: calc(50% + 40px);
  }
  #loader > span h2 span {
    height: 66px;
  }
  #loader div {
    height: 5px;
    top: 0px;
    bottom: auto;
  }

  h1 {
    width: 100px;
    height: 50px;
    background-image: url(../images/logo.svg);
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: calc(50% - 50px);
    top: 40px;
    z-index: 10;
  }

  header {
    width: auto;
    position: fixed;
    left: -87px;
    top: 104px;
    z-index: 999;
    box-sizing: border-box;
    transition: opacity 0.5s ease-in 0.5s;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    transform: rotate(270deg);
  }
  header ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header ul li a {
    color: #675C6E;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    transition: all 0.25s ease-in 0s;
  }
  header ul li a:hover {
    color: #C6A6E2;
  }
  header ul li:not(:first-child) {
    margin-left: 16px;
  }
  header.active {
    opacity: 1;
  }

  #title {
    width: 100%;
    padding: 0px;
    margin: 0 auto 90px auto;
  }
  #title .inner {
    width: 100%;
    height: 75vh;
    position: relative;
  }
  #title .inner::before {
    content: "";
    width: 100%;
    height: 75vh;
    background-image: url(../images/visual.jpg);
    background-repeat: no-repeat;
    background-position: right -100px bottom;
    background-size: cover;
    display: block;
    left: 0px;
    top: 0px;
    z-index: -1;
  }
  #title .inner h2 {
    width: 260px;
    position: absolute;
    left: calc(50% - 130px);
    top: calc(50% + 40px);
    z-index: 1;
  }
  #title .inner h2 span {
    height: 66px;
    background-image: url(../images/title.svg);
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #title nav {
    width: calc(100% - 40px);
    border-left: double 4px #FFF;
    border-right: double 4px #FFF;
    padding: 20px 0;
    margin: -80px auto 0 auto;
  }
  #title nav ul li {
    width: 100%;
  }
  #title nav ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  #title nav ul li a {
    width: 100%;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  #title nav ul li a dl {
    padding: 0 20px;
  }
  #title nav ul li a dl dt {
    margin-bottom: 10px;
  }
  #title nav ul li a dl dd {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0.2em;
  }
  #title nav ul li a:hover {
    opacity: 1;
  }
  #title nav ul li:nth-child(1) a dl dt {
    height: 45px;
  }
  #title nav ul li:nth-child(2) a dl dt {
    height: 40px;
  }
  #title nav ul li:nth-child(3) a dl dt {
    background-image: url(../images_sp/text_num3.svg);
    height: 88px;
  }
  #title nav ul li:nth-child(4) a dl dt {
    height: 46px;
  }
  #title.active .inner ul li {
    opacity: 1;
  }

  main {
    transition: opacity 1s ease-in 2s;
  }
  main.active {
    opacity: 1;
  }
  main section {
    width: 100%;
    position: relative;
  }
  main section .btn {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    width: 100px;
    height: 100px;
    background-color: #675C6E;
    position: absolute;
    left: calc(50% - 50px);
    bottom: 30px;
    z-index: 5;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.1s ease-in;
  }
  main section .btn:hover {
    width: 120px;
    height: 120px;
    left: calc(50% - 60px);
    bottom: 20px;
    border-radius: 60px;
  }
  main section .set .photo {
    margin-bottom: 20px;
  }
  main section .set .text .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  main section .set .text .credits .credit dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section .set .text .credits .credit dl dt {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section .set .text .credits .credit dl dt strong {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    display: inline-block;
  }
  main section .set .text .credits .credit dl dt strong span {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 0 0 0 5px;
    display: inline-block;
  }
  main section .set .text .credits .credit dl dt strong:nth-child(2) {
    margin: 0 0 0 5px;
  }
  main section .set .text .credits .credit dl dd {
    text-align: left;
    margin: 0 0 0 10px;
  }
  main section .set .text .credits .credit dl dd a {
    color: #C6A6E2;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: color 0.1s ease-in;
  }
  main section .set .text .credits .credit dl dd a:hover {
    color: #FFF;
  }
  main section#sec1 {
    padding: 0 0 80px 0;
    margin: 0 auto;
  }
  main section#sec1 h3 {
    height: 60px;
    margin: 0 auto 40px auto;
  }
  main section#sec1 .combo {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec1 .combo .set {
    width: 100%;
  }
  main section#sec1 .combo .set:first-child {
    margin-bottom: 40px;
  }
  main section#sec1 .combo:last-child {
    margin: 0 auto;
  }
  main section#sec1 .combo2 {
    width: 100%;
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec1 .combo2 .set:nth-child(1) {
    width: 85%;
    margin-bottom: 40px;
  }
  main section#sec1 .combo2 .set:nth-child(1) .text {
    padding: 0 0 0 20px;
  }
  main section#sec1 .combo2 .set:nth-child(1) .text .credits .credit {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec1 .combo2 .set:nth-child(2) {
    width: 85%;
    padding: 0px;
    align-self: flex-end;
  }
  main section#sec1 .single {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  main section#sec1 .single .text {
    padding: 0 20px;
  }
  main section#sec1 .single2 {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
  main section#sec1 .single2 .set {
    width: 100%;
    padding: 0px;
  }
  main section#sec1 .single2 .set .photo {
    padding: 0px;
    margin-bottom: 20px;
  }
  main section#sec1 .single2 .set .text {
    padding: 0 20px;
  }
  main section#sec1 .wide {
    width: 100%;
    margin-bottom: 40px;
  }
  main section#sec1 .wide .set .text {
    padding: 0 20px;
  }
  main section#sec2 {
    padding: 80px 0;
  }
  main section#sec2 h3 {
    width: calc(100% - 40px);
    height: 50px;
    margin: 0 auto 20px auto;
  }
  main section#sec2 h4 {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    margin: 0 auto 40px auto;
  }
  main section#sec2 .inner {
    width: 100%;
  }
  main section#sec2 .inner .swiper-container {
    width: 100%;
    padding: 0 50px;
    position: relative;
    overflow: hidden;
  }
  main section#sec2 .inner .swiper-container .swiper-wrapper {
    width: 100%;
  }
  main section#sec2 .inner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  main section#sec2 .inner .swiper-container .swiper-wrapper .swiper-slide .set .text p {
    color: #111;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main section#sec2 .inner .swiper-container .swiper-wrapper .swiper-slide .set .text p br {
    display: none;
  }
  main section#sec2 .inner .swiper-container .arrow {
    width: 16px;
    height: 50px;
  }
  main section#sec2 .inner .swiper-container .arrow.prev {
    left: 10px;
    top: calc(50% - 25px);
  }
  main section#sec2 .inner .swiper-container .arrow.next {
    background-image: url(../images/arrow_next.png);
    right: 10px;
    top: calc(50% - 25px);
  }
  main section#sec3 {
    padding: 80px 0;
    margin: 0 auto;
  }
  main section#sec3 h3 {
    width: 100%;
    height: 110px;
    background-image: url(../images_sp/text_num3blk.svg);
    margin: 0 auto 20px auto;
  }
  main section#sec3 h4 {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    margin: 0 auto 40px auto;
  }
  main section#sec3 .set {
    width: 100%;
  }
  main section#sec3 .set:not(:last-child) {
    margin-bottom: 40px;
  }
  main section#sec3 .set .text {
    display: inline-block;
  }
  main section#sec3 .set .text h5 {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.25em;
    text-align: center;
    margin-bottom: 20px;
  }
  main section#sec3 .set .text .credits {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec3 .set .text .credits .credit dl dt strong, main section#sec3 .set .text .credits .credit dl dt span {
    color: #111;
  }
  main section#sec3 .set .text .credits .credit dl dd a:hover {
    color: #675C6E;
  }
  main section#sec4 {
    padding: 80px 0;
  }
  main section#sec4 h3 {
    width: 100%;
    height: 60px;
    background-image: url(../images/text_num4blk.svg);
    margin: 0 auto 20px auto;
  }
  main section#sec4 h4 {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    margin: 0 auto 40px auto;
  }
  main section#sec4 .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec4 .combo .set {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main section#sec4 .combo .set:not(:last-child) {
    margin-bottom: 40px;
  }
  main section#sec4 .combo .set .photo {
    margin-bottom: 20px;
  }
  main section#sec4 .combo .set .text {
    display: inline-block;
  }
  main section#sec4 .combo .set .text h5 {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
  }

  footer .inner {
    padding: 60px 0;
  }
  footer .inner dl {
    margin: 0 auto;
  }
  footer .inner dl dt {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  footer .inner dl dd {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  footer .inner dl dd:not(:last-child) {
    margin: 0 auto 5px auto;
  }
  footer .inner dl:not(:last-child) {
    margin: 0 auto 20px auto;
  }
  footer .inner p {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  footer .pgtop {
    width: 40px;
    height: 40px;
  }
  footer .pgtop a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
  }
  footer .pgtop a:hover {
    background-color: #EBEAE7;
  }
}

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