@charset "UTF-8";
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
.p-single {
  padding-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding-top: 1.5rem;
  }
}
.p-single__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__header {
    row-gap: 1rem;
    margin-bottom: 2rem;
  }
}
.p-single__tags {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.p-single__tag {
  padding: 0 1.2rem;
  color: #EE721F;
  font-size: 1rem;
  line-height: 1.9;
  border: 1px solid #EE721F;
  background-color: #fff;
  border-radius: 2rem;
}
.p-single__tag::before {
  content: "#";
}
.p-single__tag--post-type {
  padding: 0 0.5rem;
  color: #fff;
  font-weight: 700;
  border-radius: 0.5rem;
  border: none;
  background: url(../images/common/bg_pock-main.png) center center/80% auto #fff;
}
.p-single__tag--post-type::before {
  content: "";
}
.p-single__tag--area {
  color: #2C3E50;
  border-color: #2C3E50;
}
.p-single .addtoany_shortcode {
  margin-left: auto;
}
.p-single__timestamp {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.p-single__title {
  position: relative;
  margin-bottom: 3rem;
  color: #EE721F;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    margin-bottom: 2rem;
  }
}
.p-single__fav-toggle {
  width: 14rem;
  height: 2.2rem;
  padding: 0 1.5rem 0 3.5rem;
  margin-bottom: 3rem;
  color: #FB2C36;
  font-size: 1.1rem;
  border: 1px solid #FB2C36;
  border-radius: 0.5rem;
  background: url(../images/common/icon_fav-red.svg) no-repeat 1.5rem center/1.2rem auto #fff;
  transform: translateY(-2rem);
  transition: all 0s;
}
@media screen and (max-width: 767px) {
  .p-single__fav-toggle {
    margin-bottom: 2rem;
    transform: translateY(-1rem);
  }
}
.p-single__fav-toggle.is-saved {
  padding: 0 1rem 0 2.5rem;
  color: #fff;
  background: url(../images/common/icon_fav-white.svg) no-repeat 1rem center/1.2rem auto #FB2C36;
}
.p-single__slider {
  position: relative;
  max-width: 68rem;
  padding: 0 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__slider {
    padding: 0;
    margin-bottom: 2rem;
  }
}
.p-single__slider .swiper-slide {
  aspect-ratio: 6/4;
  border-radius: 1rem;
  overflow: hidden;
}
.p-single__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-single__slider-prev, .p-single__slider-next {
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-single__slider-prev::after, .p-single__slider-next::after {
  display: none;
}
.p-single__slider-prev {
  left: 2.3rem;
  background: url(../images/common/icon_prev.svg) no-repeat center center/1.59rem auto, url(../images/common/bg_pock-main.png) center center/80% auto;
}
@media screen and (max-width: 767px) {
  .p-single__slider-prev {
    left: 0.5rem;
  }
}
.p-single__slider-next {
  right: 2.3rem;
  background: url(../images/common/icon_next.svg) no-repeat center center/1.59rem auto, url(../images/common/bg_pock-main.png) center center/80% auto;
}
@media screen and (max-width: 767px) {
  .p-single__slider-next {
    right: 0.5rem;
  }
}
.p-single__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-single__content {
    gap: 2rem;
  }
}
.p-single__content #ez-toc-container {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #F8F5EF;
  border: none;
}
.p-single__content #ez-toc-container .ez-toc-title-container {
  margin-bottom: 0.6rem;
}
.p-single__content #ez-toc-container .ez-toc-title {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-single__content #ez-toc-container .ez-toc-toggle::before {
  font-size: 1.2rem;
  content: "[close]";
}
.p-single__content #ez-toc-container .ez-toc-toggle span {
  display: none;
}
.p-single__content #ez-toc-container .ez-toc-list-level-1 {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.p-single__content #ez-toc-container .ez-toc-heading-level-2 > a {
  font-size: 1.2rem;
  font-weight: 700;
}
.p-single__content #ez-toc-container .ez-toc-heading-level-2 > a::before {
  content: "■";
}
.p-single__content #ez-toc-container .ez-toc-list-level-3 {
  margin: 0;
}
.p-single__content #ez-toc-container .ez-toc-list-level-3 a {
  font-size: 1.2rem;
}
.p-single__content #ez-toc-container .ez-toc-list-level-3 a::before {
  content: "・";
}
.p-single__content h2.wp-block-heading {
  padding: 0.5rem 2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33;
  background: url(../images/common/bg_pock-main.png) center center/80% auto #fff;
}
.p-single__content h3.wp-block-heading {
  padding: 0.5rem 2rem 0.5rem 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33;
  border-left: 0.5rem solid #EE721F;
}
.p-single__content h4.wp-block-heading {
  color: #EE721F;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-single__content :where(.wp-element-caption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-gallery figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption) {
  font-size: 1.2rem;
  opacity: 0.7;
}
.p-single__buttons {
  display: flex;
  gap: 1rem;
  padding: 0 0.5rem;
  margin-top: 3rem;
}
.p-single__button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 6.4rem;
  border-radius: 0.5rem;
  box-shadow: 1px 1px 8px 0px rgba(255, 204, 162, 0.4);
}
@media screen and (max-width: 767px) {
  .p-single__button {
    font-size: 1.6rem;
    line-height: 4.8rem;
  }
}
.p-single__button::after {
  display: inline-block;
  width: 0.6rem;
  height: 1.2rem;
  background: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(104%) contrast(104%);
  content: "";
}
.p-single__button--special {
  background: url(../images/common/bg_pock-main.png) center center/80% auto #fff;
}
.p-single__button--coupon {
  background-color: #76C593;
}

.p-single:has(.p-single-coupon) {
  padding-top: 8rem;
}

.p-single-coupon__title {
  margin-bottom: 3rem;
  color: #EE721F;
  font-size: 3rem;
  font-weight: 700;
}
.p-single-coupon__header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1099px) {
  .p-single-coupon__header {
    flex-direction: column;
  }
}
.p-single-coupon__header-left {
  flex: 1;
}
@media screen and (max-width: 1099px) {
  .p-single-coupon__header-left {
    width: 100%;
  }
}
.p-single-coupon__content {
  padding: 2.4rem 2rem;
  margin-bottom: 1rem;
  color: #fff;
  background: linear-gradient(90deg, #FF8D28 0%, #F6AB33 100%);
  border-radius: 1rem;
}
.p-single-coupon__content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.p-single-coupon__content-title span {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1rem;
  font-size: 1.8rem;
}
.p-single-coupon__content-title span::before {
  flex-shrink: 0;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/icon_tag-02.svg) no-repeat center left/contain;
  content: "";
}
.p-single-coupon__content-title strong {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-single-coupon__expiration {
  padding: 1.5rem 1.5rem 1.5rem 4.5rem;
  color: #7B3306;
  line-height: 1.2;
  background: url(../images/common/icon_clock.svg) no-repeat 1.5rem center/2rem auto #FFFBEB;
  border: 1px solid #FEE685;
  border-radius: 1rem;
}
.p-single-coupon__expiration-date {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-single-coupon__thumbnail {
  flex: 1;
  aspect-ratio: 335/223;
  border: 1px solid #B1A298;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1099px) {
  .p-single-coupon__thumbnail {
    width: 100%;
  }
}
.p-single-coupon__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.p-single-coupon__block {
  padding: 2rem;
  background-color: #F8F5EF;
  border-radius: 1rem;
}
.p-single-coupon__terms {
  margin-bottom: 3rem;
}
.p-single-coupon__terms-title {
  margin-bottom: 2rem;
  padding-left: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
  background: url(../images/common/icon_infomation.svg) no-repeat left center/2rem auto;
}
.p-single-coupon__section {
  margin-bottom: 1rem;
  padding: 1.6rem;
  border-radius: 1rem;
  background-color: #fff;
}
.p-single-coupon__section-title {
  margin-bottom: 0.5rem;
}
.p-single-coupon__mpa {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-single-coupon__notice li::before {
  display: inline-block;
  margin-right: 0.5rem;
  color: #EE721F;
  content: "•";
}
.p-single-coupon__howto-title {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 400;
}
.p-single-coupon__flow {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  counter-reset: number 0;
}
.p-single-coupon__flow-item {
  counter-increment: number 1;
}
.p-single-coupon__flow-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-single-coupon__flow-title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  color: #fff;
  font-size: 1.6rem;
  background-color: #EE721F;
  border-radius: 50%;
  content: counter(number) " ";
}
.p-single-coupon__flow-description {
  padding-left: 4.2rem;
}
.p-single-coupon__shop {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #B1A298;
}
.p-single-coupon__shop-title {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 400;
}
.p-single-coupon__shop-name {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-single-coupon__address {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.p-single-coupon__address::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/icon_map.svg) no-repeat center center/contain;
  content: "";
}
.p-single-coupon__address-button {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 0.5rem;
  background-color: #EE721F;
}
@media screen and (max-width: 767px) {
  .p-single-coupon__address-button {
    font-size: 1rem;
  }
}/*# sourceMappingURL=single.css.map */