/** Shopify CDN: Minification failed

Line 14:26 Unexpected "/"

**/
/*

ここに追加したいスタイルを記入

*/



------------------------ */
/*
ローダースタイル
------------------------------------------------------------------*/

.loader-bg {
  /*display: none;*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999; }

.loader {
  /*display: none;*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  width: 130px;
  height: auto; 
}


/*
IOSの場合のbackground-attachment解除
------------------------------------------------------------------*/
.mobile-device  #sec_main{
  background-attachment: unset;
  background-size:cover;
}
.mobile-device #sec_toku{
  background-attachment: unset;
  background-size:auto;
}
.mobile-device  #sec_tokuten{
  background-attachment: unset;
  background-size:auto;
}



/*
テキストスタイル
------------------------------------------------------------------*/
body, input, textarea, select {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: normal;
}
h1,h2,h3,h4,h5{
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: bold;
}

h1.top_h1{
    font-size: 1.3em;
    color: #637381;
    font-weight: normal;
    line-height: 1.5;
}

button{
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: bold;
}
.text-min{
  font-family: ten-mincho-text, serif !Important;
  font-style: normal;
  font-weight: 400;
  color: #fff; /* 文字色(Firefox以外のブラウザ用) */
    background: #fff; /* 背景色(Firefox用) */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*
CSSハック(以下はIE11の場合)
*/
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .text-min {
        background: none;
    }
}



a{
  transition:all .5s;
}

a:hover{
  color: inherit;
}

/*
ブロックスタイル
------------------------------------------------------------------*/

.main-content {/*メインエリア*/
    padding-top: 0;
}

/*
div[data-pf-type="Section"]{
  padding:0 !important;
}
*/

/*
div[data-pf-type="Section"]  div.pf-c{
  padding:0 !important;
}
*/



/*
ヘッダー
------------------------------------------------------------------*/

header.site-header{
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color:transparent;
  border-bottom:none;
}

header.site-header{
  background-image:url(header_bg.svg);
  background-position:top left;
  background-repeat:no-repeat;
  padding: 0px 25px;
}

header .site-header__mobile-nav{
  background-color:transparent;
}

header nav.grid__item,header div.grid__item{
    vertical-align: top !important;
}

header div.grid__item .site-header__icons-wrapper{
  margin:25px 0;
}

header .site-nav a {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}
header .site-nav a:hover {
  color:#ccc;
  text-decoration:none !Important;
}

.site-header__icon .icon-search,.site-header__account, .site-header__cart{
    color: #fff;
}
.site-header__logo{
  margin:15px 0 30px 0;
}

.site-header__search-toggle{
  display:none;
}

.headeroverlay {
    display: block;
    height: 100px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    opacity: 0.5;
    background: -moz-linear-gradient(top, #000000, transparent);
    background: -webkit-linear-gradient(top, #000000, transparent);
    background: linear-gradient(to bottom, #000000, transparent);
}




@media screen and (max-width:991px) {
  header.site-header{
 	 background-size: auto 105px;
     padding:0 15px;
  }
  .site-header__logo img{
    max-width:150px !important;
  }
}

@media screen and (max-width:749px) {
  .site-header__logo{
      padding-left: 0;
  }
  .site-header__icons-wrapper{
    margin-top:-20px !Important;
  }
  .site-header__icons{
    padding-right:0;
  }
  .site-header__menu .icon{
    fill:#fff;
  }
  .headeroverlay {
    height: 80px;
  }
  .mobile-nav__label{
    font-weight:bold;
  }
}

@media screen and (max-width:400px) {
  header.site-header{
    padding:0 5px;
    background-size: auto 90px;
  }
  .site-header__logo{
    margin: 5px 0 15px 0;
  }

}

/*
メインビジュアル
------------------------------------------------------------------*/
#mv-row{
  height:100vh;
}

#copy_area{
    position:absolute;
    top:40%;
    left:6em;
    transform: translate(0%, -40%);
    -webkit-transform: translate(0%, -40%);
    -ms-transform: translate(0%, -40%);
}
@media screen and (max-width:1200px) {
  #copy_area{
      top:40%;
      left:2em;
  }
}

@media screen and (max-width:749px) {
  #copy_area{
      top:30%;
      left:1.5em;
  }
  #mv-row{
    height:60vh;
  }
}

@media screen and (max-width:500px) {
  #copy_area{
      top:37%;
  }
  #copy_area h2{
    letter-spacing:0;
    margin-bottom:10px;
  }
   #copy_area img{
      width:235px;
     margin-bottom: 10px;
  }
    #copy_area p{
      font-size:14px;
  }
}



#cvr_fixed{
  position:fixed;
  bottom:10px;
  right:10px;
  width:110px;
  height:90px;
  text-align:center;
  display:flex;
  z-index: 100;
}
#cvr_fixed >div{
  width:100%;
  height:100%;
     font-size: 17px;
    letter-spacing: -0.05em;
    font-weight: bold;
}

#cvr_fixed >div a{
  width:100%;
  height:100%;
  display:block;
  padding-top: 45px;
  line-height: 1;
  position:relative;
  color:#000;
}
#cvr_fixed >div a span{
  font-size: 23px;
}
#cvr_fixed .cvr_fixed_tanpin a span{
	letter-spacing: -0.05em;
    font-size: 20px;
}
#cvr_fixed >div a::before{
    position:absolute;
    top:-46%;
    left:50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
#cvr_fixed .cvr_fixed_teiki a{
  background-color:#f2d530;
}
#cvr_fixed .cvr_fixed_tanpin a{
   background-color:#fbd41a;
}
#cvr_fixed .cvr_fixed_teiki a::before{
    content: url(icon_1.svg);
    width: 83px;
}
#cvr_fixed .cvr_fixed_tanpin a::before{
    content: url(icon_5.svg);
    width: 57px;
}

#cvr_fixed .cvr_fixed_teiki a:hover, #cvr_fixed .cvr_fixed_tanpin a:hover{
  background-color:#800D76;
  color:#f2d530;
}

#cvr_line{
  position:absolute;
  bottom:10px;
  left:10px;
  width:300px;
  height:auto;
  line-height:0;
}
#cvr_line a{
  display:block;
  width:100%;
  height:auto;
}
#cvr_line img{
  width:100%;
  height:auto;
}

@media screen and (max-width:1200px) {
  #sec_main{
      background-position: 60% center;
  }
}
@media screen and (max-width:1024px) {
   #cvr_fixed{
     bottom:0;
     right:0;
   }

  #cvr_line{
    bottom:0;
    left:0;
  }
}



@media screen and (max-width:749px) {
  #sec_main{
      background-position: 65% center;
  }
}
@media screen and (max-width:500px) {
  #sec_main{
    background-position: 60% top;
    height: 60vh;
  }
  
  
   #cvr_fixed{
      width: 165px;
      height: 50px;
      box-shadow: 0px 0px 5px #ccc;
   }
   #cvr_fixed>div a{
     padding-top:14px;
     padding-left: 30px;
   }
  #cvr_fixed>div{
    font-size:15px;
  }
  #cvr_fixed>div a span{
    font-size:20px;
  }
  #cvr_fixed .cvr_fixed_teiki a::before{
    width: 58px;
    top: -6px;
    left: 6px;
    transform: unset;
    -webkit-transform: unset;    
    -ms-transform: unset;
  }
  #cvr_fixed .cvr_fixed_tanpin a::before{
    width: 36px;
    top: -9px;
    left: 16px;
    transform: unset;
    -webkit-transform: unset;    
    -ms-transform: unset;
  }
  
  
  #cvr_line{
    bottom: auto;
    top:60vh;
    width: 100%;
    background-color: #20895a;
    padding: 0 6% 1% 7%;
  }
}

/*
コンセプトエリア
------------------------------------------------------------------*/
@media screen and (max-width:500px) {
  #area_concept{
    padding-top:30%;
  }
}


/*
コンバージョンエリア
------------------------------------------------------------------*/

#sec_cvr{
      background-size: 300px;
}

.area_cvr .cvr_1::after {/*CVRボタンのアイコン*/
    content: url(icon_9.svg);
    position: absolute;
    bottom: 16px;
    right: 46px;
    width: 64px ;
}

.area_cvr .cvr_2::after {/*CVRボタンのアイコン*/
  content: url(icon_8.svg);
    position: absolute;
    bottom: 19px;
    right: 25px;
    width: 76px;
}

.area_cvr .cvr_3::after {/*CVRボタンのアイコン*/
    content: url(icon_3.svg);
    position: absolute;
    bottom: 24px;
    right: 25px;
    width: 59px;
}

.area_cvr .cvr_content::before{/*ボタン横の草*/
    content: url(deco_01.svg);
    position: absolute;
    bottom: 5px;
    left: -200px;
    width: 132px;
}

.area_cvr .cvr_content::after{/*ボタン横の草*/
    content: url(deco_02.svg);
    position: absolute;
    bottom: 5px;
    right: -200px;
    width: 132px;
}


@media screen and (max-width:1025px) {

  .area_cvr .cvr_content::before{/*ボタン横の草*/
      bottom: 0px;
      left: -61px;
      width: 96px;
      z-index: 10;
    }
  .area_cvr .cvr_content::after{/*ボタン横の草*/
      bottom: 0px;
      right: -61px;
      width: 96px;
      z-index: 10;
    }
  
  
  .area_cvr .cvr_1::after {
    left: 150px;
    right: auto;
    bottom: 28px;
    width: 65px;
  }

  .area_cvr .cvr_2::after {
    left: 62px;
    right: auto;
    bottom: 15px;
    width: 70px;
  }
  
  .area_cvr .cvr_3::after {
    left: 62px;
    right: auto;
    bottom: 24px;
    width: 40px;
  }
  
}
 


@media screen and (max-width:890px) {


  .area_cvr .cvr_2::after {
    left: 47px;
    right: auto;
    bottom: 20px;
    width: 55px;
  }
  
  .area_cvr .cvr_3::after {
    left: 40px;
    right: auto;
    bottom: 27px;
    width: 34px;
  }
  
}


 @media screen and (max-width:768px) {
  .area_cvr .cvr_1::after {
    left: 100px;
    bottom: 10px;
    width: 39px;
  }

  .area_cvr .cvr_2::after {
    bottom: 6px;
    width: 54px;
    left: 90px;
  }
  
  .area_cvr .cvr_3::after {
    bottom: 11px;
    width: 32px;
    left: 100px;
  }
}


@media screen and (max-width:500px) {
  .area_cvr .cvr_1::after {
    left: 15px;
  }

  .area_cvr .cvr_2::after {
 	 left: 17px;
  }
  
  .area_cvr .cvr_3::after {
 	 left: 15px;
  }
  .area_cvr .cvr_content::before{
    display:none;
  }
  .area_cvr .cvr_content::after{/*ボタン横の草*/
    display:none;
  }
}
   

/*
プロダクトエリア
------------------------------------------------------------------*/
#product_area{
  overflow:hidden;
}
#product_area > div > div > div.pf-c{
  z-index:10;
}
#product_area::before{
  	content: url(deco_03.svg);
    position: absolute;
    top: 20px;
    left: -10%;
    width: 36%;
}
#product_area::after{
  	content: url(deco_04.svg);
    position: absolute;
    top: 20px;
    right: -10%;
    width: 36%;
}


/*
概要エリア
------------------------------------------------------------------*/

.concept_content{
  background-size: auto 80% !important;
  background-position: center !important;
}


/*
定期便エリア
------------------------------------------------------------------*/

.teiki_area::before{
  	content: url(deco_05.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
}
.teiki_area::after{
  	content: url(deco_06.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
}
.teiki_area >div>div>div.pf-c{
  z-index:10;
}


.teiki_cvr .cvrbt{
  position:relative;
}
.teiki_cvr .cvrbt::after {/*CVRボタンのアイコン*/
  content: url(icon_8.svg);
    position: absolute;
    top: -15px;
    left: 13px;
    width: 129px;
}
@media screen and (max-width:991px) {
  .teiki_cvr .cvrbt::after {/*CVRボタンのアイコン*/
    top: 0px;
    left: 2px;
    width: 108px;
  }
}
@media screen and (max-width:756px) {
  .teiki_cvr .cvrbt::after {/*CVRボタンのアイコン*/
    top: -18px;
    left: 2px;
    width: 101px;
  }
}


@media screen and (max-width:500px) {
  .teiki_area{
    padding:5em 0 !important;
  }
  .teiki_area::before{
    width: 30%;
    transform: rotate(90deg);
    top: 0;
    left: 60%;
    transform-origin: top left;
  }
   .teiki_area::after{
      width: 30%;
      transform: rotate(90deg);
      bottom: 0;
      right: 60%;
    transform-origin: bottom right;
  }
  
  .teiki_area .row_kakaku::before{
    content: url(deco_02.svg);
    position: absolute;
    top: -104px;
    right: 13px;
    width: 88px;
    z-index: 99;
  }
  
  .teiki_cvr .cvrbt::after {/*CVRボタンのアイコン*/
  top: -31px;
    left: -22px;
    width: 74px;
  }
  
}



/*
ソーダ割りエリア
------------------------------------------------------------------*/
.EpAtB img{
  border-radius: 10vw;
  max-width: 250px !important;
  border: 3px solid #fff !important;
}

@media screen and (min-width:1025px) {
.bLKvsX .glider-nav{
    display:none;
  }
}

@media screen and (max-width:768px) {
  #sec_soda{
        background-position: 60% top;
  }
}

/*
フードエリア
------------------------------------------------------------------*/
.wrap_scroll {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    margin: 0 auto;
}
@media screen and (min-width:769px) {
  .wrap_scroll img.touchicon {
    display:none;
  }
}
@media screen and (max-width:768px) {
  .wrap_scroll img {
      max-width: 1140px !Important;
      width: 1140px !Important;
	}
    .wrap_scroll img.touchicon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: #ffffff;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 1px 1px 5px #666;
        opacity: 0.8;
        display:block;
        width: 100px !important;
    }
  
}




/*
生産者エリア
------------------------------------------------------------------*/

.seisan_area::before{
  	content: url(deco_09.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
}
.seisan_area::after{
  	content: url(deco_10.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
}
.seisan_area >div>div>div.pf-c{
  z-index:10;
}

@media screen and (max-width:500px) {
  .seisan_area{
    padding:5em 0 !important;
  }
  .seisan_area::before{
    width: 40%;
  }
   .seisan_area::after{
      width: 40%;
  }
  
}




/*
お客様の声エリア
------------------------------------------------------------------*/
#sec_voice{
      background-size: 500px;
}

@media screen and (min-width:1025px) {
  #sec_voice .glider-nav{
    display:none;
  }
}


/*
フッター
------------------------------------------------------------------*/
.site-footer{
  margin-top:0;
}
/*
.site-footer__social-icons{
  text-align:left;
}
.site-footer-item-align-right{
  text-align:left;
}
*/
.site-footer .one-half{
  width:100%;
}
.site-footer__icon-list{
  text-align:center;
}
.site-footer .small--hide{
  display:none !important;
}
.site-footer .medium-up--hide{
  display:block !important;
  margin-bottom:50px;
}

/*
コンテンツスライダー
------------------------------------------------------------------*/

.hZHGfK a {/*ドット*/
    line-height: 26px !important;
    border-radius: 1vw !important;
    background-color: #fff;
    border: 2px solid #46528a !important;
    color: #46528a;
  font-weight:bold;
}
.hZHGfK a:hover{
    background-color: #ffbe4b ;
}
.hZHGfK a.pf-cmIatv{
    background-color: #46528a ;
    border: 2px solid #46528a !important;
    color: #fff;
}


/*
下層ページ
------------------------------------------------------------------*/
body:not(.template-index) .main-content {
    padding-top: 150px;
    padding-bottom: 150px;
}

body:not(.template-index) #cvr_line {
  display:none;
}

body.template-product  #cvr_fixed {
  display:none;
}

body.template-page h2{
	letter-spacing: 0;
    border-bottom: 3px dashed #4653a2;
    padding-bottom: 15px;
    color: #4653a2;
}

/*
body.template-article　.main-content,body.template-page　.main-content,body.template-blog　.main-content {
    padding-top: 150px;
    padding-bottom: 150px;
}

body.template-article #cvr_line, body.template-page  #cvr_line, body.template-blog  #cvr_line {
  display:none;
}
*/

/*
商品ページ
------------------------------------------------------------------*/
.mikawaya-selling-plan-description a{
 text-decoration:underline;
}

