.goods_in {
  width: 90%;
  margin: 0 auto;
  font-size: 1.5rem;
  padding-top: 20%;
}

@media only screen and (min-width: 751px) {
  .goods_in {
    font-size: 1.1rem;
  }
}

.title {
  font-family: var(--font-en);
  text-align: center;
  font-size: 4.5rem;
  margin-bottom: 10%;
  color: var(--color-blue);
}

@media only screen and (min-width: 751px) {
  .title {
    font-size: 3rem;
  }
}

.title p {
  position: relative;
  display: inline-block;
  line-height: 1em;
}

.title p::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: -50px;
  background: url(../img/common/ttl_deco_blue.png) no-repeat;
  background-size: contain;
}

.title p::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: -50px;
  background: url(../img/common/ttl_deco_blue.png) no-repeat;
  background-size: contain;
}

.goods_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.goods_title li {
  width: 49%;
  margin-left: 2%;
  margin-top: 2%;
}

.goods_title li img {
  border: solid 1px #ccc;
}

.goods_title li:nth-child(2n+1) {
  margin-left: 0;
}

.goods_title li:nth-child(n+1):nth-child(-n+2) {
  margin-top: 0;
}

.goodsmain__box {
  margin: 15% auto 0;
  border-top: 1px solid #000;
  padding-top: 15%;
}

.goodsmain__box_ttl {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 10%;
}

.goodsmain__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.goodsmain__list_item {
  width: 49%;
  margin-left: 2%;
  margin-top: 12%;
}

.goodsmain__list_item:nth-child(2n+1) {
  margin-left: 0;
}

.goodsmain__list_item:nth-child(n+1):nth-child(-n+2) {
  margin-top: 0;
}

.goodsmain__list_item-txtwrap {
  margin-top: 5%;
  line-height: 1.5em;
}

.goodsmain__list_item-price {
  margin-top: 5%;
  color: var(--color-red);
  font-weight: 700;
  font-size: 1.8rem;
}

.goodsmain__list_item-price span {
  font-size: 1.5rem;
}

@media only screen and (min-width: 751px) {
  .goodsmain__list_item-price {
    font-size: 1.5rem;
  }
  .goodsmain__list_item-price span {
    font-size: 1.1rem;
  }
}

.goodsmain__list_item-limit {
  margin-top: 4%;
  font-weight: 800;
}

.goodsmain__list_item-btn {
  color: var(--color-white);
  background: var(--color-blue);
  text-align: center;
  padding: 10px 0 12px;
  border-radius: 100px;
  margin-top: 8%;
  cursor: pointer;
}

/**********************
 GOODS modal
**********************/
.m-modal[data-modal-type=template] {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  overflow-y: scroll !important;
  margin: auto;
  z-index: 150;
}

@media only screen and (min-width: 751px) {
  .m-modal[data-modal-type=template] {
    width: 600px;
    top: 0;
    right: 0;
    left: 0;
  }
}

.m-modal[data-modal-type=template] .m-modal__bg {
  position: fixed !important;
  background: url(../img/common/bg.jpg) top center;
  z-index: -1;
}

@media only screen and (min-width: 751px) {
  .m-modal[data-modal-type=template] .m-modal__bg {
    width: 600px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.m-modal[data-modal-type=template] .m-modal__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  width: 87% !important;
  max-width: 600px !important;
  height: auto !important;
  margin: 70px auto !important;
}

.m-modal[data-modal-type=template] .m-modal__close-btn {
  position: relative;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  margin: auto;
  background: var(--color-black);
  border: 2px solid #fff;
  border-radius: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

@media only screen and (max-width: 750px) {
  .m-modal[data-modal-type=template] .m-modal__close-btn {
    width: 60px;
    height: 60px;
  }
}

.is-open .m-modal[data-modal-type=template] .m-modal__close-btn {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-goodsmodal__cont_ttl {
  margin-bottom: 36px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 600;
}

@media only screen and (min-width: 751px) {
  .p-goodsmodal__cont_ttl {
    font-size: 1.8rem;
  }
}

.p-goodsmodal__txtarea {
  margin-top: 24px;
  padding-bottom: 56px;
}

.p-goodsmodal__txtarea-name {
  margin-bottom: 8px;
  line-height: 1.3;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 5%;
}

@media only screen and (min-width: 751px) {
  .p-goodsmodal__txtarea-name {
    font-size: 1.4rem;
  }
}

.p-goodsmodal__txtarea-price {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 2rem;
  font-weight: 800;
  margin-top: 3%;
  color: var(--color-red);
}

@media only screen and (min-width: 751px) {
  .p-goodsmodal__txtarea-price {
    font-size: 1.6rem;
  }
}

.p-goodsmodal__txtarea-price span {
  font-size: 80%;
  vertical-align: baseline;
}

.p-goodsmodal__txtarea-txt {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media only screen and (min-width: 751px) {
  .p-goodsmodal__txtarea-txt {
    font-size: 1.3rem;
  }
}

.p-goodsmodal__txtarea-txt {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 800;
}

@media only screen and (min-width: 751px) {
  .p-goodsmodal__txtarea-txt {
    font-size: 1.3rem;
  }
}

.p-goodsmodal__cont {
  position: relative;
  opacity: 0;
}

.p-goodsmodal__cont.is-open {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-goodsmodal__thumbarea {
  text-align: left;
}

.p-goodsmodal__txtarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .m-modal[data-modal-type=template] .m-modal__close-btn:hover {
    opacity: 0.6;
  }
}

.m-modal[data-modal-type=template] .m-modal__close-btn::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 34px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  width: 2px;
  height: 30px;
}

@media only screen and (max-width: 750px) {
  .m-modal[data-modal-type=template] .m-modal__close-btn::before {
    top: 15px;
    left: 29px;
  }
}

.m-modal[data-modal-type=template] .m-modal__close-btn::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 34px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  width: 2px;
  height: 30px;
}

@media only screen and (max-width: 750px) {
  .m-modal[data-modal-type=template] .m-modal__close-btn::after {
    top: 15px;
    left: 29px;
  }
}

/*============================
============================*/
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  clear: both;
  content: "";
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dots {
  display: block;
  position: relative;
  margin: 5px auto 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 5;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 7.5px;
  padding: 0;
  z-index: 5;
  vertical-align: middle;
  background: #ccc;
  border-radius: 10px;
}

.slick-dots li.slick-active button {
  opacity: 1;
  background-color: var(--color-red);
}

.slick-dots li:only-child {
  display: none;
}

@media only screen and (min-width: 751px) {
  .slick-dots li:hover button {
    opacity: 1;
    background-color: var(--color-pink);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.slick-dots li button {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  outline: none;
  border: 0;
  border: 1px solid var(--color-pink);
  border-radius: 50%;
  background: transparent;
  background-color: transparent;
  background-size: contain;
  padding: 0;
  width: 10px;
  height: 10px;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  opacity: 1;
}

/**************************************/
.goodsmain__list_item-in {
  position: relative;
}

.goodsmain__list_item-imgwrap-tag {
  position: absolute;
  background: var(--color-red);
  padding: 5px 9px 7px 10px;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 1.3rem;
  top: -40px;
}

@media only screen and (min-width: 751px) {
  .goodsmain__list_item-imgwrap-tag {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.p-goodsmodal__txtarea-tag {
  background: var(--color-red);
  padding: 5px 9px 7px 10px;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 751px) {
  .p-goodsmodal__txtarea-tag {
    font-size: 1rem;
  }
}

/**************************************/
.buy_box {
  margin-bottom: 15%;
  font-weight: 600;
}

.goods_buy {
  text-align: center;
  margin-bottom: 10%;
  background: #fff;
  padding: 8%;
  border-radius: 20px;
}

.goods_buy dt {
  color: var(--color-blue);
  font-size: 2.5rem;
  margin-bottom: 5%;
  font-weight: 600;
}

@media only screen and (min-width: 751px) {
  .goods_buy dt {
    font-size: 1.8rem;
  }
}

.goods_buy dd {
  line-height: 1.5em;
  font-size: 2.2rem;
}

@media only screen and (min-width: 751px) {
  .goods_buy dd {
    font-size: 1.5rem;
  }
}

.goods_buy dd .btn {
  margin-top: 5%;
}

.btn {
  position: relative;
  color: var(--color-white);
  background: var(--color-blue);
  text-align: center;
  padding: 5% 0 5.5%;
  border-radius: 100px;
  cursor: pointer;
  font-size: 2rem;
}

@media only screen and (min-width: 751px) {
  .btn {
    font-size: 1.5rem;
  }
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}