@charset "UTF-8";
footer .link_all:before, .lineup_item_btn_link:before, .model-header_link span:before {
  background-image: url(../img/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: background .2s ease;
  position: absolute;
  z-index: 2;
  content: "";
  height: 8px;
  width: 8px;
  transform: translateY(-50%);
  top: 50%;
  right: 4.6875%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.clearfix {
  display: inline-block;
  height: 1%;
}

.clearfix::after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

*:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.scroll-in {
  opacity: 0;
  transform: translateY(15px);
  transition: .5s ease;
}

.scroll-in.show {
  opacity: 1;
  transform: none;
}

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

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  font-feature-settings: 'palt';
  line-height: 1;
}

.g_container {
  opacity: 0;
}

.g_container.loaded {
  opacity: 1;
  transition: .5s ease;
}

.container {
  position: relative;
}

main {
  display: block;
  background: #fff;
  position: relative;
  z-index: 6;
}

footer {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 5;
}

footer .link_all {
  display: block;
  max-width: 320px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  font-size: 3.73333vw;
  font-family: "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 900;
  background: #e8eaeb;
  position: relative;
  transition: .2s ease;
}

footer .link_all:before {
  right: 4.6875%;
}

footer .logo_by {
  width: 140px;
  margin: 75px auto 0;
}

footer .copy {
  margin-top: 40px;
  font-size: 2.66667vw;
}

@font-face {
  font-family: "FuturaCon";
  font-weight: 400;
  src: url("../font/FuturaCon-Med.woff") format("woff");
}

.mv-visual {
  position: relative;
  display: flex;
  background-color: #b2b6c4;
}

.mv-visual img {
  max-width: 100%;
  height: auto;
}

.mv-visual-01 {
  position: relative;
  overflow: hidden;
}

.mv-visual-01:before {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  content: "";
  background-color: #fff;
  height: 100%;
  width: 100%;
  transition: width .8s ease .8s;
}

.loaded .mv-visual-01:before {
  width: 0%;
}

.mv-visual-01 img {
  opacity: 0;
  transform: scale(1.2);
}

.loaded .mv-visual-01 img {
  opacity: 1;
  transform: scale(1);
  transition: .8s ease .8s;
}

.mv-title {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  transition: .8s ease 1.8s;
}

.loaded .mv-title {
  opacity: 1;
}

.mv-title-logo {
  margin: 0 auto;
  width: 600px;
}

.mv-title-label {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 28px;
  font-weight: bold;
}

.mv-lead {
  margin: 40px 0 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
}

.category-wrapper {
  margin-top: 50px;
}

.category-wrapper + .category-wrapper {
  margin-top: 120px;
}

.headline-v1 {
  margin: 0 0 40px;
  font-size: 5.4rem;
  text-align: center;
  color: #455da1;
  font-family: "laguna_vintage_expand_custom",sans-serif;
}

.headline-v1 + * {
  margin-top: 0 !important;
}

.category-section {
  display: flex;
}

.category-section.is-left {
  flex-direction: row-reverse;
}

.category-visual {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.category-visual:before {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  content: "";
  background-color: #fff;
  height: 100%;
  width: 100%;
  transition: width .8s ease .3s;
}

.category-visual.show:before {
  width: 0%;
}

.category-visual img {
  opacity: 0;
  transform: scale(1.2);
}

.category-visual.show img {
  opacity: 1;
  transform: scale(1);
  transition: .8s ease .3s;
}

.category-detail {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-detail__block {
  width: 55.6369%;
}

.category-label {
  margin: 0 0 0.8em;
  font-size: 1.6rem;
  font-family: "FuturaCon",serif;
}

.category-lead {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
}

.paragraph {
  font-size: 1.6rem;
  line-height: 1.75;
}

.lineup {
  margin-top: 30px;
}

.lineup_item {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

.lineup_item:nth-child(n+2) {
  margin-top: 20px;
}

.lineup_item_data {
  flex-grow: 1;
  padding-top: 4px;
  margin-right: 10px;
}

.lineup_item_name {
  font-weight: bold;
  margin-right: 10px;
}

.lineup_item_price {
  font-weight: bold;
  font-family: "Helvetica Neue",arial,serif;
}

.lineup_item_price:before {
  content: "";
}

.lineup_item_btn {
  flex-shrink: 0;
  width: 128px;
}

.lineup_item_btn_link {
  position: relative;
  display: block;
  padding: 5px 0 0;
  background-color: #e8eaeb;
  color: #000;
  font-family: "FuturaCon",serif;
  font-size: 1.4rem;
  text-align: center;
}

.lineup_item_btn_link.is-coming {
  opacity: 0.3;
}

a.lineup_item_btn_link {
  transition: ease all 0.3s;
}

a.lineup_item_btn_link:hover {
  color: #fff;
  background-color: #000;
}

a.lineup_item_btn_link:hover:before {
  background-image: url("../img/arrow_next_wh.svg");
}

.model {
  border-top: 1px solid #e8eaeb;
  border-bottom: 1px solid #e8eaeb;
  margin-top: 70px;
}

.model-contents {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 600px;
}

.model-header {
  display: flex;
  justify-content: space-between;
}

.model-name {
  font-size: 1.6rem;
  font-weight: bold;
}

.model-label {
  margin-top: 10px;
  font-size: 1.2rem;
}

.model-header_link {
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue",arial,serif;
  font-size: 1.2rem;
}

.model-header_link:after {
  margin-left: 15px;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/instagram.html) 0 0 no-repeat;
  background-size: contain;
}

.model-header_link span {
  position: relative;
  display: block;
}

.model-paragraph {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.666;
}

.model-link {
  text-decoration: underline;
}

.model-link:hover {
  text-decoration: none;
}

.footer {
  margin-top: 120px;
  padding-bottom: 45px;
}

.backnumber {
  margin: 80px auto 0;
  max-width: 1080px;
}

.backnumber_title {
  margin: 0 0 25px;
  font-size: 2.0rem;
  text-align: center;
  font-family: "FuturaCon",serif;
}

.backnumber_list {
  display: flex;
  justify-content: space-between;
}

.backnumber_list_item {
  display: block;
  /*width: 32%;*/
  width: 48%;
}

.backnumber_list_text {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

[data-modal-id] {
  cursor: pointer;
}

.c-modal-list {
  display: none;
}

.c-modal-wrapper {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .3);
}

.c-modal-view {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.c-modal-view-contents {
  position: relative;
  background-color: #fff;
  width: calc(100% - 60px);
  max-height: 80%;
  display: flex;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 320px;
  text-align: center;
}

.c-modal-view-contents > :first-child {
  margin-top: 0;
}

.c-modal-view-contents .paragraph {
  font-size: 1.2rem;
}

.c-modal-view-contents .number {
  margin-top: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Helvetica Neue",arial,serif;
}

.c-modal-view-block {
  padding: 60px 0;
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-modal-view-block::-webkit-scrollbar {
  display: none;
}

.c-modal-close {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  text-align: center;
  top: 10px;
  right: 10px;
}

.c-modal-close:before {
  border-radius: 50%;
  content: "";
  margin: 0 auto;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/close.png);
  background-size: contain;
}

@media screen and (min-width: 767px) {
  .sp5 {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .scroll-in.for-sp {
    opacity: 1;
    transform: none;
  }
  footer .link_all:hover {
    background: #000;
    color: #fff;
  }
  footer .link_all:hover:before {
    background-image: url("../img/arrow_next_wh.svg");
  }
  .model-header_link {
    transition: ease all 0.3s;
  }
  .model-header_link:hover {
    opacity: 0.7;
  }
  .model-header_link span {
    padding-right: 1em;
  }
  .backnumber_list_item {
    transition: ease opacity 0.3s;
  }
  .backnumber_list_item:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .scroll-in.for-pc {
    opacity: 1;
    transform: none;
  }
  body {
    padding: 0;
  }
  .container {
    margin: 0 5.33vw;
    padding: 0;
  }
  footer .link_all {
    max-width: 100%;
  }
  .mv-visual {
    display: block;
  }
  .mv-visual-01 {
    background-color: #fff;
  }
  .mv-visual-01:before {
    transition-delay: 1s;
  }
  .loaded .mv-visual-01 img {
    transition-delay: 1s;
  }
  .mv-title {
    transform: none;
    top: auto;
    bottom: 18px;
  }
  .mv-title-logo {
    width: 89.46vw;
  }
  .mv-title-label {
    margin-top: 25px;
    font-size: 20px;
  }
  .mv-lead {
    margin: 20px 0 0;
    padding: 0 5.33vw;
    font-size: 1.4rem;
    text-align: left;
  }
  .category-wrapper {
    margin-top: 50px;
  }
  .category-wrapper + .category-wrapper {
    margin-top: 120px;
  }
  .headline-v1 {
    margin: 0 0 20px;
    font-size: 3.6rem;
  }
  .category-section {
    margin-top: 60px;
  }
  .category-section {
    display: block;
  }
  .category-visual {
    width: auto;
  }
  .category-detail {
    width: auto;
    display: block;
    padding: 20px 10px 0;
  }
  .category-detail__block {
    width: auto;
  }
  .category-label {
    margin: 0 0 15px;
    font-size: 1.2rem;
  }
  .category-lead {
    margin: 0 0 12px;
    font-size: 1.8rem;
  }
  .paragraph {
    font-size: 1.4rem;
  }
  .model-contents {
    padding: 20px 0;
  }
  .model-header_link span {
    display: none;
  }
  .footer {
    margin-top: 75px;
    padding: 0 5.33vw 40px;
  }
  .backnumber_title {
    margin: 0 0 25px;
  }
  .backnumber_list {
    display: block;
  }
  .backnumber_list_item {
    width: auto;
  }
  .backnumber_list_item:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 500px) {
  footer .link_all {
    max-width: 1080px;
    height: 120px;
    line-height: 120px;
    font-size: 1.8rem;
  }
  footer .copy {
    font-size: 1rem;
  }
}


.more-link {
  margin-top: 30px;
}
.more-link a {
  position: relative;
  display: block;
  padding: 18px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  background-color: #e8eaeb;
  transition: ease all 0.3s;
  text-align: center;
}
.more-link a:hover {
  color: #fff;
  background-color: #000;
}

.more-link a:hover:after {
  background-image: url("../img/arrow_next_wh.svg");
}

.more-link a:after {
  background-image: url(../img/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: background .2s ease;
  position: absolute;
  z-index: 2;
  top: calc(50% - 3px);
  right: 10px;
  z-index: 2;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
}


.slick-dotted.ph-slider {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.slick-dots {
  bottom: 4px;
}

.slick-dots li {
  width: auto;
  height: auto;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #000;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: #c7c7c7;
}

.slick-dots li button:before {
  content: none;
}

.slick-dotted.ph-slider +.category-detail {
  padding-top: 10px;
}

@media screen and (min-width: 767px) {
  .slick-dotted.ph-slider {
    padding-bottom: 0;
  }
  .slick-dots {
    bottom: 15px;
  }
  .slick-dots li {
    margin: 0 6px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
    border: #fff 1px solid;
  }
  .slick-dots li.slick-active button {
    background: #fff;
  }
}