/********************
  テンプレート
********************/

.block-freepage-container {
  margin-top: 20px;
}

.block-base-inner + .block-base-inner {
  margin-top: 80px;
}

/****タイトル****/

.block-ttl-common-h1 {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 30px;
  font-size: 28px;
  font-weight: bold;
}

.block-ttl-common-h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #c8102e;
}

.block-ttl-common-h2 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #deded9;
  font-size: 24px;
  font-weight: normal;
}

.block-ttl-common-h2:not(:first-child) {
  margin-top: 64px;
}

.block-ttl-common-h1 + .block-ttl-common-h2 {
  margin-top: 56px;
}

.block-ttl-common-h3 {
  margin: 0 0 22px;
  padding: 16px 16px 15px;
  background-color: #f2f2f0;
  font-size: 20px;
  font-weight: normal;
}

.block-ttl-common-h3:not(:first-child) {
  margin-top: 64px;
}

.block-ttl-common-h4 {
  position: relative;
  margin: 0 0 22px;
  padding: 0 0 14px;
  font-size: 18px;
  font-weight: normal;
}

.block-ttl-common-h4::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #c8102e;
}

.block-ttl-common-h4:not(:first-child) {
  margin-top: 40px;
}

.block-ttl-common-h5 {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: bold;
}

.block-ttl-common-h5:not(:first-child) {
  margin-top: 40px;
}

/****アーティクル****/

.block-base-annotation {
  font-size: 14px;
}

.block-base-article-vert-img .block-base-detail {
  margin-top: 20px;
}

.block-base-comment {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.7;
}

.block-base-img img {
  width: 100%;
}

.block-base-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.block-base-bnr {
  margin-top: 10px;
}

.block-base-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px 0 0;
  font-size: 16px;
}

.block-base-link a {
  margin: 4px 16px 0 0;
}

.block-base-article-vert-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-2 .block-article-container {
  width: calc((100% - 40px) / 2);
}

.col-3 .block-article-container {
  width: calc((100% - 80px) / 3);
}

.col-4 .block-article-container {
  width: calc((100% - 120px) / 4);
}

.col-2 .block-article-container:not(:nth-child(2n)),
.col-3 .block-article-container:not(:nth-child(3n)),
.col-4 .block-article-container:not(:nth-child(4n)) {
  margin-right: 40px;
}

.block-base-article-vert-img + .block-base-article-vert-img,
.block-base-article-parallel-img + .block-base-article-parallel-img,
.block-base-article-vert-img + .block-base-article-parallel-img,
.block-base-article-parallel-img + .block-base-article-vert-img,
.col-2 .block-article-container:not(:nth-child(-n + 2)),
.col-3 .block-article-container:not(:nth-child(-n + 3)),
.col-4 .block-article-container:not(:nth-child(-n + 4)) {
  margin-top: 40px;
}

.block-base-article-parallel-img .block-article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-large .block-base-img {
  width: 570px;
}

.img-large .block-base-detail {
  width: calc(100% - 610px);
}

.img-small .block-base-img {
  width: 366px;
}

.img-small .block-base-detail {
  width: calc(100% - 406px);
}

.img-xsmall .block-base-img {
  width: 240px;
}

.img-xsmall .block-base-detail {
  width: calc(100% - 266px);
}

.block-base-bg,
.block-base-bdr-red {
  padding: 38px 40px;
  font-size: 16px;
  line-height: 1.7;
}

.block-base-bg {
  background-color: #f8f8f4;
}

.block-base-bdr-red {
  border: 1px solid #c8102e;
  color: #c8102e;
}

.block-base-bg:not(:first-child),
.block-base-bdr-red:not(:first-child) {
  margin-top: 40px;
}

.block-base-tbl,
.block-base-chronology-tbl {
  font-size: 16px;
  line-height: 1.7;
}

.block-base-tbl:not(:first-child),
.block-base-chronology-tbl:not(:first-child) {
  margin-top: 40px;
}

.block-base-annotation + .block-base-tbl:not(:first-child),
.block-base-annotation + .block-base-chronology-tbl:not(:first-child) {
  margin-top: 20px;
}

.block-base-tbl th,
.block-base-tbl td,
.block-base-chronology-tbl th,
.block-base-chronology-tbl td {
  padding: 22px 30px 20px;
  border-top: 1px solid #deded9;
  border-bottom: 1px solid #deded9;
}

.block-base-tbl th + th,
.block-base-tbl td + td {
  border-left: 1px solid #deded9;
}

.block-base-tbl th,
.block-base-chronology-tbl th {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.block-base-tbl th {
  background-color: #ffeaef;
}

.block-base-video-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-base-video-list-item {
  width: calc((100% - 78px) / 4);
}

.block-base-video-list-item:not(:nth-child(4n)) {
  margin-right: 24px;
}

.block-base-video-list-item:not(:nth-child(-n + 4)) {
  margin-top: 24px;
}

.block-base-video-list-item button,
.block-base-video button {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.block-base-video-list-item button::after,
.block-base-video button::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/img/usr/common/icon_video_play.png) center no-repeat;
  background-size: 70px 70px;
}

.block-base-video-list-item button img {
  width: 100%;
}

.block-base-video-list-item .block-base-ttl {
  margin-top: 10px;
}

.block-base-content-simg-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-base-content-simg-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((100% - 16px) / 2);
  padding: 24px;
  background-color: #f8f8f4;
}

.block-base-content-simg-list-item:not(:nth-child(2n)) {
  margin-right: 16px;
}

.block-base-content-simg-list-item:not(:nth-child(-n + 2)) {
  margin-top: 16px;
}

.block-base-content-simg-list-item .block-base-img {
  width: 100px;
}

.block-base-content-simg-list-item .block-base-detail {
  width: 418px;
}

.block-base-content-simg-list-item .block-base-ttl {
  position: relative;
  margin-top: -3px;
  padding-left: 20px;
}

.block-base-content-simg-list-item .block-base-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #c8102e;
  border-right: 1px solid #c8102e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-base-content-simg-list-item .block-base-comment {
  margin-top: 4px;
}

.block-base-content-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  background-color: #f8f8f4;
}

.block-base-content-simg-list + .block-base-content-full {
  margin-top: 16px;
}

.block-base-content-full .block-base-ttl {
  position: relative;
  margin-top: -3px;
  padding-left: 20px;
  font-size: 20px;
}

.block-base-content-full .block-base-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #c8102e;
  border-right: 1px solid #c8102e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-base-content-full .block-base-link {
  margin-top: 6px;
}

.block-base-content-mimg-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-base-content-mimg-list-item {
  width: calc((100% - 32px) / 3);
  background-color: #f8f8f4;
}

.block-base-content-mimg-list-item:not(:nth-child(3n)) {
  margin-right: 16px;
}

.block-base-content-mimg-list-item:not(:nth-child(-n + 3)) {
  margin-top: 20px;
}

.block-base-content-mimg-list-item .block-base-img img {
  width: 100%;
}

.block-base-content-mimg-list-item .block-base-detail {
  padding: 16px 24px 24px;
}

.block-base-caution-list {
  font-size: 16px;
  line-height: 1.7;
}

.block-base-caution-list li {
  position: relative;
  padding-left: 20px;
}

.block-base-caution-list li + li {
  margin-top: 1.2em;
}

.block-base-caution-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #000000;
}

.block-base-link,
.block-base-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-base-link + .block-base-link,
.block-base-btn + .block-base-btn {
  margin-top: 16px;
}

.block-base-link.link-center,
.block-base-btn.btn-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.block-base-link a,
.block-base-btn a {
  position: relative;
}

.block-base-link.link-outer a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  background: url(/img/usr/common/icon_outer_link_red.png) center no-repeat;
  background-size: contain;
}

.block-base-link.link-pdf a::after {
  content: "PDF";
  display: inline-block;
  position: relative;
  top: -2px;
  width: auto;
  height: 16px;
  margin-left: 10px;
  padding: 0 4px;
  background-color: #000000;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}

.block-base-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 320px;
  height: 48px;
  padding: 0 16px;
  background-color: #000000;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.block-base-btn.btn-outer a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  background: url(/img/usr/common/icon_outer_link_white.png) center no-repeat;
  background-size: contain;
}

.block-base-btn.btn-pdf a::after {
  content: "PDF";
  display: inline-block;
  position: relative;
  width: auto;
  height: 16px;
  margin-left: 10px;
  padding: 0 4px;
  background-color: #fff;
  color: #3f3d3c;
  font-size: 10px;
  line-height: 16px;
}

.block-bnr-container {
  margin-bottom: 40px;
}

.block-bnr-list,
.block-bnr-list.list-5 > li,
.block-bnr-list.list-5 > li > ul {
  display: flex;
  flex-wrap: wrap;
}

.block-bnr-list + .block-bnr-list {
  margin-top: 16px;
}

.block-bnr-list a,
.block-bnr-list img {
  display: block;
  width: 100%;
}

.block-bnr-list a {
  transform: all 0.4s ease;
}

.block-bnr-list a:hover {
  opacity: 0.7;
}

.block-bnr-list.list-1 li,
.block-bnr-list.list-5 > li {
  width: 100%;
}

.block-bnr-list.list-2 li,
.block-bnr-list.list-5 > li > a,
.block-bnr-list.list-5 > li > ul,
.block-bnr-list.list-5 > li > ul > li {
  width: calc((100% - 16px) / 2);
}

.block-bnr-list.list-3 li {
  width: calc((100% - (16px * 2)) / 3);
}

.block-bnr-list.list-4 li {
  width: calc((100% - (16px * 3)) / 4);
}

.block-bnr-list.list-2 li:not(:nth-child(2n)),
.block-bnr-list.list-3 li:not(:nth-child(3n)),
.block-bnr-list.list-4 li:not(:nth-child(4n)),
.block-bnr-list.list-5 > li > a,
.block-bnr-list.list-5 > li > ul > li:not(:nth-child(2n)) {
  margin-right: 16px;
}

.block-bnr-list.list-1 li + li,
.block-bnr-list.list-2 li:not(:nth-child(-n + 2)),
.block-bnr-list.list-3 li:not(:nth-child(-n + 3)),
.block-bnr-list.list-4 li:not(:nth-child(-n + 4)),
.block-bnr-list.list-5 > li + li,
.block-bnr-list.list-5 > li > ul > li:not(:nth-child(-n + 2)) {
  margin-top: 16px;
}

/********************
  テンプレート終わり
********************/

.sp-only {
  display: none;
}

.block-fp-container {
  width: 1200px;
  margin: 0 auto;
}

/*Ouchi de POEME*/

.block-odp {
  color: #333333;
}

.block-odp-h1 {
  min-width: 1200px;
  height: 600px;
  margin: 0;
  padding: 0;
  background-image: url(../../img/usr/lp/ouchi_de_poeme/mv_02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2000px 600px;
  color: transparent;
  font-size: 0;
}

.odp-2023 .block-odp-h1 {
  background-image: url(../../img/usr/lp/ouchi_de_poeme_2023/img_ttl_pc_2000.jpg);
}

.block-odp-content {
  min-height: 2304px;
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_main.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 2000px 2304px;
}

.block-odp-top_btn {
  min-width: 1200px;
  height: 253px;
  padding: 42px 0 0;
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.block-odp-top_btn dl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.block-odp-top_btn .txt-red {
  color: #c82361;
  font-size: 3.2rem;
}

.block-odp-top_btn .block-odp-btn {
  margin-top: 18px;
}

.block-odp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-odp-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 900px;
  height: 100px;
  border-radius: 100px;
  background-color: #c82361;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
}

.block-odp-btn a:hover {
  opacity: 0.7;
}

.block-odp-package_design {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.block-odp-package_design img {
  display: block;
}

.block-odp-content .block-odp-prod_info {
  margin-top: 75px;
}

.odp-2023 .block-odp-content .block-odp-prod_info {
  margin-top: 80px;
}

.block-odp-prod_info {
  position: relative;
  padding-bottom: 65px;
}

.block-odp-prod_info::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 656px;
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.block-odp-prod_info > * {
  position: relative;
}

.block-odp-prod_info-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-odp-prod_info-ttl img {
  display: block;
}

.block-odp-prod_info-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}

.block-odp-prod_info-img img.block-odp-prod_info-img {
  margin-top: 56px;
}

.block-odp-prod_info-img img {
  display: block;
  width: 737px;
}

.odp-2023 .block-odp-prod_info-img img {
  width: 828px;
}

.block-odp-prod_info-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  height: 140px;
  margin: -14px auto 0;
  padding: 0 98px;
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #653919;
}

.odp-2023 .block-odp-prod_info-set {
  padding: 0 70px;
}

.block-odp-prod_info-set .ttl {
  font-size: 2rem;
  font-weight: 700;
}

.block-odp-prod_info-set .items {
  display: flex;
  width: 640px;
}

.odp-2023 .block-odp-prod_info-set .items {
  width: 697px;
}

.block-odp-prod_info-set .items ul {
  font-size: 1.6rem;
}

.block-odp-prod_info-set .items ul:nth-child(1) {
  width: 40%;
}

.block-odp-prod_info-set .items ul:nth-child(2) {
  width: 60%;
}

.odp-2023 .block-odp-prod_info-set .items ul:nth-child(1) {
  width: 55%;
}

.odp-2023 .block-odp-prod_info-set .items ul:nth-child(2) {
  width: 45%;
}

.block-odp-prod_info-set .items li {
  position: relative;
  padding-left: 24px;
}

.block-odp-prod_info-set .items li + li {
  margin-top: 6px;
}

.block-odp-prod_info-set .items li::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url(../../img/usr/lp/ouchi_de_poeme/li_dot.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-odp-prod_info-price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

.block-odp-prod_info-price img {
  display: block;
}

.block-odp-prod_info-btn {
  margin-top: 30px;
}

.block-odp-prod_info-detail {
  width: 900px;
  margin: 20px auto 0;
  text-align: right;
}

.block-odp-prod_info-detail a {
  color: #653919;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: underline;
}

.block-odp-prod_info-detail a:hover {
  text-decoration: none;
}

.block-odp-lineup {
  margin-top: -94px;
}

.odp-2023 .block-odp-lineup {
  margin-top: -446px;
}

.block-odp-lineup-h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-odp-lineup-h2 img {
  display: block;
}

.block-odp-lineup-list {
  margin-top: 60px;
  color: #653919;
}

.block-odp-lineup-list li {
  width: 100%;
  min-width: 1200px;
  min-height: 320px;
  padding-top: 68px;
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_beige.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 320px;
}

.block-odp-lineup-list li.bg-beige {
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_beige.png);
}

.block-odp-lineup-list li.bg-pink {
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_pink.png);
}

.block-odp-lineup-list li.bg-purple {
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_purple.png);
}

.block-odp-lineup-list li.bg-red {
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_red.png);
}

.block-odp-lineup-list li.bg-brown {
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_brown.png);
}

.block-odp-lineup-list li.bg-yellow {
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_yellow.png);
}

.block-odp-lineup-list li.bg-green {
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_green.png);
}

.block-odp-lineup-list li.bg-orange {
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_orange.png);
}

.block-odp-lineup-list li.bg-yellow2 {
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_yellow2.png);
}

.block-odp-lineup-list li.bg-deepbrown {
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_deepbrown.png);
}

.block-odp-lineup-list li.bg-deepred {
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_deepred.png);
}

.block-odp-lineup-list li.bg-rightbrown {
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_rightbrown.png);
}

.block-odp-lineup-list li.bg-rightyellow {
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_rightyellow.png);
}

.block-odp-lineup-list li.bg-macha {
  background-image: url(../../img/usr/lp/ouchi_de_poeme_2023/bg_macha.png);
}

.block-odp-lineup-list li.bg-mikan {
  background-image: url(../../img/usr/lp/ouchi_de_poeme_2023/bg_mikan.png);
}

.block-odp-lineup-list li + li {
  margin-top: 74px;
}

.block-odp-lineup-list .list-name {
  font-size: 4rem;
  font-weight: 700;
}

.block-odp-lineup-list li:nth-child(even) .list-name {
  text-align: right;
}

.block-odp-lineup-list .list-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 28px;
}

.block-odp-lineup-list .list-img {
  width: 500px;
}

.block-odp-lineup-list img {
  display: block;
  border-radius: 10px;
}

.block-odp-lineup-list .list-detail {
  width: 620px;
}

.block-odp-lineup-list .list-catchcopy {
  font-size: 3rem;
  font-weight: 700;
}

.block-odp-lineup-list .list-comment {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.7;
}

.block-odp-content-2 {
  min-width: 1200px;
  margin-top: 160px;
  padding-bottom: 130px;
  background-image: url(../../img/usr/lp/ouchi_de_poeme/bg_main.png);
  background-position: center top -790px;
  background-repeat: no-repeat;
  background-size: 2000px 2304px;
}

/*
母恵夢お取り寄せ都道府県ランキング
---------------------- */
.container.is-full {
  width: 100%;
  display: block;
}

.block-back_order {
  color: #333333;
  width: 100%;
  background-image: url(../../img/usr/lp/back_order/bg_top.png);
  background-size: 2966px 2850px;
  background-repeat: no-repeat;
  background-position: center 700px;
}

.block-back_order .__sp {
  display: none;
}

.block-back_order-jp-map {
  display: none;
}

.block-back_order a {
  text-decoration: none;
}

.block-back_order a:hover {
  opacity: 0.7;
}

.block-back_order-head {
  background-image: url(../../img/usr/lp/back_order/head.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
  width: 100%;
  display: block;
}

.block-back_order-head h1 {
  display: none;
}

.block-back_order-head img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.block-back_order-head figcaption {
  display: none;
}

.block-back_order-head-0901 {
  background-image: url(../../img/usr/lp/back_order3/head.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
  width: 100%;
  display: block;
}

.block-back_order-head-0901 h1 {
  display: none;
}

.block-back_order-head-0901 img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.block-back_order-head-0901 figcaption {
  display: none;
}

.block-back_order-head-1024 {
  background-image: url(../../img/usr/lp/back_order4/head.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
  width: 100%;
  display: block;
}

.block-back_order-head-1024 h1 {
  display: none;
}

.block-back_order-head-1024 img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.block-back_order-head-1024 figcaption {
  display: none;
}

.block-back_order-read {
  text-align: center;
  font-size: 18px;
  padding: 70px 0;
}

.block-back_order-top5 {
  padding: 20px 0 70px;
  width: 1200px;
  margin: 0 auto;
}

.block-back_order-top5-head {
  text-align: center;
}

.block-back_order-top5-head img {
  width: 179px;
  height: 105px;
}

.block-back_order-top5-p {
  font-size: 24px;
  line-height: 1;
  padding: 1em 0;
}

.block-back_order-top5-h2 {
  line-height: 1;
  position: relative;
  top: -20px;
}

.block-back_order-top5-head1 {
  font-size: 32px;
}

.block-back_order-top5-head2 {
  font-size: 60px;
}

.block-back_order-top5-head3 {
  font-size: 80px;
}

.block-back_order-top5-body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px;
}

.block-back_order-top5-item {
  width: 380px;
  margin: 0 10px;
  text-align: center;
  margin-bottom: 20px;
}

.block-back_order-top5-item-name {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 43px 36px;
  padding-left: 53px;
}

.block-back_order-top5-item-name.-rank1 {
  background-image: url(../../img/usr/lp/back_order/crown_1.png);
}

.block-back_order-top5-item-name.-rank2 {
  background-image: url(../../img/usr/lp/back_order/crown_2.png);
}

.block-back_order-top5-item-name.-rank3 {
  background-image: url(../../img/usr/lp/back_order/crown_3.png);
}

.block-back_order-top5-item-name.-rank4 {
  background-image: none;
  padding-left: 0;
}

.block-back_order-top5-item-name.-rank5 {
  background-image: none;
  padding-left: 0;
}

.block-back_order-top5-item-name span {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  padding-right: 0.5em;
}

.block-back_order-top5-item-name span.-rank1 {
}

.block-back_order-top5-item-name strong {
  font-weight: bold;
  font-size: 36px;
}

.block-back_order-top5-item-detail {
  border-radius: 10px;
  background: #eee;
  padding: 32px;
  text-align: left;
  font-size: 16px;
  min-height: 175px;
  position: relative;
  margin-top: 24px;
}

.block-back_order-top5-item-detail:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 17.3px 10px;
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left: -10px;
}

.block-back_order-top5-item-detail.-rank1 {
  background: #fdfbdc;
}

.block-back_order-top5-item-detail.-rank2 {
  background: #fdf1f4;
}

.block-back_order-top5-item-detail.-rank3 {
  background: #f8f5fc;
}

.block-back_order-top5-item-detail.-rank4 {
  background: #f4fdf1;
}

.block-back_order-top5-item-detail.-rank5 {
  background: #f4fdf1;
}

.block-back_order-top5-item-detail.-rank1:after {
  border-color: transparent transparent #fdfbdc transparent;
}

.block-back_order-top5-item-detail.-rank2:after {
  border-color: transparent transparent #fdf1f4 transparent;
}

.block-back_order-top5-item-detail.-rank3:after {
  border-color: transparent transparent #f8f5fc transparent;
}

.block-back_order-top5-item-detail.-rank4:after {
  border-color: transparent transparent #f4fdf1 transparent;
}

.block-back_order-top5-item-detail.-rank5:after {
  border-color: transparent transparent #f4fdf1 transparent;
}

.block-back_order-top5-catch {
  text-align: center;
  padding: 40px 0;
}

.block-back_order-top5-catch h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 3px solid #f2e852;
}

.block-back_order-map {
  width: 1200px;
  margin: 0 auto;
  background-image: url(../../img/usr/lp/back_order/map.png);
  background-repeat: no-repeat;
  background-size: 880px 748px;
  padding: 70px 0 0 80px;
  position: relative;
  height: 1500px;
}

.block-back_order-map-title {
  width: 450px;
  text-align: center;
}

.block-back_order-map-title img {
  width: 178px;
  height: 105px;
  display: inline-block;
  margin-bottom: 0.5em;
}

.block-back_order-top5-h2 {
  padding-top: 30px;
}

.block-back_order-top5-h2 img {
  width: 417px;
  height: auto;
}

.block-back_order-top3-h2 {
  padding-top: 0px;
}

.block-back_order-top3-h2 img {
  width: 450px;
  height: auto;
}

.block-back_order-map-title1 {
  font-size: 32px;
}

.block-back_order-map-title2 {
  font-size: 60px;
}

.block-back_order-map-title3 {
  font-size: 80px;
}

.block-back_order-map-area {
  width: 320px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
}

.block-back_order-map-area.type1 {
  border: 5px solid #f2e852;
  right: 0;
  top: 180px;
}

.block-back_order-map-area.type2 {
  border: 5px solid #f3bbc6;
  right: 142px;
  top: 687px;
}

.block-back_order-map-area.type3 {
  border: 5px solid #d9cdf1;
  left: 369px;
  top: 739px;
}

.block-back_order-map-area.type4 {
  border: 5px solid #c9f2b7;
  left: 0;
  top: 792px;
}

.block-back_order-map-area.type1:before {
  position: absolute;
  content: "";
  display: block;
  width: 204px;
  height: 84px;
  background-image: url(../../img/usr/lp/back_order/map_arrow_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 315px;
  top: 153px;
  mix-blend-mode: multiply;
}

.block-back_order-map-area.type2:before {
  position: absolute;
  content: "";
  display: block;
  width: 324px;
  height: 181px;
  background-image: url(../../img/usr/lp/back_order/map_arrow_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 150px;
  top: -186px;
  mix-blend-mode: multiply;
}

.block-back_order-map-area.type3:before {
  position: absolute;
  content: "";
  display: block;
  width: 187px;
  height: 168px;
  background-image: url(../../img/usr/lp/back_order/map_arrow_3.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 120px;
  top: -173px;
  mix-blend-mode: multiply;
}

.block-back_order-map-area.type4:before {
  position: absolute;
  content: "";
  display: block;
  width: 134px;
  height: 174px;
  background-image: url(../../img/usr/lp/back_order/map_arrow_4.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 50px;
  top: -179px;
  mix-blend-mode: multiply;
}

.block-back_order-map-area h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.block-back_order-map-area.type1 h3 {
  background: #f2e852;
}

.block-back_order-map-area.type2 h3 {
  background: #f3bbc6;
}

.block-back_order-map-area.type3 h3 {
  background: #d9cdf1;
}

.block-back_order-map-area.type4 h3 {
  background: #c9f2b7;
}

.block-back_order-map-area p {
  padding: 24px;
  font-size: 16px;
  padding-bottom: 4px;
}

.block-back_order-map-area-rank {
  display: flex;
  margin: 0 24px;
}

.block-back_order-map-area.type1 .block-back_order-map-area-rank {
  border-bottom: 1px solid #f2e852;
  padding-top: 1em;
  padding-bottom: 1em;
}

.block-back_order-map-area.type1 .block-back_order-map-area-rank:last-child {
  border-bottom: none;
  padding-bottom: 2em;
}

.block-back_order-map-area.type2 .block-back_order-map-area-rank {
  border-bottom: 1px solid #f3bbc6;
  padding-top: 1em;
  padding-bottom: 1em;
}

.block-back_order-map-area.type2 .block-back_order-map-area-rank:last-child {
  border-bottom: none;
  padding-bottom: 2em;
}

.block-back_order-map-area.type3 .block-back_order-map-area-rank {
  border-bottom: 1px solid #d9cdf1;
  padding-top: 1em;
  padding-bottom: 1em;
}

.block-back_order-map-area.type13 .block-back_order-map-area-rank:last-child {
  border-bottom: none;
  padding-bottom: 2em;
}

.block-back_order-map-area.type4 .block-back_order-map-area-rank {
  border-bottom: 1px solid #c9f2b7;
  padding-top: 1em;
  padding-bottom: 1em;
}

.block-back_order-map-area.type4 .block-back_order-map-area-rank:last-child {
  border-bottom: none;
  padding-bottom: 2em;
}

.block-back_order-map-area-rank-img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.block-back_order-map-area-rank-detail {
}

.block-back_order-map-area-rank-detail h4 {
  font-size: 16px;
  font-weight: bold;
  padding-right: 1em;
}

.block-back_order-map-area-more {
  font-size: 14px;
  text-decoration: underline;
}

.block-back_order-map-area-rank {
}

.block-back_order-map-area-rank-rank1 {
  background-image: url(../../img/usr/lp/back_order/crown_1.png);
  background-repeat: no-repeat;
  background-size: 24px 20px;
  display: block;
  padding-left: 30px;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5em;
  width: 146px;
  padding-top: 3px;
}

.block-back_order-map-area-rank-rank2 {
  width: 78px;
  background-image: url(../../img/usr/lp/back_order/crown_2.png);
  background-repeat: no-repeat;
  background-size: 24px 20px;
  display: block;
  padding-left: 30px;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5em;
  padding-top: 3px;
}

.block-back_order-map-area-rank-rank3 {
  width: 78px;
  background-image: url(../../img/usr/lp/back_order/crown_3.png);
  background-repeat: no-repeat;
  background-size: 24px 20px;
  display: block;
  padding-left: 30px;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5em;
  padding-top: 3px;
}

.block-back_order-top5-item-detail p {
  height: 5em;
}

.block-back_order-top5-item-detail strong {
  text-align: right;
  display: block;
  padding-top: 8px;
  font-weight: bold;
}

.block-back_order-total-ranking {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-left: 7px;
  padding-top: 30px;
}

.block-back_order-total-ranking a {
  width: 520px;
  height: 70px;
  background: #f2e852;
  color: #333;
  font-size: 22px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  position: relative;
}

.block-back_order-total-ranking a span {
  position: relative;
  top: -7px;
  left: -7px;
}

.block-back_order-total-ranking a:after {
  width: 520px;
  height: 70px;
  border: 2px solid #333;
  border-radius: 70px;
  content: "";
  position: relative;
  top: -7px;
  left: -7px;
  position: absolute;
  z-index: 2;
}

.block-back_order-information {
  margin-bottom: 120px;
}

.block-back_order-information-title {
  text-align: center;
}

.block-back_order-information-title-icon {
  width: 179px;
  height: 80px;
}

.block-back_order-information-title p {
  padding: 16px 0 8px;
  font-size: 24px;
}

.block-back_order-information-title p img {
  width: 631px;
  height: auto;
}

.block-back_order-information-title h2 {
  padding-bottom: 1em;
  font-size: 40px;
}

.block-back_order-information-title h2 img {
  width: 808px;
  height: auto;
}

.block-back_order-information-title h2 strong {
  font-size: 40px;
}

.block-back_order-information-title h2 strong.-red {
  color: #ea6680;
}

.block-back_order-information-title h2 strong.-yellow {
  color: #f0e200;
}

.block-back_order-information-title h2 strong.-purple {
  color: #875cdd;
}

.block-back_order-information-title h2 strong.-green {
  color: #3dba06;
}

.block-back_order-information-title h2 strong.-blue {
  color: #3ebeff;
}

.block-back_order-information-title h2 span {
  font-size: 34px;
}

.block-back_order-information_item {
  display: flex;
  justify-content: center;
  padding-top: 90px;
  margin-bottom: 50px;
}

.block-back_order-information_item.-green {
  background-image: url(../../img/usr/lp/back_order/bg1.png);
  background-repeat: repeat-x;
  background-size: 100% 360px;
}

.block-back_order-information_item.-purple {
  background-image: url(../../img/usr/lp/back_order/bg2.png);
  background-repeat: repeat-x;
  background-size: 100% 360px;
}

.block-back_order-information_item.-red {
  background-image: url(../../img/usr/lp/back_order/bg3.png);
  background-repeat: repeat-x;
  background-size: 100% 360px;
}

.block-back_order-information_item.-blue {
  background-image: url(../../img/usr/lp/back_order/bg4.png);
  background-repeat: repeat-x;
  background-size: 100% 360px;
}

.block-back_order-information_item.-brown {
  background-image: url(../../img/usr/lp/back_order3/bg1.png);
  background-repeat: repeat-x;
  background-size: 100% 360px;
}

.block-back_order-information_item.-deepred {
  background-image: url(../../img/usr/lp/back_order3/bg4.png);
  background-repeat: repeat-x;
  background-size: 100% 360px;
}

.block-back_order-information_item.-choco {
  background-image: url(../../img/usr/lp/back_order4/bg4.png);
  background-repeat: repeat-x;
  background-size: 100% 360px;
}

.block-back_order-information_item.-strawberry {
  background-image: url(../../img/usr/lp/back_order4/bg1.png);
  background-repeat: repeat-x;
  background-size: 100% 360px;
}

.block-back_order-information_item-img {
  width: 500px;
}

.block-back_order-information_item-detail {
  width: 700px;
  padding-left: 80px;
}

.block-back_order-information_item-h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.block-back_order-information_item-h3.-green {
  color: #3dba06;
}

.block-back_order-information_item-h3.-purple {
  color: #875cdd;
}

.block-back_order-information_item-h3.-red {
  color: #ea6680;
}

.block-back_order-information_item-h3.-blue {
  color: #3ebeff;
}

.block-back_order-information_item-h3.-brown {
  color: #8d5c3b;
}

.block-back_order-information_item-h3.-deepred {
  color: #c62731;
}

.block-back_order-information_item-h3.-choco {
  color: #6c4630;
}

.block-back_order-information_item-h3.-strawberry {
  color: #e8464a;
}

.block-back_order-information_item-h4 {
  font-size: 20px;
  padding-top: 1.5em;
  font-weight: bold;
}

.block-back_order-information_item-p {
  font-size: 16px;
  padding-top: 12px;
  color: #333333;
  margin-bottom: 32px;
}

.block-back_order-information_item-price {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

.block-back_order-information_item-price span {
  font-size: 16px;
}

.block-back_order-information_item-price strong {
  font-size: 20px;
  font-weight: bold;
}

.block-back_order-information_item-link {
  display: flex;
  justify-content: flex-end;
  padding-top: 12px;
}

.block-back_order-information_item-link a {
  display: inline-block;
  background: #c82361;
  color: #fff;
  border-radius: 100px;
  width: 300px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-back_order-information_item-more a {
  text-align: right;
  display: block;
  text-decoration: underline;
  font-size: 16px;
  padding-top: 16px;
}

.block-back_order-rankout {
  background-image: url(../../img/usr/lp/back_order/bg_bottom.png);
  background-size: 3111px 1349px;
  background-repeat: no-repeat;
  background-position: center 0px;
  padding-top: 100px;
  min-height: 1349px;
}

.block-back_order-rankout-title {
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  width: 472px;
}

.block-back_order-rankout-title img {
  width: 472px;
  height: auto;
}

.block-back_order-rankout-detail {
  border: 5px solid #f4ec74;
  border-radius: 20px;
  width: 1200px;
  margin: 0 auto 60px;
}

.block-back_order-rankout-detail h3 {
  text-align: center;
  position: relative;
  top: -0.8em;
  font-size: 40px;
}

.block-back_order-rankout-detail h3 img {
  width: 746px;
  height: auto;
}

.block-back_order-rankout-detail h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 16px;
}

.block-back_order-rankout-products {
  display: flex;
  flex-wrap: wrap;
  padding: 32px;
  padding-top: 0;
}

.block-back_order-rankout-product {
  width: 25%;
  padding: 1em;
}

.block-back_order-rankout-product a {
  display: block;
  color: #3f3d3c;
}

.block-back_order-rankout-product img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

.block-back_order-rankout-product strong {
  display: block;
  font-weight: bold;
  font-size: 18px;
  height: 3em;
}

.block-back_order-rankout-product p {
  text-align: right;
  font-size: 20px;
}

.block-back_order-rankout-product p span {
  font-size: 12px;
}

/* 母恵夢お取り寄せ都道府県ランキング */

/* 母恵夢ハッピーボックス */
.base-container {
  width: 1200px;
  margin: 0 auto;
}

/* 母恵夢ハッピーボックス */

/*バレンタイン2023*/

.block-valentine_2023 {
  padding-bottom: 60px;
  color: #5c3725;
  overflow: hidden;
}

.block-valentine_2023 .block-odp-h1 {
  background-image: url(../../img/usr/lp/2023_valentine/pc/mv.jpg);
}

.block-valentine_2023 .block-odp-content {
  background: none;
}

.block-valentine_2023 .block-odp-top_btn {
  background-image: url(../../img/usr/lp/2023_valentine/pc/bg_pink.png);
}

.block-valentine_2023 .block-odp-top_btn .txt-red {
  color: #e1788a;
}

.block-valentine_2023 .block-odp-btn a {
  background-color: #e1788a;
}

.block-valentine_2023 .block-fp-container {
  position: relative;
}

.block-valentine_2023 .block-fp-container::before,
.block-valentine_2023 .block-fp-container::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-valentine_2023 .block-odp-package_design {
  position: relative;
}

.block-valentine_2023 .block-odp-package_design::after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 370px;
  background-image: url(../../img/usr/lp/2023_valentine/pc/package_design_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1310px 370px;
}

.block-valentine_2023 .block-odp-package_design .block-fp-container::before {
  top: -152px;
  left: -323px;
  width: 247px;
  height: 600px;
  background-image: url(../../img/usr/lp/2023_valentine/pc/bg_heart_1.png);
}

.block-valentine_2023 .block-odp-package_design .block-fp-container::after {
  top: -151px;
  right: -320px;
  width: 240px;
  height: 500px;
  background-image: url(../../img/usr/lp/2023_valentine/pc/bg_heart_2.png);
}

.block-valentine_2023 .block-odp-prod_info::before {
  background-image: url(../../img/usr/lp/2023_valentine/pc/bg_pink_2.png);
  background-size: 1200px 646px;
}

.block-valentine_2023 .block-odp-prod_info .block-fp-container::before {
  top: 575px;
  left: -201px;
  width: 240px;
  height: 500px;
  background-image: url(../../img/usr/lp/2023_valentine/pc/bg_heart_2.png);
}

.block-valentine_2023 .block-odp-prod_info .block-fp-container::after {
  top: 253px;
  right: -130px;
  width: 247px;
  height: 600px;
  background-image: url(../../img/usr/lp/2023_valentine/pc/bg_heart_1.png);
}

.block-valentine_2023 .block-odp-prod_info-set .items li::before {
  background-image: url(../../img/usr/lp/2023_valentine/li_dot.png);
}

.block-valentine_2023 .block-odp-lineup-list li.bg-beige,
.block-valentine_2023 .block-odp-lineup-list li.bg-purple,
.block-valentine_2023 .block-odp-lineup-list li.bg-brown {
  background-image: url(../../img/usr/lp/2023_valentine/pc/bg_item_yellow.png);
}

.block-valentine_2023 .block-odp-lineup-list li.bg-pink,
.block-valentine_2023 .block-odp-lineup-list li.bg-red {
  background-image: url(../../img/usr/lp/2023_valentine/pc/bg_item_pink.png);
}

.block-valentine_2023 .block-odp-lineup-list .bg-beige .block-fp-container::before {
  top: -320px;
  right: -201px;
  width: 240px;
  height: 500px;
  background-image: url(../../img/usr/lp/2023_valentine/pc/bg_heart_2.png);
}

.block-valentine_2023 .block-odp-lineup-list .bg-pink .block-fp-container::before {
  top: -450px;
  left: -242px;
  width: 247px;
  height: 600px;
  background-image: url(../../img/usr/lp/2023_valentine/pc/bg_heart_1.png);
}

.block-valentine_2023 .block-odp-lineup-list .bg-purple .block-fp-container::before {
  top: -274px;
  right: -252px;
  width: 247px;
  height: 600px;
  background-image: url(../../img/usr/lp/2023_valentine/pc/bg_heart_1.png);
}

.block-valentine_2023 .block-odp-lineup-list .bg-red .block-fp-container::before {
  top: -286px;
  left: -301px;
  width: 240px;
  height: 500px;
  background-image: url(../../img/usr/lp/2023_valentine/pc/bg_heart_2.png);
}

.block-valentine_2023 .block-odp-lineup-list .bg-brown .block-fp-container::before {
  top: -169px;
  right: -292px;
  width: 240px;
  height: 500px;
  background-image: url(../../img/usr/lp/2023_valentine/pc/bg_heart_2.png);
}

.block-valentine_2023 .block-odp-lineup-list .list-img img {
  border-radius: 10px;
}

.block-valentine_2023 .block-odp-content-2 {
  padding-bottom: 0;
  background: none;
}

.block-vt_2023_instagram {
  position: relative;
  margin-top: 29px;
  background-image: url(../../img/usr/lp/2023_valentine/pc/instagram_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1364px 701px;
  color: #5c3725;
  letter-spacing: 0.04em;
}

.block-vt_2023_instagram .block-fp-container {
  padding: 161px 0 90px;
  background-image: url(../../img/usr/lp/2023_valentine/pc/instagram_bdr.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1200px 10px;
}

.block-vt_2023_instagram h2 {
  position: relative;
  padding-top: 76px;
  background-image: url(../../img/usr/lp/2023_valentine/icon_instagram.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.block-vt_2023_instagram-hash {
  margin-top: 18px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}

.block-vt_2023_instagram-account {
  margin-top: 3px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.block-vt_2023_instagram-date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  height: 78px;
  margin: 30px auto 0;
  border-top: 2px solid #5c3725;
  border-bottom: 2px solid #5c3725;
  font-weight: 700;
}

.block-vt_2023_instagram-date dt {
  font-size: 1.8rem;
}

.block-vt_2023_instagram-date dd {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 1.8rem;
}

.block-vt_2023_instagram-date dd span {
  position: relative;
}

.block-vt_2023_instagram-date dd span:first-child {
  margin-right: 36px;
}

.block-vt_2023_instagram-date dd span:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -26px;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 14px;
  border-color: transparent transparent transparent #5c3725;
}

.block-vt_2023_instagram-date dd strong {
  font-size: 2.4rem;
  font-weight: 700;
}

.block-vt_2023_instagram-comment {
  margin-top: 50px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.818;
}

.block-vt_2023_instagram-comment .txt-red {
  color: #e1788a;
}

.block-vt_2023_instagram-step {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.block-vt_2023_instagram-step li {
  display: flex;
  align-items: center;
}

.block-vt_2023_instagram-step li + li {
  margin-top: 30px;
}

.block-vt_2023_instagram-step .list-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 50px;
  border-radius: 50px;
  background-color: #5c3725;
  color: #ffffff;
  font-size: 2rem;
}

.block-vt_2023_instagram-step .list-comment {
  margin-left: 20px;
  font-size: 2.2rem;
  font-weight: 600;
}

/*レビュー2023*/

.block-review {
  min-width: 1200px;
  color: #653919;
}

.block-review h1 {
  width: 100%;
  height: 600px;
  background-image: url(../../img/usr/lp/2023_review/pc/mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2000px 600px;
  color: transparent;
  font-size: 0;
}

.block-review-h2 {
  position: relative;
  margin: 0;
  padding: 98px 0 0 0.04em;
  background-image: url(../../img/usr/lp/2023_review/pc/ttl.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 70px 76px;
  color: #ea6e79;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}

.block-review-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.block-review-h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0 0 0.04em;
  width: 440px;
  height: 70px;
  background-image: url(../../img/usr/lp/2023_review/pc/h3_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}

h2 + .block-review-h3 {
  margin-top: 48px;
}

.block-review-requirements-date + .block-review-h3,
.block-review-requirements-prod + .block-review-h3 {
  margin-top: 60px;
}

.block-review-requirements {
  padding: 100px 0;
  background-color: #feeff0;
}

.block-review-requirements-date {
  margin-top: 38px;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}

.block-review-requirements-date strong {
  color: #ea6e79;
  font-size: 4.4rem;
  font-weight: 600;
}

.block-review-requirements-prod {
  width: 1000px;
  margin: 40px auto 0;
}

.block-review-requirements-prod img {
  display: block;
  border-radius: 10px;
}

.block-review-requirements-prod p {
  margin-top: 30px;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.04em;
}

.block-review-requirements-flow {
  width: 1000px;
  margin: 47px auto 0;
}

.block-review-requirements-flow ul {
  display: flex;
  justify-content: space-between;
}

.block-review-requirements-flow li {
  position: relative;
  width: 280px;
  text-align: center;
  letter-spacing: 0.04em;
}

.block-review-requirements-flow li:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 160px;
  left: -55px;
  width: 0;
  height: 0;
  margin-top: -20px;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent rgba(183, 183, 183, 0.5);
}

.block-review-requirements-flow .list-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ea6e79;
  font-weight: 600;
}

.block-review-requirements-flow .list-step span:nth-child(1) {
  font-size: 2rem;
}

.block-review-requirements-flow .list-step span:nth-child(2) {
  font-size: 4rem;
}

.block-review-requirements-flow .list-icon {
  width: 240px;
  margin: -30px auto 0;
}

.block-review-requirements-flow .list-icon img {
  display: block;
  width: 100%;
}

.block-review-requirements-flow .list-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.455;
}

.block-review-requirements-flow .list-comment {
  font-size: 1.8rem;
  line-height: 1.556;
}

.block-review-requirements-caution {
  width: 1000px;
  margin: 80px auto 0;
  padding: 50px 40px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.04em;
}

.block-review-requirements-caution h3 {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

.block-review-requirements-caution ul {
  margin-top: 28px;
}

.block-review-requirements-caution li {
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.block-review-requirements-caution li + li {
  margin-top: 20px;
}

.block-review-requirements-caution li::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #ea6e79;
}

.block-review-info {
  position: relative;
  padding: 100px 0;
  background-color: #fffcfc;
}

.block-review-info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/usr/lp/2023_review/pc/info_bg.png);
  background-position: center left;
  background-repeat: repeat;
  background-size: 1366px 549px;
  opacity: 0.2;
}

.block-review-info .block-fp-container {
  position: relative;
}

.block-review-info-content {
  width: 1000px;
  height: 500px;
  position: relative;
  margin: 50px auto 0;
}

.block-review-info-content .item-img {
  width: 660px;
}

.block-review-info-content .item-img img {
  display: block;
  border-radius: 10px;
}

.block-review-info-content .item-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  padding: 50px 40px 52px;
  border-radius: 10px;
  background-color: #fcc5ca;
}

.block-review-info-content .item-name {
  font-size: 2.6rem;
  font-weight: 600;
}

.block-review-info-content .item-price {
  margin-top: 24px;
  font-size: 2.4rem;
  text-align: right;
}

.block-review-info-content .item-price .tax {
  font-size: 1.6rem;
}

.block-review-info-content .item-comment {
  margin-top: 36px;
  font-size: 1.6rem;
  line-height: 1.625;
}

.block-review-find {
  padding: 100px 0;
}

.block-review-find-list {
  margin-top: 45px;
}

.block-review-find-list ul {
  display: flex;
  flex-wrap: wrap;
}

.block-review-find-list li {
  width: calc((100% - 50px) / 3);
}

.block-review-find-list li:not(:nth-child(3n)) {
  margin-right: 25px;
}

.block-review-find-list li:not(:nth-child(-n + 3)) {
  margin-top: 40px;
}

.block-review-find-list a {
  display: block;
  transition: 0.2s;
}

.block-review-find-list a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.block-review-find-list .list-name {
  color: #ea6e79;
  font-size: 2rem;
  font-weight: 600;
}

.block-review-find-list .list-bot {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.block-review-find-list .list-img {
  width: 122px;
}

.block-review-find-list .list-img img {
  display: block;
  width: 100%;
}

.block-review-find-list .list-comment {
  width: calc(100% - 149px);
  font-size: 1.6rem;
  line-height: 1.5;
}

.block-review-recommend {
  padding-bottom: 100px;
}

.block-review-recommend-list {
  margin-top: 45px;
}

.block-review-recommend-list ul {
  display: flex;
  flex-wrap: wrap;
}

.block-review-recommend-list li {
  width: calc((100% - 120px) / 4);
}

.block-review-recommend-list li:not(:nth-child(4n)) {
  margin-right: 40px;
}

.block-review-recommend-list li:not(:nth-child(-n + 4)) {
  margin-top: 40px;
}

.block-review-recommend-list a {
  display: block;
  transition: 0.2s;
}

.block-review-recommend-list a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.block-review-recommend-list .list-img img {
  display: block;
  width: 100%;
}

.block-review-recommend-list .list-name {
  margin-top: 14px;
  font-size: 1.6rem;
}

.block-review-recommend-list .list-price {
  margin-top: 14px;
  font-size: 1.6rem;
  text-align: right;
}

/*必ずもらえる2023*/

.block-kanarazu {
  min-width: 1200px;
}

.block-kanarazu,
.block-kanarazu a {
  color: #791716;
}

.block-kanarazu h1 {
  width: 100%;
  height: 600px;
  background-image: url(../../img/usr/lp/2023_kanarazu/pc/img_ttl_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2000px 600px;
  color: transparent;
  font-size: 0;
}

.block-kanarazu-h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 75px;
  margin: 0;
  padding: 0;
  background-image: url(../../img/usr/lp/2023_kanarazu/pc/ttl_h2_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 585px 75px;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}

.block-kanarazu-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 80px 0 0;
  padding: 0 0 24px;
  color: #e84681;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.block-kanarazu-h2 + .block-kanarazu-h3 {
  margin-top: 60px;
}

.block-kanarazu-h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  margin-left: -20px;
  background-color: #e84681;
}

.block-kanarazu-requirements {
  padding: 100px 0;
  background-color: #fff5d9;
}

.block-kanarazu-requirements-date {
  margin-top: 40px;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}

.block-kanarazu-requirements-date strong {
  font-size: 3.5rem;
  font-weight: 600;
}

.block-kanarazu-requirements-date span {
  font-size: 2.5rem;
}

.block-kanarazu-requirements-flow {
  margin-top: 40px;
}

.block-kanarazu-requirements-flow ul {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}

.block-kanarazu-requirements-flow li {
  position: relative;
  width: 300px;
}

.block-kanarazu-requirements-flow li:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 140px;
  left: -65px;
  width: 0;
  height: 0;
  margin-top: -20px;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent rgba(183, 183, 183, 0.5);
}

.block-kanarazu-requirements-flow .list-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  z-index: 9;
}

.block-kanarazu-requirements-flow .list-step span:nth-child(2) {
  color: #e84681;
  font-size: 3.6rem;
}

.block-kanarazu-requirements-flow .list-icon {
  position: relative;
  width: 220px;
  margin: -28px auto 0;
  z-index: 1;
}

.block-kanarazu-requirements-flow .list-icon img {
  display: block;
  width: 100%;
}

.block-kanarazu-requirements-flow .list-comment {
  margin-top: 28px;
  font-size: 1.8rem;
  line-height: 1.556;
  letter-spacing: 0.04em;
}

.block-kanarazu-requirements-flow .list-comment strong {
  font-weight: 600;
}

.block-kanarazu-requirements-flow .list-annotation {
  font-size: 1.3rem;
  line-height: 1.538;
  letter-spacing: 0.04em;
}

.block-kanarazu-requirements-caution {
  margin-top: 40px;
  padding: 38px 40px;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.block-kanarazu-requirements-caution p {
  margin: 2em 0 1em;
}

.block-kanarazu-requirements-caution li {
  position: relative;
  padding-left: 1em;
}

.block-kanarazu-requirements-caution li + li {
  margin-top: 14px;
}

.block-kanarazu-requirements-caution li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #e84681;
}

.block-kanarazu-benefits {
  padding: 100px 0;
  background-color: #feebb6;
  background-image: url(../../img/usr/lp/2023_kanarazu/pc/benefit_bg.png);
  background-position: top center;
  background-repeat: repeat;
  background-size: 2079px 805px;
}

.block-kanarazu-benefits-comment {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.block-kanarazu-benefits-list {
  margin-top: 56px;
}

.block-kanarazu-benefits-list ul {
  display: flex;
  justify-content: space-between;
  padding-left: 62px;
}

.block-kanarazu-benefits-list li {
  position: relative;
  height: 410px;
  padding: 40px 40px 0;
  border-radius: 20px;
  background-color: #ffffff;
}

.block-kanarazu-benefits-list li:nth-child(1) {
  width: 330px;
}

.block-kanarazu-benefits-list li:nth-child(2) {
  width: 710px;
}

.block-kanarazu-benefits-list .list-cnt {
  position: absolute;
  top: 63px;
  left: -62px;
  width: 156px;
}

.block-kanarazu-benefits-list .list-cnt img {
  display: block;
}

.block-kanarazu-benefits-list li:nth-child(1) .list-img {
  padding-left: 92px;
}

.block-kanarazu-benefits-list li:nth-child(1) .list-img img {
  display: block;
  width: 143px;
}

.block-kanarazu-benefits-list li:nth-child(2) .list-img {
  padding-left: 109px;
}

.block-kanarazu-benefits-list li:nth-child(2) .list-img img {
  display: block;
  width: 519px;
}

.block-kanarazu-benefits-list .list-comment {
  margin-top: 22px;
  font-size: 1.8rem;
  line-height: 1.667;
  letter-spacing: 0.04em;
}

.block-kanarazu-benefits-list .list-comment strong {
  font-weight: 600;
}

.block-kanarazu-annotation {
  padding-top: 100px;
}

.block-kanarazu-annotation .block-kanarazu-requirements-caution {
  background-color: #fffcf2;
}

.block-kanarazu-find {
  padding-top: 100px;
}

.block-kanarazu-find-list {
  margin-top: 60px;
}

.block-kanarazu-find-list ul {
  display: flex;
  flex-wrap: wrap;
}

.block-kanarazu-find-list li {
  width: calc((100% - 50px) / 3);
}

.block-kanarazu-find-list li:not(:nth-child(3n)) {
  margin-right: 25px;
}

.block-kanarazu-find-list li:not(:nth-child(-n + 3)) {
  margin-top: 40px;
}

.block-kanarazu-find-list a {
  display: block;
  transition: 0.2s;
}

.block-kanarazu-find-list a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.block-kanarazu-find-list .list-name {
  color: #ea6e79;
  font-size: 2rem;
  font-weight: 600;
}

.block-kanarazu-find-list .list-bot {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.block-kanarazu-find-list .list-img {
  width: 122px;
}

.block-kanarazu-find-list .list-img img {
  display: block;
  width: 100%;
}

.block-kanarazu-find-list .list-comment {
  width: calc(100% - 149px);
  font-size: 1.6rem;
  line-height: 1.5;
}

.block-kanarazu-recommend {
  padding: 100px 0;
}

.block-kanarazu-recommend-list {
  margin-top: 60px;
}

.block-kanarazu-recommend-list ul {
  display: flex;
  flex-wrap: wrap;
}

.block-kanarazu-recommend-list li {
  width: calc((100% - 120px) / 4);
}

.block-kanarazu-recommend-list li:not(:nth-child(4n)) {
  margin-right: 40px;
}

.block-kanarazu-recommend-list li:not(:nth-child(-n + 4)) {
  margin-top: 40px;
}

.block-kanarazu-recommend-list a {
  display: block;
  transition: 0.2s;
}

.block-kanarazu-recommend-list a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.block-kanarazu-recommend-list .list-img img {
  display: block;
  width: 100%;
}

.block-kanarazu-recommend-list .list-name {
  margin-top: 14px;
  font-size: 1.6rem;
}

.block-kanarazu-recommend-list .list-price {
  margin-top: 14px;
  font-size: 1.6rem;
  text-align: right;
}

/* どこでも母恵夢 */

.block-dokodemo .block-odp-h1 {
  background-image: url(../../img/usr/lp/2023_dokodemo/pc/img_ttl_pc_2000.jpg);
}

.block-dokodemo .block-odp-content {
  height: 1730px;
  min-height: 1730px;
  background-image: url(../../img/usr/lp/2023_dokodemo/pc/prod_info_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 2591px 1519px;
}

.block-dokodemo .block-odp-content-2 {
  height: 1518px;
  min-height: 1518px;
  margin-top: 100px;
  padding: 80px 0 0;
  background-image: url(../../img/usr/lp/2023_dokodemo/pc/prod_info_bg_2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 2591px 1519px;
}

.block-dokodemo .block-odp-top_btn {
  background-image: none;
}

.block-dokodemo .block-odp-prod_info {
  padding-bottom: 0;
}

.block-dokodemo .block-odp-content .block-odp-prod_info {
  margin-top: 37px;
}

.block-dokodemo .block-odp-prod_info::before {
  content: none;
}

.block-odp-prod_info-list-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}

.block-odp-prod_info-list ul {
  color: #653919;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.block-odp-prod_info-list li {
  position: relative;
  min-height: 28px;
  padding-left: 40px;
}

.block-odp-prod_info-list li + li {
  margin-top: 16px;
}

.block-odp-prod_info-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 28px;
  background-image: url(../../img/usr/lp/2023_dokodemo/check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-odp-prod_info-list .small {
  font-size: 1.6rem;
}

.block-dokodemo .block-odp-prod_info-img img {
  width: 1199px;
}

.block-dokodemo .block-odp-prod_info-set {
  margin-top: -20px;
  padding: 40px 70px 30px;
}

.block-dokodemo .block-odp-prod_info-set .items {
  width: 697px;
}

.block-dokodemo .block-odp-prod_info-set .items ul:nth-child(1) {
  width: 55%;
}

.block-dokodemo .block-odp-prod_info-set .items ul:nth-child(2) {
  width: 45%;
}

.block-dokodemo .block-odp-lineup {
  margin-top: 165px;
}

.block-dokodemo .block-odp-lineup-h2 img {
  width: 161px;
}

.block-dokodemo .block-odp-lineup-list .list-comment {
  margin-top: 0;
}

.block-odp-lineup-list li.bg-poem {
  background-image: url(../../img/usr/lp/2023_dokodemo/bg_poem.png);
}

.block-odp-lineup-list li.bg-akiguri {
  background-image: url(../../img/usr/lp/2023_dokodemo/bg_akiguri.png);
}

.block-odp-lineup-list li.bg-pudding {
  background-image: url(../../img/usr/lp/2023_dokodemo/bg_pudding.png);
}

.block-odp-lineup-list li.bg-mikan {
  background-image: url(../../img/usr/lp/2023_dokodemo/bg_mikan.png);
}

.block-odp-lineup-list li.bg-hohoemu {
  background-image: url(../../img/usr/lp/2023_dokodemo/bg_hohoemu.png);
}

/* 20231016 added */

.block-goods-bnr-list {
  margin-top: 40px;
}

.block-goods-bnr-list ul {
  display: flex;
  flex-wrap: wrap;
}

.block-goods-bnr-list ul + ul {
  margin-top: 20px;
}

.block-goods-bnr-list ul.pc-col-2 li {
  width: calc((100% - 20px) / 2);
}

.block-goods-bnr-list ul.pc-col-3 li {
  width: calc((100% - 40px) / 3);
}

.block-goods-bnr-list ul.pc-col-2 li:not(:nth-child(2n)),
.block-goods-bnr-list ul.pc-col-3 li:not(:nth-child(3n)) {
  margin-right: 20px;
}

.block-goods-bnr-list ul.pc-col-2 li:not(:nth-child(-n + 2)),
.block-goods-bnr-list ul.pc-col-3 li:not(:nth-child(-n + 3)) {
  margin-top: 20px;
}

.block-goods-bnr-list a,
.block-goods-bnr-list img {
  display: block;
  width: 100%;
}

.block-goods-bnr-list a {
  transition: 0.2s;
}

.block-goods-bnr-list a:hover {
  opacity: 0.7;
}

/* どこでも母恵夢202312 松岡追記 */

.block-dokodemo .block-odp-h1 {
  background-image: url(../../img/usr/lp/202312_dokodemo/pc/img_ttl_pc_2000.jpg);
}

.block-dokodemo .block-odp-content {
  height: 1730px;
  min-height: 1730px;
  background-image: url(../../img/usr/lp/202312_dokodemo/pc/prod_info_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 2591px 1519px;
}

.block-dokodemo .block-odp-content-2 {
  height: 1518px;
  min-height: 1518px;
  margin-top: 100px;
  padding: 80px 0 0;
  background-image: url(../../img/usr/lp/202312_dokodemo/pc/prod_info_bg_2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 2591px 1519px;
}
.block-odp-lineup-list li.bg-choco {
  background-image: url(../../img/usr/lp/202312_dokodemo/bg_choco.png);
}

.block-odp-lineup-list li.bg-amaou {
  background-image: url(../../img/usr/lp/202312_dokodemo/bg_amaou.png);
}

.block-odp-lineup-list li.bg-nama {
  background-image: url(../../img/usr/lp/202312_dokodemo/bg_nama.png);
}

.block-odp-lineup-list li.bg-namachoco {
  background-image: url(../../img/usr/lp/202312_dokodemo/bg_namachoco.png);
}

/* 2024新春初売 */

.block-hatsuuri_2024 {
  width: 1200px;
  height: 2260px;
  margin: 0 auto;
  background-image: url(../../img/usr/lp/2024_hatsuuri/pc/bg.png);
  text-indent: -999999px;
}

.block-hatsuuri_2024 a {
  display: block;
  position: absolute;
  width: 420px;
  height: 60px;
}

.block-hatsuuri_2024,
.block-hatsuuri_2024 h1,
.block-hatsuuri_2024-1,
.block-hatsuuri_2024-2,
.block-hatsuuri_2024-3-1,
.block-hatsuuri_2024-3-2 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-hatsuuri_2024 h1 {
  width: 1200px;
  height: 300px;
  margin: 0;
  padding: 0;
  background-image: url(../../img/usr/lp/2024_hatsuuri/pc/ttl.png);
}

.block-hatsuuri_2024-1 {
  width: 1200px;
  height: 210px;
  background-image: url(../../img/usr/lp/2024_hatsuuri/pc/img_1.png);
}

.block-hatsuuri_2024-2 {
  width: 1135px;
  height: 695px;
  margin: 30px auto 0;
  background-image: url(../../img/usr/lp/2024_hatsuuri/pc/img_2.png);
}

.block-hatsuuri_2024-2 a {
  top: 542px;
  right: 68px;
}

.block-hatsuuri_2024-3 {
  display: flex;
  width: 1135px;
  height: 966px;
  margin: -7px auto 0;
}

.block-hatsuuri_2024-3-1 {
  width: 567px;
  height: 966px;
  background-image: url(../../img/usr/lp/2024_hatsuuri/pc/img_3.png);
}

.block-hatsuuri_2024-3-2 {
  width: 568px;
  height: 966px;
  background-image: url(../../img/usr/lp/2024_hatsuuri/pc/img_4.png);
}

.block-hatsuuri_2024-3 a {
  top: 821px;
}

.block-hatsuuri_2024-3-1 a {
  left: 67px;
}

.block-hatsuuri_2024-3-2 a {
  left: 80px;
}

/* 2024バレンタインキャンペーン */

.block-valentine_2024 {
  width: 1000px;
  --cl-vt-rd: #bf1e3d;
}

.block-valentine_2024 .cl-vt {
  color: var(--cl-vt-rd);
}

.block-valentine_2024-mv h1 {
  width: 1000px;
  height: 500px;
  margin: 0;
  padding: 0;
  background-image: url(../../img/usr/lp/2024_valentine/pc_ttl.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
}

.block-valentine_2024-mv-comment {
  margin-top: 34px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.777;
}

.block-valentine_2024-mv-comment b {
  font-size: 2rem;
}

.block-valentine_2024-btns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.block-valentine_2024-btns li + li {
  margin-left: 20px;
}

.block-valentine_2024-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 56px;
  border-radius: 56px;
  background-color: var(--cl-vt-rd);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  transition: opacity 0.2s;
}

.block-valentine_2024-btns a:hover {
  text-decoration: none;
  opacity: 0.65;
}

.block-valentine_2024-content {
  margin-top: 40px;
  padding: 40px;
  background-color: rgba(191, 30, 62, 0.1);
}

.block-valentine_2024-content h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  margin: 0;
  padding: 0;
  background-image: url(../../img/usr/lp/2024_valentine/ttl_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 279px 52px;
  color: var(--cl-vt-rd);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.block-valentine_2024-goods-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.block-valentine_2024-goods-list li {
  width: calc((100% - 64px) / 3);
}

.block-valentine_2024-goods-list img {
  display: block;
  width: 100%;
  height: auto;
}

.block-valentine_2024-goods-list .list-name {
  margin-top: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.block-valentine_2024-goods-list .list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}

.block-valentine_2024-goods-list .list-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 44px;
  border: 1px solid var(--cl-vt-rd);
  border-radius: 44px;
  background-color: #ffffff;
  color: var(--cl-vt-rd);
  font-size: 1.6rem;
  font-weight: 600;
  transition: opacity 0.2s;
}

.block-valentine_2024-goods-list .list-btn a:hover {
  text-decoration: none;
  opacity: 0.65;
}

.block-valentine_2024-white_bg {
  margin-top: 40px;
  padding: 30px 40px 40px;
  background-color: #ffffff;
}

.block-valentine_2024-howto-list {
  margin-top: 20px;
}

.block-valentine_2024-howto-list li {
  display: flex;
}

.block-valentine_2024-howto-list li + li {
  margin-top: 10px;
}

.block-valentine_2024-howto-list .list-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  padding: 0 0 0 0.1em;
  border-radius: 4px;
  background-color: var(--cl-vt-rd);
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}

.block-valentine_2024-howto-list .list-comment {
  width: calc(100% - 80px);
  padding: 3px 0 0 20px;
  font-size: 1.6rem;
}

.block-valentine_2024-howto-present {
  position: relative;
  margin-top: 50px;
}

.block-valentine_2024-howto-present::before {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  width: 50px;
  height: 20px;
  margin-left: -25px;
  background-color: #ddc9c7;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.block-valentine_2024-howto-present b {
  display: block;
  font-size: 1.8rem;
  text-align: center;
}

.block-valentine_2024-howto-present p {
  margin-top: 16px;
  line-height: 1.571;
}

.block-valentine_2024-requirements {
  position: relative;
}

.block-valentine_2024-requirements-list {
  margin-top: 20px;
  line-height: 1.571;
}

.block-valentine_2024-requirements-list li + li {
  margin-top: 16px;
}

.block-valentine_2024-requirements-list li:not(:last-child) {
  width: 560px;
}

.block-valentine_2024-requirements-img.pc-only {
  position: absolute;
  top: 100px;
  right: 40px;
}

.block-valentine_2024-caution {
  line-height: 1.571;
}

.block-valentine_2024-caution-list {
  margin-top: 20px;
}

.block-valentine_2024-caution-list li {
  position: relative;
  padding-left: 15px;
}

.block-valentine_2024-caution-list li + li {
  margin-top: 10px;
}

.block-valentine_2024-caution-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--cl-vt-rd);
}

.block-valentine_2024-caution-list-annotation {
  margin-top: 16px;
}

/*必ずもらえる2024*/
#kanarazu_2024_ .block-kanarazu h1 {
  background-image: url(../../img/usr/lp/2024_kanarazu/pc/img_ttl_pc.jpg);
}
#kanarazu_2024_ .block-kanarazu-h2 {
  background-image: url(../../img/usr/lp/2024_kanarazu/pc/ttl_h2_bg.png);
}
#kanarazu_2024_ .block-kanarazu-benefits {
  background-image: url(../../img/usr/lp/2024_kanarazu/pc/benefit_bg.png);
}
#kanarazu_2024_ .block-kanarazu-benefits-list li:nth-child(2) .list-img {
  padding-left: 170px;
}

#kanarazu_2024_ .block-kanarazu-benefits-list li:nth-child(2) .list-img img {
  width: 353px;
}

/* どこでも2024 */

.block-dokodemo-2024 .block-odp-h1 {
  background-image: url(../../img/usr/lp/2024_dokodemo/pc/img_ttl_pc.jpg);
}

.block-dokodemo-2024 .block-odp-content {
  height: 1730px;
  min-height: 1730px;
  background-image: url(../../img/usr/lp/2023_dokodemo/pc/prod_info_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 2591px 1519px;
}

.block-odp-lineup-list li.bg-nama {
  background-image: url(../../img/usr/lp/2024_dokodemo/bg_nama.png);
}

.block-dokodemo-2024 .block-odp-content-2 {
  height: 1518px;
  min-height: 1518px;
  margin-top: 100px;
  padding: 80px 0 0;
  background-image: url(../../img/usr/lp/2023_dokodemo/pc/prod_info_bg_2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 2591px 1519px;
}

.block-odp-shipping {
  margin-top: 80px;
  color: #653919;
}

.block-odp-shipping .cl-rd {
  color: #c82361;
}

.block-odp-shipping-ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}

.block-odp-shipping-ttl b {
  font-size: 4rem;
}

.block-odp-shipping-tbl {
  width: 740px;
  margin: 40px auto 0;
}

.block-odp-shipping-tbl table {
  width: 100%;
  letter-spacing: 0.04em;
}

.block-odp-shipping-tbl th,
.block-odp-shipping-tbl td {
  height: 60px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
}

.block-odp-shipping-tbl th {
  background-color: #fdfaf0;
}

.block-odp-shipping-tbl thead th {
  font-size: 2rem;
  font-weight: 600;
}

.block-odp-shipping-tbl tbody th,
.block-odp-shipping-tbl tbody td {
  font-size: 1.8rem;
  font-weight: 300;
}

.block-odp-shipping-tbl tbody th {
  width: 340px;
}

.block-odp-shipping-tbl tbody td {
  width: calc(100% - 340px);
  font-weight: 600;
}

.block-odp-shipping-tbl tbody td b {
  font-size: 2.6rem;
}

/* 2024年末年始特集 */

.block-nematsunenshi {
  color: #461915;
}

.block-nematsunenshi .block-fp-container {
  height: 5540px;
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/bg.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: 1200px 5540px;
}

.block-nematsunenshi-cs .block-fp-container {
  height: 4350px;
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/bg_cs.png);
  background-size: 1200px 4350px;
}

.block-nematsunenshi-h1 {
  width: 100%;
  height: 700px;
  margin: 0;
  padding: 0;
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/mv_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
}

.block-nematsunenshi-cs .block-nematsunenshi-h1 {
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/mv_1.jpg);
}

.block-nematsunenshi-chatch {
  width: 100%;
  height: 308px;
  padding-top: 120px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.818;
  letter-spacing: 0.1em;
}

.block-nematsunenshi-h2 {
  height: 146px;
  background-position: center top -6px;
  background-repeat: no-repeat;
  background-size: 298px 146px;
  text-indent: -99999px;
}

.block-nematsunenshi-1 .block-nematsunenshi-h2 {
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/ttl_1.png);
}

.block-nematsunenshi-2 .block-nematsunenshi-h2 {
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/ttl_2.png);
}

.block-nematsunenshi-3 .block-nematsunenshi-h2 {
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/ttl_3.png);
}

.block-nematsunenshi-1 {
  width: 100%;
  height: 797px;
}

.block-nematsunenshi-2 {
  width: 100%;
  height: 2144px;
}

.block-nematsunenshi-goods-list {
  width: 1000px;
  margin: 11px auto 0;
}

.block-nematsunenshi-goods-list-item {
  display: flex;
  justify-content: space-between;
}

.block-nematsunenshi-goods-list-item + .block-nematsunenshi-goods-list-item {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #d3c4c1;
}

.block-nematsunenshi-goods-list-item .list-img {
  position: relative;
  width: 460px;
}

.block-nematsunenshi-goods-list-item .list-img > img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.block-nematsunenshi-goods-list-item .list-img::before,
.block-nematsunenshi-goods-list-item .list-img::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-nematsunenshi-goods-list-item .list-img-1-1::before {
  top: 64px;
  left: -28px;
  width: 504px;
  height: 430px;
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/bg_img_1_1.png);
}

.block-nematsunenshi-goods-list-item .list-img-2-1::before {
  top: 36px;
  left: 0;
  width: 511px;
  height: 359px;
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/bg_img_2_1.png);
}

.block-nematsunenshi-goods-list-item .list-img-2-2::after {
  top: 35px;
  left: -19px;
  width: 500px;
  height: 428px;
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/bg_img_2_2.png);
}

.block-nematsunenshi-goods-list-item .list-img-2-3::after {
  top: 35px;
  left: -19px;
  width: 493px;
  height: 492px;
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/bg_img_2_3.png);
}

.block-nematsunenshi-goods-list-item .list-img-3-1::before {
  top: 36px;
  left: -1px;
  width: 448px;
  height: 421px;
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/bg_img_3_1.png);
}

.block-nematsunenshi-goods-list-item .list-img-3-2::after {
  top: 85px;
  left: 338px;
  width: 142px;
  height: 45px;
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/bg_img_3_2.png);
}

.block-nematsunenshi-goods-list-item .list-img-1-1 img {
  display: block;
  position: absolute;
  width: 404px;
  max-width: none;
  height: auto;
  top: -100px;
  left: 37px;
}

.block-nematsunenshi-goods-list-item .list-img-2-1 img {
  display: block;
  position: absolute;
  width: 540px;
  max-width: none;
  height: auto;
  top: -20px;
  left: -28px;
}

.block-nematsunenshi-goods-list-item .list-img-3-1 img {
  display: block;
  position: absolute;
  width: 518px;
  max-width: none;
  height: auto;
  top: 33px;
  left: -10px;
}

.block-nematsunenshi-goods-list-item .list-img-3-2 img {
  display: block;
  position: absolute;
  width: 529px;
  max-width: none;
  height: auto;
  top: 2px;
  left: 24px;
}

.block-nematsunenshi-goods-list-item .list-detail {
  width: 440px;
}

.block-nematsunenshi-goods-list-item .list-tag {
  font-size: 1.8rem;
  font-weight: 600;
}

.block-nematsunenshi-goods-list-item .list-tag > span {
  display: flex;
  align-items: center;
  position: relative;
  height: 25px;
}

.block-nematsunenshi-goods-list-item .list-tag > span.tag-online {
  color: #d3402d;
}

.block-nematsunenshi-goods-list-item .list-tag > span.tag-nenmatsunenshi {
  color: #954592;
}

.block-nematsunenshi-goods-list-item .list-tag > span.tag-nenshi {
  color: #b59218;
}

.block-nematsunenshi-goods-list-item .list-tag > span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 26px;
  height: 25px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-nematsunenshi-goods-list-item .list-tag > span.tag-online::before {
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/tag_online.png);
}

.block-nematsunenshi-goods-list-item .list-tag > span.tag-nenmatsunenshi::before {
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/tag_nenmatsunenshi.png);
}

.block-nematsunenshi-goods-list-item .list-tag > span.tag-nenshi::before {
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/tag_nenshi.png);
}

.block-nematsunenshi-goods-list-item .list-name {
  margin-top: 10px;
  font-size: 3.6rem;
  font-weight: 600;
}

.block-nematsunenshi-goods-list-item .list-name .qty {
  margin-left: 24px;
  font-size: 2.4rem;
}

.block-nematsunenshi-goods-list-item .list-comment {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.555;
}

.block-nematsunenshi-goods-list-item .list-content {
  padding: 24px 30px 23px;
  border-radius: 10px;
  background-color: #ffffff;
}

.block-nematsunenshi-goods-list-item .list-comment + .list-content {
  margin-top: 14px;
}

.block-nematsunenshi-goods-list-item .list-content > div {
  font-size: 1.8rem;
  font-weight: 600;
}

.block-nematsunenshi-goods-list-item .list-content > ul {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.625;
}

.block-nematsunenshi-goods-list-item .list-content > ul li {
  display: flex;
  justify-content: space-between;
}

.block-nematsunenshi-goods-list-item .list-reservation {
  display: flex;
  width: 100%;
  height: 44px;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  overflow: hidden;
}

.block-nematsunenshi-goods-list-item .list-comment + .list-reservation {
  margin-top: 15px;
}

.block-nematsunenshi-goods-list-item .list-reservation dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #954592;
  color: #ffffff;
}

.block-nematsunenshi-goods-list-item .list-reservation dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 120px);
  border: 2px solid #954592;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #954592;
}

.block-nematsunenshi-goods-list-item .list-date {
  display: flex;
  justify-content: center;
  padding: 8px 0;
  border-top: 2px solid #d3402d;
  border-bottom: 2px solid #d3402d;
  color: #d3402d;
  font-size: 1.8rem;
  font-weight: 600;
}

.block-nematsunenshi-goods-list-item .list-comment + .list-date {
  margin-top: 12px;
}

.block-nematsunenshi-goods-list-item .list-content + .list-date {
  margin-top: 20px;
}

.block-nematsunenshi-goods-list-item .list-reservation + .list-date {
  margin-top: 11px;
}

.block-nematsunenshi-goods-list-item .list-price {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0 0;
  grid-auto-flow: row;
  grid-template-areas:
    ". list-price-before"
    "list-price-qty list-price-price";
  justify-content: space-between;
  padding-right: 20px;
}

.block-nematsunenshi-goods-list-item .list-price-before {
  grid-area: list-price-before;
}

.block-nematsunenshi-goods-list-item .list-price-qty {
  grid-area: list-price-qty;
  display: flex;
  align-items: center;
  height: 50px;
}

.block-nematsunenshi-goods-list-item .list-price-price {
  grid-area: list-price-price;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
}

.block-nematsunenshi-goods-list-item .list-price:has(.list-price-before) {
  align-items: flex-end;
  height: auto;
  line-height: 1.3;
}

.block-nematsunenshi-goods-list-item .list-date + .list-price {
  margin-top: 20px;
}

.block-nematsunenshi-goods-list-item .list-usagi + .list-price {
  margin-top: 20px;
}

.block-nematsunenshi-goods-list-item .list-price-qty {
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -99999px;
}

.block-nematsunenshi-goods-list-item .list-price-qty.qty-50 {
  width: 125px;
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/qty_50.png);
}

.block-nematsunenshi-goods-list-item .list-price-qty.qty-100 {
  width: 143px;
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/qty_100.png);
}

.block-nematsunenshi-goods-list-item .list-price-qty.qty-1000 {
  width: 166px;
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/qty_1000.png);
}

.block-nematsunenshi-goods-list-item .list-price-qty.qty-60 {
  width: 124px;
  background-image: url(../../img/usr/lp/2025_nenmatsunenshi/pc/qty_60.png);
}

.block-nematsunenshi-goods-list-item .list-price-qty.qty-950 {
  width: 142px;
  background-image: url(../../img/usr/lp/2025_nenmatsunenshi/pc/qty_950.png);
}

.block-nematsunenshi-goods-list-item .list-price-price {
  font-size: 4rem;
  font-weight: 600;
}

.block-nematsunenshi-goods-list-item .list-price-price > p > span {
  margin-left: 10px;
  font-size: 2rem;
  letter-spacing: 0.04em;
}

.block-nematsunenshi-goods-list-item .list-price-before {
  font-size: 2rem;
  font-weight: 300;
  text-decoration: line-through;
  letter-spacing: 0.04em;
}

.block-nematsunenshi-goods-list-item .list-btn {
  margin-top: 20px;
}

.block-nematsunenshi-goods-list-item .list-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 60px;
  background-color: #d3402d;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}

.block-nematsunenshi-goods-list-item .list-btn a:hover {
  text-decoration: none;
  opacity: 0.65;
}

.block-nematsunenshi-goods-list-item .list-usagi {
  position: relative;
  margin-top: 20px;
}

.block-nematsunenshi-goods-list-item .list-usagi-txt {
  width: 272px;
  height: 112px;
  padding: 14px 0 0 25px;
  background-image: url(../../img/usr/lp/2024_nenmatsunenshi/pc/bdr_usagi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.555;
}

.block-nematsunenshi-goods-list-item .list-usagi-img {
  position: absolute;
  top: -10px;
  right: 0;
}

.block-nematsunenshi-3-txt {
  text-indent: -999999px;
}

/* 2025 スイーツパーク */

.block-sweetspark_2025 {
  max-width: 2000px;
  margin: 0 auto -50px;
  color: #653919;
  overflow: hidden;
}

.block-sweetspark_2025-container {
  width: 1200px;
  margin: 0 auto;
}

.block-sweetspark_2025 .cl-rd {
  color: #c82361;
}

.block-sweetspark_2025 .bdr-yl {
  background: linear-gradient(transparent 54%, #fef799 0%);
}

.block-sweetspark_2025-mv h1 {
  height: 770px;
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2000px 770px;
  text-indent: -999999px;
}

.block-sweetspark_2025-mv-comment {
  position: relative;
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.04em;
}

.block-sweetspark_2025-mv-comment::before {
  content: "";
  display: block;
  position: absolute;
  top: -255px;
  left: -125px;
  width: 356px;
  height: 271px;
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/top_bgparts_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-sweetspark_2025-mv-comment::after {
  content: "";
  display: block;
  position: absolute;
  top: -245px;
  right: -277px;
  width: 400px;
  height: 315px;
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/top_bgparts_1.png), url(../../img/usr/lp/2025_sweetspark/pc/top_bgparts_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-sweetspark_2025-about {
  margin-top: 100px;
}

.block-sweetspark_2025-about-content {
  display: flex;
  border-radius: 30px;
  background-color: rgba(239, 154, 164, 0.15);
  overflow: hidden;
}

.block-sweetspark_2025-about-img {
  width: 500px;
  height: 340px;
}

.block-sweetspark_2025-about-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-sweetspark_2025-about-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 500px);
  height: 340px;
  padding: 0 60px;
}

.block-sweetspark_2025-about-detail h2 {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.block-sweetspark_2025-about-detail .item-comment {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;
  letter-spacing: 0.04em;
}

.block-sweetspark_2025-about-detail .item-link {
  margin-top: 34px;
  text-align: right;
}

.block-sweetspark_2025-about-detail .item-link a {
  color: #653919;
  font-size: 1.6rem;
  text-decoration: underline;
  letter-spacing: 0.04em;
}

.block-sweetspark_2025-about-detail .item-link a:hover {
  text-decoration: none;
}

.block-sweetspark_2025-present {
  margin-top: 80px;
}

.block-sweetspark_2025-present-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 240px;
  border: 1px solid #c82361;
  border-radius: 30px;
  text-align: center;
}

.block-sweetspark_2025-present-content h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-sweetspark_2025-present-content h2 img {
  display: block;
  width: 180px;
  height: auto;
}

.block-sweetspark_2025-present-content .item-comment {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
}

.block-sweetspark_2025-present-content .item-comment b {
  font-size: 2.2rem;
  line-height: 1.636;
}

.block-sweetspark_2025-present-content .item-img,
.block-sweetspark_2025-present-content .item-chara {
  position: absolute;
}

.block-sweetspark_2025-present-content .item-img {
  top: 50%;
  left: 30px;
  width: 250px;
  margin-top: -90px;
}

.block-sweetspark_2025-present-content .item-chara {
  top: -27px;
  right: -33px;
  width: 374px;
}

.block-sweetspark_2025-present-content .item-img img,
.block-sweetspark_2025-present-content .item-chara img {
  display: block;
  width: 100%;
  height: auto;
}

.block-sweetspark_2025-lineup {
  margin-top: 215px;
  padding-bottom: 106px;
  background-color: #fffde1;
}

.block-sweetspark_2025-lineup .block-sweetspark_2025-container {
  position: relative;
  padding-top: 188px;
}

.block-sweetspark_2025-lineup .block-sweetspark_2025-container::before {
  content: "";
  display: block;
  position: absolute;
  top: -154px;
  left: 45px;
  width: 1156px;
  height: 316px;
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/lineup_bgparts_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-sweetspark_2025-lineup h2 {
  position: absolute;
  top: -70px;
  left: 50%;
  width: 500px;
  height: 214px;
  margin-left: -250px;
}

.block-sweetspark_2025-lineup-comment {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}

.block-sweetspark_2025-lineup-comment .cl-rd {
  font-size: 2rem;
}

.block-sweetspark_2025-lineup-list {
  margin-top: 120px;
}

.block-sweetspark_2025-lineup-items {
  display: flex;
  flex-direction: column;
}

.block-sweetspark_2025-lineup-item {
  position: relative;
  width: 500px;
  height: 600px;
  letter-spacing: 0.04em;
}

.block-sweetspark_2025-lineup-item:nth-child(1) {
  padding-top: 224px;
}

.block-sweetspark_2025-lineup-item:nth-child(2) {
  margin: -184px 0 0 auto;
  padding-top: 110px;
}

.block-sweetspark_2025-lineup-item:nth-child(3) {
  margin-top: -260px;
  padding-top: 240px;
}

.block-sweetspark_2025-lineup-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -60px;
  width: 640px;
  height: 600px;
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/lineup_bg_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-sweetspark_2025-lineup-item:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -480px;
  width: 295px;
  height: 305px;
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/lineup_bgparts_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-sweetspark_2025-lineup-item:nth-child(3)::after {
  content: "";
  display: block;
  position: absolute;
  top: 265px;
  right: -740px;
  width: 600px;
  height: 328px;
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/lineup_bgparts_3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-sweetspark_2025-lineup-item:nth-child(1) .list-no {
  position: absolute;
  top: 95px;
  left: 0;
  width: 125px;
}

.block-sweetspark_2025-lineup-item:nth-child(2) .list-no {
  position: absolute;
  top: -22px;
  left: 0;
  width: 139px;
}

.block-sweetspark_2025-lineup-item:nth-child(3) .list-no {
  position: absolute;
  top: -15px;
  left: 0;
  width: 142px;
}

.block-sweetspark_2025-lineup-item:nth-child(1) .list-img {
  position: absolute;
  top: -110px;
  right: -170px;
  width: 509px;
}

.block-sweetspark_2025-lineup-item:nth-child(2) .list-img {
  position: absolute;
  top: -202px;
  right: -94px;
  width: 450px;
}

.block-sweetspark_2025-lineup-item:nth-child(3) .list-img {
  position: absolute;
  top: -116px;
  right: -107px;
  width: 472px;
}

.block-sweetspark_2025-lineup-item .list-badge {
  position: absolute;
  top: 130px;
  right: -101px;
  width: 159px;
}

.block-sweetspark_2025-lineup-item .list-no img,
.block-sweetspark_2025-lineup-item .list-img img,
.block-sweetspark_2025-lineup-item .list-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.block-sweetspark_2025-lineup-item .list-name {
  position: relative;
}

.block-sweetspark_2025-lineup-item .list-name-sub {
  font-size: 2rem;
  font-weight: 600;
}

.block-sweetspark_2025-lineup-item .list-name-main {
  margin-top: 3px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.block-sweetspark_2025-lineup-item .list-comment {
  position: relative;
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.block-sweetspark_2025-lineup-item .list-content {
  position: relative;
  margin-top: 20px;
  border-radius: 20px;
  background-color: #fffcf5;
  padding: 20px 24px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.428;
}

.block-sweetspark_2025-lineup-item .list-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}

.block-sweetspark_2025-lineup-item .list-content + .list-cart {
  margin-top: 24px;
}

.block-sweetspark_2025-lineup-item .list-price {
  font-size: 2.4rem;
  font-weight: 600;
}

.block-sweetspark_2025-lineup-item .list-price span {
  font-size: 1.6rem;
}

.block-sweetspark_2025-lineup-item .list-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  border-radius: 60px;
  background-color: #c82361;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  transition: opacity 0.2s;
}

.block-sweetspark_2025-lineup-item .list-btn a:hover {
  text-decoration: none;
  opacity: 0.65;
}

.block-sweetspark_2025-lineup-item .list-link {
  position: relative;
  margin-top: 12px;
  text-align: right;
}

.block-sweetspark_2025-lineup-item .list-link a {
  color: #653919;
  font-size: 1.6rem;
  text-decoration: underline;
}

.block-sweetspark_2025-lineup-item .list-link a:hover {
  text-decoration: none;
}

.block-sweetspark_2025-lineupgoods-ttl {
  margin-top: 52px;
  padding-top: 220px;
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/lineup_goods_ttl_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1200px 230px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}

.block-sweetspark_2025-lineupgoods-list {
  margin-top: 48px;
}

.block-sweetspark_2025-lineupgoods-items {
  display: flex;
  justify-content: center;
  position: relative;
}

.block-sweetspark_2025-lineupgoods-items.col-2 {
  margin-top: 67px;
}

.block-sweetspark_2025-lineupgoods-items.col-2::before,
.block-sweetspark_2025-lineupgoods-items.col-2::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-sweetspark_2025-lineupgoods-items.col-2::before {
  top: 13px;
  right: -40px;
  width: 232px;
  height: 271px;
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/lineup_goods_bgparts_1.png);
}

.block-sweetspark_2025-lineupgoods-items.col-2::after {
  top: 588px;
  left: -51px;
  width: 221px;
  height: 179px;
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/lineup_goods_bgparts_2.png);
}

.block-sweetspark_2025-lineupgoods-item {
  position: relative;
  width: 380px;
  letter-spacing: 0.04em;
}

.block-sweetspark_2025-lineupgoods-item:not(:last-child) {
  margin-right: 30px;
}

.block-sweetspark_2025-lineupgoods-item .list-no {
  display: flex;
  justify-content: center;
}

.block-sweetspark_2025-lineupgoods-item .list-no img {
  display: block;
  height: auto;
}

.col-3 .block-sweetspark_2025-lineupgoods-item:nth-child(1) .list-no img {
  width: 85px;
}

.col-3 .block-sweetspark_2025-lineupgoods-item:nth-child(2) .list-no img {
  width: 81px;
}

.col-3 .block-sweetspark_2025-lineupgoods-item:nth-child(3) .list-no img {
  width: 87px;
}

.col-2 .block-sweetspark_2025-lineupgoods-item:nth-child(1) .list-no img {
  width: 80px;
}

.col-2 .block-sweetspark_2025-lineupgoods-item:nth-child(2) .list-no img {
  width: 86px;
}

.block-sweetspark_2025-lineupgoods-item .list-name {
  margin-top: 18px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}

.block-sweetspark_2025-lineupgoods-item .list-img {
  position: relative;
  margin-top: 18px;
  z-index: 9;
}

.block-sweetspark_2025-lineupgoods-item .list-img img {
  display: block;
  height: auto;
}

.block-sweetspark_2025-lineupgoods-item .list-detail {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 380px;
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/lineup_goods_bg_1.png);
  margin-top: -63px;
  padding: 68px 40px 38px;
  height: 340px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.col-2 .block-sweetspark_2025-lineupgoods-item .list-detail {
  height: 440px;
  margin-top: -92px;
  padding-top: 92px;
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/lineup_goods_bg_2.png);
}

.block-sweetspark_2025-lineupgoods-item .list-comment {
  font-size: 1.6rem;
  line-height: 1.5;
}

.block-sweetspark_2025-lineupgoods-item .list-size {
  margin-top: 11px;
  color: #a59c85;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.block-sweetspark_2025-lineupgoods-item .list-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.block-sweetspark_2025-lineupgoods-item .list-price {
  font-size: 2rem;
  font-weight: 600;
}

.block-sweetspark_2025-lineupgoods-item .list-price span {
  font-size: 1.4rem;
}

.block-sweetspark_2025-lineupgoods-item .list-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  border-radius: 50px;
  background-color: #c82361;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  transition: opacity 0.2s;
}

.block-sweetspark_2025-lineupgoods-item .list-btn a:hover {
  text-decoration: none;
  opacity: 0.65;
}

.block-sweetspark_2025-lineupgoods-item .list-link {
  margin-top: 12px;
  text-align: right;
}

.block-sweetspark_2025-lineupgoods-item .list-link a {
  color: #653919;
  font-size: 1.6rem;
  text-decoration: underline;
}

.block-sweetspark_2025-lineupgoods-item .list-link a:hover {
  text-decoration: none;
}

.block-sweetspark_2025-lineupgoods-item .list-sukoshiya {
  margin-top: -130px;
}

.block-sweetspark_2025-lineupgoods-item .list-sukoshiya img {
  display: block;
  width: 122px;
  height: auto;
}

.block-sweetspark_2025-lineupgoods-item .list-sukoshiya p {
  margin: 14px 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.428;
  letter-spacing: 0;
}

.block-sweetspark_2025-lineupgoods-item .list-badge {
  position: absolute;
  top: -50px;
  right: -32px;
  width: 159px;
}

.block-sweetspark_2025-goods {
  margin-top: 100px;
}

.block-sweetspark_2025-goods h2 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}

.block-sweetspark_2025-goods-list {
  margin-top: 40px;
}

.block-sweetspark_2025-goods-list ul {
  display: flex;
  flex-wrap: wrap;
}

.block-sweetspark_2025-goods-list li {
  width: 185px;
}

.block-sweetspark_2025-goods-list li:not(:nth-child(6n)) {
  margin-right: 18px;
}

.block-sweetspark_2025-goods-list li:not(:nth-child(-n + 6)) {
  margin-top: 30px;
}

.block-sweetspark_2025-goods-list a {
  color: #653919;
}

.block-sweetspark_2025-goods-list .list-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.block-sweetspark_2025-goods-list .list-name {
  margin-top: 13px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.444;
  letter-spacing: 0.04em;
}

.block-sweetspark_2025-faq {
  position: relative;
  margin-top: 168px;
  padding: 214px 0 100px;
  background-color: #fdf0f1;
}

.block-sweetspark_2025-faq h2 {
  position: absolute;
  top: -81px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
}

.block-sweetspark_2025-faq h2 img {
  display: block;
  width: 100%;
  height: auto;
}

.block-sweetspark_2025-faq-list-item {
  border-radius: 20px;
  background-color: #ffffff;
}

.block-sweetspark_2025-faq-list-item + .block-sweetspark_2025-faq-list-item {
  margin-top: 17px;
}

.block-sweetspark_2025-faq-list-item dt,
.block-sweetspark_2025-faq-list-item dd > div {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 80px;
  padding: 24px 98px;
}

.block-sweetspark_2025-faq-list-item dt {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.444;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.block-sweetspark_2025-faq-list-item dd {
  display: none;
}

.block-sweetspark_2025-faq-list-item dd > div {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.block-sweetspark_2025-faq-list-item dt::before,
.block-sweetspark_2025-faq-list-item dd > div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 98px;
  height: 50px;
  margin-top: -25px;
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/faq_q_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-sweetspark_2025-faq-list-item:nth-child(1) dt::before {
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/faq_q_1.png);
}

.block-sweetspark_2025-faq-list-item:nth-child(1) dd > div::before {
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/faq_a_1.png);
}

.block-sweetspark_2025-faq-list-item:nth-child(2) dt::before {
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/faq_q_2.png);
}

.block-sweetspark_2025-faq-list-item:nth-child(2) dd > div::before {
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/faq_a_2.png);
}

.block-sweetspark_2025-faq-list-item:nth-child(3) dt::before {
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/faq_q_3.png);
}

.block-sweetspark_2025-faq-list-item:nth-child(3) dd > div::before {
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/faq_a_3.png);
}

.block-sweetspark_2025-faq-list-item:nth-child(4) dt::before {
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/faq_q_4.png);
}

.block-sweetspark_2025-faq-list-item:nth-child(4) dd > div::before {
  background-image: url(../../img/usr/lp/2025_sweetspark/pc/faq_a_4.png);
}

.block-sweetspark_2025-faq-list-item dt .ico-plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.block-sweetspark_2025-faq-list-item dt .ico-plus::before,
.block-sweetspark_2025-faq-list-item dt .ico-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 4px;
  margin: -2px 0 0 -10px;
  background-color: #653919;
}

.block-sweetspark_2025-faq-list-item dt .ico-plus::after {
  transform: rotate(90deg);
  transition: transform 0.2s;
}

.block-sweetspark_2025-faq-list-item dt.is-open .ico-plus::after {
  transform: rotate(0);
}

/* 2025 定期便 */

.block-regular_2025 {
  max-width: 2000px;
  margin: 0 auto;
  background-color: #fbffe2;
  letter-spacing: 0.04em;

  img {
    display: block;
    height: auto;
  }

  h2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cl-rd {
    color: #d20046;
  }
}

.block-regular_2025-container {
  width: 1200px;
  margin: 0 auto;
}

.block-regular_2025-mv {
  min-width: 1200px;
  height: 586px;
  position: relative;
  background-image: url(../../img/usr/lp/2025_regular/mv_bg_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  .mv-img,
  .mv-txt {
    position: absolute;
    top: 0;
    left: 0;

    img {
      width: 100%;
      height: 586px;
      object-fit: cover;
    }
  }
}

.block-regular_2025-belt {
  background-color: #e07b1e;

  .block-regular_2025-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
  }

  .item-btn {
    a {
      display: block;
      width: 460px;
      height: 80px;
      filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.16));
      transition: opacity 0.3s;

      &:hover {
        opacity: 0.7;
      }
    }
  }

  .item-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;

    dt {
      font-size: 2.4rem;
    }

    dd {
      margin-left: 30px;
      font-size: 4rem;

      span {
        font-size: 2.6rem;
      }
    }
  }
}

.block-regular_2025-content {
  position: relative;
  padding-bottom: 100px;

  &::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/usr/lp/2025_regular/bg_dots.png);
    background-position: center top -31px;
    background-repeat: repeat-y;
    background-size: 2117px 1063px;
  }
}

.block-regular_2025-item-intro,
.block-regular_2025-benefits,
.block-regular_2025-reviews,
.block-regular_2025-item-intro,
.block-regular_2025-faq,
.block-regular_2025-caution {
  .block-regular_2025-container {
    position: relative;
    z-index: 9;
  }
}

.block-regular_2025-item-intro {
  padding: 100px 0;
  background-color: #f5fccd;

  .block-regular_2025-container {
    border-radius: 20px;
    background-color: #ffffff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.05));
  }
}

.block-regular_2025-item-intro-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  z-index: 9;
}

.block-regular_2025-item-intro-main {
  display: grid;
  position: relative;
  padding: 62px 40px 40px;
  grid-template-columns: 474px 1fr;
  grid-template-rows: auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 40px;
  grid-auto-flow: row;
  grid-template-areas:
    "item-img item-name_price"
    "item-img item-set"
    "item-img item-btn"
    "item-annotation item-link";

  .item-img {
    grid-area: item-img;
  }

  .item-name_price {
    grid-area: item-name_price;
  }

  .item-annotation {
    grid-area: item-annotation;
    display: flex;
    align-items: flex-end;
    height: 40px;
    color: #653919;
    font-size: 1.2rem;
  }

  .item-set {
    grid-area: item-set;
    padding-top: 23px;
  }

  .item-btn {
    grid-area: item-btn;
    padding-top: 30px;

    a {
      display: block;
      width: 100%;
      height: 80px;
      filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.16));
      transition: opacity 0.3s;

      &:hover {
        opacity: 0.7;
      }
    }
  }

  .item-link {
    grid-area: item-link;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 40px;
    line-height: 1;

    a {
      color: #653919;
      font-size: 2rem;
      font-weight: 600;
      text-decoration: underline;
    }
  }

  .item-badge {
    position: absolute;
    top: -42px;
    right: -50px;
  }
}

.block-regular_2025-item-intro-set {
  height: 1200px;
  padding: 100px 98px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f0fffe;
  background-image: url(../../img/usr/lp/2025_regular/item_list_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 40px 20px;

    li {
      height: 440px;
      border-radius: 20px;
      background-color: #ffffff;
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.05));
    }
  }
}

.block-regular_2025-benefits {
  padding: 100px 0;
}

.block-regular_2025-benefits-list {
  margin-top: 50px;

  li {
    padding: 32px 50px 50px;
    border-radius: 20px;
    background-color: #ffffff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.05));

    &:first-child {
      padding-bottom: 38px;
    }

    & + li {
      margin-top: 40px;
    }

    .list-top {
      position: relative;
      min-height: 60px;
      padding-left: 77px;
      color: #65441c;

      .list-no {
        position: absolute;
        top: 0;
        left: 0;
      }

      .list-ttl {
        display: flex;
        align-items: center;
        height: 60px;
        font-size: 3rem;
        font-weight: 600;
      }

      .list-comment {
        margin-top: 8px;
        font-size: 1.6rem;
        letter-spacing: 0.08em;
      }
    }

    .list-bot {
      display: flex;
      justify-content: space-between;
      margin-top: 30px;
      color: #65441c;

      .list-compare {
        display: flex;
        flex-direction: column;
        width: 530px;
        padding-bottom: 20px;
        border-radius: 20px;
        background-color: #fffceb;

        .list-compare-ttl {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 60px;
          border-top-right-radius: 20px;
          border-top-left-radius: 20px;
          background-color: #fff6c7;
          font-size: 2.2rem;
          font-weight: 600;
        }

        &:last-child .list-compare-ttl {
          background-color: #d20046;
          color: #ffffff;
        }

        .list-compare-price {
          margin: 14px auto 0;
        }

        .list-compare-value {
          margin: 4px auto 15px;
        }

        .list-compare-annotation {
          width: 430px;
          margin: auto auto 0;
          font-size: 1.3rem;
          line-height: 1.4;
          letter-spacing: 0;

          p + p {
            margin-top: 8px;
          }

          a {
            color: #65441c;
            text-decoration: underline;
          }
        }
      }
    }
  }
}

.block-regular_2025-reviews {
  padding-bottom: 100px;
}

.block-regular_2025-reviews-list {
  margin-top: 50px;

  li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #653919;

    .list-img {
      width: 180px;
    }

    .list-detail {
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      width: 1000px;
      min-height: 222px;
      margin-right: 10px;
      padding: 0 50px;
      position: relative;
      border-radius: 20px;
      background-color: #ffffff;
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.05));

      &::after {
        content: "";
        position: absolute;
        top: 105px;
        left: -37px;
        width: 60px;
        height: 52px;
        background-image: url(../../img/usr/lp/2025_regular/reviews_arw.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
      }

      .list-ttl {
        font-size: 2.8rem;
        font-weight: 600;
      }

      .list-comment {
        margin-top: 16px;
        font-size: 1.6rem;
      }

      .list-profile {
        margin-top: 10px;
        font-size: 1.4rem;
      }
    }

    &:nth-child(even) {
      flex-direction: row-reverse;

      .list-detail {
        &::after {
          right: -37px;
          left: auto;
          transform: scale(-1, 1);
        }
      }
    }

    & + li {
      margin-top: 50px;
    }
  }
}

.block-regular_2025-faq {
  margin-top: 100px;
}

.block-regular_2025-faq-list {
  margin-top: 50px;
  color: #65441c;

  .block-regular_2025-faq-list-item {
    border-radius: 20px;
    background-color: #f5fccd;

    & + .block-regular_2025-faq-list-item {
      margin-top: 20px;
    }

    dt,
    dd {
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      min-height: 80px;
      padding: 16px 80px 16px 20px;

      > div {
        position: relative;
        padding-left: 78px;

        &::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          height: 48px;
          margin-top: -24px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
        }
      }
    }

    dt {
      font-size: 1.8rem;
      font-weight: 600;
      cursor: pointer;

      &::before,
      &::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 30px;
        width: 20px;
        height: 4px;
        margin-top: -2px;
        background-color: #65441c;
      }

      &::after {
        transform: rotate(90deg);
        transition: transform 0.3s;
      }

      &.is-open::after {
        transform: rotate(0);
      }

      > div {
        position: relative;
        padding-left: 78px;
      }
    }

    dd {
      display: none;
      padding: 24px 20px;
      font-size: 1.6rem;
      line-height: 1.625;

      > div {
        position: relative;
      }
    }

    &:nth-child(1) {
      dt {
        > div::before {
          width: 41px;
          background-image: url(../../img/usr/lp/2025_regular/faq_q_1.png);
        }
      }

      dd {
        > div::before {
          width: 41px;
          background-image: url(../../img/usr/lp/2025_regular/faq_a_1.png);
        }
      }
    }

    &:nth-child(2) {
      dt {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_q_2.png);
        }
      }

      dd {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_a_2.png);
        }
      }
    }

    &:nth-child(3) {
      dt {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_q_3.png);
        }
      }

      dd {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_a_3.png);
        }
      }
    }

    &:nth-child(4) {
      dt {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_q_4.png);
        }
      }

      dd {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_a_4.png);
        }
      }
    }

    &:nth-child(5) {
      dt {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_q_5.png);
        }
      }

      dd {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_a_5.png);
        }
      }
    }

    &:nth-child(6) {
      dt {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_q_6.png);
        }
      }

      dd {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_a_6.png);
        }
      }
    }

    &:nth-child(7) {
      dt {
        > div::before {
          width: 43px;
          background-image: url(../../img/usr/lp/2025_regular/faq_q_7.png);
        }
      }

      dd {
        > div::before {
          width: 43px;
          background-image: url(../../img/usr/lp/2025_regular/faq_a_7.png);
        }
      }
    }

    &:nth-child(8) {
      dt {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_q_8.png);
        }
      }

      dd {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_a_8.png);
        }
      }
    }

    &:nth-child(9) {
      dt {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_q_9.png);
        }
      }

      dd {
        > div::before {
          width: 47px;
          background-image: url(../../img/usr/lp/2025_regular/faq_a_9.png);
        }
      }
    }
  }
}

.block-regular_2025-caution {
  margin-top: 100px;
}

.block-regular_2025-caution-list {
  margin-top: 50px;
  padding: 60px;
  border-radius: 20px;
  background-color: #ffffff;
  color: #65441c;
  font-size: 1.6rem;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.05));

  li {
    position: relative;
    padding-left: 18px;

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 6px;
      background-color: #65441c;
    }

    & + li {
      margin-top: 12px;
    }
  }
}

/* 2025年末年始特集 */

.nematsunenshi-2025 {
  margin-bottom: 50px;

  &.block-nematsunenshi .block-fp-container,
  &.block-nematsunenshi-cs .block-fp-container {
    position: relative;
    height: auto;
    padding-bottom: 20px;
    background: none;
    background-color: #b83628;
  }

  &.block-nematsunenshi-cs .block-fp-container {
    padding-bottom: 50px;
  }

  .block-nematsunenshi-bg-1,
  .block-nematsunenshi-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: repeat;
  }

  .block-nematsunenshi-bg-1 {
    background-image: url(../../img/usr/lp/2025_nenmatsunenshi/bg_main_1.png);
    background-size: 2000px 507px;
    opacity: 0.08;
  }

  .block-nematsunenshi-bg-2 {
    background-image: url(../../img/usr/lp/2025_nenmatsunenshi/bg_main_2.jpg);
    background-size: 724px 1023px;
    mix-blend-mode: multiply;
  }

  .block-nematsunenshi-h1 {
    position: relative;
    width: 100%;
    height: 700px;
    margin: 0;
    padding: 0;
    background-image: url(../../img/usr/lp/2025_nenmatsunenshi/img_ttl_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999999px;
  }

  &.block-nematsunenshi-cs .block-nematsunenshi-h1 {
    background-image: url(../../img/usr/lp/2025_nenmatsunenshi/img_ttl_pc_ComingSoon.jpg);
  }

  .block-nematsunenshi-chatch,
  .block-nematsunenshi-1,
  .block-nematsunenshi-2 {
    position: relative;
    height: auto;
  }

  .block-nematsunenshi-chatch {
    height: 308px;

    &::before,
    &::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 317px;
    }

    &::before {
      background-image: url(../../img/usr/lp/2025_nenmatsunenshi/pc/bg_catch.png);
      background-position: center top 60px;
      background-repeat: no-repeat;
      background-size: 1120px 190px;
      opacity: 0.9;
    }

    &::after {
      background-image: url(../../img/usr/lp/2025_nenmatsunenshi/pc/bg_catch_1.png);
      background-position: center top;
      background-repeat: no-repeat;
      background-size: contain;
    }

    p {
      position: relative;
    }
  }

  .block-nematsunenshi-goods-list {
    margin-top: 21px;
  }

  .block-nematsunenshi-1 {
    padding-bottom: 200px;
  }

  .block-nematsunenshi-2 {
    padding-bottom: 170px;
  }

  &.block-nematsunenshi-cs {
    .block-nematsunenshi-2 {
      height: 389px;
      padding-bottom: 0;
    }
  }

  .block-nematsunenshi-1 > *,
  .block-nematsunenshi-2 > * {
    position: relative;
  }

  .block-nematsunenshi-1-bg,
  .block-nematsunenshi-2-bg,
  .block-nematsunenshi-2-cs-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.9;
  }

  .block-nematsunenshi-1-bg {
    background-image: url(../../img/usr/lp/2025_nenmatsunenshi/pc/bg_1.png);

    &::before,
    &::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
    }

    &::before {
      background-image: url(../../img/usr/lp/2025_nenmatsunenshi/pc/bg_1_1.png);
      background-position: center top;
      background-size: 1200px 785px;
    }

    &::after {
      background-image: url(../../img/usr/lp/2025_nenmatsunenshi/pc/bg_1_2.png);
      background-position: center bottom;
      background-size: 1200px 348px;
    }
  }

  .block-nematsunenshi-2-bg {
    background-image: url(../../img/usr/lp/2025_nenmatsunenshi/pc/bg_2.png);

    &::before,
    &::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: 1200px 1727px;
    }

    &::before {
      background-image: url(../../img/usr/lp/2025_nenmatsunenshi/pc/bg_2_1.png);
      background-position: center top;
    }

    &::after {
      background-image: url(../../img/usr/lp/2025_nenmatsunenshi/pc/bg_2_2.png);
      background-position: center bottom;
    }
  }

  .block-nematsunenshi-2-cs-bg {
    background-image: url(../../img/usr/lp/2025_nenmatsunenshi/pc/bg_2_cs.png);

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: contain;
    }

    &::before {
      background-image: url(../../img/usr/lp/2025_nenmatsunenshi/pc/bg_2_cs_1.png);
      background-position: center top;
    }
  }

  .block-nematsunenshi-goods-list-item .list-img-1-1::before,
  .block-nematsunenshi-goods-list-item .list-img-1-1::after,
  .block-nematsunenshi-goods-list-item .list-img-2-1::before,
  .block-nematsunenshi-goods-list-item .list-img-2-1::after,
  .block-nematsunenshi-goods-list-item .list-img-2-2::before,
  .block-nematsunenshi-goods-list-item .list-img-2-2::after {
    content: none;
  }

  .block-nematsunenshi-goods-list-item .list-img-1-1 img,
  .block-nematsunenshi-goods-list-item .list-img-1-2 img,
  .block-nematsunenshi-goods-list-item .list-img-1-3 img {
    display: block;
    position: absolute;
    max-width: none;
  }

  .block-nematsunenshi-goods-list-item .list-img-1-1 img {
    top: -50px;
    left: 19px;
    width: 500px;
  }

  .block-nematsunenshi-goods-list-item .list-img-1-2 img {
    top: -33px;
    left: -28px;
    width: 540px;
  }

  .block-nematsunenshi-goods-list-item .list-img-1-3 img {
    top: 0;
    left: 0;
    width: 529px;
  }

  .block-nematsunenshi-goods-list-item .list-img-2-1 img,
  .block-nematsunenshi-goods-list-item .list-img-2-2 img {
    display: block;
    position: absolute;
    max-width: none;
  }

  .block-nematsunenshi-goods-list-item .list-img-2-1 img {
    top: 0;
    left: 0;
    width: 500px;
  }

  .block-nematsunenshi-goods-list-item .list-img-2-2 img {
    top: -8px;
    left: -8px;
    width: 560px;
  }

  .block-nematsunenshi-2-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 34px;

    img {
      display: block;
      width: 221px;
      height: auto;
    }
  }
}
