@charset "UTF-8";
.remodal {
  padding: 2rem;
}

/* ============================================================
/* module
============================================================ */
/* clearfix */
.m-clearfix:before, .m-clearfix:after {
  content: " ";
  display: table;
}
.m-clearfix:after {
  clear: both;
}

/* align */
.m-ar {
  text-align: right !important;
}

.m-ac {
  text-align: center !important;
}

.m-al {
  text-align: left !important;
}

.m-aj {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* display */
.m-inlineblock {
  display: inline-block !important;
}

/* margin padding
============================================================ */
.pd0 {
  padding: 0 !important;
}

.mg0 {
  margin: 0 !important;
}

/* over
============================================================ */
.m-over {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.m-over:hover {
  opacity: 0.7;
}
a.m-over {
  text-decoration: none;
}

button.m-over {
  outline: none;
  text-decoration: none;
}

.m-imgover {
  display: block;
  overflow: hidden;
}
.m-imgover img {
  transition: transform 0.5s ease;
}
.m-imgover:hover img {
  opacity: 1;
  transform: scale(1.05);
}

/* font
============================================================ */
/* icon
============================================================ */
.m-icon-ticket, .m-icon-stamp3, .m-icon-stamp2, .m-icon-stamp1 {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.m-icon-ticket:before, .m-icon-stamp3:before, .m-icon-stamp2:before, .m-icon-stamp1:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.m-icon-stamp1:before {
  background-image: url(../img/common/icon-stamp1.svg);
}

.m-icon-stamp2:before {
  background-image: url(../img/common/icon-stamp2.svg);
}

.m-icon-stamp3:before {
  background-image: url(../img/common/icon-stamp3.svg);
}

.m-icon-ticket:before {
  background-image: url(../img/common/icon-ticket.svg);
}

/* button
============================================================ */
.m-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18rem;
  max-width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  text-decoration: none !important;
}
.disable.m-btn {
  pointer-events: none;
  background: #ccc !important;
}

.m-btn {
  max-width: 100%;
  width: 28rem;
  height: 3rem;
  border-radius: 3rem;
  font-weight: bold;
  font-size: 1.35rem;
  color: #fff !important;
  background: #333;
  letter-spacing: 0.1em;
}
.m-btn em {
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 50%;
  transform: translateY(-50%);
}
.m-btn em + span {
  margin-right: 1em;
}
.m-btn img {
  width: auto;
  height: 1.2rem;
}

/* arrow
============================================================ */
.m-arrow-r, .m-arrow-u {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
}
.m-arrow-r:after, .m-arrow-u:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  transform: translate(-50%, -50%) rotate(45deg);
}

.m-arrow-u:after {
  border-top: 0.2rem solid;
  border-left: 0.2rem solid;
}

.m-arrow-r:after {
  border-top: 0.2rem solid;
  border-right: 0.2rem solid;
}

/* text
============================================================ */
.m-text-underline {
  text-decoration: underline;
}
a.m-text-underline:hover {
  text-decoration: none;
}

.m-indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.m-indent1.small {
  font-size: smaller;
}
.m-indent2 {
  padding-left: 2em;
  text-indent: -1em;
}
.m-indent-disc {
  padding-left: 1em;
  text-indent: -1em;
}
.m-indent-disc:before {
  content: "●";
  display: inline-block;
  transform: scale(0.8);
  text-indent: 0;
}
.m-indent-kome {
  padding-left: 1em;
  text-indent: -1em;
}
.m-indent-kome:before {
  content: "※";
  display: inline-block;
  text-indent: 0;
}

/* ============================================================
/* js
============================================================ */
/* accordion
============================================================ */
.js-accordion__content {
  display: none;
}
.js-accordion.opened .m-arrow-d {
  transform: scale(1, -1);
}

/* slider
============================================================ */
.js-slider :focus {
  outline: none;
}

/* inview
============================================================ */
.js-inview-fadeup {
  opacity: 0;
  transform: translateY(50px);
}
.js-inview-fadeup.inviewed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}

.js-inview-rain {
  opacity: 0;
  transform: translateY(-50px);
}
.js-inview-rain.inviewed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 2s ease, transform 2s ease;
}

.js-inview-fade {
  opacity: 0;
}
.js-inview-fade.inviewed {
  opacity: 1;
  transition: opacity 1s ease;
}

.js-inview-delay1.inviewed {
  transition-delay: 0.25s;
}

/* remodal
============================================================ */
.remodal-wrapper {
  padding: 0;
}

.remodal {
  font-family: Noto Sans JP, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: transparent;
}

/* ============================================================
/* layout
============================================================ */
html {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.67vw;
  }
}

body {
  font-family: Noto Sans JP, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

#page {
  overflow: hidden;
}

#btn-f-top {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  width: 60px;
}

@media (max-width: 750px) {
  #btn-f-top {
    width: 10vw;
    right: 0.5em;
    bottom: 0.5em;
  }
}
#pageContents {
  position: relative;
  padding-bottom: 1px;
  font-family: Noto Sans JP, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.8;
  background-attachment: fixed;
  -ms-font-feature-settings: "normal";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto;
}
#pageContents, #pageContents * {
  box-sizing: border-box;
}

.l-inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

/* ============================================================
/* extend
============================================================ */
/* ============================================================
/* page content
============================================================ */
#pageContents.index {
  background: #FDEDEA;
}

.sec-retroweek__header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.sec-retroweek__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 28.6rem);
}
.sec-retroweek__ttl img {
  width: 4rem;
}
.sec-retroweek__desc {
  margin: 4rem 0;
  line-height: inherit;
  font-size: 1.24rem;
  text-align: center;
}
.sec-retroweek .sec-nav {
  width: 28.6rem;
}
.sec-retroweek .sec-nav li a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}
.sec-retroweek .sec-nav li a:hover img {
  opacity: 1;
}
.sec-retroweek .sec-nav li a.disable {
  pointer-events: none;
}
.sec-retroweek .sec-nav li a.disable:after {
  content: "Coming Soon";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 0.5rem #000;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec-retroweek .sec-nav li a.disable img {
  filter: brightness(0.5);
}
.sec-retroweek .sec-nav li + li {
  margin-top: 2rem;
}

.sec-stamprally {
  position: relative;
  margin: 0 2.5rem 7rem;
  padding: 4rem 2.5rem 5rem;
  background-color: #fff;
}
.sec-stamprally:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 3rem;
  background: url(../img/common/bg-ptn.png) repeat-x center top/auto 100%;
  transform: translateX(-50%);
}
.sec-stamprally__ttl {
  width: 24.6rem;
  margin: 0 auto 2rem;
}
.sec-stamprally__info {
  margin-bottom: 1rem;
  line-height: 1.5;
  text-align: center;
}
.sec-stamprally__desc {
  line-height: inherit;
  text-align: center;
}
.sec-stamprally-present {
  margin-top: 2.5rem;
}
.sec-stamprally-present__ttl {
  margin-bottom: 1.5rem;
  text-align: center;
}
.sec-stamprally-present__ttl img {
  width: 7.8rem;
}
.sec-stamprally-present__caption {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  font-weight: bold;
  text-align: center;
  border: 0.1rem solid;
}
.sec-stamprally-present__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-stamprally-present__list li {
  line-height: inherit;
}
.sec-stamprally-present__list li .m-indent1 {
  margin-left: 1.2rem;
}
.sec-stamprally-present__list li + li {
  margin-top: 0.5rem;
}
.sec-stamprally-cont {
  margin: 2.5rem 1rem 0;
}
.sec-stamprally-cont__ttl {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 0.1rem solid;
  font-weight: bold;
  text-align: center;
}
.sec-stamprally-cont__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-stamprally-cont__inner p {
  line-height: inherit;
}
.sec-stamprally-cont__placelist dl {
  display: table;
}
.sec-stamprally-cont__placelist dl + dl {
  margin-top: 2rem;
}
.sec-stamprally-cont__placelist dt, .sec-stamprally-cont__placelist dd {
  display: table-cell;
  vertical-align: middle;
}
.sec-stamprally-cont__placelist dt {
  width: 3rem;
  display: flex;
  justify-content: center;
}
.sec-stamprally-cont__placelist dt img {
  width: 5rem;
  max-width: 5rem;
}
.sec-stamprally-cont__placelist dt em {
  display: block;
  height: 0.3em;
  font-size: 3rem;
}
.sec-stamprally-cont__placelist dt span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.sec-stamprally-cont__placelist dd {
  padding-left: 2rem;
  line-height: 1.4;
}