@charset "UTF-8";
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  height: 100%;
  font-feature-settings: "palt" 1;
}

/* sitemap ??? */
#cmsp_map{
  display: none;
}

::selection {
  background: #000;
  color: #DDD;
}
::-moz-selection {
  background: #000;
  color: #DDD;
}

a{
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #333;
}

a:hover{
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a img{
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a:hover img{
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
    opacity: 0.5;
}

h1,/*h2,*/h3,h4,h5,h6,p{
  margin: 0;
  padding: 0;
/*font-weight: normal;*/
}

p{font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;}
/*ul,li,ol{ list-style: none; margin:0 !important; padding: 0 !important;}*/
ul,ol{
  padding: 0;
  list-style-position: outside;
  list-style: none;
}
.mt20{margin-top:20px !important;}
.mt40{margin-top:40px !important;}
.mt80{margin-top:80px !important;}
.mt100{margin-top:100px !important;}
img{vertical-align:top;}
table { border-collapse: collapse; border-spacing: 0;}

.notes{
  font-size: 80%;
  font-style: normal;
}

.lead-txt{
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5rem;
}

strong{
  font-weight: bold;
  color: #f0505a;
}

/* flex default & IMAGE float */
.flex-wrap{
	display : flex;
	flex-wrap : wrap;
	justify-content:space-between;
}

.fl-img_r{
	float: right;
	margin:0 0em 0.5em 1em;
}
.fl-img_l{
	float: left;
	margin:0 1em 0.5em 0em;
}

@media all and (max-width:767px) {
  .flex-wrap{
  	display: block;
  }

  .fl-img_r{
  	float: none;
  	margin:0 auto 1em auto;
  	display:block
  }

  .fl-img_l{
  	float: none;
  	margin:0 auto 1em auto;
  }
}

.sp{
  display: none;
}
.pc{
  display: block;
}

@media screen and (max-width:767px){
	.sp{display: block !important;}
	.pc{display: none !important;}
}

/*-------------------------------------*/
/* header -----------------------------*/
/*-------------------------------------*/
#head{
/*  height: 110px;*/
  width: 100%;
  position: fixed;
  top: 0;
  background: #FFF;
  z-index: 999;
  padding-bottom:1rem;
  margin-bottom: 1rem;

}

.headWrapper{
  max-width: 1300px;
  margin: 0 auto 1rem auto;
  display: flex;
  flex-wrap : wrap;
  justify-content:space-around;
}

/* HEAD LOGO */
#head h1{
  margin: 3rem 0 0 1rem;
}
#head h1 img{
  max-width: 20vw;
  height: 70px;
}

#container{
/*margin: 110px 0 0;*/
}

/*-------------------------------------*/
/* NAVI　------------------------------*/
/*-------------------------------------*/
/* 会員登録等 --------------------------*/
.hNavi{
  display: flex;
  justify-content: flex-end;
/*  margin: 10px 0 0 !important;*/
  margin: 1rem 0 1rem 0;
  list-style: none;
}

.hNavi li a{
  line-height: 1.3em;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.3rem;
  color:#2896af;
  font-weight: bold;
  text-align: center;
  padding: 0 1vw;
}

.login-name{
  border-bottom: 3px solid #2896af;
  font-size: 80%;
  color:#2896af;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  vertical-align:bottom;
  margin-right: 2rem;
}

/* グローバルメニュー ----------------*/
.gNavi{
  display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
  border-left:1px solid #646464;
}

.gNavi li{
  height: 4rem;
  border-right:1px solid #646464;
  display : flex;
  flex-wrap : wrap;
  align-items: center;
}

.gNavi li a{
  letter-spacing: 0.2em;
  display: block;
  padding-right: 2vw;
  padding-left: 2vw;
  line-height: 1.2;
}

.gNavi li a:hover{
  background: rgb(230,248,253);
  background: -moz-radial-gradient(center, ellipse cover,  rgba(230,248,253,1) 0%, rgba(253,255,255,1) 64%);
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(230,248,253,1) 0%,rgba(253,255,255,1) 64%);
  background: radial-gradient(ellipse at center,  rgba(230,248,253,1) 0%,rgba(253,255,255,1) 64%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f8fd', endColorstr='#fdffff',GradientType=1 );
}
/*--------------------------*/
/* カートを見る -------------*/
/*--------------------------*/
.order{
  font-family: 'Noto Serif JP', serif;
  z-index: 9999;
  position: fixed;
  top:120px;
  right: 0;
  writing-mode: vertical-rl;
}

.order a{
  justify-content: center;
  font-size: 1.3rem;
  /*height: 90px;
  min-width: 14rem;*/
  background: #505050;
  color:#FFF;
  letter-spacing: 0.2em;
  border-radius: 15px 0 0 15px;
  display: flex;
  align-items: center;
  min-width: 5rem;
  padding: 1rem 0 1rem 0.5rem;
}

.order a > i{
  display:inline-block;
  text-align: center;
}

.order a:hover{
    background: #61afbf;
}

/*-----------------------------------*/
/*SP-NAVI----------------------------*/
/*-----------------------------------*/
#SPMenu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(100,170,190,0.9);
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    padding: 6rem 1rem 1rem 2rem;
    box-sizing: border-box;
}

#SPMenu h1{
  text-align: center;
  margin:0 auto 1.5rem auto;
}
#SPMenu h1 img{
  width: 200px;
  height: 50px;
}

#SPMenu a{ color:#fff;}

.spGnavi{
  font-size: 2.0rem;
  text-align: left;
  list-style: none;
  margin: 0 auto 2rem auto;
  line-height: 1.2;
}
.spGnavi li{
  margin:0 auto 0.8rem auto;
  display: block;
  border-bottom: 1px dotted #99cccc;
  padding-bottom: 0.8rem;
}

.spGnavi li a{
  border-left: 2px solid #fff;
  padding: 0 0 0 1.2rem;
  display: inline-block;
}

.spSnavi {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.2;
  margin-left: 0;
}
.spSnavi li{
  margin:0 auto 0.8rem auto;
  list-style: none;
  border-bottom: 1px dotted #99cccc;
  padding-bottom: 0.8rem;
}

.spSnavi li:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color:#fff;
  margin-right: 0.5em;
  font-size: 70%;
}

.spSnavi li:first-of-type:before{
  content:none;
  margin-right: 0;
}
.spSnavi li:first-of-type i{
  margin-right: 0.5rem;
}

/* SNS ICON --------------------------------*/
.spSNSnavi{
  display: flex;
  justify-content: flex-start;
}
.spSNSnavi li{ margin: 0 20px 0 0 !important;}
.spSNSnavi li img{ width: 40px;}

#SPMenu.active {
    transform: translateY(0%);
}

.navToggle {
    display: none;
    position: fixed;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 9999;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 1px #B9B9B9;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4){
    top: 35px;
    border: none;
}
.navToggle span:nth-child(4):before {
    color: #505050;
    font-size: 10px;
    font-weight: bold;
    content: "MENU";
    padding: 0 5px 0 0;
}

.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 1px #FFF;
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #FFF;
}

.navToggle.active span:nth-child(4):before {
    border: none;
    color: #FFF;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
    content: "CLOSE";
}
/*-----------------------------------*/
/* FOOTER 注意事項 SNSFoot------------*/
/*-----------------------------------*/

#SNSFoot{
/*  position: relative;*/
  background: url(https://file003.shop-pro.jp/PA01450/224/images/sns.jpg) no-repeat top;
  background-size: cover;
  margin: 5rem auto 0 auto;
  padding: 10vh 0 20vh 0;
  display: block;
  min-height: 70vh;
}

.snsLink{
  display: flex;
  justify-content: center;
  margin: 0 auto 3rem auto;
}
.snsLink li{
  text-align: center;
  margin: 0 auto;
}

.snsLink a{
  font-size: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.snsLink a:hover{
  /*color:#f0505a;*/
  filter: invert(100%);
  background:#f0505a;
  color:#000;
  border-radius: 5px;
}

.Instagram:before{
  content:"";
  background: url(https://file003.shop-pro.jp/PA01450/224/images/icon-ig.png) no-repeat;
  background-size: cover;
  height:2rem;
  width:2rem;
  margin-right: 0.5em;
}
.twitter:before{
  content:"";
  background: url(https://file003.shop-pro.jp/PA01450/224/images/icon-tw.png) no-repeat;
  background-size: cover;
  margin-right: 0.5em;
  height:2rem;
  width:2rem;
}
.facebook:before{
  content:"";
  background: url(https://file003.shop-pro.jp/PA01450/224/images/icon-fb.png) no-repeat;
  background-size: cover;
  height:2rem;
  width:2rem;
  margin-right: 0.5em;
}
/*-----------------------------------*/
/*Footer-----------------------------*/
/*-----------------------------------*/
footer{
  background: rgba(0,0,0,0.8);
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer .Wrapper{ position: relative; height: 100px; padding: 30px 0;}
footer .address{ position: absolute; font-size: 1.4rem;}
footer .notes{font-size: 80%; color:#888; margin-bottom: 0.5rem;}
footer .logo{width: 184px; height: 70px;}
footer .addressAction{
  display: flex;
  justify-content: flex-start;
}
footer .addressAction div:first-of-type{margin: 0 30px 0 0;}
footer .addressAction span{
  color:#505050;
  background: #FFF;
  border-radius: 3px;
  padding: 1px 5px;
  margin: 0 5px 0 0;
  font-size: 1.0rem;
}

footer .footerNavi{
  position: absolute;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 719px;
  right: 0;
}

footer .footerNavi li{
  margin: 0 0 0 30px !important;
  list-style: none;
}
footer .footerNavi a{
  color: #FFF;
  font-size: 1.3rem;
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}
footer .footerNavi a:before,
footer .footerNavi a:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
footer .footerNavi a:before{
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
}
footer .footerNavi a:after{
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .Copylight{
  text-align: center;
  clear: both;
  margin: 1rem auto 1rem auto;
  font-size: 90%;
}
#FootContents{
  background: rgba(255,255,255,0.80);
  width: 80%;
  bottom: 180px;
  left: 0;
  padding: 40px;
/*  margin: 80px auto 40px;*/
margin: 0 auto 10vh;
}
#FootContents .Wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#FootContents .Wrapper > div{
  width: 28%;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

#FootContents .Wrapper div dl dt{
  font-size: 1.6rem;
  margin: 0 auto;
  line-height: 2.2;
}
#FootContents .Wrapper div dl dd{
  padding: 0 !important;
/*  font-size: 1.2rem;
  font-weight: 400;*/
  font-size: 1.4rem;
  margin: 0 auto;
  line-height: 1.6;
}

#FootContents .Wrapper div dl dt:not(:first-of-type){
  border-top: 1px dotted #000;
  margin: 20px 0 0 0 !important;
  padding: 10px 0 0 0  !important;
}

#FootContents h3 a{
  color: #000;
  display: block;
  font-size: 2.0rem;
  position: relative;
  padding: 0 0 0.5rem 1.5rem;
  margin: 0 auto 1rem auto;
  border-bottom: 1px solid #000;
  vertical-align: middle;
  text-decoration: none;
}
#FootContents h3 a:before,
#FootContents h3 a:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#FootContents h3 a:before{
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
}
#FootContents h3 a:after{
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Main Content --------------------------------*/

/*#ContentsWrapper{ margin: 200px auto 80px;}*/

#ContentsWrapper{
  margin: 0 auto;
  padding: 20vh 0 5vh 0;
}

.Wrapper{
/*  max-width: 960px;*/
  max-width:1060px;
  margin: 0 auto;
}

/*------------------------------------------*/
/* クレジットアイコン：共通 -------------------*/
/*------------------------------------------*/
ul.ico-credit{
  display: flex;
  flex-wrap : wrap;
  justify-content:flex-start;
  margin:1rem 0 1rem 0;
}

ul.ico-credit li{
  margin: 0 0.5rem 0 0.5rem;
  padding: 0 0.5rem;
}

/*------------------------------------------*/
/* 送料リスト：共通 -------------------------*/
/*------------------------------------------*/

.soryo-list{
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  border:1px solid #ccc;
  background: #fff;
  font-size: 110%;
  margin:1rem 0 1rem 0;
  width:auto;
}

.soryo-list th{
  background:#2896af;
  color:#fff;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-size: 80%;
}

.soryo-list thead td{
  padding: 0.5rem 2rem;
  border-bottom: 1px solid #2896af;
  text-align: center;
}

.soryo-list thead td.notes{
  line-height: 1.2;
  font-size:60%;
}
.soryo-list tbody th span.notes{
  line-height: 1.2;
  font-size:60%;
}
.soryo-list tbody td{
    padding: 0.5rem 2rem;
    border-bottom: 1px solid #efefef;
    text-align: right;
    line-height: 1.2;
}

/*--------------------------------*/
/* HOME SLIDER -------------------*/
/*--------------------------------*/
.slider{
  max-width: 1920px;
  /*margin: 10vh auto 0 auto;*/
  margin: 3vh auto 0 auto;
}
.bx-wrapper{
  border:0px solid #fff;
  box-shadow: none !important;
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow:none !important;
  -webkit-box-shadow:none !important;
  box-shadow:none !important;
  border:none !important;
  left: 0 !important;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  height: 70vh;
}

.bx-wrapper .bx-viewport div div{
  position: relative;
  height: 90vh;
  overflow: hidden;
  width: 100%;
}

.bx-wrapper .bx-viewport img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  height: auto;
}
.bx-wrapper .bx-caption {
  position: absolute !important;
  top: 0;
  left: 6;
  background: none !important;
  height: 100% !important;
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bx-wrapper .bx-caption span img{
  transform: translate(0px, 0px) !important;
  max-width:690px;
  top:40%;
  left:10%;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

.bx-wrapper .bx-pager {
  position: absolute;
    margin: -5vh auto 5vh auto;
}

/* デフォルトのキャプション close */
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 0;
    text-indent: 100%;
}

/*--------------------------------*/
/* HOME お知らせ -------------------*/
/*--------------------------------*/
.home-imfo{
  background: #fff;
  padding: 0.8rem 1rem 0 1rem;
  margin: -15vh auto 15vh auto;
  border-radius: 3px 0 0 3px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 90%;
  z-index: 777;
  position: absolute;
  top:40%;
  left:0;
}

.home-imfo ul{
  margin-left: 0;
}

.home-imfo span.notes{
  color:#2896af;
}

.indexTitle{
  position: absolute;
  top: 0;
  left: -10px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.2rem;
  border-left: 6px solid #000;
  transform: rotate(90deg);
  padding: 0 0 0 5px;
  line-height: 3rem;
}

.indexh2{
  font-size:200%;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  font-weight: normal;
  margin:0 auto 5rem auto;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/*INDEXPrologue-----------------------------------*/
section{}
#Prologue{
/*  position: relative;
  margin: 60px 0;*/
  margin: 10vh auto;
}

#Prologue p{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 120%;
  text-align: center;
  line-height:3.4rem;
  letter-spacing: 0.3rem;
}

#Prologue p span{
  font-size: 2.3rem;
  color: #f0505a;
}
/*INDEXLineUp-----------------------------------*/
#LineUP{
  position: relative;
  margin: 1vh auto;
}

.LineUPBox{
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}

.LineUPBox > div{
  width: 45.5%;
}

.LineupItem{
  background: #ecf5f7 !important;
  padding: 1.5rem;
  text-align:center;
  margin-bottom: 2rem;
  border:1px solid #fff;
}

.LineUPPhoto{
  text-align: center;
  margin: 0 auto 2rem auto;
}

.LineUPTitle{
  font-size: 180%;
  margin: 0 auto 2.5rem auto;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  text-align: center;
}

/* おすすめ枠の時のタイトル */
#box_recommend .LineUPTitle a{
  font-size: 80%;
  margin: 0 auto 1rem auto;
  line-height: 1.5;
  text-align: left;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}


/*-----------------------------------*/
/* 下処理あり／なし ------------------*/
/*-----------------------------------*/
.focus-black{
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background: #000 !important;
  padding: 5px 1.5rem;
  font-size: 1.1rem;
  color: #FFF !important;
  margin: 0 auto 0.2rem auto;
}

/*-----------------------------------*/
/* 詳しく見るボタン ------------------*/
/*-----------------------------------*/
.LineUPLINK a{
  display: block;
  width: 80%;
  background:#ff4559 /*#61afbf*/;
  border-radius: 3px;
  color: #FFF;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0 1rem 0 ;
  margin: 1rem auto 1.5rem auto;
}

.LineUPLINK a:hover{
  opacity: 0.7;
}

.LineUPDate{
  display: flex;
  justify-content:space-between;
  text-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto 1rem auto;
}

.LineUPDate .Date{
  font-size: 1.3rem;
  color: #FFF;
  background: #8a8a8a !important;
  padding: 0px 5px;
  margin: 0 5px 0 0;
}

.LineUPDate .Price,
.LineUPDate .SoldOUT{font-size: 3.5rem; color: #2896af;}
.LineUPDate .yen{font-size: 2.2rem; color: #2896af;}
.LineUPDate .tax{  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; font-size: 1.2rem;}

.LineUPComment{
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  border-top: 1px solid #646464;
  margin: 10px 0 0;
  padding: 5px 0 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 300;
}

.LineUPComment ul{
  text-align: left;
  list-style:inherit;
}

.LineUPCool{
  margin: 1rem auto 2rem auto;
}

.LineUPCool p{
  font-size: 1.5rem;
  color: #ff4559;
  padding: 5px 10px;
  display: inline;
  border:2px solid #ff4559;
  background: #fff;
  margin-left: 0;
}

/* ------------------------------------*/
/* 商品ラインナップ NEW 0820：共通 ------*/
/* ------------------------------------*/

.lineup-wrap{
  width:90%;
  margin: 0 auto 3rem auto;
  display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
}

.lineup-wrap dl.lineup-item{
  width:calc(32% - 3rem);
  padding: 2rem 1.5rem 1rem 1.5rem;

  border-radius: 10px;
  box-shadow: 2px 2px 2px #efefef;
}

.lineup-wrap dl:first-of-type{
  background: #fdfbeb !important;
}

.lineup-wrap dl:nth-of-type(2){
  background:#eefdfd !important;
}

.lineup-wrap dl:nth-of-type(3){
  background:#fdf5ee !important;
}

.lineup-wrap dl dt{
  text-align: center;
  font-size: 180%;
  line-height: 2;
  font-weight: bold;
  text-shadow:1px 1px 0px #ffffff;
/*  display : flex;
  flex-wrap : wrap;
  justify-content:center;
  align-items: center;*/
}

.lineup-wrap dl ul.feature-icon{
  padding: 0;
  margin: 0 auto 1rem auto;
  text-align: center;
}
.lineup-wrap dl ul.feature-icon li{
  display: inline-flex;
  margin: 0 0.5rem;
  padding: 0.1rem 1.5rem;
  background: #f0505a;
  color:#fff;
  border-radius: 1.8rem;
  font-weight: bold;
}

.lineup-wrap dl dd{
  margin-left: 0;
  line-height: 1.4;
}

.lineup-wrap dl dd.item-ph{
  text-align: center;
  margin-bottom: 0.5rem;
}

.lineup-wrap dl dd.item-ph img{
  width:auto;
}

.lineup-wrap dl dd.price-sect{
  font-size: 250%;
  /*color: #2896af;*/
  color:#cc0000;
  text-align: center;
  font-weight: bold;
  text-shadow:1px 1px 0px #ffffff;
  margin-bottom: 0;
}

.lineup-wrap dl dd.price-sect .yen{
  font-size: 50%;
}

.lineup-wrap dl dd.price-sect .tax{
  font-size: 30%;
  color:#333;
}

.lineup-wrap dl dd.focus-belt {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background: #333 !important;
  padding: 0.2rem 0 0.2rem 0;
  color: #FFF !important;
  margin: 0 auto 1rem auto;
  text-align: center;
  font-size:1.5rem;
}

.lineup-wrap dl dd ul{
  list-style: inherit;
  width:90%;
   margin: 0.5rem auto 1.5rem;
}
.lineup-wrap .cart-link a{
  display: block;
  background: #f0505a;
  border-radius: 3px;
  color: #FFF;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0.5rem;
  margin: 1rem auto 1.5rem auto;
}

@media screen and (max-width:1070px){
  .lineup-wrap{
    width:96%;
  }
  .lineup-wrap dl.lineup-item{
    width:45%;
  }
}

@media screen and (max-width:767px){
  .lineup-wrap{
    display: block;
  }
  .lineup-wrap dl.lineup-item{
    width:calc(96% - 3rem);
    margin: 0 auto 3rem auto;
  }
}

/* ------------------------------------*/
/* お魚カレンダー ----------------------*/
/* ------------------------------------*/

#Calendar{
  padding: 10vh 0 10vh 0;
  background: #aad2d2 !important;
  text-align: center;
}

.calendarTitle{
  text-align: center;
  font-size: 200%;
  margin: 0 auto 5rem auto;
}
.calendarTitle span{
  color: #f0505a;
  font-size: 130%;
}

#Calendar figure{
  margin: 0 auto 0 auto;
  text-align: center;
}
/* ------------------------------------*/
/* NEW COLOR MENU ---------------------*/
/* ------------------------------------*/

.indexAnchor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 3rem auto 1rem auto;
	padding: 0;
	list-style: none;
  max-width: 1070px;
}

.indexAnchor a,
 .indexAnchor dl{
	color:#333;
}
.indexAnchor a:hover,
.indexAnchor dl:hover {
	color:#fff;
}

.indexAnchor dl {
	text-align: center;
	margin: 0 0.5rem 2rem 0.5rem;
	padding: 2rem 0.5rem;
	font-family: 'Noto Serif JP', serif;
  width:22%;
}

.indexAnchor dl.Anchor-lineup {
	background: #ece5c2;
}
.indexAnchor dl.Anchor-lineup:hover {
	background: #ccb45f;
}

.indexAnchor dl.Anchor-iroha {
	background: #c8e3e1;
}
.indexAnchor dl.Anchor-iroha:hover {
	background: #76b9b4;
}
.indexAnchor dl.Anchor-recipe {
	background: #cce3f5;
}
.indexAnchor dl.Anchor-recipe:hover {
	background: #609ce1;
}
.indexAnchor dl.Anchor-faq {
	background: #e1e3dc;
}
.indexAnchor dl.Anchor-faq:hover {
	background: #aeb29b;
}
.indexAnchor dl dt {
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #787878;
}

.indexAnchor dl dd {
	text-align: center;
	margin: 0 auto 0 auto;
  font-size: 86%;
}
/*-----------------------------------*/
/*INDEX Story------------------------*/
/*-----------------------------------*/
#Story{
  margin: 10vh auto 5vh auto;
  padding: 15vh 0 5vh 0;
  background: #f2f2ec;
}

#Story p{
  text-align: left;
  line-height: 1.8;
}

.StoryText h3{
  font-size: 200%;
  line-height: 1.6;
  margin-bottom: 3rem;
  letter-spacing: 0.2rem;
}

.StoryText h3 span{
background:linear-gradient(transparent 92%, #2896af 5%);
}

/* 西日本の海で獲れた鮮魚を水揚げしたその日に冷蔵発送 */
.indexStoryA{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 auto 10vh auto;
  padding: 2rem 2rem;
}

.indexStoryA .StoryText{
  width:54%;
}
.indexStoryA .indexStoryPhoto{
  width:auto;
  margin-right:5rem;
}

.indexStoryB{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 auto 10vh auto;
  padding: 2rem 2rem;
}

.indexStoryB .indexStoryPhoto{
  width:auto;
  margin-left:5rem;
}

.StoryText .StoryList p{
  font-size: 2.2rem;
  margin: 0 auto 2rem auto;
}
.StoryText .StoryList span{
  font-size: 2.5rem;
  color: #ff4559;
}

.StoryText .StoryPoint{
  background: #ff4559;/*#000;*/
  color: #FFF;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0 auto 1rem auto;
  display: inline-block;
}

.StoryText .StoryPoint em{
  font-style: normal;
  font-weight: bolder;
  font-size: 120%;
}

.StoryText ul{
  margin: 0 auto 1.5rem auto;
  margin-left: auto;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.StoryText ul li{
  margin-bottom: 1rem;
  line-height: 1.5;
  list-style: none;
}

.StoryText ul li:before{
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  margin-right: 0.2em;
}

.StoryText ul li strong{
  font-size:120%;
  color: #ff4559;
  padding: 0 0.2rem;
}

/*-----------------------------------*/
/* HOME 想い ------------------------*/
/*-----------------------------------*/
#Mind{
  margin: 2vh auto 0 auto;
  padding: 12vh 0 1vh 0;
}

#Mind .Wrapper{
  margin-bottom: 5rem;
  display:block;
}

#Mind h3{
  font-size: 230%;
  line-height: 2;
  margin-bottom: 5rem;
  text-align: center;
}
#Mind p.MindText{
  text-align: center;
  font-size: 120%;
  margin: 0 auto 3rem auto;
  line-height: 2.2;
}

.MindPhotoBox{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}

.mikuriya-map,.mikuriya-port{
  margin: 0 1% 5% 1%;
}

/*----------------------------------*/
/*　共通：パンくず　-----------------*/
/*----------------------------------*/
.breadcrumb{
  display : flex;
  flex-wrap : wrap;
  justify-content:flex-start;
  max-width: 1060px;
  margin: 0 auto 0 auto;
}

.breadcrumb li{
  margin-right: 1rem;
  font-size: 80%;
  color:#888;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.breadcrumb li:after{
  content: ">";
  margin-left: 1rem;
}

.breadcrumb li:last-of-type:after{
  content:"";
}

.breadcrumb li a{
  color:#888;
}

.breadcrumb li a:hover{
  color:#2896af;
}

/*----------------------------------*/
/*　商品一覧-------------------------*/
/*----------------------------------*/
.ProductNavi{
  display: flex;
  justify-content: center;
  margin: 0 auto 3rem auto;
}
.ProductNavi li{
  padding: 5px 10px 0 0 !important;
  color: #2896af;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.ProductNavi li:not(:first-of-type){
  padding: 5px 10px 0 25px !important;
  margin: 0 0 0 20px !important;
  border-left: 1px solid #505050;
}

.ProductNavi li a{
  display: block;
  color: #333;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.prd-lst-pos,
.prd-lst-none{
  text-align: center;
  margin: 80px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #505050;
  width: 100%;
}

/*----------------------------------*/
/*　商品詳細-------------------------*/
/*----------------------------------*/
#ProductWrapper{
  margin: 20vh auto 2vh auto;
}

#ProductWrapper .product-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width:1160px;
  margin: 0 auto 5rem auto;
}

.ProductLeft{
  max-width: 532px;
  margin: 0 auto 3rem auto;

}

.ProductRight{
  width:calc(100% - 532px - 5rem);
  margin: 0 auto 3rem auto;
}

.ProductPHOTO{
  list-style: none;
  margin-left: 0;
}

/* プレビューサムネイル */
.ProductPHOTOthumb{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  list-style: none;
  margin: 1rem 0 3rem 0;
  padding: 0;
  border:1px solid #fff;
  max-width: 532px;
}

.ProductPHOTOthumb li{
  width:19%;
  margin: 0 0.3%;
}
.ProductTEXT{
  width:96%;
  margin: 0 auto 3rem auto;
}

.ProductTEXT dl{
  font-size: 1.4rem;
  width: 100%;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 300;
}

.ProductTEXT dt{
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  float: left;
  width: 20%;
  box-sizing: border-box;
  font-size: 16px;
}
.ProductTEXT dd{
  margin: 10px 0 0 0;
  padding:10px 0 0 20%;
  width: 100%;
  border-top: 1px dotted #6c6e6e;
  box-sizing: border-box;
    font-size: 16px;
}

.ProductTEXT .caption{}
.ProductTEXT dd a{ color:#3f9ae6;}
.ProductTEXT dt:first-of-type{margin: 0 0 0 0;}
.ProductTEXT dd:first-of-type{ border: none;}

.ProductTitle{
  font-family: 'Noto Serif JP', serif;
  font-size: 180%;
  margin: 0 auto 2rem auto;
  text-align: left;
  line-height: 1.6;
}

.ProductTitle.sp{
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1.5rem;
}

.ProductComment{
  font-size: 100%;
  line-height: 1.5;
  margin: 0 auto 2rem auto;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #333;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.ProductComment span{ color:#ff1d25;}

/* 会員限定アラート */
.product-member-sale-msg{
  background: #2896af;
  padding: 0.5rem 1rem;
  color:#fff;
}


.ProductTable{
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  margin: 2rem 0 2rem 0;
}

.ProductTable th{
  text-align: left;
  font-size: 100%;
  padding: 0.5rem 2rem 0.5rem 0;
  white-space: nowrap;
}
.ProductTable td{
  padding: 0.5rem 0 0.5rem 0;
}

.ProductTable .focus-black{
  background: #f0505a !important;
  font-size: 100%;
}

.ProductTable .stock_head{ display: none;}
.ProductTable .cell_2{ padding: 10px 0 0;}
.ProductTable .cell_2 div{ display: inline-block;}
.ProductTable .cell_2 label{ float: right; padding: 0 20px 0 5px;}

.ProductTable .Price{
  font-size: 200%;
  font-weight: bold;
}
.ProductTable .Price p{ display: inline-block; color:#be0000;}

.ProductTable .yen{ font-size: 2.4rem;}
.ProductTable .tax{ font-size: 1.5rem;}
#ProductWrapper select,
#ProductWrapper [type="file"],
#ProductWrapper [type="text"]{ border: 1px solid #CCC !important;}
#ProductWrapper .Cart button[type="submit"]{
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background: #2896af;
  font-size: 130%;
  color: #FFF;
  padding: 1rem 2rem;
  border: none;
  width:94%;
  margin: 0 auto 2rem auto;
}
/* レビュー ----------*/
#ProductWrapper .Review{
  margin: 0 auto 2rem auto;
}
#ProductWrapper .Review li{
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 100%;
  font-weight: bold;
  list-style: none;
}
#ProductWrapper .Review li:before{
content:"\25CF";
color: #CCCCCC;
margin-right:0.5rem;
}
/* その他のリンク----------------*/
.LinkText{
  margin-bottom: 1.5rem;
}

#ProductWrapper .LinkText {
  display : flex;
  margin-bottom: 1.5rem;
}
#ProductWrapper .LinkText li{
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: 100%;
    font-weight: bold;
    list-style: none;
    display:inline-block;
    margin-right: 1rem;
}

#ProductWrapper .LinkText li:before{
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35a";
    margin-right: 0.2em;
    color:#2896af;
  }

#ProductWrapper .LinkSNS{
  display: flex;
  margin: 0 auto 0 auto;
  text-align: center;
}
#ProductWrapper .LinkSNS div{ margin: 0 0.5rem 1rem 0.5rem;}
#ProductWrapper .LinkSNS .LinkSNSFB{ overflow: hidden ; width: 80px; height: 20px;}
#ProductWrapper .PageLink{
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
#ProductWrapper .PageLink div{
  width: 47%;
}
#ProductWrapper .PageLink div a{
  display: block;
  padding: 45px 0;
  text-align: center;
  font-size: 1.9rem;
}
#ProductWrapper .indexAnchor dl{
  width:40%;
}
/* ------------------------------------*/
/* お魚ピックアップ ---------------------*/
/* ------------------------------------*/
.Pickup{
  margin: 0 auto 5rem auto;
  border: 1px solid #000;
  padding: 3rem 5rem;
}

.PickupWrapper{
  display: flex;
  flex-wrap: wrap;
}

.PickupLeft{
  width:64%;
}
.PickupRight{
  width:30%;
  margin-left: 3%;
}
.PickupRight figure{
  text-align: center;
  margin: 0 auto;
}

.PickupRight figure img{
  max-width: inherit;
  width:auto;
  margin: 0 auto 1rem auto;
}

/*.PickupRight div:first-of-type{ margin: 0 0px 0 0;}*/

.Pickup .PickupTitle{ font-size: 2.1rem; position: relative;}
.Pickup .PickupTitle:before{
  content: "";
  position: absolute;
  background: #000;
  width: 37px;
  height: 6px;
  top: 20px;
  left: -50px;
}
.Pickup .PickupTitle span{
  color:#f0505a;
  font-size: 3rem;
}
.Pickup h4{
  font-size: 2.8rem;
  margin: 0 0 1.5rem 0;
}
.Pickup .PickupText{ font-size: 1.4rem;}
.Pickup .PickupText a{ color:#3f9ae6;}

.PickupInfo{
  border: 1px solid #64afbe;
  margin: 40px auto 10px;
  padding: 30px 15px 20px;
  position: relative;
}

.PickupInfo h5{
  position: absolute;
  top: -20px;
  left: -1px;
  padding: 5px 10px;
  display: inline;
  background:#64afbe;
  color: #FFF;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
}

/* 各ページ共通：おすすめ商品 */
.osusumeProduct{
  display: flex;
  margin: 0 auto 2rem auto;
  justify-content: center;
}

.osusumeProduct > .recommend-item{
  margin: 0 auto;
}

.item_box{
  margin: 0 1rem 1rem 1rem;
}

.osusumeProduct .LineUPTitle {
  font-size: 120%;
  margin-bottom: 1rem;
}

.osusumeProduct dl.PriceBox{
  display: flex;
  flex-wrap: wrap;
  padding-bottom:0.5rem;
  border-bottom: 1px dotted #ccc;
  margin: 0 auto 0.5rem auto;
}

.osusumeProduct dl.PriceBox dt{
  width:10rem;
  font-size: 80%;
}

.osusumeProduct dl.PriceBox dd{
  width:calc( 98% - 8rem );
  margin-right: 2rem;
  margin-left: 0 !important;
  text-align: right !important;
}

.osusumeProduct .PriceMINI{
color: #2896af;
}

/*-----------------------------------*/
/*  Q&A------------------------------*/
/*-----------------------------------*/
#QA dt{
  display:block;
  cursor:pointer;
  font-size: 130%;
  border-bottom:3px solid #2896af;
  margin: 0 auto 3rem auto;
  padding-bottom: 0.7rem;
}
#QA dt:before{
    font-size: 4.0rem;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    content:"Q";
    color:#2896af;
    margin-right: 1rem;
}
#QA dd div:before{
  font-size: 4.0rem;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  content:"A";
  color:#f0505a;
  margin-right: 1rem;
}

#QA dd{
  display:none;
  margin: 0 auto;
}
#QA dd div{
  width:94%;
  margin: 0 auto 3.5rem auto;
  padding:0 2rem 2.5rem 4rem;
  background: #fff9e2;
  font-size: 120%;
  line-height: 1.6;
  box-sizing: border-box;
}

#QA dd strong{
  color:#f0505a;
}

#QA .soryo-list{
  width:60%;
}

#atherWrapper .Wrapper{
  margin:80px auto;
}

#policy h3{
  font-size: 2.0rem;
  margin: 40px 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
}
.container-section {
  border-top: 1px solid #b2a487;
  margin:40px 0 40px;
}
.shopkeeper-h2{ font-size: 2.4rem;}
.def-lst-dt{
  font-size: 1.8rem;
  margin: 15px 0 0px !important;
  padding: 20px 0 5px !important;
  border-top: 1px dotted #000;
}

.def-lst-dt:first-child{
  border: none;
  margin: 0 0 0px !important;
  padding: 0px 0 5px !important;
}

.def-lst-dd{ font-size: 1.4rem; padding: 0 0 10px !important;}
.def-lst-dd img{margin: 0 1rem 1rem 1rem;}
.col-lg-6{ width: 100% !important;}


/*---------------------------------*/
/* お魚イロハ ----------------------*/
/*---------------------------------*/

.iroha-body{
  width:80%;
  margin: 0 auto 2rem auto;
}

.iroha-body dl{
  margin-bottom: 5rem;
  display: block;
}
.iroha-body dl dt{
    border-bottom:3px solid #2896af;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}

.iroha-body dl dt:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f578";
  margin-right: 0.5em;
  color:#2896af;
}

.iroha-body dl dd{
  width:90%;
  margin: 0 auto 1.5rem auto;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: hidden;
  text-align: left;
}

.iroha-body .img-inline{
  margin: 1rem 0 2rem 0;
  list-style: none;
}

.iroha-body .img-inline li{
  display: inline-block;
  margin-right: 1rem;
}

.iroha-body #kanikaito{
  display: block;
  padding-top: 110px;
  margin-top: -110px;
}

/*---------------------------------*/
/* カンタンレシピ ------------------*/
/*---------------------------------*/

/* レシピTOP */
.recipe-body{
  background: #f4eee6;
  padding: 5vh 0 0 0;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  text-align: center;
}

.recipe-body h3{
  border:2px solid #836402;
  background: #fff;
  font-size: 180%;
  color:#836402;
  padding: 0.6rem 2rem 0.6rem 2rem;
  margin-bottom: 2rem;
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
}

.recipe-body h3:after{
  display: block;
  clear: both;

}
/* 魚の種類別リンク -------------*/
ul.cate-list{
  margin: 0 auto 1rem auto;
  text-align: center;
}

ul.cate-list li{
  margin: 0 0.5rem 0.5rem 0.5rem;
  display: inline-block;
}

ul.cate-list li a{
  color:#fff;
  background: #836402;
  padding: 0.5rem 2rem;
  font-size: 120%;
  border-radius: 5px;
}

ul.cate-list li a:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35a";
  margin-right: 0.3em;
}


/* 魚別の括り */
.fish-category{
  padding: 15vh 0 0 0;
}
.recipe-body .recipe-wrap{
  clear:both;
  display : flex;
  flex-flow: row wrap;
  justify-content:flex-start;
  margin: 0 auto ;
  }
.recipe-body .recipe-wrap a{
  margin: 0 1% 0 1%;
  max-width: 32%;
  text-align: center;
}
.recipe-body .recipe-wrap dl{
  display:flex;
  flex-direction: column-reverse;
  max-width: calc(320px - 3rem);
  margin: 0 auto 2rem auto;
  position: relative;
  background: #fff;
  padding: 1rem;
}
.recipe-body .recipe-wrap dl dt{
  font-size: 126%;
  line-height: 1.3;
  padding: 0 0 0 0.8rem;
  text-align: left;
}

.recipe-body .recipe-wrap dl dd{
  margin-bottom: 1rem;
  margin-left: 0;
  text-align: center;
  position: relative;
/*  border:1px solid #f6f2ed;*/
}

.recipe-body .recipe-wrap dl dd ul.recipe-ico{
  list-style: none;
  display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
  position: absolute;
  top:1rem;
  width:96%;
  margin-left: 0;
  margin: 0 2% 0 2%;
}

.recipe-body .recipe-wrap dl dd ul.recipe-ico li{
  margin-bottom: 0.5rem;
}
.recipe-body .recipe-wrap dl dd div.recipe-link{
  background-color: rgba(40, 150, 175, 0.8);
  border-radius: 3px;
  padding: 0.5rem 1rem;
  position: absolute;
  bottom:2%;
  right:2%;
  color:#fff;
  font-size: 90%;
}

.recipe-body .recipe-wrap dl dd div.recipe-link i{
  margin-right: 0.5rem;
}

.recipe-body .recipe-wrap dl dd div.recipe-link:hover{
  background-color: rgba(255, 0, 0, 0.8);
}

/* PICKUPレシピ <2列>------------------------*/
/* 魚の種類のタイトル */
.recipe-body h4{
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 150%;
  color:#54a9bb;
  background: #fff;
  margin:0 auto 3rem auto;
  padding: 0.5rem 2rem 0.5rem 2rem;
  border-right: 1px thin #54a9bb;
  border-bottom: 3px solid #54a9bb;
  border-radius: 10px 0 10px 0;
  width:60%;
  display:inline-block;
}

.recipe-body h4:after{
  display: block;
  clear: both;
}

.recipe-body .pickup-recipe{
  display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
  margin: 5rem auto 10rem auto;
  width:86%;
}
.recipe-body .pickup-recipe a{
  width:47.666%;
  background: #ffffff;
  padding: 2rem 1% 1% 1%;
  margin-bottom: 2rem;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.recipe-body .pickup-recipe .recipe-thumb{
  width:40%;
  margin: 0 auto 0 auto;
  float: left;
}

.recipe-body .pickup-recipe dl{
  width:55%;
  margin: 1rem 0 0 0;
  float:right;
}

.recipe-body .pickup-recipe dl dt{
  font-size: 126%;
  line-height: 1.3;
  padding: 0 0 0.8rem 0;
  text-align: left;
  margin-bottom: 2rem;
  border-bottom: 2px solid #836402;
}
.recipe-body .pickup-recipe dl dd{
  margin-bottom: 2rem;
  margin-left: 0;
}

.recipe-body .pickup-recipe dl dd ul.recipe-ico{
  list-style: none;
  display : flex;
  flex-wrap : wrap;
  margin-left: 0;
  margin: 0 2% 5% 2%;
}
.recipe-body .pickup-recipe dl dd ul.recipe-ico li{
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.recipe-body .pickup-recipe dl dd.recipe-comment{
  text-align: left;
  margin-bottom: 2rem;
}

.recipe-body .pickup-recipe dl dd div.recipe-link{
  background-color: rgba(40, 150, 175, 0.8);
  border-radius: 3px;
  padding: 0.5rem 1rem;
  color:#fff;
  font-size: 90%;
}

.recipe-body .pickup-recipe dl dd div.recipe-link i{
  margin-right: 0.5rem;
}

.recipe-body .pickup-recipe dl dd div.recipe-link:hover{
  background-color: rgba(255, 0, 0, 0.8);
}

/* レシピ 個別ページ */
.recipe-lower{
  padding: 0vh 0 0 0;
  background: #f4eee6;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.recipe-lower #ContentsWrapper{}

.recipe-lower #ContentsWrapper h2{
  font-size: 180%;
  letter-spacing: 0.3rem;
}

.recipe-lower ul.recipe-ico{
  list-style: none;
  display : flex;
  flex-wrap : wrap;
  justify-content:flex-start;
  margin: 0 0 1rem 0;
  font-size: 80%;
}
.recipe-lower ul.recipe-ico li{
  margin-right: 0.5rem;
}

/* flex-wrap*/
.recipe-cont{
  display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
  margin: 0 auto 3rem auto;
  text-align: center;
}

.recipe-cont figure img{
  border:1px solid #f6f2ed;
  margin: 0 auto 1.5rem auto;
  text-align: center;
}
/* 材料*/
.recipe-detail{
  display: block;
  width:50%;
}
.recipe-detail p{
  text-align: left;
  margin-bottom: 0;
}

/* 見出し */
.recipe-lower .rd-title{
  font-size: 120%;
  font-weight: bold;
  border-bottom:1px solid #666;
  padding-bottom: 0.3rem;
  margin: 0 auto 2rem auto;
}

.recipe-detail dl{
  display:flex;
  flex-wrap: wrap;
  justify-content: start;
  padding-top: 0.5rem;
  margin-top: 0;
}

.recipe-detail dl dt{
  clear: both;
  width:70%;
  border-bottom:1px dotted #666;
  padding: 0.8rem 0 0.8rem 1rem;
  text-align: left;
}

.recipe-detail dl dd{
  width:calc(30% - 1rem);
  border-bottom:1px dotted #666;
  padding: 0.8rem 0 0.8rem 0;
  margin-left: 0;
}

.recipe-marker{
  background:#e8ddb7;
  padding: 0 1rem 0 1rem;
}

.recipe-lower em{
  color:#ba9725;
  font-weight: bold;
  font-style: normal;
}


/* 作り方 */
.cook-methods .rd-title span{
  font-weight: bold;
  background: #333;
  color:#fff;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.cook-methods ol{
  margin: 0 auto 2rem auto;
  padding: 1rem 0 1rem 0;
  counter-reset: my-counter;
  list-style: none;
}

.cook-methods ol li{
  align-items: center;
  border-bottom: 1px dotted #666;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-left: 4.5rem;
  position: relative;
  min-height: 3.6rem;
  overflow: hidden;
}

.cook-methods ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  width: 3.6rem;
  color: #ffffff;
  font-size: 150%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 1rem;
}

/* レシピ考案者 */
.recipe-made{
  display: none;
  text-align: right;
}

/*---------------------------------*/
/* クーポンコードの使い方 -----------*/
/*---------------------------------*/
.coupon-body{
  width:80%;
  margin: 0 auto 2rem auto;
}

.coupon-body .text-center.lead-txt{
  background: url(https://file003.shop-pro.jp/PA01450/224/images/bg_coupon3.png) no-repeat top center;
  padding: 8rem 3rem;
  background-size: auto 100%;
  color:#2896af;
}

.coupon-body dl{
  margin-bottom: 5rem;
  display: block;
}
.coupon-body dl dt{
    border-bottom:3px solid #2896af;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}

.coupon-body dl dt:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f578";
  margin-right: 0.5em;
  color:#2896af;
}

.coupon-body dl dd{
  width:90%;
  margin: 0 auto 2rem auto;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow: hidden;
  text-align: left;
}

.coupon-body dl dd a{
  color:#ff4559;
  font-weight: bold;
}

/*---------------------------------*/
/* page top -----------------------*/
/*---------------------------------*/
#page-top {
  position: fixed;
  bottom: 10%;
  right: 10%;
  z-index: 999;
  display: block;
  margin-bottom: 0;
}
#page-top a {
  display: block;
  text-align: center;
  text-decoration: none;
}
#page-top a:hover {
  text-decoration: none;
}

/*---------------------------------*/
/* カート内 ------------------------*/
/*---------------------------------*/
.article__bod .white-space-pre-line.ng-binding{
  font-size: 0.9rem;
}

.article__bod .white-space-pre-line.ng-binding strong{
  color:#cc0000;
}

.article__bod .white-space-pre-line.ng-binding ul li{
  margin-bottom: 0.5rem;
}


/*------------------------------------------*/
/* TABLET  <  970px ------------------------*/
/*------------------------------------------*/
@media screen and (max-width:970px){
  .headWrapper{
    margin: 0 auto 0rem auto;
  }

  #head{
    margin-bottom: 0;
  }

  /* HEAD LOGO -----------------*/
  #head h1{
    margin: 1rem auto 0 auto;
    text-align: center;
  }

  .bx-wrapper .bx-caption span img{
    top: 28%;
    left:5%;
  }

  /*-----------------------------------*/
  /*INDEX Story TB --------------------*/
  /*-----------------------------------*/
.StoryText h3{
    letter-spacing: 0;
    font-size: 180%;
  }

/* ------------------------------------*/
/* NEW COLOR MENU TB-------------------*/
/* ------------------------------------*/
  .indexAnchor {
    width:100%;
  }
  .indexAnchor dl {
  	text-align: center;
  	width: 42%;
  }

  /*---------------------------------*/
  /* カンタンレシピ TB------------------*/
  /*---------------------------------*/

  .recipe-body .Wrapper{
    width:90%;
    margin: 0 auto 0 auto;
  }

  .recipe-lower #ContentsWrapper h2{
    font-size: 150%;
    letter-spacing: 0.3rem;
  }

  .recipe-body h3 {
    font-size: 150%;
  }

  .recipe-cont{
    display : block;
  }

.recipe-body .recipe-wrap a{
  max-width: 48%;
}

.recipe-body .recipe-wrap dl{
  max-width: calc(100% - 2rem);
}

  /* 材料*/
  .recipe-detail{
    width:100%;
  }
}

/* -------------------------------------*/
/* SP < 768px --------------------------*/
/* -------------------------------------*/

@media screen and (max-width:767px){
  body {
  	font-size: 1.4rem;
	}

.hidden-sp{
  display: none;
}

#container{
  margin-top: 3vh;
}

.Wrapper{ width: 94%; margin: 0 auto;}

#ContentsWrapper{
  margin: 0 auto 0 auto;
  padding: 5vh 0 3vh 0;
}


#head h1{
  margin: 0.5rem auto 0 auto;
  text-align: center;
}

#head h1 img{
  max-width: 40vw;
  height: 70px;
}

.hNavi{ display: none;}
.gNavi{ display: none;}

.order{
  position: fixed;
  right:0;
  width:5rem;
  writing-mode: vertical-rl;
}

.order a{
  border-radius: 7px 0 0 7px;
  height:auto;
  min-width: 2rem;
  padding: 1rem 0.5rem 1rem 1rem;
}
.navToggle { display:block;}

.login-name{
    margin-right: 0;
    margin: 0 auto 0 auto;
    border-bottom: 0px solid #2896af;
  }

/*--------------------------------*/
/* HOME SLIDER SP  ---------------*/
/*--------------------------------*/
.slider {
  max-width: 100%;
  margin: /*5vh*/ 0 auto 0 auto;
}

.bx-wrapper {
    margin: 0 auto 0 auto !important;
    padding: 0;
}
.bx-controls.bx-has-pager{
  display: none;
}
.bx-wrapper .bx-pager.bx-default-pager {
  bottom:auto;
}

.bx-wrapper .bx-viewport {
  height: 90vh;
}
.bx-wrapper .bx-viewport div div{
  height: 90vh;
}

.bx-wrapper .bx-viewport img{
  top:40vh;
  width:100%;
  height: 90vh;
  object-fit: cover;
}

.bx-wrapper .bx-viewport div:nth-of-type(1) img{
  object-position: 30% 30%;
}
.bx-wrapper .bx-viewport div div:nth-of-type(2) img{
  object-position: 55% 55%;
}
.bx-wrapper .bx-viewport div div:nth-of-type(3) img{
  object-position: 50% 70%;
}
.bx-wrapper .bx-viewport div div:nth-of-type(4) img{
  object-position: 50% 50%;
}
.bx-wrapper .bx-viewport div div:nth-of-type(5) img{
/*  object-fit: scale-down;*/
}

.bx-wrapper .bx-caption span img{
 top:16vh;
 width:82%;
 height: auto;
}

/*--------------------------------*/
/* HOME お知らせ SP ---------------*/
/*--------------------------------*/

.home-imfo{
  top:auto;
  bottom:0;
  left:0;
  margin: -15vh auto 0 auto;
}
.indexTitle{display: none;}

/* HOME KV under ---------*/
.indexh2{
  font-size: 150%;
/*  text-align: left;*/
  letter-spacing: 0;
  margin:0 auto 3rem auto;
}

/*Prologue-----------------------------------*/
#Prologue p {
    text-align: left;
    line-height: 2.4rem;
/*  font-size: 1.2rem;
  line-height: 2.2rem;
  margin: 20px 0 0;*/

}
#Prologue p span {
  font-size:inherit;
}

/*LineUP-----------------------------------*/
#LineUP {
  position: relative;
  margin: 20px 0;
}
.LineUPBox{
  flex-direction: column;
  margin: 20px 0 0;
}
.LineUPBox > div{
  width: 90%;
  margin: 0 auto 1rem auto;
  padding: 1.5rem;
  text-align: center;
}

.LineUPTitle span {
  background: #000;
  padding: 3px 5px;
  font-size: 1.2rem;
  color: #FFF;
  margin: 0 0 0 10px;
}
.LineUPDate{
  display: block;
}

.LineUPDate .Date{
  font-size: 1.3rem;
  color: #FFF;
  background: #8a8a8a;
  padding: 0px 5px;
  margin: 0 5px 0 0;
}

.LineUPDate .Price,
.LineUPDate .SoldOUT{font-size: 2.8rem; color: #2896af;}
.LineUPDate .yen{font-size: 1.5rem; color: #2896af;}
.LineUPDate .tax{ font-size: 1.2rem;}

  /* 下処理あり／なしが選べます SP*/
.price-area{
  display: block;
  margin-bottom: 1.5rem;
}
.focus-black{
  clear: both;
  display: block;
}

/* ------------------------------------*/
/* お魚カレンダー SP  ------------------*/
/* ------------------------------------*/

#Calendar{
  padding: 5vh 0 5vh 0;
}
.calendarTitle{
  font-size: 160%;
  margin: 0 auto 2rem auto;
}

/*-----------------------------------*/
/*INDEX Story SP---------------------*/
/*-----------------------------------*/

#Story{
  margin: 5vh auto 5vh auto;
  padding: 5vh 0 5vh 0;
}

.indexStoryA, .indexStoryB{
  display:block;
  margin: 0 auto 7vh auto;
  padding: 0;
  width: 94%;
}

.StoryText h3{
  font-size: 150%;
letter-spacing: 0;
}
.StoryText h3 span{
  background:linear-gradient(transparent 90%, #2896af 0%);
}

#Story .StoryText{
  width:96%;
  margin: 0 auto 3rem auto;
  display: block;
}

#Story .indexStoryPhoto{
  margin: 0 auto 2rem auto;
  text-align: center;
  display: block;
}

/*-----------------------------------*/
/* HOME 想い SP------------------------*/
/*-----------------------------------*/
#Mind{}

#Mind h3{
  margin-bottom: 2rem;
  font-size: 200%;
  line-height: 1.6;

}
#Mind p.MindText{
  text-align: left;
  width:90%;
}

.MindPhotoBox{
  flex-direction: column;
  margin: 0 auto;
}
.mikuriya-map,.mikuriya-port{
  width: 98%;
  margin: 0 auto 0 auto;
}

/*-----------------------------------*/
/*  Q&A------------------------------*/
/*-----------------------------------*/
#QA dd div{
    width:100%;
    padding:0 2rem 2.5rem 2rem;
}

#QA .soryo-list{
  width:100%;
}

/*---------------------------------*/
/* お魚イロハ SP　------------------*/
/*---------------------------------*/

.iroha-body{
  width:90%;
}
.iroha-body dl dt{
  font-size: 2rem;
}

/*---------------------------------*/
/* クーポンの使い方 SP　-------------*/
/*---------------------------------*/
.coupon-body{
width:100%;
}

.coupon-body .text-center.lead-txt{
  text-align: left;
  padding: 5rem 1rem;
}

.coupon-body dl dt{
  font-size: 1.8rem;
}

.coupon-body dl dd img{
  margin-bottom: 2rem;
}

/*---------------------------------*/
/* 商品詳細ページ SP　--------------*/
/*---------------------------------*/
#ProductWrapper{
  margin: 140px 0 40px;
}

#ProductWrapper .Wrapper{
  flex-direction: column;
}
.ProductLeft{
  max-width: 768px;
  width: 90%;
  margin:0 auto 2rem auto;
}
.ProductRight{
  max-width: 768px;
  width: 90%;
  margin:0 auto 2rem auto;
}

#ProductWrapper .indexAnchor dl{
  width:90%;
}

/* ------------------------------------*/
/* お魚ピックアップ SP -----------------*/
/* ------------------------------------*/
.Pickup{padding: 2rem 2rem;}
.PickupWrapper{flex-direction: column;}

.PickupLeft{
  width:96%;
  margin: 0 auto 2rem;
}
.PickupRight{
  width:96%;
  margin: 0 auto 2rem;
}

/* 各ページ共通：おすすめ商品 */
.osusumeProduct{
  display: block;
}

.osusumeProduct .item_box{
  display: flex;
  justify-content: flex-start;
}

.osusumeProduct .item_image{
  width:36%;
}

.osusumeProduct .LineUPTitle{
  text-align: left;
  margin-left: 1.5rem;
}

#box_recommend .LineUPTitle a{
  font-size: 90%;
}

/* ------------------------------------*/
/* NEW COLOR MENU ---------------------*/
/* ------------------------------------*/

.indexAnchor {
	display: block;
}

.indexAnchor dl {
  width:86%;
  margin: 0 auto 2rem auto;
}

/*---------------------------------*/
/* カンタンレシピ SP ---------------*/
/*---------------------------------*/

.cook-methods ol li{
    overflow:inherit;
}

.cook-methods ol li img{
  display:block;
  margin: 0 auto 1rem auto;
}

/* PICKUPレシピ <2列> SP---------------*/
.recipe-body .pickup-recipe{
  display : block;
}

.recipe-body .pickup-recipe a{
  width:100%;
}

/* 魚別の括り */
.recipe-body .recipe-wrap{
  display: block;
}

.recipe-body .recipe-wrap dl{
  display: block;
  max-width: 100%;
  flex-direction:column;
  margin: 0 auto 4rem auto;
}
.recipe-body .recipe-wrap dl dt{
  padding: 1rem 0.5rem 1rem 1rem;
  margin: 0 auto 1rem auto;
  background: #fff;
  border-left: 10px solid #54a9bb;
  text-align: left;
}
.recipe-body .recipe-wrap dl dd{
  position: inherit;
}
.recipe-body .recipe-wrap dl dd ul.recipe-ico{
  /*display : block;*/
  justify-content:space-around;
}


/* ------------------------------------*/
/* SNSFoot-----------------------------*/
/* ------------------------------------*/
#SNSFoot{
  position: relative;
  background: url(https://file003.shop-pro.jp/PA01450/224/images/sns.jpg) no-repeat top;
  background-size: cover;
  margin: 0 auto 0 auto;
  padding: 2rem 0 0 0;
  min-height:auto;
}

.snsLink{
  display: flex;
  justify-content: center;
}
.snsLink li{ text-align: center; width: 50%;}

.snsLink a{
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Instagram:before{
  content:"";
  background: url(https://file003.shop-pro.jp/PA01450/224/images/icon-ig.png) no-repeat;
  background-size: cover;
  height: 40px;
  width: 40px;
  margin: 0 10px 0 0;
}
.twitter:before{
  content:"";
  background: url(https://file003.shop-pro.jp/PA01450/224/images/icon-tw.png) no-repeat;
  background-size: cover;
  height: 40px;
  width: 40px;
  margin: 0 10px 0 0;
}
.facebook:before{
  content:"";
  background: url(https://file003.shop-pro.jp/PA01450/224/images/icon-fb.png) no-repeat;
  background-size: cover;
  height: 40px;
  width: 40px;
  margin: 0 10px 0 0;
}

/*---------------------------------------*/
/* FOOTER  SP ---------------------------*/
/*---------------------------------------*/
#FootContents{
  width:90%;
  padding: 5vh 1rem;
  margin: 0 auto 2rem auto;
}

#FootContents .Wrapper > div{
  width: 100%;
  margin: 0 auto 0rem auto;
}

footer{
  position: inherit;
  display: block;
  background: none transparent;
}
footer .Wrapper{
  display: block;
  position: inherit;
  height: 100%;
  padding: 1rem 1rem;
}
footer .address{
  display: block;
  font-size: 80%;
  position: inherit;
}
footer .logo{
  display: none;
}
footer .addressAction{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
footer .addressAction div:first-of-type{margin: 0 30px 0 0;}
footer .addressAction span{
  color:#505050;
  background: #FFF;
  border-radius: 3px;
  padding: 1px 5px;
  margin: 0 5px 0 0;
  font-size: 100%;
}

footer .footerNavi{
  display: none;
}

footer .Copylight{
  text-align: center;
  font-size: 70%;
  margin: 0rem auto 0rem auto;
}

#page-top {
	  bottom: 10%;
	}
}

/* 印刷時 ------------------------------------*/
@media print{

  body {-webkit-print-color-adjust: exact;}
  #head{
    position:inherit;
    display:block;
  }
  #head h1 {margin: 0.5rem 0 0 0.5rem;}
  .headWrapper{margin: 1rem auto 0 auto;}
  .hNavi{display: none;}
  .order{display: none;}
  .gNavi li a {
    letter-spacing: 0;
    padding-right: 1vw;
    padding-left: 1vw;
    line-height: 1.2;
    font-size: 70%;
  }
  #SPMenu{display: none;}

  #container{
    display: block;
  }
  .slider{
    margin: -1vh auto 0 auto;
    display:block;
    height: 54vh;
  }

  .bx-wrapper .bx-viewport div div{
    height: 50vh;
  }

  .indexh2 {
    font-size: 150%;
}
  #Prologue{margin: 1vh auto 1vh auto;}
  #Prologue p,
  #Story p{
    font-size: 100%;
    line-height: 1.5;
  }
  .StoryText h3 {
      font-size: 130%;
}

#Calendar{
  padding: 2vh 0 2vh 0;
}

#Calendar .calendarTitle{
  font-size: 150%;
  margin: 0 auto 1rem auto;
}

#Calendar figure{
  width:70%;
  margin: 0 auto 0 auto;
}

  #SNSFoot{
    display: block;
    min-height: auto;
    margin: 1rem auto 0 auto;
    padding: 1vh 0 1vh 0;
  }
  footer{
    display: none;
  }

}
