@charset "UTF-8";

@media only screen and (max-width: 767px) {
  .productInformation {
      margin: 0 -18px 0;
  }
  .productInformation__inner {
      padding: 0;
  }
  .productSetItems {
      margin: 0px -18px 16px;
  }
  .productInformation__image img.-pt {
      opacity: 1;
      max-height: 100%;
      height: 75%;
  }
  .body-app .productInformation__image img.-pt,
  .body-login .productInformation__image img.-pt {
      height: 100%;
  }
  .productInformation__Btn{
      border-top: 2px solid #003894;
  }
  .productInformation__Btn a.-active{
      color: #003894;
      background-color: #E4EAF3;
      border: 2px solid #003894;
      border-top: none;
  }
  .productInformation__Btn a{
      color: #5A5959;
      background-color: #FFFFFF;
      border: 1px solid #666666;
      border-top: none;
  }
  .productInformation__Btn__used{
      border-top-left-radius: 0; 
      border-bottom-left-radius: 10px;
      margin-right: 6px;
      margin-left: 6px;
      border-bottom-right-radius: 10px;
  }
  .productInformation__Btn__new{
      border-top-right-radius: 0;
      border-bottom-right-radius: 10px;
      margin-left: 6px;
      margin-right: 6px;
      border-bottom-left-radius: 10px;
  }
  .recommendDestination {
    margin: 0 -18px 40px;
  }
  /*お気に入りガイド*/
  /*基本*/
  .ProductInformationFavoriteJ{
    display: none;
  }
  .ProductInformationFavoriteD{
    display: inline;
  }
  .productInformation__favorite.forSp{
    position: relative;
    width: 33%;
    float: right;
  }
  .ProductInformationFavoriteD{
    padding: 0 2px 0 0;
    position: absolute;
    right: 24px;
    top: 0;
  }
  /*ログインしたとき*/
  .body-login .ProductInformationFavoriteD{
    display: none;
  }
  .body-login .ProductInformationFavoriteJ{
    display: inline;
  }
  .body-login .productInformation__favorite.forSp{
    display: flex;
    justify-content: flex-end;
    height: 29px; /*吹き出しが出たときに高さズレ防止*/
  }
  .body-login .ProductInformationFavoriteJ{
    padding: 0 0 0 2px;
    white-space: nowrap;
  }
  /*App経由*/
  .body-app .ProductInformationFavoriteD,
  .body-app .ProductInformationFavoriteJ{
    display: none;
  }
  /*ツールチップ横幅*/
  .tipsBalloon--favorite {
    width: 172px;
  }
  /*回り込み解除*/
  .productInformation__image.forSp{
    clear:both;
  }
}
.forSp .storeService {
    background-color: #f5f5f5;
}
.forSp .storeService__compatible {
    align-items: center;
    margin: 0 0 8px 0;
}
.forSp .storeService__compatible__text--title {
    padding: 0;
}
.forSp .storeService__plan {
    background-color: #fff;
}
.forSp .storeService__plan--date {
    padding-top: 4px;
}
/*ポイントフォントサイズ出し分け*/
@media only screen and (max-width: 767px){
.body-app .productInformation__point{
    font-size: 12px;
}
.body-login .productInformation__point{
    font-size:14px;
}
body .productInformation__point{
   font-size:18px;
}
}

/*--notice area追加--*/
.notice__wrap{
  margin: 5px 0 24px 0;
}
.notice__box{
  display: flex;
  padding: 8px 4% 9px;
  border: solid 2px #ebebeb;
  border-radius: 6px;
  justify-content: center;
}
.notice__box a{
  color: #003894;
}
.notice__box a {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.notice__box a:hover {
  opacity: .65;
}
.notice__text{
  margin: 0 12px 0 0;
}
.notice__icon{
  padding: 0 2px 0 0;
}
/*setページ*/
.tag--notice{
  background-color: #e60009;
  color: #fff;
}
@media only screen and (max-width: 767px){
  .notice__wrap{
    margin: 0 0 -8px 0;
    padding: 20px 18px 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  .notice__icon{
    width: 2rem;
    height: auto;
  }
  .notice__link,
  .notice__text{
    vertical-align: middle;
  }

}

/* 円のサイズ */
@media only screen and (max-width: 767px) {
  .productItem__moneyUnit {
    font-size: 28px;
  }
}

/* hashtag */
.hashtag__inner {
  position: relative;
  padding: 24px 0;
  background-color: #fff;
}
.hashtag__heading {
  margin: 0 18px 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  font-weight: bold;
}
ul.hashtagList {
  margin: 0;
  padding: 0px 16px 14px;
  display: flex;
  flex-wrap: wrap;
}
.hashtagList__item {
  flex: 0 0 auto;
  margin: 0 8px 10px 0;
  max-width: calc(100% - 8px);
}
.hashtagBtn{
  display: block;
  padding: 4px 20px 6px 14px;
  border: 1px solid #999;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.3;;
}
.hashtagBtn::before {
  content: "#";
  color: #999;
  margin-right: 2px;
}
@media print, (min-width: 768px) {
  .hashtag__inner {
    margin: 0px auto;
    padding: 40px 0px 60px;
    max-width: 1368px;
  }
  .hashtag__heading {
    margin: 0 0 24px;
    font-size: 30px;
  }
  ul.hashtagList {
    padding: 0;
  }
  .hashtagList__item {
    margin: 0 8px 12px 0;
    max-width: calc(100% - 8px);
  }
  .hashtagBtn--link {
    transition: opacity 0.4s ease;
  }
  .hashtagBtn--link:hover {
    opacity: 0.65;
  }
}

/* navi関連の要素 */
.naviElement {
display: none;
}

/* 1dバーコード */
.barcodeWrap {
text-align: center;
}

.barcode__image {
width: 250px;
height: 38px;
object-fit: cover;
object-position: bottom 50% left 0px;
}

.barcode__text {
width: 280px;
margin: 0 auto;
font-size: 16px;
text-align: center;
margin-bottom: 24px;
}

/* スマホモーダル */
.modalSpNavi__overlay {
background-color: #0000004D;
height: 100%;
width: 100%;
position: fixed;
top: 0;
}

.modalSpNavi {
position: relative;
display: none;
}

.modalSpNavi.-active {
display: block;
}

.modalSpNavilItems {
background-color: #fff;
margin: 0 47px;
width: 100%;
padding: 50px 20px 30px;
border-radius: 6px;
position: relative;
}

.modalSpNavi__inner {
height: 100%;
display: flex;
align-items: center;
position: fixed;
top: 0;
z-index: 100;
}

.modalSpNavilItem__text {
font-size: 16px;
margin-bottom: 12px;
}

.modalSpNavilItem__text--alert {
color: #E60009;
}

.modalSpNavilItem__text.modal__title {
margin: 0 0 12px 0;
}

.modalSpNavilItem__close {
top: 18px;
right: 20px;
max-width: 24px;
position: absolute;
}
/* btn added */
.productInformation__spCart .btn.-added {
  color: #666;
}
.productInformation__spCart .btn.-added::before {
  border-color: #ccc;
}
.productPurchase__btns .btn.-added {
  color: #666;
}
.productPurchase__btns .btn.-added::before {
  border-color: #ccc;
}
.cartFloat .btn.-added {
  color: #666;
}
.cartFloat .btn.-added::before {
  border-color: #ccc;
}
.productSetItems__spCart .btn.-added {
  color: #666;
}
.productSetItems__spCart .btn.-added::before {
  border-color: #ccc;
}
/* 陳列ジャンルコード start */
.display-genreCode {
  display:none;
}
.productInformation__genre {
  align-items: center;
  flex-wrap: wrap;
}
.displayLabelBox--genreCode {
  border: solid 1px #ccc;
  margin: 0 0 0 18px;
  padding: 0 4px;
  font-size: 20px;
  color: #666;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .displayLabelBox--genreCode {
    font-size: 18px;
  }
}
/* 陳列ジャンルコード end */

/* 商品詳細関連ワード start */
.link--inline{
  display: inline;
}
.link--inline{
  word-break: break-all;
}
/* 商品詳細関連ワード end */

/* 商品詳細画像比率  start */
.productInformation__image img.-ls {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .body-app .productInformation__image img.-ls,
  .body-login .productInformation__image img.-ls {
      height: auto;
    }
  }
/* 商品詳細画像比率 end */

/* セット商品表示 start */
.setProductList .recommend__slider {
  display: flex;
}

.setProductList .recommend__sliderWrap {
  padding: 0;
}

.setProductList .recommend__content {
  opacity: 1;
  display: block;
  transition: ease-in-out .4s;
}

@media only screen and (min-width: 768px) {
  .setProductList .recommend__list {
    width: 100%;
    max-width: calc(100% / 5);
  }
}
/* セット商品表示 end */

/* 空の「#js-recommendMove」の背景出ないようにする用 */
@media only screen and (min-width: 768px) {
  #js-recommendMove .recommend {
    display: none;
  }
}