/* カスタマイズ用CSS */
div.cart.need_login {
    font-size: 24px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_tag_name{
    margin-left: 1.5em;
}
.search_brand_name{
    margin-left: 1.5em;
}
.com-product-name_rank_m {
    color: #000 !important;
    letter-spacing: 0.4px;
    padding: 8px 0;
}
.com-product-name_rank_l {
    color: #000 !important;
    letter-spacing: 0.4px;
    padding: 8px 0;
}
p.simple_message{
    padding: 1em !important;
}
button.add-cart {
    color: #fff;
}
div.card_text {
    text-align: center;
    font-size: 12px;
    color: #DE5D50;
}
button.ec-blockBtn--action {
    margin: 0;
}
.com-product-narrow{
	padding: 0px !important;
}
.ec-topicpath-narrow {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}
/* icon */
.price-sale{
    background: #FF0000;
    color: #fff;
    border-radius: 7px;
    padding: 0 6px;
    font-size: 0.7em;
    margin-left: 5px;
}
.price-nostock{
    background: #FF0000;
    color: #fff;
    border-radius: 7px;
    padding: 0 6px;
    font-size: 0.7em;
    margin-left: 5px;
}

/* SNS */
.sns_box {
    max-width: 960px;
    margin: 85px auto 0;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.sub_ttl {
    opacity: 0;
    margin: 0;
    font-size: 32px;
    line-height: 0.9;
    font-family: 'Oswald', sans-serif !important;
    font-weight: normal;
    color: #000;
}
.sub_ttl span:after {
    width: 0px;
    height: 1px;
    background-color: #000;
    content: '';
    display: block;
}
.sub_ttl.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.sub_ttl.active span:after {
    width: 100%;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.sub_ttl_caption {
    opacity: 0;
    position: relative;
    color: #4d4d4d;
    padding-top: 10px;
}
.sub_ttl_caption.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
    -o-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.sub_ttl_caption a {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 13px;
    padding-right: 3px;
    color: #333;
}
.sub_ttl_caption a:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../img/common/arrow_bk2.png) no-repeat;
    background-size: contain;
    background-position: 0px 2px;
}
.anime1.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.anime1 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

/* フッター2（ECCUBEデフォルトページのみにマージンを付与するため） */
div#ga_footer2 {
    margin-top:40px;
}

.ec-closeBtn--circle {
    z-index: 1000 !important;
}

/* ヘッダーの検索窓 */
#ec_search_form {
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
}
#sp_searchbox {
    display: none;
}

img.ec_img{
    position: relative;
    top: 50%;
    right: 5px;
    width: 1em !important;
    vertical-align: text-bottom;
    display:inline-block !important;
    margin: 0 !important;
}

#ec_search_button {
    display:inline-block !important;
    margin: 5px !important;
}

input#ec_search_box {
    font-size: 90%;
    width: 150px;
    height: 27px;
    padding: 3px;
    position: relative;
    color: #525263;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    border-radius: 4px;
    margin: 0px !important;
}

/* 会員登録の郵便番号検索 */
.ec-zipInputHelp{
    display: none !important;
}
/* 生年月日の年をテキストにした関係 */
.custom_entry_birth_year {
    display: inline !important;
    max-width: 5em;
}
/* 在庫数表示 */
div.detail_zaiko {
    color: #fa6d76;
    margin-bottom: 1em;
}
/* カートの画像関連 */
div.cart {
    height: 65px;
    line-height: 48px !important;
    border-radius: 5px;
    margin-bottom: 30px;
}
div.cart p {
    font-size: 24px;
    width: 100%;
    text-align: center;
    height: 65px !important;
    line-height: 48px !important;
}
img.cart {
    width: 40px;
    height: 40px;
    vertical-align:middle;
}
button.ec-blockBtn--action_ga{
    height: 65px !important;
    margin: 0;
    line-height: 48px !important;
    width: 100%;
}
/* お気に入りのハートマーク関連 */
.menuActive .icn_fv{display: none;}

.icn_fv:before{
	content: url( ../img/common/ico_heart.png);
	display: block;
	width: 30px;
	height: 30px;
}
.icn_fv.fv_user:before{
	content: url( ../img/common/ico_heart_f.png);
	display: block;
	width: 30px;
	height: 30px;
}
.icn_fv{
	text-align: center;
	box-shadow: none;
	text-shadow: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	z-index: 1;
}
.icn_fv:hover:before{
	animation: img-wrap3 0.5s alternate ease-in;
    -webkit-animation: img-wrap3 0.5s alternate ease-in;
    -moz-animation: img-wrap3 0.5s alternate ease-in;
}

/* 静的ページ */
.sub_ttl3 {
    border-bottom: 1px solid #000;
}
.sub_ttl4 {
    color: #ff0000;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.guide_contents{
    max-width: 1130px;
    margin: 1em auto 1em auto;
    padding-left: 20px;
    padding-right: 20px;
}
.guide_contents h3{
    font-size: 1.17em;
    font-weight: bold;
    margin-bottom: 1em;
}
.guide_contents a{
    color: #ff21fe;
    text-decoration: underline;
}
.guide_contents:after {
    clear: both;
    display: block;
    content: "";
}
.float_guide_img{
    float: left;
    width: 22%;
    text-align: center;
}
.float_guide_text{
    float: left;
    width: 75%;
    padding: 5px;
}
/* 少し画像大きめ */
.float_guide_img2{
    float: left;
    width: 30%;
    text-align: center;
}
.float_guide_text2{
    float: left;
    width: 68%;
    padding: 5px;
}
p.step {
    margin: 3em 0 0 0;
}
img.card {
    width: 229px !important;
    height: 66px !important;
}

/* 各種料金メニュー */
div.guide_price {
    font-family: 'Lato', Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    max-width: 1200px;
    margin: 0 auto 0 auto;
    line-height: 1.4;
}
div.guide_price dl.dl_01 {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    color: #000;
    border-bottom: 1px solid #000;
}
div.guide_price .price_page dl dt, .price_page dl dd {
    padding: 10px 30px;
}
div.guide_price .dl_01 dt {
    width: 16.25%;
    background: #f7f7f7;
    font-weight: bold;
    border-top: 1px solid #000;
    padding: 10px 30px;
}
div.guide_price .price_page dl dt, .price_page dl dd {
    padding: 10px 30px;
}
div.guide_price .dl_01 dd {
    width: 83.75%;
    border-top: 1px solid #000;
    padding: 10px 30px;
}

/* shop list 専用 */
.shop_list4 {
    max-width: 1200px;
    margin: 0 auto 0 auto;
    padding: 10px 30px;
}
.spflex {
    width: 100%;
    display: flex;
}
.shoparea_list ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.shoparea_list ul li {
    font-family: 'Lato', Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 10px 0 0;
    width: 200px;
}
.shoparea_list ul li a {
    /* color: #0092C4; */
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
.shoparea_list ul li a, .shoparea_list ul li span {
    display: block;
    font-size: 16px;
    padding: 15px 0;
}
.shoparea_list ul li span {
    color: #000;
}
.shoparea_list ul li.current, .shoparea_list ul li a:hover {
    background: #ebebeb;
    color: #000;
}
.shoplist {
    border-top: 1px solid #000;
}
.shoplist li {
    border-bottom: 1px solid #000;
    padding: 20px 0;
    display: flex;
    align-content: stretch;
}
.shoplist .shoplist_img {
    width: 25%;
    margin-right: 20px;
}
.shoplist .shoplist_img img {
    max-width: 100%;
}
.shoplist li a {
    color: #333;
    text-decoration: none;
}
.shoplist_list span.b_link a{
	color: #006699;
	text-decoration: underline;
}

.shoplist_list span.b_link a[target="_self"]:before{
  content:url('/html/template/default/assets/img/common/img_link.png'); /* 表示するアイコンを指定 */
  margin:0px 5px;  /* 5pxぐらい離した方が見栄えがよい */

}


.shoplist dl dt {
    font-weight: bold;
    border-bottom: 1px solid #000;
    font-size: 16px;
    padding: 11px 0;
}
.shoplist dl dd {
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    padding: 8px 0;
    letter-spacing: 0.1em;
}
.shoplist dl dd.smail{
	font-size: 10px;
}

.shoplist .shoplist_content {
    width: 39.16%;
    margin-right: 20px;
	color: #1e1e1e;
}
.shoplist .shoplist_map {
    width: 32.5%;
}
.shoplist .shoplist_map iframe {
    max-width: 100%;
    max-height: 230px;
}
.shopdetail {
    border-top: 1px solid #000;
}
.shopdetail h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.shopdetail_address {
    display: flex;
}
.shopdetail_address .shopdetail_img {
    width: 25%;
    margin-right: 20px;
}
.shopdetail_img img {
    vertical-align: middle;
}
.shopdetail_address .shopdetail_content {
    border-top: 1px solid #000;
}
.shopdetail_address .shopdetail_content {
    flex: 1;
}
.shopdetail .shopdetail_body {
    margin: 30px 0;
    line-height: 1.7;
    font-family: 'Lato', Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    color: #000;
}
.shopdetail .shopdetail_map {
    text-align: center;
    margin: 10px 0 50px 0;
}
.shopdetail_address .shopdetail_content li {
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
    padding: 8px 0;
    letter-spacing: 0.1em;
}
/* カタログ関係 START */
.catalog_btn.link_btn01:visited, .catalog_btn.link_btn02:visited, .catalog_btn.link_btn03:visited {
    color: #fff;
}
.catalog_btn.link_btn03 {
    background-color: #e84770;
}
.catalog_btn {
    border-radius: 5px;
    max-width: 100%;
    width: 480px;
    margin: 20px auto;
    font-size: 2.5vw;
    color: #fff;
    position: relative;
    display: block;
    text-align: center;
    padding: 5px 0;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#top_catalog {
    background: #ededed;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0 0 70px 0;
    overflow: hidden;
}
#top_catalog ul {
    display: flex;
}
.img-wrap2-left {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(-100%,0,0);
	-ms-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%, 0, 0);
}
.img-wrap2-right {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	transform: translate3d(100%, 0, 0);
}
.active .img-wrap2{
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@media screen and (min-width: 960px){
    .catalog_btn {
        font-size: 25px;
    }
}
/* カタログ関係 END */
/*
animate
*/
@keyframes img-wrap3{
    0% {transform: translateY(0px);}
  40% {transform: translateY(-10px);}
  70% {transform: translateY(0px);}
  85% {transform: translateY(-5px);}
  100% {transform: translateY(-10px);}
}
@-webkit-keyframes img-wrap3{
  0% {transform: translateY(0px);}
  40% {transform: translateY(-10px);}
  70% {transform: translateY(0px);}
  85% {transform: translateY(-5px);}
  100% {transform: translateY(-10px);}
}

/* 関連商品プラグイン */
#RelatedProduct-product_area img{
    max-width: 180px;
}
@media only screen and (min-width: 768px){
    .row {
        margin-left: -16px;
        margin-right: -16px;
        padding-bottom: 16px;
    }
    .pc {
        display: block !important;
    }
}
@media only screen and (max-width: 767px){
    .h-kart{
        margin-right: 10px;

    }
    #humbmenu {
        margin: 0 auto 0 auto;
        width: 40px;
        height: 40px;
        vertical-align: middle !important;
    }
    #humbmenu_img {
        margin: 2px auto 0 auto;
        width: 20px;
        height: 20px;
        background-image: url("/html/template/default/assets/img/common/menu.svg");
        background-repeat: no-repeat;
        text-align: center;
        color: #90928f;
        font-size: 0px;
        vertical-align: middle;
    }
    .menuActive #humbmenu_img {
        background-image: none;
        font-weight: bold;
        font-size: 30px;
        margin: -7px auto 9px auto !important;
    }
    .menuActive .menu-trigger {
        width: 20px;
        height: 20px;
    }
    #humbmenu_text {
        margin: 0 auto 0 auto;
        position: relative;
        font-size: 10px;
        color: #90928f;
    }
    div.shoparea_list {
        margin-bottom: 10px;
    }
    div.shoparea_list li {
        display: flex;
        writing-mode: vertical-rl;
        text-orientation: upright;
        align-items: center;

    }
    .shop_list4 {
        padding: 10px 10px;
    }
    .spflex {
        width: 100%;
        display: block !important;
        margin: 0 auto;
    }
    .spflex_child {
        display: block !important;
        width: 100% !important;
    }
    .spflex_child img {
        margin-bottom: 1em;
    }
    .shoplist_img {
        text-align: center;
    }
    .shopdetail_img {
        text-align: center;
    }

    div.guide_price {
        padding: 0 10px 30px;
    }
    div.guide_price dl.dl_01 {
        flex-direction: column;
        font-size: 14px;
    }
    div.guide_price .dl_01 dt {
        border: none;
        width: auto;
        padding: 10px;
    }
    div.guide_price .dl_01 dd {
        border: none;
        width: auto;
        padding: 10px;
    }
    ul#RelatedProduct-product_area {
        display: block !important;
    }
}
@media(max-width: 640px){
    .zoomContainer {
        /* display: none !important; */
    }
    section#sp_searchbox {
        position: relative;
        width: 100%;
        padding: 0;
        text-align: center;
        background-color:#000;
        display: block;
    }
    .pconly {
        display:none;
    }
    input#ec_search_box {
        display:none;
    }
    input#ec_search_box_sp {
        width: 80%;
        color: #525263;
        border: 1px solid #ccc;
        background-color: #f6f6f6;
        display: inline-block;
        height: 1.5rem;
        margin: 0 0 1em 0;
    }
    img.ec_img {
        display:none !important;
    }
    img.ec_img_sp {
        display: inline-block;
        width: 1em !important;
    }
    .float_guide_img{
        float: left;
        width: 100%;
    }
    .float_guide_text{
        float: left;
        width: 100%;
    }
    .float_guide_img2{
        float: left;
        width: 100%;
    }
    .float_guide_text2{
        float: left;
        width: 100%;
    }
    ul#RelatedProduct-product_area {
        display: block !important;
    }

    ul#RelatedProduct-product_area li.ec-shelfGrid__item{
    	width: 50%;
	float: left;
  }
	ul#RelatedProduct-product_area li.ec-shelfGrid__item:last-child{
	float: none;
	}
}