/* カスタマイズ用CSS */
@font-face {
font-family: 'eng';
  src: url('/html/user_data/assets/font/AlternateGotNo1D.otf') format('opentype');
}
body.product_page.bgcolor{
    background-color: #e8ecf0;
}
body.product_page.bgcolor .ec-layoutRole{
    background-color: transparent;
}
.disnone{ display: none !important; }
ul, li{ margin: 0; padding: 0; }
.orange{ color: #EF8D2B !important; }
.red{ color: #E00012 !important; }
.dp-block{ display: block !important; }
.c{ text-align: center !important; }
.pl-40{ padding-left: 40px; }
.top_product-inner dl dd h3{
    display: inline-block;
    background:linear-gradient(transparent 60%, #e8e3d0 60%);
}
.ec-layoutRole__contents{ padding: 50px 0 !important; }
.front_page .ec-layoutRole__contents{ padding: 0 !important; }
.ec-pageHeader h1 span.mini{
    display: block;
    font-size: 12px;
}
.ec-category-list .main img{
    width: 100%;
    object-fit: contain;
}
.ec-category-list .inner{
    max-width: 1100px;
    margin: 0 auto;
}
.ec-category-list{ margin-bottom: 50px; }
.ec-category-list .inner img{
    width: 100%;
}
/*--------------------------------------------------------------------------------------------------------------
    トップページ：単品商品
--------------------------------------------------------------------------------------------------------------*/
.singles h3{
    text-align: center;
    font-size: 70px;
    margin-bottom: 30px;
}
.singles .inbox{
    background-color: #00a9dd;
    margin: 100px 0;
}
.singles .inbox .inbox-inner{
    max-width: 1300px;
    margin: 0 auto;
    padding: 110px 0 80px;
    position: relative;
}
.singles .inbox .inbox-inner ul{
    display: flex;
    justify-content: center;
    
}
.singles .inbox .inbox-inner ul li{
    background-color: #ffffff;
    width: 200px;
    padding: 20px 0;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    color: #245885;
}
.singles .inbox .inbox-inner ul li:not(:last-child){
    margin-right: 15px;
}
.inbox-inner:before{
    content: "";
    background: url(/html/user_data/assets/img/top/single_bg01.png) no-repeat 60% 50% / 1000px auto;
    width: 100%;
    display: block;
    height: 300px;
    position: absolute;
    top: -210px;
}
.inbox-inner:after{
    content: "";
    background: url(/html/user_data/assets/img/top/single_bg02.png) no-repeat 50% 50% / 1000px auto;
    width: 100%;
    display: block;
    height: 200px;
    position: absolute;
    bottom: -105px;
}
.inbox-inner p{
    text-align: center;
    margin-top: 30px;
}
.inbox-inner p a{
    display: inline-block;
    border: #ffffff 1px solid;
    color: #ffffff;
    padding: 10px 15px;
}
.top_product{
    padding: 100px 0;
}
.top_product .top_product-inner dl:first-child{
    border-right: #245885 1px solid;
}
.top_product .top_product-inner{
    max-width: 800px;
    margin: 0 auto;
}
.top_product-inner{
    display: flex;
    justify-content: space-between;
}
.top_product-inner dl{
    text-align: center;
    width: 50%;
}
.top_product-inner dl dt img{
    width: 299px;
}
.top_product .top_product-inner:first-child{
    margin-bottom: 15px;
    border-bottom: #245885 1px solid;
}
.top_product-inner dl dd{
    margin-top: 10px;
}
/*--------------------------------------------------------------------------------------------------------------
    下層ページ共通
--------------------------------------------------------------------------------------------------------------*/
.ec-pageHeader h1{
        border-bottom: none !important;
           text-align: center;
            font-size: 50px !important;
                color: #245885;
           padding-top: 30px;
}
.w50p{ width: 50% !important; }
.flex-center{ justify-content: center !important; }
.eng{
    font-family: "eng";
    font-weight: 700;
}
.top-category-inner dl dt{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.footer-banner ul li a{
    position: relative;
    display: block;
}
.footer-banner ul li a span.tbl{
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.footer-banner ul li a span.tbl span.tbl-inner{
    display: table-cell;
    vertical-align: middle;
}
.footer-banner ul li a span.tbl span.bg-navy {
    color: #ffffff;
    background-color: #476e91;
    padding: 20px 20px;
    display: inline-block;
    /* width: 180px; */
    font-size: 30px;
    font-weight: 700;
}
.footer-banner ul li a span.tbl span.bg-green{
    color: #ffffff;
    background-color: #485339;
    padding: 20px 20px;
    display: inline-block;
    /* width: 180px; */
    font-size: 30px;
    font-weight: 700;
}
.ec-newsRole .ec-newsRole__newsTitle{ width: 100%; }
.ec-newsRole .ec-newsRole__newsClose{ position: absolute; right: -60px; bottom: 15px; }
.ec-newsRole .ec-newsRole__newsCloseBtn{ background-color: #245887; 
    position: relative; }
.ec-newsRole .ec-newsRole__news{ border: none; padding: 0; }
.ec-newsRole .ec-newsRole__newsItem{ padding: 10px 0; border-bottom: #245885 1px solid;
    position: relative;
    width: 94%; }
.ec-newsRole{ padding: 30px 30px; }
.front_page .ec-role{ position: relative; padding: 0;}
.front_page .ec-role::before{
    position: absolute;
    content: "";
    background-color: #245885;
    width: 70px;
    height: 1px;
    display: block;
}
.front_page .ec-role::after{
    position: absolute;
    content: "";
    background-color: #245885;
    width: 1px;
    height: 70px;
    display: block;
    top: 0;
}
.front_page .ec-role-inner::before{
    position: absolute;
    content: "";
    background-color: #245885;
    width: 70px;
    height: 1px;
    bottom: 0;
    right: 0;
    display: block;
}
.front_page .ec-role-inner::after{
    position: absolute;
    content: "";
    background-color: #245885;
    width: 1px;
    height: 70px;
    display: block;
    bottom: 0;
    right: 0;
}
.ec-secHeading .ec-secHeading__en{ font-size: 38px; font-weight: 700; letter-spacing: 0.1em; color: #245885; padding-right: 10px;
margin-right: 10px;
    border-right: #245885 1px solid;
}
.ec-secHeading .ec-secHeading__ja{ font-size: 24px; vertical-align: 5px; letter-spacing: 0; }
.footer-contact .mail{ margin: 0 20px; }
.footer-contact .mail a{ background-color: #245887; display: table; height: 120px; width: 400px; }
.footer-contact .mail a img{ width: 165.5px; }
.footer-contact .mail a span{ display:table-cell; vertical-align: middle; text-align: center; }
.footer-contact .cart a{ background-color: #ffffff; display: table; height: 120px; width: 210px; border: #245887 4px solid; }
.footer-contact .cart a img{ width: 115.5px; }
.footer-contact .cart a span{ display:table-cell; vertical-align: middle; text-align: center; }
.footer-contact{ max-width: 1150px; margin: 100px auto 0; padding: 0 20px; }
.footer-contact .inner{ display: flex; justify-content: space-between; }
.footer-contact .inner .tel div{ float: none; clear: both; padding-top: 10px; }
.footer-contact .inner .tel p{ float: left; }
.footer-contact .inner .tel p img{ height: 25px; }
.footer-contact .inner .tel span{ 
    font-weight: 700;
    padding: 3px 0 3px 20px;
    font-size: 16px;
    display: inline-block;
    float: right; }
.footer-contact .inner .tel a{ display: block; margin-top: 10px; }
.footer-contact .inner .tel a img{ width: 100%; }
.top-category-inner span.mini{ display: block; font-size: 14px; padding-top: 20px; }
.top-category-inner span.text{ display: block; font-size: 34px;  }
.top-category{ max-width: 1400px; margin: 0 auto 70px; }
.top-category dl dt img{ width: 100%; height: 220px; }
.top-category dl dd{ padding-top: 15px; }
.top-category dl dd span{ font-weight: 700; }
.top-category-inner{ display: flex; flex-wrap: wrap; text-align: center; }
.top-category-inner dl{ width: 25%; margin-bottom: 50px; }
.top-category-inner dl:nth-child(1){ width: 50%; margin-bottom: 50px; }
.top-category-inner .line{
    display: inline-block;
    font-size: 42px;
    letter-spacing: 0.1em;
    line-height: 1;
    background:linear-gradient(transparent 60%, #e8e3d0 60%);
}
.top-category-inner .line-text{
    font-size: 34px;
}
#pc{ display: flex !important; }
#sp{ display: none !important; }
@media screen and (max-width: 900px) {
  #pc{ display: none !important; }
  #sp{ display: flex !important; }
  .top-category .top-category-items_wrap{ display: flex; }
  .top-category .top-category-items_wrap:last-child{ font-size: 16px; }
}
.pc{ display: flex !important; }
.sp{ display: none !important; }
@media screen and (max-width: 900px) {
  .pc{ display: none !important; }
  .sp{ display: block !important; }
  .sp_flex{display: flex;}
}
.safety-banner{
    margin: 0 auto 90px;
    text-align: center;
    position: relative;
}
.safety-banner a{
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 10;
}
.safety-banner .lLink{
    left: 0;
}
.safety-banner .rLink{
    right: 0;
}
@media screen and (max-width: 900px) {
    .safety-banner a{
        width: 100%;
        height: 50%;
        left: 0;
    }
    .safety-banner .rLink{
        right: auto;
        top: auto;
        bottom: 0;
    }
    .top-category-inner .line{
      font-size: 25px;
    }
}
.safety-banner img{
    width: 100%;
}
.safety-banner span.button{
    position: absolute;
    bottom: 17.5%;
    left: 27.5%;
}
.safety-banner span.button:last-child{
    left: 69.8%;
}
.safety-banner span.button span{
    display: inline-block;
    background-color: #245887;
    padding: 10px 30px;
    color: #ffffff;
}
body{
    font-size: 16px !important;
    font-family: "游ゴシック", YuGothic, "Yu Gothic", Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}
/* メイン領域 */
.ec-layoutRole .ec-layoutRole__main{ margin: 0 auto 50px auto; padding-top: 115px; }
/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
 gmp-map {
  height: 250px;
}
.slick-dots{ bottom: -40px; }
.bled-list{ width: 100%; max-width: 1130px; margin: 0 auto 40px; } 
.bled-list ul{ display: flex; }
.bled-list ul li:not(:last-child)::after{ content: "＞"; padding-right: 10px; }
.bled-list ul li a{ color: #525263; }
.ec-productRole .ec-productRole__actions .ec-select select{
    min-width: 100%;
    max-width: 100%;
}
.ec-numberInput input{
    margin-bottom: 0;
}
.ec-select select.form-control{
    border: #245885 1px solid;
    border-radius: 0;
    background-color: #ffffff;
    position: relative;
}
.ec-numberInput input[type='number'],
.ec-numberInput input[type='tel']{
    border: #245885 1px solid;
    border-radius: 0;
    padding-right: 20px;
}
.ec-numberInput dl{ display: table; }
.ec-numberInput dl dt{ display: table-cell; width: 135px; padding-right:10px; }
.ec-numberInput dl dd{ display: table-cell; position: relative; }
/*
.ec-numberInput dl dd:last-child::after{
    content: " ";
    background: url('/html/user_data/assets/img/product/arrow.svg') #245885 no-repeat 50% 50%;
    width: 32px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
*/
.ec-reportDescription .message{
    padding: 20px 0;
}
.ec-reportDescription .message span{
    display: block;
    font-weight: 700;
}
.ec-reportDescription .message ul{
    margin-top: 20px;
}
.ec-reportDescription .message ul li{
    text-align: left;
}
@media only screen and (min-width: 768px){
.ec-shelfGrid .ec-shelfGrid__item-image {
    height: 225px;
}
.ec-shelfGrid .ec-shelfGrid__item-image img{ width: auto; }
.ec-shelfGrid .ec-shelfGrid__item{
    width: 33%;
}
.ec-shelfGrid .ec-shelfGrid__item .size{ font-size: 28px; font-weight: 700; text-align: center; }
.ec-shelfGrid .ec-shelfGrid__item .name{
    font-size: 18px;
    text-decoration: underline;
    text-align: left;
    line-height: 1.8;
    margin: 10px 0;
}
}
/* トップページ：ポイント */
.top_point{ margin: 0 auto 215px; }
.top_point .inner p.p01 img{ width: 437px; }
.top_point .inner p.p02 img{ width: 360px; }
.top_point .inner p.p03 img{ width: 400px; }
.top_point span{ display:block; padding: 20px 0 0; text-align: center; }
.top_point .inner{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.top_point .inner p{
    margin: 10px;
}
/* 補足メッセージ */
.ec-remarks{ color: #E00012; margin-bottom: 30px; }
.ec-remarks_02{ color: #245885; }
.ec-remarks_03{ color: #E00012; }
.ec-productRole__title{ padding-bottom: 20px; border-bottom: #245885 1px solid; }
.ec-productRole .ec-productRole__title .ec-headingTitle{ font-size: 30px; }
.ec-productRole__size{ padding: 20px 0; }
.ec-productRole .ec-productRole__price{ border-top: #245885 1px solid; border-bottom: none; }
.ec-price__price{ font-size: 56px !important; }
.ec-price__tax{ font-size: 25px !important; }
.ec-select{ display: table; width: 100%; }
.ec-select div{ display: table-cell;}
.ec-select div:first-child{ padding-right:10px; }
.ec-select div:last-child{ position: relative;}
/*
.ec-select div:last-child::after{
    content: " ";
    background: url('/html/user_data/assets/img/product/arrow.svg') #245885 no-repeat 50% 50%;
    width: 32px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
*/
/* ボタン */
.ec-productRole .ec-productRole__btn{ width: 100%; }
.ec-productRole .ec-productRole__btn button.add-cart{ 
    font-size: 26px;
    font-weight: 400;
    padding: 20px 0;
    height: auto;
    background-color: #245885;
    border: none;
}
.ec-productRole .ec-productRole__btn button#favorite{
    font-size: 26px;
    font-weight: 400;
    padding: 20px 0;
    height: auto;
    background-color: #E8E3D0;
    border: none;
    color: #245885;
    
}
.ec-price dl{ display:table;}
.ec-price dl dt{ display: table-cell; color: #000000; font-size: 20px;  }
.ec-price dl dd{ display: table-cell; color: #000000; }
.price_mini{ font-size: 24px; }
.price_mini span{ font-size: 14px; }
.price02-default{ text-align: center; }
.black{ color: #000000 !important; }
.navy{ color: #245885 !important; }
.normal{ font-weight: 400 !important; }
.bold{ font-weight: 700 !important; }
.lh_18{ line-height: 1.8 !important; }
.lh_22{ line-height: 2.2 !important; }
.fs-38{ font-size: 38px; }
.fs-40{ font-size: 40px; }
.mt_15{ margin-top: 15px !important; }
.mt_35{ margin-top: 35px !important; }
.mr_20{ margin-right: 20px !important; }
.mb_20{ margin-bottom: 20px !important; }
.recommend-box{ text-align: center;}
.recommend-box h4.tit{
    display: inline-flex;
    text-align: center;
    background-color: #000000;
    height: 60px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 32px;
    padding: 0;
    font-weight: 700;
    align-items: center;
}
.recommend-box h4.tit span{
    min-width: 300px;
}
.recommend_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 86%;
    margin: 50px auto;
}
.recommend_inner a {
    display: block;
    width: 31%;
}
.recommend_inner a img {
    width: 100%;
}
@media screen and (max-width: 900px){
    .recommend_inner a {
        display: block;
        width: 48%;
    }
}
h4.tit:before{
    content: "";
    background: url(/html/user_data/assets/img/common/h4_tit_bef.png) no-repeat 0 0;
    width: 9px;
    height: 60px;
    display: inline-block;
    position: relative;
    margin-left: -9px;
}
h4.tit:after{
    content: "";
    background: url(/html/user_data/assets/img/common/h4_tit_aft.png) no-repeat 0 0;
    width: 9px;
    height: 60px;
    display: inline-block;
    position: relative;
    margin-right: -9px;
}
.top_lagset{ text-align: center; margin: 0 auto 230px; }
.box-bouldering{
    margin: 0 auto 90px;
    text-align: center;
}
.box-bouldering a{
    display: block;
    position: relative;
}
.box-bouldering a img{
    width: 100%;
}
.box-bouldering a span.button{
    position: absolute;
    bottom: 20%;
    width: 100%;
    left: 0;
}
.box-bouldering a span.button span{
    display: inline-block;
    background-color: #ffffff;
    padding: 10px 30px;
    color: #245887;
}
.slick-dots li.slick-active button:before{ background-color: #245885; }
.slick-dots li button:before{ background-color: #91abc2; }
li{ list-style: none; }
header{ background-color: #e8e3d0; padding: 0 5%; position: fixed; width: 100%; z-index: 200;
    transition: all .2s ease; top: 0; }
    
header.smaller{ transition: all .2s ease; }
    
header h1{
    margin: 0;
}
header .header-inner{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 0;
}
header .header-inner .ec-headerNavi-right ul.information{
    display: flex;
    justify-content: flex-end;
}
header .header-inner .ec-headerNavi-right ul.information .tel{ margin-top: 2px; }
header .header-inner .ec-headerNavi-right ul.information .tel a{
    display: inline-block;
    height: 33px;
    width: 237px;
    color: #ff5b00;
}
header .header-inner .ec-headerNavi-right ul.information .tel a img{
    width: 100%;
}
header .header-inner .ec-headerNavi-right ul.information .time {
    margin: 3px 0 0 30px;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.25;
}
/* header.smaller h1 img{
    height: 80%;
} */
header .header-inner .ec-headerNavi-right ul.information .card{ margin-left: 25px; }
header .header-inner .ec-headerNavi-right ul.information .card span{
    background: url('/html/user_data/assets/img/common/credit.png') no-repeat 0 50%;
    display: inline-block;
    text-indent: -9999px;
    height: 36px;
    width: 254px;
    
}
header .ec-headerNaviRole{ padding: 0; margin-top: 17px; justify-content: flex-end; }
header .ec-headerNav .contact a{
    display: block;
    background-color: #ffffff;
    width: 165px;
    text-align: center;
}
header .ec-headerNav .contact a span{
    display: inline-block;
    padding: 10px 5px 10px 35px;
    background: url('/html/user_data/assets/img/common/icon_mail.svg') no-repeat 0 50%;
    
}
/* header.smaller .header-inner .ec-headerNavi-right ul.information .card{
    display: none;
} */
/* 
header.smaller .header-inner .ec-headerNavi-right ul.information li.lh_22{
    line-height: 1.6 !important;
    font-size: 14px;
    
} */
header .ec-headerNav .login a{
    display: block;
    background-color: #ffffff;
    width: 125px;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
}
header.smaller .ec-headerNav .login a{
    padding: 10px 0px;
}
header .ec-headerNav .cart a{
    display: block;
    background-color: #ffffff;
    width: 125px;
    text-align: center;
}
header .ec-headerNav .cart a span{
    display: inline-block;
    padding: 10px 5px 10px 30px;
    background: url('/html/user_data/assets/img/common/icon_cart.svg') no-repeat 0 50%;
    
}
.ec-layoutRole .ec-layoutRole__contents{
    max-width: 100%;
}
.ec-sliderRole{
    max-width: 100vw;
    padding: 0;
	margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
	.ec-sliderRole{
		margin-bottom: 24px;
	}
}
.ec-headerNaviRole .ec-headerNaviRole__left{ width: auto; }
.ec-headerNaviRole .ec-headerNaviRole__right{ width: auto !important; }
.ec-headerNaviRole .ec-headerNaviRole__nav{ display: flex; }
.ec-headerNav ul{ display: flex; align-items: center; }
.ec-headerNav ul li:not(:last-child){ margin-right: 10px; }
.footer-banner {
    margin: 130px auto;
    text-align: center;
}
.footer-banner ul{
    display: flex;
    justify-content: center;
    margin: 0;
}
.footer-banner ul li:first-child{
    margin-right: 70px;
}
.footer-banner ul li{
    width: 45%;
}
.footer-banner ul li img{
    width: 100%;
}
/*--------------------------------------------------------------------------------------------------------------
    footer
--------------------------------------------------------------------------------------------------------------*/
footer{ background-color: #e8e3d0; padding: 0 5%; }
footer .footer-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 0;
    padding: 60px 0;
    align-items: center;
}
footer .footer-inner .footer-right{ padding-left: 15%; width: calc(100% - 100px); }
footer .footer-inner .footer-right ul{ display:flex; padding: 0;  }
footer .footer-inner .footer-right ul li{ margin-right: 20px; width: 33%; }
footer .footer-inner .footer-right ul li:last-child{ margin-right: 0; }
footer .footer-inner .footer-right ul li a{ display: block; color: #245885; font-weight: 700; }
footer .footer-inner .footer-right address{ color: #245885; margin-top: 15px; margin-bottom: 0; }
.ec-blockTopBtn{
    background: url('/html/user_data/assets/img/common/pagetop.png') no-repeat 0 0 / 38px 38px !important;
    width: 38px !important;
    height: 38px !important;
    text-indent: -9999px;
}
/*--------------------------------------------------------------------------------------------------------------
    商品一覧
--------------------------------------------------------------------------------------------------------------*/
#page_product_list .ec-layoutRole .ec-layoutRole__contents{
    padding-top: 0 !important;
}
#page_product_list .product_list{
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 50px;
}
#page_product_list .product_list ul{
    display: flex;
    justify-content: space-between;
}
#page_product_list .product_list ul.box-list-04 li{
    width: 300px;
}
#page_product_list .product_list ul.box-list-04 li img{
    width: 100%;
}
#page_product_list .product_list ul.box-list-04 li dl dt{
    background-color: #245885;
    font-size: 32px;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    letter-spacing: 0.2em;
}
#page_product_list .product_list ul.box-list-04 li dl dt .mini{
    font-size: 24px;
    letter-spacing: 0.1em;
}
#page_product_list .product_list ul.box-list-04 li dl.jponly dt span{
    font-size: 20px;
    display: block;
    padding: 9px 0;
}
#page_product_list .product_list ul.box-list-sub li a:hover{
    text-decoration: none;
}
#page_product_list .product_list ul.box-list-sub li{
    width: 300px;
}
#page_product_list .product_list ul.box-list-sub li img{
    width: 100%;
}
#page_product_list .product_list ul.box-list-sub li dl{
    border: #245885 2px solid;
    padding: 20px;
}
#page_product_list .product_list ul.box-list-sub li dl dt{
    text-align: center;
    padding-bottom: 20px;
    font-size: 24px;
    color: #245885;
}
.fukidashi {
  position: relative;
}
.fukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(100vw - 680px);
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 25px solid #e8e3d0;
}
.fukidashi p {
  margin: 0;
  padding: 0;
}
.slick-prev,
.prev-arrow{
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: 1;
    width: 50px !important;
}
.slick-next,
.next-arrow{
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: 1;
    width: 50px !important;
}
/*
トップページ
*/
.footer-banner{
    
}
/*--------------------------------------------------------------------------------------------------------------
    よくある質問
--------------------------------------------------------------------------------------------------------------*/
.contents-faq{ max-width: 1300px; margin: 50px auto; }
/* タイトル */
.contents-faq h2.tit{ font-size: 70px; text-align: center;}
.contents-faq .faq-list{ margin-top: 100px; }
.contents-faq .faq-list h3{ font-size: 34px; }
.contents-faq .faq-box{
    background-color: #E8E3D0;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.contents-faq .faq-box h4{
    font-size: 22px;
    font-weight: 700;
    background: url('/html/user_data/assets/img/faq/icon_q.png') no-repeat 0 0 / 38px 38px;
    line-height: 2;
    padding-left: 50px;
}
.contents-faq .faq-box .answer{
    background-color: #ffffff;
    padding: 15px 20px 20px 60px;
    background: url('/html/user_data/assets/img/faq/icon_a.png') #ffffff no-repeat 10px 10px / 38px 38px;
}
.contents-faq .faq-box:not(:last-child){
    margin-bottom: 40px;
}
.contents-faq .faq-box p{
    line-height: 1.8;
}
.contents-faq .faq-box p.link{ text-align: right; }
.contents-faq .faq-box p.link a{ text-decoration: underline; padding-right: 25px;
    background: url('/html/user_data/assets/img/faq/icon_arrow.png') #ffffff no-repeat 100% 50% / 15px 15px;
}
.contents-faq .faq-box .answer ul{ display: flex; justify-content: space-between; padding: 0; margin-top: 25px; }
.contents-faq .faq-box table{ width: 100%; border-top: #7b9bb6 1px solid; border-left: #7b9bb6 1px solid; }
.contents-faq .faq-box table tr th{ background-color: #d3dee7;  border-right: #7b9bb6 1px solid;  border-bottom: #7b9bb6 1px solid; font-weight: 400; padding: 7px 10px; }
.contents-faq .faq-box table tr td{ border-right: #7b9bb6 1px solid;  border-bottom: #7b9bb6 1px solid; padding: 7px 10px; }
.contents-faq .faq-box .remarks{ font-size: 14px; margin-top: 15px; }
.recommned_box h3{
    background-color: #245885;
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 15px 0;
}
.recommned_box .inner{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
    padding-top: 30px;
    gap: 2%;
    flex-wrap: wrap;
}
.recommned_box .inner dl{
  width: calc(22%);
}
.recommend_kidscorner{
  flex-basis: 46%;
}
.recommned_box .inner dl dt{
    background-color: #245885;
    font-size: 26px;
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    letter-spacing: 0.2em;
}
.recommned_box .sp dl dt{
  background-color: #245885;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  color: #ffffff;
  letter-spacing: 0.2em;
}
.recommned_box .inner dl dd img{
    width: 100%;
    max-height: 180px;
    min-height: 180px;
}
.ec-category-list .inner h3{
    text-align: center;
    margin-top: 50px;
}
.ec-category-list .inner h3 img{
    width: auto;
}
.ec-category-list .sekou img{
    width: 100%;
}
.other_page .ec-layoutRole__contents{
    padding-top: 0 !important;
    
}
.section-recover .main img{
    width: 100%;
}
.section-recover .box01{
    max-width: 1300px;
    margin: 100px auto;
    
}
.section-recover .box01 .button{
    text-align: center;
    margin-top: 75px;
}
.section-safety .main img{
    width: 100%;
}
.section-safety .box01{
    max-width: 1300px;
    text-align: center;
    margin: 100px auto;
    
}
.section-safety .box01 .tit{
    text-align: center;
    margin-bottom: 50px;
}
.section-safety .box01 .button{
    text-align: center;
    margin-top: 75px;
}
.section-kumitate .box01{
    margin:  50px 0;
}
.section-kumitate .box01 .inner{
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
    background-color: #DEE6ED;
}
.section-kumitate .box01 .inner ul{
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px;
}
.section-kumitate .box01 .list{
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
}
.section-kumitate .main img{
    width: 100%;
}
.section-kumitate .box02{
    max-width: 1300px;
    margin: 0 auto 80px;
    text-align: center;
}
.section-kumitate .box02 .tit{
    margin-bottom: 50px;
}
.section-bol .main img{
    width: 100%;
}
.section-bol{
    text-align: center;
    margin: 50px auto;
}
.section-bol .box02{
    background-color: #D3DEE7;
    padding: 60px 0;
}
.section-bol .box04{
    background-color: #E8E3D0;
    padding: 60px 0;
}
.section-bol .box06{
    background-color: #E8E3D0;
    padding: 40px 0;
}
.section-bol .box01,
.section-bol .box02,
.section-bol .box03,
.section-bol .box04,
.section-bol .tit,
.section-bol .box05,
.section-bol .main{
    margin: 100px 0;
}
@media screen and (min-width: 901px){
    .sponly{  display:none !important;}
    
    
    /* header.smaller .header-inner{
        
    transition: all .2s ease;
        padding: 12px 0;
    } */
    
    #anchor{ position: absolute; margin-top: -150px; }
    
    .sp_fs-10{ font-size: 14px !important; 
    padding: 19px 0 !important; } 
    
    
    
    
    
    .contents-faq .faq-box #shipping,
    .contents-faq .faq-box #cancel{
        position: absolute;
        margin-top: -170px;
    }
    
    
    
}
@media screen and (max-width: 900px){
    
    
    .ec-price__price{ font-size: 40px !important; }
    
    .sp_fs-10{ font-size: 10px !important; 
    padding: 13px 0 !important; }
    
    #anchor{ position: absolute; margin-top: -150px; }
    
    
    .pconly{ display:none !important;}
    
    header{
        padding: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    }
    
    header .header-inner{
        display: block;
        padding: 0;
    }
    
    header .header-inner .ec-headerNavi-right ul.information{
        display: none;
    }
    
    header h1 a{ display: block; text-align: center; }
    header h1 img{ width: 60%; }
    
    
    /* ヘッダーメニュー */
    .ec-headerNav ul li{
        width: 25%;
    }
    .ec-headerNav ul li:not(:last-child){ margin: 0; } 
    
    
    .ec-headerNaviRole{ display: block; }
    
    header h1{ padding: 15px 0 15px; }
    
    header .ec-headerNav .login a{ width: auto; }
    
    header .ec-headerNav .contact a span{ font-size: 10px; padding: 0; background: none; }
    header .ec-headerNav .contact a{ width: auto; }
    header .ec-headerNav .cart a{ width: auto; }
    
    header .ec-headerNav{ width: 100%; text-align:center; }
    
    
    .front_page .ec-layoutRole__contents,
    .ec-layoutRole .ec-layoutRole__contents{ padding-top: 215px; }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    footer .footer-inner h4{ border-bottom: #245885 1px solid; padding-bottom: 20px; margin-bottom: 20px; }
    footer .footer-inner h4 img{ width: 156px; }
    
    
    footer .footer-inner{ display: block; padding: 20px 0; }
    
    footer .footer-inner .footer-right{ padding: 0; width: 100%; }
    
    footer .footer-inner .footer-right ul li{ margin:0; width: 50%; }
    footer .footer-inner .footer-right address{ font-size: 12px; }
    
    footer .footer-inner .footer-right ul li a{ font-size: 12px; display: block; padding: 5px 0; }
    
    
    
    
    .footer-contact{}
    .footer-contact .inner{ display: block; padding: 0 5%; }
    
    .footer-contact .inner p a{ display: block; text-align: center; background-color: #245885; padding: 15px 0; }
    .footer-contact .inner p img{ height: 56px; }
    
    .footer-contact .inner ul{ display: flex; justify-content: space-between; margin-top: 15px; }
    .footer-contact .inner ul li{ width: 48%; }
    .footer-contact .inner ul li a{ display: block; border: #245885 3px solid; text-align: center; padding: 20px 0; }
    .footer-contact .inner ul li.mail{ margin: 0; }
    .footer-contact .inner ul li.mail a{ width: auto; height: auto; padding: 27px 0; }
    .footer-contact .inner ul li.mail a img{ width: auto; height: 70px; }
    .footer-contact .inner ul li.cart a{ width: auto; height: auto; }
    .footer-contact .inner ul li.cart a img{ width: auto; height: 84px; }
    
    @media screen and (max-width: 375px) {
        .footer-contact .inner ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .footer-contact .inner ul li.mail a{ width: auto; height: 130px; padding: 27px 0; }
        .footer-contact .inner ul li.mail a img{ width: 56%; height: auto; }
    
    
    
        .footer-contact .inner ul li.cart a{ width: auto; height: 130px; }
    
        .footer-contact .inner ul li.cart a img{ width: 94%; height: auto; }
    }
    
    
    .top_point .inner{ display: block; padding: 0 5%; }
    .top_point .inner p:first-child{ margin: 0; }
    
    .top_point .inner p{ text-align: center; }
    .top_point .inner p.p01 img{ width: 100%; }
    
    
    .ec-headerNaviRole .ec-headerNaviRole__nav,
    .ec-headerNaviRole .ec-headerNaviRole__right{ display: flex; width: 100%; }
    
    header .ec-headerNav .cart a span{ background: none; padding: 0; }
    
    .ec-headerNav ul{ background-color: #245885 }
    .ec-headerNav ul li a{ background-color: transparent !important; padding: 15px 0; }
    
    .ec-headerNaviRole img{ width: auto; height: 40px; }
    
    
    
    .top-category-inner{ padding: 0 5%; display: block; }
    .top-category-inner dl{ width: auto; }
    .top-category-inner dl:nth-child(1){ width: auto; }
    .top-category dl dt img{ width: 100%; height: auto; }
    
    .slick-dots { bottom: -30px; }
    .ec-layoutRole .ec-layoutRole__main{ padding-top: 135px; }
    
    .top_point{ margin-bottom: 50px; }
    .top_point .inner p.p01 img,
    .top_point .inner p.p02 img,
    .top_point .inner p.p03 img{ width: 80%; }
    
    
    /** 単品商品 **/
    .singles h3{ font-size: 44px; }
    .singles .inbox .inbox-inner{ padding: 100px 20px 80px; }
    
    .singles .inbox .inbox-inner ul{ margin-bottom: 15px }
    .singles .inbox .inbox-inner ul{ justify-content:space-between; }
    .singles .inbox .inbox-inner ul li{ width: 48%; }
    
    
    /** 商品 **/
    .top_product-inner{ display: block; }
    .top_product-inner dl{ width: 100%; padding-bottom: 20px; border-bottom: #245885 1px solid; }
    .top_product .top_product-inner dl:first-child{ border-right: none; }
    
    .top_product .top_product-inner dl dt img{ width: 100%; }
    
    .top_product .top_product-inner:first-child{ border-bottom: none; }
    
    
    
    
    .menulist{ position: fixed; width: 100%; margin-top: 70px; height: calc(100vh - 105px); background-color: #E8E3D0; overflow-y: auto; padding-bottom: 100px; }
    .menulist .menulist-inner{ overflow-y: auto; padding: 20px; }
    .menulist .menulist-inner ul.menu01 li{ border-bottom: #245885 1px solid; }
    .menulist .menulist-inner ul.menu01 li a{ display: block; padding: 10px 0; font-size: 16px; color: #245885;
    
    background: url('/html/user_data/assets/img/common/sp_menu_arrow.png') no-repeat 100% 50% / 11px auto;
    }
    
    .menulist .menulist-inner ul.menu02{ display: flex; }
    .menulist .menulist-inner ul.menu02 li{ width: 50%; }
    .menulist .menulist-inner ul.menu02 li a{ display: block; padding: 10px 0; font-size: 16px; color: #245885; }
    
    .menulist .menulist-inner ul.menu03{ display: flex; justify-content: space-between; }
    .menulist .menulist-inner ul.menu03 li{ width: 48%; }
    .menulist .menulist-inner ul.menu03 li a{ display: block; padding: 10px 20px; font-size: 16px; color: #245885; background-color: #ffffff; text-align: center;  }
    
    .menulist .menulist-inner ul.menu03 li a img{ height: 17.5px; }
    
    .menulist .menulist-inner .remarks{ margin-top: 15px; }
    
    
    
    /*--------------------------------------------------------------------------------------------------------------
    
        よくある質問：スマホ版
    
    --------------------------------------------------------------------------------------------------------------*/
    
    .ec-layoutRole__main{ padding-top: 135px; }
    
    .contents-faq h2.tit{ font-size: 35px; }
    
    
    .contents-faq .faq-list{ margin: 20px 10px 0; }
    
    .contents-faq .faq-list h3{ font-size: 20px; }
    
    .contents-faq .faq-box h4{ font-size: 16px; background: url(/html/user_data/assets/img/faq/icon_q.png) no-repeat 0 0 / 24px 24px; padding-left: 30px; line-height: 1.6; }
    
    .contents-faq .faq-box .answer{ background: url(/html/user_data/assets/img/faq/icon_a.png) #ffffff no-repeat 10px 12px / 24px 24px; padding: 15px 10px 10px 40px; font-size: 14px; }
    .contents-faq .faq-box p{ font-size: 14px; line-height: 1.6; }
    
    
    .contents-faq .faq-box .answer ul{ display: block; }
    
    .contents-faq .faq-box .answer ul li img{ max-width: 100%; }
    .contents-faq .faq-box .answer ul li:not(:last-child){ margin-bottom: 20px; }
    
    
    
    
    
    /*--------------------------------------------------------------------------------------------------------------
    
        recommned_box
    
    --------------------------------------------------------------------------------------------------------------*/
    .recommned_box h3{
        font-size: 21px;
        letter-spacing: 0.2em;
        color: #245885;
        background-color: #E8E3D0;
    }
    .recommned_box .inner{
        margin: 0 20px;
        flex-wrap: wrap;
    }
    
    .recommned_box .inner dl{ width: 48%; }
    .recommned_box .inner dl dt{ font-size: 14px; }
    
    .recommned_box .inner:last-child{ padding-top: 0; }
    
    
    
    .ec-pageHeader h1{ font-size: 32px !important; border-top: none !important; }
    .ec-pageHeader h1 img{ width: 50%; }
    
    
    .ec-category-list .inner{ margin: 0 20px; }
    
    
    
    .ec-category-list .inner h3 img{ width: 75%; }
    
    header .ec-headerNaviRole{ margin-top: 0px; }
    
    
    
    .ec-information{ margin: 0 10px; }
    
    
    
    
    .ec-newsRole .ec-newsRole__newsCloseBtn {
    display: inline-block;
    margin-left: auto;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: white;
    text-align: center;
    cursor: pointer;
    position: relative;
    right: 50px;
    top: -50px;
    background-color: #245887;
    
    
}
    .inbox-inner:before, .inbox-inner:after{ left: 0; }
    
    
    .footer-banner{ margin: 30px 10px; }
    .footer-banner ul{ display: block; }
    .footer-banner ul li:first-child{ margin-bottom: 10px; margin-right: 0; }
    .footer-banner ul li img{ width: 100%; }
    .footer-banner ul li{ width: 100%; }
    
    .box-bouldering{ margin-bottom: 45px; }
    .section-bol .box01,
    .section-bol .box02{
        margin: 20px 0;
    }
    .section-bol .box01 img,
    .section-bol .box02 img{
        width: 100%;
    }
    
    .section-bol .button{ padding-top: 20px; }
    .section-bol .button .inner{ margin: 0 10px; }
    .section-bol .button .inner img{ width: 100%; }
    
    .section-bol{ margin-bottom: 0 !important; }
    
    
    .section-kumitate img{ width: 100%; }
    
    .section-kumitate .box01 .inner .tit img{
        width: 60%;
    }
    
    .section-kumitate .box01 .inner ul{ padding: 20px; display: block; }
    .section-kumitate .box01 .inner ul li:not(:last-child){ margin-bottom: 30px; }
    
    .section-recover .button{ margin: 0 20px; }
    
    .section-recover img{ width: 100%; }
    
    .section-safety .box01{ margin-top: 0; }
    
    .section-safety img{ width: 100%; }
    
    
    
    .contents-faq .faq-box #shipping,
    .contents-faq .faq-box #cancel{
        position: absolute;
        margin-top: -180px;
    }
    
    
    
}
@media screen and (max-width: 900px){
    
    .ec-price dl dt{
        font-size: 14px;
        width: 120px;
    }
    
    
    .ec-shelfGrid .ec-shelfGrid__item .size{
        font-size: 14px !important;
    }
    .slick-prev,
    .prev-arrow{
        position: absolute;
        top: 50%;
        left: -10px;
        z-index: 1;
        width: 30px !important;
    }
    .slick-next,
    .next-arrow{
        position: absolute;
        top: 50%;
        right: -10px;
        z-index: 1;
        width: 30px !important;
    }
    
    
    
    .fukidashi{ display: none; }
    
    .product_list .inner{
        margin: 0 10px;
    }
    
    #page_product_list .product_list ul{
        display: block;
    }
    
    
    #page_product_list .product_list ul li{
        width: 100% !important;
    }
    
    
    .box-list-02 li img{
        width: 100%;
    }
    
    
    
.section-recover .box01{
    margin: 0 auto;
    
}
.section-kumitate .box02{
    margin-left: 10px;
    margin-right: 10px;
}
.fs-38{ font-size: 22px; }
.price_mini{
    font-size: 16px;
}
.size{ font-size: 14px; }
.name{ font-size: 14px; }
.ec-shelfGrid .ec-shelfGrid__item-image{ height: auto; }
.price02-default{ text-align: left !important; }
}
.ec-headerNav .ec-headerNav__itemLink{ font-size: 16px; }
/* 商品一覧：メガドロップダウンメニュー */
.menu-button{
    padding-bottom: 45px;
}
.mddm-parent .product-list-mddm{
    position: absolute;
    top: -500px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 2% 20px 2%;
    background: #e8e3d0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: none;
}
.mddm-parent:hover .product-list-mddm {
    top: 115px;
    visibility: visible;
    opacity: 1;
    display: inherit;
}
.smaller .mddm-parent .product-list-mddm{
    top: 119px;
}
.mddm-parent a{
  position: relative;
}
.mddm-inner_parent .product-inner_list-mddm{
  position: absolute;
  top: -500px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 2% 20px 2%;
  background: #e8e3d0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: none;
}
.mddm-inner_parent:hover .product-inner_list-mddm {
  top: 165px;
  visibility: visible;
  opacity: 1;
  display: inherit;
}
.smaller .mddm-inner_parent .product-inner_list-mddm{
  top: 119px;
}
.mddm-inner_parent a{
    position: relative;
}
.product-list-mddm-inner .product-left img{
  width: 100%;
  height: 130px;
  max-height: 130px;
  min-height: 130px;
}
/* .mddm-inner_parent{ flex-basis: 70%; } */

.mdd_large_a img{
  width: 100%;
}
/*
.mddm-parent:hover a::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 25px solid #e8e3d0;
    z-index: 10;
}
*/
.product-list-mddm-inner{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.mddm-parent product-list-mddm > li {
    float: left;
    width: 32%;
    border: none;
}
.mddm-parent .product-list-mddm > li:nth-child(3n+2) {
    margin: 0 1%;
}
.mddm-inner_parent product-inner_list-mddm > li {
  float: left;
  width: 32%;
  border: none;
}
.mddm-inner_parent .product-inner_list-mddm > li:nth-child(3n+2) {
  margin: 0 1%;
}
.product-right ol li{
    margin: 0 !important;
}
.product-right ol li:first-child{
    margin-bottom: 10px !important;
}
.subitem{
    margin-top: 10px;
}
@media only screen and (max-width: 1080px){
    .ec-shelfGrid .ec-shelfGrid__item .size{
        font-size: 20px;
    }
}
.top-bnr {
    margin: auto;
    display: block;
    margin-bottom: 70px;
    text-align: center;
    max-width: 1400px;
    padding: 0 10px;
}
.top-bnr img {
    max-width: 100%;
}
.fix-banner {
	display: none !important;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 1111;
}
.fix-banner .inner {
	padding-top: 37px;
	width: 640px;
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.fix-banner .inner img {
    width: 100%
}
.fix-banner .close-btn {
	width: 31px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
@media screen and (max-width: 900px){
	.fix-banner .inner {
		padding-top: 40px;
		width: 278px;
	}
	.fix-banner .close-btn {
		margin-right: -138px;
		width: 30px;
		right: 50%;
	}
}
/* かわいい切り株のデザイン */
.ec-bg {
    background-color: #FFF;
}
.ec-pageHeader.ec_kikori h1 {
    margin-top: 70px;
}
.ec-kikori-list .main {
    margin-bottom: 113px;
}
.ec-kikori-list .main img{
    width: 100%;
}
.ec-kikori-list .inner{
    max-width: 1270px;
    margin: 0 auto;
}
.ec-kikori-list{ 
    margin-bottom: 50px; 
}
.ec-kikori-list .inner img{
    width: 100%;
}
.ec-kikori-list .conts {
    margin: 110px -20px 122px 0 !important;
}
.ec-kikori-list .inner h3 {
    margin: 50px auto 0;
    width: 418px;
}
@media screen and (max-width: 1310px) {
    .ec-kikori-list .conts {
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 900px) {
    .ec-pageHeader.ec_kikori h1 {
        margin: 32px 0 26px;
    }
    .ec-pageHeader.ec_kikori h1 img {
        width: 57%;
    }
    .ec-kikori-list .main {
        margin-bottom: -7px;
    }
    .ec-kikori-list .inner{
        max-width: initial;
        margin: 0 20px;
    }
    .ec-kikori-list .conts {
        margin: 50px -6px 120px 0 !important;
    }
    .ec-kikori-list .inner h3 {
        width: auto;
    }
}
/* オーダーメイド */
.ec-customize .ec-layoutRole .ec-layoutRole__contents {
    padding: 0 !important;
}
.ec-customize .ec-pageHeader {
    margin-bottom: 58px;
}
.ec-customize .ec-pageHeader h1 {
    margin: 48px 16px 22px;
    font-size: 6.9rem !important;
}
.ec-customize .ec-pageHeader p {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    color: #231815;
}
.ec-customize .ec-textImg img {
    width: 100%;
    max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.ec-customize .ec-linkUl {
    margin: 75px auto 120px;
    max-width: 940px;
    display: flex;
    justify-content: space-between;
}
.ec-customize .ec-linkUl li {
    margin: 0 30px;
    width: 32%;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
    color: #245885;
    text-align: center;
}
.ec-customize .ec-linkUl li img {
    width: 80%;
}
.ec-customize .ec-linkUl li a {
    margin-top: 25px;
    display: block;
    border-radius: 50%;
}
.ec-customize .ec-linkUl li a:hover {
    opacity: 0.7;
}
.ec-customize .ec-innerBox {
    margin-bottom: 240px;
    padding: 0 165px 80px;
    background-color: #F3E8E3;
}
.ec-customize .ec-innerBox:last-child {
    margin-bottom: 0;
}
.ec-customize .ec-innerBox h2 {
    margin: 0 -165px 80px;
    padding: 40px 30px 31px;
    color: #245885;
    font-size: 4.6rem;
    font-weight: 700;
    text-align: center;
    background-color: #EDD7CC;
}
.ec-customize .ec-innerBox .ec-off1Grid__cell {
    margin: 0 auto;
    max-width: 1270px;
}
.ec-customize .ec-innerBox .ec-imgBox {
    margin-bottom: 55px;
    padding-bottom: 82px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #245885;
}
.ec-customize .ec-innerBox .ec-imgBox .ec-textBox {
    width: 47.3%;
    display: flex;
    flex-wrap: wrap;align-content: space-between;
}
.ec-customize .ec-innerBox h3 {
    margin: 0 0 35px;
    color: #245885;
    font-size: 4.3rem;
    line-height: 1.3;
    font-weight: 700;
}
.ec-customize .ec-innerBox p {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.7;
}
.ec-customize .ec-innerBox .ec-link {
    width: 100%;
}
.ec-customize .ec-innerBox .ec-link a {
    margin: 0 auto;
    padding: 44px 100px 38px 20px;
    max-width: 600px;
    display: block;
    color: #FFF;
    font-size: 4.3rem;
    font-weight: 700;
    text-align: center;
    background: #245885 url(/html/user_data/assets/img/ordermade/img01.png) no-repeat right 11% center;
}
.ec-customize .ec-innerBox .ec-link a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.ec-customize .ec-innerBox .ec-imgBox .ec-textBox .ec-link a {
    margin-left: 0;
}
.ec-customize .ec-innerBox .ec-imgBox .ec-photoBox {
    width: 48.3%;
}
.ec-customize .ec-innerBox .ec-imgBox .ec-photoBox img {
    width: 100%;
}
.ec-customize .ec-innerBox .ec-photoUl {
    margin: -40px 0 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ec-customize .ec-innerBox .ec-photoUl li {
    margin-top: 40px;
    width: 45.15%;
}
.ec-customize .ec-innerBox .ec-photoUl li:nth-child(2n) {
    padding-left: 5%;
    width: 50.15%;
    border-left: 1px solid #245885;
}
.ec-customize .ec-innerBox .ec-photoUl li h3 {
    margin-bottom: 22px;
}
.ec-customize .ec-innerBox .ec-photoUl li .ec-subBox {
    margin-bottom: 55px;
    min-height: 326px;
}
.ec-customize .ec-innerBox .ec-photoUl li .ec-photo img {
    width: 100%;
}
.ec-customize .ec-innerBox01 {
    margin-bottom: 180px;
    padding-bottom: 120px;
    background-color: #E9EEF7;
}
.ec-customize .ec-innerBox01 h2 {
    background-color: #D2E2F2;
}
.ec-customize .ec-innerBox h3.ec-title {
    margin-bottom: 70px;
}
.ec-customize .ec-innerBox .ec-textImg {
    margin-bottom: 120px;
}
.ec-customize .ec-innerBox .ec-last {
    margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
    
    .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{
        padding-right: 20px;
    }
    .ec-customize .ec-pageHeader {
        margin-bottom: 35px;
    }
    .ec-customize .ec-pageHeader h1 {
        margin: 30px 16px;
        font-size: 3.5rem !important;
    }
    .ec-customize .ec-pageHeader p {
        font-size: 1.8rem;
    }
    .ec-customize .ec-linkUl {
        margin: 60px 30px 100px;
        display: block;
    }
    .ec-customize .ec-linkUl li {
        margin: 0 0 80px;
        width: 100%;
        font-size: 2.2rem;
    }
    .ec-customize .ec-linkUl li:last-child {
        margin-bottom: 0;
    }
    .ec-customize .ec-linkUl li img {
        width: 57%;
    }
    .ec-customize .ec-linkUl li a {
        margin-top: 18px;
    }
    .ec-customize .ec-linkUl li a:hover {
        opacity: 1;
    }
    .ec-customize .ec-innerBox {
        margin-bottom: 120px;
        padding: 0 20px 60px;
    }
    .ec-customize .ec-innerBox h2 {
        margin: 0 -20px 55px;
        padding: 24px 20px 23px;
        font-size: 3rem;
    }
    .ec-customize .ec-innerBox .ec-imgBox {
        margin-bottom: 35px;
        padding-bottom: 40px;
        display: block;
    }
    .ec-customize .ec-innerBox .ec-imgBox .ec-textBox {
        margin-bottom: 40px;
        width: 100%;
        display: block;
    }
    .ec-customize .ec-innerBox h3 {
        margin-bottom: 30px;
        font-size: 3rem;
    }
    .ec-customize .ec-innerBox p {
        margin-bottom: 33px;
        font-size: 1.9rem;
        line-height: 1.6;
    }
    .ec-customize .ec-innerBox .ec-link {
        margin: 0 auto;
        width: 90%;
    }
    .ec-customize .ec-innerBox .ec-link a {
        padding: 22px 60px 19px 20px;
        font-size: 2.15rem;
        background-image: url(/html/user_data/assets/img/ordermade/sp_img01.png);
        background-size: 40px auto;
    }
    .ec-customize .ec-innerBox .ec-link a:hover {
        opacity: 1;
    }    
    .ec-customize .ec-innerBox .ec-imgBox .ec-textBox .ec-link a {
        margin-left: auto;
    }
    .ec-customize .ec-innerBox .ec-imgBox .ec-photoBox {
        width: 100%;
    }
    .ec-customize .ec-innerBox .ec-photoUl {
        margin: 0 0 40px;
        display: block;
    }
    .ec-customize .ec-innerBox .ec-photoUl li {
        margin: 0 0 35px;
        padding-bottom: 40px;
        width: 100% !important;
        border-bottom: 1px solid #245885;
    }
    .ec-customize .ec-innerBox .ec-photoUl li:nth-child(2n) {
        padding-left: 0;
        border-left: none;
    }
    .ec-customize .ec-innerBox .ec-photoUl li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .ec-customize .ec-innerBox .ec-photoUl li h3 {
        margin-bottom: 30px;
    }
    .ec-customize .ec-innerBox .ec-photoUl li .ec-subBox {
        margin-bottom: 30px;
        height: auto !important;
    }
    .ec-customize .ec-innerBox h3.ec-title {
        margin-bottom: 33px;
    }
    .ec-customize .ec-innerBox .ec-textImg {
        margin-bottom: 80px;
    }
    .ec-customize .ec-innerBox .ec-last {
        margin-bottom: 60px;
    }
}
.ec-shelfRole{
    position: relative;
}
.ec-guest{
    width: 100%;
    margin: 0;
    padding: 5% 10%;
    background-color: #e8e3d0;
    margin-bottom: 150px;
}
.ec-guest .ec-guest__inner p{
        margin-bottom: 26px;
        font-weight: 700;
}
.ec-login{
    margin: 0;
}
.ec-login .ec-grid2{
    align-items: center;
}
.add-shopping-caution{
    justify-content: center;
    width: 100%;
    background-color: #ffff00;
    padding: 20px 0;
    color: #cc0000;
    font-weight: 700;
}
.shopping-login{
	max-width: 700px;
	margin: 0 auto;
}
.shopping-login .shopping-login-guest .ec-guest{
	padding: 50px;
	margin-bottom: 50px;
}
.shopping-login .shopping-login-guest h3{
	margin: 0;
	background-color: #255885;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 66px;
	letter-spacing: .1rem;
}
.shopping-login .shopping-login-guest .ec-blockBtn--cancel{
	font-size: 16px;
	background-color: #ff5300;
	border: #ff5300 1px solid;
	display: inline-block;
	width: 250px;
}
.shopping-login .shopping-login-guest .ec-blockBtn--cancel:hover{
	background-color: #ef4300;
	border: #ef4300 1px solid;
	
}
.shopping-login .ec-login{
	background-color: #ffffff;
}
.shopping-login .ec-login .tit{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.shopping-login .ec-login{
	padding: 0;
	max-width: 350px;
	margin: 0 auto;
}
.shopping-login .ec-login .ec-input input{
	height: 30px;
	font-size: 14px;
	padding: 0 10px;
}
.shopping-login .ec-login .ec-checkbox{
	text-align: center;
}
.ec-login .ec-login__input{
	margin-bottom: 20px;
}
.shopping-login .ec-login .ec-grid2__cell{
	text-align: center;
}
.shopping-login .ec-login .ec-login__actions{
    display: inline-block;
    margin: 0 auto 20px;
    text-align: center;
	
}
.shopping-login .ec-login .ec-blockBtn--cancel{
	height: 30px;
	line-height: 1;
	width: 170px;
}
.shopping-login .ec-login .ec-login__link{
	font-weight: 700;
	margin: 0;
	color: #008bbf;
}
.shopping-login .shopping-login-remarks{
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 900px){
	
	.shopping-login .ec-layoutRole__contents{
		padding-top: 0 !important;
	}
	
	.shopping-login .shopping-login-guest h3{
		font-size: 16px;
		height: 40px;
	}
	
	.shopping-login .ec-layoutRole .ec-layoutRole__main{
		padding-top: 117px;
	}
	
	.shopping-login .shopping-login-guest .ec-guest{
		padding: 20px;
	}
	
	.shopping-login .shopping-login-guest .ec-guest .ec-guest__inner p{
		font-size: 14px;
		line-height: 1.8;
	}
	
	.shopping-login .shopping-login-guest .ec-blockBtn--cancel{
		font-size: 14px;
		width: auto;
		padding: 0 40px;
	}
	
	.shopping-login .shopping-login-guest .ec-guest .ec-guest__inner p{
		margin-bottom: 10px;
	}
	
	.shopping-login .ec-login{
		margin: 0 50px;
	}
	
	.ec-login .ec-login__input{
		margin-bottom: 15px;
	}
	
	.shopping-login .ec-login .tit{
		font-size: 14px;
	}
	
	.shopping-login .ec-checkbox label{
		
	}
	
	.shopping-login .ec-login .ec-login__link{
		font-size: 14px;
	}
	
	.shopping-login .ec-login .ec-checkbox{
		font-size: 14px;
		padding: 5px 0;
	}
	
	.shopping-login .shopping-login-remarks{
		font-size: 14px;
		text-align: center;
		line-height: 2;
	}
	
	.ec-layoutRole .ec-layoutRole__main{
		margin-bottom: 0;
	}
}

.category_title{
  p{
    font-size: 60px;
  }
  h3{
    font-weight: bold;
    margin-top: 30px;
  }
}