@charset: 'euc-jp';

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

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



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

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

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

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

.btn2 {
    background: transparent url("https://phats-co.com/store_src/images/common/phaeton_search_icon.png") no-repeat scroll 0px center / 64px 64px;
    cursor: pointer;
    display: block;
    height: 64px;
    position: absolute;
    right: 0px;
    top: 31;
    width: 64px;
    z-index: 200;
    float: right;
}
.drawr2 {
    background-color: #eaeaea;
    margin-top: 0px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    display: none;
    text-align: center;
    font-family: 'NTR', sans-serif;

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





.menusize {
}


.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.topslide{
	width:100%;
	height:639px;
}

/* ========================================
  グローバルメニュー
======================================== */
.free {
    width: 100%;
    text-align: center;
    background: #000;
    color: #FFF;
    padding: 5px;
    letter-spacing: 2px;
    font-family: sanserif;
    font-weight: bold;
}


.menu{
    margin: auto;
}    

.menu-container {
	font-family: 'tims',serif;
	margin: 0 auto 30px;
	position: fixed;
	z-index: 20;
}
.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 {
    box-sizing: border-box;
    list-style: outside none none;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-top:50px;
    position: relative;
    width: 280px;    
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
	font-size: 13px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 0.8em 1.5em;
    display: block;
    font-family: times,serif;
    font-size: 13px;
}
.menu > ul > li:hover {
  background: #FFF;
}
.menu > ul > li > ul {
display: none;
width: 70vw;
background: #FFF;
padding: 25px;
position: absolute;
z-index: 99;
left: 270px;
margin: 0;
list-style: none;
box-sizing: border-box;
overflow-x: scroll;
margin-top: -170px;
height: 100%;
}
.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 {
	background: none;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding-bottom: 0;
    width: 260px;
}
.menu > ul > li > ul > li a {
padding: 0.5em 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;
  }
  .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{
  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%;
}

.new4 {
   display: none;
}


/* header */
.header{
    padding-top: 80px;
    padding-left: 75px;
}
.header h1{
    margin: 0;
}
.header img{
   height: 40px;
}

.phaeton {
}

.leto {
  display:none;
}


.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; g
  
  \\
}
.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 #fff;
}
.wrapper{
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1280px;
	overflow: hidden;
	padding-left: 350px;
	padding-top: 95px;
	padding-right: 20px;
}

.wrapperslick {
  padding: 0;
  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%;
  padding-right: 2em;
  z-index: 1;
}
.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: 20%;
}
.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: 3em 0;
    color: #999;
    position: absolute;
    z-index: 100;
    letter-spacing: 1px;
    font-size: 13px;
	z-index: 1;
}
.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;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 160%;
}
.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;
  z-index: 0;
}
.prd_list li:nth-child(3n){
  margin-right: 0;
}
.prd_list img.prod_thumb{
display: inline-block;
margin: 0 auto .5em;
width: 100%;
height: auto;
filter: brightness(95%);
}
.prd_list span{
  display: inline-block;
  margin-bottom: 15px;
}
.prd_list .prd_name{
display: inline-block;
margin-bottom: 10px;
margin-top: 10px;
color: #777;
padding-right: 30px;
}
.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){
}
.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;
}




/* ========================================
  ////////////////////////////////////////
  for Smart phone
  (Less than 479px)
  ////////////////////////////////////////
======================================== */
@media(max-width:479px){
  
  .free {
    width: 100%;
    text-align: center;
    background: #000;
    color: #FFF;
    padding: 5px;
    letter-spacing: 1px;
    font-family: sanserif !important;
    font-weight: bold;
    font-size:12px;
}

  
.btn2 {
    background: transparent url("https://phats-co.com/store_src/images/common/phaeton_search_icon.png") no-repeat scroll 0px center / 64px 64px;
    cursor: pointer;
    display: block;
    height: 64px;
    position: relative;
    right: 0px;
    top: 0px;
    width: 64px;
    z-index: 200;
    float: right;
}

.sticky {
  position: unset;
  top: 0px;
}
  
.topslide{
	margin-top:-20px;
	width:100%;
	height:100%;
}

.shopinfo {
    font-size: .9em;
    width: 100%;
}

.linkarea {
    width: 100%;
	padding-right: 0;
}

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

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


/* ========================================
  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{
	color: #C9C9C9;
	margin-top: -1.5em;
	margin-bottom: -2em;
	letter-spacing: 1px;
	padding-left: 1.5em;
	padding-top: 10px;
	font-size: 12px;
	position: absolute;
	left: 0px;
}
.nav_sort2 {
padding-bottom: 2em;
padding-top: 3em;
}
.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;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 160%;
}
.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: 100%;
height: auto;
filter: brightness(95%);
}
.prd_list span{
  display: inline-block;
  margin-bottom: 15px;
}
.prd_list .prd_name{
display: inline-block;
margin-bottom: 10px;
margin-top: 10px;
color: #777;
padding-right: 20px;
}
.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;
}



/* ========================================
  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;
}


/* ========================================
  グローバルメニュー
======================================== */

.menu{
    margin: auto;
}    

.menu-container {
	font-family: 'tims',serif;
	margin: 0 auto 30px;
	background: #fff;
	position: absolute;
	z-index: 20;
}
.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: 0;
  padding-right: 1em;
  background: #fff;
  color: #333;
}

.menu > ul {
    box-sizing: border-box;
    list-style: outside none none;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-left: 0px;
    padding-top: 0px;
    position: relative;
    width: 100%;
}

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    letter-spacing: 1px;
    font-size: 15px;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 1em 1.5em;
  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: 0px;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.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 {
	background: none;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding-bottom: 0;
    width: 260px;
}
.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;
    line-height: 350%;
    padding: 0;
  }
  .menu > ul {
    display: none;
  }
.menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: times,serif;
}
  .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;
  }  
  
  
}


/* ========================================
  グローバルメニュー
======================================== */




.teenav {
    float:left;
    display: block;
    width: 20%;
}

.btn3 {
    background: transparent url("https://phats-co.com/store_src/images/top/tee-icon.png") no-repeat scroll 0px center / 20% 20%;
    cursor: pointer;
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 0px;
    bottom: 0;
    z-index: 200;
}

.new4 {
display: block;
}


.header img{
   height: 30px;
}

/* 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{
	margin-left: 42%;
	position: absolute;
	width: 50%;
	z-index: 11;
	padding: 0;
	margin-top: 21px;
}
.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;
}

.logo2 {
margin: auto;
width: 200px;
}
.phaeton {
width:57px;
float: left;

  }

.leto {
width:59px;
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 {
    width: 32.5%;
}


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

.slickpc {
    display: none !important;
}

.wrapperslick {
  padding: 0 0px;
  overflow: hidden;
}

.slicksp {
	display: block;
	visibility:visible
	margin-top: -20px;
}

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


.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: 0px 0 0;
}
    
 .wrapper{
  padding: 0 10px;
  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: 0 10px;
  margin-right: 0;
}
.prd_list li:nth-child(3n){
  margin-right: 0;
}

.prd_list span{
  font-size: .9em;
  line-height: 1.4;
}

.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{
	width:100%;
}
.prd_thumb{
	width:100%;
}
.attention{
  margin-bottom: 3em;
}
.sub_prdlist.combination li{
  width: 32.5%;
}

.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: 33%;
}
.thumb_list li:nth-child(2n-1){
}
.thumb_list li img{
  width: 100%;
}
/* ========================================
  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.5em;
  padding-bottom: 0;
  padding-top: 2em;
  margin-top: 0.5em;
  text-align: center;
}

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

}
/* ========================================
  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: #f2f2f2;
    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: medium none;
    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;}
.input{border:none !important;}



 .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;
		}


/* ========================================
  Tee MENU
======================================== */

.btn3 {
    background: transparent url("https://phats-co.com/store_src/images/top/tee-0.png") no-repeat scroll 0px center / 70px 70px;
    cursor: pointer;
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 0px;
    bottom: 70px;
    z-index: 200;
}
.drawr3 {
    background: transparent url("https://phats-co.com/store_src/images/top/tee_bg.png");
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 100;
    display: none;
    text-align: center;
    font-family: 'NTR', sans-serif;
}

#menu3 li {
    float: left;
    list-style-type: none;
    width: 70px;
}


#menu3 li a {
    color:#000;
    display: block;
}


.teenav {
    float:left;
    display: block;
    width: 70px;
}

/* ========================================
  Porter Classic MENU
======================================== */

.btn4 {
    background: transparent url("https://phats-co.com/store_src/images/top/brandmenu_pc_icon.png") no-repeat scroll 0px center / 70px 70px;
    cursor: pointer;
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 200;
}
.drawr4 {
    background: transparent url("https://phats-co.com/store_src/images/top/tee_bg.png");
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 100;
    display: none;
    text-align: center;
    font-family: 'NTR', sans-serif;
}

#menu4 li {
    float: left;
    list-style-type: none;
    width: 150px;
}


#menu4 li a {
    color:#000;
    display: block;
}


.teenav {
    float:left;
    display: block;
    width: 150px;
}


/* ========================================
  OLD JOE MENU
======================================== */

.btn5 {
    background: transparent url("https://phats-co.com/store_src/images/top/brandmenu_oj_icon.png") no-repeat scroll 0px center / 70px 70px;
    cursor: pointer;
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 200;
}
.drawr5 {
    background: transparent url("https://phats-co.com/store_src/images/top/tee_bg.png");
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 100;
    display: none;
    text-align: center;
    font-family: 'NTR', sans-serif;
}

#menu5 li {
    float: left;
    list-style-type: none;
    width: 150px;
}


#menu5 li a {
    color:#000;
    display: block;
}


.teenav {
    float:left;
    display: block;
    width: 150px;
}


/* ========================================
  Nigel Cabourn MENU
======================================== */

.btn6 {
    background: transparent url("https://phats-co.com/store_src/images/top/brandmenu_nc_icon.png") no-repeat scroll 0px center / 70px 70px;
    cursor: pointer;
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 200;
}
.drawr6 {
    background: transparent url("https://phats-co.com/store_src/images/top/tee_bg.png");
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 100;
    display: none;
    text-align: center;
    font-family: 'NTR', sans-serif;
}

#menu6 li {
    float: left;
    list-style-type: none;
    width: 150px;
}


#menu6 li a {
    color:#000;
    display: block;
}


.teenav {
    float:left;
    display: block;
    width: 150px;
}



/* ========================================
  Modal
======================================== */

/* ここからデモページ用のコード */
body {
width: 100% ;
padding: 0 ;
}
/* ここまでデモページ用のコード */
#modal-content {
width: 50% ;
margin: 0 ;
padding: 10px 20px ;
border: 2px solid #aaa ;
background: #fff ;
position: fixed ;
display: none ;
z-index: 2 ;
}
#modal-content-innar{
margin:0 auto;
width:80%;
}
#modal-overlay {
z-index: 1 ;
display: none ;
position: fixed ;
top: 0 ;
left: 0 ;
width: 100% ;
height: 120% ;
background-color: rgba( 0,0,0, 0.75 ) ;
}
.button-link {
color: #00f ;
text-decoration: underline ;
}
.button-link:hover {
cursor: pointer ;
color: #f00 ;
}
