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

h1{
    margin-bottom: 2rem;
    text-align: center;
	font-weight: 700;
}

ul{
    list-style: none;
    padding: 0;
}

a{
    text-decoration: none;
}

.coupon-area{
	margin-bottom: 2rem;
}

.coupon-area img{
	width: 50%;
	height:auto;
}
	@media screen and (max-width: 767px){
	.coupon-area img{
		width: 100%;
	}
}

.coupon-area .position-absolute{
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.5rem;
	width: 100%;
}
@media screen and (max-width: 767px){
	.coupon-area .position-absolute{
		bottom: 0rem;
	}
}

.coupon-area .position-absolute span{
	font-size: 1.25rem;
	margin-right: 1rem;
}
@media screen and (max-width: 767px){
	.coupon-area .position-absolute span{
	}
}

.coupon-area a{
	display: block;
	cursor: pointer;
	text-decoration: underline;
}

.u-bg-brown{background-color:#3f2415}
.u-bg-orange{background-color:#f8dbcb}

.slick-slide img{width: 100%;}

.top-product-wrap{
    display: block;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2rem;
    padding: 0;
}

.top-product-wrap li a{
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: .7rem 1rem;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: bold;
    width: 100%;
    display: block;
    margin-bottom: .7rem;
    border: 1px solid #B5A28E;
}

.top-product-wrap li a.active{
    background: #DF6D10;
    color: #fff;
    border: 1px solid #DF6D10;
}

    @media screen and (min-width: 768px){
        .top-product-wrap{
            display: flex;
            justify-content: space-between;
        }
        
        .top-product-wrap li a{
            padding: 1.5rem;
        }
    
    }

.product-area{
    padding: 2rem 0;
    border-top: 2px solid #DF6D10;
    background: #f8f4ed;
}

.p-reason.short{
    position:relative
}

.p-reason.short::before{
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:47px;
    width:82px;
    height:146px;
}

.main-kikubari .p-reason.short::before{
    background:url(../img/bk01.png) no-repeat;background-size:contain
}

.main-soup .p-reason.short::before{
    background:url(../soup/img/bk01.png) no-repeat;background-size:contain
}
.main-omiotsuke .p-reason.short::before{
    background:url(../omiotsuke/img/bk01.png) no-repeat;background-size:contain
}
.main-kit .p-reason.short::before{
    background:url(../kit/img/bk01.png) no-repeat;background-size:contain
}
.main-yawaraka .p-reason.short::before{
    background:url(../yawaraka/img/bk01.png) no-repeat;background-size:contain
}
.main-frailty .p-reason.short::before{
    background:url(../img/frailty/bk01.png) no-repeat;background-size:contain
}

.p-reason.short::after{
    content:"";
    display:block;
    position:absolute;
    right:0;
    bottom:0;
    width:103px;
    height:109px;
}

.main-kikubari .p-reason.short::after{
    background:url(../img/bk02.png) no-repeat;background-size:contain
}
.main-soup .p-reason.short::after{
    background:url(../soup/img/bk02.png) no-repeat;background-size:contain
}
.main-omiotsuke .p-reason.short::after{
    background:url(../omiotsuke/img/bk02.png) no-repeat;background-size:contain
}
.main-yawaraka .p-reason.short::after{
    background:url(../yawaraka/img/bk02.png) no-repeat;background-size:contain
}
.main-frailty .p-reason.short::after{
    background:url(../img/frailty/bk02.png) no-repeat;background-size:contain
}

@media only screen and (max-width: 410px){
	.p-reason.short::after{
		display: none;
	}
}

.p-reason_title{
    color:#fcfcfc;
    text-align:center;
    position:relative
}

.p-reason_title::after{
    position:absolute;
    content:"";
    top:100%;
    left:50%;
    -webkit-transform:translatex(-50%);
    transform:translatex(-50%);
    border:20px solid transparent;
    border-top-color:#3f2415;
    z-index:10
}

.p-reason_title_main{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    gap:16px
}

.p-reason_title_main img{
    width:91px;
    height:auto;
    -o-object-fit:contain;
    object-fit:contain
}

.p-reason_title h2{
    font-size:3.375rem;
    line-height:1.2
}

.p-reason_title h2 span{
    color:#e3712f
}

.p-reason_title p{
    font-size:20px;
    font-weight:700;
    border-bottom:1px solid #fcfcfc;
    display:inline-block;
    margin-bottom:8px;
    padding-bottom:2px
}

.p-reason_title.short::after{
    position:absolute;
    content:"";
    top:100%;
    left:50%;
    -webkit-transform:translatex(-50%);
    transform:translatex(-50%);
    border:14px solid transparent;
    border-top-color:#3f2415;
    z-index:10
}

.p-reason_title.short p{
    border-bottom:none;
    margin-bottom:0;
    font-size:1.875rem
}

.p-reason_title.short p span{
    font-size:16px
}

.p-reason_title.short h2{
    font-size:1.5rem;
    margin-bottom: 0!important;
    font-weight: bold;
}

.p-reason_title.short h2 span{
    font-size:2.875rem
}

/*ここから嶋中さんレイアウト*/
    .p-reason_list{
        margin-top:16px
    }
    .p-reason_list li{
        margin-bottom:32px;
        font-weight:700
    }
    .p-reason_list li:last-child{
        margin-bottom:0
    }
    .p-reason_list li img{
        margin-bottom:16px
    }
    .p-reason_list h3{
        font-size: 1.625rem;
        padding:16px 25px 16px 60px;
        line-height:1;
        background:linear-gradient(112deg,#fcfcfc 95%,transparent 0);
        position:relative;
        font-weight: bold;
    }
@media only screen and (max-width: 767px){
    .p-reason_list h3{
        font-size: 1.125rem;
        padding:16px 16px 16px 50px;
    }
}
@media only screen and (max-width: 375px){
    .p-reason_list h3{
        padding:16px 16px 16px 43px;
    }
}
    .p-reason_list h3::before{
        content:"";
        position:absolute;
        bottom:0;
        left:6px;
        background:url(../img/number-1.svg) no-repeat;
        background-size:contain;
        width:42px;
        height:53px
    }
	@media only screen and (max-width: 375px){
		.p-reason_list h3::before{
			left:3px;
		}
	}

.main-soup .p-reason_list h3 span{
    font-size: 1rem;
}
    .p-reason_list li:first-child h3::before{
        left:12px
    }
    .p-reason_list li:nth-child(2) h3::before{
        background:url(../img/number-2.svg) no-repeat;
        background-size:contain;bottom:-1px
    }
    .p-reason_list li:nth-child(3) h3::before{
        background:url(../img/number-3.svg) no-repeat;
        background-size:contain
    }
    .p-reason_list li:nth-child(4) h3::before{
        background:url(../img/number-4.svg) no-repeat;
        background-size:contain
    }

.p-reason_list h3 sup{
    margin-left: .2rem;
}
    .p-reason_list .reason-content{
        display: flex;
        justify-content: space-between; 
    }
@media only screen and (max-width: 767px){
    .p-reason_list .reason-content{
        display: block;
    }
}
    .p-reason_list .reason-fig{
        width: 30rem;
    }
@media only screen and (max-width: 767px){
    .p-reason_list .reason-fig{
        width: 100%;
    }
}
    .p-reason_list .reason-text{
        width: calc(100% - 32rem);
        line-height: 1.8;
        font-size: 1.5rem;
    }
@media only screen and (max-width: 767px){
    .p-reason_list .reason-text{
        width: 100%;
        font-size: 1.25rem;
    }
}
    .p-reason_list p span.text-orange{
        color:#e3712f
    }
    .p-reason_list.short{
        margin-top:0
    }
    .p-reason_list.short li{
        margin-bottom:18px
    }
    .p-reason_list.short li:last-child{
        margin-bottom:0
    }


.p-reason-caption{
    width: 100%;
    }

@media only screen and (min-width: 410px){
	.p-reason-caption{
    width: calc(100% - 75px);
    } 
}

/*ここまで嶋中さんレイアウト*/

/*ここからメニュー例*/

.section-menu{
	background: #e3712f;
	padding: 2rem 1.5rem;
}
@media only screen and (max-width: 767px){
	.section-menu{
		padding: 1.5rem 1rem
	}
}

.section-menu .section-menu-title{
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.section-menu .section-menu-title p{
	margin-bottom: 0;
}

.section-menu .section-menu-title p strong{
	font-size: 1.75rem;
}

.section-menu .section-menu-title h2{
	font-size: 1.5rem;
	font-weight: 700;
}

.section-menu .section-menu-title h2 strong{
	font-size: 2.875rem;
	color: #f6d46d;
}

.section-menu .section-menu-box{
	padding: 1rem 2rem;
}

@media only screen and (max-width: 767px){
	.section-menu .section-menu-box{
		padding: 1rem 0;
	}
}

.section-menu .section-menu-box p{
	margin-bottom: 0;
}

.section-menu .section-menu-box .kikubari-menu-slider-box{
	background: #fff;
	padding: 1rem;
	margin: 0 .5rem 1rem;
	border-radius: 20px;
}

.section-menu .section-menu-box .slick-arrow.slick-prev,
.section-menu .section-menu-box .slick-arrow.slick-next{
	border: 0;
	transform: none;
	border: 1px solid #e3712f;
}

.section-menu .section-menu-box .slick-arrow.slick-prev{
	left: -2rem;
}

@media only screen and (max-width: 767px){
	.section-menu .section-menu-box .slick-arrow.slick-prev{
		left: -.5rem;
	}
}

.section-menu .section-menu-box .slick-arrow.slick-next{
	right: -2rem;
}

@media only screen and (max-width: 767px){
	.section-menu .section-menu-box .slick-arrow.slick-next{
		right: -.5rem;
	}
}

.section-menu .section-menu-box .slick-prev:before,
.section-menu .section-menu-box .slick-next:before{
	color: #4E3230;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.section-menu .section-menu-box .slick-dots li button:before{
	color: #fff;
}


/*ここまでメニュー例*/


.div-catch {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2.0625rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  padding-top: 3rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) {
    .div-catch {
      font-size: 1.625rem;
      padding-top: 2.5rem;
      margin-bottom: 1rem; } }
  .div-catch br {
    display: none; }
  @media only screen and (max-width: 767px) {
    .div-catch br {
      display: block; } }
  .div-catch b {
    font-size: 2.6875rem;
    color: #eb4411; }
    @media only screen and (max-width: 767px) {
      .div-catch b {
        font-size: 1.9375rem; } }
  .div-catch span {
    position: relative; }
    .div-catch span:before, .div-catch span:after {
      content: "";
      border-width: 4rem .4rem;
      border-color: #f58a00 transparent transparent;
      border-style: solid;
      position: absolute;
      bottom: -4rem; }
      @media only screen and (max-width: 767px) {
        .div-catch span:before, .div-catch span:after {
          border-width: 4rem .4rem;
          bottom: -4rem; } }
    .div-catch span:before {
      left: -1rem;
      transform: rotate(-25deg); }
      @media only screen and (max-width: 767px) {
        .div-catch span:before {
          left: -.5rem; } }
    .div-catch span:after {
      right: -1rem;
      transform: rotate(25deg); }
      @media only screen and (max-width: 767px) {
        .div-catch span:after {
          right: -.5rem; } }

.nav-btn {
  max-width: 98rem;
  margin: 0 auto;
  padding: 1rem 1rem 2.5rem; }
  @media only screen and (max-width: 767px) {
    .nav-btn {
      padding: 1.5rem 0 0; } }
  .nav-btn ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .nav-btn ul {
        flex-direction: column; } }
    .nav-btn ul li {
      width: 50%;
      padding: .5rem; }
      @media only screen and (max-width: 767px) {
        .nav-btn ul li {
          width: 100%;
          padding: 0;
          margin-bottom: 1rem; } }
      .nav-btn ul li a.k110 {
        background: #82af00; }
      .nav-btn ul li a.k120 {
        background: #E68087; }
      .nav-btn ul li a.k130 {
        background: #1d90cb; }
      .nav-btn ul li a.s410 {
        background: #DDC251; }
      .nav-btn ul li a.k140 {
        background: #F5A15A; }
      .nav-btn ul li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        line-height: 1.2;
        height: 6rem;
        border-radius: 5rem;
        color: #fff;
        position: relative; }
        @media only screen and (min-width: 1025px) {
          .nav-btn ul li a:hover {
            opacity: 0.7; } }
        @media only screen and (max-width: 767px) {
          .nav-btn ul li a {
            height: 4.8rem;
            line-height: 1.5; } }
        .nav-btn ul li a span {
          font-size: 1.25rem;
          font-weight: 500;
			margin-bottom: .25rem}
          @media only screen and (max-width: 767px) {
            .nav-btn ul li a span {
              font-weight: 400;
              font-size: 1rem;
			  margin-bottom: 0;} }
            @media only screen and (max-width: 767px){
                .nav-btn ul li a span{
                    font-size: .9rem;
                }
            }
          .nav-btn ul li a span.material-symbols-rounded {
            position: absolute;
            left: 2rem;
            top: 0;
            height: 7.2rem;
            display: flex;
            align-items: center;
            font-size: 2rem; }
            @media only screen and (max-width: 767px) {
              .nav-btn ul li a span.material-symbols-rounded {
                left: 1.5rem;
                font-weight: 400;
                font-size: 1.6rem;
                height: 4.8rem; } }
        .nav-btn ul li a b {
          font-size: 1.625rem; }
          @media only screen and (max-width: 767px) {
            .nav-btn ul li a b {
              font-size: 1.125rem; } }
.main-yawaraka.main-teiki .nav-btn ul li a b{
    font-size: 1.5rem;
}
.nav-btn ul li a::before{
    border-left-color: #fff;
    transform: rotate(90deg);
}

.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.nav-btn ul li a span.material-symbols-rounded {
            position: absolute;
            left: 2rem;
            top: 0;
            height: 7.2rem;
            display: flex;
            align-items: center;
            font-size: 2rem; }
            @media only screen and (max-width: 767px) {
              .nav-btn ul li a span.material-symbols-rounded {
                left: 1.5rem;
                font-weight: 400;
                font-size: 1.6rem;
                height: 4.8rem; } }


.section-product {
  max-width: 46rem;
  margin: 0 2rem 5rem;
  background: #fff;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 767px) {
    .section-product {
      margin: 0 1rem 2rem;
      padding-bottom: .4rem; } }
  .section-product.product-more {
    max-width: 94rem;
    margin: 0 auto 3rem; }
    @media only screen and (max-width: 767px) {
      .section-product.product-more {
        margin: 0 0 2rem;
        padding-bottom: .4rem; } }
  .section-product .slick-arrow,
  .section-menu .section-menu-box .slick-arrow{
    position: absolute;
    top: 50%;
    width: 2.2rem;
    height: 2.2rem;
    background: #fff;
    border-radius: 50%;
    font-size: 1.4rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: -1.1rem;
    z-index: 10;}
    .section-product .slick-arrow.arrow-back {
      left: .5rem; }
    .section-product .slick-arrow.arrow-next {
      right: .5rem; }
  .section-product.type1 .section-product-header {
    background: #82af00; }
    .section-product.type1 .section-product-header p {
      color: #82af00; }
  .section-product.type1 .section-product-price {
    background: rgba(130, 175, 0, 0.2); }
  .section-product.type1 .section-product-fig-item-menu dt {
    color: #82af00; }
  .section-product.type1 .section-product-info dl dt {
    background: rgba(130, 175, 0, 0.2);
    color: #82af00; }
  .section-product.type1 .section-product-info-btn .btn-modal {
    border: 1px solid #82af00; }
    .section-product.type1 .section-product-info-btn .btn-modal span {
      color: #82af00; }
  .section-product.type1 .section-product-txt-catch {
    color: #82af00; }
  .section-product.type1 .section-product-txt ul li:before {
    color: #82af00; }
  .section-product.type2 .section-product-header {
    background: #1d90cb; }
    .section-product.type2 .section-product-header p {
      color: #1d90cb; }
  .section-product.type2 .section-product-price {
    background: rgba(29, 144, 203, 0.2); }
  .section-product.type2 .section-product-fig-item-menu dt {
    color: #1d90cb; }
  .section-product.type2 .section-product-info dl dt {
    background: rgba(29, 144, 203, 0.2);
    color: #1d90cb; }
  .section-product.type2 .section-product-info-btn .btn-modal {
    border: 1px solid #1d90cb; }
    .section-product.type2 .section-product-info-btn .btn-modal span {
      color: #1d90cb; }
  .section-product.type2 .section-product-txt-catch {
    color: #1d90cb; }
  .section-product.type2 .section-product-txt ul li:before {
    color: #1d90cb; }
  .section-product.type3 .section-product-header {
    background: #E68087; }
    .section-product.type3 .section-product-header p {
      color: #E68087; }
  .section-product.type3 .section-product-price {
    background: rgba(230, 128, 135, 0.2); }
  .section-product.type3 .section-product-fig-item-menu dt {
    color: #E68087; }
  .section-product.type3 .section-product-info dl dt {
    background: rgba(230, 128, 135, 0.2);
    color: #E68087; }
  .section-product.type3 .section-product-info-btn .btn-modal {
    border: 1px solid #E68087; }
    .section-product.type3 .section-product-info-btn .btn-modal span {
      color: #E68087; }
  .section-product.type3 .section-product-txt-catch {
    color: #E68087; }
  .section-product.type3 .section-product-txt ul li:before {
    color: #E68087; }
  .section-product.type4 .section-product-header {
    background: #DDC251; }
    .section-product.type4 .section-product-header p {
      color: #DDC251; }
      @media only screen and (max-width: 767px) {
        .section-product.type4 .section-product-header p {
          font-size: 1rem; } }
      @media only screen and (max-width: 410px) {
        .section-product.type4 .section-product-header p {
          font-size: .95rem; } }
  .section-product.type4 .section-product-price {
    background: rgba(221, 194, 81, 0.2); }
  .section-product.type4 .section-product-fig-item-menu dt {
    color: #DDC251; }
  .section-product.type4 .section-product-info p b {
    color: #DDC251; }
  .section-product.type4 .section-product-info dl dt {
    background: rgba(221, 194, 81, 0.2);
    color: #DDC251; }
  .section-product.type4 .section-product-info-btn .btn-modal {
    border: 1px solid #DDC251; }
    .section-product.type4 .section-product-info-btn .btn-modal span {
      color: #DDC251; }
  .section-product.type4 .section-product-txt-catch {
    color: #DDC251; }
  .section-product.type4 .section-product-txt ul li:before {
    color: #DDC251; }
  .section-product.type5 .section-product-header {
    background: #F5A15A; }
    .section-product.type5 .section-product-header p {
      color: #F5A15A; }
      @media only screen and (max-width: 767px) {
        .section-product.type5 .section-product-header p {
          font-size: 1rem; } }
      @media only screen and (max-width: 410px) {
        .section-product.type5 .section-product-header p {
          font-size: .9rem; } }
  .section-product.type5 .section-product-price {
    background: rgba(245, 161, 90, 0.2); }
  .section-product.type5 .section-product-fig-item-menu dt {
    color: #F5A15A; }
  .section-product.type5 .section-product-info dl dt {
    background: rgba(245, 161, 90, 0.2);
    color: #F5A15A; }
  .section-product.type5 .section-product-info-btn .btn-modal {
    border: 1px solid #F5A15A; }
    .section-product.type5 .section-product-info-btn .btn-modal span {
      color: #F5A15A; }
  .section-product.type5 .section-product-txt-catch {
    color: #F5A15A; }
  .section-product.type5 .section-product-txt ul li:before {
    color: #F5A15A; }
.section-product.type6 .section-product-header {
    background: #f58a00; }
.section-product.type6 .section-product-price{
    background: rgba(245, 138, 0, 0.2);
}
.section-product.soup-menu .section-product-header{
    background: #f58a00;
}
  .section-product-header {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 12rem; }
    @media only screen and (max-width: 767px) {
      .section-product-header {
        height: 7rem; } }
.main-soup .section-product-header{
    height: 9rem;
}
@media only screen and (max-width: 767px){
    .main-soup .section-product-header{
        height: 5rem;
    }
}
    .section-product-header-ttl {
      font-size: 1.875rem;
      line-height: 1.2;
        font-weight: bold;
		margin-bottom: 0;}
      @media only screen and (max-width: 767px) {
        .section-product-header-ttl {
          font-size: 1.375rem; } }
      .section-product-header-ttl span {
        font-size: 1.5rem;
        line-height: 1.1;
        display: block;
        text-align: center;
        margin: .5rem 0; }
        @media only screen and (max-width: 767px) {
          .section-product-header-ttl span {
            font-size: 1rem;
            margin: .5rem 0 0; } }
    .section-product-header p {
      background: #fff;
      border-radius: 5rem;
      padding: 0 1rem;
      font-size: 1.625rem;
      font-weight: 700;
        margin-bottom: 0;}
      @media only screen and (max-width: 767px) {
        .section-product-header p {
          font-size: .95rem; } }
  .section-product-wrap {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .section-product-wrap {
        display: block; } }
  .section-product-more {
    width: 45%;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .section-product-more {
        width: 100%; } }
  .section-product-info {
    padding: 1rem .375rem .5rem;
    flex-wrap: wrap;
    display: flex; }
    .section-product-info dl {
      width: 50%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: .375rem;
        margin-bottom: 0;}
      .section-product-info dl dt {
        font-weight: 400;
        border-radius: .2rem;
        font-size: 1rem;
        width: 40%;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2.4rem;
        letter-spacing: 0;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .section-product-info dl dt {
            height: 1.8rem;
            font-size: .76rem;
            font-weight: 400; } }
      .section-product-info dl dd {
        width: 100%;
        font-size: 1.25rem;
        padding-left: .8rem;
        margin-bottom: 0;}
        @media only screen and (max-width: 767px) {
          .section-product-info dl dd {
            font-size: 1rem;
            padding-left: .375rem; } }
        @media only screen and (max-width: 400px){
            .main-kit .section-product-info dl dd{
                font-size: 0.9rem;
            }
        }
    .section-product-info p {
      width: 100%;
      font-size: 1.6rem;
      padding-top: 1.5rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-product-info p {
          font-size: 1.2rem;
          padding-top: .5rem; } }
    .section-product-info-btn {
      width: 100%;
      padding-top: 1rem;
      padding-bottom: .6rem; }
      .section-product-info-btn .btn-modal {
        width: 21rem;
        height: 3.5rem;
        font-size: 1.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5rem;
        background: #fff;
        font-weight: 700;
        margin: 0 auto;
        cursor: pointer; }
        @media only screen and (min-width: 1025px) {
          .section-product-info-btn .btn-modal:hover {
            background: rgba(71, 49, 47, 0.1); } }
        @media only screen and (max-width: 767px) {
          .section-product-info-btn .btn-modal {
            width: 16rem;
            height: 3.6rem;
            font-size: 1rem; } }
        .section-product-info-btn .btn-modal span {
          font-size: 1.6rem;
          margin-left: .6rem; }
  .section-product-price {
    width: 55%;
    margin: 0;
    padding: .5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    @media only screen and (max-width: 767px) {
      .section-product-price {
        width: auto;
        margin: 0 .5rem;
        padding: 0 .3rem .1rem; } }
    .section-product-price-btn {
      flex-shrink: 0;
      width: 11rem;
      height: 5.8rem;
      display: block;
      background: url("../img/btn_buy_pc.png") no-repeat;
      background-size: 100% auto; }
      .section-product-price-btn img {
        display: none; }
      @media only screen and (max-width: 767px) {
        .section-product-price-btn {
          width: 6.875rem;
          height: auto;
          background: none; }
          .section-product-price-btn img {
            display: block; } }
    .section-product-price dl {
      width: 100%;
      height: 100%;
      display: flex;
      border-bottom: 1px solid #fff;
      letter-spacing: 0;
      position: relative;
      padding: 1rem; }
      @media only screen and (max-width: 767px) {
        .section-product-price dl {
          height: auto;
          padding: .5rem 0;
          margin-bottom: 0;} }
      @media only screen and (min-width: 1025px) {
        .section-product-price dl:hover .section-product-price-btn {
          opacity: 0.7; } }
      .section-product-price dl:nth-last-of-type(1) {
        border: none; }
      .section-product-price dl:nth-of-type(1) dd:before {
        background-image: url("../img/fig_products_7.png"); }
      .section-product-price dl:nth-of-type(2) dd:before {
        background-image: url("../img/fig_products_14.png"); }
      .section-product-price dl:nth-of-type(3) dd:before {
        background-image: url("../img/fig_products_21.png"); }
      .section-product-price dl dt {
        width: 22%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        line-height: 1;
        background: #fff;
        border-radius: 5rem;
        margin: auto .5rem;
        padding-bottom: .5rem;
        flex-shrink: 0;
        flex-flow: wrap;}
.main-kit .section-product-price dl dt{
    display: block;
    text-align: center;
    padding: .5rem 0;
    width: 27%;
}
        @media only screen and (max-width: 767px) {
          .section-product-price dl dt,
            .main-kit .section-product-price dl dt{
            flex-direction: column;
            background: none;
            margin: 0;
            width: 22%;
            flex-shrink: 0;
            align-items: center;
            padding-bottom: 0; } 
}
        @media only screen and (max-width: 410px) {
          .section-product-price dl dt,
            .main-kit .section-product-price dl dt{
            width: 18%;} }
        .section-product-price dl dt span {
          font-size: 1rem; }
          @media only screen and (max-width: 767px) {
            .section-product-price dl dt span {
              font-size: .9rem; } }
        .section-product-price dl dt b {
          font-size: 1.25rem; }
        @media only screen and (max-width: 410px){
            .section-product-price dl dt b{
                font-size: 1.125rem;
            }
        }
          .section-product-price dl dt b strong {
            font-size: 1.75rem; }
		@media only screen and (max-width: 410px){
			.section-product-price dl dt b strong {
            	font-size: 1.5rem; }
		}
      .section-product-price dl dd {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
          margin-bottom: 0;
        /*					&:before {
        						content: "";
        						width: 95%;
        						height: auto;
        						display: flex;
        						aspect-ratio: 4 / 3;
        						background-size: contain;
        						background-repeat: no-repeat;
        						background-position: 50% 50%;
        						@media only screen and (max-width:767px){
        							display: none;
        						}
        					} */ }
        .section-product-price dl dd > a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 10; }
        .section-product-price dl dd ul {
          width: 100%;
          padding: 0 1rem;
            margin-bottom: 0;}
          @media only screen and (max-width: 767px) {
            .section-product-price dl dd ul {
              border-left: 1px solid #fff;
              padding: .625rem; } }
            @media only screen and (max-width: 410px){
                .section-product-price dl dd ul{
                    padding: 0;
                }
            }
          .section-product-price dl dd ul li {
            font-weight: 700;
            line-height: 1;
            text-align: right;
            font-size: 1.125rem; }
            .section-product-price dl dd ul li span {
              font-size: .8rem; }
              @media only screen and (max-width: 767px) {
                .section-product-price dl dd ul li span {
                  font-size: .6rem; } }
            .section-product-price dl dd ul li strong {
              color: #eb4411;
              font-size: 3rem;
                font-weight: bold;}
              @media only screen and (max-width: 767px) {
                .section-product-price dl dd ul li strong {
                  font-size: 1.75rem; } }
              @media only screen and (max-width: 361px) {
                .section-product-price dl dd ul li strong {
                  font-size: 1.5rem; } }
            .section-product-price dl dd ul li b {
              color: #eb4411;
              font-size: 2rem; }
              @media only screen and (max-width: 767px) {
                .section-product-price dl dd ul li b {
                  font-size: 1.4rem; } }
  .section-product-img {
    position: relative; }
  .section-product-fig {
    position: relative; }
    .section-product-fig-item {
      position: relative;
      height: auto !important; }
      .section-product-fig-item-menu {
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        padding: 1rem;
        left: 0;
        top: 0; }
        @media only screen and (max-width: 767px) {
          .section-product-fig-item-menu {
            padding: .8rem; } }
        .section-product-fig-item-menu dt {
          font-size: 1rem;
          line-height: 1.5;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .section-product-fig-item-menu dt {
              font-size: .9rem;
              line-height: 1.2; } }
        .section-product-fig-item-menu dd {
          font-size: 1rem;
          line-height: 1.2; }
          @media only screen and (max-width: 767px) {
            .section-product-fig-item-menu dd {
              font-size: 1rem; } }
      .section-product-fig-item-attention {
        position: absolute;
        font-size: .9rem;
        color: #fff;
        right: .5rem;
        bottom: .5rem;
        text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5), 0 0 0.5rem rgba(0, 0, 0, 0.5); }

.js_modal {
  display: none;
  position: fixed;
  z-index: 199;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(71, 49, 47, 0.7); }
  .js_modal.is-active {
    display: block; }
  .js_modal .item {
    position: relative;
    top: 2.5rem;
    padding-bottom: 2.5rem;
    display: none; }
    @media only screen and (max-width: 767px) {
      .js_modal .item {
        top: 1.5rem;
        padding-bottom: 1.5rem; } }
    .js_modal .item .btn-close {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      position: absolute;
      top: -1.5rem;
      background: #fff;
      border: none;
      font-size: 1.6rem;
      display: flex;
      justify-content: center;
      align-items: center;
      right: 50%;
      margin-right: -25rem; }
      @media only screen and (max-width: 767px) {
        .js_modal .item .btn-close {
          right: 2.5%;
          margin-right: 0; } }
  .js_modal .section-product {
    max-width: 48rem;
    margin: 0 auto;
    padding-bottom: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .js_modal .section-product {
        max-width: 90%;
        padding-bottom: 1rem; } }
    .js_modal .section-product-header {
      height: 6rem; }
      @media only screen and (max-width: 767px) {
        .js_modal .section-product-header {
          height: 5.6rem; } }
    .js_modal .section-product-img {
      padding: 1.5rem 1.5rem 0; }
      @media only screen and (max-width: 767px) {
        .js_modal .section-product-img {
          padding: 0; } }
    .js_modal .section-product-txt {
      padding: 1rem 2rem; }
      @media only screen and (max-width: 767px) {
        .js_modal .section-product-txt {
          padding: 1.5rem 1.5rem 0; } }
      .js_modal .section-product-txt-catch {
        text-align: center;
        padding-bottom: .8em;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.2; }
        @media only screen and (max-width: 767px) {
          .js_modal .section-product-txt-catch {
            font-size: 1.6rem; } }
      .js_modal .section-product-txt p {
        font-size: 1.125rem;
        line-height: 1.5;
        padding-bottom: .8em;
		margin-bottom: 0;}
      .js_modal .section-product-txt ul {
        padding-bottom: .6em; }
        .js_modal .section-product-txt ul li {
          font-size: 1.25rem;
          padding-left: 1.2em;
          position: relative;
          padding-bottom: .2em; }
          @media only screen and (max-width: 767px) {
            .js_modal .section-product-txt ul li {
              font-size: 1.2rem; } }
          .js_modal .section-product-txt ul li:before {
            content: "●";
            position: absolute;
            left: 0;
            top: 0; }
          .js_modal .section-product-txt ul li b {
            font-weight: 400;
            text-decoration: underline; }
    .js_modal .section-product-btn {
      border: 0.2rem solid rgba(71, 49, 47, 0.3);
      border-radius: 5rem;
      height: 3.6rem;
      width: 24rem;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.4rem;
      font-weight: 700;
      color: rgba(71, 49, 47, 0.8);
      background: #fff; }
      @media only screen and (min-width: 1025px) {
        .js_modal .section-product-btn {
          cursor: pointer; }
          .js_modal .section-product-btn:hover {
            background: #eee; } }
      @media only screen and (max-width: 767px) {
        .js_modal .section-product-btn {
          height: 2.6rem;
          width: 11rem;
          font-size: 1.1rem;
          margin: 0 auto; } }

.aside-faq {
  display: flex;
  justify-content: center;
  padding: 3rem 2rem; }
  @media only screen and (max-width: 767px) {
    .aside-faq {
      flex-direction: column;
      padding: 2rem .5rem 0; } }
  .aside-faq-ttl {
    font-size: 2.375rem;
    text-align: center;
    padding: 0 4vw;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .aside-faq-ttl {
        font-size: 1.375rem;
        padding: 0 0 2rem; } }
    .aside-faq-ttl b {
      border-bottom: 0.3rem solid #f58a00; }
  .aside-faq dl {
    width: 100%;
    max-width: 60rem; }
    .aside-faq dl div {
      margin-bottom: 1.5rem; }
      .aside-faq dl div dt {
        font-size: 1.25rem;
        padding-bottom: .3rem; }
        @media only screen and (max-width: 767px) {
          .aside-faq dl div dt {
            font-size: 1rem; } }
        .aside-faq dl div dt:before {
          content: "Q";
          color: #f58a00;
          font-size: 1.75rem;
          margin-right: 1rem; }
          @media only screen and (max-width: 767px) {
            .aside-faq dl div dt:before {
              font-size: 1.5rem;
              margin-right: .3rem; } }
      .aside-faq dl div dd {
        background: #fff;
        border: 1px solid rgba(71, 49, 47, 0.1);
        padding: 1.5rem 1.5rem 1.5rem 4rem;
        border-radius: .3rem;
        position: relative;
        font-size: 1.125rem; }
        @media only screen and (max-width: 767px) {
          .aside-faq dl div dd {
            font-size: 1rem;
            padding: 1.2rem 1rem 1.2rem 3.5rem; } }
        .aside-faq dl div dd:before {
          content: "A";
          font-weight: 700;
          color: #82af00;
          font-size: 1.75rem;
          position: absolute;
          left: 2rem;
          top: 1.1rem; }
          @media only screen and (max-width: 767px) {
            .aside-faq dl div dd:before {
              font-size: 1.5rem;
              left: 1.2rem;
              top: .8rem; } }

.kikubari-balloon .kikubari-balloon-em{
    font-size: 1.5rem!important;
}


/*soup*/
.section-soup-menu,
.section-omiotsuke-menu{
    margin-bottom: 2rem;
}

.soup-menu-row,
.omiotsuke-menu-row,
.kit-step-row{
    padding: 0 2rem 1rem;
}

@media screen and (max-width: 767px){
   .soup-menu-row,
    .omiotsuke-menu-row,
    .kit-step-row{
    padding: 0 1rem 1rem;
    } 
}

.omiotsuke-menu-row p{
    margin-bottom: .5rem;
}

.omiotsuke-menu-row p span{
    font-size: .9rem;
    display: block;
}

.soup-menu .row{
    --bs-gutter-x:0;
}

.soup-menu-detail{
    margin-bottom: 1rem;
}

.soup-menu-detail-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}

.soup-menu-detail-list dl{
    width: calc(100%/3);
    border: 1px solid #f58a00;
    border-left: 0;
    padding: 1rem;
}

.soup-menu-detail-list dl:first-child{
    border-left: 1px solid #f58a00;
}

.cart_menulist{
    display: flex;
    flex-flow: wrap;
}

@media screen and (max-width: 767px){
    .cart_menulist{
        overflow-x: scroll;
        flex-flow: row;
    }
}

.cart_menulist.list_12 .cart_menuitem{
    width: calc(100% / 6);
    padding: .5rem;
}
.cart_menulist.list_8 .cart_menuitem{
    width: calc(100% / 4);
    padding: .5rem;
}
@media screen and (max-width: 767px){
    .cart_menulist .cart_menuitem{
        flex: 0 0 40%;
    }
}


/*/soup*/

/*omiotsuke*/
@media screen and (min-width: 768px){
    .omiotsuke-menu-row .col-6{
        flex: 1 0 14%;
    }
}

.main-omiotsuke .section-product-header{
    height: 9rem;
}
@media screen and (max-width: 767px){
    .main-omiotsuke .section-product-header{
        height: 6rem;
    }
}

.main-omiotsuke .section-product-more img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.main-omiotsuke #omiotsuke-14 .section-product-more img{
    height: 277px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px){
    .main-omiotsuke .section-product-price{
        margin: .5rem .5rem 0;
    }
}

.main-omiotsuke .section-product-price dl{
    margin-bottom: 0;
}

.omiotsuke-menu-detail{
    margin-bottom: 1rem;
}

.main-omiotsuke .modal_omiotsuke_cart1 .section-product img{
    width: 100%;
    border: 1px solid #000;
}

/*/omiotsuke*/

/*kit*/

.kit-step-row h3{
    font-weight: bold;
}

.main-kit .nav-btn ul li:nth-of-type(2) a{
    background: #1d90cb;
}

.main-kit .nav-btn ul li:nth-of-type(4) a{
    background: #82af00;
}

@media screen and (min-width: 767px){
	.main-kit .aside-faq dl div dd .row img{
		width: 50%;
}
}


/*/kit*/

/*yawraka*/

.yawaraka-level{
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
}

.main-yawaraka .nav-btn ul li{
    width: 33.333%;
}
@media screen and (max-width: 767px){
    .main-yawaraka .nav-btn ul li{
        width: 100%;
    }
}

.main-yawaraka .select-product-box{
    
}

.main-yawaraka .select-product-box .select-product-box-ttl{
    text-align: center;
    font-weight: bold;
    padding: 1rem;
    border-radius: 1rem 1rem 0 0;
    color: #fff;
}

.main-yawaraka .select-product-box .select-product-box-txt{
    padding: 1rem;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
}


.main-yawaraka .nav-btn ul li a.y210,
.main-yawaraka .nav-btn ul li.y210 .select-product-box-ttl{
    background: #ffa836;
}
.main-yawaraka .nav-btn ul li a.y220,
.main-yawaraka .nav-btn ul li.y220 .select-product-box-ttl{
    background: #ff8556;
}
.main-yawaraka .nav-btn ul li a.y230,
.main-yawaraka .nav-btn ul li.y230 .select-product-box-ttl{
    background: #ffa599;
}

.main-yawaraka .nav-btn ul li a{
    height: 4rem;
    max-width: 350px;
    margin: 0 auto;
}

.main-yawaraka.main-teiki .nav-btn ul li a{
    max-width: 100%;
}

.main-yawaraka.main-teiki .nav-btn ul li a{
    height: auto;
}

.main-yawaraka .section-product-header{
    height: 9rem;
}
@media only screen and (max-width: 767px){
    .main-yawaraka .section-product-header{
        height: 5rem;
    }
}

.section-product.type7 .section-product-header{
    background: #ffa836;
}
.section-product.type7 .section-product-header p {
      color: #ffa836;
}
.section-product.type7 .section-product-price{
    background: rgba(255, 168, 54, 0.2);
}
.section-product.type7 .section-product-info p,
.section-product.type7 .section-product-fig-item-menu dt,
.main-yawaraka .nav-btn ul li.y210 .section-product-info-guide p{
    color: #ffa836;
}
.section-product.type7 .section-product-info dl dt {
    background: rgba(255, 168, 54, 0.2);
    color: #ffa836; 
}

.section-product.type8 .section-product-header{
    background: #ff8556;
}
.section-product.type8 .section-product-header p,
.section-product.type8 .section-product-info p,
.main-yawaraka .nav-btn ul li.y220 .section-product-info-guide p{
      color: #ff8556;
}
.section-product.type8 .section-product-price{
    background: rgba(255, 133, 86, 0.2);
}
.section-product.type8 .section-product-fig-item-menu dt{
    color: #ff8556;
}
.section-product.type8 .section-product-info dl dt {
    background: rgba(255, 133, 86, 0.2);
    color: #ff8556; 
}

.section-product.type9 .section-product-header{
    background: #ffa599;
}
.section-product.type9 .section-product-header p,
.section-product.type9 .section-product-info p,
.main-yawaraka .nav-btn ul li.y230 .section-product-info-guide p{
      color: #ffa599;
}
.section-product.type9 .section-product-price{
    background: rgba(255, 165, 153, 0.2);
}
.section-product.type9 .section-product-fig-item-menu dt{
    color: #ffa599;
}
.section-product.type9 .section-product-info dl dt {
    background: rgba(255, 165, 153, 0.2);
    color: #ffa599; 
}

.section-product-info-guide{
    margin-bottom: 1rem;
    width: 100%;
    align-items: center;
}

.section-product-info-guide p{
    font-size: 1rem;
    margin-bottom: 0;
    padding-top: 0;
    max-width: 150px;
    margin-right: 1rem;
    font-weight: bold;
}

@media only screen and (max-width: 767px){
    .section-product-info-guide p{
        max-width: 100%;
    }
}

/*/yawraka*/
/*frailty*/
.pkg-frailty::after{
    width:140px!important;
}
.pkg-frailty::before{
    width:145px!important;
}
@media screen and (max-width: 767px){
	.pkg-frailty::before{
    width:107px!important;
		top:88px!important;
}
}
.main-frailty .nav-btn ul li{
    width: 33.333%;
}
@media screen and (max-width: 767px){
    .main-frailty .nav-btn ul li{
        width: 100%;
    }
}

.main-frailty .select-product-box .select-product-box-ttl{
    text-align: center;
    font-weight: bold;
    padding: 1rem;
    border-radius: 1rem 1rem 0 0;
    color: #fff;
}

.main-frailty .select-product-box .select-product-box-txt{
    padding: 1rem;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
}


.main-frailty .nav-btn ul li:nth-of-type(1) a,
.main-frailty .nav-btn ul li:nth-of-type(1) .select-product-box-ttl{
    background: #ffa836;
}
.main-frailty .nav-btn ul li:nth-of-type(2) a,
.main-frailty .nav-btn ul li:nth-of-type(2) .select-product-box-ttl{
    background: #ff8556;
}
.main-frailty .nav-btn ul li:nth-of-type(3) a,
.main-frailty .nav-btn ul li:nth-of-type(3) .select-product-box-ttl{
    background: #ffa599;
}

.main-frailty .nav-btn ul li a{
    height: 4rem;
    max-width: 350px;
    margin: 0 auto;
}

.main-frailty.main-teiki .nav-btn ul li a{
    max-width: 100%;
}

.main-frailty.main-teiki .nav-btn ul li a{
    height: auto;
}

.main-frailty .section-product-header{
    height: 9rem;
}
@media only screen and (max-width: 767px){
    .main-frailty .section-product-header{
        height: 5rem;
    }
}


.section-product.type10 .section-product-header{
    background: #87B30C;
}
.section-product.type10 .section-product-header p,
.section-product.type10 .section-product-info p,
.main-yawaraka .nav-btn ul li:nth-of-type(3) .section-product-info-guide p{
      color: #87B30C;
}
.section-product.type10 .section-product-price{
    background: #F1F6E3;
}
.section-product.type10 .section-product-fig-item-menu dt{
    color: #87B30C;
}
.section-product.type10 .section-product-info dl dt {
    background: #F1F6E3;
    color: #87B30C; 
}

.section-product-info-guide{
    margin-bottom: 1rem;
    width: 100%;
    align-items: center;
}

.section-product-info-guide p{
    font-size: 1rem;
    margin-bottom: 0;
    padding-top: 0;
    max-width: 150px;
    margin-right: 1rem;
    font-weight: bold;
}

@media only screen and (max-width: 767px){
    .section-product-info-guide p{
        max-width: 100%;
    }
}


.frailty-recommend{
    padding: 1.5rem 1rem;
}

.frailty-recommend-ttl{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 2rem;
}

.frailty-recommend-ttl h2{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}

.frailty-recommend-ttl::before,
.frailty-recommend-ttl::after
{
    content: '';
    display: block;
    height: 1.5rem;
    width: 1px;
    background-color: #F69619;
}
.frailty-recommend-ttl::before
{
    margin-right: 2.3rem;
    transform: rotate(-15deg);
}
.frailty-recommend-ttl::after
{
    margin-left: 2.3rem;
    transform: rotate(15deg);
}

.frailty-recommend-row{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.frailty-recommend-col{
    width: calc(100% / 4 - 15px);
}
@media screen and (max-width: 767.98px){
    .frailty-recommend-col{
        width: calc(100% / 2 - 5px);
    }
    .frailty-recommend-col:nth-of-type(1),
    .frailty-recommend-col:nth-of-type(2){
        margin-bottom: 10px;
    }
}

.frailty-recommend-box{
    background: #fff;
    padding: 1rem 0;;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}

.frailty-recommend-box img{
    margin-top: .5rem;
	height: 235px;
}
@media screen and (max-width: 767.98px){
	.frailty-recommend-box img{
	height: auto;
}
}

/*/frailty*/
/*teiki*/

.teiki-point{
    padding: 2rem;
}

@media only screen and (max-width: 767px){
    .teiki-point{
        padding: 3rem 1rem 2rem;
    }
}

.teiki-cart{
    padding: 2rem;
}
@media only screen and (max-width: 767px){
    .teiki-cart{
        padding: 2rem 1rem 1rem;
    }
}

.kikubari-form-row{
    justify-content: center;
}
@media screen and (min-width: 768px){
    .kikubari-form-price{
        max-width: 400px;
    }
}

@media screen and (min-width: 768px){
    .kikubari-form-label{
        width: 160px;
    }
}

.kikubari-form-row .btn{
    min-width: 240px;
    position: relative;
}

.kikubari-form-row .btn.free::before,
.kikubari-form-row .btn.half::before,
.kikubari-form-row .btn.half-330::before{
    content: "";
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.kikubari-form-row .btn.free::before{
    background-image: url("../img/icon-free.png");
}

.kikubari-form-row .btn.half::before{
    background-image: url("../img/icon-half.png");
}

.kikubari-form-row .btn.half-330::before{
    background-image: url("../img/icon-half-330.png");
}

.kikubari-form .tab-pane{
    padding: .875rem .5rem!important;
}

.kikubari-form-row{
    margin-bottom: .7rem;
    padding-bottom: .7rem;
}

.kikubari-point-title div small{
    font-size: .75em;
}

.main-kit .kikubari-form-label{
    width: 110px;
}
@media screen and (max-width: 767.98px){
    .kikubari-form-price{
        width: calc(100% - 110px - 1rem)
    }
}

@media screen and (min-width: 768px){
    .main-kit .kikubari-form-label{
        width: 170px;
    }
}

@media screen and (max-width: 767.98px){
    .kikubari-form-price small{
        font-size: .75rem;
    }
}

.main-kit .kikubari-point-shipping-box.regular{
    margin: 0 .5rem;
}

@media only screen and (max-width: 767px){
    .main-kit .kikubari-point-shipping-box.regular{
        margin: 0 auto .5rem;
    }
    .main-kit .kikubari-balloon .kikubari-balloon-em{
        font-size: 1.8125rem;
    }
}

@media only screen and (max-width: 767px){
    .kikubari-point-title:before{
        height: 50px!important;
    }
    .kikubari-point:nth-of-type(1) .kikubari-point-title:before{
        height: 100px!important;
    }
    
    .kikubari-point-title-yellow:before,
    .kikubari-point-title-red:before,
    .kikubari-point-title-green:before{
        background: none;
    }
}

@media screen and (max-width: 767.98px){
    .kikubari-point-shipping-box{
        max-width: 270px;
    }
    
    .kikubari-point-shipping-box-price{
        text-align: center;
        line-height: 1.2;
    }
}




/*/teiki*/
