@charset "utf-8";
/*==========================================
	ボディ全体
===========================================*/
.contents{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
}
.main{
	width: 95%;
    margin:0 auto 50px;
}
.main-slider{
    margin-top: 10px;
}
.spNone{
	display:none!important;
}	
/*===========================================
	ヘッダー＆スライドメニュー
===========================================*/
#top-head{
    width:95%;
    margin: 0 auto;
}
.header-top-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.header-top-inner h1{
    width:max-content;
    display: grid;
    justify-items: center;
    align-items: center;
}
#searchform{
	width:100%;
}
#searchform input{
	-webkit-appearance:none;
	width: 100%;
    font-size: 16px;
	line-height: 30px;
	border: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding: 5px;
}
#pc-head{
    display: none;
}
/*===============================
	ハンバーガー
===============================*/
#sp_nav_area{
    display: grid;
    justify-items: center;
    align-items: center;
    width: max-content;
    z-index: 9999;
}
#sp_nav_area>nav{
    display: block;
    position: fixed;
    top: 0;
    left: -270px;
    bottom: 0;
    width: 270px;
    background: #fff;
    overflow-y: auto;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
}
.open_nav .menu_outer{
    left: 0!important;
    opacity: 1!important;
}
.menu_outer>h2{
    font-size: 16px;
    font-weight: bold;
    background: -webkit-linear-gradient(top,#fff 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,#fff 0%,#f0f0f0 100%);
    border: 1px solid #dcdcdc;
    box-shadow: 0 -1px 0 #fff inset;
    padding: 10px;
}
.menu_outer>h2 span{
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.menu_outer p{
    margin: 0 auto 10px;
    width: 90%;
}
.menu_outer p:first-of-type{
    padding-top: 10px;
}
.menu_outer>ul:nth-of-type(-n+4) li{
    position: relative;
    border-bottom: 1px dashed  #dcdcdc;
}
.menu_outer>ul:nth-of-type(-n+4) li:last-of-type{
    border: none;
}
.menu_outer>ul:nth-of-type(-n+4) li:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    margin: auto auto auto 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}
.menu_outer>ul:nth-of-type(-n+4) li a{
    display: block;
    font-size: 14px;
    padding: 10px;
    transition-duration: 0.2s;
    font-weight: bold;
}
.menu_outer>ul:nth-of-type(-n+4) li a span{
    font-size: 10px;
    display: block;
    font-weight: normal;
}
.menu_outer>ul:nth-of-type(5){
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}
.toggle_button {
    position: relative;
    width: 30px;
    height: 25px;
    cursor: pointer;
}
.toggle_button span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #333;
}
.toggle_button, .toggle_button span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}
.toggle_button span:nth-of-type(1) {
    top: 0;
}
.toggle_button span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}
.toggle_button span:nth-of-type(3) {
    bottom: 0;
}
.open_nav .toggle_button>span:nth-of-type(1),
.open_nav .toggle_button>span:nth-of-type(3) {
  width: 15px;
}
.open_nav .toggle_button>span:nth-of-type(1) {
    -webkit-transform: translate(-1px,13px) rotate(-45deg);
    transform: translate(-1px,13px) rotate(-45deg);
    top:-7px;
    left:-20px;
}
.open_nav .toggle_button>span:nth-of-type(3) {
    -webkit-transform: translate(-1px,-13px) rotate(45deg);
    transform: translate(-1px,-13px) rotate(45deg);
    bottom:-7px;
    left:-20px;
}
.open_nav .toggle_button>span{
    background: #fff;
    z-index: 10;
}
#black_mask{
    display: none;
    transition: all .5s;
}
.open_nav #black_mask{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
}
/*===============================
	トップページLINE
===============================*/
.addline{
    width: 40%;
    height: max-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
/*===============================
	トップページ商品配列
===============================*/
.item-area{
	width:calc(100%/2);
}
/*==========================================
	フッターメニュー
===========================================*/	
.footer-top>ul{
    width: 95%;
    margin: 0 auto;
}
.footer-top>ul>li{
    padding: 10px;
}
.footer-bottom>div{
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}
.footer-bottom>div>h2{
    width: 50%;
    margin:0 auto 50px;
}
.footer-bottom>div>ul{
    color: #fff;
    font-size: 12px;
    margin-bottom: 30px;
}
.footer-bottom>div>ul li:nth-of-type(2){
    font-size: 14px;
    font-weight: bold;
}
.footer-bottom>div>ul li:nth-of-type(2) span,
.footer-bottom>div>ul li:nth-of-type(3) span{
    display: block;
}
/*=====================================
	商品詳細ページのスタイル
=======================================*/
.product-photo-box{
    margin-bottom: 20px;
}
/*====商品写真slick====*/
#slider{
    width: 100%;
    height: max-content;
}
.slide-item iframe{
    width: 100%;
    height:95vw;
}
#thumbnail-list{
    width: 100%;
    margin: 0 auto;
}
.thumbnail-item{
    width: 20%;
    height: max-content;
    box-sizing: border-box;
    position: relative;
    float:left;
    overflow: hidden;
}
/*====ここまで====*/
.product-deta{
    width:100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.emphasis{
    font-weight: bold;
    color: #ff5858;
}
.buy-request{
    box-sizing: border-box;
    padding: 20px;
    background: #f1f1f1;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
}
.request-btn2{
    background: #c03;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}
.request-btn2 a{
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 16px;
    display:block;
}
/*=================================================
	アフターサービス
=================================================*/
.armsize2{
    margin-bottom: 50px;
}
.armsize2 li{
    padding: 10px;
}
/*=================================================
	通販の発送時期について
=================================================*/
.area-map ul{
    padding: 10px;
    width:calc(100%/3);
}
/*=================================================
	フットメニュー（購入ガイド）
=================================================*/
.buynav>div{
    width: 100%; 
}
.buynav>div:nth-of-type(-n+3){
    margin-bottom: 50px;
}
/*================================================
	パック申込ページ
=================================================*/
.page-id-86 main{
    padding-top: 0;
}
/*====================================
    お客様レビュー
====================================*/
.review-voice{
    width: 95%;
    margin:0 auto 50px;
}
.review-voice article ul{
    margin-bottom: 50px;
}
.review-voice article ul li:nth-of-type(odd){
    margin-bottom: 10px;
}
.review-voice article ul li:nth-of-type(odd) img{
    width:max-content;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    padding: 5px;
}
.review-voice article ul li:nth-of-type(even) h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid #dcdcdc;
    position: relative;
}
.review-voice article ul li:nth-of-type(even) h3:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../image/coment.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 20%;
    margin: auto;
}
.review-voice article ul li:nth-of-type(even) {
    line-height: 2;
}
.review-voice article>h3{
    font-weight: bold;
    font-size: 17px;
    position: relative;
    padding-left: 40px;
}
.review-voice article>h3:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../image/message.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;    
}
/*====================================
    下取り＆買換えキャンペーン
====================================*/
.replacement-brand li{
    width:calc(100%/2);
    padding: 10px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    font-family: serif;
    background: #f1f1f1;
}