/* ---------- 全体の構成 もくじ ---------- */
/* 
全体に渡るcss
ヘッダー部分(header)
ヘッダーレスポンシブ部分
フッター部分(footer)
トップページピックアップ部分(pickup)
メイン部分(トップ、他ページ共通)
各ページ
404

レスポンシブ

*/

/* ------------------------------------------------------------------------ 全体 */
body{
    font-size: 90%;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333;
}

body a{
    color: #f96788;
}

body a:hover{
    text-decoration: underline;
}

p{
    padding: 5px 5px 10px 5px;
}
.h1-wrap{
    max-width: 350px;
    height: auto;
    margin: 0 10px;
}

h1{
    text-align: center;
}
.h1-logo img{
    max-width: 340px;

}

h2 span {
    position: relative;
    z-index: 1;
  }

h2{
    position: relative;
    padding: 10px 5px;
    margin-bottom: 1em;
    font-size: 150%;
    font-weight: bold;
}

h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #f96788, #f96788 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #f96788, #f96788 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

h3{
    font-size: 120%;
    padding: 5px;
    font-weight: bold;
    color: #f96788;
}
h4{
    padding: 5px;
    font-weight: bold;
    color: #f96788;  
}

ul, ol{
    margin: 0 10px;
    padding-left: 1em;
}
ul{
    list-style-type: disc;
}
ol{
    list-style-type: decimal;
}
.header-menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.center{
    text-align: center;
}

hr{
    color: #ddd;
    margin: 20px 0;
}

table{
    border: 1px solid #ddd;
    width: 100%;
    margin: 10px 0 20px 0;
    border-collapse:  collapse;
}
th, td{
    border: 1px solid #ddd;
    padding: 0.5em;
}

img{
    max-width: 100%;
    height: auto;
}

.scroll{/* 個人情報等のスクロール部分 */
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #aaa;
    padding: 5px;
    margin-top: 10px;
}


/* 文字大きさや装飾 */
.right{
    text-align: right;
}
.size-120{
    font-size: 120%;
}
.size-90{
    font-size: 90%;
}
.size-80{
    font-size: 80%;
}
.bold{
    font-weight: bold;
}
.center{
    text-align: center;
}
.under-line{
    background: linear-gradient(transparent 55%, rgba(249,103,136,0.4) 55%);
}
.shadow{
    text-shadow: 1px 2px 0px #fff;
}
.color-777{
    color: #777;
}



.blue-line{
    background-color: #5DBCCA;
    height: 15px;
}





/* ------------------------------------------------------------------------ header */
header{
    background-color: #F4F1E3;
    padding: 20px 10px;
    background-image: url(../img/smilebaby/bg02.png);
    background-repeat: repeat;
}

.header-menu{
    max-width: 500px;
    margin: 10px auto;
    font-size: 120%;
    font-weight: bold;
}
.header-menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    border: solid 5px rgba(249,103,136,0.5);
}

.header-menu li{
    display: inline-block;
    text-align: center;
    border-left: 1px solid #F4F1E3;
}
.header-menu li a{
    display: block;
    padding: 1.5em;
    transition: .4s;
}
.header-menu li a:hover{
    text-decoration: none;
    color:rgba(249,103,136,0.6);
}

.header-menu li:first-child{
    border-left: none;
}
header dt{
    padding-bottom: 0.2em;
}


.h2-pickup {
    position: relative;
    padding: 1rem;
    text-align: center;
    border: 3px solid #5DBCCA;
    background: #fff;
    max-width: 200px;
    margin: 2em auto 0.5em auto;
    font-size: 120%;
    font-weight: bold;
    color: #5DBCCA;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
  }
  
  .h2-pickup:before,
  .h2-pickup:after {
    position: absolute;
    content: '';
  }
  
  .h2-pickup:before {
    top: -40px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border: 3px solid #5DBCCA;
    border-radius: 50%;
    background: #fff;
  }
  
  .h2-pickup:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  
  .h2-pickup i {
    font-size: 30px;
    font-size: 2rem;
    line-height: 60px;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: calc(50% - 40px);
    width: 80px;
    height: 60px;
    text-align: center;
  }

  header a, footer a{
    color: #000000;
}





/* -------------------------------------------------- header smilebabyインデックス */
header.smilebaby_top{
    background-color: #ffffff;
    padding: 20px 10px;
    background-image: url(../img/smilebaby/sp-bg01.png);
    background-repeat: no-repeat;
    background-position: center bottom 15%;
    background-size: cover;
}

header.smilebaby_top .smilebaby_top_img img{
    max-width: 350px;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

  




/* -------------------------------------------------- header レスポンシブ */
.sp-on{/* sp時のみ表示するアイテム */
    display: none;
}
@media screen and (max-width: 620px) {
    .header-menu{
        font-size: 100%;
    }
    .header-menu ul{
        background-color: rgba(255, 255, 255, 0);
        border: none;
    }

    .header-menu li{
        border-left: none;
        background-color: #fff;
        border-radius: 20px;
        margin: 10px 20px;
        width: 35%;
        border: solid 5px rgba(249,103,136,0.5);

    } 
    .header-menu li:first-child{
        border-left: solid 5px rgba(249,103,136,0.5);
    }
    header .size-120{
        font-size: smaller;
    }
}

@media screen and (max-width: 414px){
    header{
        background-color: #ffffff;
        padding: 20px 10px;
        background-image: url(../img/smilebaby/sp-bg01.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .sp-off{
        display: none;
    }
    .sp-on{
        display: block;
        margin: 15px 0;
    }
} 




/* ------------------------------------------------------------------------ footer */
footer{
    padding: 20px 10px;
    background-color: #F4F1E3;
    overflow: hidden;
}
footer p{
    clear: both;
    text-align: center;
    padding: 0.8em;
}
.footer-menu{
    font-size: 100%;
    font-weight: bold;
    float: right;
}
.footer-menu ul{
    text-align: center;
}

.footer-menu li{
    padding: 0.5em;
    display: inline-block;
    text-align: center;
}
.bnr_akamama{
    max-width: 180px;
    height: auto;
}






footer{
    background-image: url(../img/smilebaby/bg02.png);
    background-repeat: repeat;
}

@media screen and (max-width: 414px){
    footer{
        background-color: #fff;
        background-image: url(../img/smilebaby/sp-bg02.png);
        background-repeat: no-repeat;
    }

}


/* -------------------------------------------------- footer レスポンシブ */
@media screen and (max-width: 620px) {
    .footer-menu{
        font-size: smaller;
    }
}




/* ------------------------------------------------------------------------ pickup */
.pickup{
    background-color:rgba(93,188,202,0.3);
    padding: 20px 0;
}
pickup-wrap{
    margin: 20px 0;
}
.pickup-item{
    position: relative;
    max-width: 380px;
    height: auto;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    border-radius: 20px;
    background-color: #fff;
    padding-bottom: 0.5em;
    margin: 20px auto;
    box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.2);
}
.pickup-item img{
    max-width: 100%;
    height: auto;
}
.pickup-item p{
    margin: 0.3em 0.7em;
    padding: 10px 5px;
}
.swiper-slide{
    align-self: center;
}

/* --- リボン部分 --- */
.ribbon-content {
  position: absolute;
  top: -6px;
  right: -4px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }

.ribbon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  border-top: 4px solid #3b7680;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon:before {
  left: 14px;
}

.ribbon:after {
  right: 18px;
}

.ribbon-blue{
  background: #5DBCCA;
} 
.ribbon-blue:before, .ribbon-blue:after {
  border-top: 4px solid #3b7680;
}

.ribbon-pink{
  background: #f96788;
} 
.ribbon-pink:before, .ribbon-pink:after {
  border-top: 4px solid #993f54;
}



/* ------------------------------------------------------------------------ main */
main{
    background-image: url(../img/smilebaby/bg01.jpg);
    padding: 30px 20px;
}
.item-wrap{
    max-width: 1000px;
    margin: -10px auto;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}
.item{
    max-width: 300px;
    height: auto;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    border-radius: 10px;
    background-color: #fff;
    padding-bottom: 0.5em;
    margin: 40px 16px;
    box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.2);
}
.item img{
    max-width: 100%;
    height: auto;
}
.item p{
    margin: 0.3em 0.7em;
    padding: 10px 5px;
}
.more-present{
    width: 250px;
    background-color: #5DBCCA;
    margin: 1em auto;
    padding: 0;
    border-radius: 10px;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
}
.more-present a{
    color: #fff;
    display: block;
    padding: 1em;
}
.more-present a:hover{
        text-decoration: none;
}
.more-present:hover{
    background-color: rgba(93,188,202,0.7);
}

/* archive-present.phpで使用 */
.present-tag{
    font-size: 80%;
    font-weight: 100;
    color: #fff;
    padding: 0.3em 1em;
    margin: 1em;
    border-radius: 20px;
}
.zenin{
    background-color: #fc7695;
}
.chuusen{
    background-color: #70c7d4;
}
.senchaku{
    background-color: #ffc668;  
}
/* archive-present.phpで使用 ここまで */

.present-tag a:hover{
    text-decoration: none;
}


.item{
    position: relative;
}
.ptag{
    position: absolute;
    left: 10px;
    top: -30px;
}
.ptag img{
    max-width: 85px;
    height: auto;
}




/* ページネーション */
.pagination{
    max-width: 700px;
    margin: 20px auto;
}
.pagination ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.pagination li{
    padding: 0.5em;
    margin: 0.3em;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
}



/* ------------------------------------------------------------------------ 各ページ */

/* ---------- indexページ ---------- */

.index-header{
    padding: 0;
}
.index-img{
    width: 100%;
    height: auto;
}
.index-main, .index-footer{
    background-color: #fff;
    background-image: url(../img/smilebaby/bg01.jpg);
}
.index-inner{
    max-width: 1000px;
    margin: 20px auto;
}
.index-h1{
    margin: 5em auto;
    color: #f96788;
}
.index-h2:after{
    background-image: none;
}



.inner{
    max-width: 650px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0px auto;
    padding: 20px;
}

/* ---------- 会社概要ページ ---------- */

/* ---------- 個人情報保護ページ ---------- */
.privacy-ol li{
    padding-bottom: 1em;
}


/* ---------- クーポンページ ---------- */
.coupon h3{
    border-left: 8px solid #f96788;
}
.coupon img{
    max-width: 100%;
    height: auto;
    padding: 10px 0;
}
/* サムネイルのサイズ調整 */
img.attachment-full{
    max-width: 100%;
    height: auto;
}

/* クーポン申し込みボタン */
.coupon-btn{
    max-width: 500px;
    background-color: rgba(93,188,202,0.6);
    border-radius: 25px;
    text-align: center;
    margin: 10px auto;

    padding: 0;
}
.coupon-btn a{
    color: #fff;
    font-size: 150%;
    font-weight: bold;
    display: block;
    padding: 1.5em;
}
.coupon-btn:hover{
    background-color: rgba(93,188,202,0.7);
}
.coupon-btn a:hover{
    text-decoration: none;
}

.coupon-btn2{
    max-width: 500px;
    background-color: rgba(249,103,136,0.6);
    border-radius: 25px;
    text-align: center;
    margin: 10px auto;

    padding: 0;
}
.coupon-btn2 a{
    color: #fff;
    font-size: 150%;
    font-weight: bold;
    display: block;
    padding: 1.5em;
}
.coupon-btn2:hover{
    background-color: rgba(249,103,136,0.7);
}
.coupon-btn2 a:hover{
    text-decoration: none;
}


/* フォーム部分 */
input[type='tel'], input[type='email'], input[type='password'], select{
    width: 100%;
    max-width: 400px;
    padding: 5px;
    margin: 0.3em 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color:#fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type='text']{
    max-width: 100%;
    padding: 5px;
    margin: 0.3em 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color:#fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.acpwd-form{
    text-align: center;
}

textarea{
    width: 100%;
    height: 300px;
    padding: 5px;
    margin: 0.3em 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type='submit']{
    border: none;
    display: block;
    width: 100%;
    max-width: 200px;
    padding: 10px;
    border-radius: 5px;
    background-color: #5DBCCA;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    margin: 1em auto;
    text-align: center;
}
.required{
    background-color:#5DBCCA;
    color: #fff;
    padding: 0.15em 0.3em;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 0.3em;
}

.voluntarily{
    background-color:#f96788;
    color: #fff;
    padding: 0.15em 0.3em;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 0.3em;
}

.mw_wp_form .error{
    font-size:100%!important;
    color: red!important;
    font-weight: bold!important;
}

input.user-address1{
    width: 8em;
}

/* ------------------------------------------------------------------------ 404ページ */




/* ------------------------------------------------------------------------ 仮作成 */
/* パスワード入力ページ用 */
.wrapper{
    background-image: url(../img/smilebaby/bg01.jpg);
}










/* ------------------------------------------------------ 20211210 追加

マザーズセレクション大賞2021タイアップページ

-------------------------------------------------------------------- */
#ifuku .sbp_ms{
    font-size: 7;
}

#ifuku .sbp_ms a{
    display: inline;
}

#ifuku .sbp_ms h2{
	border-bottom: none;
}

#ifuku .sbp_ms h3{
    color: #000;
}

#ifuku .sbp_ms ul{
    list-style-type: none;
    margin: 0;
}

.sp-bm-bnr{
    z-index: 2;
}


.sbp_ms{
    font-family: '游ゴシック', sans-serif;
}

.sbp_ms a{
    color: #000;
    transition: 0.5s;
}
.sbp_ms a:hover{
    color: #ed6d46;
    text-decoration: none;
}

.sbp_ms .center{
    text-align: center;
}

.sbp_ms .bold{
    font-weight:bold;
}

.sbp_ms .size-120{
    font-size: 120%;
}

.sbp_ms h2{
    margin: 1em auto;
    text-align: center;
}

/* ------------------------------------------------------ title */
.sbp_ms .title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 110%;
}
.sbp_ms .title img{
    max-width: 200px;
}

/* ------------------------------------------------------ faq */
.sbp_ms .faq{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2em 0;
}

.sbp_ms .faq div{
    max-width: 31%;
    width: 100%;
}
.sbp_ms .faq div h3{
    font-weight: bold;
    text-align: center;
    border-bottom: 3px dotted #f2a0a1;
    margin: 0 0 0.5em 0;
    font-size: 110%;
}

.sbp_ms .faq div span{
    font-weight: 700;
    color: #ee827c;
}

/* ------------------------------------------------------ voice */
.sbp_ms .voice{
    width: 90%;
	background: none;
	border: 1px solid #f39800;
	margin: 5px auto;
	padding: 1em;
	position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.sbp_ms .voice a{
    color: #ed6d46;
}
.sbp_ms .voice a:hover{
    color: #000;
}

.sbp_ms .voice::after{
	background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px); /* ストライプの色 */
    background: rgba(246,174,84,0.4);
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.sbp_ms .voice img{
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
}

.sbp_ms .voice div{
    margin: 0 auto;
    text-align: center;
}
.sbp_ms .voice .back_white{
    padding: 0.3em;
    margin-bottom: 0.5em;
    background-color: #fff;
}

/* ------------------------------------------------------ item */
.sbp_ms .item_wrap{
    margin: 2em 0;
    display: flex;
    justify-content: space-between;
}

.sbp_ms .item_wrap .ms_item{
    max-width: 49%;
    width: 100%;
}
/*
.sbp_ms .item_wrap .ms_item .flex{
    display: flex;
    justify-content: space-between;
}

.sbp_ms .item_wrap .ms_item .flex p{
    width: 51%;
}
.sbp_ms .item_wrap .ms_item .flex .img-wrap{
    width: 48%;
}
.sbp_ms .item_wrap .ms_item .flex .img-wrap img{
    width: 100%;
}*/

.sbp_ms .item_wrap .ms_item .item02{
    max-width: 80%;
    margin: 0 auto;
}

.sbp_ms .item_wrap .ms_item dl dt{
    color: #ee827c;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 3px dotted #f2a0a1;
    margin: 0 0 0.5em 0;
}

.sbp_ms .item_wrap .ms_item dl dd{
    font-size: 105%;
}

.sbp_ms .item_wrap .ms_item .voice{
    width: 98%;
    position: relative;
}
.sbp_ms .item_wrap .ms_item .voice img{
    max-width: 80px;
    min-width: 70px;
    margin-right: 0.6em;
    height: auto;
}

.sbp_ms .item_wrap .ms_item ul{
    margin-left: 1em;
}
.sbp_ms .item_wrap .ms_item ul li::before{
    content: '●';
    color: #f39800;
}

.sbp_ms .item_wrap .ms_item .contact{
    display: flex;
    margin: 1em;
}
.sbp_ms .item_wrap .ms_item .contact dt{
    font-size: 100%;
    border-bottom: none;
    color: #fff;
    background-color: #ee827c;
    padding: 0.5em;
    margin: 0 0.5em 1.5em 0;
}

/* ------------------------------------------------------ itemlist */
.sbp_ms .itemlist{
    margin: 2em 0;
}
.sbp_ms .itemlist h3{
    font-size: 130%;
    text-align: center;
    font-weight: bold;
    margin: 0 0.5em 1em 0.5em;
    padding: 0.6em;
    background-color: rgba(246,174,84,0.4);
}

.sbp_ms .itemlist ul{
    margin: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sbp_ms .itemlist ul li{
    display: flex;
    max-width: 49%;
    width: 100%;
    margin-bottom: 0.4em;
}
.sbp_ms .itemlist ul li::before{
    content: '●';
    color: #ee827c;
    padding-right: 0.1em;
}

.sbp_ms .itemlist ul li dl{
    margin: 0;
}

.sbp_ms .itemlist ul li dl dt{
    color: #000;
}

/* ------------------------------------------------------ sbp_link */
.sbp_ms .sbp_link{
    margin: 3em auto 5em;
    text-align: center;
}

.sbp_ms .sbp_link img{
    max-width: 700px;
    height: auto;
}





/* ------------------------------------------------------ sbpトップページピックアップ部分 */
.pickup-ms{
    position: relative;
    max-width: 730px;
    max-height: 300px;
    margin: 0 auto;
}
.pickup-ms div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.2em 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.pickup-ms div p{
    color: #333;
    width: 50%;
    padding: 0;
    margin: 0.5em 0.3em;
}
.pickup-ms div a:hover{
    text-decoration: none;
}

.pickup-ms div .pickup-btn{
    text-align: center;
    max-width: 200px;
    font-weight: 900;
    color: #fff;
    padding: 0.8em;
    background-color: #ca3464;
    border: 5px solid #ca3464;
    border-radius: 1em;
    transition: .3s;
    margin: 0 1em 1.5em auto;
}
a:hover .pickup-btn{
    text-decoration: none;
    background-color: rgba(255,255,255,0.3);
    color: #ca3464;
}





/* ------------------------------------------------------ sbp内マザーズセレクション企画ページ */
.sbp_ms_sub .ms_btn a{
    display: block;
    max-width: 500px;
    margin: 1em auto;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    color: #fff;
    padding: 0.5em;
    background-image: linear-gradient(45deg, #e73562 0%, #f8e58c 100%);
    border-radius: 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.sbp_ms_sub .ms_btn a:active{
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.sbp_ms_sub .item_wrap{
    display: block;
}

.sbp_ms_sub .item_wrap .ms_item{
    max-width: 100%; 
}

.sbp_ms_sub .item_wrap .ms_item .ms-present{
    padding: 1em;
    margin: 1em 0.3em 2em ;
    background-color: #f2f2f2;
    border-top: 10px solid #ee827c;
}




















/* ------------------------------------------------------------------------ ipad */
@media screen and (max-width: 1045px) {
    .item-wrap{
        justify-content: center; 
    }
}

/* ------------------------------------------------------------------------ ipad */
@media screen and (max-width: 768px) {

    .item{/* トップページアイテム部分 */
        margin: 20px;
    }
    .pickup-item{/* トップページピックアップ部分 */
        margin: 20px;
    }








    /* ----------------------- マザーズセレクション大賞タイアップページ */
    /* ------------------------------------------------------ title */
    .sbp_ms .title{
        font-size: 100%;
    }
    .sbp_ms .title img{
        max-width: 200px;
    }

    /* ------------------------------------------------------ faq */
    .sbp_ms .faq{
        display: block;
    }

    .sbp_ms .faq div{
        max-width: 100%;
        width: 100%;
        margin-bottom: 2em;
    }

    /* ------------------------------------------------------ voice */
    .sbp_ms .voice{
        width: 90%;
        display: block;
        text-align: center;
        font-size: 90%;
    }

    .sbp_ms .voice img{
        max-width: 100px;
    }

    .sbp_ms .voice div{
        margin: 1em auto 0;
        text-align: center;
    }
    .sbp_ms .voice .back_white{
        padding: 0.3em;
        background-color: #fff;
    }

    /* ------------------------------------------------------ item */
    .sbp_ms .item_wrap{
        display: block;
    }

    .sbp_ms .item_wrap .ms_item{
        max-width: 100%;
        width: 100%;
    }

    .sbp_ms .item_wrap .ms_item .flex p{
        width: 60%;
    }
    .sbp_ms .item_wrap .ms_item .flex .img-wrap{
        width: 38%;
    }

    .sbp_ms .item_wrap .ms_item .voice{
        display: flex;
        justify-content: space-between;
        text-align: left;
    }

    .sbp_ms .item_wrap .ms_item .voice img{
        margin: 0;
    }
    .sbp_ms .item_wrap .ms_item .voice ul{
        margin: 1em 0 1em 1em;
    }
}
/* ------------------------------------------------------------------------ レスポンシブ */
@media screen and (max-width: 620px) {
    .pickup-item{/* トップページピックアップ部分 */
        margin: 20px auto;
    }
}

/* ------------------------------------------------------------------------ ピックアップスライド部分調整 */
@media screen and (max-width: 400px) {
    .header-menu{
        font-size: 77%;
    }
    .pickup-item{/* トップページピックアップ部分 */
        margin: 20px 10px;
    }
    .inner{
        padding: 10px;
    }
    .coupon-btn a{
        font-size: 130%;
    }









    /* ------------------------------------------------------ マザーズセレクション大賞タイアップページ */
    .sbp_ms{
        font-size: 90%;
    }

    /* ------------------------------------------------------ sbpトップページピックアップ部分 */
    .pickup-ms{
        margin: 0 1em;
    }
    .pickup-ms div{
        position: static;
    }
    .pickup-ms div{
        display: block;
    }
    .pickup-ms div p{
        width: 100%;
    }
    .pickup-ms div .pickup-btn{
        margin: 0.5em auto;
    }

    /* ------------------------------------------------------ title */
    .sbp_ms .title{
        display: block;
        text-align: center;
    }
    .sbp_ms .title p{
        text-align: left;
        font-size: 90%;
    }
    .sbp_ms .title img{
        max-width: 150px;
        margin-bottom: 1em;
    }

    /* ------------------------------------------------------ voice */
    .sbp_ms .voice{
        width: 95%;
    }
    
    .sbp_ms .voice img{
         max-width: 80px;
    }
    /* ------------------------------------------------------ item */
    .sbp_ms .item_wrap .ms_item{
        margin-bottom: 4em;
    }
    .sbp_ms .item_wrap .ms_item .flex{
        display: block;
    }

    .sbp_ms .item_wrap .ms_item .flex p{
        width: 100%;
    }
    .sbp_ms .item_wrap .ms_item .flex .img-wrap{
        width: 100%;
    }

    .sbp_ms .item_wrap .ms_item img{
        margin: 1.5em 0;
    }

    .sbp_ms .item_wrap .ms_item .voice{
        display: block;
        text-align: center;
    }

    .sbp_ms .item_wrap .ms_item .voice img{
        max-width: 80px;
        margin: 0;
    }

    .sbp_ms .item_wrap .ms_item .voice ul{
        text-align: left;
        margin: 1em 0;
    }

    .sbp_ms .item_wrap .ms_item .contact{
        display: block;
    }
    .sbp_ms .item_wrap .ms_item .contact dt{
        font-size: 80%;
        padding: 0.3em;
        margin-right: 0.5em;
        text-align: center;
    }

    /* ------------------------------------------------------ itemlist */
    .sbp_ms .itemlist h3{
        font-size: 130%;

    }

    .sbp_ms .itemlist ul{
        margin: 1em;
        display: block;
    }
    .sbp_ms .itemlist ul li{
        display: flex;
        max-width: 100%;
        margin-bottom: 0.5em;
    }
    .sbp_ms .itemlist ul li::before{
        content: '●';
        color: #ee827c;
        padding-right: 0.1em;
    }









    /* ------------------------------------------------------ sbp内プレゼントページ */
    .sbp_ms_sub .ms_btn a{
        font-size: 90%;
        padding: 1em;
        margin-left: 1em;
        margin-right: 1em;
    }
}