@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.block-event-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-event-page .beni_container_top {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.block-event-page .block-event-page--goods {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.block-event-page .beni_container_bottom {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.block-event-page .block-event-page--accessory {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

[data-browse-mode=S] .isPc {
  display: none;
}

[data-browse-mode=P] .isSp {
  display: none;
}

[data-browse-mode=S] .beni_img_container {
  padding: 0 15px;
}

h1.beni_h1 {
  padding: 0px;
}

.beni_kv {
  aspect-ratio: 400/173;
}
[data-browse-mode=S] .beni_kv {
  aspect-ratio: 375/434;
}

.beni_lead_01 {
  margin-top: 50px;
  aspect-ratio: 4/1;
}
[data-browse-mode=S] .beni_lead_01 {
  margin-top: 30px;
  aspect-ratio: 750/839;
}

.beni_lead_02 {
  margin-top: 40px;
  aspect-ratio: 800/241;
}
[data-browse-mode=S] .beni_lead_02 {
  margin-top: 30px;
  aspect-ratio: 690/869;
}

.beni_lead_txt {
  margin-top: 80px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
[data-browse-mode=S] .beni_lead_txt {
  margin-top: 20px;
  font-size: 16px;
}

.beni_campaign_01 {
  margin-top: 60px;
  aspect-ratio: 5/4;
}
[data-browse-mode=S] .beni_campaign_01 {
  margin-top: 50px;
  aspect-ratio: 173/425;
}

.beni_merit_01 {
  margin-top: 60px;
  aspect-ratio: 475/327;
}
[data-browse-mode=S] .beni_merit_01 {
  margin-top: 40px;
  aspect-ratio: 173/337;
}

.beni_merit_02 {
  margin-top: 60px;
  aspect-ratio: 2400/1651;
}
[data-browse-mode=S] .beni_merit_02 {
  margin-top: 40px;
  aspect-ratio: 345/674;
}

.beni_img_container_narrow {
  padding: 0 10%;
}
[data-browse-mode=S] .beni_img_container_narrow {
  padding: 0 15px;
}

.beni_campaign_02 {
  margin-top: 60px;
  aspect-ratio: 481/405;
}
[data-browse-mode=S] .beni_campaign_02 {
  margin-top: 40px;
  aspect-ratio: 30/67;
}

.beni_product_lead {
  width: 100%;
  padding: 1em;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-color: #FAF0E8;
}
[data-browse-mode=S] .beni_product_lead {
  font-size: 14px;
  text-align: left;
}

.beni_container_top,
.beni_container_bottom {
  max-width: 1200px;
  margin: 0 auto;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.03em;
}
[data-browse-mode=S] .beni_container_top {
  font-size: 16px;
  overflow-x: hidden;
}

[data-browse-mode=S] .beni_container_bottom {
  font-size: 16px;
  overflow-x: hidden;
}

.head3 {
  position: relative;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  color: #000;
  font-weight: 600;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}
.head3:before {
  content: none;
}
[data-browse-mode=P] .head3 {
  font-size: 40px;
}

[data-browse-mode=S] .head3 {
  font-size: 30px;
}

.head3 span {
  color: #EF786A;
  font-size: 60px;
}

.head3_wrap {
  text-align: center;
}
.head3_wrap .head3 {
  display: inline-block;
  padding: 0 28px;
}
.head3_wrap .head3:before, .head3_wrap .head3:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 28px;
  border-radius: 3px;
  background: #000;
  top: auto;
  bottom: 15px;
}
.head3_wrap .head3:before {
  left: 5px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.head3_wrap .head3:after {
  right: 5px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.head4 {
  font-weight: 600;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  padding: 0;
  font-size: 26px;
  margin-bottom: 24px;
}
.head4 .num {
  color: #fff;
  background: #EF786A;
  display: inline-block;
  border-radius: 25px;
  font-size: 20px;
  padding: 8px 16px;
  margin-bottom: 21px;
}
.head4 small {
  font-size: 18px;
}

.line {
  position: relative;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(180deg, transparent 0%, transparent calc(100% - 12px), rgba(239, 229, 10, 0.3) 12px);
}
[data-browse-mode=P] .line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

[data-browse-mode=S] .line {
  display: inline;
}

.section.product {
  position: relative;
  z-index: 0;
  margin: 80px 0 40px;
}
[data-browse-mode=S] .section.product {
  margin: 40px 0 30px;
  padding: 0 15px;
}

.section.reason {
  margin-top: 80px;
  background: #FFF9F5;
  padding: 80px 60px;
}
[data-browse-mode=S] .section.reason {
  margin-top: 50px;
  padding: 30px 15px 54px;
}

.section.reason .inr {
  background: #fff;
  border-radius: 10px;
}
[data-browse-mode=P] .section.reason .inr {
  padding: 0 60px;
}

[data-browse-mode=S] .section.reason .inr {
  padding: 0 15px;
}

[data-browse-mode=P] .section.reason .contents.reason1 {
  padding: 70px 0;
}

[data-browse-mode=S] .section.reason .contents.reason1 {
  padding: 30px 0;
}

[data-browse-mode=S] .section.reason .contents.reason1 .head3 {
  margin: 0 0 40px;
}

.section.reason .contents.reason2 {
  border-top: solid 1px #D3D3D3;
}
[data-browse-mode=P] .section.reason .contents.reason2 {
  padding: 20px 0 70px;
}

[data-browse-mode=S] .section.reason .contents.reason2 {
  padding: 36px 0 50px;
}

[data-browse-mode=P] .section.reason .contents.reason2 .block {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}

[data-browse-mode=S] .section.reason .contents.reason2 .block {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.section.reason .contents.reason2 .block + .block {
  margin-top: 64px;
}
[data-browse-mode=P] .section.reason .contents.reason2 .block + .block {
  padding: 0 43px 0 10px;
}

.section.reason .contents.reason2 .pic {
  border-radius: 10px;
}
[data-browse-mode=P] .section.reason .contents.reason2 .pic {
  width: 248px;
}

[data-browse-mode=S] .section.reason .contents.reason2 .pic {
  width: 315px;
}

[data-browse-mode=S] .section.reason .contents.reason2 img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 auto;
}

[data-browse-mode=S] .section.reason .contents.reason2 .detail {
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
}

[data-browse-mode=S] .section.reason .contents.reason2 .num {
  margin-bottom: 14px;
}

.section.reason .contents.reason2 .txt {
  text-align: left;
}
.section.reason .evaluation {
  text-align: center;
  font-weight: bold;
}
.section.reason .evaluation span {
  color: #772446;
}
[data-browse-mode=P] .section.reason .evaluation {
  font-size: 30px;
}
[data-browse-mode=P] .section.reason .evaluation span {
  font-size: 50px;
}

[data-browse-mode=S] .section.reason .evaluation {
  font-size: 20px;
}
[data-browse-mode=S] .section.reason .evaluation span {
  font-size: 42px;
}

.section.reason .date {
  font-size: 14px;
  text-align: center;
}
[data-browse-mode=P] .section.reason .date {
  margin: 10px 0 17px;
}

[data-browse-mode=S] .section.reason .date {
  margin: 20px 0;
}

.section.reason .review_head {
  text-align: center;
}
.section.reason .review_head img {
  width: 196px;
}
.section.reason .review_head .head3:before, .section.reason .review_head .head3:after {
  bottom: 7px;
}
[data-browse-mode=P] .section.reason .review_head {
  margin: 42px 0 12px;
}
[data-browse-mode=P] .section.reason .review_head img {
  margin: 0 auto 21px;
}
[data-browse-mode=P] .section.reason .review_head .head3 {
  font-size: 27px;
}

[data-browse-mode=S] .section.reason .review_head {
  display: none;
}

.section.reason .review_block {
  background-color: #FFF9F5;
  border-radius: 10px;
}
[data-browse-mode=P] .section.reason .review_block {
  padding: 30px;
  margin-top: 10px;
}

[data-browse-mode=S] .section.reason .review_block {
  padding: 16px 15px 11px;
  margin-top: 15px;
}

.section.reason .review_block .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
[data-browse-mode=P] .section.reason .review_block .ttl {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 22px;
  gap: 18px;
  margin-bottom: 20px;
}

[data-browse-mode=S] .section.reason .review_block .ttl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  gap: 10px;
  margin-bottom: 17px;
}

[data-browse-mode=P] .section.reason .review_block .voice {
  font-size: 20px;
}

[data-browse-mode=S] .section.reason .review_block .voice {
  font-size: 18px;
}

.beni_buttton_container {
  width: 100%;
  margin: 60px 0 0;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 1em;
}
[data-browse-mode=S] .beni_buttton_container {
  margin: 40px 0 0;
}

a.beni_buttton {
  width: 676px;
  height: 80px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 0.3em;
  color: #fff;
  background: #E86E61;
  -webkit-box-shadow: 0 5px 0 #9a2316;
          box-shadow: 0 5px 0 #9a2316;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
a.beni_buttton:hover, a.beni_buttton:focus {
  text-decoration: none;
}
[data-browse-mode=P] a.beni_buttton:hover {
  opacity: 1;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

[data-browse-mode=S] a.beni_buttton {
  width: 92vw;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
}

a.beni_buttton.color_coral {
  color: #fff;
  background: #E86E61;
  -webkit-box-shadow: 0 5px 0 #9a2316;
          box-shadow: 0 5px 0 #9a2316;
}
[data-browse-mode=P] a.beni_buttton.color_coral:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.beni_buttton.color_winered {
  color: #fff;
  background: #751D3B;
  -webkit-box-shadow: 0 5px 0 #4c1326;
          box-shadow: 0 5px 0 #4c1326;
}
[data-browse-mode=P] a.beni_buttton.color_winered:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.beni_buttton.color_ochre {
  color: #fff;
  background: #BE8915;
  -webkit-box-shadow: 0 5px 0 #906810;
          box-shadow: 0 5px 0 #906810;
}
[data-browse-mode=P] a.beni_buttton.color_ochre:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

dl.block-goods-list--sort-order-items {
    display: none;
}

span.pager-count {
    display: none;
}

h2.block-top-event--header {
    display: none;
}

h2.h1.block-event-page--header {
    display: none;
}

.block-topic-path {
    display: none;
}