﻿@charset "UTF-8";

/* BASE */
:root{
  --serif: 'Noto Serif JP',"YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.page-event .pane-contents .container {
  display: block;
  width: 100%;
}
.page-event .pane-contents .container .pane-left-menu {
  display: none;
}
.page-event .pane-contents .container .pane-main {
  margin-bottom: 0;
  width: 100%;
}
#header {
  margin: 0;
}
.block-event-page {
  display: flex;
  flex-direction: column;
}
.block-event-page--accessory {
  display: none;
}
#aniv2nd img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/*------------------------------------
  PC
------------------------------------*/
html[data-browse-mode="P"] .pc-only {
  display: block;
}
html[data-browse-mode="P"] .sp-only {
  display: none;
}

/* 共通要素 */
.sec-title {
  text-align: center;
  margin-bottom: 20px;
}
.box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 55px;
}
.box-body {
  padding: 60px;
}
.box-body > *:last-child {
  margin-bottom: 0;
}
.box-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4286;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.box-title::after {
  content: '';
  background-color: #CC0000;
  height: 5px;
  width: 46px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
.btn1 {
  background-color: #CC0000;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  padding: 9px 12px 7px;
  transition: opacity .3s;
}
[data-browse-mode="P"] .btn1:hover {
  background-color: #976F11;
}
.btn2 {
  background-color: #CC0000;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
  padding: 21px 40px 20px;
  transition: opacity .3s;
}
[data-browse-mode="P"] .btn2:hover {
  background-color: #976F11;
}
.btn3 {
  background-color: #000000;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.429;
  text-align: center;
  padding: 15px;
  transition: opacity .3s;
}
[data-browse-mode="P"] .btn3:hover {
  background-color: #976F11;
}
.btn4 {
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 40px;
  color: #CC0000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  padding: 7px;
  transition: opacity .3s;
}
[data-browse-mode="P"] .btn4:hover {
  color: #976F11;
}
.btn-wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, minmax(340px, auto));
  place-content: center;
  margin-bottom: 60px;
}
.btn-wrap.-wide {
  grid-template-columns: repeat(1, minmax(400px, auto));
}
.img-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.img-wrap img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* ファーストビュー */
.firstview {
  background-image: url('/img/usr/event/2ndAnniv/250530/firstview-bg.jpg');
  background-size: cover;
  padding-bottom: 91px;
}
.firstview + * {
  box-shadow: 0px -10px 6px rgba(0, 0, 0, 0.16);
}
.firstview-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
.mv {
  padding-top: 131px;
  position: relative;
}
.mv h1 {
  margin-bottom: 143px;
}
.mv-summary {
  position: absolute;
}
.mv-summary1 {
  top: -27px;
  right: 62px;
  opacity: 0;
  animation: scale-up .8s ease-out 1s forwards;
  z-index: 1;
}
.mv-summary2 {
  top: 287px;
  right: 322px;
  opacity: 0;
  animation: scale-up .8s ease-out 1.3s forwards;
}
.mv-summary3 {
  top: 444px;
  right: -62px;
  opacity: 0;
  animation: scale-up .8s ease-out 1.6s forwards;
  z-index: 1;
}
@keyframes scale-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes float-bubble1 {
  0% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) scale(1.05) rotate(3deg);
  }
  50% {
    transform: translateY(5px) scale(1) rotate(-2deg);
  }
  75% {
    transform: translateY(-5px) scale(1.03) rotate(1deg);
  }
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
}
@keyframes float-bubble2 {
  0% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
  20% {
    transform: translateY(-8px) scale(1.04) rotate(-2deg);
  }
  40% {
    transform: translateY(6px) scale(1) rotate(2deg);
  }
  60% {
    transform: translateY(-4px) scale(1.02) rotate(-1deg);
  }
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
}
@keyframes float-bubble3 {
  0% {
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-24px) scale(1.06);
  }
  50% {
    transform: translateY(0px) scale(1);
  }
  70% {
    transform: translateY(-12px) scale(1.04);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes float-bubble4 {
  0% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
  15% {
    transform: translateY(-9px) scale(1.03) rotate(-1deg);
  }
  45% {
    transform: translateY(8px) scale(1.01) rotate(3deg);
  }
  70% {
    transform: translateY(-6px) scale(1.02) rotate(-2deg);
  }
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
}
.mv-lead {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.6;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 7px;
}
.mv-lead-row {
  background-color: #000000;
  padding-inline: 14px;
}
.mv-lead-hl {
  color: #FFE27B; 
  /* color: red;*/
}
.announce {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  margin-top: 148px;
  padding: 60px;
  position: relative;
}
.announce > *:last-child {
  margin-bottom: 0;
}
.announce::before {
  content: '';
  background: linear-gradient(90deg, #c80301 0%, #e5bd4a 49.38%, #e05575 100%);
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.announce-lead {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 2;
  text-align: center;
  margin-bottom: 62px;
}
.announce-lead-h1 {
  color:#cc0000;
}
.announce-rows {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
.announce-row {
  background-color: #F3F4F5;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 31px 30px;
}
.announce-item {
  background-color: #fff;
  border: 1px solid #CC0000;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.announce-item:hover {
  border-radius: 6px;
}
.announce-item:hover * {
  opacity: 1;
}
.announce-item::after {
  content: '';
  background-image: url('/img/usr/event/2ndAnniv/250530/announce-item-arrow.png');
  background-size: 100%;
  height: 29px;
  width: 29px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  translate: -50%;
  transition: bottom .1s;
}
.announce-item:hover::after  {
  bottom: -21px;
}
.announce-item-on-left {
  position: absolute;
  top: -47px;
  left: -27px;
}
.announce-item-on-right {
  position: absolute;
  top: -29px;
  right: -15px;
}
.announce-item-inner {
  border: 2px solid transparent;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px 17px 11px;
}
.announce-item:has(.announce-item-label) .announce-item-inner {
  padding-top: 34px;
}
.announce-item-inner-inner {
}
.announce-item:hover .announce-item-inner {
  border-color: #CC0000;
}
.announce-item-gold {
  color: #976F11;
}
.announce-item-red {
  color: #CC0000;
}
.announce-item-label {
  background-color: #CC0000;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
  padding-block: 3px;
  margin-inline: auto;
  width: 210px;
  position: absolute;
  top: -16px;
  left: 50%;
  translate: -50%;
}
.announce-item-label-hl {
  color: #FFE27B;
}
.announce-item-title1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1px;
  font-weight: 700;
  margin-bottom: 16px;
}
.announce-item-title1-main {
  font-size: 30px;
}
.announce-item-title1-sub {
  font-size: 18px;
  line-height: 1;
}
.announce-item-title1-sub-lg {
  font-size: 26px;
}
.announce-item-title2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.announce-item-title2-main {
  font-size: 26px;
}
.announce-item-title2-sub {
  font-size: 18px;
  line-height: 1.2;
}
.announce-item-title3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 700;
  margin-bottom: 25px;
}
.announce-item-title3-left {
  font-size: 18px;
  line-height: 1.222;
  width: 18px;
}
.announce-item-title3-right {
  font-size: 26px;
  line-height: 1;
}
.announce-item-title3-lg {
  font-size: 50px;
  margin-right: 5px;
}
.announce-item-title4 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  font-weight: 700;
  margin-bottom: 15px;
}
.announce-item-title4-main {
  font-size: 24px;
  letter-spacing: -.05em;
}
.announce-item-title4-sub {
  font-size: 18px;
  letter-spacing: -.05em;
  line-height: 1;
}
.announce-item-dates {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.announce-item-date {
  border-radius: 18px;
  background-color: #F5F5F5;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.714;
  text-align: center;
  padding: 6px 5px 4px;
}
.announce-item-date-title {
  font-weight: 700;
}
.announce-item.-disabled {
  background-color: rgba(100, 100, 100, .85);
  pointer-events: none;
}
.announce-item.-disabled:hover {
  border-radius: 5px;
}
.announce-item.-disabled::before {
  content: 'キャンペーン期間は\A終了いたしました';
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.583;
  text-align: center;
  white-space: pre;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.announce-item.-disabled::after {
  content: none;
}
.announce-item.-disabled .announce-item-inner {
  filter: brightness(.5);
}
.announce-item.-disabled:hover .announce-item-inner {
  border-color: transparent;
}

/* 最大xxOFFセール */
.sec-sale {
  background-color: #F3F4F5;
  background-image: url('/img/usr/event/2ndAnniv/250530/sec-bg1.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 400px;
  padding-block: 41px 100px;
}
.sec-sale-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
.sec-sale-inner > *:last-child {
  margin-bottom: 0;
}
#E_anv-297 .block-thumbnail-t {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 3.70370370%;
  margin-bottom: 60px;
}
#E_anv-297 .block-thumbnail-t > li {
  width: auto;
  margin: unset;
}
#E_anv-297 .block-thumbnail-t--goods-image {
  margin-bottom: 10px;
}
#E_anv-297 .block-thumbnail-t--goods-image figure {
  width: 100%;
  height: auto;
}
.saleoff-rate {
  display: inline-block;
  margin-block: 3px;
}
.saleoff-rate > span {
  display: block;
  color: #FFF;
  background-color: #CC0000;
  padding: 3px 5px 2px;
  font-weight: 700;
  font-size: 0.8em;
  border-radius: 3px;
}
#E_anv-297 .block-top-event--header,
#E_anv-297 .more-btn {
  display: none;
}
.link-btn-list-off {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(60px, auto);
  gap: 20px 1.851851851%;
  margin-bottom: 40px;
}
.link-btn-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(60px, auto);
  gap: 20px 1.851851851%;
  margin-bottom: 40px;
}
.link-btn {
  background-color: #E8E2C3;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  height: 100%;
  text-align: center;
}

/* 最大xx倍マイルアップ */
.sec-mile {
  background-color: #F3F4F5;
  background-image: url('/img/usr/event/2ndAnniv/250530/sec-bg1.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 400px;
  padding-block: 37px 100px;
}
.sec-mile-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
.sec-mile-inner > *:last-child {
  margin-bottom: 0;
}
.mileup {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 54px;
}
.mileup-txt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.556;
}
.mileup-note {
  color: #CC0000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
}
.mileup-tab-btn-list-wrap {
  display: flex;
  justify-content: center;
}
.mileup-tab-btn-list {
  background-color: #F3F4F5;
  border: 1px solid #CC0000;
  border-radius: 58px;
  display: flex;
}
.mileup-tab-btn-list > li {
}
.mileup-tab-btn {
  all: unset;
  outline: revert;
  cursor: pointer;
  background-color: transparent;
  color: #CC0000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.5;
  padding: 17px 40px 18px;
}
.mileup-tab-btn.is-active {
  background-color: #CC0000;
  border-radius: 58px;
  color: #fff;
}
.mileup-tab-content {
  padding-block: 50px;
}
.shop-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 30px;
}
.shop-list li {
  position: relative;
}
.shop-list li .shop-icon {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 51px;
  height: 51px;
  background: linear-gradient(135deg, #CC0910 0%, #CC0910 50%, #AC0F14 50%, #AC0F14 100%);
  border-radius: 50%;
  padding: 3px;
  z-index: 5!important;
}
.shop-list li .shop-icon span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.shop-list li .shop-icon span:last-child {
  font-size: 16px;
}
.shop-list li .shop-name {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
}
.shop-list .shop-img > img {
  border: 1px solid #d5d5d5;
}
.shop-list .shop-img > img:first-child {
  border-bottom: none;
}

/* 還元キャンペーン */
.sec-pointback {
  background-color: #F3F4F5;
  background-image: url('/img/usr/event/2ndAnniv/250530/sec-bg1.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 400px;
  padding-block: 53px 100px;
}
.sec-pointback-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
.sec-pointback-inner > *:last-child {
  margin-bottom: 0;
}
.pointback-title {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 49px;
}
.pointback-title-inner {
  display: block;
  padding-inline: 21px;
  position: relative;
}
.pointback-title-inner::before,
.pointback-title-inner::after {
  content: '';
  background-color: currentColor;
  height: 100%;
  width: 3px;
  position: absolute;
  bottom: -5px;
}
.pointback-title-inner::before {
  left: 0;
  rotate: -22deg;
}
.pointback-title-inner::after {
  right: 12px;
  rotate: 22deg;
}
.pointback-title-main {
  color: #976F11;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.pointback-title-sub {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.pointback-title-dot {
  position: relative;
}
.pointback-title-dot::before {
  content: '';
  background-color: #976F11;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: -7px;
  left: calc(50% - 3px);
}
.pointback-box {
  background-color: #F3F4F5;
  border-radius: 0 0 10px;
  padding: 0 12.03703703% 34px;
  margin-bottom: 40px;
}
.pointback-box-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 18px;
  position: relative;
}
.pointback-box-title::after {
  content: '';
  background-color: #CC0000;
  height: 4px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
.pointback-box-lead {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  text-align: center;
  margin-bottom: 37px;
}
.pointback-box-lead-red {
  color: #CC0000;
}
.pointback-box-lead-main {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
.pointback-box-lead-sub {
  font-size: 14px;
  line-height: 1.714;
}
.pointback-box-row {
  border-color: #000000;
  border-style: solid;
  border-width: 2px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pointback-box-item {
  padding-block: 30px 40px;
}
.pointback-box-item + .pointback-box-item {
  position: relative;
}
.pointback-box-item + .pointback-box-item::before {
  content: '';
  background-color: #CCCCCC;
  height: calc(100% - 40px);
  width: 2px;
  position: absolute;
  top: 50%;
  left: -1px;
  translate: 0 -50%;
}
.pointback-box-item-title {
  color: #CC0000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.833;
  text-align: center;
  margin-bottom: 10px;
}
.pointback-box-item-title-inner {
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 4px 23px 3px;
}
.pointback-box-item-txt {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
.pointback-box-item-txt-main {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.pointback-box-item-txt-sub {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.box.-pointback {
  background-image: url('/img/usr/event/2ndAnniv/250530/poinback-bg.png');
  background-repeat: no-repeat;
}
.box.-pointback .pointback-title {
  color: #fff;
}
.box.-pointback .pointback-title-main {
  color: #FFE27B;
}
.box.-pointback .pointback-title-dot::before {
  background-color: #FFE27B;
}
.box.-disabled {
  filter: brightness(.5);
}
.box.-disabled * {
  pointer-events: none;
}
.search-btn-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* 抽選キャンペーン */
.sec-present {
  background-image: url('/img/usr/event/2ndAnniv/250530/sec-bg2.jpg');
  background-size: cover;
  padding-block: 100px;
}
.sec-present-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
.sec-present-inner > *:last-child {
  margin-bottom: 0;
}
.ribbon-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 53px;
}
.ribbon-title-main {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.ribbon-title-sub {
  background-image: url('/img/usr/event/2ndAnniv/250530/title-bg1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  padding-block: 16px;
  padding-inline: 74px;
  min-height: 70px;
  min-width: 630px;
}
.decobox {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
}
.decobox-inner {
  background-color: #fff;
  border: 1px solid #CC0000;
  border-radius: 10px;
  padding: 54px;
}
.decobox-inner > *:last-child {
  margin-bottom: 0;
}
.decobox-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  margin-bottom: 36px;
}
.decobox-title-txt {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.583;
}
.decobox-title-txt-hl {
  color: #976F11;
}
.decobox-row {
  border-color: #976F11;
  border-style: solid;
  border-width: 2px 0;
  margin-inline: auto;
  margin-bottom: 39px;
  max-width: 680px;
  width: 100%;
}
.decobox-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-block: 20px 18px;
}
.decobox-item-title {
  background-color: #976F11;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 7px 23px 5px;
}
.decobox-item-txt {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
.decobox-item-txt-main {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.decobox-item-txt-sub {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.present-thumbnails {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 60px;
}
.decobox.-disabled {
  filter: brightness(.5);
}
.decobox.-disabled * {
  pointer-events: none;
}

/* 大谷翔平ボブルヘッド */
.sec-ohtani {
  background-color: #182641;
  padding-block: 100px;
}
.sec-ohtani-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}

/* 注意事項 */
.sec-note {
  background-color: #F3F4F5;
  padding-block: 100px;
}
.sec-note-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
.sec-note-inner > *:first-child {
  margin-top: 0;
}
.sec-note-inner > *:last-child {
  margin-bottom: 0;
}
.sec-note-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
  margin-block: 40px 44px;
}
.other-cp-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 27px;
  margin-bottom: 100px;
}
.other-cp {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 14px;
}
.other-cp-img {
  margin-bottom: 6px;
}
.other-cp-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  margin-inline: 14px;
  margin-bottom: 8px;
}
.other-cp-period {
  background-image: url('/img/usr/event/2ndAnniv/250530/watch_red.png');
  background-repeat: no-repeat;
  color: #BB2D2D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 20px;
  margin-top: auto;
  margin-inline: 14px;
}
.note-tab {
  margin-bottom: 90px;
}
.note-tab-btn-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}
.note-tab-btn {
  all: unset;
  outline: revert;
  background-color: #DCDCDC;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  padding: 10px 10px 12px;
  height: 100%;
  width: 100%;
}
.note-tab-btn.is-active {
  background-color: #fff;
  color: #CC0000;
}
.note-tab-content {
  background-color: #fff;
  padding: 57px 60px 61px;
}
.note-dl {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.note-dl-group {
}
.note-dl-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
.note-dl-txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
}
.membership {
  background: #FFF;
  border: 1px solid #CC0000;
  border-radius: 10px;
  padding: 58px 60px;
  margin-bottom: 60px;
}
.membership > *:last-child {
  margin-bottom: 0;
}
.membership-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.583;
  text-align: center;
  margin: 0 0 36px;
}
.membership-title-hl {
  color: #CC0000;
}
.membership-cont {
  margin: 0 0 38px;
}
.membership-cont p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  margin: 0 0 18px;
}
.membership-btn{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  display: block;
  background: #CC0000;
  width: 340px;
  border-radius: 25px;
  margin: 0 auto;
  padding: 8px 10px;
  transition: .3s;
}
.membership-btn:hover{
  background: #976F11;
}

/* 追従ナビ */
.secondAnniv-nav{
  position: fixed;
  right: 0;
  bottom: 140px;
  z-index: 101;
}
.secondAnniv-nav-list > * + *{
  margin: 6px 0 0;
}
.secondAnniv-nav-list li a{
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: center;
  display: block;
  width: 220px;
  padding: 10px 6px;
  background: linear-gradient(to right,#FF9900,#FFDC00);
  transition: .3s;
}
.secondAnniv-nav-list li a:hover{
  opacity: 0.7;
}

/* EVENT */
.event-box .block-top-event--header {
  display: none;
}
.event-box .block-thumbnail-t--goods-icon.block-icon img {
  height: 20px;
}
html[data-browse-mode="P"] .event-box .block-top-event--goods {
  margin: 0 0 60px;
}
html[data-browse-mode="P"] .event-box .block-thumbnail-t {
  flex-wrap: nowrap;
  gap: 35px;
  margin: 0;
  padding: 0 0 40px;
  overflow-x: auto;
}
html[data-browse-mode="P"] .event-box .block-thumbnail-t > li {
  width: 188px;
  flex-shrink: 0;
  margin: 0;
}
html[data-browse-mode="P"] .event-box .block-thumbnail-t--goods-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
html[data-browse-mode="P"] .event-box .block-thumbnail-t--goods-image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*------------------------------------
  SP
------------------------------------*/
html[data-browse-mode="S"] .pc-only {
  display: none;
}
html[data-browse-mode="S"] .sp-only {
  display: block;
}

@media screen and (max-width: 767px) {
  /* 共通要素 */
  .sec-title {
    text-align: center;
    margin-bottom: 16px;
  }
  .box {
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .box-body {
    padding: 39px 3.488372093vw;
  }
  .box-body > *:last-child {
    margin-bottom: 0;
  }
  .box-title {
    font-size: 22px;
    line-height: 1.591;
    padding-bottom: 18px;
    margin-bottom: 30px;
  }
  .box-title.-sm {
    font-size: 20px;
  }
  .box-title::after {
    content: '';
    background-color: #CC0000;
    height: 5px;
    width: 46px;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
  }
  .btn1 {
    border-radius: 40px;
    font-size: 4.186046511vw;
    line-height: 1.5;
    padding: 2.093023255vw 2.79069767vw 1.62790697vw;
  }
  .btn2 {
    padding: 3.488372093vw 3.488372093vw 3.7209302325vw;
  }
  .btn3 {
    border-radius: 50px;
    font-size: 4.65116279vw;
    line-height: 1.4;
    padding: 3.7209302325vw;
  }
  .btn4 {
    font-size: 4.186046511vw;
    line-height: 1.444;
    padding: 2.55813953vw;
  }
  .btn-wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    place-content: center;
    margin-bottom: 60px;
  }
  .btn-wrap.-wide {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  /* ファーストビュー */
  .firstview {
    background-image: none;
    background-color: #BB0201;
    padding-bottom: 60px;
  }
  .firstview + * {
    box-shadow: 0px -10px 6px rgba(0, 0, 0, 0.16);
  }
  .mv {
    padding-top: 0;
  }
  .mv h1 {
    margin-bottom: 0;
  }
  .mv-summary1 {
    top: 7.90697674vw;
    right: -3.488372093vw;
    width: 47.44186046vw;
  }
  .mv-summary2 {
    top: 84.88372093vw;
    right: auto;
    left: -2.3255813953vw;
    width: 45.81395348vw;
  }
  .mv-summary3 {
    top: 87.90697674vw;
    right: 1px;
    width: 53.02325581vw;
  }
  .mv-lead {
    font-size: 3.25581395vw;
    line-height: 1.786;
    gap: 4px;
    position: absolute;
    top: 5.58139534vw;
    left: 0;
  }
  .mv-lead-row {
    background-color: #000000;
    padding-inline: 10px;
  }
  .mv-lead-hl {
    color: #FFE27B;
  }
  .announce {
    border-radius: 0;
    margin-top: 0;
    margin-inline: 3.488372093vw;
    padding: 30px 3.488372093vw 16px;
  }
  .announce::before {
    content: '';
    background: linear-gradient(90deg, #c80301 0%, #e5bd4a 49.38%, #e05575 100%);
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .announce-lead {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.571;
    margin-bottom: 18px;
  }
  .announce-rows {
    gap: 20px;
    margin-bottom: 16px;
  }
  .announce-row {
    border-radius: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    padding: 20px 4.65116279vw;
  }
  .announce-row:nth-child(2) {
    gap: 40px;
    padding-top: 36px;
  }
  .announce-item {
    border: 1px solid #CC0000;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  .announce-item:hover {
    border-radius: 6px;
  }
  .announce-item:hover * {
    opacity: 1;
  }
  .announce-item::after {
    bottom: -11px;
  }
  .announce-item:hover::after  {
    bottom: -11px;
  }
  .announce-item-on-left {
    width: 13.95348837vw;
    position: absolute;
    top: -4.88372093vw;
    left: -4.65116279vw;
  }
  .announce-item-on-right {
    top: -4.88372093vw;
    right: -7.441860465vw;
    width: 19.76744186vw;
  }
  .announce-item-inner {
    border: 2px solid transparent;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 13px 2.790697674vw 15px;
  }
  .announce-item:has(.announce-item-label) .announce-item-inner {
    padding-top: 19px;
  }
  .announce-item-label {
    background-color: #CC0000;
    border-radius: 15px;
    font-size: 3.255813953vw;
    text-align: center;
    padding-block: 4px 3px;
    margin-inline: auto;
    width: 190px;
    position: absolute;
    top: -16px;
    left: 50%;
    translate: -50%;
  }
  .announce-item-label-hl {
    color: #FFE27B;
  }
  .announce-item-title1 {
    gap: 0;
    text-align: center;
    margin-bottom: 11px;
  }
  .announce-item-title1-main {
    font-size: 22px;
    letter-spacing: .02em;
    line-height: 1.364;
  }
  .announce-item-title1-sub {
    font-size: 16px;
    line-height: 1;
  }
  .announce-item-title1-sub-lg {
    font-size: 24px;
  }
  .announce-item-title2 {
    gap: 0px;
    margin-bottom: 11px;
  }
  .announce-item-title2-main {
    font-size: 22px;
    letter-spacing: .02em;
    line-height: 1.364;
  }
  .announce-item-title2-sub {
    font-size: 14px;
    line-height: 1.571;
  }
  .announce-item-title3 {
    margin-bottom: 11px;
  }
  .announce-item-title3-left {
    font-size: 14px;
    line-height: 1.286;
    width: 14px;
  }
  .announce-item-title3-right {
    font-size: 22px;
  }
  .announce-item-title3-lg {
    font-size: 40px;
    margin-right: 0px;
  }
  .announce-item-title4 {
    gap: 8px;
    text-align: center;
    margin-bottom: 14px;
  }
  .announce-item-title4-main {
    font-size: 22px;
    letter-spacing: .02em;
    line-height: 1.364;
  }
  .announce-item-title4-sub {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.571;
  }
  .announce-item-dates {
    gap: 10px;
  }
  .announce-item-date {
    border-radius: 25px;
    font-size: 3.2558139534vw;
    letter-spacing: 0;
    line-height: 1.429;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .announce-item-date-title {
    font-weight: 700;
  }
  .announce-item.-disabled::before {
    font-size: 20px;
    line-height: 1.4;
  }

  /* 最大xxOFFセール */
  .sec-sale {
    background-image: url('/img/usr/event/2ndAnniv/250530/sec-bg1-sp.jpg');
    background-size: 100%;
    padding-block: 20px 60px;
    padding-inline: 3.48837209vw;
  }
  .sec-sale-inner {
    margin-inline: auto;
    max-width: 1200px;
    width: 100%;
  }
  .sec-sale-inner > *:last-child {
    margin-bottom: 0;
  }
  .sec-sale .sec-title img {
    width: 69.76744186vw;
  }
  #E_anv-297 .block-thumbnail-t {
    display: block;
    margin: unset;
  }
  #E_anv-297 .block-thumbnail-t--items {
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0 15px 10px;
    margin: unset;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #E_anv-297 .block-thumbnail-t--items > li {
    width: 166px;
    margin: 0;
  }
  #E_anv-297 .block-thumbnail-t--goods-image {
    margin-bottom: 10px;
  }
  #E_anv-297 .block-thumbnail-t--goods-image figure {
    width: 100%;
    height: auto;
  }
  #E_anv-297 .block-thumbnail-t--items .block-icon img {
    height: 16px;
  }
  .link-btn-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(42px, auto);
    gap: 10px;
    margin-bottom: 40px;
  }
  .link-btn {
    font-size: 3.25581395vw;
    line-height: 1.571;
    padding: 9px 1.62790697vw 7px;
  }

  /* 最大xx倍マイルアップ */
  .sec-mile {
    background-image: url('/img/usr/event/2ndAnniv/250530/sec-bg1-sp.jpg');
    background-size: 100%;
    padding-block: 20px 60px;
    padding-inline: 3.48837209vw;
  }
  .sec-mile-inner {
    margin-inline: auto;
    max-width: 1200px;
    width: 100%;
  }
  .sec-mile-inner > *:last-child {
    margin-bottom: 0;
  }
  .sec-mile .sec-title img {
    width: 75.8139534vw;
  }
  .mileup {
    align-items: start;
    gap: 4px;
    margin-bottom: 42px;
  }
  .mileup-img {
    margin-bottom: 14px;
  }
  .mileup-txt {
    font-size: 14px;
    line-height: 1.714;
    text-align: center;
  }
  .mileup-note {
    font-size: 13px;
    line-height: 1.846;
  }
  .mileup-tab-btn-list-wrap {
    display: flex;
    justify-content: center;
  }
  .mileup-tab-btn-list {
    background-color: #F3F4F5;
    border: 1px solid #CC0000;
    border-radius: 58px;
    display: flex;
  }
  .mileup-tab-btn-list > li {
  }
  .mileup-tab-btn {
    font-size: 3.953488372vw;
    padding: 9px 2.558139534vw 8px;
  }
  .mileup-tab-btn.is-active {
    background-color: #CC0000;
    border-radius: 58px;
    color: #fff;
  }
  .mileup-tab-content {
    padding-block: 40px;
  }
  .shop-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }
  .shop-list li .shop-icon {
    top: -15px;
    right: -10px;
    width: 40px;
    height: 40px;
    padding: 3px;
  }
  .shop-list li .shop-icon span {
    font-size: 20px;
  }
  .shop-list li .shop-icon span:last-child {
    font-size: 12px;
  }
  .shop-list li .shop-name {
    margin-top: 6px;
  }

  /* 還元キャンペーン */
  .sec-pointback {
    background-image: url('/img/usr/event/2ndAnniv/250530/sec-bg1-sp.jpg');
    background-size: 100%;
    padding-block: 22px 60px;
    padding-inline: 3.48837209vw;
  }
  .sec-pointback-inner {
    margin-inline: auto;
    max-width: 1200px;
    width: 100%;
  }
  .sec-pointback-inner > *:last-child {
    margin-bottom: 0;
  }
  .sec-pointback .sec-title img {
    width: 66.5116279vw;
  }
  .pointback-title {
    margin-bottom: 27px;
  }
  .pointback-title-inner {
    padding-inline: 4.418604651vw;
  }
  .pointback-title-inner::before,
  .pointback-title-inner::after {
    height: calc(100% - 12px);
    width: 2px;
    bottom: 0;
  }
  .pointback-title-inner::before {
    rotate: -15deg;
  }
  .pointback-title-inner::after {
    right: 2.790697674vw;
    rotate: 15deg;
  }
  .pointback-title-main {
    font-size: 28px;
    letter-spacing: .02em;
    line-height: 1;
  }
  .pointback-title-sub {
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.636;
  }
  .pointback-title-dot::before {
    height: 4px;
    width: 4px;
    top: -3px;
    left: calc(50% - 2px);
  }
  .pointback-box {
    padding: 20px 6.976744186vw 34px;
    margin-bottom: 40px;
  }
  .pointback-box-title {
    font-size: 22px;
    letter-spacing: .02em;
  }
  .pointback-box-lead {
    margin-bottom: 20px;
  }
  .pointback-box-lead-main {
    font-size: 15px;
  }
  .pointback-box-lead-sub {
    font-size: 13px;
  }
  .pointback-box-row {
    border-width: 2px 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .pointback-box-item {
    padding-block: 16px 22px;
  }
  .pointback-box-item + .pointback-box-item::before {
    height: 1px;
    width: 100%;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
  .pointback-box-item-title {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .pointback-box-item-title-inner {
    padding: 1px 10px 0;
  }
  .pointback-box-item-txt-main {
    font-size: 16px;
    letter-spacing: .05em;
  }
  .pointback-box-item-txt-sub {
    font-size: 12px;
    letter-spacing: .05em;
  }
  .search-btn-list {
    gap: 10px;
  }

  /* 抽選キャンペーン */
  .sec-present {
    background-image: url('/img/usr/event/2ndAnniv/250530/sec-bg2-sp.jpg');
    padding-block: 40px;
    padding-inline: 3.48837209vw;
  }
  .ribbon-title {
    gap: 2px;
    text-align: center;
    margin-bottom: 32px;
  }
  .ribbon-title-main {
    font-size: 28px;
    line-height: 1.286;
  }
  .ribbon-title-sub {
    background-image: url('/img/usr/event/2ndAnniv/250530/title-bg1-sp.png');
    display: block;
    font-size: 3.720930232vw;
    padding-block: 17px 16px;
    padding-inline: 9.3023255813vw;
    min-height: 60px;
    min-width: unset;
    width: 100%;
  }
  .decobox {
    border-radius: 5px;
    padding: 5px;
  }
  .decobox-inner {
    border-radius: 5px;
    padding: 34px 4.6511627906vw 38px;
  }
  .decobox-title {
    gap: 15px;
    margin-bottom: 17px;
  }
  .decobox-title-txt {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .decobox-row {
    margin-bottom: 39px;
  }
  .decobox-item {
    justify-content: unset;
    gap: 3.72093023vw;
    padding-block: 14px;
  }
  .decobox-item-title {
    font-size: 3.25581395vw;
    line-height: 1.286;
    padding: 11px;
  }
  .decobox-item-txt-main {
    font-size: 3.5vw;
  }
  .decobox-item-txt-sub {
    font-size: 2.8vw;
  }
  .present-thumbnails {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 40px;
  }

  /* 大谷翔平ボブルヘッド */
  .sec-ohtani {
    padding-block: 40px;
    padding-inline: 3.48837209vw;
  }

  /* 注意事項 */
  .sec-note {
    padding-block: 60px;
    padding-inline: 3.488372093vw;
  }
  .sec-note-inner > *:first-child {
    margin-top: 0;
  }
  .sec-note-inner > *:last-child {
    margin-bottom: 0;
  }
  .sec-note-title {
    font-size: 24px;
    line-height: 1.583;
    margin-block: 40px 28px;
  }
  .other-cp-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.32558139vw;
    margin-bottom: 60px;
  }
  .other-cp {
    padding-bottom: 7px;
  }
  .other-cp-img {
    margin-bottom: 8px;
  }
  .other-cp-title {
    font-size: 13px;
    line-height: 1.692;
    margin-inline: 2.32558139vw;
    margin-bottom: 3px;
  }
  .other-cp-period {
    font-size: 11px;
    line-height: 1.545;
    padding-left: 22px;
    margin-inline: 2.32558139vw;
  }
  .note-tab {
    margin-bottom: 60px;
  }
  .note-tab-btn {
    font-size: 3.255813953vw;
    line-height: 1.429;
    padding: 6px 0 3px;
  }
  .note-tab-content {
    padding: 19px 4.65116279vw 20px;
  }
  .note-dl {
    gap: 24px;
  }
  .note-dl-title {
    font-size: 14px;
    line-height: 1.714;
  }
  .note-dl-txt {
    font-size: 14px;
    line-height: 1.714;
  }
  .membership{
    padding: 28px 20px 39px;
  }
  .membership-title{
    font-size: clamp(0.938rem, -0.341rem + 5.45vw, 1.125rem);
    margin-bottom: 25px;
  }
  .membership-cont{
    margin-bottom: 26px;
  }
  .membership-cont p{
    font-size: 14px;
    font-weight: 400;
  }
  .membership-btn{
    width: 100%;
    max-width: 340px;
  }

  /* 追従ナビ */
  .secondAnniv-nav{
    width: 100%;
    bottom: 0;
  }
  .secondAnniv-nav-list{
    display: flex;
  }
  .secondAnniv-nav-list > * + *{
    margin: 0;
  }
  .secondAnniv-nav-list li{
    width: 25%; 
  }
  .secondAnniv-nav-list li a{
    font-size: 11px;
    width: 100%;
    background: linear-gradient(to bottom,#FF9900,#FFDC00);
    position: relative;
  }
  .secondAnniv-nav-list li:not(:last-child) a::after{
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    background: #FFF;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  /* EVENT */
  .event-box .block-top-event--goods {
    margin: 0 -15px;
    padding: 0;
  }
  .event-box .block-thumbnail-t--items {
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0 15px 10px;
    margin: 0 0 30px 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .event-box .block-thumbnail-t--items li {
    width: 166px;
    margin: 0;
  }
  .event-box .block-thumbnail-t--goods-image {
    width: 166px;
  }
  .event-box .block-thumbnail-t--goods-image figure {
    width: 166px;
    height: 166px;
  }
  .event-box .block-thumbnail-t--items .block-icon img {
    height: 16px;
  }
}