@charset "UTF-8";
/*
Theme Name: BACKLASH OFFICIAL WEB SITE
Description: BACKLASH OFFICIAL WEB SITE
Theme URI:
Author: Holly & Co. / TOHU
Author URI:
Version: 0.1
License: ®︎Holly & Co.
License URI:
*/
/******************/
/*** CSS reset ****/
/******************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  font-family: Helvetica ,'Roboto', sans-serif;
}

/* html,
body {
  height: 100%;
} */
h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica ,'Roboto', sans-serif;
  vertical-align: middle !important;
  font-weight: bold;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img:hover {
  opacity: 0.8;
  /*	transtion: all 100ms;*/
}

.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

.swiper-slide img:hover {
  opacity: 1;
}

.sp-top-arrow {
  display: none;
}

.pc-top-arrow {
  margin-top: 50px;
  height: 13px;
  width: 25px;
}

.swiper-container img {
  height: 100%;
  width: auto;
  overflow: hidden;
  object-fit: cover;
}

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

caption, th {
  text-align: left;
}

a {
  text-decoration: none;
  color: white;
}

a:focus {
  outline: none;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

/************************/
/***** BACKLASH CSS *****/
/************************/
body {
  color: white;
  background-color: #000;
}

h1 {
  font-weight: 550;
}

h2 {
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 100px;
  /* WHO WE AREのみ他と違うため別で上書き */
}

h2 a:hover,
h3 a:hover {
  color: #969696;
}

h3 {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 50px;
  text-align: center;
}

p {
  line-height: 1.5em;
  font-size: 1.5em;
  font-weight: 100;
  letter-spacing: 2px;
  text-align: center;
}

input,
textarea,
select {
  outline: none;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* HEADER */
.aniv {
  color: red !important;
}

.aniv a {
  color: red !important;
}

.logo-area {
  position: relative;
  text-align: center;
  max-width: 100%;
}

.gif-area {
  position: relative;
  text-align: center;
  width: 100%;
  height: 930px;
}

.gif-area img {
  margin-top: 19.2%;
  max-width: 700px;
}

.gif-area img:hover {
  opacity: 0.8;
  cursor: pointer;
}

#ipad-yoko {
  display: none;
}

video {
  /*	position: absolute;*/
  /*	max-width: 1400px;
      max-height: 940px;*/
  width: 100%;
  height: auto;
  /*	left: 50%;
      margin-left: -700px;*/
}

.header-sub {
  width: 100%;
  text-align: center !important;
}

.header-sub img {
  margin: 0 auto;
}

.logo-area h1 {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 5.5em;
  letter-spacing: 2px;
}

#logo {
  max-width: 220px;
  margin-top: 60px;
}

/* DRAWER MENU */
/*ハンバーガーメニューの上下2本の線*/
.hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  height: 3px;
}

/*ハンバーガーメニューの真ん中の線*/
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: white;
  height: 3px;
}

.drawer-hamburger {
  position: fixed;
  top: 60px;
  padding: 0px !important;
  z-index: 1000;
  width: 30px;
}

.drawer-toggle {
  position: fixed;
  left: 60px !important;
  transition: all 400ms ease-out;
}

.drawer--left .drawer-nav {
  left: -100%;
  transition: all 400ms ease-out;
  display: block;
}

.drawer-nav {
  width: 400px;
  padding-top: 60px;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transform: translate(0px);
          transform: translate(0px);
}

.drawer-menu {
  position: fixed;
  top: 25%;
  height: 50%;
  margin-left: 60px;
  background-color: transparent;
}

.drawer-menu li {
  background-color: transparent;
  /*	margin: 20px 0 !important;*/
  margin: 20px 0;
  color: white;
}

.drawer-menu li.aniv {
  color: red !important;
}

.drawer-menu li a {
  font-size: 16px !important;
  font-weight: 100;
  color: white;
  background-color: transparent;
}

.drawer-menu li a:hover {
  color: #969696;
}

.drawer-menu li.aniv a {
  color: red !important;
  line-height: 1.1;
  margin-top: 10px;
  display: block;
}

.drawer-menu li.aniv a:hover {
  opacity: .8;
}

.drawer-overlay {
  width: 120% !important;
  position: fixed;
  top: 0;
  left: -100px !important;
}

.wwa_sp_image {
  display: none !important;
}

.designer img:hover {
  opacity: 1 !important;
}

/* パンくずリスト */
#breadcrumb {
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
  color: rgba(100, 100, 100, .8);
}

#breadcrumb ol li {
  float: left;
  padding-right: 8px;
  font-size: 10px;
  color: #1d1b1b;
}

#breadcrumb a {
  text-decoration: none;
  font-size: 10px !important;
  color: rgba(150, 150, 150, .75);
  font-weight: 200 !important;
  transition: all 300ms;
}

#breadcrumb a:hover {
  color: white !important;
}

/* BODY */
#container {
  position: relative;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}

.season-select {
  position: absolute;
  top: 45px;
  right: 20px;
  font-size: 1.4em;
}

.season-select label,
.season-select option {
  background-color: black !important;
  color: white;
}

section {
  padding-top: 300px;
}

#top-wwa {
  margin-bottom: 50px;
}

.top-section-ja {
  line-height: 2.7em;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  letter-spacing: 1px;
}

.top-section-en {
  line-height: 2.7em;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}

#top-info {
  margin: 0 auto;
  text-align: center;
}

#top-info .info-title {
  text-decoration: underline;
}

.info-date {
  margin-bottom: 1.2em;
  font-size: 16px;
}

.info-title {
  margin: 0 auto 60px;
  display: inline-block;
  transition: all 200ms;
  font-size: 16px;
}

#top-info a:last-of-type .info-title {
  margin-bottom: 0px !important;
}

.info-title:hover,
.info-title:hover + .info-date {
  color: #968c8c;
}

#top-online {
  text-align: center;
}

#top-online img {
  max-width: 100%;
}

#top-flag {
  text-align: center;
}

#top-flag img {
  margin-bottom: 60px;
  max-width: 100%;
}

#top-flag p {
  vertical-align: text-top;
  margin: 0;
  line-height: 1.8em;
  font-size: 16px;
}

#top-stoc {
  text-align: center;
}

#top-stoc img {
  margin-bottom: 100px;
  max-width: 100%;
}

.top-col-img {
  text-align: center;
}

.top-col-img a {
  display: block;
}

/* WHO WE ARE &  */
#page-main {
  margin-top: 150px;
  margin-bottom: 200px;
}

#page-main-2 {
  text-align: center;
}

#page-main-2 img {
  margin-bottom: 100px;
  max-width: 1000px;
  width: 100%;
}

#page-main-2 p {
  line-height: 2.5em;
}

.designer-desc {
  margin-top: 50px;
  margin-bottom: 200px;
  font-size: 16px;
}

.wwa_pc_image img {
  width: 100%;
}

/* COLLECTION */
#collection-page h2 {
  margin-top: 150px;
  margin-bottom: 150px;
}

#collection-page img {
  max-width: 100%;
}

.collection-main-img:hover {
  opacity: 1;
}

#collection-line-image {
  max-width: 1200px;
  padding: 0 20px;
  text-align: center;
}

#collection-line-image img:nth-child(1) {
  margin-bottom: 100px;
}

#collection-line-image div:nth-child(2) img {
  margin-bottom: 100px;
}

#collection-line-image div:nth-child(3) img {
  max-width: 545px;
  width: 100%;
  margin-bottom: 200px;
}

/* ISAMUKATAYAMA BACKLASH */
#ikb-page {
  text-align: center;
}

#ikb-page img {
  /*margin-bottom: 50px;*/
  max-width: 100%;
}

#ikb-page h2 {
  margin-bottom: 25px;
}

#ikb-page .sub-h2 {
  margin-bottom: 50px;
}

.term-title {
  margin-bottom: 50px !important;
}

#ikb-page .col-link-wrap {
  display: table;
  margin: 50px auto 0px;
  text-align: center;
  border-collapse: separate;
  border-spacing: 80px 0;
}

#ikb-page .collection-lsof {
  margin-bottom: 200px;
}

#ikb-page .col-link {
  display: table-cell;
  width: 291px;
  /*border: 1px solid white;*/
  /*padding: 0 0 6px 0;*/
  transition: all 200ms;
  cursor: pointer;
}

#ikb-page .col-link dt,
#ikb-page .col-link dd {
  margin: 8px 0 0;
}

#ikb-page .page {
  margin-bottom: 200px;
}

#ikb-page div a {
  display: block;
  text-decoration: none;
  color: white;
}

#ikb-page .col-link:hover {
  background-color: #1d1b1b;
}

.col-cate {
  font-size: 2.5em;
}

.col-view-all {
  font-size: 1em;
}

.link-collection-list {
  border: 1px solid white;
  width: 200px;
  height: 50px;
  margin: 100px auto 200px;
  transition: all 200ms;
}

.link-collection-list:hover {
  background-color: rgba(100, 100, 100, .6);
}

.link-collection-list a {
  display: block;
  width: 100%;
  padding: 0px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 200;
}

/* ISAMU KATAYAMA LOOKBOOK */
.iziModal-navigate-caption
.iziModal-navigate-caption:after,
.iziModal-navigate-caption:before {
  display: none !important;
  color: transparent;
}

.modal-title {
  letter-spacing: 0px;
  font-weight: bold;
  padding-bottom: 60px !important;
}

.modal-title p {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 30px;
  font-weight: bold;
}

.modal-season {
  display: inline-block;
  margin-top: 15px;
  font-size: 30px;
}

.mfp-close:hover {
  cursor: pointer !important;
}

.mfp-img {
  max-height: 800px !important;
}

.iziModal img {
  width: 100%;
  max-width: 533px;
  max-height: none;
}

#ikb-page .term-name {
  margin-bottom: 30px !important;
}

#ikb-page .info-loaf li {
  /*	width: calc(25% - 14px);
      height: auto;
      margin: 0 7.5px 15px;
      background-color: transparent;
      border: 1px solid rgb(50,40,40);
      border-right: 2.5px solid rgb(50,40,40);
      box-sizing: border-box;*/
  background-color: black;
  border: 0px solid black;
  border-right: 0px solid black;
}

.sp-info-text-area p {
  letter-spacing: inherit !important;
}

#ikb-page .info-loaf li a {
  z-index: 10;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.single-product-page h2 {
  margin-bottom: 50px !important;
}

.single-product-wrapper {
  width: 100%;
}

.single-product-article-1 {
  width: 15%;
  float: left;
}

.single-product-article-1-sp {
  display: none;
}

.single-product-article-2 {
  /*width: 55%;*/
  width: 580px;
  float: left;
  position: relative;
  margin-bottom: 200px;
}

.single-product-article-2 img {
  max-width: 500px;
  margin: 0 20px;
}

.single-product-article-2 img.spa-close {
  position: absolute;
  bottom: 2px;
  width: 35px;
  right: -95px;
}

.fa-angle-left {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 20px;
  margin: 0 !important;
  cursor: pointer;
}

.fa-angle-right {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  margin: 0 !important;
  cursor: pointer;
}

.single-product-article-3 {
  width: 25%;
  padding: 0 0 0 40px;
  float: left;
}

.single-product-article-3 h2 {
  margin-bottom: 20px !important;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
}

.single-product-article-3 ul li {
  font-weight: 100;
  font-size: 15px;
  text-align: left;
  margin: 10px 0;
}

.single-product-article-3 ul li:nth-child(1) {
  font-size: 18px;
  margin: 30px 0 20px;
  text-align: left;
  line-height: 28px;
}

.single-product-article-3 ul li:nth-child(2) {
  font-size: 18px;
  margin: 0px 0px 50px;
  text-align: left;
}

.single-product-article-3 ul li:last-child {
  border: 1px solid white;
  text-align: left;
  width: 320px;
  height: 80px;
  margin-top: 50px;
  text-align: center;
  transition: all 200ms;
}

.single-product-article-3 ul li:nth-child(3),
.single-product-article-3 ul li:nth-child(4),
.single-product-article-3 ul li:nth-child(5),
.single-product-article-3 ul li:nth-child(6),
.single-product-article-3 ul li:nth-child(7),
.single-product-article-3 ul li:nth-child(8),
.single-product-article-3 ul li:nth-child(9) {
  margin-bottom: 20px;
}

.single-product-article-3 ul li:last-child a {
  display: block;
  font-size: 26px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 0.8px;
}

.single-product-article-3 ul li:last-child:hover {
  background-color: rgba(50, 40, 40, .7);
}

.single-product-article-1 img {
  display: block;
  max-width: 89.3px !important;
  height: auto;
  margin: 0 20px 20px 40px;
}

.single-product-article-1 img:hover {
  cursor: pointer;
}

.modal-title {
  display: inline-block;
  padding-bottom: 10px;
}

/* FLAGSHIP SHOP */
#flagship-page .fss-article {
  margin-top: -50px;
  margin-bottom: 200px;
  padding-top: 50px;
}

#flagship-page h2 {
  margin-bottom: 50px;
}

#flagship-page .area-title {
  width: 240px;
  font-weight: 200;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  padding: 12px 16px;
  border: 1px solid white;
  letter-spacing: 0.75px;
}
#flagship-page .img-wrapper{
  max-width: 1000px;
  margin: 50px auto 50px;
}
#flagship-page .img-wrapper li+li{
  margin-top: 50px;
}
#flagship-page .img-wrapper img{
  width: 100%;
}
#flagship-page .img-flex {
  margin-top: 50px;
}

.shop-desc {
  line-height: 1.7em;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 16px;
}

#flagship-page .shop-map {
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  width: 117px;
}

#flagship-page .shop-map a {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 50px;
  font-size: 12px;
  /* font-weight: 300; */
  padding: 4px 10px;
  color: white;
  transition: all 300ms;
  font-size: 28px !important;
  line-height: 32px;
  width: 100px;
}

.shop-map a:hover {
  background-color: rgba(150, 150, 150, .8);
}

.img-flex {
  text-align: center;
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.img-flex li:nth-child(1) {
  margin: 0 20px 0 auto;
  text-align: center;
}

.img-flex li:nth-child(2) {
  margin: 0 auto 0 20px;
  text-align: center;
}

.img-flex li img {
  max-width: 478px;
  width: 100%;
}

/* STOCKIST */
#stockist-page {
  margin-bottom: 200px;
}

#stockist-page h2 {
  margin-bottom: 50px;
}

#stockist-page .area-title {
  /*	width: 190px;
      font-weight: 200;
      font-size: 18px;
      text-align: center;
      margin: 0 auto;
      padding: 12px 16px;
      border: 1px solid white;*/
  width: 240px;
  font-weight: 100 !important;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  padding: 16px 16px;
  letter-spacing: 0px;
  border: 1px solid white;
}

.last-area-title {
  font-weight: 100 !important;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  width: 360px !important;
  padding: 16px 0 !important;
  letter-spacing: 0px;
  border: 1px solid white;
}

#stockist-page #shop-list-wrap {
  margin-top: 30px;
}

.shop-list-section {
  margin-bottom: 50px;
}

.shop-list-section:last-child {
  margin-bottom: 0px;
}

#shop-list-wrap {
  max-width: 850px;
  margin: 0 auto;
}

#shop-list-wrap table {
  width: 100%;
  margin-top: 30px !important;
}

#shop-list-wrap thead {
  border-bottom: 1px solid white;
}

#shop-list-wrap th {
  font-size: 22px;
  font-weight: 200;
  color: red;
  margin: 0px 0px 4px;
}

#shop-list-wrap td {
  font-size: 16px;
  font-weight: 200;
  padding: 0px 0px 3px;
}

#shop-list-wrap tbody tr:nth-child(1) td {
  padding: 8px 0px 3px;
}

/*#shop-list-wrap tbody tr:last-child td {
	padding: 0px;
}*/
#shop-list-wrap tbody tr td:nth-child(1) {
  width: 30%;
}

#shop-list-wrap tbody tr td:nth-child(2) {
  width: 30%;
}

#shop-list-wrap tbody tr td:nth-child(3) {
  width: 23%;
}

#shop-list-wrap tbody tr td:nth-child(4) {
  width: 17px;
  font-size: 16px;
}

#shop-list-wrap .shop-map {
  display: block;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  width: 52px;
}

#shop-list-wrap .shop-map a {
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 60px;
  border: 1px solid white;
  border-radius: 15px;
  font-size: 16px !important;
  font-weight: 300;
  padding: 3px 0px;
  color: white;
  transition: all 300ms;
  line-height: 16px;
  letter-spacing: 0px;
}

/* LOOKBOOK (BACKLASH) */
.lookbook_bl_season {
  margin-bottom: 50px !important;
}

/* INFORMATION */
#info-page {
  display: block;
}

#info-page h2 {
  margin: 50px auto 30px;
}

#info-top-image {
  width: 100%;
}

.info-loaf {
  text-align: left;
}

.info-loaf li {
  display: inline-block;
  text-align: center;
  width: calc(25% - 14px);
  height: auto;
  /*	margin: 0 7.5px 15px;*/
  margin: 20px 7.5px 0;
  margin-top: 15px !important;
  background-color: #1d1b1b;
  vertical-align: top;
  /*	border: 1px solid rgb(29,27,27);
      border-right: 2.5px solid rgb(29,27,27);*/
  box-sizing: border-box;
}

.info-loaf li:nth-child(1),
.info-loaf li:nth-child(4n+1) {
  /*	margin: 0 7.5px 15px 0;*/
  margin: 20px 7.5px 0 0;
}

.info-loaf li:nth-child(4n) {
  margin: 15px 0 0 7.5px;
}

.info-loaf li a {
  display: block !important;
}

.info-loaf img {
  width: 100% !important;
  height: auto;
}

.info-loaf p {
  /*line-height: 30px;*/
  line-height: 20px;
  margin-bottom: 0px;
}

.info-loaf .info-title {
  /*	padding: 12px 4px 10px 4px;*/
  padding: 20px 10px 0px 10px;
  font-size: 15px;
  height: 60px;
}

.info-loaf .info-date {
  font-size: 11px;
  padding-bottom: 12px;
}

/* INFORMATION 個別ページ */
#info-single-page {
  width: 100%;
}

#info-single-page h2 {
  margin-bottom: 50px;
}

#info-single-page #sidebar-sp {
  display: none;
}

#info-single-page #sidebar,
#info-single-page #sidebar-sp {
  width: 25%;
  margin-right: 3%;
  margin-bottom: 200px;
  float: left;
}

#info-single-page #sidebar img,
#info-single-page #sidebar-sp img {
  width: 100%;
}

#info-single-page #sidebar p,
#info-single-page #sidebar-sp p {
  text-align: left;
  font-size: 23px;
  border-bottom: 1px solid white;
  margin: 20px 0 5px;
}

#info-single-page #sidebar li,
#info-single-page #sidebar-sp li,
#info-single-page #sidebar a,
#info-single-page #sidebar-sp a {
  font-weight: 100;
  font-size: 16px;
  margin: 10px 0 0;
  transition: all 200ms;
}

#info-single-page #sidebar a:hover,
#info-single-page #sidebar-sp a:hover {
  color: #969696;
}

#info-single-page #main-area {
  width: 72%;
  float: left;
  margin-bottom: 200px;
}

#info-single-page #main-area h5 {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  /*	line-height: 30px;*/
  font-size: 23px;
  font-weight: 300;
  padding: 10px 0 10px;
  margin-bottom: 20px;
  text-align: left;
}

#info-single-page #main-area img {
  max-width: 100%;
  height: auto;
}

#info-single-page #main-area span {
  font-size: 16px;
}

#info-single-page #main-area p {
  text-align: left;
  font-size: 16px;
  line-height: 1.7em;
}

.single-post-area {
  width: 80%;
  padding: 0 20px;
}

.single-post-area .prev-post {
  margin-top: 40px;
  float: left;
}

.single-post-area .next-post {
  margin-top: 40px;
  float: right;
}

.single-post-area .prev-post:hover,
.single-post-area .next-post:hover {
  opacity: 0.8;
}

/*  */
/* CONTACT */
#contact-page {
  max-width: 780px;
  margin: 0 auto;
}

#contact-page h2 {
  margin-bottom: 50px;
}

.guide-message {
  padding: 0 8px;
}

.guide-message p {
  font-size: 12.5px !important;
  text-align: left;
  letter-spacing: 0px;
}

.guide-message p:nth-child(1) {
  margin-bottom: 30px;
}

.guide-message p:nth-child(2) {
  margin-bottom: 50px;
}

#contact-table {
  display: table;
  width: 100%;
}

#contact-table dl {
  display: table-row;
}

#contact-table dt,
#contact-table dd {
  display: table-cell;
  height: 40px;
  font-weight: 200;
  font-size: 16px;
}

#contact-table dt {
  vertical-align: top;
  padding-top: 4px;
}

#contact-table dd {
  padding-bottom: 50px;
  padding-left: 0px;
}

#contact-table small {
  font-size: 12px;
  line-height: 30px;
}

.mwform-radio-field {
  margin: 0 60px;
  font-size: 20px;
}

.mwform-radio-field-text {
  vertical-align: -2px;
  font-size: 16px;
  font-weight: 200;
  margin-left: 10px;
}

.select-option {
  width: 100%;
  display: inline-block;
  margin: 0 auto 50px;
}

#contact-destination {
  background-color: white;
  width: 100%;
  border-radius: 0px !important;
  -webkit-appearance: inherit;
          appearance: inherit;
}

select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 45px !important;
  border: 0;
  margin: 0;
  padding: 0 0 0 8px;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  width: calc(100% - 4px) !important;
  box-sizing: content-box;
}

input:not([type="radio"]) {
  height: 45px;
  width: 100%;
  padding: 2px 0px 2px 8px;
  font-size: 16px;
  box-sizing: border-box;
}

input[type="radio"] {
  font-size: 40px;
}

textarea {
  width: calc(100% - 4px);
  height: 160px;
  border-style: none;
  padding: 2px 0 0 8px;
  font-size: 16px;
}

.contact-submit + p {
  width: 180px;
}

.contact-submit {
  background-color: black;
  width: 160px !important;
  /* padding: 8px 0px !important; */
  font-size: 20px !important;
  font-weight: 200;
  border: 1px solid white !important;
  color: white;
  cursor: pointer;
  transition: all 200ms;
  letter-spacing: 1px;
}

.contact-submit:hover {
  background-color: rgba(100, 100, 100, .6);
}

.submit-btn {
  margin-bottom: 200px;
}

.sp-br {
  display: none;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
  border-style: none !important;
  text-align: center !important;
}

.contact-form-area {
  margin-bottom: 80px;
}

#contact-back {
  margin-left: 20px;
  margin-right: 10px;
}

#contact-sm {
  margin-left: 10px;
}

div.wpcf7-response-output {
  display: none !important;
}

.wpcf7c-conf {
  background-color: #F6FFBB !important;
}

/* FOOTER */
#footer {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1d1b1b;
  clear: both;
}

#footer-inner {
  text-align: center;
}

#footer-inner img {
  margin-bottom: 20px;
}

#footer-inner p {
  line-height: 2em;
  margin-bottom: 50px;
  font-size: 16px;
}

#footer-inner ul {
  display: inline-block;
  text-align: center;
}

#footer-inner ul li {
  margin: 0 20px;
  height: 35px;
  text-align: center;
  float: left;
}

.sns-icon {
  width: 35px !important;
  height: 35px;
  margin-bottom: 0px !important;
}

.sl {
  display: block;
}

#footer-inner small {
  display: block;
  clear: both;
  font-size: 13px;
  margin-top: 50px;
  text-align: center;
}

#footer-inner a:hover {
  color: rgba(100, 100, 100, .6) !important;
}

/*****************************************************************************************/
.season-select-sp {
  display: none;
}

.season-select div.selectbox {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
}

.season-select div.selectbox a.select {
  border: solid #ddd 1px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 180px;
  height: 40px;
  color: white;
  text-decoration: none;
  cursor: default;
}

.season-select div.selectbox a.select span {
  padding: 0;
  display: block;
  height: 40px;
  /*background: url(img/icon_select.gif) no-repeat right 0;*/
  line-height: 40px;
  font-size: 0.8em;
  cursor: default;
  font-weight: 300;
}

.select_focus {
  background: rgba(100, 100, 100, .6);
}

.season-select div.selectbox a.select:hover span {
  background-position: right -21px;
}

.season-select div.selectbox a.select_focus span {
  background-position: right -42px !important;
}

.season-select div.selectbox div.pulldown {
  border: solid #bbb 1px;
  width: 180px;
  max-height: 180px;
  position: absolute;
  left: 0;
  top: 41px;
  background: rgba(0, 0, 0, .8);
  overflow: auto;
}

.season-select div.selectbox div.pulldown a {
  border-bottom: solid #bbb 1px;
  font-size: 0.8em;
  padding: 5px 8px;
  display: block;
  height: 28px;
  line-height: 28px;
  font-weight: 300;
}

.season-select div.selectbox div.pulldown a.last-child {
  border: none;
}

.season-select div.selectbox div.pulldown a:hover,
.season-select div.selectbox div.pulldown a.selected {
  color: white;
  background: red;
  background: rgba(100, 100, 100, .6);
  text-decoration: none;
}

/* COLLECTION TOP SLIDER */
.swiper-wrapper a,
.swiper-slide {
  display: block;
  margin: 0 auto;
}

#lightbox {
  top: 160px !important;
}

.lb-close {
  z-index: 1000;
}

/* Pagenation */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  /*        text-align: center;*/
}

.pagination-box {
  display: inline-block;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: black;
  /* 文字色 */
  background: #323232;
  /* 背景色 */
}

.pagination a:hover {
  color: black;
  /* マウスホバー時の文字色 */
  background: #968282;
  /* マウスホバー時の背景色 */
}

.pagination .current {
  padding: 10px 15px 10px 15px;
  background: white;
  /* 現在のページの文字色 */
  color: black;
  /* 現在のページの背景色 */
}

#sp-dispaly {
  display: none;
}

.sns-wrapper {
  margin-top: 40px;
  height: 21px;
}

.facebook-btn {
  height: 21px;
}

.top-col-img.ym {
  max-width: 545px;
  width: 100%;
  margin: 80px auto 0;
  margin-top: 80px;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.inView {
  opacity: 0;
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 1000;
  transition: 0.5s ease-in-out;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loadingLogo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-animation: sk-fadein 2.0s 1 ease-in-out;
  animation: sk-fadein 2.0s 1 ease-in-out;
}

.loadingLogo img {
  width: 545px;
  height: auto;
}

/* ローディングアニメーション */
@-webkit-keyframes sk-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes sk-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.inView {
  opacity: 0;
}

#page_top {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 10;
}

#page_top a {
  position: relative;
  display: block;
  right: calc(-100vw + 54px + 37px);
  bottom: 161px;
  width: 35px;
  height: 35px;
  text-decoration: none;
  border: 1px solid #fff;
}

#page_top a:before {
  font-weight: 900;
  content: '▲';
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 35px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.mv_bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: unset;
  margin: 0;
  min-width: 100vw;
  overflow: hidden;
}

.mv_bg #slide_wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}

.mv_bg #slide_wrap .slide_item {
  width: auto;
  height: 120vh;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear, -webkit-transform 7.5s linear;
  position: relative;
}

.mv_bg #slide_wrap .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.mv_bg #slide_wrap .slide_item.show_ {
  opacity: 1;
}

.mv_bg #slide_wrap .slide_item.zoom_ {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mv_bg #slide_wrap .slide_item img {
  width: 100vw;
  height: 62.5vw;
}

.mv {
  position: relative;
  height: 100vh;
  padding-top: 0;
}

.mv .mv_content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: 100vh;
  z-index: 10;
}

.mv .mv_content > div {
  max-width: 984px;
  width: calc(100% - 40px);
  height: auto;
  padding: 0 20px;
}

.mv .mv_content img {
  display: block;
  max-width: 545px;
  margin: 0 auto 30px;
}

.mv .mv_content img:hover {
  opacity: 1;
}

.mv .mv_content p {
  width: 100%;
  text-align: left;
  font-size: 1.5em;
  font-feature-settings: 'palt';
  letter-spacing: 0.035em;
}

.mv .scroll {
  position: absolute;
  right: 42.5px;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.mv .scroll p {
  display: block;
  padding-bottom: 20px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.mv .scroll span {
  display: block;
  width: 1px;
  height: 150px;
  background: #fff;
  -webkit-animation: scroll ease-in-out 3s infinite;
          animation: scroll ease-in-out 3s infinite;
}

@-webkit-keyframes scroll {
  0% {
    height: 150px;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 150px;
  }
}

@keyframes scroll {
  0% {
    height: 150px;
    margin-top: 0;
  }
  100% {
    height: 0;
    margin-top: 150px;
  }
}

#container.top-container {
  max-width: none;
  padding: 0;
}

.bg {
  background: #000;
}

#top-col {
  padding: 150px 0;
}

#top-col .top-col-link-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

#top-col .top-col-link-wrapper .top-col-img {
  position: relative;
  max-width: 400px;
  width: 28.571vw;
  max-height: 267px;
  height: 19.071vw;
  background: #1D1D1D;
}

#top-col .top-col-link-wrapper .top-col-img .img_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

#top-col .top-col-link-wrapper .top-col-img .img_wrapper img {
  max-width: 320px;
  width: 22.857vw;
}

#top-col .top-col-link-wrapper .top-col-img .img_wrapper img:hover {
  opacity: 1;
}

#top-col .top-col-link-wrapper .top-col-img a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#top-col .top-col-link-wrapper .top-col-img .brackets {
  position: absolute;
  display: block;
  width: 100%;
  max-height: 50px;
  height: 3.571vw;
  opacity: 0;
  transition: all .8s ease-in-out;
}

#top-col .top-col-link-wrapper .top-col-img .brackets:before, #top-col .top-col-link-wrapper .top-col-img .brackets:after {
  position: absolute;
  content: '';
  display: inline-block;
  max-width: 50px;
  width: 3.571vw;
  max-height: 50px;
  height: 3.571vw;
  transition: all .8s ease-in-out;
}

#top-col .top-col-link-wrapper .top-col-img .brackets:first-of-type {
  top: 0;
}

#top-col .top-col-link-wrapper .top-col-img .brackets:first-of-type:before, #top-col .top-col-link-wrapper .top-col-img .brackets:first-of-type:after {
  top: 100%;
  border-top: 0 solid #E5DED6;
}

#top-col .top-col-link-wrapper .top-col-img .brackets:first-of-type:before {
  left: 35%;
  border-left: 0 solid #E5DED6;
}

#top-col .top-col-link-wrapper .top-col-img .brackets:first-of-type:after {
  right: 35%;
  border-right: 0 solid #E5DED6;
}

#top-col .top-col-link-wrapper .top-col-img .brackets:nth-of-type(2) {
  bottom: 0;
}

#top-col .top-col-link-wrapper .top-col-img .brackets:nth-of-type(2):before, #top-col .top-col-link-wrapper .top-col-img .brackets:nth-of-type(2):after {
  bottom: 100%;
  border-bottom: 0 solid #E5DED6;
}

#top-col .top-col-link-wrapper .top-col-img .brackets:nth-of-type(2):before {
  left: 35%;
  border-left: 0 solid #E5DED6;
}

#top-col .top-col-link-wrapper .top-col-img .brackets:nth-of-type(2):after {
  right: 35%;
  border-right: 0 solid #E5DED6;
}

#top-col .top-col-link-wrapper .top-col-img:hover .brackets {
  opacity: 1;
}

#top-col .top-col-link-wrapper .top-col-img:hover .brackets:first-of-type:before, #top-col .top-col-link-wrapper .top-col-img:hover .brackets:first-of-type:after {
  top: 10px;
  border-top: 2px solid #E5DED6;
}

#top-col .top-col-link-wrapper .top-col-img:hover .brackets:first-of-type:before {
  left: 10px;
  border-left: 2px solid #E5DED6;
}

#top-col .top-col-link-wrapper .top-col-img:hover .brackets:first-of-type:after {
  right: 10px;
  border-right: 2px solid #E5DED6;
}

#top-col .top-col-link-wrapper .top-col-img:hover .brackets:nth-of-type(2):before, #top-col .top-col-link-wrapper .top-col-img:hover .brackets:nth-of-type(2):after {
  bottom: 10px;
  border-bottom: 2px solid #E5DED6;
}

#top-col .top-col-link-wrapper .top-col-img:hover .brackets:nth-of-type(2):before {
  left: 10px;
  border-left: 2px solid #E5DED6;
}

#top-col .top-col-link-wrapper .top-col-img:hover .brackets:nth-of-type(2):after {
  right: 10px;
  border-right: 2px solid #E5DED6;
}

#top-info {
  padding: 150px 0;
  background: #1D1D1D;
}

#top-info h2.ttl {
  margin-bottom: 100px;
}

#top-info .info_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  max-width: 1160px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

#top-info .info_list li {
  max-width: 275px;
  width: 22.916vw;
  max-height: 412.5px;
  height: 34.375vw;
}

#top-info .info_list a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .85);
  opacity: 0;
  transition: all .8s ease-in-out;
}

#top-info .info_list a p {
  width: 80%;
  font-size: 1.5em;
  font-feature-settings: 'palt';
  letter-spacing: 0.035em;
  text-decoration: none;
}

#top-info .info_list a p.info-date {
  font-size: 1.1em;
  margin: 13px auto 0;
}

#top-info .info_list a:hover {
  opacity: 1;
}

#top-info .info-title:hover, #top-info .info-title:hover + .info-date {
  color: #ffffff;
}

.btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 250px;
  height: 50px;
  margin: 0 auto;
  color: #000;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}

#top-online {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 277px 0 276px;
}

#top-online h2 {
  position: relative;
  z-index: 1;
}

#top-online h2.ttl {
  margin-bottom: 0;
}

#top-online a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  transition: all .5s ease-in-out;
  opacity: 0;
}

#top-online a:hover {
  opacity: .3;
}

#top-new {
  padding: 150px 0;
}

#top-new .stock_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 100px;
}

#top-new .stock_list li {
  max-width: 216px;
  width: 15.428vw;
}

#top-new .stock_list li img {
  width: 100%;
}

#top-flag {
  padding: 150px 20px;
  background: #1D1D1D;
}

#top-flag .content_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
#top-flag .content_wrapper + .content_wrapper{
  margin-top: 60px;
}
#top-flag .content_wrapper + .btn{
  margin-top: 40px;
}

#top-flag .content_wrapper > a {
  display: block;
  max-width: 350px;
  width: 25vw;
}

#top-flag .content_wrapper > a img {
  width: 100%;
}

#top-flag .content_wrapper .detail {
  width: 550px;
}

#top-flag .content_wrapper .detail * {
  text-align: left;
}

#top-flag .content_wrapper .detail h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 61px;
  font-size: 2.5em;
  line-height: 1;
  border-bottom: 1px solid #fff;
}

#top-flag .content_wrapper .detail p {
  margin-bottom: 20px;
  padding-left: 61px;
  font-size: 2em;
  line-height: 1.2;
}

#top-flag .content_wrapper .detail .btn {
  margin-left: 61px;
}

#top-stoc {
  padding: 150px 20px;
}

#top-stoc img {
  max-width: 900px;
  width: 100%;
  margin-bottom: 100px;
}

#top-stoc img:hover {
  opacity: 1;
}

#footer {
  position: relative;
  width: calc(100% - 40px);
  padding: 50px 20px;
  background: #1D1D1D;
  z-index: 1;
}

#footer .footer_collection {
  text-align: center;
}

#footer .footer_collection dt {
  font-size: 2.2em;
  padding-bottom: 25px;
}

#footer .footer_collection dd ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#footer .footer_collection dd ul li {
  height: auto;
  margin: 30px 0;
  padding: 0 90px;
  font-size: 1.7em;
}

#footer .footer_collection dd ul li:nth-of-type(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

#footer .second_line_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  max-width: 750px;
  margin: 50px auto;
}

#footer .footer_contents, #footer .footer_sns {
  width: 250px;
}

#footer .footer_contents dt, #footer .footer_sns dt {
  font-size: 2.2em;
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 1px solid #fff;
}

#footer .footer_contents dd ul li, #footer .footer_sns dd ul li {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  font-size: 1.7em;
  text-align: left;
}

#footer .footer_contents dd ul li:last-of-type, #footer .footer_sns dd ul li:last-of-type {
  margin-bottom: 0;
}

#footer .footer_sns li {
  position: relative;
}

#footer .footer_sns li:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  background: center top no-repeat url("./image/pc/index/icon_insta.png");
  background-size: contain;
}

#footer .footer_sns li.fb:before {
  height: 25px;
  background: center top no-repeat url("./image/pc/index/icon_fb.png");
  background-size: contain;
}

#footer .footer_sns li a {
  padding-left: 45px;
  line-height: 25px;
}

#footer .footer-logo-anchor {
  display: block;
}

#footer .footer-logo-anchor img {
  margin-bottom: 0;
}

.drawer-nav {
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.drawer-nav > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}

.drawer-menu {
  margin-left: 200px;
}

.sns {
  margin-left: 14.785vw;
}

.sns dt {
  font-size: 1.7em;
  padding-bottom: 20px;
  color: #fff;
}

.sns li {
  position: relative;
}

.sns li:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  background: center top no-repeat url("./image/pc/index/icon_insta.png");
  background-size: contain;
}

.sns li.fb:before {
  height: 25px;
  background: center top no-repeat url("./image/pc/index/icon_fb.png");
  background-size: contain;
}

.sns li a {
  padding-left: 45px;
  line-height: 25px;
}

.drawer--left .drawer-nav {
  width: 100%;
  background: #000;
}

.drawer-menu {
  position: relative;
  top: 30% !important;
}

ul.drawer-menu li:first-of-type {
  position: absolute;
  top: -114px;
  left: 0;
}

@media only screen and (max-width: 480px){
  .pc-br{
    display: none;
  }
  .sp-br{
    display: block;
  }
  .logo-area{
    height: 100vh;
  }
  .pc-top-arrow{
    display: none;
  }
  .sp-top-arrow{
    top: 490px;
    height: 18px;
    width: 37px;
    margin: 0 auto;
    position: relative;
    /* left: calc(50% - 18.5px); */
    z-index: 1;
    display: inline-block;
    transition: opacity 0.4s;
  }
  #pc-dispaly{
    display: none;
  }
  #sp-dispaly{
    display: -webkit-flex;
    display: flex;
  }
  #container{
    padding: 0 4%;
  }
  .drawer-menu{
    position: fixed;
    /*top: 15%;*/
    /*		height: 200px;*/
    top: 4%;
    bottom: 20%;
    height: 60%;
    margin-left: 60px;
    background-color: transparent;
  }
  .drawer-menu li{
    background-color: transparent;
    margin: 0px;
    color: white;
  }
  .drawer-menu li a{
    font-size: 20px !important;
    line-height: 2.6em;
    font-weight: 100;
    color: white;
    background-color: transparent;
  }
  .drawer-menu li a:hover{
    color: rgba(100, 100, 100, .6);
  }
  .drawer-menu li.aniv{
    color: red !important;
  }
  .drawer-menu li.aniv a{
    color: red !important;
    line-height: 1.1;
    margin-top: 10px;
    display: block;
  }
  .drawer-hamburger-icon{
    margin-top: 8px !important;
  }
  p{
    font-size: 16px;
  }
  video{
    position: relative;
    width: 100%;
    top: 0;
    /* left: -33.3%;
    height: 100vh; */
    z-index: -1;
    position: fixed;
    width: 246%;
    top: 0;
    left: -73%;
  }
  .drawer-toggle{
    left: 0% !important;
  }
  .drawer-hamburger{
    top: 4% !important;
    left: 4% !important;
  }
  .drawer-nav{
    width: 100%;
  }
  .top-container{
    /*margin-top: 100vh !important;*/
    z-index: 10;
    background: black;
  }
  #top-wwa{
    padding-top: 120px;
    margin-bottom: 0px;
  }
  #top-wwa h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-bottom: 40px;
  }
  .top-section-ja,
  .top-section-en{
    font-size: 16px;
    line-height: 1.7em;
    text-align: left;
  }
  p.wwa-more-link{
    margin: 40px auto 0;
    font-size: 16px;
    text-align: center;
    border: 1px solid white;
    width: 180px;
    /*padding: 20px;*/
    /* display: inline-block; */
  }
  p.wwa-more-link a{
    display: block;
    padding: 20px;
  }
  #top-col{
    padding-top: 120px;
  }
  #top-col h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-bottom: 40px;
  }
  .top-col-img{
    margin-bottom: 40px !important;
  }
  .top-col-img:last-of-type{
    margin-bottom: 0px !important;
  }
  .top-col-img img{
    width: 87%;
  }
  #top-info{
    padding-top: 120px;
  }
  #top-info h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-bottom: 40px;
  }
  .info-date{
    margin-bottom: 0px;
  }
  .info-title{
    margin: 0 auto 40px;
  }
  #top-info a:last-of-type .info-title{
    margin-bottom: 0px;
  }
  #top-online{
    padding-top: 120px;
  }
  #top-online h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-bottom: 40px;
  }
  #top-online img{
    width: 87%;
    border-style: none;
  }
  #top-flag{
    padding-top: 120px;
  }
  #top-flag h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-bottom: 40px;
  }
  #top-flag img{
    border-style: none;
    width: 87%;
    margin-bottom: 40px;
  }
  #top-stoc{
    padding-top: 120px;
  }
  #top-stoc h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-bottom: 40px;
  }
  #top-stoc img{
    width: 100px;
    border-style: none;
    margin-bottom: 120px;
  }
  #footer{
    display: block;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer-inner{
    padding: 0 4%;
  }
  #footer-inner a{
    /*		display: block;*/
  }
  .footer-logo-anchor{
    display: block;
  }
  #footer-inner img{
    width: 68%;
    margin-bottom: 40px;
  }
  #footer-inner p{
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 40px;
  }
  #footer-inner small{
    font-size: 12px;
  }
  .top-col-img.tl{
    margin-bottom: 30px !important;
  }
  .top-col-img.ym{
    max-width: 545px;
    width: 100%;
    margin: 0px auto 0;
  }
  /* Who We Are */
  .swiper-wrapper img{
    height: auto;
    /*		left: 50%;
            margin-left: -50%;*/
    width: 100%;
  }
  .swiper-wrapper h1{
    position: absolute;
    top: 40%;
    font-size: 22px;
  }
  .wwa_sp_image{
    display: block !important;
  }
  #breadcrumb{
    height: inherit;
    line-height: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 20px 0 0 0;
  }
  #breadcrumb,
  #breadcrumb a,
  #breadcrumb span{
    font-size: 11px;
  }
  #page-main{
    margin-top: 120px;
    margin-bottom: 0px;
  }
  #page-main h3{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    /*		line-height: 1.7em;*/
  }
  #page-main-2{
    margin-top: 120px;
  }
  #page-main-2 h3{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }
  #page-main-2 img{
    border-style: none;
    width: 87%;
    margin-bottom: 120px;
  }
  #page-main-2 p{
    text-align: left;
    line-height: 1.7em;
    font-size: 16px;
  }
  .designer-desc{
    margin-bottom: 120px;
    margin-top: 30px;
  }
  .swiper-container{
    /*		margin-bottom: 20px;*/
  }
  .wwa_pc_image{
    display: none !important;
  }
  /* COLLECTION */
  #collection-page{
    margin-bottom: 120px;
  }
  #collection-page h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-top: 120px;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }
  #collection-line-image a{
    display: block;
  }
  #collection-line-image img{
    width: 98.5%;
  }
  #collection-line-image img:nth-child(1){
    margin-bottom: 40px;
  }
  #collection-line-image div:nth-child(2) img{
    margin-bottom: 40px;
  }
  #collection-line-image div:nth-child(3) img{
    margin-bottom: 0px;
  }
  /* COLLECTION ISAMU KATAYAMA */
  .backlash-col #breadcrumb{
    margin: 0px;
  }
  #logo{
    width: 133px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #ikb-page h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .sub-h2{
    font-size: 25px !important;
    margin-bottom: 40px !important;
    margin-top: 0px !important;
  }
  #ikb-page img{
    width: 87%;
  }
  #ikb-page .collection-lsof{
    margin-bottom: 120px;
  }
  #ikb-page .col-link-wrap{
    display: block;
    text-align: left;
    text-align: initial;
    border-collapse: separate;
    border-collapse: initial;
    border-spacing: 0;
    border-spacing: initial;
    width: 100%;
    margin: 0 auto;
  }
  .col-link{
    display: block !important;
    margin: 20px auto 0;
    text-align: center;
    width: 220px !important;
  }
  .col-link a{
    display: block;
    width: 220px !important;
  }
  .col-link img{
    width: 220px !important;
  }
  /* LOOKBOOK */
  .season-select{
    display: none;
  }
  #ikb-page .term-name{
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 40px !important;
  }
  .info-loaf{
    width: 100%;
  }
  .info-loaf li{
    display: inline-block;
    box-sizing: border-box;
    margin: 0px 0px 4% !important;
    padding: 0 2% 0 0;
    width: calc(50% - 2px);
  }
  .info-loaf li:nth-child(2n){
    right: 0;
    padding: 0 0 0 2%;
    margin: 0px 0px 4% !important;
  }
  .info-loaf li img{
    border-style: none;
    /*width: 78px !important;*/
  }
  #info-page .info-loaf li img{
    width: 80px !important;
  }
  .link-collection-list{
    margin: calc(40px - 4%) auto 40px;
    width: 220px;
  }
  .link-collection-list{
    height: 54px;
  }
  .link-collection-list a{
    line-height: 54px;
    font-size: 17.6px;
  }
  .season-select-sp{
    width: 100%;
    display: inline-block;
    margin-bottom: 120px;
  }
  .season-select-sp ul{
    width: 100%;
    display: inline-block;
  }
  .season-select-sp ul li{
    width: calc(50% - 3px - 1.5%);
    border: 1px solid white;
    box-sizing: border-box;
    float: left;
    margin: 0 2% 0 0 !important;
    padding: 14px 0;
  }
  .season-select-sp ul li:hover{
    transition: all 200ms;
    background-color: #1d1b1b;
  }
  .season-select-sp ul li:nth-child(2n){
    margin: 0 0 0 2% !important;
  }
  .season-select-sp ul li a{
    font-weight: 200;
    font-size: 13.49px;
    display: block;
  }
  .lb-details{
    padding: 0px !important;
  }
  .lb-dataContainer{
    top: -120px !important;
    padding-top: 0px !important;
  }
  .lb-outerContainer{
    top: -115px;
  }
  .lb-close{
    top: 0px !important;
  }
  .modql-title p{
    font-size: 28.27px;
  }
  /* STOCKIST */
  #stockist-page{
    margin-bottom: 120px;
  }
  .shop-list-section{
    margin-bottom: 80px;
  }
  #stockist-page h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-top: 20px;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }
  #shop-list-wrap{
    margin-top: 40px !important;
  }
  #shop-list-wrap table{
    margin-top: 40px !important;
  }
  #shop-list-wrap th{
    font-size: 22px !important;
    width: 100% !important;
    text-align: center;
  }
  #shop-list-wrap thead tr th{
    padding-bottom: 6px;
  }
  #shop-list-wrap tbody tr:nth-child(1) td,
  #shop-list-wrap tbody tr:nth-child(3n+1) td{
    font-size: 22px;
  }
  #shop-list-wrap tbody tr td{
    padding: 20px 0 0 0;
    text-align: center;
    font-weight: 200;
    font-size: 16px;
  }
  #shop-list-wrap tbody tr:nth-child(1) td{
    padding: 0px;
    padding-top: 40px;
  }
  #shop-list-wrap tbody tr:nth-child(3n+1) td{
    padding-top: 40px;
  }
  #shop-list-wrap tbody tr:nth-child(3n){
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, gray 0%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }
  #shop-list-wrap tbody tr:nth-child(3n) td{
    padding-bottom: 40px;
  }
  #shop-list-wrap tbody tr:nth-child(3n) td:nth-child(1){
    /*		width: 55%;
            padding-left: 40px;
            padding-right: 20px;
            text-align: right;*/
    width: 55%;
    text-align: right;
    padding-right: 20px;
  }
  #shop-list-wrap tbody tr:nth-child(3n) td:nth-child(2){
    /*		width: 45%;
            text-align: left;
            padding-left: 20px;
            padding-right: 40px;*/
    width: 50%;
    display: inline-block;
    margin-left: 0px !important;
    padding-left: 20px;
  }
  #shop-list-wrap .shop-map{
    margin: 0;
  }
  /*	#shop-list-wrap tbody tr td:nth-child(1) {
      width: 100%;
  }
  #shop-list-wrap tbody tr td:nth-child(2) {
      width: 100%;
  }
  #shop-list-wrap tbody tr td:nth-child(3) {
      width: 100%;
  }
  #shop-list-wrap tbody tr td:nth-child(4) {
      width: 17px;
      font-size: 14px;
  }*/
  #contact-page{
    margin-top: 20px;
  }
  #contact-page h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-bottom: 40px;
  }
  .guide-message p{
    font-size: 16px !important;
    line-height: 1.7em;
  }
  .guide-message{
    padding: 0px;
  }
  .guide-message p:nth-child(2){
    margin-bottom: 80px;
  }
  #contact-table dt,
  #contact-table dd{
    display: inline-block;
    height: auto;
    width: 100%;
    text-align: center;
    font-weight: 200;
  }
  #contact-table dt{
    padding-top: 0px;
    font-size: 16px;
    height: 20px;
    /* margin-top: -10px !important; */
    /* line-height: 16px; */
    vertical-align: top;
    margin-bottom: 20px;
  }
  #contact-table dt small{
    margin-left: 8px;
    line-height: 20px;
  }
  #contact-table dd{
    padding-bottom: 40px;
  }
  .select-option{
    margin-bottom: 40px;
  }
  input:not([type="radio"]){
    height: 40px;
    width: 300px;
    padding: 2px;
    font-size: 16px;
    line-height: 1.7em;
    box-sizing: border-box;
  }
  #contact-destination{
    background-color: white;
    width: 300px !important;
    height: 40px !important;
    border-radius: 0px;
    -webkit-appearance: inherit;
    appearance: inherit;
  }
  select{
    /*color: red;*/
  }
  textarea{
    font-size: 16px;
    line-height: 1.7em;
    width: 300px;
  }
  input[type="submit"],
  input[type="button"]{
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -o-appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration{
    display: none;
  }
  input[type="submit"]:focus,
  input[type="button"]:focus{
    outline-offset: -2px;
  }
  .mwform-radio-field{
    margin: 0 40px;
  }
  .mwform-checkbox-field input,
  .mwform-radio-field input{
    vertical-align: -2.8px;
  }
  .submit-btn{
    margin-bottom: 120px;
  }
  .sp-br{
    display: block;
  }
  /* INFORMATION */
  #info-top-image{
    margin-top: 20px;
    width: 100%;
  }
  #info-page .info-loaf{
    width: 100%;
  }
  #info-page h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin: 20px auto;
  }
  #info-page .info-loaf li{
    display: inline-block;
    text-align: left;
    margin: 0px 0px 0px !important;
    padding: 10px 0;
    width: 100%;
    border-style: none;
    border-bottom: 0.5px solid #c8c8c8;
    background-color: transparent;
    vertical-align: middle;
    max-height: 140px;
  }
  #info-page .info-loaf li:nth-child(1){
    border-top: 0.5px solid #c8c8c8;
  }
  #info-page .info-loaf li:hover{
    cursor: pointer;
  }
  .sp-info-text-area{
    display: block;
    float: left;
    width: calc(100% - 100px);
    height: 100px;
    word-break: break-all;
    /*padding-top: 25px;
    padding-bottom: 25px;*/
  }
  .sp-info-text-area a{
    display: block;
    height: 150px;
  }
  #info-page .info-loaf li div div{
    display: none !important;
  }
  #info-page .info-loaf li p{
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
  }
  #info-page .info-title{
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    /*height: calc(70% - 40px) !important;*/
    height: auto;
    padding: 10px 0 0px 20px !important;
  }
  #info-page .info-date{
    height: calc(30% - 20px) !important;
    font-size: 11px;
    line-height: 11px;
    margin-top: 10px !important;
    vertical-align: middle;
  }
  #info-page .info-loaf li:nth-child(2n){
    right: 0;
    margin: 0px 0px 0% !important;
  }
  #info-page .info-loaf li img{
    border-style: none;
    max-width: 100px;
    float: left;
  }
  #info-page .link-collection-list{
    margin: 40px auto;
    width: 220px;
  }
  .pagination{
    font-size: 12px;
    line-height: 12px;
    padding: 20px 0 0;
    margin-bottom: -80px;
    width: 100%;
  }
  .pagination-box{
    width: 100%;
  }
  .pagination span, .pagination a{
    padding: 16px 10px 16px 10px;
    vertical-align: middle;
    text-align: center;
    margin-right: 3.75%;
    width: 7%;
    font-size: 1.6em;
  }
  .pagination .current{
    padding: 16px 10px 16px 10px;
    margin-right: 3.75%;
    width: 7%;
  }
  #info-single-page h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #info-single-page #sidebar{
    display: none;
  }
  #info-single-page #sidebar-sp{
    display: inherit;
    width: 100%;
    margin: 0px;
  }
  #info-single-page #sidebar-sp img{
    /*display: none;*/
    margin-top: 40px;
  }
  #info-single-page #main-area{
    width: 100%;
    margin-bottom: 0px;
  }
  #info-single-page #main-area img{
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  #info-single-page .single-post-area{
    width: 100%;
    padding: 0px;
  }
  #info-single-page .single-post-area h5{
    font-size: 16px !important;
    margin-bottom: 20px;
  }
  #info-single-page #main-area h5{
    line-height: 1.5;
  }
  #info-single-page .single-post-area h5 span{
    display: inline-block;
    margin-top: 20px;
    font-size: 11px !important;
    line-height: 11px;
  }
  #info-single-page .prev-post:hover,
  #info-single-page .next-post:hover{
    color: #1d1b1b;
  }
  #info-single-page #sidebar-sp div{
    margin-bottom: 40px;
  }
  #info-single-page #sidebar-sp div:last-of-type{
    margin-bottom: 120px;
  }
  #info-single-page #sidebar-sp p{
    font-size: 23px;
    line-height: 23px;
    padding-bottom: 3px;
  }
  #info-single-page #sidebar-sp ul li a{
    font-size: 16px;
    line-height: 1.5;
  }
  /* PRODUCT */
  .single-product-page h2{
    margin-bottom: 0px !important;
  }
  .single-product-article-1{
    display: none;
  }
  .single-product-article-2{
    width: 100%;
    margin-bottom: 0px;
  }
  .single-product-article-2 img.spa-close{
    position: absolute;
    /* top: 2px; */
    width: 25px !important;
    right: -20px;
    top: -25px;
  }
  .single-product-article-2 #main_image{
    width: 100%;
    margin: 20px 0 20px;
  }
  .single-product-article-2 .fa-angle-left,
  .single-product-article-2 .fa-angle-right{
    width: 20px !important;
  }
  .single-product-article-2 .fa-angle-left{
    padding-left: 10px;
  }
  .single-product-article-2 .fa-angle-right{
    padding-right: 10px;
  }
  .single-product-article-1-sp{
    display: block;
    width: 100%;
  }
  .single-product-article-1-sp img{
    width: 17% !important;
    margin-right: 3.75%;
    float: left;
  }
  .single-product-article-1-sp li:nth-child(5) img{
    margin-right: 0px;
  }
  .single-product-article-3{
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .single-product-article-3 h2{
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .single-product-article-3 ul{
    width: 84%;
    margin: 0 auto;
  }
  .single-product-article-3 ul li{
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .single-product-article-3 ul li:nth-child(1){
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .single-product-article-3 ul li:nth-child(2){
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .single-product-article-3 ul li:nth-child(3),
  .single-product-article-3 ul li:nth-child(4),
  .single-product-article-3 ul li:nth-child(5),
  .single-product-article-3 ul li:nth-child(6),
  .single-product-article-3 ul li:nth-child(7)
.single-product-article-3 ul li:nth-child(8){
    margin-bottom: 10px;
  }
  .single-product-article-3 ul li:last-child{
    margin: 40px auto 120px;
    width: 220px;
    height: 55px;
  }
  .single-product-article-3 ul li:last-child a{
    font-size: 16px;
    line-height: 55px;
  }
  /* FLAG SHIP SHOP */
  #flagship-page h2{
    font-size: 28.27px;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 28.27px;
  }
  #flagship-page ul img{
    width: 100%;
  }
  .sp-br-none{
    display: none;
  }
  /* FOOTER */
  #footer-inner ul li{
    height: 50px;
  }
  .sns-icon{
    width: 50px !important;
    height: 50px;
    margin-bottom: 0px !important;
  }
  .sl{
    display: block;
  }
  #footer-inner small{
    margin-top: 40px;
  }
  .fss-article{
    margin-bottom: 120px !important;
  }
  .fss-article .swiper-wrapper #sp-dispaly img{
    margin-top: 40px !important;
  }
  .fss-article .swiper-slide{
    margin-top: 40px !important;
  }
  .shop-desc{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .shop-map{
    /*width: 120px !important;*/
  }
  .shop-map a{
    font-size: 20px !important;
  }
  .gif-area{
    position: relative;
    text-align: center;
    width: 100%;
    height: 100vh;
  }
  .gif-area img{
    margin-top: 60%;
    max-width: 300px;
  }
  .facebook-btn iframe{
    width: 130px;
  }
  .twitter-btn{
    padding-left: 2px !important;
  }
  .iziModal img{
    width: 92%;
    max-width: 533px;
    height: auto;
    margin-left: 4%;
    margin-right: 4%;
  }
  .modal-title{
    padding-bottom: 20px !important;
  }
  .last-area-title{
    width: 100% !important;
  }
}

@media (min-width: 481px) and (max-width: 812px){
  /* iPad修正箇所 */
  input[type="submit"]{
    -webkit-appearance: none !important;
  }
  .single-post-area{
    width: calc(100% - 20px);
  }
  .top-section-ja,
  .top-section-en{
    text-align: left !important;
  }
  p.wwa-more-link{
    margin: 40px auto 0;
    font-size: 16px;
    text-align: center;
    border: 1px solid white;
    width: 180px;
    /*padding: 20px;*/
    /* display: inline-block; */
  }
  p.wwa-more-link a{
    display: block;
    padding: 20px;
  }
  .wwa_sp_image{
    display: block !important;
  }
  .top-section-en br{
    display: none;
  }
  .designer p{
    text-align: left;
  }
  /* iPad修正箇所終了 */
  .drawer-toggle{
    left: 4% !important;
  }
  .drawer-hamburger{
    top: 4%;
  }
  .sp-top-arrow{
    /* display: none !important; */
  }
  .season-select div.selectbox a.select{
    width: 130px;
  }
  .season-select div.selectbox a.select:hover span{
    background-position: right -21px;
  }
  .season-select div.selectbox a.select_focus span{
    background-position: right -42px !important;
  }
  .season-select div.selectbox div.pulldown{
    width: 130px;
  }
  img{
    border-style: none !important;
  }
  /* INFORMATION */
  #info-page{
    display: block;
    /**/
  }
  #info-page h2{
    margin: 50px auto 30px;
    /**/
  }
  #info-top-image{
    width: 100%;
    /**/
  }
  .info-loaf li{
    display: inline-block;
    /**/
    text-align: center;
    /**/
    width: calc(33.33% - 10px);
    height: auto;
    /**/
    margin: 10px 5px 0 !important;
    /*		background-color: rgb(29,27,27);
            border: 1px solid rgb(29,27,27);
            border-right: 2.5px solid rgb(29,27,27);*/
    box-sizing: border-box;
  }
  .info-loaf li:nth-child(1),
  .info-loaf li:nth-child(3n+1){
    /*	margin: 0 7.5px 15px 0;*/
    margin: 10px 5px 0 0 !important;
    /**/
  }
  .info-loaf li:nth-child(3n){
    margin: 10px 0 0 5px !important;
    /**/
  }
  .info-loaf img{
    width: 100% !important;
    /**/
    height: auto;
    /**/
  }
  .info-loaf p{
    line-height: 30px;
    /**/
    margin-bottom: 0px;
    /**/
  }
  .info-loaf .info-title{
    padding-top: 12px;
    /**/
    font-size: 15px;
    /**/
  }
  .info-loaf .info-date{
    font-size: 11px;
    /**/
    padding-bottom: 12px;
    /**/
  }
  #flagship-page ul img{
    width: 100%;
  }
  .shop-desc{
    margin-top: 40px;
  }
  /* PRODUCT */
  .single-product-page h2{
    margin-bottom: 0px !important;
  }
  .single-product-article-1{
    display: none;
  }
  .single-product-article-2{
    width: 100%;
    margin-bottom: 0px;
  }
  .single-product-article-2 #main_image{
    width: 100%;
    max-width: 500px;
    margin: 20px 0 20px;
  }
  .single-product-article-2 .fa-angle-left,
  .single-product-article-2 .fa-angle-right{
    width: 20px !important;
  }
  .single-product-article-2 .fa-angle-left{
    padding-left: 10px;
  }
  .single-product-article-2 .fa-angle-right{
    padding-right: 10px;
  }
  .single-product-article-1-sp{
    display: block;
    width: 100%;
  }
  .single-product-article-1-sp img{
    width: 17% !important;
    margin-right: 3.75%;
    float: left;
  }
  .single-product-article-1-sp li:nth-child(5) img{
    margin-right: 0px;
  }
  .single-product-article-2 img.spa-close{
    position: absolute;
    /* top: 2px; */
    width: 25px !important;
    right: -20px;
    top: -25px;
  }
  .single-product-article-3{
    clear: both;
    margin: 50px 0 0 0;
    padding: 0;
    width: 100%;
  }
  .single-product-article-3 h2{
    text-align: center;
    margin-bottom: 40px;
  }
  .single-product-article-3 ul{
    width: 60%;
    margin: 0 auto;
  }
  .single-product-article-3 ul li{
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .single-product-article-3 ul li:nth-child(1){
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .single-product-article-3 ul li:nth-child(2){
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .single-product-article-3 ul li:nth-child(3),
  .single-product-article-3 ul li:nth-child(4),
  .single-product-article-3 ul li:nth-child(5){
    margin-bottom: 10px;
  }
  .single-product-article-3 ul li:last-child{
    margin: 40px auto 120px;
  }
  .single-product-article-3 ul li:last-child a{
    font-size: 16px;
  }
  .contact-submit{
    background-color: black;
    width: 160px !important;
    /* padding: 8px 0px !important; */
    font-size: 20px !important;
    font-weight: 200;
    border: 1px solid white !important;
    color: white;
    cursor: pointer;
    transition: all 200ms;
    letter-spacing: 1px;
  }
  input:not([type="radio"]){
    height: 45px;
    width: 100%;
    padding: 2px 0px 2px 8px;
    font-size: 16px;
    box-sizing: border-box;
  }
  /*********** information area customize *************************/
  /* INFORMATION */
  #info-top-image{
    margin-top: 20px;
    width: 100%;
  }
  #info-page .info-loaf{
    width: 100%;
  }
  #info-page h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin: 20px auto;
  }
  #info-page .info-loaf li{
    display: inline-block;
    text-align: left;
    margin: 0px 0px 0px !important;
    padding: 10px 0;
    width: 100%;
    border-style: none;
    border-bottom: 0.5px solid #c8c8c8;
    background-color: transparent;
    vertical-align: middle;
  }
  #info-page .info-loaf li:nth-child(1){
    border-top: 0.5px solid #c8c8c8;
  }
  #info-page .info-loaf li:hover{
    cursor: pointer;
  }
  .sp-info-text-area{
    display: block;
    float: left;
    width: calc(100% - 100px);
    height: 100px;
    /*padding-top: 25px;
    padding-bottom: 25px;*/
  }
  .sp-info-text-area a{
    display: block;
    height: 150px;
  }
  #info-page .info-loaf li div div{
    display: none !important;
  }
  #info-page .info-loaf li p{
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    width: 100%;
  }
  #info-page .info-title{
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    /*height: calc(70% - 40px) !important;*/
    height: auto;
    padding: 16px 0 0px 20px !important;
  }
  #info-page .info-date{
    height: calc(30% - 20px) !important;
    font-size: 11px;
    line-height: 11px;
    margin-top: 20px !important;
    vertical-align: middle;
  }
  #info-page .info-loaf li:nth-child(2n){
    right: 0;
    margin: 0px 0px 0% !important;
  }
  #info-page .info-loaf li img{
    border-style: none;
    max-width: 100px;
    float: left;
  }
  #info-page .link-collection-list{
    margin: 40px auto;
    width: 220px;
  }
  .pagination{
    font-size: 12px;
    line-height: 12px;
    padding: 20px 0 0;
    margin-bottom: -80px;
    width: 100%;
  }
  .pagination-box{
    width: 100%;
  }
  .pagination span, .pagination a{
    padding: 16px 10px 16px 10px;
    vertical-align: middle;
    text-align: center;
    margin-right: 3.75%;
    width: 7%;
    font-size: 1.6em;
  }
  .pagination .current{
    padding: 16px 10px 16px 10px;
    margin-right: 3.75%;
    width: 7%;
  }
  #info-single-page h2{
    font-size: 28.27px;
    line-height: 28.27px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #info-single-page #sidebar{
    display: none;
  }
  #info-single-page #sidebar-sp{
    display: inherit;
    width: 100%;
    margin: 0px;
  }
  #info-single-page #sidebar-sp img{
    /*display: none;*/
    margin-top: 40px;
  }
  #info-single-page #main-area{
    width: 100%;
    margin-bottom: 0px;
  }
  #info-single-page #main-area img{
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  #info-single-page .single-post-area{
    width: 100%;
    padding: 0px;
  }
  #info-single-page .single-post-area h5{
    font-size: 16px !important;
    margin-bottom: 20px;
  }
  #info-single-page .single-post-area h5 span{
    display: inline-block;
    margin-top: 20px;
    font-size: 11px !important;
    line-height: 11px;
  }
  #info-single-page .prev-post:hover,
  #info-single-page .next-post:hover{
    color: #1d1b1b;
  }
  #info-single-page #sidebar-sp div{
    margin-bottom: 40px;
  }
  #info-single-page #sidebar-sp div:last-of-type{
    margin-bottom: 120px;
  }
  #info-single-page #sidebar-sp p{
    font-size: 23px;
    line-height: 23px;
    padding-bottom: 3px;
  }
  #info-single-page #sidebar-sp ul li a{
    font-size: 16px;
  }
  video{
    position: relative;
    width: 100%;
    top: 0;
    z-index: -1;
    position: fixed;
    width: 246%;
    top: 0;
    left: -73%;
  }
  .logo-area{
    height: 100vh;
  }
  .sp-top-arrow{
    top: 94vh;
    height: 18px;
    width: 37px;
    margin: 0 auto;
    position: relative;
    /* left: calc(50% - 18.5px); */
    z-index: 1;
    display: inline-block;
    transition: opacity 0.4s;
  }
  .top-container{
    background-color: black;
  }
  .sp-top-arrow{
    display: block;
  }
  .pc-top-arrow{
    display: none;
  }
  .gif-area img{
    margin-top: 40%;
  }
}

@media screen and (min-width: 813px){
  input[type="submit"]{
    -webkit-appearance: none !important;
  }
  .sp-top-arrow{
    display: none !important;
  }
  .swiper-container img{
    object-fit: cover;
  }
  #top-wwa h2,
  #top-info h2{
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 50px;
  }
  #top-col h2,
  #top-online h2,
  #top-flag h2,
  #top-stoc h2{
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 100px;
  }
  .design-title{
    margin-bottom: 100px;
  }
  #flagship-page .shop-map a{
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 50px;
    font-size: 12px;
    /* font-weight: 300; */
    padding: 4px 6px 4px 12px;
    color: white;
    transition: all 300ms;
    font-size: 16px !important;
    line-height: 16px;
    width: 50px;
  }
  #shop-list-wrap th{
    padding-bottom: 8px;
  }
  #contact-table dl{
    width: 100%;
  }
  #contact-table dt{
    width: 40%;
  }
  #contact-table dd{
    width: 60%;
  }
}

@media (min-width: 813px){
  #ipad-yoko{
    display: block !important;
  }
  #top-movie{
    display: none;
  }
  /* video {
    position: relative;
    width: 100%;
    top: 0;
    z-index: -1;
    position: fixed;
    width: 246%;
    top: 0;
    left: -73%;
  }
  .logo-area {
    height: 100vh;
  }
  .sp-top-arrow {
    top: 94vh;
    height: 18px;
    width: 37px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: opacity 0.4s;
  }
  .top-container {
    background-color: black;
  }
  .sp-top-arrow {
    display: block;
  }
  .pc-top-arrow {
    display: none;
  } */
}

@media screen and (max-width: 1024px){
  .drawer-menu{
    margin-left: 17vw;
  }
  .sns{
    margin-left: 2.929vw;
  }
}

@media screen and (max-width: 812px){
  html{
    font-size: 2.66667vw;
  }
  .is-pc{
    display: none !important;
  }
  .is-sp{
    display: block !important;
  }
  .drawer-menu{
    margin-left: 17.86667vw;
  }
  .sns{
    margin-left: 17.86667vw;
  }
  .sns dt{
    font-size: 1.3em !important;
    padding-bottom: 4vw !important;
    color: #fff;
  }
  .sns li{
    height: auto !important;
    margin-bottom: 2.66667vw !important;
  }
  .sns li:before{
    width: 4.8vw;
    height: 4.8vw;
    background-size: cover;
  }
  .sns li.fb:before{
    height: 4.8vw;
    background-size: contain;
  }
  .sns li a{
    padding-left: 8.53333vw;
    font-size: 1.5em !important;
    line-height: 1.3em;
  }
  .drawer--left .drawer-nav > div{
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    margin-top: -29.86667vw;
  }
  .drawer-menu{
    position: relative;
    top: 30% !important;
    width: 100%;
  }
  ul.drawer-menu{
    margin-bottom: 9.6vw;
  }
  ul.drawer-menu li{
    height: auto !important;
    margin-bottom: 2.66667vw;
  }
  ul.drawer-menu li:first-of-type{
    top: -17.06667vw;
    left: 8vw;
  }
  ul.drawer-menu li:first-of-type img{
    width: 48vw;
  }
  ul.drawer-menu li a{
    font-size: 1.5em !important;
    line-height: 2em !important;
  }
  ul.drawer-menu li.aniv a{
    margin-top: 0;
  }
  .loadingLogo img{
    width: 62.66667vw;
  }
  #page_top a{
    right: calc(-100vw + 11px + 25px);
    bottom: 115px;
    width: 24px;
    height: 24px;
  }
  #page_top a:before{
    width: 23px;
    height: 16px;
    font-size: 11px;
  }
  .mv .mv_content > div{
    width: 86.668vw;
    padding: 0 6.66667vw;
  }
  .mv .mv_content img{
    width: 74.66667vw;
    height: 13.86667vw;
    margin: 0 auto 6.66667vw;
  }
  .mv .mv_content p{
    width: 74.66667vw;
    margin: 0 auto;
    font-size: .8em;
  }
  .top-container{
    background: transparent;
  }
  #top-col{
    padding: 26.66667vw 0;
  }
  #top-col .top-col-link-wrapper{
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 0 50px;
  }
  #top-col .top-col-link-wrapper .top-col-img{
    max-width: none;
    width: 66.66667vw;
    max-height: none;
    height: 44.53333vw;
  }
  #top-col .top-col-link-wrapper .top-col-img .img_wrapper img{
    max-width: none;
    width: 53.33333vw;
  }
  #top-col .top-col-link-wrapper .top-col-img .brackets{
    max-height: none;
    height: 8.26667vw;
  }
  #top-col .top-col-link-wrapper .top-col-img .brackets:before, #top-col .top-col-link-wrapper .top-col-img .brackets:after{
    max-width: none;
    width: 8.26667vw;
    max-height: none;
    height: 8.26667vw;
  }
  #top-col .top-col-link-wrapper .top-col-img:hover .brackets:first-of-type:before, #top-col .top-col-link-wrapper .top-col-img:hover .brackets:first-of-type:after{
    top: 1.6vw;
    border-top: 1px solid #E5DED6;
  }
  #top-col .top-col-link-wrapper .top-col-img:hover .brackets:first-of-type:before{
    left: 1.6vw;
    border-left: 1px solid #E5DED6;
  }
  #top-col .top-col-link-wrapper .top-col-img:hover .brackets:first-of-type:after{
    right: 1.6vw;
    border-right: 1px solid #E5DED6;
  }
  #top-col .top-col-link-wrapper .top-col-img:hover .brackets:nth-of-type(2):before, #top-col .top-col-link-wrapper .top-col-img:hover .brackets:nth-of-type(2):after{
    bottom: 1.6vw;
    border-bottom: 1px solid #E5DED6;
  }
  #top-col .top-col-link-wrapper .top-col-img:hover .brackets:nth-of-type(2):before{
    left: 10px;
    border-left: 1px solid #E5DED6;
  }
  #top-col .top-col-link-wrapper .top-col-img:hover .brackets:nth-of-type(2):after{
    right: 1.6vw;
    border-right: 1px solid #E5DED6;
  }
  #top-info{
    padding: 26.66667vw 0;
  }
  #top-info h2.ttl{
    margin-bottom: 13.33333vw;
  }
  #top-info .info_list{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: none;
    margin: 0 auto;
    padding: 0 6.66667vw;
  }
  #top-info .info_list li{
    max-width: none;
    width: 40vw;
    max-height: none;
    height: 77.33333vw;
    margin-bottom: 13.33333vw;
    background: black !important;
  }
  #top-info .info_list a{
    background: transparent;
    opacity: 1;
  }
  #top-info .info_list a img{
    width: 100%;
  }
  #top-info .info_list a > div{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    height: 17.33333vw;
  }
  #top-info .info_list a p{
    width: 100%;
    padding-top: 0;
    font-size: .9em;
  }
  #top-info .info_list a p:first-of-type{
    min-height: 7.2vw;
    line-height: 1.24;
  }
  #top-info .info_list a p.info-date{
    margin-top: 0;
    padding: 0.8vw 0 2.4vw;
    font-size: .8em;
    line-height: 1;
  }
  .btn{
    width: 53.33333vw;
    height: 10.66667vw;
    font-size: 1.5em;
  }
  #top-online{
    padding: 17.86667vw 0;
  }
  #top-online h2{
    font-size: 7.46667vw;
  }
  #top-new{
    padding: 13.33333vw 6.66667vw 26.66667vw;
  }
  #top-new h2{
    margin-bottom: 6.66667vw;
    font-size: 5.33333vw;
  }
  #top-new .stock_list{
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 0;
  }
  #top-new .stock_list li{
    max-width: none;
    width: 40vw;
    margin-bottom: 13.33333vw;
  }
  #top-flag{
    padding: 26.66667vw 0;
  }
  #top-flag h2{
    margin-bottom: 13.33333vw;
  }
  #top-flag .content_wrapper{
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  #top-flag .content_wrapper + .content_wrapper{
    margin-top: 14.4927536vw;
  }
  #top-flag .content_wrapper + .btn{
    margin-top: 24.1545894vw;
  }
  #top-flag .content_wrapper > a{
    max-width: none;
    width: 74.66667vw;
  }
  #top-flag .content_wrapper .detail{
    width: 74.66667vw;
  }
  #top-flag .content_wrapper .detail h3{
    padding-bottom: 2.66667vw;
    margin-bottom: 3.2vw;
    padding-left: 0;
    font-size: 2em;
    text-align: center;
  }
  #top-flag .content_wrapper .detail p{
    margin-bottom: 13.33333vw;
    padding: 0 3.46667vw;
    font-size: 1.5em;
    line-height: 1.2;
  }
  #top-flag .content_wrapper .detail .btn{
    margin: 0 auto;
  }
  #top-stoc{
    padding: 26.66667vw 3.2vw;
  }
  #top-stoc img{
    max-width: none;
    width: 93.33333vw;
    margin-bottom: 6.66667vw;
  }
  #footer{
    width: 100%;
    padding: 13.33333vw 0;
  }
  #footer #footer-inner{
    width: 74.66667vw;
    margin: 0 auto;
  }
  #footer #footer-inner small{
    font-size: 1.1em;
  }
  #footer .footer_collection dt{
    font-size: 1.8em;
    padding-bottom: 2.66667vw;
  }
  #footer .footer_collection dd ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: center;
            align-items: center;
    border-bottom: 0;
  }
  #footer .footer_collection dd ul li{
    width: calc(100% - 9.866vw);
    margin: 2.66667vw 0 0 9.86667vw;
    padding: 0;
    font-size: 1.5em;
    text-align: left;
  }
  #footer .footer_collection dd ul li:first-of-type{
    margin-top: 5.33333vw;
  }
  #footer .footer_collection dd ul li:nth-of-type(2){
    border-right: none;
    border-left: none;
  }
  #footer .footer_collection dd ul li a{
    width: 100%;
  }
  #footer .second_line_wrapper{
    -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: center;
            align-items: center;
    max-width: none;
    margin: 10.66667vw auto;
  }
  #footer .footer_contents, #footer .footer_sns{
    width: 100%;
  }
  #footer .footer_contents dt, #footer .footer_sns dt{
    font-size: 1.8em;
    padding-bottom: 2.66667vw;
    margin-bottom: 2.66667vw;
    text-align: center;
  }
  #footer .footer_contents dd ul li, #footer .footer_sns dd ul li{
    width: calc(100% - 9.866vw);
    margin: 2.66667vw 0 0 9.86667vw;
    font-size: 1.5em;
  }
  #footer .footer_sns{
    margin: 10.66667vw auto 0;
  }
  #footer .footer-logo-anchor{
    display: block;
  }
  #footer .footer-logo-anchor img{
    width: 53.33333vw;
  }
  .modal-video-movie-wrap{
    width: 70vw !important;
    margin: 0 auto !important;
    padding-bottom: 41% !important;
  }
  .modal-video-close-btn{
    top: 0 !important;
  }
  #breadcrumb span{
    font-size: 10px !important;
  }
  #flagship-page .img-wrapper li+li {
    margin-top: 25px;
  }
}
