@charset "UTF-8";
@import url("https://use.typekit.net/xqw4ulr.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 visual {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 60% 100%, 40% 100%);
  }
  35% {
    clip-path: polygon(0 63%, 100% 30%, 78% 100%, 0 100%);
  }
  70% {
    clip-path: polygon(0 19%, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 5.5%, 95% 100%, 2.5% 97.5%);
  }
}
@keyframes visualSP {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 60% 100%, 40% 100%);
  }
  35% {
    clip-path: polygon(0 63%, 100% 30%, 78% 100%, 0 100%);
  }
  75% {
    clip-path: polygon(0 19%, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 2.5%, 95% 100%, 3.5% 95%);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "source-han-sans-japanese", 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;
}

* {
  box-sizing: border-box;
}

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: 143px;
  height: 23px;
  background-image: url(../images/logo.png);
  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% - 72px);
  top: calc(50% - 11px);
}
#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;
}

.loaded main {
  opacity: 1;
}

header {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
}
header ul {
  width: 1.8rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header ul li:not(:last-child) {
  margin-bottom: 5px;
}
header ul li span {
  color: #000;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
}
header ul li a {
  color: #000;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
header ul li a:hover {
  color: #666666;
}

/* 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: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  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 {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.credits > div dl dt span {
  color: #000;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
.credits > div dl dt span:nth-child(2) {
  margin-left: 5px;
}
.credits > div dl dt span:nth-child(2)::before {
  content: "-";
  color: #000;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding-right: 5px;
  display: inline-block;
}
.credits > div dl dt span.price {
  color: #000;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.credits > div dl dt span.price::before {
  content: "¥";
  color: #000;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding-right: 2px;
  display: inline-block;
}
.credits > div dl dd {
  width: 70px;
}
.credits > div dl dd a {
  color: #FFF;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  background-color: #000;
  padding: 4px 8px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  background-color: #666666;
}
.credits > div dl dd span {
  display: none;
}
.credits .ilink {
  text-align: left;
  width: 100%;
  padding: 0px;
  background-image: none;
}
.credits .ilink a {
  color: #000;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits .ilink a:hover {
  text-decoration: underline;
}

/* -------------------- */
#wrapper {
  width: 100%;
  padding: 30px 0 100px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(to bottom, #CBC6C6, #FFF);
  overflow: hidden;
}

#visual {
  width: 100%;
  padding: 0px;
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#visual.on .inner h2 {
  opacity: 1;
}
#visual.on .inner .photos {
  animation-name: visual;
  animation-duration: 1.25s;
  animation-delay: 1s;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-fill-mode: forwards;
  animation-direction: normal;
}
#visual .inner {
  width: calc(100% - 120px);
  position: relative;
}
#visual .inner h2 {
  width: 550px;
  position: absolute;
  top: calc(50% - 83px);
  left: calc(50% - 275px);
  z-index: 5;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
#visual .inner h2 span {
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 166px;
}
#visual .inner .photos {
  width: 100%;
  clip-path: polygon(0 100%, 100% 100%, 60% 100%, 40% 100%);
}
#visual .inner .photos .swiper-wrapper {
  width: 100%;
}
#visual .inner .photos .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#visual .inner .photos .swiper-wrapper .swiper-slide > div {
  width: 25%;
}

#lead {
  width: 680px;
  margin: 0 auto 100px auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#lead.on {
  opacity: 1;
}
#lead p {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0em;
}
#lead p:not(:last-child) {
  margin-bottom: 10px;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  padding: 0px;
  width: calc(100% - 350px);
  max-width: 1280px;
  min-width: 1020px;
  margin: 0 auto;
}
main .sec:not(:last-child) {
  margin-bottom: 60px;
}
main .sec .thumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .sec .thumbs .thumb {
  width: calc(50% - 5px);
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}
main .sec .thumbs .thumb.on {
  clip-path: inset(0 0 0 0);
}
main .sec .thumbs .thumb:not(:nth-child(2n+1)) {
  margin-left: 10px;
  transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
main .sec .thumbs .thumb:not(:nth-child(n+11)) {
  margin-bottom: 10px;
}
main .sec .thumbs .thumb .arrow {
  width: 34px;
  height: 34px;
  background-image: url(../images/arrow.png);
  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% - 17px);
  z-index: 5;
  transition: all 0.25s ease-in 0s;
}
main .sec .thumbs .thumb .arrow:hover {
  opacity: 0.7;
}
main .sec .thumbs .thumb .arrow.prev {
  left: 10px;
}
main .sec .thumbs .thumb .arrow.next {
  right: 10px;
  transform: rotate(180deg);
}
main .sec .thumbs .thumb .swiper-wrapper {
  width: 100%;
}
main .sec .thumbs .thumb .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}
main .sec .thumbs .thumb .swiper-wrapper .swiper-slide > a {
  width: 37px;
  height: 37px;
  background-image: url(../images/icon_instagram.png);
  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: 20px;
  left: 20px;
  z-index: 5;
  transition: all 0.25s ease-in 0s;
}
main .sec .thumbs .thumb .swiper-wrapper .swiper-slide > a:hover {
  opacity: 0.5;
}
main .sec .thumbs .thumb .swiper-wrapper .swiper-slide > a.top-r {
  left: auto;
  right: 20px;
}
main .sec .thumbs .thumb .swiper-wrapper .swiper-slide > a.top-r2 {
  top: 77px;
  left: auto;
  right: 20px;
}
main .sec .thumbs .thumb .swiper-wrapper .swiper-slide > a.btm {
  top: auto;
  bottom: 20px;
}
main .sec .thumbs .thumb .swiper-wrapper .swiper-slide > a.btm-r {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
}
main .sec .thumbs .thumb .swiper-wrapper .swiper-slide.combo {
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
main .sec .thumbs .thumb .swiper-wrapper .swiper-slide.combo .info {
  text-align: left;
  width: calc(100% - 155px);
  background-color: #FFF;
  padding: 20px;
  border: solid 1px #000;
  border-radius: 10px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .thumbs .thumb .swiper-wrapper .swiper-slide.combo .info h5 {
  color: #000;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .sec .thumbs .thumb .swiper-wrapper .swiper-slide.combo .info p {
  color: #000;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .sec .thumbs .thumb .swiper-wrapper .swiper-slide.combo .info .credits {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .thumbs .links {
  width: calc(50% - 5px);
}
main .sec .thumbs .links > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
main .sec .thumbs .links > div h3 {
  width: 140px;
  margin-bottom: 60px;
}
main .sec .thumbs .links > div h3 span {
  width: 100%;
  height: 18px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .sec .thumbs .links > div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 240px;
}
main .sec .thumbs .links > div ul li:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .thumbs .links > div ul li a {
  color: #000;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main .sec .thumbs .links > div ul li a:hover {
  color: #666666;
}
main .sec .thumbs .links > div p {
  color: #000;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

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

  header {
    right: 5px;
    top: 10px;
  }
  header ul {
    width: 1.4rem;
  }
  header ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  header ul li span {
    color: #000;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  header ul li a {
    color: #000;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  header ul li a:hover {
    color: #000;
  }

  /* 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: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    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 {
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .credits > div dl dt span {
    color: #000;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  .credits > div dl dt span:nth-child(2) {
    margin-left: 5px;
  }
  .credits > div dl dt span:nth-child(2)::before {
    content: "-";
    color: #000;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding-right: 5px;
    display: inline-block;
  }
  .credits > div dl dt span.price {
    color: #000;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .credits > div dl dt span.price::before {
    content: "¥";
    color: #000;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding-right: 2px;
    display: inline-block;
  }
  .credits > div dl dd {
    width: 70px;
  }
  .credits > div dl dd a {
    color: #FFF;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    background-color: #000;
    padding: 4px 8px;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd a:hover {
    background-color: #666666;
  }
  .credits > div dl dd span {
    display: none;
  }
  .credits .ilink {
    text-align: left;
    width: 100%;
    padding: 0px;
    background-image: none;
  }
  .credits .ilink a {
    color: #000;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits .ilink a:hover {
    text-decoration: underline;
  }

  /* -------------------- */
  #wrapper {
    width: 100%;
    padding: 15px 0 50px 0;
    background: linear-gradient(to bottom, #CBC6C6, #FFF);
    overflow: hidden;
  }

  #visual {
    margin: 0 auto 60px auto;
  }
  #visual.on .inner h2 {
    opacity: 1;
  }
  #visual.on .inner .photos {
    animation-name: visualSP;
    animation-duration: 1s;
    animation-delay: 0.75s;
    animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  #visual .inner {
    width: calc(100% - 20px);
    position: relative;
  }
  #visual .inner h2 {
    width: 77%;
    position: absolute;
    top: calc(50% - (100vw - 20px) * 0.77 * 0.3018 / 2);
    left: 11.5%;
    z-index: 5;
    opacity: 0;
    transition: all 0.35s ease-in 0.5s;
  }
  #visual .inner h2 span {
    height: calc((100vw - 20px) * 0.77 * 0.3018);
  }
  #visual .inner .photos .swiper-wrapper {
    width: 100%;
  }
  #visual .inner .photos .swiper-wrapper .swiper-slide > div {
    width: 33.3333333333%;
  }
  #visual .inner .photos .swiper-wrapper .swiper-slide > div.p4, #visual .inner .photos .swiper-wrapper .swiper-slide > div.p5, #visual .inner .photos .swiper-wrapper .swiper-slide > div.p12, #visual .inner .photos .swiper-wrapper .swiper-slide > div.p13 {
    width: 50%;
  }

  #lead {
    width: calc(100% - 80px);
    margin: 0 auto 60px auto;
  }
  #lead p {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  #lead p:not(:last-child) {
    margin-bottom: 10px;
  }
  #lead p br {
    display: none;
  }

  main .sec {
    width: 100%;
    padding: 0px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
  main .sec:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec .thumbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .thumbs .thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
    clip-path: inset(0 0 100% 0);
    transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  }
  main .sec .thumbs .thumb.on {
    clip-path: inset(0 0 0 0);
  }
  main .sec .thumbs .thumb:not(:nth-child(2n+1)) {
    margin-left: 0px;
    transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  }
  main .sec .thumbs .thumb:not(:nth-child(n+11)) {
    margin-bottom: 0px;
  }
  main .sec .thumbs .thumb .arrow {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  main .sec .thumbs .thumb .arrow:hover {
    opacity: 1;
  }
  main .sec .thumbs .thumb .swiper-wrapper {
    width: 100%;
  }
  main .sec .thumbs .thumb .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
  }
  main .sec .thumbs .thumb .swiper-wrapper .swiper-slide > a {
    width: 25px;
    height: 25px;
    top: 15px;
    left: 15px;
  }
  main .sec .thumbs .thumb .swiper-wrapper .swiper-slide > a:hover {
    opacity: 1;
  }
  main .sec .thumbs .thumb .swiper-wrapper .swiper-slide > a.top-r {
    left: auto;
    right: 15px;
  }
  main .sec .thumbs .thumb .swiper-wrapper .swiper-slide > a.top-r2 {
    top: 55px;
    left: auto;
    right: 15px;
  }
  main .sec .thumbs .thumb .swiper-wrapper .swiper-slide > a.btm {
    top: auto;
    bottom: 15px;
  }
  main .sec .thumbs .thumb .swiper-wrapper .swiper-slide > a.btm-r {
    top: auto;
    right: 15px;
    bottom: 15px;
    left: auto;
  }
  main .sec .thumbs .thumb .swiper-wrapper .swiper-slide.combo {
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  main .sec .thumbs .thumb .swiper-wrapper .swiper-slide.combo .info {
    text-align: left;
    width: calc(100% - 20px);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    right: 10px;
    bottom: 10px;
    z-index: 5;
  }
  main .sec .thumbs .thumb .swiper-wrapper .swiper-slide.combo .info h5 {
    color: #000;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main .sec .thumbs .thumb .swiper-wrapper .swiper-slide.combo .info p {
    color: #000;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .sec .thumbs .thumb .swiper-wrapper .swiper-slide.combo .info p br {
    display: none;
  }
  main .sec .thumbs .thumb .swiper-wrapper .swiper-slide.combo .info .credits {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .thumbs .links {
    width: 100%;
  }
  main .sec .thumbs .links > div {
    width: 100%;
    height: auto;
    padding: 120px 0 60px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .thumbs .links > div h3 {
    width: 140px;
    margin-bottom: 60px;
  }
  main .sec .thumbs .links > div h3 span {
    width: 100%;
    height: 18px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main .sec .thumbs .links > div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
  }
  main .sec .thumbs .links > div ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec .thumbs .links > div ul li a {
    color: #000;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .thumbs .links > div ul li a:hover {
    color: #000;
  }
  main .sec .thumbs .links > div p {
    color: #000;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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