:root {
  --base-value: 430;
  --base-value02: 1400;
  --full-width: 100%;
  --font-noto: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  --font-color-red: #FF6D77;
  --font-color-black: #4040404;
  --shadow-base: box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

#feature-lp-subscription img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  #feature-lp-subscriptio img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

#feature-event img {
  display: block;
  width: 100%;
  max-width: none;
}

#feature-event .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 3px 10px 3px;
  border: 1px solid #CC0000;
  min-height: 40px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #CC0000;
  font-size: 16px;
}

#feature-event .c-btn.-red {
  color: #fff;
  background: #CC0000;
}

html[data-browse-mode=P] #feature-event {
  background: #F3F4F5;
}

html[data-browse-mode=P] #feature-event .hero-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#feature-event .section-box.-box01 {
  background: url(sp/bg01.png) no-repeat center center/cover;
}

html[data-browse-mode=P] #feature-event .section-box.-box01 {
  background: url(pc/bg01.png) no-repeat center center/cover;
}

html[data-browse-mode=P] #feature-event .section-box.-box02 {
  background: url(pc/bg02.png) no-repeat center center/cover;
}

html[data-browse-mode=P] #feature-event .section-box.-box03 {
  background: url(pc/bg03.png) no-repeat center center/cover;
}

#feature-event .section-box.-box04 {
  background: url(sp/bg02.jpg) no-repeat center center/cover;
}

html[data-browse-mode=P] #feature-event .section-box.-box04 {
  background: url(pc/bg04.png) no-repeat center center/cover;
}

#feature-event .section-box.-box05 {
  background: #F3F4F5;
}

#feature-event .sub-section-inner .contents-box {
  position: relative;
}

#feature-event .sub-section-inner .date-box {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 calc(20 * 100vw / var(--base-value)) 0 calc(123 * 100vw / var(--base-value));
  margin: 0 auto 0;
  bottom: calc(149 * 100vw / var(--base-value));
  line-height: 1.3;
  letter-spacing: 0.07em;
}

#feature-event .sub-section-inner .date-box p {
  padding: 0;
  margin: 0;
  color: #111;
  font-size: calc(14 * 100vw / var(--base-value));
  font-weight: bold;
  font-style: normal !important;
}

#feature-event .sub-section-inner .date-box p em {
  font-size: calc(20 * 100vw / var(--base-value));
  font-style: normal !important;
}

html[data-browse-mode=P] #feature-event .sub-section-inner .date-box {
  padding: 20px 0 123px;
  bottom: 64px;
}

html[data-browse-mode=P] #feature-event .sub-section-inner .date-box p {
  font-size: 20px;
  text-align: center;
}

html[data-browse-mode=P] #feature-event .sub-section-inner .date-box p br {
  display: none;
}

html[data-browse-mode=P] #feature-event .sub-section-inner .date-box p em {
  font-size: 26px;
  font-weight: bold;
}

#feature-event .sub-section-inner .c-link-btn.-s {
  display: block;
  width: calc(200 * 100vw / var(--base-value));
}

#feature-event .sub-section-inner .c-link-btn.-l {
  display: block;
  width: calc(354 * 100vw / var(--base-value));
}

html[data-browse-mode=P] #feature-event .sub-section-inner .c-link-btn.-s {
  display: block;
  width: 248px;
}

html[data-browse-mode=P] #feature-event .sub-section-inner .c-link-btn.-l {
  width: 400px;
}

#feature-event .sub-section-box.-section01 .sub-section-inner {
  padding: calc(40 * 100vw / var(--base-value)) calc(15 * 100vw / var(--base-value)) 0;
}

#feature-event .sub-section-box.-section01 .c-link-btn {
  position: absolute;
  bottom: calc(48 * 100vw / var(--base-value));
  left: 0;
  right: 0;
  margin: 0 auto;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section01 .sub-section-inner {
  width: 1200px;
  padding: 105px 0 0;
  margin: 0 auto 0;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section01 .c-link-btn {
  bottom: 70px;
}

#feature-event .sub-section-box.-section02 .sub-section-inner {
  padding: calc(40 * 100vw / var(--base-value)) calc(15 * 100vw / var(--base-value)) calc(47 * 100vw / var(--base-value));
}

#feature-event .sub-section-box.-section02 .c-link-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#feature-event .sub-section-box.-section02 .c-link-btn.-btn01 {
  top: calc(880 * 100vw / var(--base-value));
}

#feature-event .sub-section-box.-section02 .c-link-btn.-btn02 {
  top: calc(1413 * 100vw / var(--base-value));
}

#feature-event .sub-section-box.-section02 .c-link-btn.-btn03 {
  top: calc(1918 * 100vw / var(--base-value));
}

#feature-event .sub-section-box.-section02 .c-link-btn.-btn04 {
  bottom: calc(50 * 100vw / var(--base-value));
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section02 {
  margin-top: 40px;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section02 .sub-section-inner {
  width: 1200px;
  padding: 40px 0 98px;
  margin: 0 auto 0;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section02 .c-link-btn.-btn01 {
  top: 1008px;
  left: 271px;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section02 .c-link-btn.-btn02 {
  top: 1704px;
  left: -395px;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section02 .c-link-btn.-btn03 {
  top: 1704px;
  right: -395px;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section02 .c-link-btn.-btn04 {
  bottom: 76px;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section03 .sub-section-inner {
  width: 1230px;
  padding: 100px 15px 100px;
  margin: 0 auto 0;
}

#feature-event .sub-section-box.-section04 {
  padding-bottom: calc(50 * 100vw / var(--base-value));
}

#feature-event .sub-section-box.-section04 .search-page-links {
  padding: calc(0 * 100vw / var(--base-value)) calc(20 * 100vw / var(--base-value)) calc(0 * 100vw / var(--base-value));
  margin: calc(-54 * 100vw / var(--base-value)) auto 0;
}

#feature-event .sub-section-box.-section04 .search-page-links>a {
  display: block;
}

#feature-event .sub-section-box.-section04 .search-page-links>a:nth-of-type(n+2) {
  margin-top: calc(15 * 100vw / var(--base-value));
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section04 {
  padding: 0;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section04 .heading-txt {
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 42px;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section04 .sub-section-inner {
  padding: 130px 0 150px;
  margin: 0 auto 0;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section04 .search-page-links {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22px 40px;
  padding: 0;
  margin: 54px auto 0;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section04 .search-page-links>a {
  width: calc(var(--full-width) / 2 - 20px);
  margin: 0;
}

#feature-event .sub-section-box.-section05 .sub-section-inner {
  padding: calc(37 * 100vw / var(--base-value)) calc(15 * 100vw / var(--base-value)) calc(15 * 100vw / var(--base-value));
}

#feature-event .sub-section-box.-section05 .heading-txt {
  width: calc(328 * 100vw / var(--base-value));
  padding: 0;
  border: 0;
  margin: 0 auto 0;
  display: block;
}

#feature-event .sub-section-box.-section05 .bnr-list {
  margin-top: calc(20 * 100vw / var(--base-value));
}

#feature-event .sub-section-box.-section05 .bnr-list .bnr-item:nth-of-type(n+2) {
  margin-top: calc(20 * 100vw / var(--base-value));
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section05 .heading-txt {
  width: 860px;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section05 .sub-section-inner {
  width: 1230px;
  padding: 98px 15px 100px;
  margin: 0 auto 0;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section05 .bnr-list {
  margin-top: 50px;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section05 .bnr-list .bnr-item:nth-of-type(n+2) {
  margin-top: 60px;
}

#feature-event .sub-section-box.-section06 .sub-section-inner {
  padding: calc(37 * 100vw / var(--base-value)) calc(15 * 100vw / var(--base-value)) calc(15 * 100vw / var(--base-value));
}

#feature-event .sub-section-box.-section06 .heading-txt {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0;
  border: 0;
  margin: 0 auto 0;
  font-size: calc(24 * 100vw / var(--base-value));
}

#feature-event .sub-section-box.-section06 .terms-list {
  padding-left: 5px;
}

#feature-event .sub-section-box.-section06 .terms-list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: calc(14 * 100vw / var(--base-value));
  gap: calc(7 * 100vw / var(--base-value));
  line-height: 1.7;
}

#feature-event .sub-section-box.-section06 .terms-list>li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  position: relative;
  top: 10px;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section06 .sub-section-inner {
  padding: 70px 0 0;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section06 .heading-txt {
  width: 100%;
  font-size: 42px;
  font-weight: bold;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section06 .terms-list {
  padding-left: 5px;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section06 .terms-list>li {
  font-size: 16px;
  gap: 7px;
  line-height: 1.7;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section06 .terms-list>li::before {
  width: 4px;
  height: 4px;
  top: 10px;
}

#feature-event .sub-section-box.-section06 .campaign-terms {
  background: #fff;
  padding: calc(21 * 100vw / var(--base-value)) calc(20 * 100vw / var(--base-value)) calc(21 * 100vw / var(--base-value));
}

#feature-event .sub-section-box.-section06 .terms-item:nth-of-type(n+2) {
  margin-top: calc(26 * 100vw / var(--base-value));
}

#feature-event .sub-section-box.-section06 .terms-item>dt {
  font-weight: bold;
  font-size: calc(14 * 100vw / var(--base-value));
}

#feature-event .sub-section-box.-section06 .terms-item>dd {
  margin-top: calc(2 * 100vw / var(--base-value));
}

#feature-event .sub-section-box.-section06 .terms-item>dd p {
  line-height: 1.7;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section06 .campaign-terms {
  width: 1200px;
  padding: 60px 60px 60px;
  margin: 35px auto 0;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section06 .terms-item:nth-of-type(n+2) {
  margin-top: 30px;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section06 .terms-item>dt {
  font-weight: bold;
  font-size: 16px;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section06 .terms-item>dd {
  margin-top: 2px;
  font-size: 16px;
}

html[data-browse-mode=P] #feature-event .sub-section-box.-section06 .terms-item>dd p {
  font-size: 16px;
  line-height: 1.76;
}

#feature-event .campaign-cta-box {
  width: calc(400 * 100vw / var(--base-value));
  padding: 30px 15px 40px;
  border-radius: 10px;
  margin: 0 auto 0;
  border: 1px solid #CC0000;
  background: #fff;
  text-align: center;
}

#feature-event .campaign-cta-box .heading {
  padding: 0;
  border: 0;
  margin: 0 auto 0;
  font-weight: bold !important;
  font-style: normal !important;
  font-size: 18px;
}

#feature-event .campaign-cta-box .heading em {
  font-weight: bold !important;
  font-style: normal !important;
  color: #CC0000;
}

#feature-event .campaign-cta-box .c-btn {
  max-width: 340px;
  width: 100%;
  margin: 20px auto 0;
}

#feature-event .campaign-cta-box .cta-unit {
  margin-top: 30px;
}

#feature-event .campaign-cta-box .cta-unit .lead {
  font-size: 14px;
  line-height: 1.7;
}

html[data-browse-mode=P] #feature-event .campaign-cta-box {
  width: 1200px;
  padding: 30px 15px 40px;
  border-radius: 10px;
  margin: 60px auto 0;
  border: 1px solid #CC0000;
}

html[data-browse-mode=P] #feature-event .campaign-cta-box .heading {
  padding: 0;
  border: 0;
  margin: 0 auto 0;
  font-style: normal !important;
  font-size: 18px;
}

html[data-browse-mode=P] #feature-event .campaign-cta-box .heading em {
  font-style: normal !important;
  color: #CC0000;
}

html[data-browse-mode=P] #feature-event .campaign-cta-box .c-btn {
  max-width: 340px;
  width: 100%;
  margin: 20px auto 0;
}

html[data-browse-mode=P] #feature-event .campaign-cta-box .cta-unit {
  margin-top: 30px;
}

html[data-browse-mode=P] #feature-event .campaign-cta-box .cta-unit .lead {
  font-size: 14px;
  line-height: 1.7;
}

.feature-event-inner {
  padding-bottom: 30px;
}

.feature-event-inner>.btn-area {
  width: 100%;
  max-width: 340px;
  margin: 65px auto 0;
}

#footer_pagetop {
  bottom: 90px;
}

html[data-browse-mode=S] .feature-fix-btn {
  padding: 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  min-height: 70px;
  opacity: 0;
  pointer-events: none;
}

html[data-browse-mode=S] .pane-header.is-fixed~.pane-main .feature-fix-btn {
  -webkit-transition: 0.5s ease-in-out 0.5s;
  transition: 0.5s ease-in-out 0.5s;
  opacity: 1;
  pointer-events: all;
}

html[data-browse-mode=P] .feature-fix-btn {
  padding: 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  min-height: 70px;
  opacity: 0;
  pointer-events: none;
}

html[data-browse-mode=P] .feature-fix-btn .c-link-btn {
  display: block;
  width: 400px;
  padding: 0;
  margin: 0;
}

html[data-browse-mode=P] .feature-fix-btn .c-link-btn img {
  display: block;
}

html[data-browse-mode=P] .pane-header.fixed~.pane-contents .feature-fix-btn {
  -webkit-transition: 0.5s ease-in-out 0.5s;
  transition: 0.5s ease-in-out 0.5s;
  opacity: 1;
  pointer-events: all;
}

html[data-browse-mode=P] .page-event .pane-contents .container .pane-main {
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}

#block_of_itemhistory.block-recent-item {
  background: #F3F4F5;
}

#footer_bottom {
  padding: 15px 20px 100px;
}

html[data-browse-mode=P] .pane-left-menu {
  display: none !important;
}

html[data-browse-mode=P] .hidden-pc {
  display: none !important;
}

html[data-browse-mode=P] .page-event .pane-contents>.container {
  max-width: none;
  min-width: auto;
  width: 100%;
}

html[data-browse-mode=S] .hidden-sp {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
