@charset "utf-8";
/*
	MediaQuery Type = Parts Unit
	0 < size
	@media only screen and (max-width: 600px)
	@media only screen and (min-width: 601px)
	@media only screen and (min-width: 601px) and (max-width: 992px)
	@media only screen and (max-width: 992px)
	@media only screen and (min-width: 993px)
	@media only screen and (min-width: 993px)
*/

/* title
========================================== */
.goods_title_img {
  background-image: url(../images/goods/goods_title_img.png);
}
.goods_title::before {
  content: '';
  width: 78px;
  height: 0;
  padding-top: 70px;
  position: absolute;
  background-image: url(../images/goods/goods_mascot_img.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  overflow: hidden;
  top: -80px;
  right: 0;
  left: 0;
  margin: auto;
}
.goods_sub_title {
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
}

/* inner_block
========================================== */
.goods_inner_block {
  min-height: 800px;
  display: flex;
  flex-direction: column;
  background: url(../images/goods/goods_bg_img.png),
    url(../images/goods/goods_bg_img.png), #fff;
  background-repeat: repeat-x, repeat-x, repeat;
  background-position: bottom center, top center, center;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 4px 4px 0px 1px #e5ddbe;
}


/* goods_item
========================================== */
.goods_list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  justify-content: space-between;
}
.goods_item {
  display: none;
  width: calc(50% - 15px);
  padding: 20px 0;
  position: relative;
}
.goods_item_inner {
  display: flex;
}

.goods_item::after {
  content: '';
  width: 100%;
  height: 2px;
  background-image: url(../images/common/rilasumi_border_img.png);
  background-repeat: repeat-x;
  background-position: bottom, center;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.goods_item_img {
  position: relative;
  width: 83%;
}
.tokyo_new .goods_item_img::after {
  position: absolute;
  content: "";
  width: 28%;
  padding-top: calc(48 / 48 * 28%);
  top: 0;
  left: 0;
  background-image: url(../images/goods/goods_icon-tokyo-new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.goods_item_img a {
  display: block;
  position: relative;
}
.goods_item_img a::before {
  position: absolute;
  content: "";
  width: 20%;
  padding-top: calc(48 / 48 * 20%);
  top: 0;
  right: 0;
  background-image: url(../images/goods/goods_icon_loupe.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lb-nav {
  display: none !important;
}
.goods_item_img img {
  width: 100%;
}
.goods_item_box {
  width: 100%;
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
}
.goods_item_box_web {
  width: 40%;
  padding-top: calc(37 / 128 * 40%);
  margin: 5px 0;
  font-size: 0;
  background-image: url(../images/goods/goods_icon-shopping.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.goods_item_box_img {
  width: 100%;
  margin: .5rem 0 0;
}
.goods_item_box_img img{
  width: 100%;
}
.goods_item_box_note {
  font-size: 10px;
  margin-bottom: 1rem;
}
.goods_item_box_size {
  margin: auto 0 5px;
}
.bold_text {
  font-weight: bold;
}
.goods_item_special .goods_item_box_size {
  font-size: 10px;
}
.goods_bottom_text{
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.goods_bottom_web {
  position: relative;
  font-size: 14px;
}
.goods_bottom_web.tokuten::after {
  content: '';
  width: 100%;
  height: 2px;
  background-image: url(../images/common/rilasumi_border_img.png);
  background-repeat: repeat-x;
  background-position: bottom, center;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.goods_notes_list {
  padding: 0 10px;
  margin: 10px 0 25px;
  font-size: 12px;
}
.goods_notes_list_title {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.goods_notes_list_title::before {
  content: "";
  width: 15px;
  height: 0;
  padding-top: 15px;
  position: absolute;
  background: url(../images/ticket/ticket_clover_icon.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  overflow: hidden;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.goods_top_web_text {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.goods_top_web_icon {
  position: absolute;
  top: -0.25em;
  left: 0;
  width: 5em;
  padding-top: 1.5em;
  background-image: url(../images/goods/goods_icon-shopping.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.goods_top_web_desc {
  padding-left: 5em;
  position: relative;
  font-size: 16px;
}
.goods_bottom_web_text {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.goods_bottom_web_icon {
  position: absolute;
  top: -0.2em;
  left: 0;
  width: 5em;
  padding-top: 1.5em;
  background-image: url(../images/goods/goods_icon-shopping.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.goods_bottom_web_desc {
  position: relative;
  padding-left: 5em;
}
.goods_notes_list_item a {
  text-decoration: underline;
  color: #e85f9d;
}
.goods_notes_list_tokuten_text {
  font-size: 14px;
}
.goods_notes_list_tokuten_image {
  width: 100%;
  max-width: 560px;
  margin: 15px 0;
  padding-top: calc(100 / 910 * 100%);
  background-image: url(../images/goods/img_t-case_pc.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.goods_bottom_web_shop {
  margin: 20px auto;
  max-width: 700px;
  position: relative;
}
.goods_bottom_web_shop::after {
  content: '';
  width: 100%;
  height: 2px;
  background-image: url(../images/common/rilasumi_border_img.png);
  background-repeat: repeat-x;
  background-position: bottom, center;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.goods_bottom_web_shop_title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
.goods_bottom_web_shop_title::after {
  content: '';
  width: 100%;
  height: 2px;
  background-image: url(../images/common/rilasumi_border_img.png);
  background-repeat: repeat-x;
  background-position: bottom, center;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.goods_bottom_web_shop_list {
  display: flex;
}
.goods_bottom_web_shop_item {
  width: calc((100% - 20px) / 2);
  text-align: center;
  padding: 20px 5px;
  display: flex;
  align-items: center;
  background-color: #fff7a8;
  border-radius: 8px;
}
.goods_bottom_web_shop_item.animate_item {
  background-color: #ecf1af;
}
.goods_bottom_web_shop_text {
  margin-top: 1em;
  padding-bottom: 1em;
}
.goods_bottom_web_shop_tel {
  font-size: 16px;
}
.goods_bottom_web_shop_tel span {
  margin-left: 2em;
  font-size: 20px;
}
.goods_bottom_web_shop_note {
  font-size: 12px;
}
.goods_bottom_web_shop_item:not(:first-of-type) {
  margin-left: 20px;
}
.goods_bottom_web_shop_dest {
  text-align: center;
  flex-shrink: 0;
  margin: 0 auto;
}
.goods_bottom_web_shop_dest_name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.goods_bottom_web_shop_dest_btn {
  margin-top: 10px;
}
.goods_bottom_web_shop_dest_btn a {
  display: block;
  width: 160px;
  padding: 5px 0;
  margin: 0 auto;
  background-color: #7e634c;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
}



/* pager
========================================== */
.goods_pager {
  margin: 0 auto 20px;
  display: flex;
  position: relative;
  justify-content: center;
}
.goods_pager ul {
  display: flex;
  justify-content: center;
}
.goods_pager_link {
  margin: auto 10px;
  width: 38px;
  height: auto;
  font-size: 16px;
  background-color: #fffbda;
  border-color: #997a65;
  text-align: center;
  line-height: 2.1;
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
}
.is-current {
  background-color: #997a65 !important;
  color: #fff !important;
}
.link_next {
  margin-left: 30px;
}
.link_return {
  margin-right: 30px;
}
.is-off {
  pointer-events: none;
  opacity: 0.2;
  background-color: #997a65;
  color: #fff;
}
.pc-none{
  display: none;
}

/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (min-width:992px) {
  .goods_pager_link:hover {
  background-color: #997a65;
  color: #fff;
  }
  .ipad .goods_pager_link:hover {
    background-color: #fffbda;
     color: #876b58;
  }
  .goods_item_box_size {
    font-size: 14px;
  }

}

/* ------------------------------------------------------------------
 SP 〜 tablet（600px〜992px）
------------------------------------------------------------------ */
@media screen and (min-width: 600px) and (max-width: 992px) {
  .goods_item_box {
    font-size: 18px;
  }

}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  .goods_list {
    align-items: flex-start;
  }
  .goods_item {
    width: 100%;
    position: relative;
  }
  .goods_item_img {
    width: 60%;
  }
  .goods_item_special .goods_item_box_size {
    font-size: 14px;
  }
}

/* ----------------------------------------------------------------------
 SP（〜600px）
---------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  .goods_title::before {
    width: 45px;
    padding-top: 40px;
    top: -40px;
  }
  .goods_inner_block {
    min-height: auto;
    padding: 20px 15px;
  }
  .goods_sub_title {
    font-size: 16px;
    margin: 5px 0;
  }
  .goods_list {
    margin: 10px 0;
  }
  .goods_item {
    padding: 10px 0;
  }
  .goods_item_img {
    width: 55%;
    min-width: 100px;
  }
  .goods_item_box {
    width: 100%;
    margin-left: 10px;
    font-size: 10px;
  }
  .goods_item_box_web {
    width: 30%;
    padding-top: calc(37 / 128 * 30%);
  }
  .goods_item_special .goods_item_box_size {
    font-size: 10px;
  }
  .goods_box{
    padding: 20px 0 0;
    font-size: 14px;
  }
  .goods_notes_list {
    padding: 10px 0 0;
    font-size: 12px;
  }
  .goods_pager {
    margin: auto auto 20px;
  }
  .goods_pager_link {
    margin: auto 5px;
    width: 25px;
    font-size: 10px;
    line-height: 2.1;
  }
  .link_next {
    margin-left: 15px;
  }
  .link_return {
    margin-right: 15px;
  }
  .goods_bottom_text,.goods_bottom_web_text {
    text-align: left;
  }
  .goods_top_web_desc,.goods_bottom_web_text {
    font-size: 14px;
  }
  .goods_bottom_web_shop_text {
    font-size: 14px;
  }
  .goods_bottom_web_shop_text span {
    margin-left: 0;
    font-size: 18px;

  }
  .goods_bottom_web_shop_dest_name {
    font-size: 12px;
  }
  .goods_bottom_web_shop_dest_btn a {
    display: block;
    width: 100px;
    padding: 10px 0;
    font-size: 10px;
  }
  .goods_notes_list_tokuten_image {
    width: 100%;
    margin: 15px 0;
    padding-top: calc(453 / 612 * 100%);
    background-image: url(../images/goods/img_t-case_sp.png);
  }
  .pc-none{
    display: block;
  }
}
