/* ヘッダーナビゲーション */
header{
  background:none;
  border:none;
}

header #navleft{
  top: -150px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

header#change{
  background:#FFFFFF;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header#change #navleft,
header#change #navright{
	 top: 0;
    position: relative;
}

header::before{
  box-sizing: border-box;
  content:'';
  position:fixed;
  top: -75px;
  left:0;
  height:20px;
  <!---height:75px;
  --->
  width:100%;
  background:rgba(255,255,255,0.95);
  border-bottom: 1px solid #ff4b57;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin:0;
}
header#change::before{
  top: 53px;
}
#toplogo{
  margin:10vh 2em;
  margin-top:12vh;
  text-align:center;
  max-width:100%;
  height:auto;
}

/* モーダルウインドウ */
.red{
	color:red;
}

.remodal {
    width: auto !important;
    max-width: 860px;
	}

.remodal h6{
  font-family: "ヒラギノ明朝 Pro W5", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho",serif;
  font-size:1.75em;
  text-align:center;
  margin:0.8em 0 0.4em 0;
}
.remodal p{
 text-align:justify;
  padding:3% 0;
}
.remodal b{
 color: red;
  font-size:115%;
}
.remodal a{
  width:46%;
  display:inline-block;
  margin:1%;
  cursor:pointer; 
  font-size:1.25em;
  padding:1.25em 0;
}
.btn_g{
	background:#8cd33f;
}

@media only screen and (max-width: 768px){
  .remodal {
    font-size:0.9em !important;
		padding:20px !important;
      }
  .remodal h6 {
      font-size:1.5em;
      }
    .remodal-wrapper {
     padding:15px !important;
      }
    .remodal a{
    font-size:1em !important;
    padding: 1em 0em !important;
  }
  }



/* トップナビゲーション */
#topnav{
  padding:0;
  height:100%;
  background-image: url("https://file003.shop-pro.jp/PA01433/167/img/left_hana_image.jpg");
  background-repeat:no-repeat;
  background-position:bottom -380px left 0;
}
/*
#topnav nav{
  position:fixed;
  width:25%;
  height:87%;
  padding:1em;
  box-sizing:border-box;
}
*/
#topnav nav{
}
#topnav nav .gnav{
  text-align:center;
}
#topnav nav .gnav > li{
  margin:1.1em 0;
  font-size:1.05em;
}
#topnav nav .gnav > li:first-child{
  border:1px solid #000;
  margin:auto;
  margin-bottom:2em;
  padding:0;
  width:200px;
  box-sizing:border-box;
}
#topnav nav .gnav > li > a{
  padding:0.5em;
  text-decoration:none;
  color:#000;
}
#topnav nav .gnav > li > a:hover{
  opacity:0.7;
}
#topnav nav .gnav > li:first-child > a{
  font-size:1.2em;
  padding:0.8em;
  display:block;
  margin:auto;
  background:#fff;
  position: relative;
  text-decoration:none;
  color:#000;
}
#topnav nav .gnav > li:first-child > a:hover,
#topnav nav .gnav > li:first-child > a:active{
}
#topnav .init-bottom:after {
    position: absolute;
  right:15px;
  margin-top:-5px;
}

/* トップアコーディオン*/

#topnav ul.menu__second-level {
    border: none;
  box-shadow:0 0 6px 0 rgba(0,0,0,0.3);
  border:2px solid rgba(255,75,87);
}
#topnav:hover ul.menu__second-level {
}
 

#topnav .menu__second-level li {
  color:#000;
  text-decoration:none;
}
#topnav .menu__second-level li a {
  color:#000;
  text-decoration:none;
    background: rgba(255,244,231,1); 
    border-bottom:1px solid #fff;
  padding:18px;
  position:relative;
}
#topnav .menu__second-level li:last-child a {
    border-bottom:none;
}
#topnav .menu__second-level li a:hover{
  text-decoration:none;
  color:#fff;
    background: rgba(255,75,87,1);
}

#topnav .gnav > li.menu__single li > a:hover{
  text-decoration:none;
}
#topnav nav .gnav > li:first-child > a:before{
}


#topnav li.menu__single ul.menu__second-level {
    top: 0;
  margin-left: 199px;
    width:200px;
    box-sizing:border-box;
  background:none;
}
#topnav li.menu__single:hover ul.menu__second-level  {
}
			/* 矢印 */
#topnav .init-bottom:after {
    content: '';
    display: inline-block;
 	 top:50%;
    right:0.6em;
    width: 6px;
    height: 6px;
    margin: 0;
    margin-top: -4px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


#topnav .init-right:before {
  display:none;
}
#topnav .init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
  	position:absolute;
  top:50%;
 	right:12px;
    margin-top:-4px;
    border-right: 1px solid rgba(255,75,87,1); 
    border-bottom: 1px solid rgba(255,75,87,1); 
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-45deg);
   -webkit-transition:all 0.2s ease;
   -ms-transition:all 0.2s ease;
 	transition:all 0.2s ease;
}
#topnav .init-right:hover::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}


/* トップイメージ */
#topimage_wrap{
  height:50vw;
  width:100vw;
  width:100%;
  top:-75px;
  position:relative;
}
#topimage_wrap .topimage{
  height:100%;
 background-image: url("https://file003.shop-pro.jp/PA01433/167/img/top_image.jpg");
  /*background-image: url("https://img07.shop-pro.jp/PA01433/167/etc/awase_image.jpg?cmsp_timestamp=20220531180244");*/
  background-size:cover;
  background-position:center;
}

/*ジャパンフード　トップイメージ*/
.goldaward{
  width:18vw;
        position: absolute;
        right: 30px;
  top:95px;
    }
    
    .japan_food_selection{
        position: absolute;
        bottom: 0px;
    }


/* LINEバナー 非表示*/
.line_sp_ban{
  display:none
}

@media (max-width: 768px) {
  /* LINEバナー SP 表示*/
    .line_sp_ban{
      display:inherit;
      position: absolute;
      right:0;
      top:80%;
      width: 20vw;
    }
  }

@media (max-width:980px){
  #topimage_wrap .topimage{
  background-image: url("https://file003.shop-pro.jp/PA01433/167/img/hero_japan_selection_momo_sp2.jpg");
}
  
  /* ジャパンフード　トップSP */
  .goldaward{
  	display:none;
  }
   .japan_food_selection{
  	display:none;
  }
  
}

 

#topimage_wrap .topimage h2{ 
  margin-top:120px;
  float:right;
  font-weight:normal;
    font-size: 2.25em;
    color: #000;
  font-family: "IPA P明朝","IPAPMincho", "ヒラギノ明朝 Pro W5", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  		-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing:0.4em;
  line-height:1.8em;
  margin-right:50px;
}

/*準優勝*/
.runner-up_wrap{
  position:absolute;
  right:30px;
  bottom:5vw;
  max-width:280px;
}

.sp_runner-up{
  display:none;
}
@media only screen and (max-width: 768px){
.runner-up_wrap{
  display:none;
  }
  
  .sp_runner-up{
	display:block;
    width:100vw;
}
  .sp_runner-up_block{
  	    float: left;
  }
  }


/*  paypayジャンボ・後払いバナー追加*/
.paypaylater_jumbo_wrap{
    display:flex;
  flex-wrap:wrap;
    justify-content: center;
  width:100%;
margin-bottom:20px;
}
.paypaylater_jumbo_wrap img{
height:240px;
}

 .paypaylater_jumbo_wrap a{
    margin:20px;
  }

@media (max-width: 768px) {
     .paypaylater_jumbo_wrap{
       flex-direction:column;
       align-items:center;
    }
  
  .paypaylater_jumbo_wrap img{
height:auto;
}
  }



#topimage_wrap .news_wrap{
	height:auto;
  padding-top:30px;
  padding-bottom:30px;
	background-color: rgba(255,244,231,1);
  margin-bottom:-30px;
}
@media only screen and (max-width: 768px){
    margin-bottom:-40px;
}

.news_wrap{
  	/*margin-bottom: 5em;*/
}
.news_wrap dl{
    display: flex;
    padding:0 2.5%;
    /*width:1070px;*/
 	box-sizing:border-box;
   height:100%;
   margin:auto;
  align-items: center;
  justify-content:center;
}
.news_wrap dl dt {
    font-size: 1.6em;
    color: #ff4b57;
    font-family: "ヒラギノ明朝 Pro W5", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","Sawarabi Mincho", serif;
    font-weight: normal;
    margin-right: 2em;
    padding-bottom: 3px;
  min-width: 95px;
}
.news_wrap dl dt span{
    border-bottom: 1px solid #ff4b57;
}
.news_wrap dl dd{
}

#wrapper{
	max-width:100% !important;
  margin-top:0;
  padding-top:0;
}


#products{
  text-align:center;
}

.product_image img{
 	border-radius: 1em; 
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.item_list h4{
  margin-top:0.8em;
  font-size:1.5em;
   margin-bottom:0.5em ;
}
.item_list p{
  text-align: justify;
   margin-top:0.75em;
 	line-height:1.7em;
}

.wf-hannari { font-family: "Hannari"; }

#intro  {
 margin-top:7em;
  background-image: url("https://file003.shop-pro.jp/PA01433/167/img/left_hana_image.jpg");
  background-repeat:no-repeat;
  background-size:70% auto;
  background-position:top 40% left 0;
}
#intro  h3 {
  margin-bottom:2.25em;
}
#intro h4 { 
  color:#ff4b57;
  font-size: 2.2rem;
}
#intro p  { 
  font-family: "IPA P明朝","IPAPMincho", "ヒラギノ明朝 Pro W5", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top:1.8em;
  font-size: 1.25em; 
  line-height:2em;
  display:block;
  height:650px;
}
.kanji { 
  font-family: "IPA P明朝","IPAPMincho", "ヒラギノ明朝 Pro W5", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
  font-size: 0.9em; 
  letter-spacing: 0.15em;
}
.intro_imege_right,
.intro_imege_left{
    width: 100%;
    position: relative; 
}
.intro_imege_right img,
.intro_imege_left img{
  width:50%;
  max-width:800px;
  height:auto;
  position: absolute; 
}
.intro_imege_right img{
  top:0;
	right:0;
}
.intro_imege_left img{
  top:0;
	left:0;
}
.top_wrap {
	max-width:1050px;
  	margin:auto;
}
.intro_wrap{
	width:100%;
  	margin:auto;
}

.top_wrap .right{
  float:right;
}

.modaal-container{
  width:auto !important;
  max-width:100%;
}

@media (max-width: 1580px) {
  /* ~1550px */
    #intro p  { 
      height:600px;
    }
}
@media (max-width: 1480px) {
  /* ~1550px */
    #intro p  { 
      height:560px;
    }
}
@media (max-width: 1380px) {
  /* ~1366px */
    #intro p  { 
      height:520px;
    }
}
@media (max-width: 1280px) {
  /* ~1280px */
    #intro p  { 
      height:480px;
    }
}
@media (max-width: 1150px) {
  /* ~1150px */
    #intro p  { 
      height:420px;
   		font-size: 1.1em;
    }
      #intro h4{
      font-size:1.8rem;
      }
	
    .top_wrap{
      padding:0;
    }
  
    #intro .top_wrap{
      padding:0 2.5%;	
  		box-sizing: border-box;
    }
}

@media (max-width: 1024px) {
  /* ~1024px */
    #intro p  { 
      height:360px;
    }
}
@media (max-width: 980px) {
  /* ~980px */
  
.news_wrap dl{
      width:100%;
      padding:0;
 	 flex-direction: column;
}
.news_wrap dl dt{
    font-size: 1.5em;
    margin-right: 0;
    margin-bottom: 1em;
}
#intro{
    margin-top:1em;
}
header #navleft{
  top: -1px;
}
#topimage_wrap{
   height:108vw;
}
  
#topimage_wrap .topimage{
    height: 150vw;
   /* background-size: auto 108%;*/
  background-position: left 43% top 0;
}


  #topimage_wrap .news_wrap {
    height: auto;
}
  
.news_wrap dl dt {
    font-size: 1.2em;
    margin-right: 0;
    min-width: auto;
  	border:none;
}
  .news_wrap{
padding: 0 5%;
  }
  
  #products{
    margin-top: 2em;
  }
    #intro  .row{
      padding:0;
    }
  
    #topnav  { 
      display:none;
    }
    #intro p  { 
      height:300px;
      font-size: 1em;
      margin-top:0.5em;
    }
    #intro  h3 {
      margin-bottom:1em;
    }
      #intro h4{
      font-size:1.65rem;
      }
  .intro_imege_right img, .intro_imege_left img {
    width: 42%;
  }
}


@media (max-width: 768px) {
  /* ~768px */
  
/*スマホ版バナー*/
.twitter_newsletter_sp{
	display:block;
  background-color:red;
}
#topimage_wrap {
   top:0px;
}
#topimage_wrap .topimage{
}
  #topimage_wrap .news_wrap {
    height: auto;
}

  header#change::before{
    top: 50px;
  }
  
#topimage_wrap .topimage h2{
    margin-right: 1rem;
    margin-top: calc(70px + 3%);
    font-size: 4.5vw;
    letter-spacing: 0.3em;
}
    h3 {
      margin-bottom:0.5em ;
    }
  
  .item_list h4 {
    font-size: 1.2em;
	}
  
.wf-hannari { font-family: "Sawarabi Mincho"; }
.kanji { 
  font-size: 1em; 
}

    #intro h4,
    #intro p{
      text-align:justify;
   }

    #intro br{
      display:none;
    }
  
    .top_wrap{
      width:100%;
      text-align:left;
    }
  .intro_imege_right img, .intro_imege_left img {
    width: 100%;
    max-width:  100%;
    height: auto;
    position: relative;
	}
    .top_wrap .right{
      margin-top:3em;
      float:none;
   }
      #intro h4 {
   		font-size: 1.3rem;
      margin-bottom:0.5em;
    }
    #intro p  { 
    height: auto;
      margin-bottom:2em;
   		font-size: 1em;
    }
  		.item_list:last-child,
  		.item_list:last-child p {
 	 }
  		.item_list p {
 	 }
  
    .item_list {
    }
    .top_wrap{
        margin-bottom: 2em;
    }
  
  
}
@media (max-width: 480px) {
  /* ~480px */
}


/* UGC */

.MediaGalleryWidget-prefix .R-GlobalModal{
	z-index: 999999 !important;
}