@charset "UTF-8";

*{
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

html,body,h1,h2,h3,h4,ul,li,p{
    margin: 0;
    padding: 0;
}

body{
    overflow-x: hidden;
    font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6" , sans-serif; 
    color:#252525;
    display: none;
}
.pc{
   display:block;
}
.sp{
    display: none!important;
}

.center{
    text-align: center;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -js-display: flex;
}

.flex_j{
        -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

a{
    text-decoration:none;
    color:#4f2c00;
}
a img{
    border:0;
}
.hover{
    -webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.hover:hover,.page-top:hover{
    opacity: 0.8;
}
li{
    list-style: none;
}
.opa:hover{
    opacity: 0.6;
}

.hiramin {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.hirakaku{
    font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro" , sans-serif;
}
.hirakaku_s{
    font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN" , sans-serif; 
}

.hirakaku_n{
    font-family: "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6" , sans-serif; 
}
.hiramaru{
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
.none{
    display: none;
}
.red{
    color:#E72E29!important;
}

/*header*/
header{
    border-bottom:1px solid #503629;
    position: fixed;
    width: 100%;
    z-index: 1;

}
header span{
    font-size : 14px;
    line-height : 33.68px;
    letter-spacing : 2px;
    color : #E60012;
}

.header_top{
    background:#f1ddb9;
}

.header_top_inner {
    width: 935px;
    height: 72px;
    margin: 0 auto;
    padding: 10px 0px 10px 20px;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}

.logo{
    width: 214px;
    height: auto;
    position: relative;
    top: 10px;
    margin-right: 10px;
}
.social_icon{
    padding-top: 5px;
}
.social_icon a{
    margin-right: 5px;
}

header nav{
    padding: 15px 0 0 0;
    width:780px;
    margin:0 auto;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    -webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;
    background:#fff;
}

.nav_menu{
    text-align:center;
    height: 100px;
}

.nav_menu a div{
    height: 30px;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    display: -webkit-box;display: -ms-flexbox;display: flex;
    line-height: 1.2em;
}

header nav img{
    width: 50%;
    height: auto;
}
header nav a{
    font-size : 13px;
    letter-spacing : 0.65px;
    color : #252525;
}

/*breadcrumb*/
.breadcrumb{
    width: 935px;
    font-size: 13px;
    padding:208px 0 20px 0;
    margin: 0 auto;
    letter-spacing: 1.5px;
}

/*section*/
section{
    margin-bottom: 80px;
}
.r_block h1{
    text-align:center;
    padding: 35px 0 10px 0;
}

.slide{
    width: 935px;
    height: 373px;

    margin: 0 auto;
    padding-top: 30px;
}
.slide li img{
    width:935px;
    height: auto;
}

.slide {
    opacity: 0;
    transition: opacity .25s ease;
}
.slide.slick-initialized {
    opacity: 1;
}

.slick-dots{
    text-align: right!important;
}
.point{
    padding-top: 188px;
}
.point_img{
    width: 555px;
    height: auto;
    margin-top: -10px;
}

.point p{
    padding:25px 0;
    font-size : 13px;
    line-height : 29px;
    letter-spacing : 0.65px;
}


.btn01{
    width: 405px;
    height: auto;
}


section h2{
    font-size : 13px;
    line-height : 29px;
    letter-spacing : 2px;
    color : #503629;
    padding-top: 4px;
    margin: 0 auto;
}

.hukidashi{
    width: 665px;
    height: 50px;
    background-repeat:no-repeat;
    background-image:url("../images/1x/fukidashi.png");
    background-position: center;
}

.list-inner{
    width: 930px;
    margin: 0 auto;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content:center;
    gap: 2em;
    padding-top: 30px;
}
.list-inner-box img{
    width: 197px;
    height: auto;
}
.list-inner-box a{
    display:block;
    padding:15px 0;
}
.list-color-switch{
    text-align: left;
    padding:10px;
}
.list-color-switch span{
    font-family : ヒラギノ角ゴ Pro;
    font-size : 13px;
    line-height : 23px;
    letter-spacing : 1.17px;
    color : #231815;
}
.list-color-switch01::before{
    content:'●';
    color:#503629;
    margin-right: 5px;
}
.list-color-switch02::before{
    content:'●';
    color:#c6aa94;
    margin-right: 5px;
}

.list-color-switch03::before{
    content:'●';
    color:#b37642;
    margin-right: 5px;
}

.list-color-switch04::before{
    content:'●';
    color:#c2cdcc;
    margin-right: 5px;
}

.list-color-switch05::before{
    content:'●';
    color:#f1cadf;
    margin-right: 5px;
}

.list-color-switch06::before{
    content:'●';
    color:#b0dcd7;
    margin-right: 5px;
}

.list-color-switch07::before{
    content:'●';
    color:#dbbad8;
    margin-right: 5px;
}

.list-color-switch08::before{
    content:'●';
    color:#c2000a;
    margin-right: 5px;
}

.list-color-switch09::before{
    content:'●';
    color:#f4b0b7;
    margin-right: 5px;
}

/*202302追加*/
.list-color-switch13::before{
    content:'●';
    color:#503629;
    margin-right: 5px;
}

.list-color-switch14::before{
    content:'●';
    color:#A6764A;
    margin-right: 5px;
}

.list-color-switch15::before{
    content:'●';
    color:#E4B0B4;
    margin-right: 5px;
}
.teddy{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.teddy_box .product_caption{
    padding-left:0;
}
.teddy_box .product_img img{
    position:relative;
    right:50px;
}
.product_info_teddy{
    letter-spacing: -0.5px!important;
}
.teddy_strawberry_caption{
    position: relative;
    right:20px;
}

/*202302追加*/

.dotte_hr{
    width: 900px;
    margin: 0 auto;
    padding:50px 0 ;
}
.dotte_hr *{
    float:left;
}
.dotte_hr p{
    width: 100px;
    position: relative;
    top: -5px;
    font-weight: bold;
}

.kodawari_img{
    width: 760px;
    height: auto;
    margin: 0 auto;
}
.kodawari_text{
    text-align: left;
    width: 600px;
    margin: 0 auto;
    line-height: 2.0em;
    font-size: 13px;
    font-weight: 300;
    padding: 50px 0 30px 0;
}
.spec_box{
    width: 740px;
    margin: 0 auto;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    flex-wrap: wrap;
}
.spec_box_inner {
    margin-bottom: 40px;
}
.spec_box_inner img{
    width:268px;
    height:auto;
}
.spec_detail{
    text-align:left;
    font-size: 13px;
    padding:20px 0;
}

.spec_detail p{
    font-weight:bold;
    padding:10px 0;
}
.spec_detail span{
    line-height: 2.0em;
}

.btn02 {
    width: 317px;
    height: 58px;
    font-weight: bold;
    font-size : 13px;
    line-height : 23px;
    letter-spacing : 1.17px;
    color : #503629;
    background-repeat: no-repeat;
    background-image: url("../images/1x/btn02.png");
    background-position: center;
    background-size: 317px 58px;
    padding-top: 17px;
    padding-right: 20px;
    margin: 0 auto;
}

.attachment_inner {
    -webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;
    width: 650px;
    margin: 0 auto;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.attachment_inner img:nth-of-type(1){
    width: 126px;
    height: auto;
}

.attachment_inner img:nth-of-type(2){
    width: 142px;
    height:125px;
}

.attachment_inner img:nth-of-type(3){
    width: 116px;
    height: auto;
}

.attachment_inner img:nth-of-type(4){
    width: 114px;
    height: auto;
}
.goods-header{
    width: 650px;
    text-align: left;
    margin:0 auto;
    padding:30px 0;
;}
.goods-header p{
    font-size : 13px;
    line-height : 23px;
    letter-spacing : 1.17px;
    color : #231815;
    font-weight: bold;
}
.goods-header span{
    font-size : 13px;
    line-height : 29px;
    letter-spacing : 0.65px;
    color : #252525;
}

.cert_box{
    width: 740px;
    margin: 0 auto;
}
.cert_box img{
    width:93px;
    height:157px;
}
.cert_box p {
    padding-left: 20px;
    text-align:left;
    font-size : 13px;
    line-height : 29px;
    letter-spacing : 0.65px;
}
.cert_box p span{
    font-weight:bold;
}
.store{
    /*margin-bottom: 300px;*/
    margin-bottom:50px;
}
.store_icon{
    width: 83px;
    height: auto;
}
.store_banner{
    width:450px;
    height:78px;
    background:#CBB8AC;
    font-size : 13px;
    line-height : 23px;
    letter-spacing : 1.17px;
    color : #503629;
    font-weight: bold;
    border-radius: 8px;
    padding-top: 15px;
    margin:15px auto;

}
.store_info{
    font-size : 13px;
    line-height : 11px;
    letter-spacing : 0.65px;
    color : #252525;
    padding: 15px 0;
}
.store_info_last{
    margin-bottom: 50px;
}
.store_info p{
    font-weight:bold;
    padding:15px 0;
}

.sche{
    width:508px;
    height: 247px;
    border: 1px solid #503629;
    margin: 40px auto;
    padding: 15px 0;
}

.sche_icon{
    width:78px;
    height:auto;
}
.sche p{
    font-size : 13px;
    line-height : 25px;
    letter-spacing : 0.65px;
    color : #503629;
    margin-bottom: 25px;
}

.btn04{
    width:305px;
    height: auto;
}
/*ドネーション*/
.ribbon_logo{
    width:93px;
    height: auto;
}
.donation p{
    font-weight: bold;
    line-height : 1.8em;
    letter-spacing : 0.65px;
    padding:20px 0;
}
.dona_main_img{
    width: 597px;
    height: auto;
}

.dona_main p{
    font-size : 13px;
    line-height : 29px;
    letter-spacing : 0.65px;
    color : #252525;
    font-weight: normal;
    padding:10px 0 5px;
    
}
.dona_main_bottom{
    margin-bottom: 40px;
}
.dona_img02{
    width: 407px;
    height:auto;
}
.donation .dotte_hr{
    width: 1100px;

}
.donation .dotte_hr p{
    width: 300px;
    top: -33px;
}

.donaiton_subbox{
    width: 850px;
    margin: 0 auto 50px auto;
}
.donaiton_subbox_inner img{
    width: 229px;
    height: auto;
}

.donaiton_subbox_inner p{
    font-size : 13px;
    line-height : 29px;
    letter-spacing : 0.65px;
    color : #252525;
    font-weight: normal;
    text-align: left;
    padding: 0;
}
.donaiton_subbox_right {
    padding-left: 20px;
}
.donaiton_subbox_right p{
    padding-left:25px;
}

.comment_fukidashi{
    font-size : 13px;
    line-height : 29px;
    letter-spacing : 0.65px;
    color : #252525;
    text-align: left;
    width: 504px;
    height: 79px;
    background-repeat: no-repeat;
    background-image:url("../images/1x/comment_fukidashi.png");
    background-position: center;
    padding-left: 25px;
    padding-top: 10px;
}

.btn05 {
    width: 372px;
    height: 59px;
    font-weight: bold;
    font-size : 13px;
    line-height : 23px;
    letter-spacing : 1.17px;
    color : #503629;
    background-repeat: no-repeat;
    background-image: url("../images/1x/btn05.png");
    background-position: center;
    background-size: 372px 59px;
    padding-top: 17px;
    padding-right: 20px;
    margin-left: 18px;
    margin-top: 15px;
}
.btn06 {
    width: 318px;
    height: 59px;
    font-weight: bold;
    font-size : 13px;
    line-height : 23px;
    letter-spacing : 1.17px;
    color : #503629;
    background-repeat: no-repeat;
    background-image: url("../images/1x/btn06.png");
    background-position: center;
    background-size: 318px 59px;
    padding-top: 17px;
    padding-right: 20px;
    margin-left: 18px;
    margin-top: 30px;
}

.btn07 {
    width: 275px;
    height: 59px;
    font-weight: bold;
    font-size : 13px;
    line-height : 23px;
    letter-spacing : 1.17px;
    color : #503629;
    background-repeat: no-repeat;
    background-image: url("../images/1x/btn06.png");
    background-position: center;
    background-size: 275px 59px;
    padding-top: 17px;
    padding-right: 20px;
    margin-left: 18px;
    margin-top: 30px;
}

.btn08 {
    width: 372px;
    height: 59px;
    font-weight: bold;
    font-size : 13px;
    line-height : 23px;
    letter-spacing : 1.17px;
    color : #503629;
    background-repeat: no-repeat;
    background-image: url("../images/1x/btn06.png");
    background-position: center;
    background-size: 372px 59px;
    padding-top: 17px;
    padding-right: 20px;
    margin-left: 18px;
    margin-top: 30px;
}
.dona_03{
    -webkit-align-items: flex-end;    /* Safari etc. */
    -ms-align-items    : flex-end;    /* IE10        */
    align-items        : flex-end;
}
.dona_img07{
    width: 132px!important;
    height: 52px !important;
}


/*商品ページ*/

.product h1{
    padding: 35px 0;
}
.product_box{
    width: 820px;
    margin: 0 auto;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}
.products_main {
    margin-bottom: 80px;
}
.products_main img {
    width: 935px;
    height: auto;
}
.product .kodawari_text{
    text-align: center;
    padding: 20px 0;
    letter-spacing : 0.65px;
}
.product_detail{
    position: relative;
    margin-bottom: 100px;
}
.product_img img{
    width: 384px;
    height: auto;
}

.product_caption{
    font-size : 13px;
    line-height : 29px;
    letter-spacing : 1.95px;
    color : #503629;
    font-weight: bold;
    padding: 20px 0;
    padding-left: 100px;
}
.product_caption_ab{
    position: absolute;
    bottom: 20px;
    padding:0
}
.product_01-03{
    width:506px;
    height: auto;
}

.product_info{
    width: 770px;
    margin: 0 auto 10px auto;   
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.product_info ul li{
    font-size : 13px;
    line-height : 21px;
    letter-spacing : 0.65px;
}
.product_info ul li img{
    width:245px;
    height: auto;
}


.product_spec_inner{
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    width: 780px;
    margin:0 auto;
    padding: 80px 0;
}
.product_spec_inner_left img{
    width:auto;
    height: 286px;
}
.product_spec ul{
    text-align: left;
}
.product_spec ul li{
    font-size : 13px;
    line-height : 29px;
    letter-spacing : 0.65px;
}

.cert{
    margin-top: 40px;
    height: 157px;
}
.cert p{
    font-size : 13px;
    line-height : 21px;
    letter-spacing : 0.65px;
    text-align: left;
    padding-left: 10px;

}
.cert img{
    width:93px;
    height:auto;
}
.btn09 {
    width: 202px;
    height: 38px;
    font-weight: bold;
    font-size : 13px;
    line-height : 23px;
    letter-spacing : 1.17px;
    color : #503629;
    background-repeat: no-repeat;
    background-image: url("../images/1x/btn09.png");
    background-position: center;
    background-size: 202px 38px;
    padding-top: 7px;
    padding-right: 20px;
    margin: 0 auto;
}
.product_link_box{
    width: 440px;
    margin: 0 auto;
    padding: 70px 0;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.prodcuts02-01 .product_caption{
    position: absolute;
    bottom: -20px;
    left: 130px;
}

.product_single_spec .product_spec_inner {
    width: 580px;
    margin: 0 auto;
    padding: 80px 0;
}


.product_caption_ab20{
    left: 20px;
}
/*機能ページ*/
.feature_main {
    margin-bottom: 10px;
}
.feature_main img {
    width: 935px;
    height: auto;
}
.feature .kodawari_text{
    text-align: center;
    padding: 20px 0;
    letter-spacing : 0.65px;
    margin-bottom: 30px;
}
.spec_box_inner_last{
    position: relative;
    right: 40px;
}
.feature h1 {
    padding: 35px 0;
}


/*footer*/
.footer_nav{
    background:#f1ddb9;
    padding: 15px 0;

}

.back_to_top{
    font-size : 13px;
    line-height : 29px;
    letter-spacing : 0.65px;
    color : #503629;
    font-weight: bold;
}
.back_to_top a::before{
    content:url("../images/1x/top_arrow.png");
    padding: 0 15px;
}
.footer_link{
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    width:1050px;
    margin:0 auto;
    padding:15px 0;
}
.footer_link_box{
    width:245px;
    height:37px;
    background:#BF9A70;
    color:#fff;
    border-radius:8px;
    line-height : 29px;
    letter-spacing : 2.99px;
    font-weight: bold;
    font-size: 13px;
    padding-top: 5px;
    
}
.footer_credit{
    background:#512f15;
    padding:30px 0 20px 0;
}
.footer_share{
    margin: 0 auto;
    width: 300px;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    padding:30px 0;
}

.line-it-button {
    margin-right: 5px;
    width: 90px !important;
    height: 20px !important;
}

.twitter-share-button {
    margin-left: 5px;
}

.footer_share *{
    display:block;
    
}

.footer_credit p ,.footer_credit span{
    font-size : 13px;
    line-height : 29px;
    letter-spacing : 0.65px;
    color : #AB845C;
}
.footer_credit p {
    margin-bottom: 30px;
}
.page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    width: 70px;
    height: auto;
    opacity: 0.8;
}

/*2022追加分*/
.hp{
    padding:30px 0;
}
.hp img{
    width:686px;
    height:auto;
}
.list-color-switch10::before{
    content:'●';
    color:#54565a;
    margin-right: 5px;
}
.prodcuts03-05{
    position: relative;
    margin-bottom: 0px;
}
.prodcuts03-05 .product_img img{
    width:430px;
    height: auto;
}


/*2023追加分*/
.list-color-switch11::before{
    content:'●';
    color:#C1D5E9;
    margin-right: 5px;
}

.list-color-switch12::before{
    content:'●';
    color:#EAB8B8;
    margin-right: 5px;
}

/*2025追加分*/
.list-color-switch13::before{
    content:'●';
    color:#2A2B2B;
    margin-right: 5px;
}

.firstul{
    margin-right:40px;
}
.product_settings_wrapper{
    position:relative;
}
.product_settings_left{
    position: absolute;
    bottom: 0px;
    left: 50px;
}

.product_settings_right{
    position: absolute;
    bottom: 0px;
    padding-left: 30px;
}
.top_settings{
    position:relative;
    top: -2px;
}

@media screen and (max-width: 767px) { /*767以上 6/7/8 */
    .pc{display: none;}
    .sp{display: block!important;}
    body{font-size: 12px;}
    header{
        border:0;
        width: 100%;
    }
    section {
        margin-bottom: 50px;
    }
    .sp_header{
        background:#503629;
        height: 60px;
        -webkit-box-align: center;-ms-flex-align: center;align-items: center;
        -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
        padding: 0 10px;
    }
    .sp_header_right{
        text-align: right;
    }
    .sp_logo img{
        width: 60%;
        height: auto;
    }
    .sp_header_right img{
        width: 30%;
        height: auto;
    }
    header nav {
        background:#f1dcb9;
        padding: 0;
        opacity: 0.8;
    }
    header nav ul li{
        font-weight: bold;
    }
    .stop{
        overflow: hidden;
    }
    .sp_toggle {
        display: none;
        position: absolute;
        z-index: 999;
        width: 100%;
    }
    .sp_toggle ul li {
        border-bottom: 1px solid #3e3a39;
        text-indent: 1em;
        padding: 10px 0;
        font-size: 15px;
        letter-spacing: 1.05px;
    }

    li.d_border {
        border-bottom: 1px dotted 
        #3e3a39 !important;
        font-weight: bold;
    }
    .sp_toggle ul li a {
        font-size: 15px;
        letter-spacing: 1.05px;
        text-indent: 1em;
        display: block;
        font-weight: 600;
    }
    .tri a {
        text-indent: 0.8em !important;
    }
    .fas {
        margin-right: 5px;
    }

    .slide{
        width: 100%;
        height: 100%;
    }
    .slide li img {
        width: 100%;   
    }
    .point_img {
        width: 95%;   
        margin-top: 10px;
    }
    .point p{
        font-size: 12px;
        width: 98%;
        margin: 0 auto;
    }
    .btn01 {
        width: 90%;
    }
    /*.hukidashi,*/.dotte_hr{
        display: none;
    }
    .sp_fukidashi{
        padding: 0 0 10px 0;
        display: none!important;

    }
    .sp_fukidashi,.kodawari_img{
        width: 95%;
        margin:0 auto;
        margin-top: 30px;
    }
    .list-inner{
        width: 95%;
        flex-wrap: wrap;
        padding-top: 10px;
    }
    .list-color-switch span{
        font-size: 12px;
    }
    .list-inner-box{
        width: 45%;
    }
    .list-inner-box img,.sp_dotte_hr {
        width: 100%;
        height: auto;   
    }
    .list-color-switch {
        padding: 10px 0 10px 10px;   
    }
    .list-color-switch span {
        font-size: 10px;  
    }
    .kodawari_text{
        font-size: 12px;
        text-align: center;
        width: 100%;
        padding: 20px 0;
    }
    .spec_box{
        width: 100%;
        display: block;
    }
    .spec_detail{
        text-align: center;
        font-size: 12px;
    }

    .attachment_inner{
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    }
    .attachment_inner div{
        width: 50%;
        margin-bottom: 50px;
    }

    .goods-header{
        width: 95%;
        margin: 0 auto;      
        text-align: center;
        font-size: 12px;
    }

    .cert_box{
        width: 98%;
    }
    .cert_box img{
        width: 93px;
        height: 157px;
    }
    .cert_box p{
        font-size: 10px;
        line-height: 1.8em;
        padding-left: 15px;
    }
    .store{
        margin-bottom: 80px;
    }
    .store_banner{
        width: 95%;
        margin: 0 auto;
        font-size: 10px;
    }
    .store_info{
        font-size: 12px;
    }
    .store_info span{
        line-height: 1.8em;
    }

    .sche{
        width: 95%; 
        margin: 40px auto;
    }
    .sche p{
        font-size: 12px;
    }
    .products_main {
        margin-bottom: 30px;
    }
    /*footer*/
    .footer_link{
        width: 95%;
    }
    /*.footer_link_box{
        font-size: 10px;
        margin-right: 5px;
        letter-spacing: 0px;
    }*/
    .footer_link_box {
        font-size: 10px;
        margin-right: 5px;
        letter-spacing: 3px;
        margin-bottom: 10px;
        width: 45%;
    }
    .footer_credit {
       padding: 0 10px;
    
    }
    .footer_credit p {
        margin-bottom: 30px;
    }
    .footer_credit p, .footer_credit span{
        font-size: 10px;   
    }
    .back_to_top{
        font-size: 12px;
    }
    .page-top{
        width: 50px;
        height: auto;
    }
    .breadcrumb{
        width: 100%;
        font-size: 10px;
        letter-spacing: 0.8px;
        padding-left: 10px;
        padding-top: 80px;
        line-height: 1.8em;
    }
    .dona_main{
        margin-bottom: 50px;
    }
    .dona_main_img,.feature_main img,.products_main img{
        width: 100%;
    }
    .dona_main p {
        font-size: 11px;
        width: 98%;
        margin: 0 auto;
        letter-spacing: 0.4px;
    }
    .dona_img02{
        width: 95%;
    }
    .donaiton_subbox{
        width: 95%;
        display: block;
        margin: 50px auto;
    }
    .sp_dona_img08{
        width: 40%!important;
        margin: 0 auto;
    }
    .donaiton_subbox_left{
        padding: 0 0 30px 0;
    }
    .donaiton_subbox_right {
        padding-left: 0;
    }
    .donaiton_subbox_right p {
        padding-left:0!important;
    }
    .donaiton_subbox_inner p {
        font-size: 11px;
        line-height: 2.5em;
        letter-spacing: 0.4px;
        word-break: break-all;
    }
    .comment_fukidashi{
        background:none;
        width: 100%;
        height: 100%;
        padding: 0;
        position: relative;
    }
    .comment_fukidashi img{
        width: 100%;
        height: auto;
    }
    .comment_fukidashi a{
        display: block;
        width: 76%;
        height: auto;
        position: absolute;
        right: 0;
        bottom: 10px;
    }
    .sp_dona_img10{
        width: 100%!important;
        margin: 0 auto;
    }
    .btn06,.btn07{
        margin: 20px auto;
        font-size: 11px;
    }
    .btn08 {
        margin: 20px auto;
        display: block;
        width: 80%;
        width: 320px;
        background-size: 100% auto;
        font-size: 11px;
    }
    .dona_03{
        display: block;
    }

    .feature .kodawari_text {
        font-size: 11px;
        width: 98%;
        margin: 0 auto;
        letter-spacing: 0.4px;
    }

    .product .kodawari_text{
        font-size: 11px;
        width: 98%;
        margin: 0 auto;
        letter-spacing: 0.4px;
    }
    .product_box{
        width: 90%;
    }
    .product_img img {
        width: 100%;
        height: auto;
    }
    .product_caption{
        font-size: 11px;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .product_caption_ab{
        /* bottom: -15px;
        left:0;
        padding-left:0; */
        position: relative;
        margin-top: 2.6em;
        text-align: center;
        >p{
            right: 0;
        }
    }
    .prodcuts03-02 .product_caption_ab,.prodcuts03-04 .product_caption_ab{
        /* left:15px; */
    }

    
    .product_caption_ab20{
        bottom: -75px;
    }
    .product_01-03{
        width: 100%;
    }
    .product_info{
        flex-wrap: wrap;
        width: 90%;
    }
    .product_info ul{
        width: 48%;
        margin: 15px auto 10px auto;
    }
    .product_info ul li {
        font-size: 10px;
        line-height: 1.5em;
        letter-spacing: 0.4px;
    }
    .product_info ul li img {
        width: 100%;
        height: auto;   
    }
    .product_spec_inner{
        display: block;
        width: 100%;
    }
    .product_spec_inner_left img {
        width: 90%;
        height: auto;
    
    }
    .sp_spec_box{
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        margin-bottom: 20px;
    }
    .sp_spec_box a:last-child{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .sp_spec_box a:last-child img{
        width: 80%;
        height: auto;
    }
    .product_single_spec .product_spec_inner_left img {
        width: 50%;
        height: auto;
    
    }
    .prodcuts02-01 .product_caption{
        position: relative;
        width: 100%;
        text-align: center;
        left: 0;
        margin-top: -3em;
    }
    .product_single_spec .product_spec_inner {
        width: 100%;
    }
    .product_caption_ab_sp {
        bottom: -15px;
        left: 0;
        padding-left: 0;
    }
    .point{
        padding-top: 70px;
    }
    .w_swtich{
        width: 95%;
    }
    .product_info ul:last-child{
        width: 100%;
    }
    .product_info ul:last-child li img {
        width: 48%;
        margin:0 auto;
    }
    .nav_menu {
        text-align: left;
        height: auto;
    }

    /*2022追加分*/
    .hp img{
        width:100%;
        height:auto;
    }

    .footer_link{
        flex-wrap: wrap;
        justify-content: center;
    }
    .prodcuts03-05 .product_img img{
        width:100%;
        right: 0;
    }
    /*2023追加*/
    .product_settings_right{
        padding-left: 30px!important;
        bottom: -10px;

    }
    .product_caption_ab_sp{
        bottom: -60px!important;
    }
    .top10{
        padding-top:10px;
    }

    .hukidashi{
        width: 95%;
        font-size: 11px;
        background-position: 100% auto !important;
        background-position: center;
        background-size: 100% 100%;
    }
    /*202302追加*/
    .teddy .list-inner-box{
        width:100%;
    }
    .teddy .list-inner-box img
    {
        width:45%;
        margin: 0 auto;
    }
    .teddy .list-inner-box .list-color-switch{
        width:200px;
        margin: 0 auto;
    }
}
@media screen and (max-width:320px) { /*320まで　5orSE*/

    .product_caption_ab {
        bottom: -15px;
        left: 0;
    }
    .product_caption{
        letter-spacing: 0.5px;
        padding-left: 85px;
    }
    .product_caption_ab_sp {
        letter-spacing: 0.5px;
        padding-left: 0;
    }
    .product_caption_ab20{
        padding-left: 0;
        left: 15px;
        bottom: -75px;
    }
   .prodcuts01-02 .product_caption_ab{
       padding-left: 0;
   }
   .prodcuts03-02 .product_caption_ab{
        padding-left: 0px;
    }
    .prodcuts03-04 .product_caption_ab{
        padding-left: 10px;
        left: 0;
    }
    .btn06,.btn08{
        width: 90%;
        margin: 20px auto;
        background-size: 100% auto;
    }
    .btn08{
        letter-spacing: 0.1px;
    }
    /*2021追加*/
    .store_banner{
        letter-spacing: 0.9px;
    }

    /*2023追加*/
    .product_settings_right{
        padding-left: 0px!important;
    }
    /*202302追加*/
    .teddy_strawberry_caption{
        position: unset;

    }
    

}

/*タブレット*/
@media screen and (min-width:600px) and ( max-width:960px) {
    body{
        font-size: 12px;
    }
    .sp{
        display: none;
    }
    .breadcrumb{
        padding-left: 10px;
    }
    .products_main img,.product_box {
        width: 100%;
        height: auto;   
    }
    .list-inner{
        width: 70%;
        flex-wrap: wrap;
    }
    .product_spec_inner {
        width: 95%;
        margin: 0 auto;
    }

}
    /*　600〜960　タブレット*/

@media screen and (min-width:1024px) and (max-width:1399px){ /*1024以下*/}