@charset "UTF-8";
/* CSS Document */

/* **ソートリスト**
1__全体設定
2__TOP設定
3__下層設定
4__CSSハック
5__プラグイン制御
6__アニメーション
*/

/*============================
==============================
==============================
==============================
#1__全体設定
============================*/
/* -基本設定- */
html{-webkit-text-size-adjust: 100%;
touch-action: manipulation;/* タッチ拡大無効 */
}
/*
*{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*::selection {background-color: none;}*/
:root {font-size: 62.5%;}
article#main{padding-bottom:1rem !important;}
.theme-atgohan .wt-p-root-container, .theme-pakumogu .wt-p-root-container{padding-bottom:0;}
/* html{visibility: hidden;}
html.wf-active {visibility: visible;} */
a{text-decoration:none;word-break:break-all;color:inherit;}
p{word-break:break-all;}
a[href]:hover,
label:hover,
input[type="submit"]:hover,
[data-action]:hover,
[data-detail-action]:hover,
[data-form-action]:hover,
button:hover{opacity:0.8;cursor: pointer;}
img{max-width:100%; height:auto;}
body{font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;line-height:1.5;font-size: 1.6rem;font-style: normal;padding-top: 15rem;color: #652710;font-weight:500;}
/*-{ font-family: "游明朝体", "Yu Mincho", YuMincho,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }-*/
figure{margin:0;}
pre{white-space: inherit;word-break: break-all;}
input{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
select{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
button{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
input[type="number"]::-webkit-outer-spin-button{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
input[type="number"]::-webkit-inner-spin-button{border:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-appearance:none;}
input:checked{background:none;}
select option{color:#000;}
ifram{ width:100% !important; height:100% !important;}
ul{font-size:0;}
li{font-size:1.6rem;}
.radio{position:relative;}
.radio label{}
.radio:before{position: absolute;content: "";}
.radio input[type="radio"]{}
.radio input[type="radio"]:checked + label::after{position:absolute; content:"";}
.checkbox{position:relative;}
.checkbox label{position:relative;}
.checkbox input[type="checkbox"]{}
.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="checkbox"]:checked + label::after{position:absolute; content:"";}
.checkbox input[type="checkbox"]:checked + label::before{}
.checkbox input[type="checkbox"]:checked + label::after{}
.select{position:relative;}
.select:before{position:absolute; content:"";}
.select select{background:none;}
.input{}
.input input:focus{border-color:#000;}
.input input[type=text],
.input input[type=mail],
.input input[type=email],
.input input[type=tel]{}
.input input[type=mail],
.input input[type=email],
.input input[type=tel]{ime-mode: disabled;}
.input input::placeholder{}
.input input:-ms-input-placeholder{}
.input input::-ms-input-placeholder{}
.input input:-webkit-input-placeholder{}
.input input::-webkit-input-placeholder{}
.textarea{}
.textarea textarea{resize: none;}
.textarea textarea:focus{border-color:#000;}
.table table{width:100%;border-collapse:collapse;border-spacing:0;table-layout: fixed;}
.guard{position:relative;}
.guard:after{position:absolute;content:"";width:100%;left:0;top:0;height:100%;}
sup{font-size:70%;vertical-align:top;}
sub{font-size:70%;vertical-align:baseline;}
noscript{color: #fff;display: inline-block;width: 100%;font-size: 2rem;text-align: center;border: 0.2rem solid #ff0000;background: #ff0000;padding: 3rem 1.5rem;box-sizing: border-box;margin: 3rem 0;border-radius: 10rem;-webkit-border-radius: 10rem;}

/* -h1- */
.h1{}
.h1 h1{}

/* -header- */
.mealkit_mypage_header img{width:100%;}
.mealkit_mypage_header{
  width:90%;
  position:fixed;
  top:0;
  left:50%;
  transform:translate(-50%,0);
  z-index:11;
  background:#FFF;}
.mealkit_mypage_header .header_inner{
  margin:0 auto;
  background:#e50012;
  border-radius:0 0 10px 10px;
  padding:0.9rem 0;}
.mealkit_mypage_header .header_inner .header_top{
  display:flex;
  justify-content: center;
  align-items: center;
  width:100%;
  max-width:100rem; 
  margin:0 auto;
  
}
/* mealkit */
.mealkit_mypage_header .header_inner .header_top .logo{width:32rem;margin-right:3rem;position:relative;left:-2rem;}
.mealkit_mypage_header .header_inner .header_top .address_area{margin-right:3rem;position:relative;}
.mealkit_mypage_header .header_inner .header_top .address_area .input_form{position:relative;}
.mealkit_mypage_header .header_inner .header_top .address_area .input_form input,
.mealkit_mypage_header .header_inner .header_top .address_area > a{display:block;border:2px solid #FFF;padding:0 0.5rem;line-height: 3.5rem;color:#FFF;font-size:1.4rem;width:18.5rem;}
.mealkit_mypage_header .header_inner .header_top .address_area .input_form input{color:#fff;background:none;padding-right:3rem;}
.mealkit_mypage_header .header_inner .header_top .address_area .ar_icon{position:absolute;right:0;top:0;width:100%;height: 100%;cursor: pointer;}
.mealkit_mypage_header .header_inner .header_top .address_area .ar_icon span{position:absolute;right:1rem;top:50%;border-right:2px solid #FFF;border-top:2px solid #FFF;width:1rem;height:1rem;transform:translate(0,-60%) rotate(135deg);}
.mealkit_mypage_header .header_inner .header_top .address_area .ar_icon_note{background:#FFF;border-radius:0.5rem;position:absolute;top:110%;left:0;width:100%;display: flex;padding:0.5rem 0.5rem 0.5rem 1rem;justify-content: space-between;box-shadow:0px 0px 2px rgba(0,0,0,0.2);}
.mealkit_mypage_header .header_inner .header_top .address_area .ar_icon_note{display:none;}
.mealkit_mypage_header .header_inner .header_top .address_area .ar_icon_note.on{display:flex;}
.mealkit_mypage_header .header_inner .header_top .address_area .ar_icon_note .text{font-size:1.2rem;line-height:3rem;}
.mealkit_mypage_header .header_inner .header_top .address_area .ar_icon_note .change_btn{background:#faccd0;width:6.5rem;text-align:center;line-height:3rem;border-radius:0.5rem;font-size: 1.3rem;}
.mealkit_mypage_header .header_inner .header_link ul{display:flex;justify-content: flex-start;align-items: center;flex-wrap:wrap;}
.mealkit_mypage_header .header_inner .header_link ul li a{font-size:1.2rem;color:#FFF;font-weight: 500;}
.mealkit_mypage_header .header_inner .header_link ul li:nth-child(1){width:100%;margin: 0 0 0.0rem;}
.mealkit_mypage_header .header_inner .header_link ul li:nth-child(n + 2){margin-right:2rem;}
.mealkit_mypage_header .header_btn ul{display:flex;justify-content: center;align-items: center;}
.mealkit_mypage_header .header_inner .header_link.-blank{width:80%;height:5rem;}

.mealkit_mypage_header .header_btn ul li{margin-right:2rem;position:relative;}
.mealkit_mypage_header .header_btn ul .ksk_btn{width:13.8rem} 
.mealkit_mypage_header .header_btn ul .cart_btn{width:3.2rem}
.mealkit_mypage_header .header_btn ul .cart_btn .num{background: #FFF;position: absolute;right: -1rem;top: -0.5rem;text-align:center;width: 2.5rem;line-height: 2.5rem;text-align: center;border-radius: 5rem;font-size: 1.3rem;}
.mealkit_mypage_header .header_btn ul .mypage_btn{width:5.5rem;margin:0;}
.mealkit_mypage_header .header_menu ul{display:flex;justify-content: center;align-items: center;}
.mealkit_mypage_header .header_menu ul li{border-bottom:1px solid #CCC;width:25rem;padding:0.65rem 0;background:#FFF;}
.mealkit_mypage_header .header_menu ul li a{display:block;text-align:center;;border-right:1px solid #CCC;}
.mealkit_mypage_header .header_menu ul li:last-child a{border-right:0;}
.mealkit_mypage_header .header_menu ul li a img{margin:0 auto;}
.mealkit_mypage_header .header_menu .home img{width:9.2rem}
.mealkit_mypage_header .header_menu .pm img{width:17.2rem}
.mealkit_mypage_header .header_menu .ag img{width:19rem}
.mealkit_mypage_header .header_menu .og img{width:21.2rem}
.mealkit_mypage_header .header_btn ul .menu_btn .close{display:none;}
.mealkit_mypage_header.-simple .header_inner .header_top .logo{width:22rem;}
.mealkit_mypage_header.-simple .header_inner .header_top{justify-content: flex-start;}
.theme-atgohan.theme-new-style.-header_simple .wt-p-root-container{padding-top:10rem;}
.mealkit_mypage_header .header_btn ul .cart_btn a{display: block;}
@media screen and (max-width: 47.9688em) {
.mealkit_mypage_header{width:100%;padding:0 2%;}
.mealkit_mypage_header .header_inner{padding:0.5rem 0;}
.mealkit_mypage_header .header_inner .header_top{flex-wrap:wrap;}
.mealkit_mypage_header .header_inner .header_top .logo{width: 16rem;margin-right:4rem;position: relative;left:0;}
.mealkit_mypage_header .header_inner .header_top .address_area{position:absolute;width: 95%;margin: 0;top: 5rem;}
.mealkit_mypage_header .header_inner .header_top .address_area .input_form input,
.mealkit_mypage_header .header_inner .header_top .address_area > a{border-color:#dcd3cc;color:#512300;width:100%;text-align:center;font-weight:bold;line-height: 2.4rem;}
.mealkit_mypage_header .header_inner .header_top .address_area .ar_icon span{border-right: 2px solid #652710;border-top: 2px solid #652710;}
.mealkit_mypage_header .header_inner .header_link{position: absolute;top: 5rem;left: 0;width: 100%;z-index: 1;background: #fff;padding: 1rem 0;display:none;}
.mealkit_mypage_header .header_inner .header_link ul{display:block;} 
.mealkit_mypage_header .header_inner .header_link ul li a{display: block;line-height: 1rem;font-size: 1.5rem;color: #652710;text-align: left;width: 100%;padding: 1rem 1rem 1rem;line-height:1;}
.mealkit_mypage_header.on .header_link {display:block;}
.mealkit_mypage_header.on .header_link .ksk_btn img{width:15rem;}
.mealkit_mypage_header .header_inner .header_link.-blank{display:none;}
.mealkit_mypage_header .header_btn ul{align-items:bottom;}
.mealkit_mypage_header .header_btn ul .ksk_btn{display:none;}
.mealkit_mypage_header .header_btn ul .cart_btn{width:2.6rem;margin-right:1rem;}
.mealkit_mypage_header .header_btn ul .cart_btn a{display: block;}
.mealkit_mypage_header .header_btn ul .mypage_btn{width:4.2rem;margin-right:1rem;}
.mealkit_mypage_header .header_btn ul .menu_btn{width:2.6rem;margin:0;}
.mealkit_mypage_header.on .header_btn ul .menu_btn .close{display:block;}
.mealkit_mypage_header.on .header_btn ul .menu_btn .open{display:none;}
.mealkit_mypage_header .header_menu{padding-top:3rem;background:#FFF;}
.mealkit_mypage_header .header_menu ul{width:95%;margin:0 auto;border-bottom:1px solid #CCC}
.mealkit_mypage_header .header_menu ul li{width:24%;border:none;} 
.mealkit_mypage_header .header_menu .home img{width:auto;height:5rem;padding:0.5rem 0;}
.mealkit_mypage_header .header_menu .pm img{width:auto;height:5rem;}
.mealkit_mypage_header .header_menu .ag img{width:auto;height:5rem;}
.mealkit_mypage_header .header_menu .og img{width:auto;height:5rem;}
.mealkit_mypage_header.-simple .header_inner .header_top .logo{left:0.5rem;} 
}

/* -nav- */
nav{}
.nav_inner_block{}

/* -main- */
main{}
.article{}

/* -section- */
.section{}
.section_inner_block{}
.section_inner_block.-full{width:auto !important;}
#top_news.section{}

.section_title{text-align: center;margin-bottom: 3rem;position: relative;}
.section_title + .c-link01{margin-top: -1.5rem;margin-bottom: 4.5rem;}
.section_title .en{font-size: 3rem;color: #e50012;position: relative;padding-bottom: 0.5rem;margin-bottom: 2rem;letter-spacing: 0.16em;font-weight: 600;}
.section_title .en:before{content:"";background:#e50012;position: absolute;bottom: 0;height: 0.4rem;width: 13rem;left: 50%;transform: translate(-50%, 0);}
.section_title .jp{font-size: 2.5rem;color: #652710;}
.section_title .jp.-let135{letter-spacing: 0.135em;}
.section_title .jp.-let185{letter-spacing: 0.185em;}

#body .section{}
body.kaso #body .section.-gray{background:#f7f4f3}
#body .section_inner_block{}
#body .section:first-child{}
#body .section:nth-child(even){}
#body .section:nth-child(odd){}
#body .section:last-child{}
#body .section .section_inner_block{max-width: 92.755%;/* スマホ414pxのコンテンツサイズが384pxの場合 */padding: 6rem 0 0 0;width: 100rem;margin-left: auto;margin-right: auto;}
#body .section .section_inner_block:last-child{
    padding-bottom: 7rem;
}
#body .section .section_inner_block:not(:last-child){padding-bottom: 0;}
#body .section:first-child .section_inner_block:first-child{}
#body .section:nth-child(even) .section_inner_block{}
#body .section:nth-child(odd) .section_inner_block{}
#body .section:last-child .section_inner_block:last-child{}
#body .section#top_news{background:#f7f4f3}
#body .section#coupon_bnr{}
#body .section#coupon_bnr .section_inner_block{
    padding-top: 7rem;
    padding-bottom: 8rem;
}

.section#top_course .section_inner_bloc,
.section#top_price .section_inner_block{padding-bottom: 0;}

/* -pankuzu- */
.pankuzuWrap{}
.pankuzu{}

/* -footer- */
.wt-l-footer {
  z-index: 3;
  width: 100%;
}
.wt-l-footer {
  position: relative;}
.wt-l-footer {
  }
  .wt-l-footer__area {padding-right: 2rem;padding-left: 2rem;
  }
.wt-l-footer__area {
  width: 100%;
  max-width: 104rem;
  margin-right: auto;
  margin-left: auto;}

.wt-l-footer.bg_footer .wt-p-footer{background:#fdffe8;border:none;
  padding-bottom:8rem;}
.wt-l-footer.bg_footer .wt-p-footer__nav{justify-content: center;}
.wt-l-footer.bg_footer .corp_menu li{margin:0 15px;}
.wt-l-footer.bg_footer .corp_menu li a{font-weight:bold;color:#6c4a27;font-size:12px;}
.wt-l-footer.bg_footer .corp_menu li a:after{display:none;}
.wt-l-footer.bg_footer .wt-p-footer__nav{display:flex;flex-wrap:wrap;justify-content: flex-start;}
.wt-l-footer.bg_footer .corp_menu li{width:auto;}
.wt-l-footer.bg_footer .corp_menu li a{background:none;border:none;}
.wt-l-footer.bg_footer .wt-p-footer{background:#fdffe8;border:none;}
.wt-l-footer.bg_footer .wt-p-footer__nav{justify-content: center;}
.wt-l-footer.bg_footer .corp_menu li{margin:0 15px;}
.wt-l-footer.bg_footer .corp_menu li a{font-weight:bold;color:#6c4a27;font-size:12px;}
.wt-l-footer.bg_footer .corp_menu li a:after{display:none;}

.footer_bnr_area{padding:4rem 0 2rem;}
.footer_bnr_area ul{display:flex;justify-content: center;align-content: center;}
.footer_bnr_area ul li{margin:0 0.5rem;}
.footer_bnr_area ul li a img{width:23rem;height:auto !important;}
.sns_bnr_area{padding:2rem 0 2rem 6rem;}
.sns_bnr_area ul{display:flex;justify-content: center;align-content: center;}
.sns_bnr_area ul li{margin:0 0.5rem;}
.wt-p-footer__copy {text-align: center;}
.wt-p-footer__logo {margin-right: auto;margin-left: auto;}
 @media screen and (min-width: 47.96875em) {
.wt-l-grow-lg{max-width: 110rem !important;}
.wt-p-nav__main{justify-content: center;}
.footer_title{font-size:16px;margin:50px 0 10px;font-weight: bold;}
.wt-p-footer__nav{align-items: center;padding:0;margin-bottom:30px;}
.wt-p-footer__nav__link{padding:0; background:none;}

.service_menu{ justify-content:flex-start;}
.service_menu li{padding-right:25px;margin-right:25px;border-right:1px solid #000;min-height: 4em;}

.corp_menu{margin:30px 0 20px;}
.corp_menu:nth-child(2){justify-content: flex-start;}
.corp_menu:nth-child(2) li{margin:0 78px 0 0;}
.corp_menu li a{font-size:14px;letter-spacing: 0px;}
.service_menu{align-items: flex-start;}
.service_menu li:last-child{border:none;min-height:2;}
.service_menu .wt-p-footer__nav__link{font-size:14px;white-space: nowrap;}
.service_menu .wt-p-footer__nav__link[target="_blank"]::after{display:none;}

 }
 @media screen and (max-width: 47.96875em) {
.footer_title{display: block;font-weight: bold;-webkit-transition: opacity 0.3s;transition: opacity 0.3s;padding: 1.6rem 1.5rem 1.5rem;background-size: 1.6rem 1.6rem;border-top: 0.1rem solid #fff;border-bottom: 0.1rem solid #ccc;font-size: 1.3rem;line-height: 1.385;letter-spacing: 0.05em;;}
 }
@media print, screen and (min-width: 48em)
{
  .wt-p-footer__copy {margin-top: 2rem;font-size: 1.5rem;line-height: 1.334;letter-spacing: 0.05em;
  }
  .wt-p-footer__logo {margin-top: 2rem;width: 18rem;height: 3.1rem;
  }
}

/* -共通クラス(link)- */
.c-link01{font-size: 1.6rem;font-weight: bold;text-decoration: underline;text-align: center;letter-spacing: 0.04em;}
.c-link01 a{color: #652710;position: relative;display: inline-block;border-bottom: 1px solid #652710;padding-right: 1.5rem;line-height: 1.2;}
.c-link01 a:before{content:"";border-width: 1.0rem 1.2rem;border-style: solid;height: 0;width: 0;position: absolute;right: 0;border-color: transparent transparent transparent #652710;top: 50%;transform: translate(50%, -50%);}

.c-link02{}
.c-link02 > ul{
    text-align: center;
}
.c-link02 > ul > li{
    width: 26rem;
    height: 16.5rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    vertical-align: top;
    padding: 1.5rem 0 2rem 0;
    box-sizing: border-box;
    border-radius: 2rem;
    margin: 0 1.5rem;
}
.c-link02 > ul > li > .img{
    height: 6.8rem;
    display: flex;
    align-items: center;
}
.c-link02 > ul > li > .img > a{}
.c-link02 > ul > li > .img > a > img{}
.c-link02 > ul > li .c-btn01{
    margin: 0;
}
.c-link02 > ul > li .c-btn01 a{
    background: url(../img/btn_bg2.svg) center / cover no-repeat;
    width: 22rem;
    height: 4.5rem;
}
.c-link02 > ul > li .c-btn01 a:hover{
    background: url(../img/btn_bg2_h.svg) center / cover no-repeat;
}

.c-link02 > ul > li.-yellow{
    border: 0.2rem solid #f18911;
    background: #fdfad8;
}
.c-link02 > ul > li.-green{
    border: 0.2rem solid #5cb23b;
    background: #f1fde5;
}
.c-link02 > ul > li.-purple{
    border: 0.2rem solid #c00b58;
    background: #fcf3f7;
}

/* -共通クラス(btn)- */
.c-btn01{text-align: center;margin-top: 3rem;}
.c-btn01 a{
    width: 28rem;
    height: 4.5rem;
    display: inline-flex;
    background: url(../img/btn_bg.svg) center /cover no-repeat;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.5rem;
    box-sizing: border-box;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.075em;
}
.c-btn01 a:hover{color:#fff;background: url(../img/btn_bg_h.svg) center /cover no-repeat;}

/* -共通クラス(marker)- */
.c-marker01{position: relative;display: inline;background: linear-gradient(to bottom, transparent 2.5rem, #ffdb0b 1rem);}

.c-marker02{position: relative;display: inline;background: linear-gradient(to bottom, transparent 64%, #fff11d 5%);}

/* -共通クラス(img)- */
.c-img01{text-align: center;font-size: 0;}
.c-img01 a{display: inline-block;}
.c-img01 a:not(:last-child):first-child{margin-right: 4rem;}
.c-img01 a img{}
.c-img01 .c-btn01{}
.c-img01 .c-btn01 a{
    display: inline-flex;
}

/* -共通クラス(title)- */
.c-title01{font-size: 1.7rem;color: #e50012;font-weight: 600;letter-spacing: 0.1em;position: relative;margin-bottom: 3rem;}
.c-title01:before{content:"";background:#e0d4cf;height: 0.4rem;width: 100%;position: absolute;top: 50%;}
.c-title01 > span{background: #fff;padding-right: 1.5rem;position: relative;z-index: 1;}

.c-title02{
    font-size: 1.8rem;
    letter-spacing: 0.225em;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 2.5rem;
}
.c-title02:before{content:"";border-bottom:0.3rem dotted #e50012;position: absolute;left: 0;top: 1.3rem;width: 100%;}
.c-title02 > span{
    background: #fff;
    border: 0.2rem solid #e50012;
    border-radius: 5rem;
    padding: 0 3.3rem;
    position: relative;
    z-index: 1;
}

/* -共通クラス(list)- */
.c-list01 {
}
.c-list01 > ul {
}
.c-list01 > ul > li {font-size: 1.4rem;padding-left: 1.5rem;position: relative;font-weight:bold;}
.c-list01 > ul > li:before{content:"・";position: absolute;left: 0;top: 0;}
.c-list01 > ul > li:not(:last-child){margin-bottom: 1rem;}




/*============================
==============================
==============================
==============================
#2__TOP設定
============================*/
/* -各セクションごとの設定- */
.kv{}
.kv > .slide{}
.kv > .slide > ul{}
.kv > .slide > ul li{height: 30rem;}
.kv > .slide > ul li a{}
.kv > .slide > ul li a img{height: 100%;}

.top_news_list{margin-top: 7.5rem;background: #fef2f3;padding: 2.5rem 0;padding-top: 0;}
.top_news_list .inner{width: 100rem;max-width: 100%;margin-left: auto;margin-right: auto;display: flex;}
.top_news_list .inner .title{font-size: 1.5rem;font-weight: bold;color: #e50012;height: 4.4rem;background: #fff;width: 13rem;display: flex;align-items: center;justify-content: center;border-radius: 0 0 1rem 1rem;}
.top_news_list .inner ul{width: calc(100% - 15rem);margin-top: 2.5rem;margin-left: 2rem;}
.top_news_list .inner ul li{display: flex;}
.top_news_list .inner ul li:not(:last-child){margin-bottom: 2.0rem;}
.top_news_list .inner ul li .label{margin-right: 2rem;}
.top_news_list .inner ul li .label a{color: #fff;font-size: 1.4rem;width: 13rem;display: flex;align-items: center;justify-content: center;border-radius: 0.5rem;}
.top_news_list .inner ul li .label.-red{}
.top_news_list .inner ul li .label.-red a{background: #dc2712;}
.top_news_list .inner ul li .date{font-size: 1.4rem;width: 12.1rem;margin-right: 1.4rem;white-space: nowrap;color: #652710;font-weight: 500;}
.top_news_list .inner ul li .text{font-size: 1.5rem;font-weight: 400;color: #652710;font-weight: 500;}
.top_news_list .inner ul li .label.-orenge{}
.top_news_list .inner ul li .label.-orenge a{background: #fa900f;}
.top_news_list .inner ul li .label.-green{}
.top_news_list .inner ul li .label.-green a{background: #5db33b;}
.top_news_list .inner ul li .label.-purple{}
.top_news_list .inner ul li .label.-purple a{background: #c00b58;}

.course_list{}
.course_list > ul{text-align: center;display: flex;}
.course_list > ul > li{width: 32rem;display: inline-block;vertical-align: top;text-align: left;position: relative;padding-top: 0;border: 0.2em solid #f18911;border-radius: 2rem;box-sizing: border-box;padding-bottom: 2rem;}
.course_list > ul > li > .img_top{text-align: center;height: 6.8rem;display: flex;align-items: center;margin-top: 1.5rem;justify-content: center;}
.course_list > ul > li > .title{font-size: 2rem;color: #652710;font-weight: bold;text-align: center;margin-bottom: 1.5rem;}
.course_list > ul > li > .text{font-size: 1.4rem;color: #530000;font-weight: 500;text-align: center;line-height: 1.8;margin: 2rem 0;height: 10rem;display: flex;align-items: center;justify-content: center;}
.course_list > ul > li > .con{background: #fff;width: 28rem;margin-left: auto;margin-right: auto;position: relative;padding: 0.5rem 0 1.5rem 0;}
.course_list > ul > li > .con > .maru{}
.course_list > ul > li > .con > .maru:nth-child(1){}
.course_list > ul > li > .con > .maru:nth-child(2){}
.course_list > ul > li > .con > .maru:before,
.course_list > ul > li > .con > .maru:after{content:"";width: 2rem;height: 2rem;background: #fdfad8;position: absolute;border-radius: 5rem;}
.course_list > ul > li > .con > .maru:nth-child(1):before{left: -0.7rem;top: -0.7rem;}
.course_list > ul > li > .con > .maru:nth-child(1):after{right: -0.7rem;top: -0.7rem;}
.course_list > ul > li > .con > .maru:nth-child(2):before{left: -0.7rem;bottom: -0.7rem;}
.course_list > ul > li > .con > .maru:nth-child(2):after{right: -0.7rem;bottom: -0.7rem;}
.course_list > ul > li > .con > .table{border-collapse: separate;border-spacing: 0.5rem 1rem;width: 26.4rem;margin-left: auto;margin-right: auto;margin-bottom: 1rem;}
.course_list > ul > li > .con > .table th{font-size: 1.5rem;color: #fff;background: #f18911;border-radius: 10rem;width: 8rem;text-align: center;}
.course_list > ul > li.-green > .con > .table th{background: #5cb23b;}
.course_list > ul > li.-purple > .con > .table th{background: #c00b58;}
.course_list > ul > li > .con > .table td{border-bottom: 0.2rem dashed #502e1b;padding-left: 0.5rem;}
.course_list ul li > .con > .list{width: 25.4rem;margin-left: auto;margin-right: auto;}
.course_list ul li > .con > .list li{font-size: 1.7rem;font-weight: 600;position: relative;padding-left: 2rem;}
.course_list ul li > .con > .img{padding-left: 1.5rem;height: 30rem;display: flex;flex-direction: column;justify-content: space-between;}
.course_list ul li > .con > .img img{}
.course_list > ul > li > .con > .list li:before{content:"";width: 1.5rem;height: 1.5rem;position: absolute;background: #f18911;border-radius: 5rem;left: 0;top: 0.5rem;}
.course_list > ul > li.-green > .con > .list li:before{background: #5cb23b;}
.course_list > ul > li.-purple > .con > .list li:before{background: #c00b58;}
.course_list ul li > .img{text-align: center;}
.course_list ul li > .con > .img .note{font-size: 1.3rem;color: #652710;font-weight: 600;display: block;text-align: left;max-width: 25rem;margin-left: auto;margin-right: auto;}
.course_list ul li > .kome{text-align: center;margin-top: 2rem;}
.course_list > ul > li:not(:last-child){margin-right: 2rem;}
.course_list > ul > li .label{font-size: 2rem;font-weight: bold;width: 29rem;text-align: center;height: 3.8rem;display: flex;margin-left: auto;margin-right: auto;justify-content: center;align-items: center;color: #fff;border-radius: 5rem;position: absolute;transform: translate(-50%, -50%);left: 50%;top: 0;letter-spacing: 0.05em;z-index:1;}
.course_list > ul > li .img1{border-radius: 1.5rem 1.5rem 0 0;overflow: hidden;height: 23rem;}
.course_list > ul > li .img1 img{height: 100%;width: 100%;object-fit: cover;}
.course_list > ul > li .img1 a{display: block;font-size: 0;height: 100%;}
.course_list ul li .img2{height: 8.5rem;}
.course_list ul li .img2 a{display: flex;width: 100%;height: 100%;align-items: center;justify-content: center;}
.course_list ul li .img2 img{}
.course_list ul .-orenge{background: #fdfad8;}
.course_list ul .-orenge .label{background: #f18911;}
.course_list ul .-orenge .img1{}
.course_list ul .-orenge .img1 a{}
.course_list ul .-orenge .img1 a img{}
.course_list ul .-orenge .img2{}
.course_list ul .-orenge .img2 a{}
.course_list ul .-orenge .img2 a img{}
.course_list ul .-orenge .list{}
.course_list ul .-orenge .list dl{}
.course_list ul .-orenge .list dl dt{background: #f18911;}
.course_list ul .-orenge .list dl dd{color: #f18911;}
.course_list ul .-orenge .list dl dd .-small{}
.course_list > ul > li.-green > .con > .maru:before,
.course_list > ul > li.-green > .con > .maru:after{
    background: #f1fde5;
}
.course_list > ul > li.-purple > .con > .maru:before,
.course_list > ul > li.-purple > .con > .maru:after{
    background: #fcf3f7;
}
.course_list ul li .lead{font-size:1.4rem;padding:0 0rem 2rem 0rem;font-weight:bold;min-height: 9rem;text-align:center;}
.course_list ul li .lead span{display:inline-block;position:relative;z-index:0;}
.course_list ul li .lead span:before{content:"";display:inline-block;background:#fff11d;opacity:0.8;height:60%;position:absolute;z-index:-1;left:0;bottom:0;width:100%;}
.course_list > ul > li > .list{color: #fff;font-size: 0;text-align: center;}
.course_list > ul > li > .list dl{width: 13.5rem;display: inline-block;vertical-align: top;}
.course_list > ul > li > .list dl:not(:last-child){margin-right: 1rem;}
.course_list > ul > li > .list dl dt{font-size: 1.7rem;border-radius: 1rem 1rem 0 0;text-align: center;}
.course_list > ul > li > .list dl dd{font-size: 1.7rem;background: #fff;border-radius: 0 0 1rem 1rem;text-align: center;height: 6rem;display: flex;justify-content: center;flex-direction: column;align-items: center;line-height: 1;font-weight: 600;}
.course_list > ul > li > .list dl dd .-small{line-height: 1;margin-top: 0.5rem;}

.course_list ul li .menu{text-align: center;margin-top: 2rem;}
.course_list ul li .menu a{font-size: 1.7rem;color: #e50012;border: 0.15rem solid #e50012;background: #fff;width: 28rem;display: inline-flex;border-radius: 10rem;text-align: center;height: 3.5rem;align-items: center;justify-content: center;position: relative;font-weight: 600;}
.course_list ul li .menu a:before{content:"";border-top: 0.2em solid #e50012;border-right: 0.2em solid #e50012;width: 1.0rem;height: 1.0rem;transform: rotate(45deg);position: absolute;right: 1.5rem;}
.course_list ul li .menu a:hover:before{border-top: 0.2em solid #fff;border-right: 0.2em solid #fff;}
.course_list ul li .menu a:not(:last-child){margin-bottom: 2rem;}

.course_list ul .-orenge .menu{}
.course_list ul .-orenge .menu a{}
.course_list ul .-green{border: 0.2em solid #5cb23b;background: #f1fde5;}
.course_list ul .-green .label{background: #5cb23b;}
.course_list ul .-green .img1{}
.course_list ul .-green .img1 a{}
.course_list ul .-green .img1 a img{}
.course_list ul .-green .img2{}
.course_list ul .-green .img2 a{}
.course_list ul .-green .img2 a img{}
.course_list ul .-green .list{}
.course_list ul .-green .list dl{}
.course_list ul .-green .list dl dt{background: #5cb23b;}
.course_list ul .-green .list dl dd{color: #5cb23b;}
.course_list ul .-green .list dl dd .-small{}
.course_list ul .-green .menu{}
.course_list ul .-green .menu a{}
.course_list ul .-purple{border: 0.2em solid #c00b58;background: #fcf3f7;}
.course_list ul .-purple .label{background: #c00b58;}
.course_list ul .-purple .img1{}
.course_list ul .-purple .img1 a{}
.course_list ul .-purple .img1 a img{}
.course_list ul .-purple .img2{}
.course_list ul .-purple .img2 a{}
.course_list ul .-purple .img2 a img{}
.course_list ul .-purple .list{}
.course_list ul .-purple .list dl{}
.course_list ul .-purple .list dl dt{background: #c00b58;}
.course_list ul .-purple .list dl dd{color: #c00b58;}
.course_list ul .-purple .list dl dd .-small{}
.course_list ul .-purple .menu{}
.course_list ul .-purple .menu a{}

.course_list{}
.course_list > ul{}
.course_list > ul > .-orenge{}
.course_list > ul > .-orenge > .label{}
.course_list > ul > .-orenge > .img1{}
.course_list > ul > .-orenge > .img1 > a{}
.course_list > ul > .-orenge > .img1 > a > img{}
.course_list > ul > .-orenge > .img2{}
.course_list > ul > .-orenge > .img2 > a{}
.course_list > ul > .-orenge > .img2 > a > img{}
.course_list > ul > .-orenge > .list{}
.course_list > ul > .-orenge > .list > dl{}
.course_list > ul > .-orenge > .list > dl > dt{}
.course_list > ul > .-orenge > .list > dl > dd{}
.course_list > ul > .-orenge > .list > dl > dd > .-small{}
.course_list > ul > .-orenge > .menu{}
.course_list > ul > .-orenge > .menu > a{}
.course_list > ul > li > .menu > a:hover{
    color: #fff;
    border-color: #e50012;
    background: #e50012;
}
.course_list > ul > .-green{}
.course_list > ul > .-green > .label{}
.course_list > ul > .-green > .img1{}
.course_list > ul > .-green > .img1 > a{}
.course_list > ul > .-green > .img1 > a > img{}
.course_list > ul > .-green > .img2{}
.course_list > ul > .-green > .img2 > a{}
.course_list > ul > .-green > .img2 > a > img{}
.course_list > ul > .-green > .list{}
.course_list > ul > .-green > .list > dl{}
.course_list > ul > .-green > .list > dl > dt{}
.course_list > ul > .-green > .list > dl > dd{}
.course_list > ul > .-green > .list > dl > dd > .-small{}
.course_list > ul > .-green > .menu{}
.course_list > ul > .-green > .menu > a{}
.course_list > ul > .-purple{}
.course_list > ul > .-purple > .label{}
.course_list > ul > .-purple > .img1{}
.course_list > ul > .-purple > .img1 > a{}
.course_list > ul > .-purple > .img1 > a > img{}
.course_list > ul > .-purple > .img2{}
.course_list > ul > .-purple > .img2 > a{}
.course_list > ul > .-purple > .img2 > a > img{}
.course_list > ul > .-purple > .list{}
.course_list > ul > .-purple > .list > dl{}
.course_list > ul > .-purple > .list > dl > dt{}
.course_list > ul > .-purple > .list > dl > dd{}
.course_list > ul > .-purple > .list > dl > dd > .-small{}
.course_list > ul > .-purple > .menu{}
.course_list > ul > .-purple > .menu > a{}

.news_list{border-top: 0.2rem solid #fff;padding-top: 2.5rem;}
.news_list ul{}
.news_list ul li{display: flex;align-items: flex-start;}
.news_list ul li:not(:last-child){padding-bottom: 2.5rem;margin-bottom: 2.5rem;border-bottom: 0.2rem solid #fff;}
.news_list ul li .label{color: #fff;font-size: 1.4rem;width: 13rem;display: flex;align-items: center;justify-content: center;border-radius: 0.5rem;margin-right: 2rem;}
.news_list ul li .label.-orenge{background: #fa900f;}
.news_list ul li .label.-orenge a{}
.news_list ul li .label.-red{}
.news_list ul li .label.-red a{background: #dc2712;width: 100%;display: block;height: 100%;text-align: center;border-radius: 0.5rem;}
.news_list ul li .label.-green{background: #5db33b;}
.news_list ul li .label.-green a{}
.news_list ul li .label.-purple{background: #c00b58;}
.news_list ul li .label.-purple a{}
.news_list ul li .right{width: calc(100% - 15rem);}
.news_list ul li .right .date{color: #e50012;font-size: 1.4rem;margin-bottom: 0.5rem;font-weight: 600;}
.news_list ul li .right .date a{}
.news_list ul li .right .text{font-size: 1.5rem;font-weight: 600;color: #652710;}
.news_list ul li .right .text p{}
.news_list ul li .right .text .-icon{display: inline-block;margin: 0 0.5rem;line-height: 1;vertical-align: middle;}
.news_list ul li .right .text p a{}


.course_card {width: 100%;/* max-width: 48rem; */
}

.course_banner {margin-bottom: 4rem;display: flex;justify-content: space-between;}

.course_banner .img {width: 48%;}

.course_card .course_box {background: #ffffff;border-radius: 10px;padding: 2rem 6% 4rem 6%;text-align: center;width: 94rem;box-sizing: border-box;margin-left: auto;margin-right: auto;}

.course_box_title {text-align: center;font-size: 2.1rem;font-weight: 700;position: relative;margin-bottom: 1.5rem;display: inline-block;padding: 0 7rem;color: #e50012;padding: 0;}

.course_box_title::before {content: "";position: absolute;top: 50%;left: 0;transform: translateY(-50%);height: 0.4rem;width: 12%;max-width: 5rem;background: #EB5C02;opacity: 0;}

.course_box_title::after {content: "";position: absolute;top: 50%;right: 0;transform: translateY(-50%);height: 0.4rem;width: 12%;max-width: 5rem;background: #EB5C02;opacity: 0;}

.course_box_lead {text-align: center;font-size: 1.2rem;margin: 0 0 1.5rem;}

.course_row_box {display: flex;width: 100%;align-items: end;justify-content: space-between;}

.course_row {border-radius: 10px;width: 48%;}

.course_row+.course_row {}

.course_row_top {background: #e50012;display: flex;justify-content: center;align-items: end;border-radius: 10px 10px 0 0;padding: 0.4rem 0 0;}

.course_row_title {color: #fff;font-weight: 700;margin-right: 2px;letter-spacing: 0.05em;line-height: 1;}

.course_row_title .num {font-size: 3rem;font-family: 'Poppins', sans-serif;;;;;;font-weight: 600;}

.course_row_icon {font-size: 0;}

.course_row_icon img+img {margin-left: -0.4rem;}

.course_row_bottom {display: flex;justify-content: space-between;}

.course_row_column {width: 33.3%;background: #fdffe8;text-align: center;padding: 1.5rem 0px 0;position: relative;/* position: relative; */
}
.course_row_column:not(:last-child):before{content:"";position: absolute;border-right: 0.4rem dotted #d1beb7;height: 100%;top: 0;right: 0;}
.course_row_day {font-size: 1.7rem;font-weight: 700;line-height: 1;letter-spacing: 0.1em;margin-bottom: 1rem;color: #652710;text-decoration: underline;}

.course_row_day .num {font-size: 2.8rem;font-family: 'Poppins', sans-serif;font-weight: 600;}

.course_row_price {font-size: 3.4rem;font-family: 'Poppins', sans-serif;font-weight: 600;margin-bottom: 1rem;}

.course_row_price .jp {font-size: 1.4rem;font-weight: 700;font-family: "Zen Kaku Gothic New", sans-serif;}

.course_row_label {color: #ffed00;background: #e50012;font-size: 1.4rem;font-weight: 700;width: calc(100% - 1rem);position: relative;margin-left: auto;}

.course_row_column:nth-child(3) .course_row_label {width: 85%;padding-left: 2.0rem;white-space: nowrap;margin-left: 0;font-feature-settings: "palt";letter-spacing: -1px;z-index:0;s}

.course_row_label::before {width: 0;height: 0;border-left: 2.0rem solid #e50012;border-top: 2.0rem solid transparent;border-bottom: 2.0rem solid transparent;position: absolute;right: -2.0rem;top: 0;z-index: 1;}
.course_row_column:last-child .course_row_label::before{content: "";}

.course_row_label .num {font-size: 2.6rem;font-family: 'Poppins', sans-serif;}

.course_row .c-btn01.-center {}

.course_row_column:nth-child(3) .course_row_label::after {border-top: solid 0.6rem #fdffe8;
    border-right: solid 0.6rem #fdffe8;
    width: 3.7rem;
    height: 3.8rem;
    transform: rotate(45deg);
    content: "";
    display: block;
    position: absolute;
    left: -3.3rem;
    background: none;
    top: 0.1rem;
}

.course_row_column:nth-child(3) .course_row_label::before {
/* right: 0; */
z-index:-1;
}

.course_card .c-btn01 {margin-top: 3rem;}


.course_card.-green .course_box {background: #E0F2BD;}

.course_card.-green .course_box_title::before {background: #388301;}

.course_card.-green .course_box_title::after {background: #388301;}

.course_card.-green .course_row_top {background: #388301;}

.course_card.-green .course_row_column:nth-child(3) .course_row_label::after {border-top: solid 0.6rem #E0F2BD;border-right: solid 0.6rem #E0F2BD;}

#top_price .course_card{background: url(../img/price_bg.jpg) center /cover no-repeat;padding: 3rem 0 0rem 0;}
#top_price .c-btn01{
    position: absolute;
    bottom: 6rem;
    right: 0;
    left: 0;
}
#top_price .c-img01{background: url(../img/price_bg.jpg) center /cover no-repeat;padding: 3rem 0;position: relative;}
.about_block{border: 0.4rem solid #c1a99f;border-radius: 2rem;padding: 3.5rem;box-sizing: border-box;position: relative;}
.about_block > .text{text-align: center;color: #652710;font-weight: bold;font-size: 1.7rem;}
.about_block > .box{width: 36.5rem;position: absolute;top: 36rem;}
.about_block > .box > ul{text-align: center;}
.about_block > .box > ul > li{color: #e50012;font-size: 1.7rem;border: 0.25rem solid #dc2712;display: inline-flex;width: 12rem;height: 5.5rem;box-sizing: border-box;align-items: center;justify-content: center;text-align: center;line-height: 1.2;border-radius: 1rem;margin: 0 0.5rem;font-weight: 600;}
.about_block > .box > .text{font-size: 1.4rem;color: #652710;margin-top: 3rem;font-weight: 500;}
.about_block > .box > .text > p{
    text-indent: -1em;
    padding-left: 1em;
}
.about_block > .img{margin-top: -4rem;}
.about_block > .img > img{}
.about_block > .c-link01{color: #e50012;margin-top: -4.5rem;}
.about_block > .c-link01 > a{color: #e50012;border-bottom: 1px solid #e50012;}
.about_block > .c-link01 > a:before{border-color: transparent transparent transparent #e50012;}












/*============================
==============================
==============================
==============================
#3__下層設定
============================*/
/* -全体設定- */
body.kaso{padding-top: 12.5rem;}
body.kaso #body .section:first-child .section_inner_block:first-child{}
body.kaso .section_title{margin-bottom:5rem}
body.kaso .section_title .en:before{width: 19rem;}
body.kaso .section_title:before,
body.kaso .section_title:after{content:"";top: 50%;transform: translate(0, -50%);position: absolute;background-size: cover;background-position: center;}
body.kaso .section_title:before{left: 50%;margin-left: -23rem;}
body.kaso .section_title:after{right: 50%;margin-right: -23rem;}
body.kaso #body .section:last-child .section_inner_block:last-child{padding-bottom: 4rem;}
body.news #body .section .section_inner_block,
body.faq #body .section .section_inner_block,
body.friend #body .section .section_inner_block,
body.site #body .section .section_inner_block,
body.yasai #body .section .section_inner_block,
body.use #body .section .section_inner_block,
body.legal #body .section .section_inner_block,
body.sitemap #body .section .section_inner_block{background: #fff;padding-left: 5rem;padding-right: 5rem;box-sizing: border-box;}
body.news #body .section,
body.faq #body .section,
body.site #body .section,
body.use #body .section,
body.legal #body .section,
body.friend #body .section,
body.sitemap #body .section{background: #e8dfdb url(../img/kaso_bg.svg);background-size: 140rem;}
body.yasai #body .section{background: #e7f5dd url(../img/kaso_bg2.svg);background-size: 140rem;}

body.legal .section_title:before{background-image: url(../img/icon_legal01.svg);width: 7rem;height: 7.5rem;margin-left: -25rem;}
body.legal .section_title:after{background-image: url(../img/icon_legal02.svg);width: 6.7rem;height: 7.5rem;margin-right:-28rem;}

/* -お知らせ設定- */
body.news .section_title:before{background-image: url(../img/icon_kabocha.svg);width: 7.2rem;height: 5.9rem;}
body.news .section_title:after{background-image: url(../img/icon_koshou.svg);width: 5.5rem;height: 9.7rem;}
body.news .news_list{border-color: #e0d4cf;border-style: dotted;border-top-width: 0.3rem;}
body.news .news_list ul li:not(:last-child){border-color: #e0d4cf;border-style: dotted;border-bottom-width: 0.3rem;}

.archive_list{}
.archive_list > ul{}
.archive_list > ul > li{background: #fdfad8;display: flex;border-radius: 1rem;/* padding: 1.4rem 0; */
}
.archive_list > ul > li:not(:last-child){margin-bottom: 2rem;}
.archive_list > ul > li > .logo{width: 25rem;text-align: center;height: 7rem;display: flex;align-items: center;justify-content: center;}
.archive_list > ul > li > .logo > a{}
.archive_list > ul > li > .logo > a > img{}
.archive_list > ul > li > .list{width: calc(100% - 25rem);display: flex;flex-wrap: wrap;align-items: center;}
.archive_list > ul > li > .list > li{font-size: 1.7rem;color: #652710;font-weight: 600;display: inline-block;}
.archive_list > ul > li > .list > li:not(:last-child){margin-right: 4rem;}
.archive_list > ul > li > .list > li > a{padding-left: 3.5rem;display: block;position: relative;}
.archive_list > ul > li > .list > li > a:before{content:"";background:#ea3341;width: 2.16rem;height: 2.16rem;position: absolute;border-radius: 10rem;left: 0;top: 0.4rem;}
.archive_list > ul > li > .list > li > a:after{content:"";width: 0.85rem;height: 0.85rem;position: absolute;border-top: 0.2rem solid #fff;border-right: 0.2rem solid #fff;transform: rotate(45deg);left: 0.3rem;top: 50%;margin-top: -0.3rem;}
.archive_list > ul > li.-green{background:#f1fde5;}
.archive_list > ul > li.-purple{background:#fcf3f7;}

body{position:relative;}
.back_btn {position: absolute !important;width: 5rem;height: 5rem;z-index: 10;border-radius: 100px;background: #e50012 !important;border: 0.4rem solid #e50012 !important;box-sizing: border-box;right: 10rem !important;bottom:56rem !important;}

.back_btn a {display: block;width: 100%;height: 100%;}

.back_btn a:before {content: "";position: absolute;width: 1rem;height: 1rem;border-top: 0.4rem solid #fff !important;border-right: 0.4rem solid #fff !important;transform: translate(50%, 0) rotate(-45deg);right: 50%;top: 50%;margin-top: -0.4rem;}

/* about */
body.about .section:nth-child(1) .section_title:before{width: 9.3rem;height: 10.8rem;background-image: url(../img/icon_ninjin.svg);margin-left: -31rem;}
body.about .section:nth-child(1)  .section_title:after{width: 6.4rem;height: 9.75rem;background-image: url(../img/icon_tebukuro.svg);margin-right: -27rem;}
body.about .section:nth-child(2) .section_title:before{width: 4.3rem;height: 6.9rem;background-image: url(../img/icon_foku.svg);}
body.about .section:nth-child(2)  .section_title:after{width: 3.2rem;height: 7.1rem;background-image: url(../img/icon_spoon.svg);}
body.about .course_list > ul > li .img1{
    border-radius: 0;
}
.kodawari_wrap{
    background: #e8dfdb url(../img/kaso_bg3.svg);
    background-size: 140rem;
    padding: 3rem 0;
}
.kodawari_wrap > ul{counter-reset: number 0;}
.kodawari_wrap > ul > li{background: #fff;padding: 2.5rem 2.5rem 3rem 2.5rem;width: 88rem;margin-left: auto;margin-right: auto;max-width: 100%;box-sizing: border-box;border-radius: 5rem 0 5rem 0;}
.kodawari_wrap > ul > li:not(:last-child){margin-bottom: 3rem;}
.kodawari_wrap > ul > li > .con{display: flex;justify-content: center;position: relative;}
.kodawari_wrap > ul > li > .con > .text_area{width: 49.3rem;margin-right: 4rem;position: relative;}
.kodawari_wrap > ul > li > .con > .text_area > .title{font-size: 2.2rem;color: #652710;letter-spacing: 0.135em;width: 42.3rem;border-bottom: 0.2rem solid #652710;margin-left: auto;padding-bottom: 2.5rem;margin-bottom: 3rem;padding-top: 1.2rem;}
.kodawari_wrap > ul > li > .con > .text_area > .title:before,
.kodawari_wrap > ul > li > .con > .text_area > .title:after{content:"";}
.kodawari_wrap > ul > li > .con > .text_area > .title:before{counter-increment: number 1;      /* number カウンタの増加数をセット */
7content: counter(number) " ";content: counter(number) " ";position: absolute;font-size: 4.2rem;left: 1.2rem;color: #fff;z-index: 1;top: 0;}
.kodawari_wrap > ul > li > .con > .text_area > .title:after{background-image: url(../img/icon_furaipan.svg);width: 8.2rem;height: 7rem;position: absolute;background-repeat: no-repeat;background-size: 100%;background-position: center;left: -3rem;top: 0;}
.kodawari_wrap > ul > li > .con > .text_area > .text{color: #652710;font-size: 1.6rem;line-height: 2;}
.kodawari_wrap > ul > li > .con > .img{}
.kodawari_wrap > ul > li > .con > .img > img{}
.kodawari_wrap > ul > li > .profile{background: #fef2f3;width: 72rem;margin-left: auto;margin-right: auto;padding: 2rem 3rem;box-sizing: border-box;display: flex;margin-top: 3rem;max-width: 100%;}
.kodawari_wrap > ul > li > .profile > .img{width: 14rem;margin-right: 2.5rem;border-radius: 1.4rem;overflow: hidden;}
.kodawari_wrap > ul > li > .profile > .img > img{}
.kodawari_wrap > ul > li > .profile > .text_area{width: calc(100% - 16.5rem);position: relative;}
.kodawari_wrap > ul > li > .profile > .text_area:before{border-bottom:0.3rem dotted #b29387;content: "";position: absolute;width: 100%;top: 1.5rem;}
.kodawari_wrap > ul > li > .profile > .text_area > .title{font-size: 2rem;color: #652710;letter-spacing: 0.135em;margin-bottom: 1.5rem;display: inline-block;background: #fef2f3;position: relative;padding-right: 1rem;z-index: 1;}
.kodawari_wrap > ul > li > .profile > .text_area > .title > span{margin-left: 0.5rem;}
.kodawari_wrap > ul > li > .profile > .text_area > .text{font-size: 1.35rem;color: #652710;font-weight: 500;}

/* サイトマップ */
body.sitemap .section_title:before{width: 8rem;height: 6.5rem;background-image: url(../img/icon_jaga.svg);}
body.sitemap .section_title:after{width: 9.6rem;height: 7.4rem;background-image: url(../img/icon_search.svg);}
.sitemap_block {padding-bottom: 6rem;}

.sitemap_block .inner {}
.sitemap_block .content {}
.sitemap_block .row {display: flex;}
.sitemap_block .row:not(:last-child) {margin-bottom: 3.6rem;}
.sitemap_block .row li {position: relative;padding-left: 2.3rem;}
.sitemap_block .row li:before {content: "";border-top: solid 0.4rem #e50012;border-right: solid 0.4rem #e50012;width: 0.7rem;height: 0.7rem;transform: rotate(45deg) translateY(-50%);display: block;position: absolute;top: 47%;left: 0;}
.sitemap_block .row li:not(:last-child) {margin-right: 3.8rem;/* margin-bottom: 2rem; */}
.sitemap_block .row li a {font-size: 1.4rem;font-weight: bold;}

/* このサイトについて */
body.site .section_title:before{width: 6.5rem;height: 7.2rem;background-image: url(../img/icon_nasu.svg);}
body.site .section_title:after{width: 7.9rem;height: 9.3rem;background-image: url(../img/icon_otama.svg);}
.site_block {}
.site_block .content {}
.site_block .content .title {background: #FCF8C6;border-radius: 6px;padding: 11px 11px;padding-left: 4rem;margin-bottom: 1.8rem;position: relative;font-size: 1.4rem;font-weight: 600;}
.site_block.-noSquare .content .title {padding-left: 40px;}
.site_block.-noSquare .content .title:before {display: none;}
.site_block .content .text {margin-bottom: 4.2rem;padding-left: 7.7rem;padding-right: 6rem;font-size: 1.4rem;font-weight: 600;line-height: 1.7;}
.site_block .content .text .normal {font-weight: 500;}
.site_block .content .text:last-child {margin-bottom: 0;}
.site_block .content .text.-normal {font-weight: 500;}
.site_block .content .text .-small {font-size: 12px;display: block;line-height: 2;}
.site_block.-noSquare .content .text {padding-left: 75px;}
.site_block .content .text .link {border-bottom: 1px solid;}

/* よくあるご質問 */
body.faq .section_title:before{background-image: url(../img/icon_niku.svg);width: 12.1rem;height: 7.9rem;margin-left: -25rem;}
body.faq .section_title:after{background-image: url(../img/icon_ryouri.svg);width: 12.5rem;height: 7.3rem;margin-right: -27rem;}
.faq_block {}

.faq_block>.sec {}

.faq_block>.sec:not(:last-child) {
    margin-bottom: 6rem;
}

.faq_block>.sec>.title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.faq_block>.sec>.block {
    width: 90%;
    margin: 0 auto;
}

.faq_block>.sec>.block:not(:last-child) {
    margin-bottom: 1rem;
}

.faq_block>.sec>.block>.top {
    font-size: 1.4rem;
    background: #FCF8C6;
    padding: 1.2rem 5rem 1.2rem 7rem;
    border-radius: 5px;
    position: relative;
    color: #652710;

  user-select: none;
  -webkit-user-select: none; /* Safari / iOS 対応 */
  -ms-user-select: none;      /* IE/Edge 対応 */
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.faq_block>.sec>.block>.top:hover {
    cursor: pointer;
    opacity: 0.8;
}

.faq_block>.sec>.block>.top:before {
    content: "Q.";
    position: absolute;
    left: 5rem;
    top: 1.2rem;
}

.faq_block>.sec>.block>.top:after {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    right: 3rem;
    border-top: 0.3rem solid #e50012;
    border-right: 0.3rem solid #e50012;
    transform: rotate(135deg);
    top: 50%;
    margin-top: -0.5rem;
    transition: all 0.3s;
}

.faq_block>.sec>.block.on>.top:after {
    transform: rotate(-45deg);
    margin-top: -0.3rem;
    border-color: #5DB33B;
}

.faq_block>.sec>.block>.content {
    position: relative;
    padding: 1.2rem 5rem 2.5rem 7rem;
    display: none;
}

.faq_block>.sec>.block>.content:before {
    content: "A.";
    position: absolute;
    left: 5rem;
    line-height: 1;
    top: 1.4rem;
}

.faq_block>.sec>.block>.content>.text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7;
}

.faq_block>.sec>.block>.content>.text:not(:last-child) {
    margin-bottom: 0.4rem;
}

.faq_block>.sec>.block>.content>.note {
    font-size: 1.2rem;
    font-weight: bold;
}

.faq_block>.sec>.block>.content>.note:last-child {
    margin-top: 1rem;
}

.faq_block>.sec>.block>.content>.note:not(:last-child) {}

.faq_block>.sec>.block>.content>.text>a {
    text-decoration: underline;
}

.faq_block>.sec>.block>.content>.link {
    font-size: 1.4rem;
    padding-left: 1rem;
    position: relative;
}

.faq_block>.sec>.block>.content>.link:before {
    content: ">";
    position: absolute;
    left: 0;
}

.faq_block>.sec>.block>.content>.link>b {
    font-weight: bold;
    font-size: 105%;
}

.faq_block>.sec>.block>.content>.list {
    counter-reset: section;
}

.faq_block>.sec>.block>.content>.list:not(:last-child) {}

.faq_block>.sec>.block>.content>.list>li {
    font-size: 1.4rem;
    position: relative;
    padding-left: 2rem;
    font-weight: bold;
}

.faq_block>.sec>.block>.content>.list>li:before {
    position: absolute;
    content: "" counter(section) "、";
    counter-increment: section;
    left: 0;
}

/* ご利用方法 */
body.use .section_title:before{background-image: url(../img/icon_tomato.svg);width: 9rem;height: 6.4rem;margin-left: -25rem;}
body.use .section_title:after{background-image: url(../img/icon_nabe.svg);width: 10.4rem;height: 8.9rem;margin-right: -27rem;}

.guide_wrap {
    width: 84rem;
    margin: 0 auto;
    max-width: 100%;
    counter-reset: number 0;
}

.guide_wrap>.sec {
    background: #fdf8c6;
    text-align: left;
    position: relative;
    padding: 3.5rem 5rem 4rem 11.5rem;
    border-radius: 10px;
    border-radius: 5rem 0 5rem 0;
}

/*
.guide_wrap>.sec:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14rem;
    height: 11.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.guide_wrap>.sec:nth-child(1):before {
    background-image: url("../img/guide/img01.svg");
}

.guide_wrap>.sec:nth-child(2):before {
    background-image: url("../img/guide/img02.svg");
}

.guide_wrap>.sec:nth-child(3):before {
    background-image: url("../img/guide/img03.svg");
}

.guide_wrap>.sec:nth-child(4):before {
    background-image: url("../img/guide/img04.svg");
}

.guide_wrap>.sec:nth-child(5):before {
    background-image: url("../img/guide/img05.svg");
}
*/

.guide_wrap>.sec:not(:last-child) {
    margin-bottom: 5rem;
}

.guide_wrap>.sec>.num {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(0, -50%);
    top: 0;
}

.guide_wrap>.sec>.num>img {}

.guide_wrap>.sec>.title {
    font-size: 2.8rem;
    color: #e50012;
    margin-bottom: 2rem;
    border-bottom: 0.2rem solid #512300;
    padding-bottom: 2rem;
    text-align: left;
    padding-left: 2rem;
}
.guide_wrap>.sec>.title:before,
.guide_wrap>.sec>.title:after{content:"";}
.guide_wrap>.sec>.title:before{counter-increment: number 1;      /* number カウンタの増加数をセット */
7content: counter(number) " ";content: counter(number) " ";position: absolute;font-size: 4.2rem;left: 6.2rem;color: #fff;z-index: 1;top: 3rem;}
.guide_wrap>.sec>.title:after{background-image: url(../img/icon_furaipan.svg);width: 8.2rem;height: 7rem;position: absolute;background-repeat: no-repeat;background-size: 100%;background-position: center;left: 2rem;top: 3rem;}


.guide_wrap>.sec>.text_area {
    display: inline-block;
    text-align: left;
    padding-left: 2rem;
}

.guide_wrap>.sec>.text_area>.txt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.guide_wrap>.sec>.text_area>.list {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: -0.025em;
}

.guide_wrap>.sec>.text_area>.list>li {
    line-height: 1.8;
    padding-left: 1em;
    position: relative;
    font-size: 1.4rem;
}

.guide_wrap>.sec>.text_area>.list>li:before {
    content: "・";
    position: absolute;
    color: #652710;
    left: 0;
}

.guide_wrap>.sec>.text_area>.list>li:not(:last-child) {
    margin-bottom: 0.3rem;
}

.guide_wrap>.sec .inner_box{
    background: #fff;
    border-radius:5px;
    padding:2rem;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 0 2rem;
    border-radius: 2rem;
    align-items: center;
    box-sizing: border-box;
}
.guide_wrap>.sec .inner_box .txt{
    font-size: 1.8rem;
    font-weight: bold;
    width: 40rem;
    margin-right: 1rem;
    line-height: 1.8;
}
.guide_wrap>.sec .inner_box .img{
    width:16rem;
}
.guide_wrap>.sec>.img{position: absolute;right: 5rem;top: 50%;transform: translate(0,-50%);background: #fdf8c6;margin-top: -2rem;}
.guide_wrap>.sec>.img img{max-width:18rem;}

/* 野菜お問い合わせ */

body.yasai .section_title:before{background-image: url(../img/icon_yasai01.svg);width: 12.1rem;height: 8.9rem;margin-left: -33rem}
body.yasai .section_title:after{background-image: url(../img/icon_yasai02.svg);width: 12.5rem;height: 10rem;margin-right: -32rem;}

.faq_yasai_block {padding: 0;width:92rem;margin:0 auto;border-bottom: 0.2rem solid #eae5d9;max-width: 100%;}

.faq_yasai_block>.sec {position: relative;}

.faq_yasai_block>.sec:not(:last-child) {
    margin-bottom: 6rem;
}

.faq_yasai_block>.sec>.title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.faq_yasai_block>.sec>.block {
    margin: 0 auto;
}

.faq_yasai_block>.sec>.block:not(:last-child) {
    
}

.faq_yasai_block>.sec>.block>.top {
    border-top: 0.2rem solid #eae5d9;
}


.faq_yasai_block>.sec>.block>.top dl{
    display:flex;
}
.faq_yasai_block>.sec>.block>.top dl dt{
    width:22rem;
    padding:2rem 0 2rem 2rem;
    display: flex;
    align-items: center;
    border-right: 4px dotted #eae5d9;
    position: relative;
    font-size: 2rem;
}
.faq_yasai_block>.sec::before{
content:"";
position:absolute;
display: block;
height:5px;
background:#FFF;
width:100%;
top:2px;
z-index: 1;
}
.faq_yasai_block>.sec>.block>.top dl dd{
    padding:2rem 0 2rem 2rem;
    display: flex;
    align-items: center;
    font-size: 2.1rem;
}

.faq_yasai_block>.sec>.block>.top:hover {
    cursor: pointer;
    opacity: 0.8;
}

.faq_yasai_block>.sec>.block>.top dl dd:before {
    content:"";
    display:inline-block;
    width:3.5rem;
    height:3.5rem;
    background:url(../img/icon_q.png) center center no-repeat;
    background-size:contain;
    margin-right:1rem;
}

.faq_yasai_block>.sec>.block>.top dl dd:after {
    content:"";
    display:inline-block;
    width:3.5rem;
    height:3.5rem;
    background:url(../img/ar_pink.svg) center center no-repeat;
    background-size:contain;
    margin-left:1rem;
    transition:all 0.3s;
}
.faq_yasai_block>.sec>.block.on>.top dl dd:after{
    transform:rotate(90deg);
}
.faq_yasai_block>.sec>.block.on>.top:after {
    transform: rotate(-45deg);
    margin-top: -0.3rem;
    border-color: #5DB33B;
}

.faq_yasai_block>.sec>.block>.content {
    position: relative;
    padding: 2.5rem;
    background: #fdf8c6;
    display: none;
}
.faq_yasai_block>.sec>.block.on>.content {
}

.faq_yasai_block>.sec>.block>.content:before {
    content: "";
    display:inline-block;
    width:3.5rem;
    height:3.5rem;
    background:url(../img/icon_a.png) center center no-repeat;
    background-size:contain;
    margin-right:2rem;
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.faq_yasai_block>.sec>.block>.content>.text {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.7;
    padding: 0 0 0 6rem;
    min-height: 4rem;
}

.faq_yasai_block>.sec>.block>.content>.text:not(:last-child) {
    margin-bottom: 0.4rem;
}

.faq_yasai_block>.sec>.block>.content>.note {
    font-size: 1.2rem;
    font-weight: bold;
}

.faq_yasai_block>.sec>.block>.content>.note:last-child {
    margin-top: 1rem;
}

.faq_yasai_block>.sec>.block>.content>.note:not(:last-child) {}

.faq_yasai_block>.sec>.block>.content>.text>a {
    text-decoration: underline;
}

.faq_yasai_block>.sec>.block>.content>.link {
    font-size: 1.4rem;
    padding-left: 1rem;
    position: relative;
}

.faq_yasai_block>.sec>.block>.content>.link:before {
    content: ">";
    position: absolute;
    left: 0;
}

.faq_yasai_block>.sec>.block>.content>.link>b {
    font-weight: bold;
    font-size: 105%;
}

.faq_yasai_block>.sec>.block>.content>.list {
    counter-reset: section;
}

.faq_yasai_block>.sec>.block>.content>.list:not(:last-child) {}

.faq_yasai_block>.sec>.block>.content>.list>li {
    font-size: 1.4rem;
    position: relative;
    padding-left: 2rem;
    font-weight: bold;
}

.faq_yasai_block>.sec>.block>.content>.list>li:before {
    position: absolute;
    content: "" counter(section) "、";
    counter-increment: section;
    left: 0;
}


.pakumogu_bnr_list ul{display: flex;justify-content: center;}
.pakumogu_bnr_list ul li{width:26rem;margin:0 1rem;}

.bland_img{max-width:100rem;margin:0 auto;padding:1rem 0 2rem;text-align:center;}
.mealkit_head_bnr{margin-bottom:4rem;}
body#top_page .section_inner{padding:6rem 0 6rem;}
body#top_page .-bg::before{display:none;}
/*.tab_content:not(.-active) {display:none;}*/
body#top_page.teibanouchi section.-bg_teiban{background: #eae5d9 url(../img/teiban_bg.png);background-size: 140rem;}
body#top_page.teibanouchi .c-heading01{background:none;margin-bottom:8rem;}
body#top_page.atgohan .top_section.-bg.-yellow::after{display:none;}

.footer_btn{position:fixed;left:0;bottom:0;background:#fef2f3 !important;width:100%;z-index:10;}
.footer_btn .logo img{height:4.5rem;}
.footer_btn .btn_link{display:flex;justify-content: center;align-items: center;padding:1rem 0;}
.footer_btn .btn_link a{margin-left:2rem;}
.footer_btn .btn_link a img{width:24rem;}

body.friend .section_title:before{background-image: url(../img/icon_friend01.svg);width: 12.1rem;height: 8.9rem;margin-left: -33rem}
body.friend .section_title:after{background-image: url(../img/icon_friend02.svg);width: 12.5rem;height: 10rem;margin-right: -32rem;}

.friend_block{text-align:center;}
.friend_block .note{text-align:left;margin-top:2rem;}

/*============================
==============================
==============================
==============================
#4__CSSハック
============================*/
/* -ファイアフォックス- */
@-moz-document url-prefix() {

}

/* -サファリ(最新)- */
_::-webkit-full-page-media, _:future, :root .text01 {order: 1;width: calc(100% - 296px);width: -webkit-calc(100% - 296px);width: -ms-calc(100% - 296px);}

/* -IE- */
nav::-webkit-scrollbar{display:none;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

/* -スクロールバー非表示- */
nav{-ms-overflow-style:none;}

/* -セレクトの矢印削除- */
select::-ms-expand{display: none;}

}
/* -IE(Edge)- */
@supports (-ms-ime-align:auto){

}
/*============================
==============================
==============================
==============================
#5__プラグイン制御
============================*/
/* -基本設定- */
.kv .slick-list{/* overflow: inherit; */}
.kv .slick-slider{}

.kv .slick-next, 
.kv .slick-prev{font-size: 0;width: 6.6rem;height: 6.6rem;right: 0;left: 0;margin: auto;top: auto;background: none;z-index: 10;transform: none;border-radius: 10rem;position: absolute;top: 100%;margin-top: -0.5rem;}
.kv .slick-next{bottom: 0;transform: translate(100%, 0);}
.kv .slick-slider{position: relative;}
.kv .slick-prev{position: absolute;bottom: 0;transform: translate(-100%, 0);}

.kv .slick-next:before, 
.kv .slick-prev:before{font-size: 0;content: "";width: 1.5rem;position: absolute;height: 1.5rem;border-top: 0.2rem solid #b29387;border-right: 0.2rem solid #b29387;left: 50%;top: 50%;}
.kv .slick-next:before{transform: rotate(45deg) translate(-50%, -50%);margin-left: -1.0rem;margin-top: 0.4rem;}
.kv .slick-prev:before{transform: rotate(-135deg) translate(-50%, -50%);margin-left: -0.4rem;margin-top: -1.9rem;}
.kv .slick-dots{text-align: center;position: absolute;width: 100%;top: 100%;margin-top: 2.5rem;z-index: 1;}
.kv .slick-dots li{display: inline-block;vertical-align: top;border-radius: 0.3rem;overflow: hidden;margin: 0 0.7rem;height: 1rem !important;}
.kv .slick-dots li button{font-size: 0;background: #e0d4cf;width: 1rem;height: 1rem;display: block;box-sizing: border-box;padding: 0;}
.kv .slick-dots li.slick-active{height: 1rem;}
.kv .slick-dots li.slick-active button{background: #936858;}


/*============================
==============================
==============================
==============================
#6__アニメーション
============================*/
/* -独自アニメーション- */
.-inview-faidin_left{opacity: 0 !important;transform: translatex(-2rem) !important;transition-property: opacity, transform;transition-duration: 0.6s !important;}
.-inview-faidin_left.on{opacity: 1 !important;transform: translatex(0) !important;}

.-inview-faidin_right{opacity: 0 !important;transform: translatex(2rem) !important;transition-property: opacity, transform;transition-duration: 0.6s !important;}
.-inview-faidin_right.on{opacity: 1 !important;transform: translatex(0) !important;}

.-inview-faidin_bottom{opacity: 0 !important;transform: translatey(3.5rem) !important;transition-property: opacity, transform;transition-duration: 0.6s !important;}
.-inview-faidin_bottom.on{opacity: 1 !important;transform: translatex(0) !important;}

.-inview-faidin_top{opacity: 0 !important;transform: translatey(-3.5rem) !important;transition-property: opacity, transform;transition-duration: 0.6s !important;}
.-inview-faidin_top.on{opacity: 1 !important;transform: translatex(0) !important;}

.-inview-faidin{opacity: 0 !important;transition-property: opacity, transform;transition-duration: 0.6s !important;}
.-inview-faidin.on{opacity: 1 !important;}

/* -サンプル- */
.loop li
{/*--アニメーション (name・速度・進行割合・繰り返しの指示 (無限 = infinite,終了時維持 = forwards))--*/-webkit-animation: loop 50s  linear infinite;animation: loop 50s linear infinite;/*--アニメーション (動作を軽くする為にcssタイプを指定する)--*/-webkit-will-change:transform;will-change:transform;}

@keyframes loop
{0%{    -webkit-transform: translateY(-100%);    -ms-transform: translateY(-100%);    transform: translateY(-100%);}100%{    -webkit-transform: translateY(0);    -ms-transform: translateY(0);    transform: translateY(0);}
}

/*padding調整*/
#top_about .section_inner_block,
#top_price .section_inner_block{padding-top:0 !important;}

/* pakumogu 追加分*/
.bland_lead{text-align: center;margin: 0 0 3rem;font-weight:bold;font-size:1.9rem;line-height:2;    position: relative;top: -2rem;}
.bland_lead.-pakumogu{background:url(../img/pakumobu_bland_bg.png) center center no-repeat;background-size: 75% 100%;}
.bland_lead.-pakumogu span{color:#e50012;}

.bland_lead.-atgohan{background:url(../img/atgohan_bland_bg.png) center center no-repeat;background-size:57% 100%;}
.bland_lead.-atgohan span{color:#f18f43;}

.bland_lead.-teibanouchi{background:url(../img/teiban_bland_bg.png) center center no-repeat;background-size: 60% 118%;}
.bland_lead.-teibanouchi span{color:#c00b58;}

.flex_btn{margin-bottom:2rem;}
.flex_btn ul{display:flex;justify-self: center;}
.flex_btn ul li{margin:0 1rem;}
.flex_btn ul li a{display:block;}

.mealkit_mypage_header .header_btn ul .ksk_btn{top:0;}
#top_page .c-list_menu:before{width: 30rem;height: 20rem ;}

.mealkit_mypage_header .header_inner .header_top .address_area{display:flex;}
.mealkit_mypage_header .header_inner .header_top .address_area .input_form > p > a{color: #fff;background: none;padding-right: 3rem;display: block;border: 2px solid #FFF;padding: 0 0.5rem;line-height: 3.5rem;color: #FFF;font-size: 1.4rem;width: 18.5rem;}
.q_icon{display:none;}
img.pc{margin-left:auto;margin-right:auto;}
.theme-atgohan .wt-p-root-container, .theme-pakumogu .wt-p-root-container{padding-bottom:0 !important}