/* カスタマイズ用CSS */

a{
　text-decoration: none;
}

a:hover{
　text-decoration: underline;
}

.ec-newItemRole__listItem a {
  text-decoration: none;
}

.ec-newItemRole__listItem a:hover {
  text-decoration: underline;
}

/*==========================================================

	ulの設定
==========================================================*/
ul{
    padding-left:10px;
    margin:10px 0px 10px 15px;
}
ul li{
    margin-bottom:5px;
}

/*==========================================================
	フッター
==========================================================*/
.ec-footerRole {
    border-top: 1px solid #049CC6;
    margin-top: 60px;
    background: #049CC6;
}



@media not all and (min-width: 768px) {
 .ec-footerNavi .ec-footerNavi__link a {
    display: block;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
 }
}



/*==========================================================
	リスト表示
==========================================================*/
.list-01 ul {
	list-style-type: none;
}
/* 任意のマーク */
.list-01 li::before {
	content: "★ " ;
}

.ul-01 ul{
    list-style-type: none;
    padding-left:10px;
    margin:10px 0px 10px 10px;
}

.ul-01 li::before {
	content: "※ " ;
	margin-left:-20px; 

}

.ul-01 li{
    margin-bottom:5px;
}

/*==========================================================
	お客様の声
==========================================================*/
.voice-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.voice-item {
  width: calc((100% - 30px * 2) / 3);
  background-color: #fff;
  padding: 15px 15px 20px 15px;
}

.h3-voice{
  color:#000000;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.h3-voice a{
  text-decoration: none;
}
.h3-category a:hover {
  text-decoration: none;
}

@media not all and (min-width: 768px) {
  .voice-item {
    width: 100%;
  }
}

/* 星評価 */

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    font-size: 17px; /*フォントサイズ 自由に設定化 */
    margin:0px 0px 10px 0px;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/*==========================================================
	nicoについて
==========================================================*/
.about-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.about-wrap img {
  display: block;
  width: 48%;
  height: auto;
}

.about-wrap .about-box {
  width: 48%;
}

/*==========================================================
	新着情報（上部告知用）
==========================================================*/

.ec-newsRole{
    padding:20px 0px 20px 0px;
}

 @media screen and (max-width: 767px) {
.ec-newsRole__news{
/*    border-top: 1px solid #444;
    border-bottom: 1px solid #444;*/
    border: 5px solid #F8F8F8;
    padding: 0px 10px;
}
}

/*==========================================================
	カテゴリ
==========================================================*/
.wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.item {
  width: calc((100% - 30px * 2) / 3);
  background-color: #fff;
}

.h3-category{
  color:#000000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.h3-category a{
  text-decoration: none;
}
.h3-category a:hover {
  text-decoration: none;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }
}

/*==========================================================
	選ばれる理由
==========================================================*/
.flex-reason {
  display: flex;
  width: auto;
  flex-direction: row-reverse;
  margin:0px 0px 25px 0px;
}

.flex-reason .reason-img {
  flex: 1;

}
.flex-reason .reason-text {
  flex: 2;
    font-size: 17px;
    line-height:160%;
padding-right: 30px;
}


.flex-reason .reason-title{
    color:#000000;
    font-weight: 700;
    margin:10px 0px 20px 0px;
}


 @media screen and (max-width: 767px) {
     .flex-reason {
         display: block;
     }
     .flex-reason .reason-img {
         width: 100%;
         margin: 0 auto;
     }
     .flex-reason .reason-text {
         width: 100%;
  padding: 20px 0px 25px 0px;
     }
 }


/*==========================================================
	オーナーシェフのメッセージ
==========================================================*/
.flex-chef {
  display: flex;
  width: auto;
  flex-direction: row-reverse;
  margin:0px 0px 25px 0px;
}

.flex-chef .chef-img {
  flex: 1;

}
.flex-chef .chef-text {
  flex: 2;
    font-size: 17px;
    line-height:160%;
padding-right: 30px;
}


.flex-chef .chef-title{
    color:#000000;
    font-weight: 700;
    margin:10px 0px 20px 0px;
}


 @media screen and (max-width: 767px) {
     .flex-chef {
         display: block;
     }
     .flex-chef .chef-img {
         width: 100%;
         margin: 0 auto;
     }
     .flex-chef .chef-text {
         width: 100%;
  padding: 20px 0px 25px 0px;
     }
 }



/*==========================================================
	ご利用ガイド（footer）
==========================================================*/
#footerGuide {
	margin: 0 auto;
/*	padding-bottom: 50px;*/
}
#footerGuide h2 {
	border-left: 4px solid #444;
	font-size: 16px;
	padding: 4px 8px;
	margin-bottom: 8px;
}
.ft-guide-outer{
	text-align:left;
	display: flex;
	justify-content: space-between;
}
.ft-guide-inner li {
	margin-left: 5px;
	list-style-type: disc;
}
.ft-guide-inner {
	width: 30%;
}
.ft-guide-inner h3 {
    color:#000000;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 4px;
	margin: 50px 0 24px;
	border-bottom:#ccc 2px solid;
}
.ft-guide-subtitle {
	margin: 16px 0 8px 0;
	padding: 2px 8px;
	border-left: #ccc 4px solid;
	font-weight: bold;
}

/*==========================================================
	商品詳細の設定
==========================================================*/
/* リスト */
.ul-notes li{
    margin-bottom:10px;
}

/* h3 見出し */
.h3-product {
    font-size: 110%;
    border-bottom: solid 3px #000000;
    padding: 10px 0;
}

/*==========================================================
	エディタの設定
==========================================================*/
body {
font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif, "Apple Color Emoji";
}

.youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}



/*==========================================================
	トップページh2設定
==========================================================*/
.h2-title {
    font-size: 3.6rem;
    line-height: 1.4166666667;
}
.h2-title {
    color: #000000;
    font-family: "Noto Serif JP",serif;
    font-size: clamp(30px,5.2083333333vw,40px);
    font-weight: 700;
    letter-spacing: .2em;
    text-align: center;
    margin-bottom:35px;
}

/*==========================================================
	見出し設定
==========================================================*/
.ec-off1Grid__cell h2{
    background: #F3F3F3;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
    margin:20px 0px 30px 0px;
    font-family: "Noto Serif JP",serif;
}

.ec-off1Grid__cell h3{
    border-left: 8px solid #35B0D1;
    border-bottom: 1px solid #35B0D1;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 15px;
    margin:0px 0px 20px 0px;
}


.ec-off1Grid__cell h4 {
    border-left: 5px solid #35B0D1;
    padding:8px 15px;
    font-size: 17px;
    font-weight: bold;
    margin:30px 0px 30px 0px;
}


.ec-introTitle {
    color: black;
    margin-bottom: 0.8em;
    font-size: 24px;
    font-weight: bold; }

.ec-introDescription {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2; }


.ec-eyecatch__introsubTitle {
    font-size: 16px;
    margin-top: 45px;
    margin-bottom: 0.8em;
 }

.ec-eyecatch__introTitle {
    font-size: 26px;
    margin-bottom: 0.8em;
    font-weight: bold;
 }

/*==========================================================
	カラム設定
==========================================================*/
/* 3:1の2column（画像右） */
.ec-2column {
  padding: 20px 0;
  color: black;
/*  background: #F8F8F8;*/ }
.ec-2column .ec-2column__list {
    display: flex;
    flex-wrap: wrap; }
.ec-2column .ec-2column__listItem_text-grow2 {
    margin-bottom: 30px;
    width: 100%;
    height: auto; }

.ec-2column .ec-2column__listItem_img-grow1 {
    margin-bottom: 30px;
    width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
    .ec-2column {
        padding: 20px 0; }
    .ec-2column .ec-2column__list {
        flex-wrap: nowrap;}
    .ec-2column .ec-2column__listItem_text-grow3 {
        flex-grow: 3;
        margin-right: 30px; 
        order: 1; 
    }
    .ec-2column .ec-2column__listItem_img-grow1 {
        flex-grow: 1;
        order: 2; 
    }
}

/* 1：1の2column（画像右）*/
.ec-2column {
    padding: 20px 0;
    color: black;
/*  background: #F8F8F8;*/ }

.ec-2column .ec-2column__list {
    display: flex;
    flex-wrap: wrap; }
    
.ec-2column .ec-2column__listItem_text {
    margin-bottom: 30px;
    width: 100%;
    height: auto; }

.ec-2column .ec-2column__listItem_img {
    margin-bottom: 30px;
    width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
    .ec-2column {
        padding: 20px 0; }
        
    .ec-2column .ec-2column__list {
        flex-wrap: nowrap;}
        
    .ec-2column .ec-2column__listItem_text {
        width: calc(50% / 1);
        margin-right: 30px; 
        order: 1; 
    }
    
    .ec-2column .ec-2column__listItem_img {
        width: calc(50% / 1);
        order: 2; 
    }
}

/* 均等に2column */
.ec-2column {
    padding: 20px 0;
    color: black;
/*  background: #F8F8F8;*/ }
.ec-2column .ec-2column__list {
    display: flex;
    flex-wrap: wrap; }
.ec-2column .ec-2column__listItem {
    margin-bottom: 30px;
    width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
    .ec-2column {
        padding: 20px 0; }
    .ec-2column .ec-2column__list {
        flex-wrap: nowrap;}
    .ec-2column .ec-2column__listItem {
        width: calc(100% / 2);}
    .ec-2column .ec-2column__listItem:not(:last-of-type) {
        margin-right: 30px; }
}

/* 均等に3column */
.ec-3column {
    padding: 20px 0;
    color: black;
/*  background: #F8F8F8;*/ }
.ec-3column .ec-3column__list {
    display: flex;
    flex-wrap: wrap; }
.ec-3column .ec-3column__listItem {
    margin-bottom: 30px;
    width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
    .ec-3column {
        padding: 20px 0; }
    .ec-3column .ec-3column__list {
        flex-wrap: nowrap;}
    .ec-3column .ec-3column__listItem {
        width: calc(100% / 3);}
    .ec-3column .ec-3column__listItem:not(:last-of-type) {
        margin-right: 30px; }
}

/* 均等に4column */
.ec-4column {
    padding: 20px 0;
    color: black;
/*  background: #F8F8F8;*/ }
.ec-4column .ec-4column__list {
    display: flex;
    flex-wrap: wrap; }
.ec-4column .ec-4column__listItem {
    margin-bottom: 30px;
    width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
    .ec-4column {
        padding: 20px 0; }
    .ec-4column .ec-4column__list {
        flex-wrap: nowrap;}
    .ec-4column .ec-4column__listItem {
        width: calc(100% / 4);}
    .ec-4column .ec-4column__listItem:not(:last-of-type) {
        margin-right: 30px; }
}


/*==========================================================
	デバイスにより表示・非表示設定
==========================================================*/
@media screen and (max-width: 767px){
.spnone {display:none;}
}

@media only screen and (min-width: 768px){
.pcnone {display:none;}
}

/*==========================================================
	リンク画像ホバー時に半透明の設定
==========================================================*/
a img {
border:none;
verticle-align:top;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover img {
opacity: 0.7;     /* 透過レベル */
filter: alpha(opacity=80);
}


/*==========================================================
	ご利用ガイド
==========================================================*/

/*=========
guide
=========*/
 
.p-guide__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-guide__headinner::before {
  position: absolute;
  left: 0;
  content: "▼";
  color: #35B0D1;
  font-size: 18px;
  font-weight: bold;
}
.p-guide__headinner p.p-guide__q-txt {
  font-size: 18px;
  font-weight: bold;
}
.p-guide__bodyinner {
  display: block;
/*  padding-left: 35px;*/
  position: relative;
  line-height: 1.5;
}
.p-guide__bodyinner::before {
/*  position: absolute;
  left: 0;
  content: "";
  color: #DE5D50;
  font-size: 18px;
  font-weight: bold;*/
}
.p-guide__bodyinner p.p-guide__a-txt {
  font-size: 17px;
}

/*==========================================================
	FAQ
==========================================================*/
.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
/*  border: 1px solid #ccc;*/
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  margin-bottom: 20px;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f7f7f7;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f7f7f7;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f7f7f7;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #35B0D1;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #35B0D1;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
/*  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;*/
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 30px;
}

 
/*=========
faq
=========*/
 
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #35B0D1;
  font-size: 18px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
  font-weight: bold;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #DE5D50;
  font-size: 18px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 18px;
}


/*==========================================================
	Margin
==========================================================*/
/*-- margin-top --*/
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}

/*-- margin-bottom --*/
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}

/*-- margin-top&bottom --*/
.mtb10{margin-top:10px;margin-bottom:10px;}
.mtb20{margin-top:20px;margin-bottom:20px;}
.mtb30{margin-top:30px;margin-bottom:30px;}
.mtb40{margin-top:40px;margin-bottom:40px;}
.mtb50{margin-top:50px;margin-bottom:50px;}
.mtb60{margin-top:60px;margin-bottom:60px;}
.mtb70{margin-top:70px;margin-bottom:70px;}
.mtb80{margin-top:80px;margin-bottom:80px;}
.mtb90{margin-top:90px;margin-bottom:90px;}
.mtb100{margin-top:100px;margin-bottom:100px;}