@charset "UTF-8";
@import url("https://use.typekit.net/frl8hdr.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;
  }
}
section .title {
  width: calc(100% - 60px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 3;
}
section .title dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
section .title dl dt {
  padding: 5px 10px;
  margin-bottom: 10px;
  border: solid 1px #FFF;
  border-radius: 12px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section .title dl dt span {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
section .title dl dt span:nth-child(2) {
  display: none;
}
section .title dl dd {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  width: 100%;
}
section .title dl dd.catch {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
section .title dl dd span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
section .title p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
section .title p span {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
section#visual {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#visual.show {
  opacity: 1;
}
section#visual .pager {
  width: calc(100% - 60px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0 4px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 3;
}
section#visual .pager .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0px;
  border-radius: 0px;
}
section#visual .pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFF;
}
section#visual .hero {
  width: 100%;
}
section#visual .hero .swiper-wrapper {
  width: 100%;
}
section#visual .hero .swiper-wrapper .swiper-slide {
  width: 100%;
  background-color: #FFF;
}
section#visual .hero .swiper-wrapper .swiper-slide > a,
section#visual .hero .swiper-wrapper .swiper-slide > span {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
}
section#visual .hero .swiper-wrapper .swiper-slide > a {
  transition: all 0.25s ease-in 0s;
}
section#visual .hero .swiper-wrapper .swiper-slide > a:hover {
  opacity: 0.8;
}
section#visual .hero .swiper-wrapper .img {
  display: none;
}
section#visual .hero .swiper-wrapper .vpc {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section#visual .hero .swiper-wrapper .vpc video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section#visual .hero .swiper-wrapper .vsp {
  display: none;
}
section#news {
  width: 100%;
  padding: 35px 0;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#news.show {
  opacity: 1;
}
section#news .inner {
  width: calc(100% - 64px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
section#news .inner h3 {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
section#news .inner ul.posts {
  padding: 0 0 0 15px;
  margin-left: 15px;
  border-left: dotted 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 0;
}
section#news .inner ul.posts li {
  text-align: left;
}
section#news .inner ul.posts li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
section#news .inner ul.posts li a::before {
  content: "";
  width: 1px;
  background-color: #000;
  margin-left: 10px;
  order: 2;
}
section#news .inner ul.posts li a:hover span {
  color: #999999;
}
section#news .inner ul.posts li a span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
section#news .inner ul.posts li a span:nth-child(1) {
  min-width: 81px;
  order: 1;
}
section#news .inner ul.posts li a span:nth-child(2) {
  margin-left: 10px;
  order: 3;
}
section#issue, section#look {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#issue.show, section#look.show {
  opacity: 1;
}
section#issue .thumbs, section#look .thumbs {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
section#issue .thumbs .thumb, section#look .thumbs .thumb {
  width: 60%;
  height: 60vw;
  position: relative;
  overflow: hidden;
}
section#issue .thumbs .thumb a, section#look .thumbs .thumb a {
  width: 100%;
  display: block;
}
section#issue .thumbs .thumb a .title, section#look .thumbs .thumb a .title {
  bottom: 20px;
  left: 20px;
}
section#issue .thumbs .thumb a .img, section#look .thumbs .thumb a .img {
  width: 100%;
  height: auto;
}
section#issue .thumbs .thumb a .img img, section#look .thumbs .thumb a .img img {
  display: block;
}
section#issue .thumbs .sub, section#look .thumbs .sub {
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section#issue .thumbs .sub .thumb, section#look .thumbs .sub .thumb {
  width: 100%;
  height: 50%;
}
section#issue .thumbs .sub .thumb:nth-child(n+3), section#look .thumbs .sub .thumb:nth-child(n+3) {
  display: none;
}
section#issue .thumbs .sub .thumb a, section#look .thumbs .sub .thumb a {
  width: 100%;
  height: 100%;
}
section#issue .thumbs .sub .thumb a .img, section#look .thumbs .sub .thumb a .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section#issue .thumbs .sub .thumb a .img img, section#look .thumbs .sub .thumb a .img img {
  display: none;
}
section#issue .link, section#look .link {
  width: 100%;
  padding: 20px 20px 36px 20px;
}
section#issue .link ul, section#look .link ul {
  display: none;
}
section#issue .link .btn, section#look .link .btn {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
section#issue .link .btn a:hover dl dt, section#issue .link .btn a:hover dl dd, section#look .link .btn a:hover dl dt, section#look .link .btn a:hover dl dd {
  color: #999999;
}
section#issue .link .btn a dl, section#look .link .btn a dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
section#issue .link .btn a dl dt, section#look .link .btn a dl dt {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
section#issue .link .btn a dl dt:not(:last-child), section#look .link .btn a dl dt:not(:last-child) {
  margin-bottom: 10px;
}
section#issue .link .btn a dl dd, section#look .link .btn a dl dd {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.25s ease-in 0s;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  section .title {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 3;
  }
  section .title dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 8px;
  }
  section .title dl dt {
    padding: 2px 8px;
    margin-bottom: 6px;
    border-radius: 12px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  section .title dl dt span {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section .title dl dd {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  section .title dl dd.catch {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
  }
  section .title p {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 4px;
  }
  section .title p span {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  section#visual {
    width: 100%;
    position: relative;
  }
  section#visual .pager {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    gap: 0 4px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 3;
    opacity: 0;
  }
  section#visual .pager .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0px;
    border-radius: 0px;
  }
  section#visual .pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFF;
  }
  section#visual .hero {
    width: 100%;
    overflow: hidden;
  }
  section#visual .hero .swiper-wrapper {
    width: 100%;
  }
  section#visual .hero .swiper-wrapper .swiper-slide > a,
section#visual .hero .swiper-wrapper .swiper-slide > span {
    width: 100%;
    height: auto;
    background-image: none !important;
    position: relative;
  }
  section#visual .hero .swiper-wrapper .swiper-slide > a .img,
section#visual .hero .swiper-wrapper .swiper-slide > span .img {
    width: 100%;
    display: block;
  }
  section#visual .hero .swiper-wrapper .vpc {
    display: none;
  }
  section#visual .hero .swiper-wrapper .vsp {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  section#visual .hero .swiper-wrapper .vsp video {
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  section#news {
    width: 100%;
    padding: 20px 0;
  }
  section#news .inner {
    width: calc(100% - 40px);
  }
  section#news .inner h3 {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    width: 40px;
  }
  section#news .inner ul.posts {
    width: calc(100% - 40px - 10px);
    padding: 0 0 0 15px;
    margin-left: 10px;
    border-left: dotted 1px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 0;
  }
  section#news .inner ul.posts li {
    width: 100%;
  }
  section#news .inner ul.posts li a {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#news .inner ul.posts li a::before {
    content: none;
  }
  section#news .inner ul.posts li a span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    width: 100%;
  }
  section#news .inner ul.posts li a span:nth-child(1) {
    order: 1;
  }
  section#news .inner ul.posts li a span:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0px;
    display: block;
    order: 3;
  }
  section#issue, section#look {
    width: 100%;
  }
  section#issue .thumbs, section#look .thumbs {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#issue .thumbs .thumb, section#look .thumbs .thumb {
    width: 100%;
    height: 100vw;
  }
  section#issue .thumbs .thumb a .title, section#look .thumbs .thumb a .title {
    bottom: 10px;
    left: 10px;
  }
  section#issue .thumbs .sub, section#look .thumbs .sub {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    overflow-x: scroll;
  }
  section#issue .thumbs .sub::after, section#look .thumbs .sub::after {
    content: "";
    width: 25%;
    flex-shrink: 0;
    display: block;
  }
  section#issue .thumbs .sub .thumb, section#look .thumbs .sub .thumb {
    width: 75%;
    height: auto;
    flex-shrink: 0;
  }
  section#issue .thumbs .sub .thumb:nth-child(n+3), section#look .thumbs .sub .thumb:nth-child(n+3) {
    display: inline-block;
  }
  section#issue .thumbs .sub .thumb a, section#look .thumbs .sub .thumb a {
    width: 100%;
    height: 56.25vw;
  }
  section#issue .thumbs .sub .thumb a .title dl dd, section#look .thumbs .sub .thumb a .title dl dd {
    font-size: 2.6rem;
  }
  section#issue .thumbs .sub .thumb a .title dl dd.catch, section#look .thumbs .sub .thumb a .title dl dd.catch {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
  }
  section#issue .link, section#look .link {
    width: 100%;
    padding: 10px 10px 24px 10px;
  }
  section#issue .link ul, section#look .link ul {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0 5px;
  }
  section#issue .link ul li, section#look .link ul li {
    width: 18px;
    height: 13px;
    background-image: url(../images/sp_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: relative;
  }
  section#issue .link ul li.prev, section#look .link ul li.prev {
    transform: rotate(180deg);
  }
  section#issue .link .btn, section#look .link .btn {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  section#issue .link .btn a:hover dl dt, section#issue .link .btn a:hover dl dd, section#look .link .btn a:hover dl dt, section#look .link .btn a:hover dl dd {
    color: #999999;
  }
  section#issue .link .btn a dl, section#look .link .btn a dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  section#issue .link .btn a dl dt, section#look .link .btn a dl dt {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  section#issue .link .btn a dl dt:not(:last-child), section#look .link .btn a dl dt:not(:last-child) {
    margin-bottom: 4px;
  }
  section#issue .link .btn a dl dd, section#look .link .btn a dl dd {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: all 0.25s ease-in 0s;
  }
}

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