/** Shopify CDN: Minification failed

Line 546:8 Expected ":"
Line 762:0 All "@import" rules must come first

**/
body{
  line-height: 1.3 !important;
  font-family: HiraKakuProN-W3,HiraKakuProN-W6,Arial,Helvetica,sans-serif !important;
}



/* TOPページの最初のスライドショー修正 */
.hero__inner h2{
  font-family: Georgia;
  font-weight: bold;
}

.index-section {
/*     padding-top: 15px !important; */
    padding-bottom: 0px !important;
  margin-top: 0 !important;
}

.section-header {
    margin-bottom: 0px !important;
}

/* 区切り線を引く */
.section-header .h2 {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.section-header .h2:before, .section-header .h2:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.section-header .h2:before {
  margin-right: 1em; /* 文字の右隣 */
}
.section-header .h2:after {
  margin-left: 1em; /* 文字の左隣 */
}

/* 区切り線を引く */
.section-header h2 {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.section-header h2:before, .section-header h2:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.section-header h2:before {
  margin-right: 1em; /* 文字の右隣 */
}
.section-header h2:after {
  margin-left: 1em; /* 文字の左隣 */
}



.hero__inner h2{
  font-size:0;

}
.hero__inner h2:before{
  font-size: 10vw;
  content: "Nice product.\AHave a nice life.";
  white-space: pre;
}

@media only screen and (min-width: 750px){
.hero__inner h2:before{
  font-size: 65px !important;
}
}

/* TOPページ左右の余白 */
@media only screen and (max-width: 749px){
#shopify-section-1618473928967fcfb2{
    margin-right: 8px;
    margin-left: 8px;
}
#shopify-section-1618473928967fcfb2 li{
    margin-left: 1px;
    margin-right: 1px;
    width: 49%;
}

#shopify-section-16189113885dfaee70{
    margin-right: 8px;
    margin-left: 8px;
}
#shopify-section-16189113885dfaee70 li{
    margin-left: 1px;
    margin-right: 1px;
    width: 49%;
}

#shopify-section-collection{
    margin-right: 8px;
    margin-left: 8px;
}
#shopify-section-collection li{
    margin-left: 1px;
    margin-right: 1px;
    width: 49%;
}
}




/* 商品ページの修正 */
/* ヘッダー固定 */
.site-header{
/*   position: fixed !important;
  width: 100%;
  z-index: 10000!important;
  height: 65px; */
}
/* 固定ヘッダー分の余白 */
.product-single__media-wrapper{
/*   margin-top: 65px !important; */
}

/* PCも全画面に広げる */
.medium-up--one-half {
    width: 100%!important;
}

/* 検索ボタンの非表示 */
.site-header__search-toggle{
  display:none!important;
}




/* スライダーの高さ固定　→失敗 */
/* @media only screen and (max-width: 749px){
.product-single__media-wrapper{
  height:50vw;
  object-fit:cover;
}
} */


/* スライダーの矢印の位置調整 */
@media only screen and (max-width: 749px){
.thumbnails-slider__btn{
  top: 20% !important;
}
/*   タイトルとゲージを近づける */
.thumbnails-wrapper{
    margin:0 !important;
  }
}

/* ゲージ作成 */
/* .projectG{
    height: 28px;
    line-height: 28px;
    background: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}

.projectGIn{
  height: 28px;
    line-height: 28px;
    background: #89ff6c;
    position: relative;
    -webkit-transition: all 0.4s ease;
  width:0%;
}
.projectGIn p{

    font-size: 16px;
    width: 85px;
    font-weight: bold;
    position: relative;
    top: 1px;
  text-align: right;
    margin-right: 0px;
    margin-left: auto;
} */


/* 応援購入金額作成 */
/* .projectM{
  margin: 24px 10px 0 10px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
  padding-top: 10px;
  font-size: 12px;
    color: #686868;
    font-weight: bold;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.projectM p{

}
.projectM .main{
  font-size: 25px;
    margin-top: 8px;
    position: relative;
  color: #333333;
  font-family: HiraKakuProN-W3,HiraKakuProN-W6,Arial,Helvetica,sans-serif;
  font-weight: normal;
} */


/* サポーター数、残り時間 */
/* .projectA{
  margin: 2px 10px 0px 10px;
  display: -webkit-box;
}

.projectA div{
  width: 33.3%;
  text-align: center;
  padding: 12px 0px;
}

.projectA_S{
  border-right: 1px solid #e6e6e6;  
}
.projectA_S_q{
    font-size: 10px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.projectA_S_a{
    font-size: 1.0rem;
    padding-top: 5px;
}

.projectA_S p{

    color: #686868;
    font-weight: bold;
    position: relative;
    margin: auto;
}
.projectA_T_q{
    font-size: 10px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.projectA_T_a{
    font-size: 18px;
    padding-top: 5px;
}

.projectA_T p{

    color: #686868;
    font-weight: bold;
    position: relative;
    margin: auto;
} */

@media only screen and (max-width: 749px){
.product-single__media-group {
  background: white;
}
}


/* タイトル（商品名）を左揃えに */
.product-single__title{
text-align:left !important;
font-size: 19px;
font-weight: bold;
margin: 14px 20px 16px 20px;
  
    color: #333333;
    border-radius: 4px;
    line-height: 1.7;
}



/* Q&A */
.qa_title{
  text-align: center;
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: normal;
}

.qa_item{
  margin: 0 10px;
    padding: 0px 14px 20px;
    border-radius: 2px;
    background: #ffffff;
}

.qa_item li {
    padding-bottom: 6px;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
}

.qa_q{
      position: relative;
    display: flex;
    padding: 20px 0 14px;
    width: 100%;
}

.qa_a{
  padding: 0 8px 8px;
}

.qa_q p{
      margin-left: 8px;
    width: calc(100% - 48px);
    line-height: 23px;
    font-size: 16px;
  font-weight: bold;
    color: #333;
}

.qa_a p{
    line-height: 24px;
    font-size: 12px;
    color: #4D4D4D;
}


/* 詳細ページ */
.rte{
background: #f5f5f5;
  margin-bottom:0px !important;
}
.productTitle{
  padding: 15px 10px 0px 10px;
    position: relative;
    font-size: 22px;
    text-align: center;
}

@media only screen and (min-width: 750px){
.productTitle{
  display:none;
}
}

@media only screen and (min-width: 750px){
.store_des{
  display:none;
  
}
}

.store_des{
  padding: 15px;
  
}
.store_des p{
  margin-bottom: 0px!important;
  font-size: 0.8rem!important;
  line-height: 1rem!important;
  font-weight: 750!important;
  color: #686868!important;
  
}



@media only screen and (max-width: 749px){
  .product-single__description_bottom{
    display:none;
  }
  .product-single__description{
    clear:both;
  }
    
  .product-single__description_top{
  margin: 10px;
      background: white;
      border-radius: 2px;
      box-shadow: 0 1px 2px #ccc;
      overflow: hidden;
    padding: 22px 20px;
  }
    
  
  /* 位置調整 */
  .grid {
      margin-left: 0px !important;
  }
  .grid__item {
      padding-left: 0px !important;
  }
    
  .template-product .main-content {
      padding-top: 0 !important;
  }
}

.main-content {
    padding-top: 0 !important;
  }

.product-single__description_bottom{
margin-top: 20px;
    background: white;
    border-radius: 2px;
/*     box-shadow: 0 1px 2px #ccc; */
    overflow: hidden;
}



/* 商品説明本文の設定 */


.product-single__description h1{
    background: #333;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0px !important; 
    margin-bottom: 20px !important;
    padding: 4px 8px;
    text-align: center;
    line-height: 1.7;
  
}
.product-single__description h2{
	font-size: 22px;
    font-weight: bold;
  margin-top: 0px !important; 
    margin-bottom: 12px !important;
    line-height: 1.7;
}
.product-single__description h3{
      font-size: 24px;
    font-weight: bold;
  margin-top: 0px !important; 
    margin-bottom: 8px !important;
    line-height: 1.7;
}
.product-single__description h4{
    font-size: 18px;
    font-weight: bold;
  margin-top: 0px !important; 
    margin-bottom: 8px !important;
    line-height: 1.7;
}
.product-single__description p{
    color: #333;
    font-size: 16px;
  margin-top: 0px !important; 
    margin-bottom: 15px !important;
    min-height: 28px;
    line-height: 1.7;
}

/* 応援する！ボタン */
.cart_a a{
    background: #F7C600;
    text-align: center;
    display: -webkit-box;
    border-bottom: none !important;

    font-weight: bold;
    height: 56px;
    line-height: 56px;
    -webkit-box-flex: 1;
    -webkit-box-pack: center;
    width: 100%;
    font-size: 17px;
    border-radius: 2px;
/*     margin-left: 8px; */
}

/* 応援ボタン、PCは非表示 */
@media only screen and (min-width: 750px){
.cart_a{
  display:none;
}
}

/* リターン部分 */
.return{
  padding: 10px;
  box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 20%);
}




/* 価格、オプション、カート追加部分 */
/* 中央に価格を配置 */
.price__pricing-group{
margin-left: auto;
    margin-right: auto;
}

/* 価格の文字を大きく */
.product__price .price-item--sale {
    font-size: 25px;
    color: #333333;
}

.product__price .price-item--regular{
    font-size: 25px;
    color: #333333;
}

/* 標準価格を消す */
.price--on-sale .price-item--regular {
   display:none;
}

/* セールバッヂを消す */
.price__badges{
  display:none;
}

/* 配置を下ぞろえに */
.price__pricing-group {
align-items: flex-end !important;
}

/* 税込みの位置を調整 */
.product__policies{
  margin
}

/* オプション、カードボタンなどの位置調整 */
.product-form-product-template{
  margin: 0px 20px 0px 20px;
}



#SingleOptionSelector-0{
  background-color: #ffff90;
}





@media only screen and (max-width: 749px){
	.product-single__media-group {
    	margin-bottom: 0px !important;
	}
}

.product-form {
  padding-top: 0!important;
}

.product-form__item {
  margin-bottom:0px !important;
}

.product-single__description{
/*   text-align: center; */
  margin-top: 0px !important;
}


@media only screen and (min-width: 750px){
.product-single__description_top{
  display:none;
}
}




@media only screen and (max-width: 749px){
.page-width {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}

.custom-content{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.product__policies{
  margin:0 0.625rem 0.2rem 0 !important;
  background:white !important;
}

.hero__overlay::before {
  background-color: white !important;
  opacity: 40% !important;
}
.hero .mega-title, .hero .mega-subtitle{
  text-shadow: 0px 0px 25px #fff !important;
}


/* カート追加ポップアップ */
.cart-popup__cta-link {
    font-size: 18px !important;
    color: white !important;
    background: -webkit-gradient( linear,left top,left bottom, from(#ffa035), to(#ff8300));
    border: none !important;
    box-shadow: 2px 2px 2px rgb(10 10 10 / 20%);
    border-radius: 3px !important;
}



/* カート画面 */
.cart{
  margin: 10px;
    background: white;
    border-radius: 2px;
    box-shadow: 0 1px 2px #ccc;
    overflow: hidden;
    padding: 22px 20px;
}

.cart th, td {
  padding:3px !important;
}








/* /pages/の配下のページ */
.template-page .grid{
  margin: 10px !important;
}
.template-page .rte{
  padding: 22px 20px;
}
.template-page h1{
    text-align: left !important;
    font-size: 19px;
    font-weight: bold;
    margin: 14px 20px 16px 20px;
    color: #333333;
    border-radius: 4px;
    line-height: 1.7;
}
.template-page h2{
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 12px !important;
    line-height: 1.7;
}
.template-page h3{
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    line-height: 1.7;
  }




/* template-policy系のページ */
.template-policy .rte{
  padding: 22px 20px;
}
.template-policy h1{
    text-align: left !important;
    font-size: 19px;
    font-weight: bold;
    margin: 14px 20px 16px 20px;
    color: #333333;
    border-radius: 4px;
    line-height: 1.7;
}
.template-policy h2{
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 12px !important;
    line-height: 1.7;
}
.template-policy h3{
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    line-height: 1.7;
  }



/* 商品ページの装飾 --------------------------------------*/

/* 画像共通 */
.item_detail img{
  display: block;
  margin: 0 auto 10px;
}
/* 画像付きリスト */
.list_with_image{
  list-style-type: none!important;
  margin-left: 0!important;
}
.list_with_image li {
  padding: 0 0 20px;
}
.list_with_image figure {
  margin: 0!important;
}
/* マーカー */
.yellow_maker{
  display: inline;
  color: #333;
  background-color: #ffff00;
  font-weight: bold;
}
/* ピンクの強調文字 */
.pink_emphasis{
  color: #fb2a79;
  font-weight: bold;
}
/* 黒の強調文字 */
.black_emphasis{
  color: #333;
  font-weight: bold;
}

/* デザイン（タブレット/PC） */
@media screen and (min-width: 600px) {
/* タブレット/PC用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */
  .item_detail img{
    width: auto;
    max-width: 750px!important;
  }
}

/* 商品ページ　重要なお知らせ --------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

.news .bold{
  font-weight: 900;
}
.news .red {
  color: #d14257;
}
.news .marker_red {
    background: linear-gradient(transparent 75%, #ffadad 75%);
}
.news_delivery_time .large {
  font-size: 24px;
}
.news {
  background: #d14257;
  padding: 20px 10px 10px;
  width: 95vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 0 30px;
}
.news_tit {
  font-size: 20px!important;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  margin: 0 0 20px;
  font-weight: 600!important;
}
.news_content {
  background: #fff;
  padding: 20px 15px;
}
.news_text {
  font-size: 16px;
  color: #07315b!important;
  font-weight: 600;
  margin: 0 0 20px!important;
}
.news_delivery_time {
  width: fit-content;
  font-size: 16px;
  color: #07315b!important;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  border-bottom: double 6px #d14257;
  margin: 0 auto 30px!important;
}
.news_stock_tbl {
  font-size: clamp(12px, 3.5vw, 16px);
}
.news_stock_tbl th,
.news_stock_tbl td {
  border-collapse: collapse;
  border: 1px solid #fff;
}
.news_stock_tbl tr {
  display: grid;
  grid-template-columns: 23% 23% 23% 31%;
}
.news_stock_tbl th {
  background: #07315b;
  color: #fff;
  padding: 5px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news_stock_tbl th:last-child {
  background: #d14257;
}
.news_stock_tbl td {
  height: 60px;
  background: #c1c9d1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news_stock_tbl td:last-child {
  background: #d14257;
}
.news_stock_tbl td:last-child {
  background: #ffeeee;
  color: #d14257;
  font-weight: 900;
}
.news_annotation {
  font-size: 14px!important;
  letter-spacing: -1px;
  color: #07315b!important;
  font-weight: 600;
}
/* デザイン（タブレット/PC） */
@media screen and (min-width: 600px) {
  /* タブレット/PC用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */
  .news {
    width: 100%;
    left: unset;
    transform: unset;
    padding: 20px;
  }
  .news_content {
    padding: 40px;
  }
  .news_text {
    text-align: center;
    font-size: 22px!important;
  }
  .news_delivery_time{
    font-size: 22px!important;
  }
  .news_delivery_time .large {
    font-size: 40px;
  }
  p.news_delivery_time {
    font-size: 22px!important;
    margin-bottom: 30px!important;
  }
  .news_stock_tbl {
    max-width: 600px;
    margin: 0 auto 20px;
  }
  .news_stock_tbl th{
    min-height: 60px;
  }
  .news_stock_tbl td {
    min-height: 80px;
  }
  .news_annotation {
    max-width: 600px;
    margin: 0 auto;
  }
}


/* LINE友達追加ボタンの装飾 */

.line_sec{
  padding: 10px;
  box-shadow: 2px 2px 10px #0003;
}

/* 一部SKU納期遅れの商品ページ表記 */
.product-form__description-message{
  text-align: center;
    margin-top: 4px;
    font-size: 12px;
}