@charset "UTF-8";


/*//　ロゴサイズ変更　//*/

#mainHeader {
  height: 100px;
}

#shopHeader .logo {
  /*margin: 20px 0;
  padding: 0;
  height: 80px !important;*/
  max-height: 80px !important;
}
#shopHeader .logo img{
  height: auto;
  max-height: 80px;
}
@media only screen and (max-width: 1024px) {
	    #shopHeader {
        height: 80px;
    }
}
#membership {
    padding-top: 20px !important;
    }
@media only screen and (max-width: 1024px) {
    .membershipArea .inner {
    padding-top: 80px;
    }
    }

/*//　フォントサイズ変更　//*/

.conceptInner .subDesc {
    font-size: 14px;
}
.slideSubTitle {
    font-size: 14px;
}
.secTitleJp {
    font-size: 14px;
}
@media only screen and (max-width: 1024px) {
    .subDesc {
        font-size: 14px;
    }
}
#about .faqLists li .faqQ .sentTxt, #about .faqLists li .faqA .sentTxt {
    font-size: 15px;
}

/*//　商品ページフォントサイズ変更　//*/

.item-detail .purchase .itemDescription, #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
    font-size: 14px !important;
}
.item-detail .purchase .itemPrice h3 {
    font-size: 24px;
}
.item-detail .purchase .itemPrice {
    text-align: right;
}
