/** Shopify CDN: Minification failed

Line 1407:12 Expected ":"

**/
@charset "utf-8";

#header .shopify-section {
  position: relative;
}
/* recapcha */
.shopify-challenge__container{
	padding: 50px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
    font-family: 'EB Garamond',游明朝,"Yu Mincho",YuMincho,'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif !important;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}

/* 基本設定
----------------------------------------------------------- */
html, body {
  height: 100%;
}
html {
  overflow-y: auto;
  min-width: inherit;
}
body {
  min-width: inherit;
  color: #000000;

  font-weight: normal;
  text-align: inherit;
  font-family: 'EB Garamond',游明朝,"Yu Mincho",YuMincho,'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;

  /*text-shadow設定でアンチエイリアス表現*/
  /*text-shadow: 0 0 1px #EEEEEE, 0px 0px 1px rgba(0, 0, 0, 0.3);*/

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none;
}
.lines {
	position: absolute;
    display: inline-block;
	top: 1.35em;
	left: 0;
    width: 100%;
    height: 0px;
    border-bottom: 1px #0A0705 solid;
}
.cart .lines {
	position: absolute;
    display: inline-block;
	top: 1.65em;
	left: 0;
    width: 100%;
    height: 0px;
    border-bottom: 1px #0A0705 solid;
}
.cart .btn_delete .lines {
	position: absolute;
    display: inline-block;
	top: 1.5em;
	left: 0;
    width: 100%;
    height: 0px;
    border-bottom: 1px #0A0705 solid;
}
.lines_w {
	position: absolute;
    display: inline-block;
	top: 1.4em;
	left: 0;
    width: 100%;
    height: 0px;
    border-bottom: 1px #fff solid;
}
.pc_only {
  display: inline-block !important;
}
.sp_only {
  display: none !important;
}
.pc_search {
  display: flex !important;
}
.sp_search {
  display: none !important;
}
@media screen and (max-width: 750px) {
.pc_search {
  display: none !important;
}
.sp_search {
  display: block !important;
}
}
#wrapper {
  position: relative;
  height: auto !important;
  min-height: 100%;
  overflow: hidden;
}
#all_wrap {
}
.section {
  width: 100%;
  padding-bottom: 25px;
}
.section.hr_line {
  border-top: 5px solid #f2f2f2;
  padding-top: 20px;
}
#side_fix {
  width: 100%;
  height: 100%;
  float: right;
  display: none;
  position: fixed;
  background-color: rgba(0,0,0,0.4);
  z-index: 1030;
}
/*--------------------------------------- header -----------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /*background: #fff;*/
  border-bottom: 0px solid #BDB7B0;
  z-index: 1041;
}
.btn_sp {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.header_top {
  position: relative;
  background: #2A231B;
  width: 100%;
  height: 0;
  display: none;
}
.header_top.is-active {
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
}
.header_top .header_top_inner {
  width: auto;
  max-width: 1792px;
  padding: 0 50px;
  margin: 0 auto 0;
  position: relative;
  text-align: center;
}
.header_top .header_top_inner p {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 13px 0;
  color: #fff;
  display: inline-block;
  text-align: left;
  padding-right: 20px;  
  font-weight: 600;
}
.header_top .header_top_inner p a{
  font-size: 12px;
  line-height: 1.0;
  letter-spacing: -0.02em;
  /*margin: 0 0 0 10px;*/
  color: #fff;
  text-decoration: none;
  opacity: 1.0;
  transition: .3s;
}
.header_top .header_top_inner p a:hover {
  opacity: 0.6;
}
.header_top .header_top_inner .close {
  position: absolute;
  top: 14px;
  right: 50px;
  width: 12px;
  height: 12px;
  opacity: 1.0;
  transition: .3s;
}
.header_top .header_top_inner .close:hover {
  opacity: 0.5;
}
.header_top .header_top_inner .close img {
  position: absolute;
  top: 0;
  left: 0;
}
.header_middle {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  background: #D0C7BB;
  z-index: 10;
  border-bottom: 1px solid #BDB7B0;
  text-align: center;
}
.header_middle .header_middle_inner {
  /*width: 91.768%;*/
  width: auto;
  max-width: 1792px;
  height: 40px;
  padding: 0 50px;
  margin: 0 auto;
  display: flex;
}
.header_middle .brand {
  display: flex;
  width: 75%;
  z-index: 1;
}
.header_middle .brand li {
  padding: 0 30px 0 0;
  white-space: nowrap;
}
/*.header_middle .brand li:last-child {
  padding: 0 0 0 15px;
  position : relative;
}
.header_middle .brand li:last-child::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 18px;
  background-color: #000;
}*/

.header_middle .brand a {
  font-size: 13px;
  line-height: 1;
  margin: 0 0;
  padding: 13px 0;
  color: #292725;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.header_middle .brand a::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #292725;
    position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: 0;
    opacity: 0;
    transition: all .2s linear;
}
.header_middle .brand a:hover::after {
   opacity: 1;
}
.header_middle .brand.ja li:nth-child(1) a::after {
   opacity: 1;
}
.header_middle .brand.ta li:nth-child(2) a::after {
   opacity: 1;
}
.header_middle .brand.tamen li:nth-child(3) a::after {
   opacity: 1;
}
.header_middle .brand.mask li:nth-child(4) a::after {
   opacity: 1;
}
.header_middle .brand.minatan li:nth-child(5) a::after {
   opacity: 1;
}
.header_middle .brand.jata li:nth-child(6) a::after {
   opacity: 1;
}
.header_middle .brand.mes li:nth-child(7) a::after {
   opacity: 1;
}
.header_middle .brand.sale li:nth-child(8) a::after {
   opacity: 1;
}
.header_middle .system {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  width: 25%;
  text-align: right;
  position: relative;
  top: 0;
  right: 0;
}
.header_middle .system li {
  padding: 0 0 0 23px;
}
.header_middle .system .ico_1 {
    padding-top: 4px;
}
.header_middle .system a {
  font-size: 15px;
  line-height: 1.2;
  margin: 9px 0 0;
  color: #292725;
  display: block;
  text-decoration: none;
  position: relative;
transition: .3s;
opacity: 1;
}
.header_middle .system a:hover {
opacity: 0.5;
}
.header_middle .system .account {
  width: 14px;
  height: auto;
}
.header_middle .system .cart {
  width: 15px;
  height: auto;
  position: absolute;
  top: 2px;
  left: 0;
}
.header_middle .system span.count {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 10px;
  line-height: 1.0;
  letter-spacing: -0.02em;
  width: 15px;
  margin: 7px 0 0;
  text-align: center;
  display: inline-block;
}
.header_bottom {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #D0C7BB;
  justify-content: center;
  transition: .2s linear;
}
#header.hide .header_bottom {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  margin-bottom: -50px;
}
#header .header_bottom .header_bottom_inner {
  /*width: 91.768%;*/
  width: auto;
  max-width: 1792px;
  height: auto;
  padding: 0 50px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
#header .header_bottom .header_bottom_inner .flex {
  display: flex;
}
#header .header_bottom .header_bottom_inner nav {
  width: auto;
}
#header .header_bottom .header_bottom_inner .flex .logo {
  width: auto;
  max-width: 51px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_ja {
  width: 51px;
  max-width: 51px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_ja img {
  width: 51px;
  max-width: 51px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_brand {
  width: 51px;
  max-width: 51px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_brand img {
  width: 51px;
  max-width: 51px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_ta {
  width: 77px;
  max-width: 77px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_ta img {
  width: 77px;
  max-width: 77px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_ma {
  width: 78px;
  max-width: 78px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_ma img {
  width: 78px;
  max-width: 78px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_mes {
  width: 98px;
  max-width: 98px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_mes img {
  width: 98px;
  max-width: 98px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_minatan {
  width: 51px;
  max-width: 51px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_minatan img {
  width: 51px;
  max-width: 51px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_other {
  width: 51px;
  max-width: 51px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_other img {
  width: 51px;
  max-width: 51px;
}
#header .header_bottom .header_bottom_inner .flex .logo img {
  max-width: unset;
}
#header .header_bottom .header_bottom_inner .flex .logo a {
  display: block;
  margin-top: 15px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_ja a {
  display: block;
  margin-top: 13px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_brand a {
  display: block;
  margin-top: 15px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_ta a {
  display: block;
  margin-top: 13px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_ma a {
  display: block;
  margin-top: 14px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_mes a {
  display: block;
  margin-top: 20px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_minatan a {
  display: block;
  margin-top: 8px;
}
#header .header_bottom .header_bottom_inner .flex .logo.logo_other a {
  display: block;
  margin-top: 15px;
}
#header .header_bottom .header_bottom_inner .flex.navi {
  width: 72%;
  order:1;
}
#header .header_bottom .header_bottom_inner .flex.search {
  width: 28%;
  order:2;
  border-bottom: 0px solid #E7E6E2;
}
#header .header_bottom .header_bottom_inner .flex.search form {
  width: 100%;
}
#header .header_bottom .header_bottom_inner .flex .search_box {
  background: transparent;
  max-width: none;
  position: relative;
  margin: 15px 0 0 0;
}
#seach_box_big {
  z-index: 1;
}
#seach_box_big p a {
  transition: .3s;
  opacity: 1;
}
#seach_box_big p a:hover {
  opacity: 0.4;
}
#seach_box_small {
}

#header .header_bottom .header_bottom_inner .flex .search_box .ico_grass {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: .3s;
  opacity: 1;
}
#header .header_bottom .header_bottom_inner .flex .search_box .ico_grass:hover {
  opacity: 0.5;
}
#header .header_bottom .header_bottom_inner .flex .search_box .ico_grass img {
  width: 100%;
  height: auto;
}
#header .header_bottom .header_bottom_inner .flex .search_box .input_box {
  width: 100%;
  padding: 13px 25px 13px 10px;
  border: 0;
  font-size: 16px;
  line-height: 1.0;
  background-color: transparent;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
#header .header_bottom .header_bottom_inner .flex .search_box .input_box2 {
  width: 100%;
  padding: 16px 30px 16px 0;
  border: 0;
  font-size: 16px;
  line-height: 1.4;
  background-color: transparent;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
#header .header_bottom .header_bottom_inner .flex .search_box .input_box.active {
  background-color: #fff;
}
#header .header_bottom .header_bottom_inner .flex .search_box .input_box::placeholder{
  color: #707070;
  font-size: 16px;
  opacity:0;
}
#header .header_bottom .header_bottom_inner .flex .search_box .input_box2::placeholder{
  color: #707070;
  font-size: 16px;
  opacity:1;
  font-family: 'EB Garamond',游明朝,"Yu Mincho",YuMincho,'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#header .header_bottom .header_bottom_inner .flex .search_box .input_box.active::placeholder {
  color: #707070;
  font-size: 16px;
  opacity:1;
}

#search_form,
#search_form2 {
  margin: 0 0 0 auto;
  width: 100%;
}
#btn_menu {
  height: 25px;
  position: a;
  right: 20px;
  top: 12px;
  width: 28px;
  display: none;
  z-index: 10001;
  pointer-events: none;
}
#btn_menu::before {
  content: "";
  display: none;
  position: absolute;
  top: -9px;
  bottom: 0;
  left: -10px;
  right: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  transition: opacity .1s;
}
.top_nav {
  width: 91.768%;
  max-width: 1792px;
  height: 36px;
  padding: 0 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.top_nav li {
  width: 25%;
  padding: 0 0;
  list-style: none;
  border-top: solid 0px #c7c7c7;
  border-right: solid 0px #c7c7c7;
  border-left: solid 1px #c7c7c7;
  border-bottom: solid 0px #c7c7c7;
  text-align: center;
}
.top_nav li:not(:last-child) {
  display: block;
}
.top_nav li.sns_link {
  width: 20%;
  text-align: right;
}
.top_nav li a {
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  opacity: 1.0;
  transition: opacity .3s;
}
.top_nav li a:hover {
  opacity: 0.5;
}
.top_nav li.sns_link a {
  display: inline-block;
  width: 24%;
  max-width: 30px;
  height: auto;
}
.top_nav li.sns_link a:not(:first-child) {
  margin-left: 6px;
}
.top_nav li.sns_link a img {
  width: 100%;
  margin-top: 2px;
}
.header_middle a img {
  width: 228px;
}
.header_bottom .brand {
  display: none;
}
.header_bottom .bottom_nav {
  display: flex;
  align-items: center;
  justify-content: normal;
  flex-direction: unset;
  margin: 0 auto;
}
.header_bottom .bottom_nav li {
  width: auto;
  padding: 0 0;
  list-style: none;
  border-top: solid 0px #E7E6E2;
  border-right: solid 0px #E7E6E2;
  border-left: solid 0px #E7E6E2;
  border-bottom: solid 0px #E7E6E2;
  text-align: center;
  position: inherit;
  margin: 0 0 0 10%;
  z-index:60;
}
.header_bottom .bottom_nav li.other_first {
  margin: 0 0 0 20px;
}
.header_bottom .bottom_nav li a {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-weight: normal;
  color: #292725;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  height: 70px;
  border-top: 0px solid #E7E6E2;
  position: relative;
  opacity: 1.0;
  transition: opacity .3s;
}
.header_bottom .bottom_nav li a.main_btn::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #292725;
  position: absolute;
  bottom: -1px;
  left: 0;
  letter-spacing: 0;
  opacity: 0;
  transition: all .2s linear;
  z-index: 1;
}
.header_bottom .bottom_nav li a::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 7px;
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
  width: 7px;
  height: 11px;
  background-image: url("/cdn/shop/files/arrow_menu_sp.svg?v=1597654253");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: .3s;
}
.header_bottom .bottom_nav li.on > a::before {
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.header_bottom .bottom_nav li a:hover {
  opacity: 1.0;
}
.header_bottom .bottom_nav li a:hover::after {
  opacity: 1;
}
.header_bottom .bottom_nav li.on_pc a::after {
  opacity: 1;
}
.header_bottom .bottom_nav_area {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 0;
  background: #fff;
  border-top: 1px solid #e1e2e5;
  opacity: 0;
  pointer-events: none;
  display: block;
  transition: all .3s linear;
}
.header_bottom .bottom_nav li .bottom_nav_area{
  pointer-events: none;
}
.header_bottom .bottom_nav li.on_pc .bottom_nav_area{
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.header_bottom .bottom_nav_area .bottom_nav_inner {
  max-width: 1792px;
  margin: 0 auto;
}
.header_bottom .bottom_nav_area .bottom_nav_inner .links {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.brand_set {
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #F9F8F8;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.header_bottom .bottom_nav_area .bottom_nav_inner .photo {
  width: 100%;
  overflow: hidden;
  display: inherit;
}
.header_bottom .bottom_nav_area .bottom_nav_inner .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.header_bottom .bottom_nav_area .bottom_nav_inner .lnik_menu {
  width: 67%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #F0EFEE;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.header_bottom .bottom_nav_area .bottom_nav_inner .lnik_menu ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  max-width: 300px;
}
.collection_set {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #F9F8F8;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.hover_sw .collection_set {
  opacity: 1;
  pointer-events: none;
}
.collections li a {
  position: relative;
}
.collections li.hover_sw a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #292725;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: transform .3s cubic-bezier(.39,.575,.565,1), -webkit-transform .3s cubic-bezier(.39,.575,.565,1);
}
.header_bottom .bottom_nav_area .bottom_nav_inner .links .links_block {
  width: 100%;
  height: 100%;
  position: relative;
}
.header_bottom .bottom_nav_area .bottom_nav_inner .links .sub_menu {
  background: #F9F8F8;
}
.header_bottom .bottom_nav_area .bottom_nav_inner li a {
  font-weight: normal;
}
.header_bottom .bottom_nav_area .bottom_nav_inner li.switch a.button {
  pointer-events: none;
}
.header_bottom .bottom_nav_area .bottom_nav_inner li a.button::after,
.header_bottom .bottom_nav_area .bottom_nav_inner li a.sub_btn::after {
  content: "";
  width: 0%;
  height: 1px;
  background: #292725;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.header_bottom .bottom_nav_area .bottom_nav_inner li a:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #292725;
  position: absolute;
  color :#FF0004;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: transform .3s cubic-bezier(.39,.575,.565,1),
  -webkit-transform .3s cubic-bezier(.39,.575,.565,1);
}
.header_bottom .bottom_nav_area .bottom_nav_inner li.switch a.button::after,
.header_bottom .bottom_nav_area .bottom_nav_inner li.sub_brand.sub_sw a.sub_btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #292725;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: transform .3s cubic-bezier(.39,.575,.565,1),
  -webkit-transform .3s cubic-bezier(.39,.575,.565,1);
}

.header_bottom .bottom_nav_area .bottom_nav_inner .lnik_menu a::after {
  content: "";
  width: 0%;
  height: 1px;
  background: #292725;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.header_bottom .bottom_nav_area .bottom_nav_inner .lnik_menu a:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #292725;
  position: absolute;
  color :#FF0004;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: transform .3s cubic-bezier(.39,.575,.565,1),
  -webkit-transform .3s cubic-bezier(.39,.575,.565,1);
}
.header_bottom .bottom_nav li .bottom_nav_area .bottom_nav_inner li.switch .brand_set {
  pointer-events: none;
}
.header_bottom .bottom_nav li.on_pc .bottom_nav_area .bottom_nav_inner li.switch .brand_set {
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #F9F8F8;
  pointer-events: visible;
  opacity: 1;
}
.header_bottom .bottom_nav li .bottom_nav_area .bottom_nav_inner li.sub_brand.sub_sw .lnik_menu {
  pointer-events: none;
}
.header_bottom .bottom_nav li.on_pc .bottom_nav_area .bottom_nav_inner li .brand_set li.sub_brand.sub_sw .lnik_menu {
  opacity: 0;
  pointer-events: none;
}
.header_bottom .bottom_nav li.on_pc .bottom_nav_area .bottom_nav_inner li.switch .brand_set li.sub_brand .lnik_menu {
  opacity: 1;
  pointer-events: visible;
  z-index: 0;
}
.header_bottom .bottom_nav li.on_pc .bottom_nav_area .bottom_nav_inner li.switch .brand_set li.sub_brand.sub_sw .lnik_menu {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
}

.header_bottom .bottom_nav_area ul {
  display: block;
  padding: 26px 0;
  margin: 0 0 0 0;
}
.header_bottom .bottom_nav_area ul>*{

}
.header_bottom .bottom_nav_area li {
  width: auto;
  /*min-width: 13.5%;*/
  padding: 4px 0;
  margin: 0 0 0 0;
  list-style: none;
  border-top: solid 0px #9c9c9c;
  border-right: solid 0px #9c9c9c;
  border-left: solid 0px #9c9c9c;
  border-bottom: solid 0px #9c9c9c;
  text-align: left;
}
.header_bottom .bottom_nav_area li a {
  font-family: 'EB Garamond',游明朝,"Yu Mincho",YuMincho,'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #333333;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 5px 0 5px 0;
  margin: 0 0 0 50px;
  height: auto;
  border-top: 0px solid #E7E6E2;
  opacity: 1.0;
  transition: opacity 0.3s;
}
.header_bottom .bottom_nav_area li a::after {
  content: "";
  width: 0%;
  height: 1px;
  background: #292725;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.header_bottom .bottom_nav_area li a:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #292725;
  position: absolute;
  color :#FF0004;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: transform .3s cubic-bezier(.39,.575,.565,1),
  -webkit-transform .3s cubic-bezier(.39,.575,.565,1);
}
.header_bottom .bottom_nav_area li a::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 7px;
  transform: translateY(-50%) translateX(-50%);
  width: 7px;
  height: 12px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

/*--------------------------------------- contents -----------------------------------------*/
#contents {
  min-width: auto !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-top: 113px;
}
#contents .contents_inner {
  float: none;
  width: 100% !important;
  padding-left: 0;
}
/*--------------------------------------- footer -----------------------------------------*/
#footer {
  background: #fff;
}
#footer .sitemap {
  background: #D0C7BB;
}
#footer #pagetop {
  clear: both;
  margin: 0 0 0 0;
  padding-right: 0;
  font-size: 0;
  line-height: 0;
  text-align: right;
  position: absolute;
  bottom: 70px;
  /*left: 58px;*/
  width: 91.768%;
  height: 0;
  max-width: 1792px;
  padding: 0 0;
  display: none;
}
#footer #pagetop img {
  width: 50px;
}
#footer #pagetop a {
  margin-top: 0;
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  margin-right: -46px;
}
#footer #pagetop a:hover {
  opacity: 0.6;
}
#footer .footer_inner {
  width: auto;
  max-width: 1792px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
#footer .sp_col {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#footer .footer_fxd {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 0;
}
#footer .footer_col {
  margin-right: 0;
  padding: 67px 8px 25px 8px;
  border-left: solid 0px #E7E6E2;
}
#footer .footer_col.last_col {
  border-right: solid 0px #E7E6E2;
}
#footer .footer_col h3 {
  margin: 0 0 15px;
}
#footer .footer_col h3.h3_only {
  margin: 0 0 22px;
  width: 90%;
}
#footer .footer_col h3 a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #000;
  text-decoration: none;
  opacity: 1.0;
  transition: opacity 0.3s;
}
#footer .footer_col h3 a:hover {
  opacity: 0.5;
}
#footer .footer_col ul {
  margin-bottom: 25px;
  display: block;
}
#footer .footer_col li {
  display: block;
  margin-bottom: 0;
}
#footer .footer_col li a {
  font-family: 'EB Garamond',游明朝,"Yu Mincho",YuMincho,'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #333333;
  text-decoration: none;
  display: inline-block;
  opacity: 1.0;
  transition: opacity 0.3s;
}
#footer .footer_col li a:hover {
  opacity: 0.5;
}
#footer .copyright {
  border-top: solid 1px #E7E6E2;
  background: #2A231B;
}
#footer .copyright .navs {
  border-bottom: solid 1px #3E3C3B;
}
#footer .copyright .inner {
  width: auto;
  max-width: 1792px;
  padding: 12px 50px;
  margin: 0 auto;
}
#footer .copyright .inner {
  display: flex;
}
#footer .copyright .inner ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  width: 100%;
  display: flex;
  justify-content: center;
}
#footer .copyright .inner ul li:not(:first-child) {
  margin-left: 40px;
}
#footer .copyright .inner ul a {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  transition: .3s;
}
#footer .copyright .inner ul a:hover {
  opacity: 0.5;
}
#footer .copyright .inner .lang {
  color: #fff;
  font-size: 15px;
  line-height:1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
  width: 10%;
  margin: 0;
  text-align: right;
  transition: .3s;
}
#footer .copyright .inner .lang:hover {
  opacity: 0.5;
}
#footer .copyright .logos {
  display: inline-block;
  height: auto;
  text-align: center;
}
#footer .copyright .logos span {
  display: inline-block;
  margin: 50px 0 0 0;
  font-size: 14px;
  line-height: 1.0;
  letter-spacing: 0.02em;
}
#footer .copyright .logos a {
  display: block;
  text-align: center;
}
#footer .copyright .logos a  img {
  width: 90px;
}
#footer .copyright .logos a.ja  img {
  width: 90px;
}
#footer .copyright .logos a.ta img {
  width: 153px;
}
#footer .copyright .logos a.ma img {
  width: 123px;
}
#footer .copyright .logos a.mes img {
  width: 140px;
}
#footer .copyright .logos a.minatan img {
  width: 90px;
}
#footer .copyright .copyright_inner {
  width: 91.768%;
  max-width: 1792px;
  padding: 70px 0 50px;
  margin: 0 auto;
  display: flex;
}
#footer .flex_item{
  margin: 0 auto;
}
#footer .flex_item span {
  color: #fff;
  display: block;
}
#footer .footer_sns_link {
  display: inline-block;
  width: 112px;
  text-align: right;
}
#footer .footer_sns_link li {
  display: inline-block;
}
#footer .footer_sns_link li a {
  display:block;
  text-decoration: none;
  opacity: 1.0;
  transition: opacity 0.3s;
}
#footer .footer_sns_link li a:hover {
  opacity: 0.5;
}
#footer .footer_sns_link li:not(:first-child) {
  margin-left: 6px;
}
#footer .footer_sns_link li a img {
  width: 30px;
  vertical-align: top;
  margin-top: 2px;
}

/* LOCALIZATION-FORM */
.localization-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .localization-form {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.langmenu {
  display:none;
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  width: auto;
  padding: 20px;
  margin: 0;
  height: auto;
  position: relative;
  text-decoration: none;
  color: #0A0705;
  border-bottom: solid 1px #E7E6E2;
  border-top: solid 1px #E7E6E2;
}
.lang-btn { display:flex; align-items: center; padding: 5px 0; }
.lang-country { font-size: 13px; text-transform:uppercase; }
.lang-currency { font-size: 13px; margin-left: 6px; letter-spacing: 0.4px; text-transform:uppercase; }
.lang-current { border-bottom: 1px solid #999; }

/*--------------------------------------------------------------------------------------
  tablet header css
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1220px) {
  .header_middle .brand a {
    font-size: 11px;
    padding: 14px 0;
  }
  .header_middle .brand li {
    padding: 0 20px 0 0;
  }
  .header_bottom .bottom_nav li {
    margin: 0 0 0 5%;
  }
  .header_bottom .bottom_nav li a {
    font-size: 13.5px;
  }
  .header_bottom .bottom_nav_area li a {
    margin: 0 0 0 5px;
  }
}

/*--------------------------------------------------------------------------------------
  SP
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
.header_bottom .bottom_nav li {
	z-index:unset;
}
  html, body {
    height: auto;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: inline !important;
  }
  .new_collection_inner .sp_only {
    display: none !important;
  }
  .new_collection_inner .pc_only {
    display: inline !important;
  }
  .section.hr_line {
    border-top: 2.5px solid #d60000;
    padding-top: 0px;
  }
  /*--------------------------------------- header -----------------------------------------*/
  #header {
    position: fixed;
    border-bottom: 0px solid #e1e2e5;
  }
  .btn_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: visible;
  }
  /*----------------------------------- sp contents -----------------------------------*/
  #contents {
    padding-top: 100px;
  }
  /*----------------------------------- sp header -----------------------------------*/
  .header_top {
    position: relative;
    background: #2A231B;
    opacity: 1;
    border-bottom: 0px solid #e1e2e5;
  }
  .header_top .header_top_inner p {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin: 10px 5%;
  }
  .header_top .header_top_inner p a{
    font-size: 12px;
    line-height: 1.0;
    letter-spacing: -0.02em;
    /*margin: 0 0 0 10px;*/
  }
  .header_top.menu_scroll_set {
    opacity: 1;
    pointer-events: auto;
  }
  .header_top .header_top_inner {
    width: 100%;
    max-width: none;
    padding: 0 0;
    text-align: center;
  }
  .header_top .header_top_inner .close {
    width: 10px;
    height: 10px;
    /*top: 50%;*/
    right: 10px;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
    cursor: pointer;
  }
  .header_top .header_top_inner .close:hover {
    opacity: 1.0;
  }
  .header_top .header_top_inner .close img {
    width: 100%;
    height: auto;
  }
  .header_middle {
    width: 100%;
    padding: 14px 0;
    display: block;
    position: relative;
    background: #D0C7BB;
    z-index: 10;
    border-bottom: 1px solid #BDB7B0;
    text-align: left;
    transition: background 0s;
  }
  .header_middle .system {
    width: auto;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .header_middle .system li {
    padding: 0 0 0 16px;
  }
  .header_middle .system .header-sys-search {
      display: none;
  }
  .header_middle .system .account {
    width: 18px;
  }
  .header_middle .system .cart {
    width: 18px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header_middle .system span.count {
    font-size: 9px;
    width: 18px;
    margin: 8px 0 0;
    font-weight: 700;
  }
  .header_middle .header_middle_inner {
    width: 100%;
    max-width: none;
    padding: 0 0;
    margin: 0 0;
    display: block;
  }
  .header_middle .header_middle_inner .logo {
    text-align: center;
    display: inline !important;
  }
  .header_middle .header_middle_inner .logo a {
    width: 51px;
    height: auto;
    display: inline-block;
  }
  .header_middle .header_middle_inner .logo a.ja {
    width: 51px;
    height: auto;
    display: inline-block;
  }
  .header_middle .header_middle_inner .logo a.ta {
    width: 77px;
    height: auto;
    margin: -3px 0 0;
  }
  .header_middle .header_middle_inner .logo a.ma {
    width: 73px;
    height: auto;
    margin: -3px 0 0;
  }
  .header_middle .header_middle_inner .logo a.mes {
    width: 100px;
    height: auto;
    margin: 6px 0 0;
  }
  .header_middle .header_middle_inner .logo a img {
    width: 100%;
  }
  .header_middle.menu_hide_bg {
    /*background: transparent;*/
    /*background: #D0C7BB;*/
  }
  .header_middle .brand {
    display: none;
  }
  .header_middle .system a {
    margin: 0 0 0;
  }
  #header.hide .header_bottom {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 0px;
  }
  .header_middle a img {
    width: 90px;
  }
  .top_nav {
    width: 92.768%;
    padding: 5px 2.116%;
    justify-content: flex-start;
  }
  .top_nav li:not(:last-child) {
    display: none;
  }
  .top_nav li {
    border-left: solid 0px #c7c7c7;
  }
  .top_nav li.sns_link {
    width: 50%;
    text-align: left;
  }
  .top_nav li.sns_link a {
    width: 40px;
    max-width: none;
  }
  .top_nav li.sns_link a img {
    width: 100%;
    margin-top: 2px;
  }
  #header #btn_menu.shadow::before {
    box-shadow: 0 3px 9px 0 rgba(0,0,0,.15);
  }
  #btn_menu {
    height: 20px;
    position: absolute;
    left: 20px;
    top: -44px;
    width: 20px;
    display: block;
    z-index: 10001;
    pointer-events: auto;
  }
  #btn_menu #btn_open {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
  }
  #btn_menu #btn_close {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
  }
  #btn_menu #btn_open.open, #btn_menu #btn_close.open {
    display: block;
  }
  #btn_menu #btn_open.close, #btn_menu #btn_close.close {
    display: none;
  }
  .sp-search-icon {
/*    position: fixed; top:20px; left:55px;*/
    position: relative;    
    top: -35px;
    left: 40px;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 0px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 4px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 5px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    top: 0px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    bottom: 3px;
  }
  .header_bottom {
    width: 100%;
    padding: 0 0;
    background: #fff;
    /*height: calc(100vh - 175px);*/
    height: 100%;
    overflow: auto;
    display: none;
    justify-content: flex-start;
  }
  #header .header_bottom .header_bottom_inner .flex {
    display: block;
  }
  #header .header_bottom .header_bottom_inner {
    width: 100%;
    max-width: none;
    height: auto;
    padding: 0 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #header .header_bottom .header_bottom_inner .flex.navi {
    width: 100%;
    order:2;
  }
  #header .header_bottom .header_bottom_inner .flex.search {
    width: 100%;
    order:1;
    border-bottom: 1px solid #E7E6E2;
    position: relative;
    z-index: 0;
  }
  #header .header_bottom .header_bottom_inner .flex .search_box {
    background: #fff;
    width: auto;
    max-width: none;
    position: relative;
    margin: 0 20px;
    height: 54px;
  }
  #header .header_bottom .header_bottom_inner .flex .search_box .input_box {
    padding: 27px 25px 27px 0;
  }
  #header .header_bottom .header_bottom_inner .flex .search_box .input_box::placeholder {
    font-size: 16px;
  }
  #header .header_bottom .header_bottom_inner .flex .search_box .ico_grass {
    width: 20px;
    top: 12px;
    right: 0;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner {
    width: 100%;
    max-width: none;
    padding: 0 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    height: calc(100vh - 175px);
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .links {
    display: flex;
    width: 100%;
    height: calc(100vh - 175px);
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .photo {
    display: none;
  }

  .header_bottom .bottom_nav_area .bottom_nav_inner .back_btn {
    width: 100%;
    background: #F7F7F7;
    border-bottom: 1px solid #E7E6E2;
    display: inline-block !important;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .back_btn a {
    font-size: 16px;
    line-height: 1.0;
    letter-spacing: 0.02em;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    padding: 20px 50px 17px 50px;
    margin: 0 auto;
    height: auto;
    border-top: 0px solid #E7E6E2;
    background-color: transparent;
    position: relative;
    opacity: 1.0;
    transition: opacity 0s;
    cursor: pointer;
  }
  .header_bottom .bottom_nav {
    width: 100%;
    max-width: 1792px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    overflow: visible !important;
  }
  .header_bottom .system li {
    width: 100%;
    padding: 0 0;
    list-style: none;
    border-top: solid 0px #E7E6E2;
    border-right: solid 0px #E7E6E2;
    border-left: solid 0px #E7E6E2;
    border-bottom: solid 1px #E7E6E2;
    text-align: center;
    position: relative;
    margin: 0;
  }
  .header_bottom .system li,
  .header_bottom .bottom_nav li {
    width: 100%;
    padding: 0 0;
    list-style: none;
    border-top: solid 0px #E7E6E2;
    border-right: solid 0px #E7E6E2;
    border-left: solid 0px #E7E6E2;
    border-bottom: solid 1px #E7E6E2;
    text-align: center;
    position: relative;
    margin: 0;
  }
  .header_bottom .bottom_nav li:first-child {
    border-top: solid 1px #E7E6E2;
  }
  .header_bottom .bottom_nav li.other_first {
     margin: 0 0 0 0;
    }
  .header_bottom .system li a {
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*width: 82.768%;*/
    width: auto;
    padding: 19px 20px;
    margin: 0 0;
    height: auto;
    text-decoration: none;
    color: #0A0705;
  }
  .header_bottom .brand {
    margin: 17px 0;
    display: block;
  }
  .header_bottom .brand li a {
    font-size: 16px;
    line-height: 2.4;
    font-weight: normal;
    width: auto;
    padding: 0 20px;
    margin: 0 0;
    height: auto;
    position: relative;
    text-decoration: none;
    color: #0A0705;
  }
  .header_bottom .bottom_nav li a {
    font-size: 16px;
    line-height: 1.0;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    padding: 19px 20px;
    margin: 0 0;
    height: auto;
    border-top: 0px solid #E7E6E2;
    position: relative;
    opacity: 1.0;
    transition: opacity 0.3s;
  }
  .header_bottom .bottom_nav li a:hover {
    opacity: 1.0;
  }

  .header_bottom .bottom_nav li a:hover::after {
    opacity: 0;
  }
  .header_bottom .bottom_nav li .back_btn a::before {
    content: "";
    position: absolute;
    top: 53%;
    left: 28px;
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
    width: 7px;
    height: 11px;
    background-image: url("/cdn/shop/files/arrow_menu_sp.svg?v=1597654253");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: .3s;
  }
  .header_bottom .bottom_nav li a.arrows::after {
    content: "";
    position: absolute;
    top: 50%;
    left: inherit;
    right: 10px;
    transform: translateY(-50%) translateX(-50%) rotate(0deg);
    width: 7px;
    height: 11px;
    background-image: url("/cdn/shop/files/arrow_menu_sp.svg?v=1597654253");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    opacity: 1;
    transition: .3s;
  }
  .header_bottom .bottom_nav_area {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    left: 100%;
    padding: 0 0;
    background: #fff;
    border-top: 0px solid #e1e2e5;
    opacity: 1;
    overflow: hidden;
    display: block;
    pointer-events: visible;
    transition: all .3s;
  }
  .header_bottom .bottom_nav li .bottom_nav_area.on {
    position: fixed;
    top: 100px;
    left: 0%;
    height: 100%;
    pointer-events: visible;
    z-index: 2;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner li.switch .brand_set {
    width: 100%;
    position: fixed;
    top: 100px;
    background: #fff;
  }
  .brand_set {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    right: inherit;
    left: 100%;
    background: #fff;
    opacity: 1;
    z-index: 1;
  }
  .switch .brand_set.set_on,
  .brand_set.set_on {
    position: fixed;
    top: 100px;
    left: 0%;
    height: calc(100vh - 175px);
    overflow: auto;
    pointer-events: visible;
  }
  .header_bottom .bottom_nav li .bottom_nav_area .bottom_nav_inner li.switch .brand_set {
    pointer-events: none;
  }
  .header_bottom .bottom_nav li .bottom_nav_area .bottom_nav_inner li.switch .brand_set.set_on {
    pointer-events: visible;
    z-index: 1;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .lnik_menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    right: inherit;
    left: 100%;
    background: #fff;
    opacity: 1;
    pointer-events: visible;
    transition: .3s;
    z-index: 1;
  }
  .header_bottom .bottom_nav li .bottom_nav_area .bottom_nav_inner li.sub_brand.sub_sw .lnik_menu.set_on {
    pointer-events: visible;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .lnik_menu.set_on {
    position: fixed;
    top: 100px;
    left: 0%;
    height: calc(100vh - 175px);
    overflow: auto;
  }
  .header_bottom .bottom_nav_area ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 0;
  }
  .header_bottom .bottom_nav_area li:first-child {
    border-top: solid 0px #E7E6E2;
  }
  .header_bottom .bottom_nav_area li {
    border-top: solid 0px #E7E6E2;
    border-right: solid 0px #E7E6E2;
    border-left: solid 0px #E7E6E2;
    border-bottom: solid 1px #E7E6E2;
  }
  .header_bottom .bottom_nav li .bottom_nav_area .bottom_nav_inner li .brand_set li {
    border-bottom: solid 0px #E7E6E2;
  }
  .header_bottom .bottom_nav li .bottom_nav_area .bottom_nav_inner li .brand_set li:first-child {
    padding: 5px 0 0;
  }
  .header_bottom .bottom_nav_area li a {
    font-size: 16px;
    line-height: 1.0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    padding: 19px 20px;
    margin: 0 auto;
    height: auto;
    border-top: 0px solid #E7E6E2;
    position: relative;
    opacity: 1.0;
    transition: opacity 0.3s;
  }
  .header_bottom .bottom_nav li .bottom_nav_area .bottom_nav_inner li .brand_set li a {
    font-size: 17px;
    padding: 15.6px 20px;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .links .links_block li .back_btn a {
    font-size: 16px;
    padding: 20px 50px 17px 50px;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .links .links_block li.brands a {
    font-size: 16px;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .links .links_block li a .sp_arrow {
    opacity: 0;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .links .links_block li.brands a .sp_arrow {
    opacity: 1;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .links .links_block li {
    border-bottom: solid 0px #E7E6E2;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .links .links_block li.brands {
    border-bottom: solid 1px #E7E6E2;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .links .links_block li:first-child {
    padding: 5px 0 0;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .links .links_block li.brands:first-child {
    padding: 0px 0 0;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner .links .links_block li a {
    font-size: 17px;
    padding: 15.6px 20px;
  }
.header_bottom .bottom_nav_area .bottom_nav_inner li.switch a.button {
  pointer-events: auto;
}
  .header_bottom .bottom_nav_area li a::before {
    left: 99%;
    background-image: none;
    opacity: 0;
  }
  .header_bottom .bottom_nav_area li a .sp_arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(-50%);
    width: 7px;
    height: 12px;
    background-image: url("/cdn/shop/files/arrow_menu_sp.svg?v=1597654253");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner li.sub_brand.sub_sw .lnik_menu ul {
    padding: 14px 0;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner li.sub_brand.sub_sw .lnik_menu ul li {
    border-top: solid 0px #E7E6E2;
    border-right: solid 0px #E7E6E2;
    border-left: solid 0px #E7E6E2;
    border-bottom: solid 0px #E7E6E2;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner li.sub_brand.sub_sw .lnik_menu ul li a {
    font-size: 17px;
    line-height: 1.2;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*width: 97%;*/
    width: auto;
    padding: 13px 20px;
    margin: 0 auto;
    height: auto;
    border-top: 0px solid #E7E6E2;
    position: relative;
    opacity: 1.0;
    transition: opacity 0.3s;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner li.switch a.button::after,
  .header_bottom .bottom_nav_area .bottom_nav_inner li.sub_brand.sub_sw a.sub_btn::after {
    opacity: 0;
  }
  /*----------------------------------- sp footer -----------------------------------*/
  #footer .footer_inner {
    width: auto;
    padding: 46px 20px 38px;
  }
  #footer .footer_col h3 {
    margin: 0 0 12px;
  }
  #footer .footer_col h3.h3_only {
    margin: 0 0 12px;
  }
  #footer .footer_col h3 a {
    font-size: 16px;
  }
  #footer .footer_col h3 a:hover {
    opacity: 1.0;
  }
  #footer .footer_col ul {
    margin-bottom: 13px;
    display: block;
  }
  #footer .footer_col li {
    margin-bottom: 5px;
  }
  #footer .footer_col li a {
    font-size: 12px;
  }
  #footer .footer_col li a:hover {
    opacity: 1.0;
  }
  #footer .sp_col {
    width: 100%;
    display: block;
    justify-content: flex-start;
  }
  #footer .sp_col.line_top {
    border-top: solid 1px #E7E6E2;
    margin: 10px 0 0;
    padding: 16px 0 0;
    display: inline-block !important;
  }
  #footer .footer_col {
    width: 100%;
    margin-right: 0;
    padding: 0 0 0 0;
    border-left: solid 0px #E7E6E2;
  }
  #footer .footer_col.last_col {
    border-right: solid 0px #E7E6E2;
  }
  #footer #pagetop {
    width: 100%;
    padding: 0 0;
    height: 0;
  }
  #footer #pagetop a {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: 64px;
    opacity: 1.0;
  }
  #footer #pagetop a:hover {
    opacity: 1.0;
  }
  #footer #pagetop a img {
    width: 38px;
  }
  #footer .copyright nav {
    
  }
  #footer .copyright .inner {
    display: inline-block;
    width: 100%;
    padding: 34px 0;
  }
  #footer .copyright .inner ul {
    display: block;
    width: 89.768%;
    margin: 0 auto;
  }
  #footer .copyright .inner ul li:not(:first-child) {
    margin-left: 0px;
  }
  #footer .copyright .inner ul a {
    font-size: 14px;
    line-height: 2.2;
  }
  #footer .copyright .inner ul a:hover {
    opacity: 1.0;
  }
  #footer .copyright .inner .lang {
    font-size: 13px;
    width: auto;
    margin: 0 5.5%;
    display: inline-block;
    text-align: right;
  }
  #footer .copyright .inner .lang:hover {
    opacity: 1.0;
  }
  #footer .copyright .logos img {
    width: 100%;
  }
  #footer .copyright .copyright_inner {
    width: 89.768%;
    padding: 34px 5.116% 34px;
    display: block;
  }
  #footer .copyright .logos {
    display: block;
    height: auto;
    margin-top: 0;
    text-align: center;
  }
  #footer .copyright .logos a {
    width: 60px;
    display: inline-block;
  }
  #footer .copyright .logos a.ja {
    width: 60px;
    display: inline-block;
  }
  #footer .copyright .logos a.ta {
    width: 77px;
    display: inline-block;
  }
  #footer .copyright .logos a.ma {
    width: 86px;
    display: inline-block;
  }
  #footer .copyright .logos a.mes {
    width: 100px;
    display: inline-block;
  }
  #footer .copyright .logos a.minatan {
    width: 86px;
    display: inline-block;
  }
  #footer .copyright .logos span {
    display: block;
    margin: 24px 0 0 0;
    font-size: 15px;
    line-height: 1;
  }
}/* END SP */

@media screen and (max-width: 750px) {
.new_collection_inner .sp_only {
  display: inline-block !important;
}
.new_collection_inner .pc_only {
  display: none !important;
}
}

/*--------------------------------------------------------------------------------------
  iPhone5
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
  /*.header_bottom .bottom_nav li a {
    padding: 0 8.616%;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner li a {
    padding: 0 0%;
  }*/
}/* END iPhone5 */


/* PRINT */
@media print{
  #contents { padding:0 !important; margin:0 !important; }
  #header, #shopify-section-store-archives-ja, #shopify-section-footer-ja, #shopify-section-footer-ta, #shopify-section-header-brand, #shopify-section-header-ta {
      	display:none !important;
    	opacity: 0 !important;
  }
#flex_wrapper {
    flex-direction: column !important;
    padding: 0 6.66% !important;
}
#content.designer_content div#history {
    width: 100% !important;
    padding-right: 0 !important;
    padding-bottom: 96px !important;
    border-right: none !important;
    order: 2 !important;
    padding-bottom: 0 !important;
}
  #shopify-section-designer-ta .subttl,  #shopify-section-designer-ja .subttl { display:none; }
  #designer_photo {
    width: 30% !important;
    padding: 0 !important;
 }
 #history #description {
  	/*break-after: always;*/
}
#history .forblock {
  	break-before: page;
  	margin-top:-250px;
}
#history .forblock p {
  font-size: 8px !important;
  line-height: 14px;
}
#shopify-section-shopfollow {
  display:none;
}
  
}