@charset: 'euc-jp';

/* ========================================
  common
======================================== */
body{
  font-family: "Times New Roman", "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", 'EB Garamond', serif;
  line-height: 1.7;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

/* header */
.header{
    left: 0;
    padding: 1.5em 0;
    top: 0;
    width: 100%;
    z-index: 5;
}
.header h1{
  margin: 1.2em 0;
  text-align: center;
}
.header img{
  width: 150px;
  height: auto;
}
.header .header_sbox{
  display: none;
}
.header_sbox{
  padding: 0 1em;
  text-align: center;
}
.header_sbox form{
  padding-top: 30px;
}
.header_sbox input[type="submit"]{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 1em;
  margin-left: 1em;
  border: 1px solid #000;
  background: #fff;
  height: 30px;
}

.header_toolbar{
  zoom: 1;
  list-style: none;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
  font-size: 8px;
}
.header_toolbar:after{
  content: '';
  display: block;
  clear: both;
}
.header_toolbar li{
  float: left;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.header_toolbar li:first-child{
  padding-left: 1em;
}
.header_toolbar li:last-child{
  float: right;
  padding-right: 1em;
  text-align: right;
}
.header_toolbar .header_sbox{
  position: relative;
  top: -5px;
}
.header_toolbar form{
  display: inline-block;
  margin: 0;
  padding: 0;
}
.header_toolbar input{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header_toolbar input[type="submit"]:hover{
  opacity: .8;
}
.header_toolbar input[type="text"]{
  padding: 0 1em;
  border: 0;
  font-size: 10px;
}
.header_toolbar button{
  display: inline-block;
  vertical-align: top;
  margin-right: -1em;
  border: 0;
  line-height: 20px;
  font-size: 10px;
  height: 20px;
}
.header_toolbar .btn_search{
/*   padding-left: 2.5em; */
  padding-left: 0;
  top: -3px;
  background: transparent;
/*   background: url(https://phats-co.com/store_src/images/common/icon_search.svg) 0 0 no-repeat scroll; */
}
.header_toolbar .btn_search:hover{
  opacity: .8;
}
.header_toolbar .btn_search span{
  position: relative;
  top: -6px;
}
.header_toolbar .btn_search span:before{
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: .5em;
  background: url(https://phats-co.com/store_src/images/common/icon_search.svg) 0 0 no-repeat scroll;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
}
.header a[class^="btn_"]{
  display: inline-block;
  line-height: 20px;
  height: 20px;
}
.btn_menu{
  top: -4px;
  background-color: transparent;
}
.btn_menu:before{
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 1em;
  background: url(https://phats-co.com/store_src/images/common/icon_menu.svg) 0 50% no-repeat scroll;
  width: 16px;
  height: 16px;
}
}
.btn_search-toggle{
  background: url(https://phats-co.com/store_src/images/common/icon_search.svg) 0 50% no-repeat scroll;
}
.btn_account{
  background: url(https://phats-co.com/store_src/images/common/icon_account.svg) 0 50% no-repeat scroll;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  width: 20px;
}
.btn_cart{
  margin-left: 1.5em;
  background: url(https://phats-co.com/store_src/images/common/icon_bag.svg) 0 50% no-repeat scroll;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  width: 20px;
}
.btn_login{
  margin-left: 1.5em;
  background: url(https://phats-co.com/store_src/images/common/icon_login.svg) 0 50% no-repeat scroll;
  width: 20px;
}
.header a.btn_back{
  position: relative;
  top: -2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-left: 2em;
  margin-right: 1.5em;
  background: url(https://phats-co.com/store_src/images/common/icon_btn_back.svg) 0 50% no-repeat scroll;
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
  font-size: 10px;
}

.modal_menu{
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  z-index: 10000;
  padding: 2em 5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255,255,255,.95);
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  width: 100%;
  height: 100%;
}
.modal_menu a:link,.modal_menu a:visited,
.modal_menu a:hover,.modal_menu a:active{
  color: #000;
}
.modal_menu form{
  margin: 1.5em 0 3em;
  text-align: center;
}
.modal_menu input[type="text"]{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal_menu h2{
  font-size: 1.3em;
  text-align: center;
  font-weight: 300;
  letter-spacing: .1em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
}
.modal_menu h2.tit_brands,
.modal_menu h2.tit_journal{
  margin-bottom: 1em;
}
.modal_menu ul{
  list-style: none;
  margin: 0 0 2em 0;
}
.modal_menu ul h3{
  font-size: 1.2em;
}
.modal_menu ul h3:before{
  content: ' ';
}
.modal_menu ul h3:after{
  content: ' ';
}
.modal_menu .depth01{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  align-content: center;
}
.modal_menu .depth01.journal{
  -webkit-align-items: center;
  align-items: center;
}
.modal_menu .depth01 li{
  margin-bottom: 2em;
  width: 33%;
}
.modal_menu .depth02 li{
  margin-bottom: .5em;
  width: 100%;
}
.modal_menu .btn_close{
  position: absolute;
  top: 1em;
  right: 1em;
}

/* body */
div{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h2,h3{
  font-weight: normal;
}
img{
  vertical-align: bottom;
}
ul,ol{
  margin: 0;
  padding: 0;
}
a{
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
a:link,a:visited,
a:hover,a:active{
  color: #000;
  text-decoration: none;
}
a:hover,a:active{
  opacity: .8;
}
button{
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
button:hover{
  opacity: .2;
}
input[type="submit"]{
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
input[type="submit"]:hover{
  opacity: .2;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #000;
}
.wrapper{
  padding:50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
 overflow: hidden;
}

.wrappertop{
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
}

.wrappertopslide{
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 650px;
}
.w_full{
  width: 100%;
}
.flex_wrapper{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  align-content: center;
}
.w_onehalf{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.w_onethird{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32%;
}
.w_full img,
.w_onehalf img{
  width: 100%;
  height: auto;
}
.garamond{
  font-family: 'EB Garamond', serif;
  letter-spacing: .1em;
}
.mainimg{
  margin: .5em 0 3em;
}
.title_area{
  padding: 0 0 2em;
  text-align: center;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
}
.title_area h2{
  margin-bottom: 1em;
  text-align: center;
}
.title_area p{
  letter-spacing: .05em;
  line-height: 2;
}
.cat_list{
  list-style: none;
  text-align: center;
}
.cat_list li{
  position: relative;
  margin-bottom: 10px;
  width: 32%;
}
.cat_list li h3{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3em 0;
  height: 50px;
}
.cat_list li a:link,
.cat_list li a:visited,
.cat_list li a:active{
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cat_list li a:hover{
  opacity: .2;
}
.sub_prdlist{
  margin-bottom: 5em;
}
.sub_prdlist h2{
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #aaa;
  text-align: center;
  font-size: 1.1em;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: .1em;
}
.sub_prdlist ul{
  list-style: none;
  -webkit-justify-content: center;
  justify-content: center;
}
.sub_prdlist li{
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.sub_prdlist img{
  width: 100%;
  height: auto;
}

.localnav{
  list-style: none;
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.localnav ul{
  list-style: none;
}
.localnav li{
  margin: 50px 0;
}
.localnav li.narrow{
  margin: 20px 0;
}
.localnav li img{
  width: auto;
  height: 50px;
}
.localnav .sub_menu{
  display: none;
}
.localnav .sub_menu li{
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #aaa;
}
.localnav .sub_menu li a{
  display: block;
  padding: 10px 0;
  letter-spacing: .1em;
}
.localnav .sub_menu li a:link,
.localnav .sub_menu li a:visited,
.localnav .sub_menu li a:hover,
.localnav .sub_menu li a:active{
  color: #000;
}
.trigger{
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.trigger:hover{
  opacity: .8;
  cursor: pointer;
}

/* footer */
.footer{
  margin-top: 1em;
}
.footer_about{
  margin-top: 1em;
}
.header_footer-about{
  position: relative;
  text-align: center;
}
.header_footer-about h2{
  margin: 2em 0;
  text-align: center;
}
.footer_about .morelink{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 40px;
}
.footer_about .morelink:after{
  content: '';
  display: inline-block;
  background: url(https://phats-co.com/store_src/images/common/img_allow-90deg-r.svg) 100% 50% no-repeat scroll;
  -webkit-background-size: contain;
  background-size: contain;
  width: 30px;
  height: 40px;
}

.shopinfo{
  font-size: .9em;
  width: 34%;
}
.shopinfo h2{
  margin: 0 0 1.5em;
}
.shopinfo h2 img{
  width: 100%;
  height: auto;
}
.shopinfo ul{
  list-style: none;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
}
.shopinfo li{
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.1em;
}
.shopinfo li a{
  display: block;
  padding: 1em 0;
  margin-top: 1em;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_recruit{
  display: block;
  margin-top: 3em;
  padding: .8em 0;
  background: #525252;
  text-align: center;
}
.linkarea{
  width: 100%;
}
.linkarea ul{
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  align-content: center;
}
.linkarea li{
  text-align:center;
  margin:auto;

}
.linkarea li img{
  height: auto;
}
.btn_footer-last{
  position: relative;
  display: block;
  padding: 2em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.btn_footer-last:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
 }
.btn_footer-last:last-child{
  margin-top: 3em;
}

.btn_footer-last2{
  position: relative;
  display: block;
  padding: 2em 0;
  margin-top: 1em;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background:#000;
}
.btn_footer-last2:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  background: url(https://phats-co.com/store_src/images/common/img_allow-90deg-r2.svg) 0 50% no-repeat scroll;
  -webkit-background-size: contain;
  background-size: contain;
  width: 11px;
  height: 15px;
}
.btn_footer-last2:last-child{
  margin-top: 3em;
}

.sub_prdlist.recent{
  margin-bottom: 4em;
  margin-top:4em;
}
.sub_prdlist.recent li{
  width: 20%;
}
.infolist .telno a{
  display: inline;
  padding: 0;
  border: 0;
}
.footer_subnav{
  margin-top: 5em;
  padding: 1.8em 0;
  border-top: 1px solid #999;
  text-align: center;
  font-family: serif;
  font-size: 10px;
}
.footer_subnav ul{
  margin-bottom: 3em;
  text-align: center;
}
.footer_subnav li{
  display: inline-block;
  padding: 0 .7em;
  border-right: 1px solid #000;
}
.footer_subnav li:first-child{
  border-left: 1px solid #000;
}
.footer_subnav li:nth-last-of-type(2),
.footer_subnav li:last-child{
  border-right: 0;
}
.footer_subnav li:last-child img{
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.btn_viewtoggle{
  margin-left: .8em;
  border: 0;
  background-color: transparent;
}
.btn_viewtoggle:hover{
  opacity: 1;
}
.btn_viewtoggle img{
  position: relative;
  top: 0;
  width: auto;
  height: 22px;
}


/* ========================================
  products list
======================================== */
.itemlist_cat_list{
  list-style: none;
  margin: 0 0 2em 0;
  zoom:1;
  font-family: 'EB Garamond', serif;
  letter-spacing: .2em;
  font-size: 24px;
  text-align: center;
  width: 100%;
}
.itemlist_cat_list:after{
  content: '';
  display: block;
  clear: both;
}
.itemlist_cat_list li{
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
}
.itemlist_cat_list a{
  display: block;
  padding: .5em 0;
  border-bottom: 1px solid #ccc;
  background: url(https://phats-co.com/store_src/images/common/icon_brand-catlist.svg) 0 50% no-repeat scroll;
}
.itemlist_bnr_area{
  margin-bottom: 1.5em;
}
ul.nav_sort{
  margin: 1.5em 0;
  text-align: center;
  color: #666;
}
.nav_sort li{
  display: inline-block;
  padding: 0 1em;
  line-height: 1;
  border-right: 1px solid #666;
}
.nav_sort li:first-child{
  border-right: 0;
  padding: 0;
}
.nav_sort li:nth-child(2){
  padding-left: .5em;
}

.prd_list{
  list-style: none;
  text-align: center;
}
.prd_list.flex_wrapper{
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
} 
.prd_list li{
  position: relative;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2em;
}
.prd_list li:nth-child(3n){
  margin-right: 0;
}
.prd_list img.prod_thumb{
  display: inline-block;
  margin: 0 auto .5em;
  width: 70%;
  height: auto;
}
.prd_list span{
  display: inline-block;
}
.prd_list .prd_name{
  display: inline-block;
  margin-bottom: 1em;
}
.prd_list .price.ask{
  color: #c00;
}
.prd_list .price.strike{
  text-decoration: line-through;
}
.prd_list .price.special{
  color: #c00;
  font-size: 1.1em;
}
.prd_list .sold{
  position: absolute;
  top: 0;
  left: 0;
}
.prd_list .sold + a img{
  opacity: .3;
}

.prd_pagination{
  padding: 1em 0;
  margin-bottom: 5em;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  text-align: center;
  color: #666;
}
.prd_pagination li{
  display: inline-block;
  text-align: center;
  width: 32%;
}
.prd_pagination li a{
  display: block;
}
.prd_pagination li a:link,
.prd_pagination li a:visited,
.prd_pagination li a:hover,
.prd_pagination li a:active{
  color: #666;
}

/* ========================================
  products detail
======================================== */
.prd_detail_wrap{
  margin-bottom: 5em;
}
.prd_data,
.prd_thumb{
  width: 30%;
}
.prd_data{
  padding: 0 1.5em;
}
.prd_data h2{
  margin: 1em 0 2em;
  font-size: 1.3em;
}
.brandname{
  font-family: 'EB Garamond', serif;
  font-size: 2em;
}
.prddata_detail{
  margin-bottom: 2.2em;
  list-style: none;
}
.prddata_detail li{
  margin-bottom: 1em;
}
.prddata_detail li:first-of-type{
  margin-bottom: 1.7em;
}
.prddata_detail .price{
  font-size: 1.2em;
}
.prddata_detail .price.ask{
  color: #c00;
}
.prddata_detail .price.strike{
  text-decoration: line-through;
}
.prddata_detail .price.special{
  color: #c00;
  font-size: 1.3em;
}

.prddata_detail .number{
  position: relative;
  margin-bottom: .5em;
}
.prddata_detail input[type="text"]{
  vertical-align: top;
  padding: 0 .5em;
}
.prddata_detail select{
  display: inline-block;
  font-family: 'EB Garamond', "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
/*   max-width: 80%; */
}
.prddata_detail li select:first-child{
  margin-bottom: 10px;
}
.prddata_detail li select:last-child{
  margin-bottom: 0;
}
.prddata_detail span{
  vertical-align: top;
}

.soldout{
  padding: .25em 1em;
  background: #cfcfcf;
  text-align: center;
}
.international{
  padding: .25em 1em;
  background: #666;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}
.international a{
  letter-spacing: 2px;
  color: #fff;
}
.tel{
  padding: .25em 1em;
  background: #CCC;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}
.onlymember{
  padding: .25em 1em;
  background: #c00;
  text-align: center;
  color: #fff;
}
.login{
  padding: .25em 1em;
  background: #666;
  text-align: center;
  color: #fff;
}
span.discount_rate{
  vertical-align: bottom;
  color: #c00;
  font-size: .9em;
}
.btn_counter{
  position: relative;
  top: -2px;
  display: inline-block;
}
.btn_sizeguide{
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.btn_addtocart{
  padding: .5em 0;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #000;
  font-family: 'EB Garamond', serif;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  width: 100%;
}
a.quickpurchase{
  display: block;
  padding: .5em 0;
  border: 0;
  background: #000;
  font-family: font-family: "Times New Roman", "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  width: 100%;
}
.link_prdopt a{
  padding-left: 1em;
  background: url(https://phats-co.com/store_src/images/common/icon_triangle-r.svg) 0 50% no-repeat scroll;
}
.prd_desc{
  font-size: .9em;
}
.prd_desc ul{
  list-style: none;
  margin-bottom: 2em;
}
.prd_desc ul li{
  font-size: 1em;
  line-height: 3;
  border-bottom:solid 1px;
}

.prd_desc h3{
  margin: 0 0 1.5em;
}
.prd_desc p{
  margin-bottom: 2.7em;
  word-break: normal;
  -ms-word-break: normal;/*IEÍÑ*/
  text-align: justify;
  text-justify: inter-ideograph;/*IEÍÑ*/
}

.link_descopt{
  list-style: none;
  font-size: .8em;
}
.link_descopt li:before{
  content: '';
  display: inline-block;
  margin-right: .5em;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: .8em;
  height: .8em;
}

.prd_mainimg{
  text-align: center;
  width: 40%;
}
.main_img{
  width: 90%;
  height: auto;
}
.prd_thumb{
  padding: 0 1em;
}
.prd_thumb ul{
  list-style: none;
}
.prd_thumb li{
  line-height: 2.2;
}
.thumb_list{
}
.thumb_list.flex_wrapper{
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.thumb_list li{
  margin-bottom: 1em;
  text-align: center;
  width: 46%;
}
.thumb_list li:nth-child(2n-1){
  margin-right: 4%;
}
.thumb_list li img{
  width: 100%;
}

.opt_info{
  padding: 0 1.5em;
  margin-bottom: 5em;
}
.attention{
  list-style: none;
  margin-bottom: 2em;
  font-size: .8em;
}
.attention a:link,.attention a:visited,
.attention a:hover,.attention a:active{
  text-decoration: underline;
}

.sub_prdlist.combination li{
  width: 20%;
}

.stock_error{
  color: #f00;
}


/* ========================================
  search results
======================================== */
.tit_search{
  text-align: center;
  font-family: 'EB Garamond', serif;
  letter-spacing: .15em;
}
.search_detail{
  zoom: 1;
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #aaa;
  text-align: center;
  color: #666;
}
.search_detail:after{
  content: '';
  display: block;
  clear: both;
}
.search_detail a:link,
.search_detail a:visited,
.search_detail a:hover,
.search_detail a:active{
  color: #666;
}
.search_detail p{
  padding-bottom: 1.5em;
  border-bottom: 1px solid #aaa;
  font-size: .9em;
}
.search_detail .nav_sort{
  float: left;
  margin: 0 0 0 1em;
  text-align: left;
}
.search_detail .hit_num{
  float: right;
  margin-right: 1em;
  list-style: none;
}
.hit_num li{
  display: inline-block;
}
.hit_num li.prev{
  margin-right: 1.5em;
}
.hit_num li.next{
  margin-left: 1.5em;
}
/* -------------------------------------
*     ¾¦ÉÊ¥ª¥×¥·¥ç¥ó É½·Á¼°
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td{
  text-align: center;
  vertical-align: middle;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}

/* ========================================
  Privacy Policy / ÆÃÄê¾¦É½¼¨
======================================== */
.content_pp{
  padding-bottom: 5em;
}
.content_pp h2{
  font-size: 2em;
  text-align: center;
}
.content_pp ol,
.content_pp ul,
.content_pp ol p{
  margin-bottom: 1em;
}
.content_pp ol{
  margin-top: 3em;
  list-style-position: inside;
}
.content_pp ul{
  list-style-position: inside;
}
.content_pp > ol > li{
  padding: .7em .5em;
  border-bottom: 1px solid #aaa;
  word-break: normal;
  -ms-word-break: normal;/*IEÍÑ*/
  text-align: justify;
  text-justify: inter-ideograph;/*IEÍÑ*/
}
.content_pp > ol > li p:last-of-type,
.content_pp > ol > li ol:last-of-type{
  margin-bottom: 20px;
}
.content_pp > ol > li:first-child{
  border-top: 1px solid #aaa;
}
.content_pp ol h3{
  margin-top: 20px;
}
.content_pp ol p{
  padding: 0 1em;
}
.content_pp ol li ol{
  padding-left: 1.2em;
  margin-top: 0;
  list-style-type: lower-alpha;
}
.content_pp table{
  margin-bottom: 3em;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  width: 100%;
}
.content_pp table th,
.content_pp table td{
  padding: 1.5em;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content_pp table th{
  text-align: left;
  font-weight: normal;
  background: #f9f9f9;
  width: 25%;
}
.payment_img{
  margin-right: 5px;
}

/* ========================================
  Option
======================================== */
h1.option{
  padding: 1em 0;
  font-size: 22px;
  font-weight: normal;
}
.table_option{
  text-align: center;
  width: 100%;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.table_option th,
.table_option td{
  padding: .5em;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.btn_opt_close{
  display: block;
  padding: .3em 0;
  margin: 3em auto;
  background: #000;
  text-align: center;
  width: 8em;
}
.btn_opt_close:link,.btn_opt_close:visited,
.btn_opt_close:hover,.btn_opt_close:active{
  color: #fff;
}


/* ========================================
  Category top common
======================================== */
.event_title{
  margin: 3.2em 0 2.5em;
  text-align: center;
}
.event_bnr{
  margin-bottom: 7em;
}

.tit_color{
  padding: 5em 0 4em;
  border-bottom: 1px solid #000;
}
.list_color{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  align-content: center;
  list-style: none;
  margin-top: 8em;
  font-size: 11px;
  letter-spacing: .1em;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
}
.list_color li{
  padding: 3.5em 0;
  text-align: center;
  width: 50%;
}
.list_color li img{
  margin: 0 auto 5px;
  width: 78%;
  height: auto;
}


.columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  columns: 2;
   margin: auto;
   width: 95%;
 padding-bottom: 6em;
}

.ranktitle {
    font-size: 21px;
    padding-bottom: 1em;
    padding-top: 0;
    margin-top: 1em;
    text-align: center;
}

.ranktxt{
    margin:auto;
    padding-top:1em;
}

/* slide */
.slidehead{
    position:relative;
    z-index:4;
}
.slidebody{
    position:relative;
    z-index:3;
    margin-top:-150px;
}
.slidepants{
    position:relative;
    z-index:2;
    margin-top:-420px;
}
.slideshoes{
    position:relative;
    z-index:1;
    margin-top:-160px;
}

/* ========================================
  ////////////////////////////////////////
  Less than 989px
  ////////////////////////////////////////
======================================== */
@media(max-width:989px){

/* ========================================
  common
======================================== */
/* slide */
.slidehead{
    position:relative;
    z-index:4;
}
.slidebody{
    position:relative;
    z-index:3;
    margin-top:-150px;
}
.slidepants{
    position:relative;
    z-index:2;
    margin-top:-420px;
}
.slideshoes{
    position:relative;
    z-index:1;
    margin-top:-160px;
}

/* header */
.header h1 img{
  width: 120px;
}

/* footer */
.shopinfo{
  width: 40%;
}
.linkarea{
  width: 100%;
}

/* ========================================
  products detail
======================================== */
.prd_data{
  margin-bottom: 2em;
  width: 40%;
}
.prd_mainimg{
  order: -1;
  -webkit-order: -1;
  width: 60%;
}
.prd_thumb{
  width: 100%;
}
.thumb_list li{
  margin-right: 5%;
  width: 30%;
}
.thumb_list li:nth-child(2n-1){
  margin-right: 5%;
}
.thumb_list li:nth-child(3n){
  margin-right: 0;
}


/* ========================================
  search results
======================================== */
.search_detail .nav_sort,
.search_detail .hit_num{
  float: none;
  text-align: center;
}
.search_detail .nav_sort{
  margin: 0;
}
.search_detail .hit_num{
  margin: 0 0 .5em 0;
}


.columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  columns: 2;
   margin: auto;
   width: 95%;
    padding-bottom: 6em;
}

.ranktitle {
    font-size: 21px;
    padding-bottom: 1em;
    padding-top: 0;
    margin-top: 1em;
    text-align: center;
}

.ranktxt{
    margin:auto;
    padding-top:1em;
}

}
/* ========================================
  ////////////////////////////////////////
  Less than 767px
  ////////////////////////////////////////
======================================== */
@media(max-width:767px){

/* ========================================
  common
======================================== */
/* slide */
.slidehead{
    position:relative;
    z-index:4;
}
.slidebody{
    position:relative;
    z-index:3;
    margin-top:-150px;
}
.slidepants{
    position:relative;
    z-index:2;
    margin-top:-420px;
}
.slideshoes{
    position:relative;
    z-index:1;
    margin-top:-160px;
}

.header h1{
  margin-top: 2.5em;
}

.header_toolbar *{
  -webkit-transition: 0;
  -moz-transition: 0;
  -ms-transition: 0;
  -o-transition: 0;
  transition: 0;
}

.sub_prdlist.recent span.name{
  display: none;
}

.cat_list li h3,
.cat_list li h3 img{
  width: auto;
  height: 35px;
}
.cat_list li a:hover{
  opacity: 0;
}


/* body */
a:hover,a:active{
  opacity: 1;
}

/* footer */
.footer{
  margin-top: 3em;
}
.shopinfo,
.linkarea{
  width: 100%;
}
.shopinfo{
  margin-bottom: 3em;
}
.shopinfo h2{
  margin-bottom: 2.5em;
}
.shopinfo h2 img{
  display: block;
  margin: 0 auto;
  width: 90%;
  height: auto;
}
.shopinfo li a{
  padding: 10px 0;
  margin: .7em 20px 0;
}
.linkarea li{
  margin-bottom: 20px;
}
.btn_footer-last{
  padding: 15px 0;
  margin-top: 1em;
}
.btn_footer-last:after{
  content: '';
  right: 5px;
  width: 15px;
  height: 20px;
}
.btn_footer-last:last-child{
  margin-top: 2em;
}
.btn_footer-last img{
  width: auto;
  height: 10px;
}

  
  .btn_footer-last2{
  padding: 15px 0;
  margin-top: 1em;
}
.btn_footer-last2:after{
  content: '';
  right: 5px;
  width: 15px;
  height: 20px;
}
.btn_footer-last2:last-child{
  margin-top: 2em;
}
.btn_footer-last2 img{
  width: auto;
  height: 10px;
}
  
  
  
.footer_subnav{
  padding: 2em 1em;
}
.btn_magazine:after{
  content: '';
  right: 2px;
}
.footer_subnav{
  margin-top: .8em;
  border-top: 0;
  font-size: 10px;
}
.footer_subnav li:first-child{
  border-left: 0;
}
.footer_subnav li:nth-last-of-type(2){
  border-right: 0;
}
.footer_subnav li:last-child{
  display: none;
}

/* ========================================
  products detail
======================================== */
.prd_detail_wrap{
  margin-bottom: 0;
}
.prd_data{
  order: 2;
  -webkit-order: 2;
  margin-bottom: 2em;
  width: 100%;
}
.prd_data h2{
  margin: 1em 0 1.5em;
}
.prd_mainimg{
  margin-bottom: 20px;
  width: 100%;
}
.main_img{
  width: 90%;
}
.prd_thumb{
  order: 1;
  -webkit-order: 1;
  padding: 0 1.5em;
  margin-bottom: 2em;
  width: 100%;
}
.thumb_list{
  margin-bottom: 1em;
}
.attention{
  margin-bottom: 4em;
}
.btn_sizeguide{
  display: inline-block;
  position: static;
  margin-left: 1em;
}

.columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  columns: 2;
   margin: auto;
   width: 95%;
 padding-bottom: 6em;
}

.ranktitle {
    font-size: 21px;
    padding-bottom: 1em;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
}

.ranktxt{
    margin:auto;
    padding-top:1em;
}
  
}

 .letokana{
   display:none;
}

/* ========================================
  ////////////////////////////////////////
  for Smart phone
  (Less than 479px)
  ////////////////////////////////////////
======================================== */
@media(max-width:479px){

.prd_list{
  list-style: none;
  text-align: left;
}

.prd_list img.prod_thumb{
  display: inline-block;
  margin: 0 auto .5em;
  width: 100%;
  height: auto;
}
.letokana {
    display: block;
    width: 127px;
    margin-top: 46px;
    position: absolute;
    right: 0px;
    z-index: 999;
}
  
  
/* ========================================
  common
======================================== */
/* slide */
.slidehead{
    position:relative;
    z-index:4;
}
.slidebody{
    position:relative;
    z-index:3;
    margin-top:-120px;
}
.slidepants{
    position:relative;
    z-index:2;
    margin-top:-290px;
}
.slideshoes{
    position:relative;
    z-index:1;
    margin-top:-130px;
}

/* header */
.header{
    padding-bottom: 15px;
    padding-top: 22px;
    width: 50%;
    z-index: 11;
}
.header h1{
  position: relative;
  top: 0;
  overflow: visible;
  margin: auto;
  height: 0;
  width: 150px;
  z-index: 9999;
}
.header h1 img{
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 5
   150px;
  height: auto;
  float: left;
}
.header_sbox{
  position: relative;
}
.header_sbox input[type="text"],
.header_sbox input[type="submit"]{
}
.header_sbox input[type="text"]{
}
.header_sbox input[type="submit"]{
}
.header_toolbar li:first-child{
  padding-left: .5em;
}
.header_toolbar li:last-child{
  padding-right: .5em;
}

.header_toolbar{
  margin-top: 7px;
}
.header_toolbar form{
  display: none;
}
.header_toolbar button span,
.header_toolbar .btn_back span{
  display: none;
}
.header_toolbar button,
.header_toolbar a[class^="btn_"]{
  opacity: .3;
  height: 15px;
}
.header_toolbar button{
  margin-right: 5px;
}
.header_toolbar .btn_search,
.header a.btn_back{
  top: 0;
}
.btn_menu:before{
  content: '';
  margin-right: 0;
  width: 12px;
  height: 12px;
}

.header_toolbar .btn_search{
  padding-left: 1em;
  background: url(https://phats-co.com/store_src/images/common/icon_search.svg) 0 0 no-repeat scroll;
}
.header a.btn_back{
  padding-left: 1em;
  margin-right: 0;
  -webkit-background-size: auto 12px;
  background-size: auto 12px;
}
.btn_cart,
.btn_login{
  margin-left: 0;
}

.header_toolbar button.btn_viewtoggle{
  margin: 0;
  padding: 0;
}
.btn_viewtoggle img{
  top: 0;
  height: 15px;
}



.modal_menu{
  padding: 2em;
}
.modal_menu .depth01{
  -webkit-justify-content: space-between;
  justify-content: space-between;  
}
.modal_menu .depth01 li{
  width: 40%;
}
.modal_menu .depth02 li{
  margin-bottom: 1em;
  width: 100%;
}

/* footer */
.footer_about .morelink{
  right: 0;
  width: 18px;
  height: 24px;
}
.footer_about .morelink:after{
  content: '';
  width: 18px;
  height: 24px;
}
.header_footer-about h2{
  margin: 15px 0 30px;
}
.header_footer-about h2 img{
  width: auto;
  height: 16px;
}
.sub_prdlist.recent li{
  margin-bottom: 20px;
  width: 32.5%;
}

/* ========================================
  body
======================================== */
.wrappertop {
    padding: 50px 0 0;
}

.wrappertopslide {
    padding: 0px 0 0;
}
    
 .wrapper{
  padding:0px;
  overflow: hidden;
}
.w_onehalf{
  width: 100%;
}
.w_onethird{
  width: 50%;
}
.mainimg{
  margin: 1em 0 0;
}
.sub_prdlist ul{
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.title_area{
  padding: .8em 0;
}
.title_area  h2{
  margin-bottom: 10px;
}
.title_area  p{
  font-size: .8em;
}
/*
.title_area img{
  width: auto;
  height: 16px;
}
*/
.cat_list li h3{
  height: 30px;
}
.cat_list li h3 img{
  width: auto;
  height: 30px;
}
.localnav li img{
  width: 100%;
  height: auto;
}
.trigger:hover{
  opacity: 1;
}

/* ========================================
  products list
======================================== */
.itemlist_cat_list{
  font-size: 16px;
}
.itemlist_cat_list li{
  width: 50%;
}
.itemlist_bnr_area img:first-child{
  margin-bottom: 5px;
}
.prd_list li{
  padding-left: 15px;
  margin-right: 0;
}
.prd_list li:nth-child(3n){
  margin-right: 0;
}

.prd_list span{
  font-size: .9em;
  line-height: 1.4;
}
.prd_list .prd_name{
  margin-bottom: .5em;
}
.prd_list .sold{
  width: 40px;
  height: auto;
}
.prd_pagination{
  padding: .5em 0;
}
.prd_pagination li{
  width: 30%;
}

/* ========================================
  products detail
======================================== */
.prd_data{
  overflow: hidden;
  width: 100%;
}
.prddata_detail{
  margin-bottom: 1.5em;
}
.prd_desc h3{
  margin-bottom: .5em;
}
.prd_mainimg{
}
.prd_thumb{
}
.attention{
  margin-bottom: 3em;
}
.sub_prdlist.combination li{
  width: 32.5%;
}

/* ========================================
  search results
======================================== */
.tit_search{
  font-size: 1.5em;
}

.content_pp table th,
.content_pp table td{
  display: block;
  padding: 1em;
  width: 100%;
}

/* ========================================
  Category top common
======================================== */
.event_title{
  margin: 1.5em 0 1em;
}

.tit_color{
  padding: 1.5em 0 1em;
  border-bottom: 1px solid #000;
}
.list_color{
  list-style: none;
  margin-top: 3em;
}
.list_color li{
  padding: 2em 0;
  text-align: center;
  width: 100%;
}
.list_color li img{
  margin: 0 auto 5px;
  width: 78%;
  height: auto;
}


.columns {
  -webkit-columns: 1;
  -moz-columns: 1;
  -ms-columns: 1;
  columns: 1;
  font-size: 0.9em;
  margin: auto;
  padding-bottom: 2em;
  width: 95%;  
}


.ranktitle {
    font-size: 1.2em;
    padding-bottom: 1em;
    padding-top: 0em;
    margin-top: 0.5em;
    text-align: center;
}

.ranktxt{
    margin:auto;
    padding-top:0em;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin-top: 0px !important;
    font-size: 18px !important;
}
  
}
/* ========================================
  Smart phone styles end
======================================== */


.brand_area{
  padding-bottom: 3em;
  text-align: center;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
}
.brand_area h2{
  margin-bottom: 1em;
  text-align: center;
}
.brand_area p{
    border-bottom: 1px solid #dfdfdf;
    letter-spacing: 0.05em;
    line-height: 3;
    margin: auto;
    width: 90%;
    font-weight: 100;
}

.foottxt {
    font-family: sans-serif;
    font-size: 0.8em;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-align: center;
}



/*QUICK CALL*/
.quickcall {
    background: #d3d3d3 none repeat scroll 0 0;
   letter-spacing: 0.3em;
    padding: 2em;
    text-align: center;
}



/*MODAL*/
.modal-wrap{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}
.modal-wrap .modal-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 9999px;
  display: block;
  text-indent: -9999px;
  position: fixed;
  background: #dcdcdc;
  opacity: 0.8;
  z-index: 2147483650;
}
.modal-wrap .modal-countent {
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index: 2147483651;
  margin:auto;
  display: block;
  text-align:center;
  width:1260;
}
.modal-wrap .close-icon{
  position:absolute;
  top:8px;
  right:8px;
  text-decoration:none;
  font-size:16px;
  font-weight:bold;
  color:#777;
}
.modal-wrap .close-btn{
   color: #000;
    display: block;
    font-family: sans-serif;
    font-size: 2.5em;
    position: absolute;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
}
.modal-wrap:target {
  display:block;
}


#modalmenu {
}

#modalmenu ul {
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
    width: 320px;
    height: 75%;
}
#modalmenu li {
  background: #fff none repeat scroll 0 0;
  display: block;
  float: left;
  font-family: "Poppins",sans-serif;
  font-size: 1.1em;
  letter-spacing: 1.5px;
  line-height: 1;
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-bottom: 2.4em;
  padding-top: 2.4em;
  text-align: center;
  width: 29%;
}

.li2 {
  padding-bottom: 1.5em !important ;
  padding-top: 1.5em !important ;
  width: 299px !important ;
}


#modalmenu a {
  display: block;
}

.modalname {
    font-family: "Poppins",sans-serif;
  font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 2em;
    text-align: left;
}


.menuall {
    font-family: "Poppins",sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 4.5px;
    margin-left: -17px;
    text-align: center;
}

.menuall2 {
    width : 80%;
  margin: auto;
}

.ul2 {
}

.triangle {
    color: #000;
    font-size: 0.5em;
    padding-right: 4px;
   vertical-align: middle;
}

#formWrap {
    background-color: #ffffff;
    font-family: sans-serif;
    font-size: 0.7em;
    letter-spacing: 3px;
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
}

.btn {
    background-color: #fff;
    border-radius: 0;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 2px 6px;
    text-align: center;
    vertical-align: middle;
}

#wrap2{width:100%;;padding:0;list-style: none;}
.box1{width:100%;margin-bottom:2em;}



 .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ========================================
  RANKING
======================================== */


.rankingbase {
 padding-top:0 !important;
 text-align:left;
  padding-left: 0 !important;
  }

.rankimg {
    max-width: 200%;
    width: 135%;
    margin-left: -40%;
  }

.rankbox {
overflow: hidden;
margin-bottom: 30px;
  }



.rank_thumb {
    display: inline-block;
    height: auto;
    margin: 0.5em;
    width: 90%;
}

.w_onethird-rank{
    box-sizing: border-box;
    width: 33.3%;
}

.rankitem{
    margin:auto;
    padding-top:2em;
    padding-bottom:2em;
    width:97%;
}



.ranktxtp{
    margin: 0 8px 13px;
}


.rankbtn{
    margin:auto;
    padding-top:2em;width:95%;
}

.rankthumb{
    margin:auto;
    text-align:center;
    
}
.rankopen{
    color: #b8b8b8;
    font-size: 24px;
    line-height: 190%;
}

.more{
    color: #b8b8b8 !important;
    display: block;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 200%;
    margin-top: -1em;
    text-align: center;
}

.moreclose{
    color: #b8b8b8 !important;
    display: block;
    font-family: sans-serif;
    font-size: 1em;
    letter-spacing: 2px;
    line-height: 200%;
    margin-top: 2em;
    text-align: center;
}    

/* ========================================
  SWIPER
======================================== */

    .mb60{
      margin-bottom: 60px;
    } 
    .swiper-container{
      text-align: center;
    }
    .swiper-container .swiper-slide img{
      max-width: 80%;
      height: auto;
    }
    .prettyprint{
      border: none;
      background: #fafafa;
      color: #697d86;
    }
    .swiper-button-next {
    background-image: url("https://phats-co.com/store_src/images/top/slide/arrow_no.png") !important;
    left: 10px;
    right: auto;
    }
    .swiper-button-next1 {
    background-image: url("https://phats-co.com/store_src/images/top/slide/arrow_head.png");
    left: 10px;
    right: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    cursor: pointer;
    height: 80px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 10;
        }
    .swiper-button-next2 {
    background-image: url("https://phats-co.com/store_src/images/top/slide/arrow_body.png");
    left: 10px;
    right: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    cursor: pointer;
    height: 80px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 11;
    }
    .swiper-button-next3 {
    background-image: url("https://phats-co.com/store_src/images/top/slide/arrow_bottom.png");
    left: 10px;
    right: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    cursor: pointer;
    height: 80px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 12;
    }
    .swiper-button-next4 {
    background-image: url("https://phats-co.com/store_src/images/top/slide/arrow_foot.png");
    left: 10px;
    right: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    cursor: pointer;
    height: 80px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 13;
    }
    .swiper-button-prev {
    background-image: url("https://phats-co.com/store_src/images/top/slide/arrow_no.png") !important;
    left: auto;
    right: 10px;
    }
    .slidemenu{
      position: relative;
      text-align: left;
      z-index: 11;
    }

/* ========================================
  RIGHT MENU 1
======================================== */

.btn1 {
    background: transparent url("https://phats-co.com/store_src/images/top/submenu.gif") no-repeat scroll 0px center / 64px 64px;
    cursor: pointer;
    display: block;
    height: 64px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 64px;
    z-index: 200;
}

.drawr1 {
    background-color: #eaeaea;
    margin-top: 64px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    display: none;
    text-align: center;
    font-family: 'EB Garamond', serif;

}
#menu1 li {
    width:100%;
}
#menu1 li a {
    color:#000;
    display: block;
    padding: 15px;
}

/* ========================================
  RIGHT MENU 2
======================================== */

.btn2 {
    background: transparent url("https://phats-co.com/leto_src/leto_recruit_icon.gif") no-repeat scroll 0px center / 64px 64px;
    cursor: pointer;
    display: block;
    height: 64px;
    position: absolute;
    right: 50px;
    top: 0;
    width: 64px;
    z-index: 200;
}
.drawr2 {
    background-color: #1e4184;
    margin-top: 64px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    display: none;
    text-align: center;
    font-family: 'EB Garamond', serif;

}
#menu2 li {
    width:100%;
}
#menu2 li a {
    color:#000;
    display: block;
    padding: 15px;
}

/* ========================================
  RIGHT MENU 3
======================================== */

.btn3 {
    background: transparent url("https://phats-co.com/leto_src/leto_search_icon.gif") no-repeat scroll 0px center / 64px 64px;
    cursor: pointer;
    display: block;
    height: 62px;
    position: absolute;
    right: 56px;
    top: 0;
    width: 55px;
    z-index: 200;
}
.drawr3 {
    background-color: #e8e8e8;
    margin-top: 64px;
    position: absolute;
    top: 27px;
    width: 100%;
    z-index: 100;
    display: none;
    text-align: center;
    font-family: 'EB Garamond', serif;

}
#menu3 li {
    width:100%;
}
#menu3 li a {
    color:#000;
    display: block;
    padding: 15px;
}



  .note {
    width: calc(100% / 3);
    float: left;
}


.notelist{
  padding: 15px;
  border-top: 4px solid;
  font-size: 12px;
  display: flex;
  border-bottom: 1px solid;
}
  
 