1@charset "UTF-8";
/*-----original---------*/



body.shop{
background-color:#F7ECD5;
}
/*--トップヘッダー--*/


.l-header {
 /*padding-top:5.20833vw;*/
 background-color: white;
 position: relative;
 /*margin-top: -5.20833vw;*/
}

.headerImg{
width: 100%;
margin-bottom: 3vh;
}

.l-header-inner {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:end;
 -ms-flex-pack:end;
 justify-content:flex-end;
 /*padding-right:0;
 padding-left:0;*/
 width: 100%;
margin: 0 auto 30px;
/*padding-top: 80px;*/
}

.l-header-logo {
  max-width: 29.5%;
 margin-top: 3%;
 margin-left: 7vw;
 margin-right: auto;
 font-size: 3vw;
 z-index: 100;
}

.l-header-logo .logoImage {
 max-height:6.25vw;
 margin-right:auto
}




/*
	  CSS のみの多段階階層ドロップダウン&ハンバーガーメニュー Ver. 2.01
	  Copyright Rectus Inc, 2020
	  https://www.rectus.co.jp/
	 */

	/* 基本CSS */
	ul,
	div,
	img {
	  margin: 0px;
	  padding: 0px;
	  list-style: none;
	  font-weight: normal;
	}

	/* 本文をメニューの高さ分下げる */
	#main {
	  margin-top: 60px;
	}

	#navi {
	  position: absolute;
	  top: 3%;
	  right: 10%;
	  height: 60px;
	  width: 100%;
    z-index: 900;
	}


	/* チェックボックスを非表示 */
	#navi input {
	  display: none;
	}
	/* 左上ロゴ */
	.menu-left {
	  float: left;
	  line-height: 60px;
	}
	.menu-left img {
	  vertical-align: middle;
	  margin-left: 10px;
	}
	/* 上部メニュー */
	#menu {
	  float: right;
	  margin-right: -10px;
	}
	#menu li {
	  position: relative;
	  white-space: nowrap;
	}

  #menu li.hight90px{
    height: 90px;
  }

	#menu li a,#menu li p {
	  display: block;
    color: #0e2375;
    -webkit-font-smoothing: antialiased;
	}

  #menu li a:hover {
    text-decoration: underline;
  }

	#menu > li {
	  float: left;
	  margin: 0 15px;
	  line-height: 60px;
	  font-size: 1.2vw;
	  font-weight: normal;
	}

  #menu > li#menu02 > ul > li, #menu > li#menu03 > ul > li{
      line-height: 45px;}


	/* パソコンでは V を非表示 */
	#menu > li .pd {
	  display: none;
	}

	#menu-navibtn {
	  display: none;
	  cursor: pointer;
	  cursor: hand;
	}
/* オリジナル */
	.displayNone{
		display: none!important;
	}

  .displayinherit{
    display: inherit!important;
    width: 180px;
    font-size: 80%;
  }

.itemSearch{
  padding: 19px 0;
  width: 180px;
}

.SearchForm{
  position: relative;
}

.itemSearch button.magnifyingGlass{
border: 0px;
width:15px;
height:15px;
background: url(https://basefile.akamaized.net/goodsnankai-base-shop/6135a81082ee5/magnifyingGlass_15px.png) left top no-repeat;
position: absolute;
top: 4px;
right: -5px;
}

#menu > li:hover > ul > li,
 #menu li ul li:hover > ul > li {
   display: block;
 }


#menu > li:active > ul > li,
#menu li ul li:active > ul > li {
  display: block;
}

#menu #menu-02 {
  display: block;
}


@media screen and (max-width: 1366px) {
.itemSearch button.magnifyingGlass {
  top: 3px;
right: -2px;
  }
}

@media screen and (max-width: 1024px) {
.itemSearch button.magnifyingGlass {
  top: 2px;
  }
}



/*子メニューの吹き出し*/

.menuDrop{
  position: relative;
   /*padding: 1em 1.5em;*/
   /*border: 1px solid #ef8f3a;*/
   border-radius: 5px;
 }


 .menuDrop li:first-child::before,
 .menuDrop li:first-child::after{
   content: "";
   position: absolute;
   right: 0;
   left: 0;
   width: 0;
   height: 0;
   margin: auto;
 }
 /*.menuDrop li:first-child::before{
   top: -18px;
   border-style: solid;
   border-color: transparent transparent #ef8f3a transparent;
   border-width: 0 12px 18px 12px;
 }*/
 .menuDrop li:first-child::after{
   top: -16px;
   border-style: solid;
   border-color: transparent transparent #ffffff transparent;
   border-width: 0 10px 16px 10px;
   z-index: 10;
 }

 /*#menu input[type="checkbox"]:checked ~ label ~ ul > li{
   max-height: inherit;
   overflow-y: visible;
   display: block;
 }*/



 @media screen and (max-width: 1366px) {
#menu > li#menu02 > ul {
  margin-left: -50px!important;
  top:65px!important;
  }
#menu > li#menu03 > ul {
  margin-left: -50px!important;
  top:65px!important;
}
}

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

    #menu > li#menu03 > ul {
  	  margin-left: -50px!important;
  	}
 .menuDrop li:first-child::before{
   top: -15px;
   border-width: 0 10px 15px 10px;
 }
 .menuDrop li:first-child::after{
   top: -13px;
   border-width: 0 11px 15px 11px;
 }

}




/* タブレット用 */
	@media screen and (max-width: 900px) {
/*nav{
  margin-top: -20px;
}*/

#menu li {
  float: left;
  margin: 0 10px;
  line-height: 60px;
  font-size: 1.5vw;
}

#menu > li#menu03 > ul {
  margin-left: -90px!important;
}

.menuDrop li:first-child::before{
  left: 85px;
}
.menuDrop li:first-child::after{
  left: 87px;
}

#baseMenu{
  top: 1.2%;
}
}


	@media screen and (max-width: 800px) {
/*子メニューの吹き出し*/
.menuDrop{
  position: static;
   border: none;
   border-radius: none;
 }
 .menuDrop li:first-child::before,
 .menuDrop li:first-child::after{
   content: none;
   position: static;
   }


#menu > li#menu02 > ul,
#menu > li#menu03 > ul{
    margin-left: 0px!important;
  top: 0px!important;
}

#menu > li > ul {
    box-shadow: none!important;
  }

}

	/* スマホ用 */
	@media screen and (max-width: 768px) {
	  /* 基本非表示 */
	  #menu {
	    display: none;
	  }
	  #menu li {
	    height: auto;
	    width: 100%;
	    padding: 0px 20px;
	    /*border-bottom: 1px solid #DDD;*/
	    white-space: nowrap;
      font-size: inherit;
	  }
	  #menu > li {
	    /*margin-right: -20px;*/
      border-bottom: 1px solid #e8eff4;
	  }

#menu li.hight90px {
  height: auto;
}

#menu > li.itemSearch{
  padding-top: 30px;
padding-bottom: 30px;
border-bottom: none;
}

#menu-parent03label{
  display: block;
}

	  /* V を表示 */
	  #menu > li .pd {
	    display: inline-block;
	    width: 100%;
      position: absolute;
      left: 85%;
     top: 0;
	  }

	  #menu li a {
	    display: inline-block;
      width: 100%;
	  }
	  /*#menu li:first-child {
	    border-top: 1px solid #DDD;
	  }*/

    #menu li a:active {
      color: #0e2375;
    }

    #menu li#menu02 i {
      padding: 0px 0px;
    }

	  #menu li i {
	    padding: 0px 6px;
	  }
	  /* メニューを移動させないため */
	  #menu-navibtn:checked ~ #navi {
	    /*position: absolute;*/
      position: fixed;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    height: 100%;
      background-color: #FFFFFF;
      top:0;
	  }
	}/*-640px-*/

	/* ドロップダウンメニュー */
	#menu li ul {
	  position: absolute;
    top:70px;
	}

	/* 子メニュー */
	#menu > li > ul li {
	  font-size: 14px;
	  display: none;
	  padding: 0.3em 2em 0.8em 2em;
	  /*background-color: #FFF;
	  border: 1px solid #000;
	  border-bottom: 1px solid #DDD;*/
	}

  #menu > li#menu03 > ul li > ul > li {
    display: inherit;
  }

	/*#menu li ul li:first-child {
	  border-top: 1px solid #000;
	}*/
	/*#menu li ul li:last-child {
	  border-bottom: 1px solid #000;
	}*/
	/*#menu li ul li ul {
	  top: -1px;
	  left: 100%;
	}
	#menu li ul li ul li ul,
  #menu li:nth-child(n+3) ul li ul {
	  left: inherit;
	  right: 100%;
	}
*/
  #menu > li > ul {
    margin-left: -35px;
    /*top:10vh;*/
    width: auto;
    background-color: #ffffff;
    -moz-box-shadow: 0 1px 15px 1px rgba(0,0,0,.15);
-webkit-box-shadow: 0 1px 15px 1px rgba(0,0,0,.15);
-o-box-shadow: 0 1px 15px 1px rgba(0,0,0,.15);
-ms-box-shadow: 0 1px 15px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 15px 1px rgba(0,0,0,.15);
  }

  #menu > li#menu02 > ul {
	  margin-left: -30px;
	}

/*	#menu > li#menu03 > ul {
	  margin-left: -110px;
	}
*/

.appsItemCategoryTag_lowerchild{
  position: static!important;
}

	/* パソコン用 */
	@media screen and (max-width: 620px) {
	  /*#menu li:hover {
	    background: #EEE;
	  }*/

	  /* 階層がある場合の誘導の印 */
	  #menu li ul li ul:before,
	  #menu li ul li ul li ul:before,
	  #menu li:nth-child(n+3) ul li ul:before {
	    position: absolute;
	    top: 28px;
	    content: "";
	    border: 5px solid transparent;
	    display: block;
	  }
	  /* 通常タイプ */
	  #menu li ul li ul:before {
	    left: -10px;
	    border-left-color: #666;
	  }

	  /* 右側タイプ ▶︎矢印
	  #menu li ul li ul li ul:before,
	  #menu li:nth-child(n+3) ul li ul:before {
	    right: -10px;
	    border-right-color: #666;
	  }*/

  }


	/* スマホ用 */
	@media screen and (max-width: 768px) {
	  /* ハンバーガーメニューがクリックされた時 */
    #menu {
      margin-right: 15px;
    }

	  #menu-navibtn:checked ~ * #menu {
	    display: block;
      margin-top: 50px;
	  }
	  #menu-navibtn:checked ~ * #menu > li {
	    max-height: inherit;
	    overflow-y: visible;
	  }
	  #menu > li ul {
	    line-height: 50px;
	  }
	  #menu > li > label:hover {
	    cursor: pointer;
	    cursor: hand;
	  }
	  #menu li ul {
	    position: static;
	  }
	  /* 子メニュー */
	  #menu > li > ul {
	    margin-left: initial;
	    position: relative;
	  }
	  /*#menu li ul li:first-child {
	    border-top: 1px solid #DDD;
	  }*/
	  #menu ul li:last-child {
	    border-bottom: none;
	  }
	  #menu > li > ul li {
	    border-left: 1px solid #FFF;
	    border-right: 1px solid #FFF;
	  }
	  #menu li ul li ul {
	    top: inherit;
	    left: 0;
	  }
	  #menu li ul li:last-child {
	    border-bottom: none;
	  }

    #menu > li:hover > ul > li,
 	  #menu li ul li:hover > ul > li {
 	    display: none;
 	  }


.itemSearch{
    display: inherit !important;
    width: 300px;

    }
  .displayinherit {
    display: inherit !important;
    width: 300px;
  }


.itemSearch button.magnifyingGlass{
    left: 287px;
      top: 3px;
}


	  /* 子メニューがクリックされた時 */
    /* 子メニューがクリックされた時 */
	  #menu input[type="checkbox"]:checked ~ label ~ ul > li {
	    max-height: inherit;
	    overflow-y: visible;
	    display: block;
	  }


.angletoggle::before{
      content: "";
        left: 3px;
        width: 7px;
        height: 7px;
        border-top: 1px solid #0e2375;
        border-right: 1px solid #0e2375;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
    }

#navi input[type="checkbox"]:checked ~ label .pd .angletoggle:before {
      content: "";
font-size: 80%;
left: 3px;
width: 7px;
height: 7px;
border-top: 1px solid #0e2375;
border-right: 1px solid #0e2375;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
	  }
	}


  	@media screen and (max-width: 320px) {
    #menu {
      margin-right: -10px;
    }

      #menu li {
       padding: 0px 0px;
  	  }

      .displayinherit {
    display: inherit !important;
    width: 280px;}

    .itemSearch button.magnifyingGlass {
        left: 265px;}
    }


	/* ハンバーガー */
	#navi #navibtn {
	  display: none;
	}
	@media screen and (max-width: 768px) {

    #navi {
      /*background-color: #FFFFFF;*/
      position: fixed;
      top: 0px;
      left: 0;
      height: 60px;
      width: 100%;
      z-index: 900;
    }


  .navBtnBack {
    display: block;
    width: 130px;
    height: 55px;
    position: fixed;
    top: 8px;
    right: 0;
    background-color: #FFF;
    border-radius: 30px 0 0 30px;}


    #navi #navibtn {
      display: block;
      position: absolute;
      top: 16px;
      left:93%;
      width: 100%
    }
	  #navibtn span {
	    display: block;
	    width: 40px;
	    height: 40px;
	    background-color: #FFF;
	  }
	  #navibtn span span {
	    display: block;
	    overflow: hidden;
	    width: 1px;
	    height: 1px;
	  }
	  #navibtn span span::before,
	  #navibtn span span::after,
	  #navibtn span::after {
	    position: absolute;
	    left:10px;
	    content:"";
	    width: 20px;
	    height: 3px;
	    background-color: #000000;
	  }
	  /* 上の棒 */
	  #navibtn span span::before {
	    top:10px;
	  }
	  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
	    top:19px;
	    transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	  }
	  /* 下の棒 */
	  #navibtn span::after {
	    bottom:10px;
	  }
	  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
	    bottom:18px;
	    transform: rotate(-135deg);
	    -webkit-transform: rotate(-135deg);
	  }
	  /* 中の棒 */
	  #navibtn span span::after {
	    top:18px;
	  }
	  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
	    display: none;
	  }
	}

	/*--navここまで--*/

#baseMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#baseMenu li {
 margin-left:1.04167vw
}
#baseMenu li:first-child {
 margin-left:0
}
#baseMenu a {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 width:2vw;
 height:2vw;
 background:#fff;
 border-radius:50%
}
#baseMenu a img {
 width:25%;
 height:auto;
 position: absolute;
/*transform: translateX(8%);*/

}
#baseMenu a:hover {
 opacity:0.7;
}
.l-header-menubtn {
 display:none;
}



@media screen and (max-width: 768px) {
/* 768px以下の範囲に収めるデザインはこの中に記述 */

#smpBaseWrap{
position: relative;
width: auto;
height: auto;
}

.l-header-inner {
padding-top: 1vh;
}

.smpBaseMenu{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute !important;
  right: 30vw;
  top: 0px;
  z-index: 2002;
  width: 50% !important;
}

#baseMenu{
  top: 12px;
  right: 70px;
}

#baseMenu a {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 width:4.5vw;
 height:4.5vw;
 background:#fff;
 border-radius:50%

}
#baseMenu a img {
 width: 20%;
 height:auto;
 position: absolute;
/*transform: translate(23%,30%);
-webkit-transform : translate(23%,30%);*/

}
}/* /@media screen and (max-width: 768px) */


@media screen and (max-width: 430px) {
#navi #navibtn {
    left: 88%;
  display: block;
  position: absolute;
  top: 16px;
  width: 100%
}

#menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top: 19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#baseMenu a{
  padding: 12px!important;
}

#baseMenu > ul > li a:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.2);
            box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.2);
    padding: 12px;
}
}/* /@media screen and (max-width: 430px) */


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

   #navi #navibtn {
       left: 88%;
}

   .navBtnBack {
       width: 110px;
     }

   #baseMenu {
       right: 50px;
       top: 13px;
    }

   #baseMenu a{
     width: 5vw;
     height: 5vw;
   }
   }/* /@media screen and (max-width: 375px) */


/*--トップナビゲーションー--*/


 @media screen and (max-width: 768px) {
 /* スマホ用レイアウト 768px以下の範囲に収めるデザインはこの中に記述 */


/*--------/トップページ全体ここから--------*/
.l-header-logo {
 max-width:38%;
 margin-top:0%;
 margin-left: 3vw;
margin-right: auto;
 font-size:3.5vw;
 z-index: 100;
}


.topBannerIn{
  width: 90%;
}

.flaxFrame {
      width: 90%!important;
     margin-right: auto;
      margin-left: auto;
}
/*--------トップページ全体ここまで--------*/

 }/*--end @media screen and (max-width: 768px)--*/

/*--------ページトップへボタンここから--------*/

.button{
position: fixed;
right: 0;
bottom: 10px;
padding: 10px;
cursor: pointer;
transition: .3s;
z-index:5000;

/*デフォルトで非表示にする*/
opacity: 0;
visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
opacity: 1;
visibility: visible;
}

/*--------/ページトップへボタンここまで--------*/



/*--トップコンテンツ--*/

.topContents{
/*position: absolute; 
top: 22vh;
left: 0;*/
  width: 100%;
  background-color: white;
  padding-bottom: 3vh;
}

.topBannerIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding: 4vw 3.06667vw 2vw 3.06667vw;*/
    width: 86vw;
margin: 0 auto;

}

.topBannerIn-item {
  width: 23.5%;
/*margin-right: 2%;*/
margin-bottom: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-ms-flex-preferred-size:auto;
    flex-basis:auto;
border: solid 1px #968169;
-webkit-box-shadow: 0 1px 28.2px 1.8px rgba(0,0,0,.05);
box-shadow: 0 1px 28.2px 1.8px rgba(0,0,0,.05);
-webkit-box-sizing: border-box;
        box-sizing: border-box;

}

.topBannerIn-item img{
  width: 100%;}


#topPageComment,#topPageComment2{
  width: 86vw;
  height: auto;
  margin: 0 auto 3vw;
  background-color: #fffce7;
  padding: 30px 25px;
  box-sizing: border-box;
  }

#topPageComment2{
  background-color: #e4f8fb;
  padding: 30px 25px;
  box-sizing: border-box;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */

#topPageComment3{
  width: 86vw;
  height: auto;
  margin: 0 auto 3vw;
  box-sizing: border-box;
  display:none;
  }

#topPageComment3 img.topPageComment3_pc { display: block !important; }
#topPageComment3 img.topPageComment3_smp { display: none !important; }

#topPageComment div{
    border: 1px solid #f16e01;
/* padding: 15px 30px; */
box-sizing: border-box;
width: 100%;
/* height: 93%; */
margin: 0 auto;
  }

#topPageComment .topPageCommentTilte,#topPageComment2 .topPageCommentTilte{
  margin-bottom: 3rem;
  font-size: 123%;
  text-align: center;
}

#topPageComment2 h4.topPageCommentTilte{
color: #0e2375;
}


#topPageComment dl{
  text-align: left;
      padding: 50px;
      line-height: 2.3rem;
      font-size: 1rem;
      /*border: 1px solid #f16e01;
      margin: 15px 0px;
      box-sizing: border-box;*/
}

#topPageComment dt{
  font-size: 120%;
font-weight: bold;
color: #f16e01;
}



#topPageComment dd{
  margin-left: 1rem;
  margin-bottom: 0.8rem;
  line-height: 1.5rem;
}

#topPageComment dd span{
  color: #e91e63;
font-weight: bolder;
font-family: auto;
}


/*--もっと見るボタン--*/
  .grad-btn {
    width: 40vw;
    height: 22px;
    display: block;
    margin: 50px auto;
    padding: 20px;
    background-color: #0e2375;;
    color: white;
    text-align: center;
    vertical-align: middle;
  }
  .grad-btn:hover {
    background-color:#477ca6;
  }

  .grad-item {
    height: 3240px; /*隠した状態の高さ*/
  }

  .grad-item {
    position: relative;
    overflow: hidden;
    height: 3000px; /*隠した状態の高さ*/
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
   height: 40px; /*グラデーションで隠す高さ*/

background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    content: "";
  }
  .grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked ~ .grad-btn {
    display: none; /*チェックされていたら、grad-btnを非表示にする*/
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto; /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
/*--もっと見るボタンここまで--*/



  /*------カテゴリーのみになったときのページ-----------*/

  .BreadcrumbCategory {
      max-width: 86vw;
      margin: 0 auto;
      background-color: #ffffff;
      -webkit-margin-before: 50px;
              margin-block-start: 50px;
    }

  .BreadcrumbCategory > ul{
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;

  }

.breadcrumb__link{
    padding: 0 0.2em;
}

h2.categoryTitle01{
  color: white;
  padding: 15px;
  background-color: #0e2375;
}

.childCategoryList01{
  background-color: #c3dbff;
  padding-bottom: 17px;
}

.childCategoryList01_child::before{
content: '>';
}

@media screen and (max-width: 1080px) {
/* タブレット用レイアウト 1080px以下の範囲に収めるデザインはこの中に記述 */

.topContents{
  top: 8vh;
}
}/* end 1080px以下の範囲に収めるデザインはこの中に記述 */



@media screen and (max-width: 1024px) {
/* 1024px以下の範囲に収めるデザインはこの中に記述 */
.topContents{
  top: 150px;
}
}/* end 1024px以下の範囲に収めるデザインはこの中に記述 */


@media screen and (max-width: 810px) {
/* タブレット用レイアウト 810px以下の範囲に収めるデザインはこの中に記述 */

.topContents{
  top: 110px;
}

.topBannerIn-item {
  width: 48%;
/*margin-right: 2%;*/
margin-bottom: 2%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-ms-flex-preferred-size:auto;
    flex-basis:auto;
}

.topBannerIn-item img{
  width: 100%;
}

#topPageComment,#topPageComment2,#topPageComment3{
  width: 90vw;
  /*margin-top: 50px;*/
}

#topPageComment3 img.topPageComment3_pc { display: none !important; }
#topPageComment3 img.topPageComment3_smp { display: block !important; }

}/* end  810px以下の範囲に収めるデザインはこの中に記述 */

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

#topPageComment dd{
  text-align: justify;
  font-size: 90%;
line-height: 1.5rem;
}

.grad-item {
  height: 3760px; /*隠した状態の高さ*/
}

}/* スマホ用レイアウト 750px以下の範囲に収めるデザインはこの中に記述 */


/* スマホ用レイアウト 430px以下の範囲に収めるデザインはこの中に記述 */
@media screen and (max-width: 430px) {

.topContents{
  top: 80px;
}

  .topBannerIn{
  	display:none;
  width: 90%;
}
.grad-item {
  height: 3300px; /*隠した状態の高さ*/
}


}
/* /スマホ用レイアウト 430px以下の範囲に収めるデザインはこの中に記述 */

@media screen and (max-width: 375px) {
  .topBannerIn{
  width: 90%;
  }

  .topBannerIn-item{
  width: 48%;
}

.grad-item {
  height: 2400px; /*隠した状態の高さ*/
}


}/* スマホ用レイアウト 375px以下の範囲に収めるデザインはこの中に記述 */


.itemList {
    max-width: 86.11111vw !important;
    width: 100% !important;
    /*padding-top: 85vh;*/
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
    -webkit-box-pack: justify;
}

/*-----frex space-betweenで左寄せにならないのを調整--*/
.itemList::after,
    .itemList::before {
        content: "";
        display: block;
        width: 27vw;
        height: 0;
    }

    .itemList::before {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
/*-----終_frex space-betweenで左寄せにならないのを調整--*/


.item{
  width: 28vw;
  /*height: 45vh;*/
  margin: 3px 5vw 2vw 0!important;
  padding-top: 0px;
  background-color: white;
  border: 1px solid #c0bfbe;
  position: relative;
}

.item .itemImg{
  padding: 0;
  width: 100% !important;
  /*height: 65%;*/
  margin-bottom: 8%;
}

.item .itemImg img{
    max-width: 100% !important;
    /*max-height: 100%;*/
    /*margin-bottom: 15px;*/
}


.label_image {
    top: -5px !important;
    left: 10px !important;
position: absolute !important;
top: -12px;
left: -12px;
height: 70px;
width: 70px;
z-index: 10;
background: 0 0 !important;
}


 .item .itemImg img.image-resize {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.item a .itemTitle{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item a .itemTitle h2 {
  width: 88%;
  display: block;
  font-size: 1.1em;
  /*font-weight: bold;*/
  margin: 2px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  text-align: justify;
  color: #333333;
  display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     /*IE対策*/
     line-height: 1.5em;
     max-height: 4.5em;
}

 .item .itemDetail {
  width: 85%;
  margin: 0 auto 10%;
}

 .item .itemDetail .itemPrice {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: right;
}



/*========== Aboutページ ==============*/


#avoutFaqBox{
  max-width: 86vw;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}


.breadcrumb ol{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumb ol li{
  margin-right: 0.3em;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

#breadcrumbContact{
  max-width: 86vw;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}

.aboutPageTitle{
color: #0e2375;
font-size: 35px;
letter-spacing: 3px;
line-height: 35px;
margin: 30px 0 20px;
text-align: left;
text-transform: uppercase;
}

#oderflow dl,#QandA p dl {
  padding: 0;
  position: relative;
}

dt.about_dt_01 {
counter-increment: about_dt_01;
}
dt.about_dt_01::before {
content: "【"counter(about_dt_01)"】";
}


.p-faq-list{
  max-width: 86vw;
  margin: 50px auto;
  padding: 50px;
  background-color: #ffffff;
-webkit-box-shadow: 0 1px 28.2px 1.8px rgba(0,0,0,.05);
box-shadow: 0 1px 28.2px 1.8px rgba(0,0,0,.05);
    text-align: justify;
}

.alignCenter{
  text-align: center;
  margin: 2em;
}

.orderFlow_dl dt.about_dt_01,dt.faq_item_Q{
  color: #0e2375;
  border-left: solid 6px #0e2375;/*左側の線*/
  background: #dcedf9;/*背景色*/
  margin: 1em auto;
   line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}

.about_dt_02{
  border-left: none;
  background: white;
  color: #f16e01;
  margin-bottom: 0.5em;
}

.about_dt_03{
  color:#0e2375;
  padding-left: 1em;
}

.orderFlow_dl dd,dd.faq_item_A{
  margin-bottom: 1.5em;
  padding-left: 1em;
}

.padding2em{
  padding-left: 2em!important;
}

.orderFlow_dl dd a{
  color: #0e2375;
}

.orderFlow_dl dd a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 430px) {
.aboutPageTitle {
    font-size: 30px;
}
.orderFlow_dl dd,dd.faq_item_A{
  padding-left: 0!important;
}
.about_dt_03 {
    padding-left: 0em;
}
}

@media screen and (max-width: 375px) {
  .p-faq-list {
    padding: 30px;
  }

  .aboutPageTitle{
  font-size: 25px;
  }


  dd.faq_item_A{
    margin-bottom: 10%;
  }
}/*--- /@media screen and (max-width: 375px) -----*/

/*========== フッター ==============*/
footer {
max-width: 86vw;
margin: 0 auto;
font-size: 10px;
text-align: center;
}

#PrivacyShotorihiki{
  margin-bottom: 50px;
}

footer ul li {
    /*margin-left: 50px;*/
    display: inline-block;
}

/*========== 商品ページ ==============*/
body.shop .wrapper{
  padding-top: 60px;}


.subTitle{
  font-size: 25px;
  color:#0e2375;
}

h3.titleForSearchResult{
  color: white;
padding: 15px;
background-color: #0e2375;
font-size: 20px;
font-weight: bold;
line-height: 1.1;
margin: 30px auto 30px;
text-align: center;
width: 100%;
max-width: 100vw;
}


#shopTopPage{
  max-width: 90%;
  margin: 0 auto;
  /*padding-top: 1450px;*/
}

.categoriesTopPadd{
  margin: 50px auto 0!important;
}

#shopTopPage h2{
  max-width: 85vw;
  margin: 0 auto 30px;
}



#shopTopPage .item{
  margin-right: 0!important;
}

#shopTopPage .item:hover a {
    color: #0e2375;
}

#shopTopPage .item .itemImg a {
    display: block;
    position: relative;
}

#shopTopPage .item .itemImg a::before {
    content: '';
    display: block;
    padding-top: 100%;
}

#shopTopPage .item .itemImg img.image-resize {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}


#shopTopPage .item .itemImg a .soldout_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    filter: alpha(opacity=80);
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    zoom: 1;
}

#shopTopPage .item .itemImg a .soldout_cover p {
    color: #ed4242;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

#shopTopPage .item .itemDetail .itemPrice {
    letter-spacing: 1px;
    text-align: right;
}

#shopTopPage .item .itemDetail .discountPrice {
    color: #e75c5c;
    margin: 0;
}

#shopTopPage .item .itemDetail .discountPrice__ratio {
    border: 1px solid #e75c5c;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 5px;
    padding: 0 5px;
}

#shopTopPage .item .itemDetail .discountPrice__calcPrice {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.8;
    white-space: nowrap;
}
#shopTopPage .item .comingSoon {
    color: #11beae;
    font-size: 14px;
    margin-top: 8px;
}
#shopTopPage .item .preOrder, #shopTopPage .item .takeout, #shopTopPage .item .community {
    border: 1px solid #252525;
    border-radius: 2px;
    color: #252525;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    margin: 6px;
}
#shopTopPage .item .lottery {
  border: 1px solid #FF8E00;
  border-radius: 2px;
  color: #FF8E00;
  display: inline-block;
  font-size: 0.85em;
  font-weight: bold;
  padding: 2px 6px;
  margin: 0 0 15px 15px;
}


#shopTopPage .item .community {
    background-color: #f2bb31;
    border: 1px solid #f2bb31;
    color: #fff;
}

@media screen and (max-width: 1400px) {
/* 1400px以下の範囲に収めるデザインはこの中に記述 */
/* #shopTopPage{
  padding-top: 1000px;
}*/
}/* end @media screen and (max-width: 1024px) */


@media screen and (max-width: 1024px) {
/* スマホ用レイアウト768px以下の範囲に収めるデザインはこの中に記述 */
/*#shopTopPage{
  padding-top: 780px;
}*/
}/* end @media screen and (max-width: 1024px) */

/*@media screen and (max-width: 850px) {*/
/* スマホ用レイアウト768px以下の範囲に収めるデザインはこの中に記述 */
/* #shopTopPage {
padding-top: 700px;
}
} end @media screen and (max-width: 850px) */


@media screen and (max-width: 768px) {
/* スマホ用レイアウト768px以下の範囲に収めるデザインはこの中に記述 */

/*#shopTopPage {
padding-top: 900px;
}*/

#shopTopPage h2{
  width: 90%;
  max-width: 90%;
  margin: 0 15px 20px 15px;
}

#shopTopPage .itemList {
    max-width: 100% !important;
    /*transform: translateX(10px);*/
  }

#shopTopPage .item{
  width: 48%;
  margin: 0 0 3% 0;
}

#shopTopPage .itemTitle h2{
  font-size: 13px;
   -webkit-line-clamp: 2;
}

#shopTopPage .item .itemDetail .itemPrice {
   font-size: 15px;
    letter-spacing: 1px;
    text-align: right;
}



}/*---/@media screen and (max-width: 768px) ---*/


@media screen and (max-width: 430px) {
  #shopTopPage h2{
    max-width: 90%;
    margin-bottom: 25px;
  }

/*#shopTopPage{
  padding-top: 300px;
}*/

#topPageComment,#topPageComment2,#topPageComment3{
  width: 90vw;
  /*margin-top: 30px;*/
  margin-bottom: 8vw;

}

#topPageComment dt {
    font-size: 90%;
  }

  #topPageComment .topPageCommentTilte {
    margin-bottom: 1rem;
font-size: 110%;
text-align: justify;
line-height: 1.5rem;
  }

#topPageComment2 .topPageCommentTilte {
margin-bottom: 1rem;
text-align: center;
line-height: 1.5rem;
  }

  #topPageComment dl {
      padding: 30px;
    }

#shopTopPage .item .lottery{
margin: 0 0 6px 6px;
}

}/*---/@media screen and (max-width: 430px) ---*/


@media screen and (max-width: 375px) {
#shopTopPage{
  /*---padding-top: 60%;---*/
  max-width: 100%;
  width: 90%;
}

#shopTopPage h2{
  margin-bottom: 25px;
}

}/*---/@media screen and (max-width: 375px) ---*/

/*==========　商品詳細ページ ==============*/



#shopDetailPage{
  width: 60vw;
  margin: 0 auto 8%;
}


#shopDetailPage #mainContent {
    background-color: #fff;
    margin-bottom: 50px;
    margin: 0 auto 30px;
}

#shopDetailPage .item {
    border: 0;
    margin: 0;
    float: left;
}

#shopDetailPage .itemImg {
    /*display: flex;
    height: calc(100vw - 80px);*/
    height: auto;
}


#shopDetailPage .itemImgSlide {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


#shopDetailPage #mainContent .item .bx-wrapper {
    /*float: left;*/
    width: 100%;
}

.bx-viewport{
  height: 100%;}

#shopDetailPage #slideImg li{
  width: 100%;
}

#shopDetailPage #slideImg .imgBox {
    border-radius: 10px;
    text-align: center;
}

#shopDetailPage #slideImg .imgBox img {
    width: 100%;
    vertical-align: middle;
}

#shopDetailPage #slideImg .imgBox img.label_image {
    width: auto;
}


#shopDetailPage #slideImgPager {
    /*float: left;*/
    overflow: hidden;
    padding: 10px 0 0 0;
    width: 100%;
    height: auto;
}




#shopDetailPage .mCustomScrollBox{
  height: auto!important;
}

/*-----frex space-betweenで左寄せにならないのを調整--*/
#mCSB_1_container::after,
  #mCSB_1_container::before {
        content: "";
        display: block;
        width: 42vw;
        height: 0;
    }

  #mCSB_1_container::before {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
/*-----終_frex space-betweenで左寄せにならないのを調整--*/

#shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container {
    margin: 0;
    /*display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;*/
}




#shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container li{
  display: inline-block;
  margin-bottom: 8px;
}

/*#shopDetailPage #slideImgPager li + li {
    margin-right: 10px;
}*/


#shopDetailPage #slideImgPager .smallImgBox {
    /*height: 64px;*/
    line-height: 64px;
    text-align: center;
    /*width: 64px;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #c0bfbe;
}



#shopDetailPage #slideImgPager .smallImgBox img {
    max-height: 71px;
    max-width: 71px;
    vertical-align: middle;
}



#shopDetailPage #mainContent .purchase {
    /*margin: 0 auto 0 600px!important;
    border-bottom: dotted 1px #000;
    border-top: dotted 1px #000;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 27vw;
    float: left;
}

#shopDetailPage header h1.itemTitle {
    color: #3c3c3c;
    font-size: 23px;
    font-weight: bold;
    margin: 50px 0 32px 0;
    text-align: justify;
}

#shopDetailPage #purchase_form {
    color: #000;
    margin-bottom: 35px;
}

#shopDetailPage #purchase_form select {
    cursor: pointer;
}

#shopDetailPage #purchase_form #purchaseSelect {
    margin: 0;
}

#shopDetailPage #purchase_form .purchaseElement {
    margin: 5px 0 15px;
    overflow: hidden;
}

#shopDetailPage #purchase_form input,
#shopDetailPage #purchase_form select {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

#shopDetailPage #purchase_form #itemSelect input::-webkit-input-placeholder {
    font-size: 14px;
    color: #CCCCCC;
}

#shopDetailPage #purchase_form #itemSelect input::-moz-placeholder {
    font-size: 14px;
    color: #CCCCCC;
}

#shopDetailPage #purchase_form #itemSelect input:-ms-input-placeholder {
    font-size: 14px;
    color: #CCCCCC;
}

#shopDetailPage #purchase_form #itemSelect input::-ms-input-placeholder {
    font-size: 14px;
    color: #CCCCCC;
}

#shopDetailPage #purchase_form #itemSelect input::placeholder {
    font-size: 14px;
    color: #CCCCCC;
}

#shopDetailPage #purchase_form label {
    font-size: 14px;
    margin: 16px 0 8px 0;
    line-height: 1em;
    display: block;
}

#shopDetailPage #purchase_form .itemOption__caption {
    font-size: 12px;
    margin: 8px 0 8px 0;
    line-height: 1.5em;
    display: block;
}

#shopDetailPage #purchase_form .itemOption__bottomCaptionBlock {
    overflow: hidden;
}

#shopDetailPage #purchase_form .itemOption__caption--error {
    float: left;
    font-size: 12px;
    line-height: 1em;
    display: block;
    color: #F07F7F;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

#shopDetailPage #purchase_form .itemOption__count {
    float: right;
    font-size: 12px;
    line-height: 1em;
    display: block;
    color: #777777;
}

#shopDetailPage #purchase_form .itemOption__count--error {
    color: #F07F7F;
}

#shopDetailPage #purchase_form #itemSelect .itemOption__input[data-dirty="true"][data-has-error="true"] {
    border: #F07F7F 1px solid;
}

#shopDetailPage #purchase_form #amountSelect {
    width:auto;
    max-width: 375px;
}


#shopDetailPage #purchase_form .purchaseElement label {
    color: #000;
    font-size: 14px;
    margin-right: 10px;
}

#shopDetailPage .report {
    text-align: left;
}

#shopDetailPage .report a {
    color: #aaa;
    display: block;
    font-size: 11px;
    margin-right: 15px;
    padding-top: 3px;
    text-align: right;
}

#shopDetailPage .report a:hover {
    text-decoration: underline;
}

#shopDetailPage .itemPrice h2 {
    color: #262626;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 30px 0;
    text-align: left;
}

#shopDetailPage .itemPrice .discountPrice__default {
    color: #666;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
    text-decoration: line-through;
    vertical-align: top;
}

#shopDetailPage .itemPrice .discountPrice__ratio {
    border: 1px solid #e75c5c;
    color: #e75c5c;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 5px;
    vertical-align: top;
}

#shopDetailPage .itemPrice .discountPrice__calcPrice {
    color: #e75c5c;
    display: block;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0 0;
}

#shopDetailPage .purchase .itemPrice_soldout {
    margin-top: 25px;
}

#shopDetailPage .purchase .itemPrice_soldout h2 {
    display: block;
    margin: 0;
    text-decoration: line-through;
}

#shopDetailPage .purchase .itemPrice_soldout > span {
    color: #ed4242;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

#shopDetailPage .purchase .comingSoon {
    color: #11beae;
    font-size: 19px;
    margin: 0 0 20px;
}

#shopDetailPage .preOrder, #shopDetailPage .lottery, #shopDetailPage .takeout, #shopDetailPage .community {
    margin: 16px 0;
}

#shopDetailPage .preOrder__label,  #shopDetailPage .takeout__label {
    border: 1px solid #252525;
    border-radius: 2px;
    color: #252525;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 6px 4px;
    margin: 0 0 4px 0;
}


#shopDetailPage .lottery__label{
  border: 1px solid #FF8E00;
  border-radius: 2px;
  color: #FF8E00;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 6px 4px;
  margin: 0 0 4px 0;
}


#shopDetailPage .preOrder__data, #shopDetailPage .lottery__data {
    font-size: 12px;
    color: #252525;
}

#shopDetailPage .takeout .takeout__data  {
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

#shopDetailPage .lottery > * {
    margin-bottom: 8px;
}

#shopDetailPage #itemAttention {
    color: #868686;
    font-size: 11px;
    line-height: 1.5em;
    margin-bottom: 25px;
    text-align: justify;
}

#shopDetailPage #itemAttention .attention a {
    color: #868686;
}

#shopDetailPage #itemAttention .attention a:hover {
    text-decoration: underline;
}

#shopDetailPage #itemAttention .attention.deliveryShortestDay {
    border: 1px solid #11BEAE;
    border-radius: 2px;
    color: #11BEAE;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 5px;
    width: 100%;
    text-align: center;
}

#shopDetailPage #itemAttention .attention.free {
    font-weight: bold;
}

#shopDetailPage #itemAttention .attention.free .free__text {
    color: #11BEAE;
    font-weight: bold;
    font-size:0px;
}
#shopDetailPage #itemAttention .attention.free .free__text:before {
    content: "送料込み";
    font-size:11px;
}


#shopDetailPage #itemAttention .attention.free .free__text {
    color: #11BEAE;
    font-weight: bold;
}

#shopDetailPage #itemAttention   .takeout__text {
    color: #252525;
    cursor: pointer;
    font-weight: bold;
    margin: 0 3px;
    text-decoration: underline;
}

#shopDetailPage #itemAttention .attention.salesPeriod--term {
    background: #ceefeb;
    border: 1px solid #11beae;
    color: #11beae;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 36px;
    padding: 10px;
}

#shopDetailPage #itemAttention .attention.salesPeriod--willStart {
    background: #ceefeb;
    border: 1px solid #11beae;
    color: #11beae;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
}

#shopDetailPage #itemAttention .attention.salesPeriod--finish {
    border: 1px solid #999;
    color: #999;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 36px;
    padding: 10px;
    text-align: center;
}

/*#shopDetailPage .itemDescription {
    margin: 0px 7px 24px 0;
}*/

#shopDetailPage .itemDescription p {
    line-height: 24px;
    text-align: justify;
}

body.shop #embedded-tag {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 20px 0 0;
}

#shopDetailPage #embedded-tag p {
    color: #000;
    margin: 0 0 5px;
}

#shopDetailPage #embedded-tag textarea {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #838383;
    padding: 5px;
    width: 100%;
}

#shopDetailPage #purchase_form .purchaseButton {
    margin: 30px 0 0;
    text-align: center;
}

#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn {
    background: #000;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    outline: none;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    width: 100%;
}

#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:hover {
    cursor: pointer;
    opacity: 0.6;
}

#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--notApplying:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled {
    background: #d6d6d6;
    cursor: not-allowed;
}

#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled:hover {
    opacity: 1;
}

#shopDetailPage .shareButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#shopDetailPage .shareButtons > div{
    margin-right: 4px;
}

@media screen and (max-width: 1024px) {
#shopDetailPage #slideImgPager .smallImgBox img {
    max-height: 66px;
}}



@media screen and (max-width: 1000px) {
  #shopDetailPage header{
    margin-top: 50px;
  }

#shopDetailPage header h1.itemTitle{
  font-size: 23px;
}

  #shopDetailPage #mainContent .item {
      width: 100%;
      margin-right: 5vw;
  }

  #shopDetailPage #mainContent .item .itemImg {
      height: auto;
  }

  #shopDetailPage #mainContent .item .itemImgSlide {
      width: 100%;
  }


  #shopDetailPage #mainContent .item .bx-wrapper {
      width: 100%;
  }

  #shopDetailPage #slideImg .imgBox {
      border-radius: 10px;
      height: 100%;
      line-height: 400px;
      text-align: center;
      width: 100%;
  }

#shopDetailPage #mainContent .purchase{
  width: 100%
}

}/*----1000px end-----------*/


@media screen and (max-width: 779px) {
    #shopDetailPage #mainContent {
        /*padding: 80px 65px;*/
        width: 83vw;
        margin-bottom: 8vh;
    }

    #shopDetailPage #mainContent .item {
        float: left;
        position: relative;
        width: 493px;
    }

    /*  #shopDetailPage #mainContent .purchase {
      margin: 0 0 0 30px;
        width: 280px;
    }*/

    #shopDetailPage header h1.itemTitle {
        font-size: 18px!important;
        margin-bottom: 55px;
    }

    #shopDetailPage #mainContent .item .itemImg {
        height: auto;
    }

    #shopDetailPage #mainContent .item .itemImgSlide {
        /*float: left;*/
        width: 100%;
        margin-bottom: 20px;
    }

    #shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }

    #shopDetailPage #mainContent .item .bx-wrapper {
        /*float: left;*/
        width: 100%;
    }

    #shopDetailPage #slideImg .imgBox {
        border-radius: 10px;
        height: 100%;
        line-height: 400px;
        text-align: center;
        width: 100%;
    }

    #shopDetailPage #slideImg .imgBox img {
        max-height: 100%;
        max-width: 100%;
        vertical-align: middle;
    }

    #slideImgPager {
        float: left;
        height: 100%;
        overflow: hidden;
        padding: 0 0 0 10px;
        width: 83px;
    }
}



@media screen and (max-width: 768px) {
#shopDetailPage{
  width: 83vw;
    margin: 0 auto 80px;
}

    #shopDetailPage #mainContent header{
      margin-top: 30px;
    }

    #shopDetailPage #mainContent .item .bx-wrapper {
      width: 100%;
  margin: 0 auto;
    }

    #shopDetailPage #mainContent .item {
        position: relative;
          width: 100%;
          height: auto;
          background-color: white;
    }

    #shopDetailPage #mainContent .purchase {
        /*margin-top:45vh;*/
        width: 100%;
    }

    #shopDetailPage header h1.itemTitle {
        font-size: 27px;
        margin-bottom: 30px;
    }

    #shopDetailPage .itemImg {
        display: block;
        height: auto;
    }


#shopDetailPage #slideImg li{
  width: 100%;}

    #shopDetailPage #slideImg .imgBox {
        border-radius: 10px;
        height: 100%;
        line-height: 400px;
        text-align: center;
        width: 100%;
    }

    #shopDetailPage #slideImg .imgBox img {
        /*max-height: 400px;*/
        /*max-width: 400px;*/
        vertical-align: middle;
    }

    #slideImgPager {
        float: none !important;
        /*height: 100px;*/
        overflow: hidden;
        padding: 0 0 0 10px;
        width: 100%!important;
        /*margin-top: -30px;*/
    }


    #shopDetailPage #slideImgPager .smallImgBox {
      /*width: 100px;
      height: 100px;*/
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }

#shopDetailPage #slideImgPager .smallImgBox img {
        max-width: 108px;
        max-height: 108px;
        width: 108px;
        height: 108px;
        margin: auto 0;
}

.mCustomScrollBox{
  height: auto!important;
}

#shopDetailPage #mCSB_1_container li{
  display: inline-block;
      margin-right: 3px;
}


/*#shopDetailPage .itemDescription{
  margin-top: 20%;
}*/


}/*------ /@media screen and  (max-width: 768px) -------------*/

@media screen and (max-width: 375px) {
  /*#shopDetailPage .itemDescription {
      margin-top: 50%;
  }*/

#shopDetailPage #mainContent .item{
  margin-right: 5vw;
}

  #slideImgPager {
    height: auto;
    padding: 0!important;
  }

.mCustomScrollBox{
  height: auto!important;
}

#shopDetailPage #mainContent .purchase {
      /*margin-top: 15vw;*/
      width: 100%;
      border-top: dotted 1px #c0bfbe;
    }

    #shopDetailPage .itemDescription {
        margin-top: 8%;
    }

#shopDetailPage #slideImgPager .smallImgBox img {
        max-width: 100px;
        max-height: 100%;
        width: 72px;
        height: 72px;
        margin: auto 0;
  }

#shopDetailPage #slideImg .imgBox {
line-height: 0;
}

}/*------ /@media screen and  (max-width: 375px) -------------*/



/*---- 関連商品 ----*/

#hasRelatedItems{
  border-top: solid 1px #c0bfbe;
  border-bottom: solid 1px #c0bfbe;
  margin-bottom: 15px;
    }

#relatedItemsWrap{
      /*width: 83vw;
      margin-right: 3%;*/
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
    /*-----frex space-betweenで左寄せにならないのを調整--*/
    #relatedItemsWrap::after,
        #relatedItemsWrap::before {
            content: "";
            display: block;
            width: 27vw;
            height: 0;
        }

        #relatedItemsWrap::before {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
        }
    /*-----終_frex space-betweenで左寄せにならないのを調整--*/



.relatedItemsWrap2 {
width: 15vw;
margin-bottom: 15px;

}

.hasRelatedItemsImg a img{
-o-object-fit: cover;
   object-fit: cover;
width: 100%;
}


.hasRelatedItemsTitle,.RelatedItemPrice{
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     /*IE対策*/
     line-height: 1.5em;
     max-height: 4.5em;
}

@media screen and (max-width: 768px) {
    .relatedItemsWrap2 {
        width: 20vw;}

    .hasRelatedItemsTitle {
    font-size: 15px;
}
}/*-------/@media screen and (max-width: 768px) -------------*/

@media screen and (max-width: 430px) {
.relatedItemsWrap2 {
    width: 23vw;
}
}/*-------/@media screen and (max-width: 430px) -------------*/



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

#relatedItemsWrap{
  margin-bottom: 5%;
}
    .relatedItemsWrap2 {
        width: 33vw;
        margin-right: 0;}

    .hasRelatedItemsTitle {
    font-size: 15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

}
}/*-------/@media screen and (max-width: 375px) -------------*/



/*===========　コンタクトページ ================*/

.inquirySection{
  background-color: #ffffff;
  margin-top: 50px;
  -webkit-box-shadow: 0 1px 28.2px 1.8px rgba(0,0,0,.05);
box-shadow: 0 1px 28.2px 1.8px rgba(0,0,0,.05);
}

@media screen and  only screen and (-webkit-min-device-pixel-ratio:2),(-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx) {
 body {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
 }
 input,
 select,
 textarea,
 button {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
 }
}
@media screen and (max-width: 768px) {
#contactPage .main{
  width: 86vw;}
}



/*=====　footer ==============*/
/*--sns--*/
#snsIco {
  margin-bottom: 50px;
}

#snsIco img{
  width: 29px;
}

/*.sns{
  display: inline-block;
}*/

.sns .insta ,.sns .fb{
  margin-left: 50px;
}

.footerLogo{
  font-size: 30px;
  margin-bottom: 50px;
  color: #0e2375;
}

.fb-share-button{
line-height:0;
display: inline-block!important;
}
.copyright{
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footerLogo{
    font-size: 18px;}
}


/*====共通=====*/
.marR50px{
  margin-right: 50px;
}
