.p-in_goods_theater__head {
  margin-bottom: 75px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-in_goods_theater__head {
    margin-bottom: 35px;
  }
}
.p-in_goods_theater__cap {
  font-family: din-2014, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 39px;
}
@media screen and (max-width: 900px) {
  .p-in_goods_theater__cap {
    font-size: 30px;
  }
}
.p-in_goods_theater__capmini {
  font-family: din-2014, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .p-in_goods_theater__capmini {
    font-size: 14px;
  }
}
.p-in_goods_theater__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-in_goods_theater__main > li {
  margin-bottom: 40px;
}
@media not all and (max-width: 900px) {
  .p-in_goods_theater__main > li {
    width: 48%;
  }
  .p-in_goods_theater__main > li:nth-child(even) {
    margin-left: 4%;
  }
}
.p-in_goods_theater__main > li figure {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.p-in_goods_theater__main > li .-txtarea p {
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.p-in_goods_theater__main > li .-txtarea p.-name {
  font-weight: 700;
  line-height: 1.4;
  color: #E8343D;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .p-in_goods_theater__main > li .-txtarea p.-name {
    font-size: 14px;
  }
}
.p-in_goods_theater__main > li .-txtarea p.-price {
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-in_goods_theater__main > li .-txtarea p.-price {
    font-size: 12px;
  }
}
.p-in_goods_theater__main > li .-txtarea p.-txt {
  margin-top: 1.2em;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .p-in_goods_theater__main > li .-txtarea p.-txt {
    font-size: 10px;
  }
}
.p-in_goods_theater__main > li .-txtarea p.-detail {
  margin-top: 1em;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .p-in_goods_theater__main > li .-txtarea p.-detail {
    font-size: 10px;
  }
}

/************
GOODS list
************/
.p-in_goods__list_mainlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-in_goods__list_mainlist > li {
  position: relative;
  width: 30%;
  margin-bottom: 6.2vw;
}
@media not all and (max-width: 900px) {
  .p-in_goods__list_mainlist > li {
    margin-right: 5%;
  }
  .p-in_goods__list_mainlist > li:nth-child(3n) {
    margin-right: 0;
  }
  .p-in_goods__list_mainlist > li:hover .thumb > span {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-in_goods__list_mainlist > li:hover .item_name {
    color: #E8343D;
  }
}
@media screen and (max-width: 900px) {
  .p-in_goods__list_mainlist > li {
    width: 46.15%;
    margin-right: 7.7%;
  }
  .p-in_goods__list_mainlist > li:nth-child(even) {
    margin-right: 0;
  }
}
.p-in_goods__list_mainlist > li .thumb {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-in_goods__list_mainlist > li .thumb > span {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.p-in_goods__list_mainlist > li .item_name {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
  -webkit-transition: color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  transition: color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-in_goods__list_mainlist > li .item_name {
    margin-top: 4px;
    font-size: 12px;
  }
}
.p-in_goods__list_mainlist > li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/************
GOODS detail
************/
.p-in_goods__detail {
  padding-bottom: 90px;
}
@media screen and (max-width: 900px) {
  .p-in_goods__detail {
    padding-bottom: 56px;
  }
}
@media not all and (max-width: 900px) {
  .p-in_goods__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-in_goods__detail .images {
  width: 400px;
}
@media screen and (max-width: 900px) {
  .p-in_goods__detail .images {
    width: 100%;
  }
}
.p-in_goods__detail .images .p-in_goods__detail-img-wrap {
  width: 100%;
  background-color: #fff;
}
.p-in_goods__detail .images .p-in_goods__detail-img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  position: relative;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  margin-bottom: 20px;
  background: no-repeat center center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  background-size: contain;
  padding-top: 100%;
}
.p-in_goods__detail .images .p-in_goods__detail-img.is-hide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.p-in_goods__detail .images .p-in_goods__detail-thumb {
  font-size: 0;
  letter-spacing: -0.4em;
}
.p-in_goods__detail .images .p-in_goods__detail-thumb > * {
  font-size: 16px;
  letter-spacing: normal;
}
.p-in_goods__detail .images .p-in_goods__detail-thumb .p-in-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 2.5%;
  background: no-repeat center center;
  background-color: #fff;
  background-size: contain;
  padding-top: 18%;
  width: 18%;
}
.p-in_goods__detail .images .p-in_goods__detail-thumb .p-in-item:nth-child(5n) {
  margin-right: 0;
}
.p-in_goods__detail .images .p-in_goods__detail-thumb .p-in-item:nth-child(n+6) {
  margin-top: 2.6%;
}
.p-in_goods__detail .images .p-in_goods__detail-thumb .p-in-item::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}
.p-in_goods__detail .images .p-in_goods__detail-thumb .p-in-item.is-active::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}
.p-in_goods__detail .information {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media not all and (max-width: 900px) {
  .p-in_goods__detail .information {
    width: calc(100% - 400px);
    padding-left: 38px;
  }
}
.p-in_goods__detail .information h3 {
  padding-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-in_goods__detail .information h3 {
    margin-top: 44px;
    font-size: 14px;
  }
}
.p-in_goods__detail .information .text {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .p-in_goods__detail .information .text {
    font-size: 12px;
  }
}
.p-in_goods__detail .information .text a {
  -webkit-transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  color: #000;
  text-decoration: underline;
}
@media not all and (max-width: 900px) {
  .p-in_goods__detail .information .text a:hover {
    text-decoration: none;
  }
}

.p-news_detail__back {
  width: 140px;
  margin: 0 auto 11px;
  text-align: center;
}
@media not all and (max-width: 900px) {
  .p-news_detail__back {
    margin-bottom: -15px;
  }
}
.p-news_detail__back-link {
  display: block;
  padding: 5px 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  font-family: din-2014, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media not all and (max-width: 900px) {
  .p-news_detail__back-link {
    font-size: 15px;
  }
}

.c-goods-modal__img {
  margin: auto;
  max-width: 80%;
}
.c-goods-modal__img img {
  margin: auto;
}