@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  width: 100%;
  font-size: 1.6rem;
  font-family: "A1 Mincho", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #000;
  background-color: #fff;
}

html, body {
  min-width: 100%;
  width: 100%;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
}

ul, li {
  list-style: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.arrow-L {
  position: absolute;
  left: 20px;
  z-index: 2000;
}

.arrow-L svg {
  fill: #E83828;
  width: 40px;
}

.arrow-R {
  position: absolute;
  right: 20px;
  z-index: 2010;
}

.arrow-R svg {
  fill: #E83828;
  width: 40px;
}

a:hover {
  opacity: .7;
}

@media screen and (max-width: 736px) {
  br {
    display: none !important;
  }
  br.br {
    display: block !important;
  }
  br.brsp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

main {
  width: calc(100% - 200px);
  padding-left: 200px;
  transition: all .5s ease;
}

main.active {
  width: 100%;
  padding-left: 0;
}

aside {
  width: 200px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #E83828;
  z-index: 88888;
  transition: all .5s ease;
}

aside.active {
  left: -200px;
}

.header {
  position: relative;
}

.header__slide-pc img, .header__slide-sp img {
  width: 100%;
  height: auto;
}

.header__logo svg {
  width: 738.678px;
  height: auto;
  fill: #fff;
}

.header__season {
  text-align: center;
  padding-top: 35px;
}

.header__season svg {
  width: 359.742px;
  height: auto;
  fill: #fff;
  stroke: #fff;
}

.header__info {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
  -ms-transform: translate(-50%, -43%);
      transform: translate(-50%, -43%);
}

.about {
  text-align: center;
  width: 100%;
  line-height: 1.76;
}

.about-container {
  width: 760px;
  margin: 0 auto;
  padding: 80px;
}

.about-L, .about-R {
  text-align: left;
  width: 330px;
  display: inline-block;
  vertical-align: top;
}

.about-L {
  padding-right: 50px;
}

.about-R {
  padding-left: 50px;
}

.news {
  background-color: #727171;
  padding: 30px 0;
}

.news-container {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  width: calc(80% - 50px);
  margin: 0 auto;
  border: 5px solid #fff;
  padding: 25px;
}

.news-container .title, .news-container .news__list {
  display: inline-block;
  vertical-align: top;
}

.news-container .title {
  width: 15%;
  color: #fff;
  line-height: 1.7;
}

.news-container .news__list {
  width: 85%;
  color: #B5B5B6;
}

.news-container .news__list li {
  margin-bottom: 20px;
  list-style: disc;
  line-height: 1.7;
}

.news-container .news__list li:last-child {
  margin-bottom: 0;
}

.news-container .news__list li a {
  color: #fff;
  text-decoration: underline;
}

.news__side {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  width: 180px;
  margin: 0 auto;
  color: #c9caca;
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  padding: 15px 0 60px;
}

.news__side .title {
  text-align: center;
  margin-bottom: 15px;
}

.news__side .title svg {
  width: 47.002px;
}

.news__side .title svg path {
  fill: #c9caca;
}

.news__side p {
  width: 170px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.7;
}

.news__side p a {
  color: #fff;
  text-decoration: underline;
}

.lineup {
  width: 899px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}

.lineup > .note {
  color: #E83828;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 80px;
}

.lineup .title {
  text-align: left;
  padding-bottom: 36px;
}

.lineup .title svg {
  width: 119.447px;
  height: auto;
  fill: #000;
}

.lineup__items {
  text-align: left;
}

.lineup__items a {
  color: #3E3A39;
  transition: all .5s ease;
  opacity: 1;
}

.lineup__items a:hover {
  opacity: .7;
}

.lineup__items li {
  display: inline-block;
  width: 289px;
  height: 433px;
  margin-right: 16px;
  margin-bottom: 16px;
  position: relative;
  text-align: center;
  color: #3E3A39;
}

.lineup__items li:nth-child(3n) {
  margin-right: 0;
}

.lineup__items li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lineup__items li.order:after {
  content: '';
  width: 65px;
  height: 65px;
  background-image: url("../images/order.svg");
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none;
  cursor: pointer;
}

.lineup__items li.sold:after {
  content: '';
  width: 65px;
  height: 65px;
  background-image: url("../images/sold.svg");
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none;
  cursor: pointer;
}

.lineup__info {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 20px;
}

.lineup__price {
  position: relative;
  top: 0;
  left: 0;
  font-size: 2.1rem;
}

.lineup__price .note {
  font-size: 1.1rem;
}

.lineup__name {
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.75rem;
  margin-bottom: 10px;
  line-height: 1.7;
}

.menu__icon {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 50000;
}

.menu__icon svg {
  width: 40.426px;
  height: auto;
  fill: #fff;
}

.menu__icon svg path {
  transition: all .5s ease;
  -ms-transform-origin: center center;
      transform-origin: center center;
}

.menu__icon svg #icon-menu-top {
  -ms-transform-origin: center center;
      transform-origin: center center;
  -ms-transform: rotate(45deg) translate(8px, 10px);
      transform: rotate(45deg) translate(8px, 10px);
}

.menu__icon svg #icon-menu-middle {
  -ms-transform-origin: center center;
      transform-origin: center center;
  -ms-transform: rotate(45deg) translate(0, 1px);
      transform: rotate(45deg) translate(0, 1px);
}

.menu__icon svg #icon-menu-bottom {
  -ms-transform-origin: center center;
      transform-origin: center center;
  -ms-transform: rotate(-45deg) translate(7px, -9px);
      transform: rotate(-45deg) translate(7px, -9px);
}

.menu__icon.active svg #icon-menu-top,
.menu__icon.active svg #icon-menu-middle,
.menu__icon.active svg #icon-menu-bottom {
  -ms-transform: rotate(0) translate(0, 0);
      transform: rotate(0) translate(0, 0);
}

.menu__contents ul {
  margin: 60px 0;
}

.menu__contents ul li {
  display: block;
  text-align: center;
  margin-bottom: 25px;
  padding: 0;
}

.menu__contents ul li svg {
  fill: #fff;
}

.menu__contents ul li.menu__contents-top svg {
  width: 45.88px;
}

.menu__contents ul li.menu__contents-about svg {
  width: 83.281px;
}

.menu__contents ul li.menu__contents-lineup svg {
  width: 88.644px;
}

.menu__contents ul li.menu__contents-lookbook svg {
  width: 144.045px;
}

.menu__contents ul li.menu__contents-topics svg {
  width: 83.778px;
}

.menu__contents ul li.menu__contents-information svg {
  width: 54.748px;
}

.menu__contents ul li a {
  display: block;
  padding: 0;
}

.menu__contents ul li a:hover svg {
  opacity: .7;
}

.menu__utils ul {
  width: 180px;
  margin: 30px auto 50px;
}

.menu__utils ul li {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.menu__utils ul li a {
  display: block;
  color: #c9caca;
}

.menu__utils ul li a:hover {
  opacity: .7;
}

.menu__share {
  display: table;
  padding-left: 20px;
}

.menu__share__title {
  display: table-cell;
  font-size: 1.3rem;
  color: #fff;
  padding-right: 5px;
}

.menu__share .nav__sns {
  display: table-cell;
  margin-right: 5px;
}

.menu__share .nav__sns li {
  display: inline-block;
}

.menu__share a {
  color: #fff;
}

.menu__share a.fa {
  margin-left: 10px;
}

.menu__share a.fa:before {
  font-size: 3.5rem;
}

.lookbook {
  position: relative;
  width: 100%;
  height: 580px;
  overflow: hidden;
  padding-top: 200px;
}

.lookbook .title {
  width: 900px;
  margin: 0 auto 35px;
}

.lookbook .title svg {
  width: 192.061px;
  height: auto;
  fill: #000;
}

.lookbook__slide {
  width: 100%;
  height: 500px;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
  padding-bottom: 20px;
}

.lookbook__slide li {
  width: 375px;
  display: inline-block;
}

.lookbook__slide li a {
  transition: all .5s ease;
}

.lookbook__slide li a:hover {
  opacity: .7;
}

.lookbook .arrow-L, .lookbook .arrow-R {
  bottom: 235px;
}

.topics {
  padding-top: 200px;
  position: relative;
}

.topics .title {
  width: 75%;
  margin: 0 auto 35px;
}

.topics .title svg {
  width: 111.705px;
  height: auto;
}

.topics__slide {
  width: 100%;
  margin: 0 auto 160px;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 20px;
}

.topics__slide li {
  display: inline-block;
  margin-right: 20px;
}

.topics__slide li a {
  color: #3E3A39;
}

.topics__slide li a:hover img {
  opacity: 1;
  transition: all .5s ease;
}

.topics__slide li a:hover img {
  opacity: .7;
}

.topics__slide li:first-child {
  margin-left: calc(25% / 2);
}

.topics__slide li:last-child {
  margin-right: calc(25% / 2);
}

.topics__slide-season {
  color: #E83828;
  font-size: 1.2rem;
  line-height: 1.7;
}

.topics__slide-text {
  font-size: 1.4rem;
  line-height: 1.7;
}

.topics .arrow-L, .topics .arrow-R {
  bottom: 120px;
}

.information {
  background-image: url("../images/information_bg.jpg");
  color: #fff;
  height: 800px;
  line-height: 1.7;
}

.information a {
  color: #fff;
  text-decoration: underline;
}

.information a:hover {
  opacity: .7;
}

.information .title {
  text-align: center;
  padding: 60px 0 55px;
}

.information .title svg {
  fill: #fff;
  width: 208.792px;
  height: auto;
}

.information__column {
  width: 900px;
  margin: 0 auto;
}

.information__column li {
  display: inline-block;
  vertical-align: top;
  width: 275px;
  margin-right: 35px;
}

.information__column li:nth-child(3n) {
  margin-right: 0;
}

.information__column-title {
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}

.information__column p {
  font-size: 1.4rem;
}

.footer {
  height: 100px;
  background-color: #3E3A39;
  position: relative;
}

.footer small {
  position: absolute;
  top: 42px;
  right: 30px;
}

.footer small svg {
  width: 134.761px;
  height: auto;
  fill: #fff;
}

.bg_popup {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90000;
}

.bg_popup .popup {
  display: block;
  width: 400px;
  padding: 10px 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-color: #fff;
  line-height: 1.5;
}

.bg_popup .popup-close {
  display: inline-block;
  width: 400px;
  position: absolute;
  left: calc(50% + 217px);
  top: 19%;
  font-size: 4rem;
  color: #fff;
}

.bg_popup .popup .title {
  font-size: 2rem;
  line-height: 2;
  padding: 20px 0;
  font-weight: bold;
}

.bg_popup .popup p {
  margin-bottom: 1em;
}

.bg_popup .popup p.list {
  padding-left: 1em;
  text-indent: -1em;
}

.bg_popup .popup p a {
  color: #E83828;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  main {
    width: 100%;
    padding-left: 0;
  }
  main.active {
    padding-left: 200px;
  }
  aside {
    left: -200px;
  }
  aside.active {
    left: 0;
  }
}

@media screen and (max-width: 920px) {
  .about-L, .about-R {
    margin: 0 auto;
    display: block;
    padding: 0 0 1em;
  }
  .lineup {
    width: 75%;
  }
  .lineup__items {
    text-align: center;
  }
  .lineup li:nth-child(3n) {
    margin-right: 16px;
  }
  .lineup li:nth-child(2n) {
    margin-right: 0;
  }
  .lookbook .title {
    width: 75%;
    text-align: center;
  }
  .information__column {
    width: 75%;
  }
  .information__column li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 791px) {
  .about-container {
    width: 100%;
    padding: 60px 0;
  }
  .lineup {
    width: calc(100% - 22px);
    text-align: center;
  }
  .lineup__items {
    width: 100%;
  }
  .lineup li:nth-child(2n), .lineup li:nth-child(3n) {
    margin-right: 0;
  }
  .lineup li:nth-child(1n) {
    margin-right: 6px;
  }
  .information__column li {
    width: 100%;
    display: block;
    margin: 0;
  }
  .information__column li:nth-child(1n), .information__column li:nth-child(2n), .information__column li:nth-child(3n) {
    margin-right: 0;
  }
  .header__info {
    width: 90%;
  }
  .header__logo svg {
    width: 100%;
  }
  .header__season svg {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .menu__icon {
    position: fixed;
    left: 220px;
  }
  .menu__icon svg {
    fill: #E83828;
  }
  .menu__icon.active {
    left: 20px;
  }
  .menu__icon:hover {
    opacity: 1;
  }
  .bx-wrapper {
    margin: 0 !important;
  }
  .header__info {
    width: 78.125%;
  }
  .header__logo svg {
    width: 100%;
  }
  .header__season svg {
    width: 70%;
  }
  .about-container {
    padding: 25px 0;
    line-height: 2;
  }
  .about-L, .about-R {
    width: calc(100% - 22px);
  }
  .lineup {
    padding-top: 50px;
  }
  .lineup .title {
    text-align: center;
  }
  .lineup__info {
    bottom: 5px;
  }
  .lineup__price {
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto;
  }
  .lineup__price .note {
    font-size: 1rem;
  }
  .lineup__name {
    font-size: 1rem;
    margin-bottom: 3px;
    line-height: 1.7;
    width: 90%;
    margin: 0 auto;
  }
  .lineup li {
    width: calc(50% - 3px);
    vertical-align: top;
  }
  .lineup li:nth-child(2n) {
    margin-right: 0;
  }
  .lineup li img {
    width: 100%;
    height: auto;
  }
  .news .title {
    padding: 0 0 1em;
  }
  .news-container {
    width: calc(100% - 92px);
    padding: 20px 25px;
  }
  .news__list {
    width: 100%;
  }
  .news__list li {
    margin-left: 1em;
  }
  .lookbook {
    padding-top: 50px;
  }
  .lookbook .arrow-L, .lookbook .arrow-R {
    display: none;
  }
  .topics {
    padding-top: 50px;
  }
  .topics .title {
    text-align: center;
  }
  .topics__slide {
    margin: 0 auto;
  }
  .topics__slide li {
    display: block;
    width: 210px;
    margin: 0 auto 20px;
    text-align: center;
  }
  .topics__slide li:first-child, .topics__slide li:last-child {
    margin: 0 auto 20px;
  }
  .topics__slide-season {
    text-align: left;
  }
  .topics__slide-text {
    text-align: left;
    line-height: 1.2;
  }
  .topics .arrow-L, .topics .arrow-R {
    display: none;
  }
  .footer {
    height: 300px;
    text-align: center;
  }
  .footer small {
    position: relative;
    top: 52px;
    left: 0;
  }
  .bg_popup .popup {
    top: 50px;
    display: block;
    width: calc(100% - 60px);
    padding: 20px;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    height: calc(100% - 100px);
    overflow: scroll;
  }
  .bg_popup .popup-close {
    width: auto;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 5rem;
    color: #fff;
    left: auto;
  }
  .bg_popup .popup .title {
    font-size: 1.8rem;
  }
  .bg_popup .popup p {
    font-size: 1.6rem;
  }
}
