:root {
  --color-red: #BD2619;
  --color-gold: #C68D37;
}

/* reset */
.pane-contents .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.block-genre-page {
  margin: 0;
}
.block-topic-path {
  display: none;
}
.block-genre-page--event,
.block-genre-page--goods {
  display: none;
}

/* layout */
.oshogatsu,
.oshogatsu-section {
  width: 100%;
}
.oshogatsu {
  background: url(/img/usr/event/oshogatsu/bg.jpg);
  background-size: 50%;
  line-height: calc(45 / 24);
}
.section-inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding-inline: calc(20 / 375 * 100vw);
}
.pc-only {
  display: none;
}
.oshogatsu-info-link {
  margin-top: calc(30 / 375 * 100vw);
}
a.oshogatsu-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  padding: calc(10 / 375 * 100vw);
  width: calc(300 / 375 * 100vw);
  font-size: calc(16 / 375 * 100vw);
  max-width: 470px;
  border-radius: 50vh;
}
a.oshogatsu-link::after {
  content: '';
  position: absolute;
  right: calc(15 / 375 * 100vw);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ffffff;
  border-right: 0;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
  .section-inner {
    padding-inline: 0;
  }
  .oshogatsu {
    background-size: 964px 709px;
  }
  .oshogatsu-info-link {
    margin-top: 20px;
  }
  a.oshogatsu-link {
    padding: 0;
    width: 470px;
    height: 65px;
    font-size: 22px;
  }
  a.oshogatsu-link::after {
    right: 30px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
  }
}


/* mv */
.oshogatsu-mv {
  aspect-ratio: 1;
  background: url(/img/usr/event/oshogatsu/mv_bg.png) no-repeat center top;
  background-size: cover;
}
.oshogatsu-mv .section-inner {
  position: relative;
  height: 100%;
}
.oshogatsu-mv .page-title,
.oshogatsu-mv .mv-img {
  position: absolute;
  margin: 0;
}
.oshogatsu-mv img {
  width: 100%;
  height: auto;
  display: block;
}
.oshogatsu-mv .page-title {
  top: 0;
  left: 50%;
  width: calc(350 / 375 * 100vw);
  transform: translate(-50%, 0);
  aspect-ratio: 668 / 678;
}
.oshogatsu-mv .mv-img {
  top: calc(30 / 375 * 100vw);
  left: calc(10 / 375 * 100vw);
  width: calc(450 / 375 * 100vw);
  aspect-ratio: 959 / 660;
}

@media screen and (min-width: 769px) {
  .oshogatsu-mv {
    width: 100%;
    aspect-ratio: 1920 / 764;
    background-size: contain;
    background-position: center top;
  }
  .oshogatsu-mv .section-inner {
    max-width: none;
    padding-inline: 0;
  }
  .oshogatsu-mv .page-title {
    top: 1.3%;
    width: 34.79%;
    transform: translate(-50%, 0);
  }
  .oshogatsu-mv .mv-img {
    top: 1.82%;
    left: 28.33%;
    width: 49.94%;
    transform: none;
  }
}

/* intro */
.oshogatsu-intro {
  margin: calc(20 / 375 * 100vw) auto calc(50 / 375 * 100vw);
  text-align: center;
}
.oshogatsu-intro .section-title {
  margin-bottom: calc(40 / 375 * 100vw);
  color: var(--color-red);
  font-size: calc(24 / 375 * 100vw);
  font-weight: 600;
}
.oshogatsu-intro .section-text {
  font-size: calc(15 / 375 * 100vw);
}

@media screen and (min-width: 769px) {
  .oshogatsu-intro {
    margin: 40px auto 100px;
  }
  .oshogatsu-intro .section-title {
    margin-bottom: 40px;
    font-size: 33px;
  }
  .oshogatsu-intro .section-text {
    font-size: 24px;
  }
}

/* nav */
.oshogatsu-nav {
  margin-bottom: calc(35 / 375 * 100vw);
  padding-inline: calc(20 / 375 * 100vw);
}
.oshogatsu-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.oshogatsu-nav-list .oshogatsu-nav-item {
  border-left: 1px solid #707070;
  width: calc(100% / 3);
  font-size: calc(16 / 375 * 100vw);
}
.oshogatsu-nav-list .oshogatsu-nav-item:last-child {
  border-right: 1px solid #707070;
}
.oshogatsu-nav-list .oshogatsu-nav-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(10 / 375 * 100vw) 0;
  width: 100%;
  height: 100%;
}
.oshogatsu-nav-list .oshogatsu-nav-item a::after {
  content: '';
  position: absolute;
  bottom: calc(5 / 375 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #111111;
  border-bottom: 0;
}
.oshogatsu-nav-list .oshogatsu-nav-item a img {
  height: calc(15 / 375 * 100vw);
}

@media screen and (min-width: 769px) {
  .oshogatsu-nav {
    margin-bottom: 70px;
    padding: 0;
  }
  .oshogatsu-nav-list .oshogatsu-nav-item {
    width: 265px;
    height: 105px;
    font-size: 33px;
  }
  .oshogatsu-nav-list .oshogatsu-nav-item a {
    padding: 0;
  }
  .oshogatsu-nav-list .oshogatsu-nav-item a::after {
    bottom: 3px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #111111;
  }
  .oshogatsu-nav-list .oshogatsu-nav-item a img {
    height: 21px;
  }
}

/* guide */
.oshogatsu-guide {
  margin-bottom: calc(35 / 375 * 100vw);
  padding-inline: calc(20 / 375 * 100vw);
}
.oshogatsu-guide .section-inner {
  position: relative;
  padding: calc(30 / 375 * 100vw) 0;
  border-top: 7px solid var(--color-gold);
  border-bottom: 7px solid var(--color-gold);
  max-width: 1200px;
  font-size: calc(16 / 375 * 100vw);
}
.oshogatsu-guide .section-inner::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  border-bottom: 1px solid var(--color-gold);
}
.oshogatsu-guide .section-inner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  border-bottom: 1px solid var(--color-gold);
}
.oshogatsu-guide .section-title {
  margin-bottom: calc(20 / 375 * 100vw);
  color: var(--color-gold);
  letter-spacing: 0.15em;
  text-align: center;
}
.oshogatsu-info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto calc(15 / 375 * 100vw);
  width: 100%;
  max-width: 870px;
}
.oshogatsu-info-block:last-child {
  margin-bottom: 0;
}
.oshogatsu-info-texts {
  margin-bottom: calc(20 / 375 * 100vw);
}
.oshogatsu-info-lead {
  font-size: calc(14 / 375 * 100vw);
}
.oshogatsu-info-category {
  display: inline-flex;
  align-items: center;
  font-size: calc(18 / 375 * 100vw);
  font-weight: bold;
}
.oshogatsu-info-category img {
  margin-right: calc(2 / 375 * 100vw);
  height: calc(12 / 375 * 100vw);
}
.oshogatsu-info-separator,
.oshogatsu-info-arrow {
  color: var(--color-gold);
  font-size: calc(18 / 375 * 100vw);
  font-weight: bold;
}
.oshogatsu-info-note {
  font-size: calc(12 / 375 * 100vw);
  letter-spacing: 0;
}
.oshogatsu-info-note .em {
  color: var(--color-red);
}
.oshogatsu-info-delivery {
  margin-bottom: calc(20 / 375 * 100vw);
  width: 100%;
  max-width: 750px;
}
.oshogatsu-info-item {
  margin-bottom: 3px;
  font-size: calc(14 / 375 * 100vw);
}
.oshogatsu-info-item .tag {
  display: inline-block;
  margin-right: calc(10 / 375 * 100vw);
  width: calc(80 / 375 * 100vw);
  font-size: calc(15 / 375 * 100vw);
  color: #fff;
  text-align: center;
}
.oshogatsu-info-item .tag.reservation {
  background-color: var(--color-red);
}
.oshogatsu-info-item .tag.normally {
  background-color: var(--color-gold);
}
.oshogatsu-info-deadline {
  border-top: 1px solid var(--color-gold);
  border-bottom: 1px solid var(--color-gold);
  width: 100%;
  max-width: 750px;
}
.oshogatsu-info-deadline-text {
  padding: calc(10 / 375 * 100vw) 0;
  font-size: calc(20 / 375 * 100vw);
  text-align: center;
}
.oshogatsu-info-deadline-label {
  font-weight: bold;
}
.oshogatsu-info-deadline-text .oshogatsu-info-arrow {
  margin: 0 calc(10 / 375 * 100vw);
}
.oshogatsu-info-deadline-date {
  font-weight: bold;
  color: var(--color-red);
}
.oshogatsu-info-note a {
  color: var(--color-red);
  text-decoration: underline;
}
.oshogatsu-info-note-wrap {
  text-align: center;
  margin: 45px auto;
}
.oshogatsu-info-note-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: calc(20 / 375 * 100vw);
}
.oshogatsu-info-note-title .arrow {
  position: relative;
  display: inline-block;
  width: calc(10 / 375 * 100vw);
  height: calc(22 / 375 * 100vw);
}
.oshogatsu-info-note-title .arrow.before {
  margin-right: calc(10 / 375 * 100vw);
}
.oshogatsu-info-note-title .arrow.after {
  margin-left: calc(10 / 375 * 100vw);
}
.oshogatsu-info-note-title .arrow::before,
.oshogatsu-info-note-title .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 17.8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333333;
}
.oshogatsu-info-note-title .arrow.before::before,
.oshogatsu-info-note-title .arrow.before::after {
  left: 0;
  transform-origin: 0.5px 50%;
}
.oshogatsu-info-note-title .arrow.after::before,
.oshogatsu-info-note-title .arrow.after::after {
  right: 0;
  transform-origin: calc(100% - 0.5px) 50%;
}
.oshogatsu-info-note-title .arrow::before {
  transform: rotate(49.4deg);
}
.oshogatsu-info-note-title .arrow::after {
  transform: rotate(-49.4deg);
}
.oshogatsu-info-note-content {
  margin-bottom: 20px;
  max-height: 250px;
  overflow: hidden;
  transition: max-height .6s ease;
  mask-image: linear-gradient(to bottom, black 50%, transparent 90%);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 90%);
}
.oshogatsu-info-note-wrap.is-open .oshogatsu-info-note-content {
  max-height:3000px;
  mask-image: unset;
  -webkit-mask-image: unset;
}
.oshogatsu-info-note-section {
  margin: 20px auto 0;
  text-align: left;
}
.oshogatsu-info-note-section.color-gold {
  color: var(--color-gold);
}
.oshogatsu-info-note-section .oshogatsu-info-note-subhead {
  font-size: 18px;
}
.oshogatsu-info-note-section .oshogatsu-info-note-text {
  margin-bottom: calc(10 / 375 * 100vw);
  font-size: calc(14 / 375 * 100vw);
}
.oshogatsu-info-note-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 12px 0;
}
.oshogatsu-info-note-toggle{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  gap: 0.5em;
  border: 1px solid #333;
  border-radius: 50vh;
  background: #fff;
  cursor: pointer;
  width: 100%;
  max-width: 440px;
  font-family: inherit;
  font-size: calc(18 / 375 * 100vw);
}
.oshogatsu-info-note-toggle-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  border-radius: 50vh;
  aspect-ratio: 1;
  height: 30px;
  transform: translateY(-50%);
}
.oshogatsu-info-note-toggle-icon::before {
  content: '＋';
}
.oshogatsu-info-note-wrap.is-open .oshogatsu-info-note-toggle-icon {
  transition: 0.3s;
}
.oshogatsu-info-note-wrap.is-open .oshogatsu-info-note-toggle-icon::before {
  content: '－';
}
.oshogatsu-info-note-head {
  font-size: calc(16 / 375 * 100vw);
  font-weight: bold;
}

@media screen and (max-width: 770px) {
  .oshogatsu-guide .section-title {
    font-size: calc(20 / 375 * 100vw);
  }
  .oshogatsu-info-lead {
    text-align: center;
  }
  .oshogatsu-info-lead .oshogatsu-info-arrow {
    display: none;
  }
  .oshogatsu-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .oshogatsu-info-item span:not(.tag){
    flex: 1;
  }
}
@media screen and (min-width: 769px) {
  .oshogatsu-guide {
    margin-bottom: 70px;
    padding: 0;
  }
  .oshogatsu-guide .section-inner {
    padding: 35px 0;
    font-size: 22px;
  }
  .oshogatsu-guide .section-title {
    margin-bottom: 20px;
    font-size: 34px;
  }
  .oshogatsu-info-block {
    margin: 0 auto 30px;
  }
  .oshogatsu-info-texts {
    margin-bottom: 30px;
  }
  .oshogatsu-info-lead {
    font-size: 22px;
  }
  .oshogatsu-info-category {
    font-size: 25px;
  }
  .oshogatsu-info-category img {
    margin-right: 2px;
    height: 16px;
  }
  .oshogatsu-info-separator,
  .oshogatsu-info-arrow {
    font-size: 25px;
  }
  .oshogatsu-info-note {
    font-size: 18px;
  }
  .oshogatsu-info-delivery {
    margin-bottom: 30px;
  }
  .oshogatsu-info-item {
    font-size: 22px;
  }
  .oshogatsu-info-item .tag {
    margin-right: 15px;
    width: 120px;
    font-size: 21px;
  }
  .oshogatsu-info-deadline-text {
    padding: 20px 0;
    font-size: 33px;
  }
  .oshogatsu-info-deadline-text .oshogatsu-info-arrow {
    margin: 0 30px;
  }
  .oshogatsu-info-note-section {
    max-width:1100px;
  }
  .oshogatsu-info-note-title {
    font-size: 28px;
  }
  .oshogatsu-info-note-title .arrow {
    width: 13px;
    height: 25px;
  }
  .oshogatsu-info-note-title .arrow.before {
    margin-right: 20px;
  }
  .oshogatsu-info-note-title .arrow.after {
    margin-left: 20px;
  }
  .oshogatsu-info-note-head {
    font-size: 20px;
  }
  .oshogatsu-info-note-section .oshogatsu-info-note-text {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .oshogatsu-info-note-toggle{
    font-size: 22px;
  }
}

/* main section */
.oshogatsu-section {
  position: relative;
  margin-bottom: calc(60 / 375 * 100vw);
  padding-top: calc(100 / 375 * 100vw);
  padding-bottom: calc(55 / 375 * 100vw);
  width: 100%;
  background-size: auto calc(100 / 375 * 100vw);
  background-position: top center;
  background-repeat: no-repeat;
}
.oshogatsu-section:last-child {
  margin-bottom: 0;
}
.oshogatsu-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: calc(55 / 375 * 100vw);
  width: 100%;
  background: url(/img/usr/event/oshogatsu/line.png) no-repeat center;
  background-size: auto calc(55 / 375 * 100vw);
  transform: translateX(-50%);
}
.oshogatsu-section:last-child::after {
  display: none;
}
.oshogatsu-section-matsu {
  background-image: url(/img/usr/event/oshogatsu/head_01.jpg);
}
.oshogatsu-section-take {
  background-image: url(/img/usr/event/oshogatsu/head_02.jpg);
}
.oshogatsu-section-ume {
  background-image: url(/img/usr/event/oshogatsu/head_03.jpg);
}
.oshogatsu-section-header {
  position: relative;
}
.oshogatsu-section-title {
  position: absolute;
  top: calc(-50 / 375 * 100vw);
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: calc(15 / 375 * 100vw) 0;
  width: calc(100 / 375 * 100vw);
  border: none;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(226, 215, 200, 0.22);
  line-height: 1.3;
}
.oshogatsu-section-title img {
  height: calc(20 / 375 * 100vw);
}
.oshogatsu-section-title-main {
  margin-top: calc(10 / 375 * 100vw);
  writing-mode: vertical-rl;
  font-size: calc(26 / 375 * 100vw);
}
.oshogatsu-section-header .section-text {
  margin-left: calc(110 / 375 * 100vw);
  font-size: calc(13 / 375 * 100vw);
  margin-top: calc(20 / 375 * 100vw);
  letter-spacing: 0;
}
.oshogatsu-section-groups {
  margin-top: calc(20 / 375 * 100vw);
  padding: calc(20 / 375 * 100vw);
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(226, 215, 200, 0.22);
}
.oshogatsu-goods-group {
  margin-bottom: calc(30 / 375 * 100vw);
  padding-bottom: calc(30 / 375 * 100vw);
  border-bottom: 1px solid var(--color-gold);
}
.oshogatsu-goods-group:last-child {
  margin-bottom: 0;
}
.oshogatsu-goods-group-header {
  margin-bottom: calc(20 / 375 * 100vw);
  text-align: center;
}
.oshogatsu-goods-group-title {
  margin-bottom: calc(5 / 375 * 100vw);
  padding: 0;
  font-size: calc(25 / 375 * 100vw);
  font-weight: 600;
}
.oshogatsu-goods-group-desc {
  font-size: calc(16 / 375 * 100vw);
}
.oshogatsu-goods-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: calc(20 / 375 * 100vw);
}
.oshogatsu-goods-item {
  width: calc((100% - calc(20 / 375 * 100vw)) / 2);
}
.oshogatsu-goods-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.oshogatsu-goods-message {
  margin-bottom: auto;
  color: var(--color-gold);
  font-size: calc(14 / 375 * 100vw);
  text-align: center;
  font-feature-settings: "palt";
}
.oshogatsu-goods-info .oshogatsu-goods-name {
  margin-bottom: calc(8 / 375 * 100vw);
  padding-bottom: calc(4 / 375 * 100vw);
  border-bottom: 1px solid #111;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 600;
  text-align: center;
}
.oshogatsu-goods-info .oshogatsu-goods-meta {
  margin-left: 10px;
  font-size: calc(14 / 375 * 100vw);
}
.oshogatsu-goods-label-wrap .oshogatsu-goods-label.tag {
  padding: 0 calc(5 / 375 * 100vw);
  border: 1px solid var(--color-red);
  font-size: calc(12 / 375 * 100vw);
  color: var(--color-red);
  border-radius: calc(4 / 375 * 100vw);
}
.oshogatsu-section .button-wrap {
  display: flex;
  justify-content: center;
  margin: calc(40 / 375 * 100vw) auto;
}
.oshogatsu-feature-list {
  margin-top: calc(20 / 375 * 100vw);
  padding: calc(20 / 375 * 100vw);
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(226, 215, 200, 0.22);
}
.oshogatsu-feature-item:not(:last-child) {
  margin-bottom: calc(40 / 375 * 100vw);
}
.oshogatsu-section-matsu .oshogatsu-feature-item {
  margin-top: 0;
}
.oshogatsu-section .oshogatsu-feature-item .button-wrap {
  margin: calc(20 / 375 * 100vw) auto 0;
}
.oshogatsu-feature-image {
  max-width: 600px;
  width: 100%;
}
.oshogatsu-section-matsu .oshogatsu-feature-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.oshogatsu-section-matsu .oshogatsu-feature-image {
  background: #eee;
}
.oshogatsu-feature-image img {
  object-fit: cover;
  aspect-ratio: 3 / 2;
  width: 100%;
}
.oshogatsu-section-matsu .oshogatsu-feature-image img {
  object-fit: contain;
}
.oshogatsu-feature-head {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: calc(20 / 375 * 100vw);
  margin-bottom: calc(15 / 375 * 100vw);
  padding: 0 0 calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
  border-bottom: 1px solid #111;
}
.oshogatsu-feature-info {
  margin-top: calc(20 / 375 * 100vw);
  font-feature-settings: "palt";
}
.oshogatsu-feature-name {
  font-size: calc(20 / 375 * 100vw);
  font-weight: 600;
  line-height: 1;
  font-feature-settings: "palt";
}
.oshogatsu-feature-price {
  font-size: calc(16 / 375 * 100vw);
  line-height: 1;
}
.oshogatsu-feature-desc {
  margin: 0 auto;
  width: 100%;
  max-width: 490px;
}
.oshogatsu-feature-desc p {
  padding: 0 calc(10 / 375 * 100vw);
  font-size: calc(14 / 375 * 100vw);
}
.oshogatsu-feature-desc p .small {
  color: var(--color-red);
  font-size: calc(13 / 375 * 100vw);
}
.oshogatsu-noshi {
  position: relative;
  margin: calc(20 / 375 * 100vw) auto 0;
  padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
  border-top: 7px solid var(--color-gold);
  border-bottom: 7px solid var(--color-gold);
  width: 100%;
  max-width: 1200px;
}
.oshogatsu-noshi::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  border-bottom: 1px solid var(--color-gold);
}
.oshogatsu-noshi::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  border-bottom: 1px solid var(--color-gold);
}
.oshogatsu-noshi-item {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.oshogatsu-noshi-info {
  margin-top: calc(20 / 375 * 100vw);
}
.oshogatsu-noshi-lead {
  margin-bottom: calc(20 / 375 * 100vw);
  color: var(--color-gold);
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0;
  line-height: calc(50 / 34);
}
.oshogatsu-noshi-title {
  margin-bottom: calc(10 / 375 * 100vw);
  padding-bottom: calc(5 / 375 * 100vw);
  border-bottom: 1px solid var(--color-gold);
  font-size: calc(20 / 375 * 100vw);
  line-height: calc(41 / 28);
}
.oshogatsu-noshi-text {
  font-size: calc(16 / 375 * 100vw);
  line-height: calc(36 / 24);
}

@media screen and (min-width: 769px) {
  .oshogatsu-section {
    margin-bottom: 120px;
    padding-top: calc(300 / 1920 * 100%);
    padding-bottom: 67px;
    width: 100%;
    background-size: contain;
  }
  .oshogatsu-section::after {
    background-size: contain;
    aspect-ratio: 1920 / 67;
    height: 67px;
  }
  .oshogatsu-section-title {
    top: -200px;
    left: 260px;
    padding: 0;
    padding-top: 30px;
    width: 200px;
    height: 310px;
  }
   .oshogatsu-section:nth-child(even) .oshogatsu-section-title {
    left: unset;
    right: 260px;
   }
  .oshogatsu-section-title img {
    height: auto;
  }
  .oshogatsu-section-title-main {
    margin-top: 20px;
    font-size: 48px;
  }
  .oshogatsu-section-header .section-text {
    margin-top: 45px;
    margin-left: 690px;
    font-size: 23px;
  }
  .oshogatsu-section:nth-child(even) .oshogatsu-section-header .section-text {
    margin-left: 160px;
    margin-right: 509px;
  }
  .oshogatsu-section-groups {
    margin-top: 100px;
    padding: 90px 110px;
  }
  .oshogatsu-goods-group:not(:last-child) {
    margin-bottom: 70px;
    padding-bottom: 70px;
  }
  .oshogatsu-goods-group-header {
    margin-bottom: 50px;
  }
  .oshogatsu-goods-group-title {
    margin-bottom: 5px;
    font-size: 40px;
  }
  .oshogatsu-goods-group-desc {
    font-size: 22px;
  }
  .oshogatsu-goods-list {
    gap: 53px;
  }
  .oshogatsu-goods-list.col-3 {
    width: 890px;
  }
  .oshogatsu-goods-item {
    width: calc((1200px - 53px * 3) / 4);
  }
  .oshogatsu-goods-message {
    font-size: 20px;
  }
  .oshogatsu-goods-info .oshogatsu-goods-name {
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 29px;
  }
  .oshogatsu-goods-info .oshogatsu-goods-meta {
    display: flex;
    font-size: 20px;
  }
  .oshogatsu-goods-label-wrap .oshogatsu-goods-label.tag {
    padding: 0 10px;
    font-size: 17px;
    border-radius: 8px;
  }
  .oshogatsu-section .button-wrap {
    display: flex;
    justify-content: center;
    margin: 120px auto 80px;
  }
  .oshogatsu-feature-list {
    margin-top: 100px;
    padding: 100px 160px;
  }
  .oshogatsu-feature-item {
    display: flex;
    align-items: flex-end;
    gap: 50px;
  }
  .oshogatsu-feature-item:not(:last-child) {
    margin-bottom: 80px;
  }
  .oshogatsu-section-matsu .oshogatsu-feature-item {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 1200px;
  }
  .oshogatsu-feature-info {
    flex: 1;
  }
  .oshogatsu-section .oshogatsu-feature-item .button-wrap {
    margin: 30px auto 10px;
  }
  .oshogatsu-feature-head {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 30px;
    padding: 0 0 20px 15px;
  }
  .oshogatsu-feature-info {
    margin-top: 0;
  }
  .oshogatsu-feature-name {
    font-size: 31px;
  }
  .oshogatsu-feature-price {
    font-size: 21px;
  }
  .oshogatsu-feature-desc p {
    padding: 0;
    font-size: 20px;
  }
  .oshogatsu-feature-desc p .small {
    font-size: 18px;
  }
  .oshogatsu-noshi {
    margin-top: 100px;
    padding: 45px 0;
  }
  .oshogatsu-noshi-item {
    display: flex;
    flex-direction: row-reverse;
    gap: 65px;
    padding: 0;
  }
  .oshogatsu-noshi-info {
    margin-top: 0;
    flex: 1;
  }
  .oshogatsu-noshi-lead {
    margin-bottom: 40px;
    font-size: 34px;
  }
  .oshogatsu-noshi-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 28px;
  }
  .oshogatsu-noshi-text {
    font-size: 24px;
  }
}

/* event goods */
.oshogatsu .block-top-event--goods {
  display: none;
}
.block-top-event--goods.is-ready { 
  display: block;
}
.event-goods-wrap {
  margin-top: calc(60 / 375 * 100vw);
}
.event-goods-wrap .swiper-container {
  position: relative;
  overflow: visible;
  margin: 0px;
  padding: 0px;
}
.event-goods-wrap .swiper-container::before,
.event-goods-wrap .swiper-container::after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none;
}
.event-goods-wrap .swiper-container::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, transparent);
}
.event-goods-wrap .swiper-container::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, transparent);
}
.event-goods-wrap .swiper-wrapper {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}
.event-goods-wrap .swiper-wrapper li {
  margin: 0px;
}
.event-goods-wrap .swiper-container-initialized .swiper-wrapper {
  gap: 0;
}
.event-goods-wrap .swiper-container-initialized .swiper-wrapper li {
  margin: 0px;
  padding: 0px;
  max-width: 300px;
}
.event-goods-wrap .swiper-buttons {
  max-width: 100%;
}
.event-goods-wrap .swiper-button-prev,
.event-goods-wrap .swiper-button-next {
  border-radius: 3px;
  position: absolute;
  top: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  outline: none;
  transition: all 300ms ease-out 0ms;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
.event-goods-wrap .swiper-button-prev:hover,
.event-goods-wrap .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.event-goods-wrap .swiper-button-prev::after,
.event-goods-wrap .swiper-button-next::after {
  content: "" !important;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: none;
  background: url("/img/usr/common/icon_slider_arrow_g.png") no-repeat center center/contain;
  transform: translate3d(0, -50%, 0) rotate(0);
}
.event-goods-wrap .swiper-button-prev {
  right: auto;
}
.event-goods-wrap .swiper-button-prev::after {
  transform: translate3d(0, -50%, 0) rotate(180deg);
}
.event-goods-wrap .swiper-button-next {
  left: auto;
}
.event-goods-wrap .swiper-button-next::after {
  transform: translate3d(0, -50%, 0) rotate(0);
}
.event-goods-wrap .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
}
.event-goods-wrap .swiper-pagination-bullet {
  flex: 1 1 auto;
  margin: 0px;
  border-radius: 0px;
  width: auto;
  height: 2px;
  background-color: #EDEDED;
  transition: all 300ms ease-out 0ms;
  border: none;
}
.event-goods-wrap .swiper-pagination-bullet-active {
  border: none;
  background-color: #888888;
  height: 3px;
}

@media screen and (min-width: 769px) {
  .event-goods-wrap {
    margin-top: 120px;
    padding: 0px 120px;
  }
  .event-goods-wrap .swiper-container::before,
  .event-goods-wrap .swiper-container::after {
    width: 220px;
  }
  .event-goods-wrap .swiper-container::before {
    left: -160px;
  }
  .event-goods-wrap .swiper-container::after {
    right: -120px;
  }
  .event-goods-wrap .swiper-wrapper {
    gap: 0 20px;
  }
  .event-goods-wrap .swiper-buttons {
    top: 180px;
  }
  .event-goods-wrap .swiper-button-prev,
  .event-goods-wrap .swiper-button-next {
    width: 40px;
    height: 100px;
  }
  .event-goods-wrap .swiper-button-prev::after,
  .event-goods-wrap .swiper-button-next::after {
    width: 24px;
    height: 72px;
  }
  .event-goods-wrap .swiper-button-prev {
    left: -60px;
  }
  .event-goods-wrap .swiper-button-next {
    right: -60px;
  }
  .event-goods-wrap .swiper-pagination {
    bottom: -60px;
  }
}

@media screen and (max-width: 770px) {
  .event-goods-wrap {
    margin: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .event-goods-wrap .swiper-container-initialized .swiper-wrapper li {
    flex: 0 0 calc((100% - 12px) / 2.5);
    max-width: calc((100% - 12px) / 2.5);
  }
  .event-goods-wrap .swiper-button-prev, .event-goods-wrap .swiper-button-next {
    width: 20px;
    height: 50px;
  }
  .event-goods-wrap .swiper-button-prev {
    left: -16px;
  }
  .event-goods-wrap .swiper-button-next {
    right: -16px;
  }
  .event-goods-wrap .swiper-button-prev::after,
  .event-goods-wrap .swiper-button-next::after {
    width: 12px;
    height: 36px;
  }
  .event-goods-wrap .swiper-container {
    overflow: hidden;
  }
}