@charset "utf-8";
html {
font-size: 62.5%;
line-height: 1.8;
}
html[lang="ja"] body, html[lang="ja"] button, html[lang="ja"] input, html[lang="ja"] select, html[lang="ja"] textarea {
font-family: YakuHanJP_Narrow, "游ゴシック Medium", "Yu Gothic Medium","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic,'Lato','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-weight:500;
}
body{
color:#000;
font-size: 1.4rem;
background:#fff;
-webkit-text-size-adjust: 100%;
}
.lato {
  font-family: "Lato", YakuHanJP_Narrow, "游ゴシック Medium", "Yu Gothic Medium","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic,'Lato','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*header*/
#header{
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100px;
}
@media screen and (max-width:767px){
#header{
height: 70px;
}
}
#header .logo{
top: 50%;
left:3%;
transform: translate(0,-50%);
width: 132px;
}
@media screen and (max-width:767px){
#header .logo{
width: 80px;
left: 50%;
transform: translate(-50%,-50%);
}
}
#header .hNavi{
top: 50%;
right:3%;
transform: translate(0,-50%);
}
@media screen and (max-width:1000px){
#header .navi{
font-size: 1.6rem;
}
}
#header .navi a{
margin:0 0.5em;
padding: 0 0.5em;
}
@media screen and (max-width:1000px){
#header .navi a{
margin:0 0.3em;
padding: 0 0.3em;
}
}
#header .navi a:after{
content: "";
position: absolute;
bottom: -10px;
left: 50%;
width: 0;
height: 2px;
background: #0068b7;
transform: translate(-50%,0);
transition: all 0.3s ease;
}
#header .navi a.on{
color:#0068b7;
}
#header .navi a.on:after,
#header .navi a:hover:after{
width: 100%;
}
/* spNavi */
a.c_nav-bt{
position:absolute;
width:70px;
height:70px;
right:0;
top:0;
z-index:10000;
cursor:pointer;
}
#panel-btn-icon{
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width:26px;
height:2px;
background: #0068b7;
transition: .2s;
}
#panel-btn-icon.close{
width:33px;
height:33px;
border-radius: 33px;
background: #0068b7;
}
#panel-btn-icon:before,
#panel-btn-icon:after{
display: block;
content: "";
position: absolute;
top: 50%;
left: 0;
height:2px;
background: #0068b7;
transition: .3s;
border-radius:2px;
}
#panel-btn-icon:before{
margin-top: -10px;
width:26px;
}
#panel-btn-icon:after{
margin-top:8px;
width:26px;
}
#panel-btn-icon.close:before,
#panel-btn-icon.close:after{
background: transparent;
}

.panel-btn-txt{
position: absolute;
top: 50%;
left: 0;
transform: translate(0,-50%);
width: 100%;
font-size:0.8rem;
color:#fff;
opacity: 0;
}
#panel-btn-icon.close+.panel-btn-txt{
opacity: 1;
}
div.accordion{
overflow-y: scroll;
position: fixed;
top: 0;
right: 0;
bottom:0;
z-index: 9999;
padding: 0 0 0 10px;
}
.accordionInbox{
background:rgba(255,255,255,0.9);
width:100vw;
padding:10px 0 20px;
height:auto;
min-height:100vh;
overflow:hidden;
position: relative;
box-sizing: border-box;
}
@media screen and (max-width:374px){
.accordionInbox{
padding:80px 5% 20px;
}
}
.accordionInbox .accordionLogo{
width: 80px;
margin: 0 auto 14px;
}
.accordionInbox .accordionMenu a{
width: 90%;
height: 40px;
margin-bottom: 1px;
padding: 0 5%;
}
.accordionInbox .accordionMenu a .en{
width: 160px;
}
.accordionInbox .accordionMenu a .jp{
width: 126px;
}
.accordionInbox .accordionMenu a .arrow{
top: -3px;
}
/*itemList*/
.itemList .itemBox{
width: 19.5%;
margin-right: 7.3%;
}
@media screen and (max-width:767px){
.itemList .itemBox{
width: 100%;
margin-right: 0;
position: relative;
min-height: 287px;
margin-bottom: 30px;
}
}
.itemList .itemBox:nth-child(4n){
margin-right: 0;
}
@media screen and (max-width:767px){
.itemList .itemBox .img{
position: absolute;
top: 0;
left: 0;
width: 160px;
}
.itemList .itemBox .ttl,
.itemList .itemBox .size,
.itemList .itemBox .rakutenBtn{
margin-left: 170px;
text-align: left;
}
.itemList .itemBox .ttl{
padding-top: 50px;
}
.itemList .itemBox .rakutenBtn{
margin-top: 10px;
width: 100px;
}
}
.rakutenBtn{
max-width: 310px;
}
.kismyBn{
width: 90%;
max-width: 990px;
}
/*footer*/
@media screen and (max-width:767px){
#footer{
width: 100%;
}
}
#footer .logo{
width: 220px;
}
@media screen and (max-width:767px){
#footer .fNavi{
border-top: 1px solid #000;
}
}
#footer .fNavi .navi{
margin: 0 1em;
}
@media screen and (max-width:767px){
#footer .fNavi .navi{
margin: 0;
width: 100%;
border-bottom: 1px solid #000;
font-size: 1.4rem;
}
#footer .fNavi .navi a{
display: block;
width: 90%;
height: 30px;
line-height: 30px;
padding: 0 5%;
position: relative;
}
#footer .fNavi .navi a:after{
content: "＞";
position: absolute;
top: 50%;
right: 5%;
transform: translate(0,-50%);
font-size: 2rem;
}
}
@media screen and (max-width:767px){
#footer .copy{
font-size: 0.9em;
margin-bottom: 76px;
color: #000;
}
}
.bnFix{
bottom: 0;
left: 0;
width: 100%;
height: 66px;
background: #b31e23;
}
.bnFix img{
width: auto;
height: 66px;
display: block;
margin: 0 auto;
}


