@charset "utf-8";

.goods .contents .itemName {
    font-size: 240%;
    font-weight: bold;
    margin: 0 0 .5em;

}
.goods .contents .itemName > span{
    line-height: 1.4;
}
.goods .contents .goods_outlinePC,.goods .contents .goods_outlineSP{
  font-size: 140%;
}
.goods .contents .itemName .sale_icon{
    display: inline-block;
    vertical-align: middle;
    padding: 0 .25em 0 0;
}
.goods .contents {
  margin-bottom: 6em;
}
.goods .contents .productInfoAreaTop img {
  width: 100%;
}
.goods .contents .productInfoAreaTop h2 {
  margin: 1em 0 0.5em;
  padding: 0;
}
.goods .contents .iconArea {
    padding: 0 0 1em;
    display: flex;
    flex-wrap: wrap;
}
.goods .contents .iconArea > span {
    padding: 0 4px 4px 0;
    width: calc(100%/5);
}
.goods .contents .productOrderArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3em;
}
.goods .contents .productOption input[type="submit"].submitBtn {
    width: 100%;
}
.goods .contents .productOrderArea .left {
  width: 45%;
}
.goods .contents .left .productMainImg {
  display: block;
  margin: 0 auto 2em;
  position: relative;
  cursor: pointer;
}
.goods .contents .left .productMainImg:after {
    width: 450px;
    height: 450px;
    background: url(../../images/goods/icon_closeup.gif);
    background-repeat: no-repeat;
    display: block;
    content: "";
    background-position: bottom right;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.goods .contents #d_photo_box #d_photo {
  height: 450px;
  width: 100%;
  background-size:100%;
  padding-top: 100%;
  height: 0;
  position: relative;
}
#d_goods_detail .contents #d_photo_box #d_photo .zoom {
    top: 0;
    position: absolute;
    border: 1px solid #E6E6E6;
    display: block;
    width: 450px;
    height: 450px;
}
#d_goods_detail .infoAdd .imgBox div.thmbContainer {
    margin: 0 2px 2px 0;
}
 #d_goods_detail .infoAdd .imgBox div.thmbContainer > span{
    font-size: 120%;
    padding: .5em 0;
  }
.goods .contents .left .thumbnails img,.goods .contents .productOrderArea .left .productMainImg {
  transition:.3s
}
.goods .contents .left .thumbnails img:hover{
  opacity:.7;
}
.goods .contents .productOrderArea .left .productMainImg:hover{
  opacity:.8;
}
.goods .contents .productOrderArea .left .productSubImg.standard {
  margin: 2em 0;
}
.goods .contents .productOrderArea .left .productSubImg .thumbnails {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.goods .contents .productOrderArea .left .productSubImg .imgBox.heightLine {
    margin-top: 2em;
}
.goods .contents .productOrderArea .left .productSubImg .thumbnails li {
 margin: 0 2px 2px 0;
}
.goods .contents .productOrderArea .left .productSubImg .thumbnails li.last {
 margin: 0 1em 2px 0;
}
.goods .contents .productOrderArea .left .productSubImg .thumbnails li.last ~ li{
margin: 2em 2px 0 0;
}
.goods .contents .productOrderArea .left .productSubImg .thumbnails li:hover {
  cursor: pointer;
}
.goods .contents .productOrderArea .left .productSubImg .thumbnails li .txt {
  display:block;
  font-size:140%;
}
.goods .contents .productOrderArea .left .productVideo iframe{
  width: 450px;
  height: 340px;
}
.goods .contents .productOrderArea .right {
  width: 50%;
}
.lightbox-container-image-data{
  display: none;
}
.goods .contents .right .itemNumber {
  margin: 0 auto 0.6em;
  font-size: 180%;
}
.goods .contents .productOrderArea .right .productInfoBottom {
  margin: 4em 0;
}
.goods .contents .productOrderArea .right .productInfoBottom li {
  border-bottom: 1px solid #cac4b7;
  margin-bottom: .5em;
  font-size: 140%;
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-bottom: .5em;
}
.goods .contents .productOrderArea .right .productInfoBottom li:first-child {
  border-top: 1px solid #cac4b7;
  padding-top:.5em;
}
.goods .contents .productOrderArea .right .productInfoBottom li .title {
  width: 15%;
  display: table-cell;
}
.goods .contents .productOrderArea .right .productInfoBottom li .content{
  width: 60%;
  display: table-cell;

}
.goods .contents .productOrderArea .right .productDate {
  margin: 0 0 4em;
  border: 1px solid #e0e0e0;
}
.goods .contents .productOrderArea .right .productDate li {
  font-size: 140%;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.goods .contents .productOrderArea .right .productDate li:first-child {
  border-bottom: 1px solid #e0e0e0;
}
/*E4*/
.goods .contents .productOrderArea .right .productDate li:last-child {
  border-bottom: none;
}
/*E4*/
.goods .contents .productOrderArea .right .productDate li span.title {
  background: #F5F2E9;
  width: 100px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.goods .contents .productOrderArea .right .productDate li span.content {
  padding: 1em;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
}
.goods .contents .right .productPrice {
  margin: .5em 0 1em;
  font-size: 200%;
}
.goods .contents .right .productPrice .lineThrough {
    text-decoration: line-through;
    color: #666;
}
.goods .contents .right .productPrice .red {
  font-weight: bold;
  line-height: 1.6;
}

.goods .contents .right .productPrice .txtS {
    font-size: 80%;
}

.goods .contents .productOrderArea .right .productOption {
  background: #f9f5ec;
  padding: 2em;
}
.goods .contents .productOrderArea .right .productOption .inputForm {
  flex-direction: column;

}
.goods .contents .productOrderArea .right .productOption .inputForm > div{
    padding-bottom: 1em;
    background: #f9f5ec;
}

.goods .contents .productOrderArea .right .productOption .inputForm .input {
  background: #f9f5ec;
  display: block;
  max-width: 100%;
  font-size: 140%;
  padding: 0;
}
.goods .contents .productOrderArea .right .productOption .inputForm .input p {
  word-break: keep-all;
}
.goods .contents .productOrderArea .right .productOption .inputForm select {
  font-size: 120%;
}
.goods .contents .productOrderArea .right .productOption .inputForm input[type="text"], .goods .contents .productOrderArea .right .productOption .inputForm input[type="number"] {
  color: #666;
}
.goods .contents .productOrderArea .right .productOption .inputForm input[type="text"].inputwidth {
    width: 100px;
    text-align:center;
}
.goods .contents .productOrderArea .right .productOption .btnArea {
  margin: 2em 0;
}
.goods .contents .productOrderArea .lead{
  padding: 0;
}

.goods .contents .productOrderArea .right .productOption .snsBox ul {
  width: 340px;
  margin: 2em auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods .contents .productOrderArea .right .productOption .snsBox ul li:nth-child(n+2) {
  padding: 0 0 0 2em;
}
.goods .contents .productOrderSetArea{
    margin-top: 3em;
    overflow: hidden;
}
.goods .contents .productOrderSetArea .left{
    float: left;
    margin: 0 50px 0 0;
    width: calc(50% - 50px);
}
.goods .contents .productOrderSetArea .right{
    float: left;
    width: 50%;
}
/*SP用カートボタン*/
.goods .sp_on {
	display: none;
}
/**/
.goods .contents .cartBtn {
    text-indent: -9999em;
    background: none;
    border: 0;
    box-shadow: none;
    display: block;
    margin: 2em auto 1em;
    width: 460px;
    background-image: url(../../images/common/cartBtn.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: 100%;
    transition: .3s;
    cursor: pointer;
  border-radius: 10px;
}
.goods .contents .cartBtn.setBtn {
    background-image: url(../../images/common/setcartBtn.png);
}
.goods .contents .cartBtn:hover {
  opacity:.8;
}
.goods .favBtn {
    font-size: 140%;
    display: block;
    margin: 0 auto;
    padding: .5em;
    width: 170px;
    background: #fff;
    color: #385aac;
    font-weight: bold;
    border: 1px solid #385aac;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    transition: .3s;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
}
.goods .favBtn:hover {
    background: #385aac;
    border: 1px solid #385aac;
    color: #fff;
}
.goods .favBtn_already {
  font-size: 140%;
  text-align: center;
  padding: 0 0 .5em;
}
.goods .contents .productOrderArea .right .productStock {
  width: 100%;
  table-layout: fixed;/*SUZUHIRO-370*/
}
.goods .contents .productOrderArea .right .stock {
  font-size: 140%;
  text-align: center;
  width: 100%;
  background: #f9f5ec;
  padding: 0.5em 0;
  color: #666;
  letter-spacing: 1px;
    margin-top: 2em;
}
.goods .contents .productOrderArea .right .productStock tbody tr {
  border: 1px solid #f0eee9;
  background: #fff;
  font-size: 140%;
  text-align: center;
}
.goods .contents .productOrderArea .right .productStock tbody tr td {
  padding: .5em;
  font-size: 100%;
}

.goods .contents .otherProductArea {
  display: flex;
  width: 100%;
}
.goods .contents .otherProductArea img{
  width: 100%;
}
.goods .contents .otherProductArea p {
    /* background: #f5f2e9; */
    padding: .5em;
    color: #666;
    letter-spacing: 1px;
}
.goods .contents .otherProductArea a,.goods .contents .recipe a {
  transition: 0.3s;
  display: block;
}
.goods .contents .otherProductArea a:hover ,.goods .contents .recipe a:hover{
  opacity: 0.7;
}
.goods .contents .otherProductArea li{
  font-size: 140%;
  padding: 0 1em 0 0;
  text-align: center;
  font-weight: bold;
  color: #333;
  width: 50%;
}
.goods .contents .otherProductArea li:last-child{
      padding: 0 0 0 1em;
}
.goods .contents .productInfoAreaBottom {
  margin-top: 3em;
}
.goods .contents .productInfoAreaBottom img {
  width: 100%;
}
.goods .contents .productInfoAreaBottom h2 {
  margin: 1em 0;
  padding: 0;
}
.goods .contents .recommendRecipeArea {
    width: 100%;
      margin: 0 0 4em;
}

.goods .contents .recommendRecipeArea .recipeBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.goods .contents .recommendRecipeArea .recipeBlock .recipe {
  width: 32%;
}
.goods .contents .recommendRecipeArea .recipeBlock .recipe p.lead {
  line-height: 1.4;
  font-size: 160%;
  padding: 0.5em 0 0;
  text-align: center;
  font-weight: bold;
}

/*モーダルウィンドウ*/
.goods .ui-dialog .ui-dialog-content {
    padding: 0;
}
.goods .modal_overlay.modalImg {
  align-items: center;
}

.stamped_confirmation{
	display: flex;
	width: 700px;
	margin-bottom: 10px;
}

.goods .modal_content {
    padding: 0 0 2em;
    background: #fdfcf8;
    text-align: center;
}
.goods .modal_contentImg{
    max-width: 800px;
    padding: 0;
  position: relative;
}
.close_button {
    position: absolute;
    top: -.5em;
    right: 5px;
    font-size: 4em;
    cursor: pointer;
    color: #000;
}
.goods .contents .productOrderArea .modal_wrap .ttl {
    font-size: 180%;
    padding: .5em;
    background: #f2ecd8;
}

.goods .contents .productOrderArea .modal_wrap .lead{
      padding: 0 0 1em;
}
.modal_wrap .submitBtn {
    display: block;
    margin: 0 auto 1em;
    width: 80%;
    padding: 1em 2em;
    background: #385aac;
    color: #fff;
    font-size: 160%;
    border: 1px solid #385aac;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    transition: .3s;
}
.goods .modal_wrap .cancelBtn {
    width: 80%;
}
.modal_wrap .submitBtn:hover {
    background: #fff;
    color: #385aac;

}
.modal_wrap .cancelBtn{
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 1em;
    background: #fff;
    color: #888;
    font-size: 160%;
    font-weight: normal;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    transition: .3s;
    text-align: center;
}
.modal_wrap .cancelBtn:hover{
    background: #f5f5f5;
    color: #888;
}
.modal_wrap input:checked ~ .modal_overlay_gift {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
#lightbox-secNav-btnClose {
    float: right;
    background: url(/ec/shop/common/css/images/ui-icons.png);
    width: 50px;
    height: 50px;
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: 2em 1em;
}
#jquery-lightbox a img {
    display: none;
}
.open_button:hover {
    opacity: 0.7;
}

.cartInfo{
    display: block;
    margin: 1em auto;
    width: 100%;
    padding: 1em;
    background: #666;
    color: #fff;
    font-size: 160%;
    font-weight: normal;
    border: 1px solid #666;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
}

.goods .standard_sp{
  display: none;
}

.goods .modal_content .lead{
  text-align: left;
}
.goods .modal_wrap .modal_head {
  height: 46px;
}

.goods .modal_wrap .close_button {
  position: absolute;
  top: .25em;
  right: .25em;
  cursor: pointer;
  color: #333;
  z-index: 9999;
  background-image: url(../../images/goods/icon_close.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 28px;
  width: 28px;
}
#toCart{
    display: none;
}
.goods .firstLead{
  position: relative;
      width: 1000px;
    margin: 0 auto;
}
.goods .linkBtn {
    display: block;
    width: 170px;
    padding: 0.5em;
    background: #fff;
    color: #385aac;
    border: 1px solid #385aac;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    font-size: 140%;
    float: right;
    position: absolute;
    right: 0;
    top: -3.7em;
}
.goods .linkBtn:hover {
    background: #385aac;
    color: #fff;
}

.goods .contents .selectOrderArea{
  background:#f5f2e9;
  padding: 2em 4em 3em;
}
.goods .contents .selectOrderArea .red{
  font-size:120%;
  font-weight:bold;
  padding: 0 .25em;
}
.goods .contents .selectOrderArea table{
  width: 100%;
  table-layout: fixed;
}

.goods .contents .selectOrderArea th{
  background: #f5f2e9;
  font-size: 160%;
  padding: .5em 0;
  font-weight: normal;
  color: #333;
}
.goods .contents .selectOrderArea td {
  font-size: 140%;
  background: #fff;
  vertical-align: top;
  border-bottom:1px solid #f0eee9;
}

.goods .contents .selectOrderArea .quantity{
  text-align:center;
  vertical-align: middle;
  border-left: 1px solid #f0eee9;
  width: 350px;
}
.goods .contents .selectOrderArea .quantity #gcntButton > button{
    padding: 0;
}
.goods .contents .selectOrderArea .itemImg{padding: 1em;width: 140px;}

.goods .contents .selectOrderArea .itemName > div{
  line-height: 1.6;
}
.goods .contents .selectOrderArea .goodsName {
    font-weight: bold;
    word-break: break-all;
}
.goods .contents .selectOrderArea .itemImg img {
    width: 100%;
    max-width: 110px;
    max-height: 110px;
}
.goods .contents .selectOrderArea .itemName{
  font-size: 140%;
  font-weight: normal;
  margin: 0;
  vertical-align: middle;
  width: 430px;
  text-align: left;
  padding: 1em 1em 1em 0;
}
.goods .contents .selectOrderArea .changeBtn{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #385aac;
    color: #fff;
    font-size: 200%;
    font-weight: normal;
    border: 1px solid #385aac;
    box-sizing: border-box;
    border-radius: 10px;
    transition: .3s;
}
.goods .contents .selectOrderArea .changeBtn.mina{
font-size: 220%;
    line-height: 30px;
    padding-bottom: 5px;
}
.goods .contents .selectOrderArea .changeBtn:hover{
    background: #233e7e;
    border: 1px solid #233e7e;
}
.goods .contents .selectOrderArea .btnArea {
    margin: 2em;
}
.goods .contents .selectOrderArea .snsBox ul {
width: 160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.goods .contents .selectOrderArea .cartInfo{
  width: 400px;
}

.freearea{
  margin: 0 0 2em;
  font-size: 140%;
}

.productOption .submitBtn,
.goods .contents .selectOrderArea .submitBtn {
  width: 100%;
  font-size: 160%;
  padding: 1em;
  cursor: pointer;
}

.productOption .productMainImg{
  margin:0 0 2em;
  text-align: center;
  background: #fff;
  padding: 1em;
}
.productOption .productMainImg img{
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
}

/*フォトこころ*/
.modal-wrapper .selectBtn {
    margin: 1em auto 0;
    text-align: right;
    display: block;
    cursor: pointer;
  font-size: 160%;
  transition: .3s;
  text-decoration: underline;
}
.modal-wrapper .selectBtn:hover {
  color:#385aac;
}
.goods .modal_content_gift .modal_content{
      max-width: 800px;
      text-align:left;
}

.goods .contact_btn a {
    display: block;
    font-size: 140%;
    padding: 0;
    text-align: right;
    transition: .3s;
    color: #385aac;
    width: 250px;
    margin: .5em 0 0 auto;
}

.goods .contact_btn a:hover {
    color: #233e7e;
}

#d_goods_detail .contents .productInfoAreaTop .ttl {
  font-size: 130%;
}

#d_goods_detail .contents .productInfoAreaTop .lead {
  font-size: 100%;
}

#d_goods_detail .contents .productInfoTop .lead {
  font-size: 140%;
}

#d_goods_detail #lightbox-image-details {
  display: none;
}


.kokoro .clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.kokoro #d_photo_box #d_photo{
  background-size: contain;
  cursor: pointer;
  height: 0;
  margin-top: 10px;
  padding-top: 100%;
  position: relative;
  transition: .3s;
}


.kokoro .productMainImg:after {
  background: url(../../images/goods/icon_closeup.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.goodsKokoro .featureIntro {
  margin-bottom: 30px;
}

.goodsKokoro .featureIntro .introImg {
  margin-bottom: 20px;
  text-align: center;
}

.goodsKokoro .featureIntro .productVideoOuter {
  margin: 0 auto;
  width: 50%;
}

.goodsKokoro .featureIntro .productVideoOuter .productVideo {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.goodsKokoro .featureIntro .productVideoOuter .productVideo iframe {
  border: 0;
  height: 100%;
  left: 0;
  margin: 0 auto;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.goodsKokoro .features {
  margin-bottom: 30px;
}

.goodsKokoro .features .feature:not(:last-child) {
  margin-bottom: 30px;
}

.goodsKokoro .features .feature .featureTitle {
  font-size: 180%;
  margin-bottom: 10px;
}

.goodsKokoro .features .feature .featureContent {
  align-items: flex-start;
  display: flex;
}

.goodsKokoro .features .feature .featureContent .image,
.goods .features .feature .featureContent .text {
  width: calc(50% - 15px);
}

.goodsKokoro .features .feature .featureContent .image {
  margin-right: 15px;
}

.goodsKokoro .features .feature .featureContent .image img {
  width: 100%;
}

.goodsKokoro .features .feature .featureContent .text {
  font-size: 140%;
  margin-left: 15px;
}
.goodsKokoro .fileName {
    background: #fff;
    font-size: 140%;
    padding: 1em;
    margin: 0 0 .5em;
}
.goodsKokoro .fileTxt {
    font-size: 140%;
    margin: 0 0 .5em;
}

.goodsKokoro .submitBtnReverse {
  background: #fff;
  color: #385aac;
}

.goodsKokoro .submitBtnReverse:hover {
  background: #385aac;
  color: #fff;
}

.goodsKokoro .contents .swiper-button-next,
.goodsKokoro .contents .swiper-button-prev {
  top: 217px;
}
.goodsKokoro .contents .modal_content{
      padding: 0 2em 2em;
}

.goodsKokoro .contents .modal-wrapper .flowimg .pc{
  display: block;
  margin: 0 auto;
}
.goodsKokoro .contents .modal-wrapper .flowimg .sp{
  display: none;
}
/* フォトこころ end*/

/*モーダル*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}
.linkText {
    margin: 1em auto 0;
    text-align: right;
    display: block;
    cursor: pointer;
    font-size: 160%;
    color: #385aac;
    transition: .3s;
}

.linkText:hover {
  color: #233e7e;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 800px;
  padding: 4em 0 2em 2em;
  background: #fdfcf8;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  padding: 0 2em 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: -1em;
  background: url(/ec/shop/common/css/images/ui-icons.png);
  width: 50px;
  height: 50px;
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 1em 1em;
}

.modal-wrapper .modal-window .headline{
  text-align: left;
}
.modal-wrapper .modal-window .ttl{
  text-align: left;
  padding: .5em;
  background: #f2ecd8;
}
.goods .contents .productOrderArea .modal-wrapper .modal-window .lead {
  text-align: left;
    padding: .5em .5em 0;
}
.modal-wrapper .modal-window .flowimg {
    text-align: center;
    padding: 1em 0 4em;
}
/*モーダル end*/


@media screen and (max-width:1020px) and (min-width:768px) {
  #d_set_goods #d_container,
  #d_goods_detail #d_main {
    padding: 0 1em;
  }

  .goods .contents .productOrderArea .left .productVideo {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
  }

  .goods .contents .productOrderArea .left .productVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
  }
  #d_goods_detail .contents .productOption .cartBtn {
    width: 100%;
  }

  .goods .firstLead {
    margin-right: 15px;
    width: auto;
  }

  .goods .contents .productOrderArea .right .productInfoBottom li .title {
    width: 100px;
  }

  .goods .contents .productOrderArea .left .productMainImg:after {
    height: 100%;
    width: 100%;
  }

  .goods .contents .productOrderSetArea .left,
  .goods .contents .productOrderArea .left {
    float: left;
    margin: 0 30px 0 0;
    width: calc(50% - 30px);
  }

  .goods .contents .selectOrderArea .quantity{
    width: auto;
  }

  .goods .contents .selectOrderArea .itemName {
    width: 384px;
  }

  .goods .contents .left .productMainImg:after {
    width: 100%;
    height: 100%;
  }

  .goods .contents .swiper-button-next,
  .goods .contents .swiper-button-prev {
    right: -5px;
  }

  #d_goods_detail .contents #d_related .swiper-button-next,
  #d_goods_detail .contents #d_related .swiper-button-prev {
    top: 33%;
  }

  #d_goods_detail .contents #d_foot_mark {
    padding: 0;
  }

  #d_goods_detail .contents #d_foot_mark .swiper-button-next,
  #d_goods_detail .contents #d_foot_mark .swiper-button-prev {
    top: 30%;
  }

  .goods .contents .swiper-button-prev,
  .goods .contents .swiper-container-rtl {
    left: -5px;
  }

  .goods .contents .cartBtn {
    background-size: cover;
    background-position: center center;
    max-height: 62px;
  }

  #d_goods_detail #lightbox-image-details {
    display: block;
  }

  #d_goods_detail .infoAdd .imgBox .thmbContainer {
    width: calc((100% - 8px) / 5);
  }

  #d_goods_detail .infoAdd .imgBox div.thmbContainer div {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100%;
    height: 0;
  }

  #d_goods_detail .infoAdd .imgBox div.thmbContainer:nth-child(5n) {
    margin-right: 0;
  }

  #d_goods_detail #jquery-lightbox #lightbox-container-image-box,
  #d_goods_detail #jquery-lightbox #lightbox-container-image-data-box,
  #d_goods_detail #jquery-lightbox #lightbox-container-image-data-box-head {
    height: 90% !important;
    width: 90% !important;
  }

  #d_goods_detail #jquery-lightbox #lightbox-container-image {
    padding: 0 20px;
  }

  #d_goods_detail #lightbox-image-details {
    display: none;
  }

/*フォトこころ*/
.goods .modal_content_gift.kokoro {
    width: 96%;
    top: 2%;
}
.goods .modal_content_gift.kokoro .contents{
    margin: 0 0 2%;
}
.modal-wrapper {
    padding: 2em;
}
.modal-wrapper .modal-window {
    width: 100%;
    height: 100%;
    padding: 2em;
}
.modal-wrapper .modal-window .modal-content {
  padding: 0;
  max-height: 100%;
}
#d_goods_detail .contents #d_photo_box #d_photo .zoom {
    width: 100%;
    height: 100%;
}
}

/*sp*/
@media screen and (max-width: 767px) {
/* SP 虫メガネ非表示 */
.goods .contents .productOrderArea .left #d_photo_box .zoom {
  display: none;
}
#d_goods_detail .contents #d_photo_box #d_photo .zoom {
    width: 100%;
    height: 100%;
}
.goods .contents .itemName {
    font-size: 240%;
    font-weight: bold;
    margin: 0 0 .5em;
}

  .goods .contents {
    padding: 0 1em;
  }
  .goods .contents .productInfoAreaTop img {
    width: 100%;
  }
  .goods .contents .productInfoAreaTop h2 {
    margin: 1em 0 0.5em;
    padding: 0;
  }
  .goods .contents .productOrderArea {
    flex-direction: column;
  }
  .goods .contents .productOrderArea .left {
    width: 100%;
  }
  .goods .contents .productOrderArea .left .productVideo iframe{
    max-width: 100%;
    width: 100%;
        height: 40vh;
  }
  .goods .contents .productOrderArea .right {
    width: 100%;
  }

  .goods .contents .productOrderArea .right .productDate li span.title {
    width: 30%;
    padding: 1em;
  }

  .goods .contents .productOrderArea .right .productOption .inputForm input[type="text"], .goods .contents .productOrderArea .right .productOption .inputForm input[type="number"] {
    height: 50px;
  }
  .goods .contents .productOrderArea .right .productOption .btnArea {
    margin: 2em 0 0;
  }
  .goods .contents .productOrderArea .right .productOption .snsBox ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .goods .contents .productOrderArea .right .productOption .snsBox ul .fav {
    width: 100%;
    margin: 0 0 2em;
  }
  .goods .contents .productOrderArea .right .productOption .snsBox ul li:last-child {
    margin:0 0 0 1em
  }
  .goods .contents .productOrderArea .right .productStock tbody tr {
    font-size: 160%;
  }
  .goods .contents .otherProductArea {display: block;}
  .goods .contents .otherProductArea li {
    font-size: 140%;
    padding: 0;
    width: 100%;
  }
  .goods .contents .otherProductArea li:last-child {
    padding: 0;
    margin-top:1em;
  }

  .goods .contents .recommendRecipeArea .recipeBlock .recipe {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .goods .contents .recommendRecipeArea .recipeBlock .recipe p.lead {
    font-size: 160%;
  }

  .goods .contents .productOrderArea .right .productInfoBottom li span.title {
    width: 20%;
    padding: 0 0.5em 0.5em;
  }
  .goods .contents .productOrderArea .right .productInfoBottom li span.content {
    width: 50%;
  }
  .goods .contents .productOrderArea .right .productPrice .red {
      font-weight: bold;
      line-height: 1.6;
      font-size: 100%;
  }
.goods .contents .cartBtn {
    margin: 2em auto 0;
    width: 100%;
    height: 0;
    padding-top: 17.4%;
    background-image: url(../../images/common/cartBtn_sp.png);
}
.goods .contents .cartBtn.setBtn {
    margin: 2em auto 0;
    width: 100%;
    height: 0;
    padding-top: 17.4%;
    background-image: url(../../images/common/setcartBtn_sp.png);
}
.goods .contents .productOrderArea .right .productDate li span.content {
    padding: 0 0 0 .5em;
}
.goods .contents .iconArea > span {
    padding: 0 4px 4px 0;
    width: calc(100%/4);
}
.goods .contents .productOrderArea .right .productOption {
  padding: 2em 1em;
}

.goods .contents .productOrderArea .right .productStock tbody tr td {
  width: 25%;
  padding: 0.5em 0;
  font-size: 90%;
}
.goods .contents .productOrderArea .left .productSubImg .thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 1em 0 0;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
}
.goods .contents .productOrderArea .left .productSubImg .thumbnails li {
    flex: 0 0 20%;
    margin: 0 1em 0 0;
    height: 100%;
    scroll-snap-align: center;
}
.goods .contents .productOrderArea .left .productSubImg .thumbnails li.last ~ li {
    margin: 0 1em 0 0;
}
.goods .contents .productOrderSetArea .left {
    float: left;
    margin: 0;
    width: auto;
}
.goods .contents .productOrderSetArea .right {
    float: left;
    width: 100%;
}
/*モーダル*/
.modal_wrap .userInfo .name, .modal_wrap .userInfo .address, .modal_wrap .userInfo .tel {
    width: 100%;
}
    .modal_wrap .userInfo .tel{
        padding-bottom: 1em;
    }
.goods .modal_wrap .close_button {
  top: 0.45em;
  right: .4em;
  background-image: url(../../images/goods/icon_close_sp.png);
  height: 20px;
  width: 20px;
  background-size: contain;
}
.goods .contents #d_photo_box #d_photo #d_photo_box #d_photo {
    height: auto;
    width: 100%;
    padding-top: 100%;
    border: 1px solid #E6E6E6;
}
/*sp_モーダルウィンドウ_商品を選定する*/

.open_button {
    width: 100%;
    margin: 0 auto 1em;
	    padding: 0.5em;
}
.close_button {
    position: absolute;
    top: -10px;
    right: 12px;
    font-size: 4em;
}
.goods .modal_wrap .modal_content{
    width: 320px;
    padding: 0 1em 2em;
    box-sizing: border-box;
    background: #fff;
}

.productOption .modal_wrap .modal_content.modalsp {
    width: 100%;
    padding: 0 0 2em;
    box-sizing: border-box;
    background: #fdfcf8;
}

.modal_wrap .submitBtn {
    width: 100%;
}
.modal_wrap .cancelBtn {
  width: 100%;
}
.goods .standard_sp{
  display: block;
}
.goods .modal_contentImg {
    max-width: 95%;
}
.goods .contents .left .productMainImg:after {
    width: 100%;
    height: 100%;
}
.goods .contents .productOrderArea .right .productDate li span.title {
    width: 27%;
    padding: 1em;
      text-align: left;
}
.goods .contents .productOrderArea .left .productSubImg .thumbnails.standard {
    display: none;
}
.cartInfo {
    font-size: 140%;
}
.goods #pageTop {
    bottom: 10em;
}
/*SP用カートボタン*/
.goods .sp_on {
	display: inline;
}
/*END*/
#toCart {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background:#f9f5ec;
    padding:1em;
    width:100%;
}
#toCart label {
    display: block;
    margin: 0 auto;
    width: 80%;
    background-position: center;
}
#toCart label input[type="image"]{
   width:100%;
}
#toCart .cartBtn.setBtn {
    display: block;
    padding-top: 17.4%;
    margin: 0 auto;
    width: 80%;
    background-position: center;
}
.goods .contents #toCart .cartBtn {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
}
.fixed{
 position: fixed;
 bottom: 0;
}
.goods .linkBtn {
margin-right: 1em;
    margin-left: auto;
    margin-bottom: 1em;
    float: unset;
    position: static;
}
.goods .firstLead{
  position: relative;
      width: 100%;
    margin: 0 auto;
}
.goods .contents .selectOrderArea {
    background: #f5f2e9;
    padding: 1em 1em 2em;
    width: 100%;
}
.goods .contents .selectOrderArea .snsBox ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.goods .contents .selectOrderArea .snsBox .fav {
    width: 100%;
    margin: 0 0 2em;
}
.goods .contents .selectOrderArea .snsBox ul li:last-child {
    margin: 0 0 0 1em;
}
.goods .contents .selectOrderArea .btnArea {
    margin: 2em 0;
}
.goods .contents .selectOrderArea .btnArea input[type="button"].submitBtn,.goods .contents .selectOrderArea .btnArea input[type="submit"].submitBtn {
    width: 100%;
    font-size: 180%;
    padding: .5em;
}
.goods .contents .selectOrderArea tr{
    border-bottom: 1px solid #f0eee9;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.goods .contents .selectOrderArea .itemImg {
    width: 30%;
    padding: 1em;
}
.goods .contents .selectOrderArea .itemImg img {
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
}
.goods .contents .selectOrderArea .itemName {
    font-size: 140%;
    font-weight: normal;
    margin: 0;
    vertical-align: middle;
    width: 70%;
    text-align: left;
    padding: 1em 0;
}
.goods .contents .selectOrderArea .quantity {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 1em 1em;
}
.goods .contents .selectOrderArea .quantity #gcntButton{
    order: 2;
    margin: 0 auto;
}

.goods .contents .selectOrderArea .quantity .amount{
    width: 50%;
}
.goods .contents .selectOrderArea .spTable {
    width: 100%;
}
.goods .contents .selectOrderArea td {
    border-bottom: none;
}
.goods .contents .selectOrderArea .ttl {
    font-size: 160%;
    font-weight: bold;
    padding: 0;
}
.goods .contents .selectOrderArea .cartInfo{
  width: 100%;
}
  .goods .contents .swiper-button-next,
  .goods .contents .swiper-button-prev {
    top: 38%;
  }
#d_goods_detail .infoAdd .imgBox.heightLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 1em 0 0;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
}
#d_goods_detail .infoAdd .imgBox.heightLine .thmbContainer {
    flex: 0 0 20%;
    margin: 0 1em 0 0;
    height: 100%;
    scroll-snap-align: center;
}
#d_goods_detail .infoAdd .imgBox.heightLine + .imgBox.heightLine{
    margin: 1em 0 0;
}
#d_goods_detail .infoAdd .imgBox div.thmbContainer div {
    border: 1px solid #E6E6E6;
    background-color: #EEEEEE;
    width: 100px;
    height: 100px;
    background-size: contain;
}

  #d_goods_detail #lightbox-image-details {
    display: block;
  }
/* フォトこころ */
.goodsKokoro .features .feature .featureContent .text {
    font-size: 140%;
    margin-left: 0;
    width: 100%;
}
.goodsKokoro .featureIntro .productVideoOuter {
    margin: 0 auto;
    width: 100%;
}

.goodsKokoro .contents .modal-wrapper .ttl {
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 2em;
}
.goodsKokoro .contents .modal-wrapper .flowimg .pc{
  display: none;
}
.goodsKokoro .contents .modal-wrapper .flowimg .sp{
  display: block;
}
.modal-wrapper {
    padding: 1em;
}
.modal-wrapper .modal-window {
    width: 100%;
    height: 100%;
    padding: 1em;
}
.modal-wrapper .modal-window .modal-content {
  padding: 0;
  max-height: 100%;
}

/* フォトこころ */
}

@media screen and (max-width:320px) {
  .goods .contents .productOrderArea .right .productInfoBottom li span.title {
    width: 25%;
    padding: 0 0.5em 0.5em;
  }
  .goods .contents .productOrderArea .right .productDate li span.title {
      width: 31%;
      padding: 1em;
        text-align: left;
  }

}

/**E4 フォトこころ*/

input[type="file"]{
  display:none; /* アップロードボタンのスタイルを無効にする */
}
