@charset: 'euc-jp';

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

.prd_detail_wrap {
    margin-bottom: 5em;
}


.menu {
    margin: auto;
    text-align: center;
}



/* header */
.header {
    top: 0;
    width: 100%;
    z-index: 5;
    padding-bottom: 1.5em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2em;
}

.header h1 {
    width: 88px;
    margin: auto;
}
.header img {
    height: 70px;
}

.phaeton {
}

.leto {
}


.header .header_sbox{
  display: none;
}
.header_sbox{
  text-align: center;
}

input, textarea, .uneditable-input {
    margin-left: 0;
}

.header_sbox form{
}
.header_sbox input[type="submit"]{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
    background: #fff none repeat scroll 0 0;
    border-color: #fff #fff #fff currentcolor;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    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: .2;
}
.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: .2;
}
.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;
}





.menu-container {
  font-family: 'NTR', sans-serif;
    border-bottom: 1px solid #ccc;
    margin: 0 auto 30px;
    width: 100%;
	background: #fff;
  	position: unset;
}
.menu-mobile {
  display: none;
}
.menu-mobile:after {
	float: right;
	padding: 0;
	position: relative;
	top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "¡Ü";
  font-family: "ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  font-size: 16px;
  display: inline-block;
  background: #FFF;
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 1em;
  display: block;
}
.menu > ul > li:hover {
  background: #FFF;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #FFF;
  padding: 25px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  overflow: unset;
  height: unset;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 1em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
@media only screen and (max-width: 479px) {

.menu{
   text-align: left;
} 

  .menu-container {
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 0 auto 20px;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
.menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    font-family: times,serif;
    font-size: 16px;
}
  .menu > ul > li a {
    padding: 1.5em;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }  
  
  
}


/* 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: .2;
}
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 #fff;
}
.wrapper{
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
 overflow: hidden;
}

.wrapperslick {
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
 overflow: hidden;
}


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

.slickpc {
	display: block;
}

.slicksp {
    display: none;
}

.apple {
position: absolute;
left: 0;
right: 0;
bottom: 15%;
margin: auto;
width:20%;
}

.topa {
    width:25%;float:left;
}

.topb {
    width:50%;float:left;
}
.topc {
    width:25%;float:left;
}

.topd {
    width:30%;float:left;
}
.tope {
    width:20%;float:left;
}
.topf {
    width:50%;float:left;
}
.topg {
    width:30%;float:left;
}
.toph {
    width:70%;float:left;
}
.topi {
    width:40%;float:left;
}
.topj {
    width:60%;float:left;
}
.topk {
    width:32%;float:left;
}
.topl {
    width:18%;float:left;
}



.wrappertopslide{
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
}
.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: .2;
  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: 59%;
}
.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 {
    width: 50%;
    margin-bottom: 1em;
}
.linkarea li img{
  width: 100%;
  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: 16.5%;
}
.infolist .telno a{
  display: inline;
  padding: 0;
  border: 0;
}
.footer_subnav {
    font-family: times,serif;
    font-size: 12px;
    padding: 1.8em 0;
}
.footer_subnav ul{
  margin-bottom: 3em;
    text-align: left;
}
.footer_subnav li{
  display: inline-block;
  line-height: 1;
}
.footer_subnav li:first-child{
}
.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: 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;
  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: 30px;
  	padding-top: 2;
    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){

.menu > ul > li a {
    text-decoration: none;
    padding: 0.8em;
    display: block;
}

  
/* ========================================
  common
======================================== */

.new4 {
   display: none;
}



.header img{
   height: 50px;
}

.phaeton {
}

.leto {
}


/* 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{
}

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

/* ========================================
  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){

  .menu > ul > li a {
    text-decoration: none;
    padding: 0.8em;
    display: block;
}

/* ========================================
  common
======================================== */

.new4 {
   display: none;
}


/* 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: 1em;
}
.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: 12px;
}
.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;
}

}



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

.menu-container {
    border-bottom: 0px !important;
 } 
  
  
.linkarea {
    width: 100%;
	padding-right: 0;
}

.footer_subnav {
    font-family: times,serif;
    font-size: 10px;
    padding: 1em;
}


.sub_prdlist.recent li {
    width: 32.5%;
}

.wrapper {
    padding: 0 10px;
    overflow: hidden;
}

.menu > ul > li a {
	padding: 1.5em;
	display: block;
}
  
.prd_detail_wrap {
    margin-bottom: 5em;
    padding-top: 0px;
}

/* header */


.header img{
   height: 30px;
}

.header {
    position: absolute;
    width: 50%;
    z-index: 11;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    margin-left: 42%;
}

.header h1{
  position: relative;
  top: 0;
  overflow: visible;
  margin: 0;
  height: 0;
}
.header h1 img{
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
}

}
/* ========================================
  Smart phone styles end
======================================== */

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

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



