@charset "UTF-8";
html {
}

body {
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 0.08em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background-color: #fff;
  background-image: repeating-linear-gradient(
    135deg,
    #cc261c,
    #cc261c 10px,
    #d82b17 10px,
    #d82b17 20px
  );
  background-attachment: fixed;
}

main {
  overflow: hidden;
}

section {
  position: relative;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  transition: 0.1s ease;
}

.nitalago {
  font-family: nitalago-ruika, sans-serif;
}

.align-cen {
  margin-inline: auto;
}

.container {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}

.btn-main {
  position: relative;
  z-index: 2;
}

.btn-main a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 16px;
  font-size: 2.6rem;
  color: #fff;
  background: linear-gradient(to bottom, #fc1e04, #c01106);
  border-radius: 999px;
  border: 4px solid #d41a0f;
  box-shadow: 1px 3px 0 #841711;
}

.btn-main a:hover {
  background: linear-gradient(to bottom, #de1805, #de1805);
  box-shadow: unset;
}

.btn-main a::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: 3.5%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  font-family: "Helvetica neue", Arial, Roboto, "Droid Sans",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  color: #fff;
  text-shadow: 2px 2px 0 #ab1209;
  transition: 0.1s ease;
}

.btn-main a:hover::after {
  text-shadow: unset;
}

.fv {
  padding-bottom: 60px;
}

.fv-kyushu {
  position: absolute;
  top: 39%;
  left: 5%;
  width: 32%;
  z-index: -1;
}

.fv-img {
  width: 79%;
  margin-inline: auto -4%;
}

.fv-logo {
  position: absolute;
  top: 7%;
  left: 0;
  width: 43%;
}

.fv-copy {
  position: absolute;
  top: 44%;
  left: 3%;
  width: 25%;
}

.intro {
  background: #faf2e6;
}

.pattern-asset {
  position: relative;
}

.pattern-asset::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/pattern_asset.webp);
  background-size: 150px;
  background-attachment: fixed;
}

.intro-container {
  padding: 52px 0;
  transform: translateY(-60px);
  border-radius: 10px;
  border: 2px solid #dbdbdb;
  background: #fff;
  box-shadow: 4px 4px 0 #b5b6b6;
  z-index: 1;
}

.corner-hole {
  position: absolute;
  width: 1.5%;
  line-height: 100%;
  mix-blend-mode: multiply;
}

.corner-hole.lt {
  top: 10px;
  left: 10px;
}

.corner-hole.rt {
  top: 10px;
  right: 10px;
}

.corner-hole.lb {
  left: 10px;
  bottom: 10px;
}

.corner-hole.rb {
  right: 10px;
  bottom: 10px;
}

.intro-asset {
  position: absolute;
  width: 24%;
}

.intro-asset.--01 {
  left: -10%;
  top: 190px;
}

.intro-asset.--02 {
  top: 130px;
  right: -12%;
}

.intro-ttl_campaign {
  width: 30%;
  margin-bottom: 20px;
}

.intro-date {
  display: flex;
  gap: 0.5%;
  width: 80%;
}

.nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 70%;
  margin: 40px 0;
  margin-inline: auto;
}

.nav li a {
  display: flex;
  align-items: center;
  gap: 0.2em;
  padding: 0.4em 0.8em;
  background: #333;
  border: 0.2em solid #141414;
  border-radius: 0.4em;
}

.nav li a:hover {
  background: #d82816;
  border: 0.2em solid #9d2424;
}

.nav li a img {
  width: 36px;
}

.nav li a span {
  font-size: 2rem;
  color: #fff;
  line-height: 1em;
}

.intro-ttl_date {
  width: 16%;
  margin-bottom: 20px;
}

.news {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 85%;
  margin-bottom: 40px;
}

.news li.no-hover a {
  pointer-events: none;
}

.news li.no-hover a::after {
  content: none;
}

.news li a {
  position: relative;
  display: block;
  font-size: 2.2rem;
  line-height: 1em;
  padding: 24px 64px 24px 40px;
  background: #f2c81e;
  border-radius: 10px;
  border: 2px solid #f5e728;
  box-shadow: 4px 4px 0 #ac8f15;
}

.news li a:hover {
  box-shadow: unset;
  background: #f4cf3c;
  box-shadow: 1px 1px 0 #ac8f15;
}

.news li a::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: 3.5%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  font-family: "Helvetica neue", Arial, Roboto, "Droid Sans",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  color: #fff;
  text-shadow: 2px 2px 0 #ac8f15;
  transition: 0.1s ease;
}

.news li a:hover::after {
  text-shadow: unset;
}

.news li a span {
  display: block;
  color: #d82816;
  margin-bottom: 8px;
}

.news li a p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333;
}

.intro-ttl_mov {
  width: 38%;
  margin-bottom: 20px;
}

.intro-mov {
  display: flex;
  width: 85%;
  gap: 20px;
}

.intro-mov_wrap {
  width: 50%;
}

.intro-mov_wrap h3 {
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.intro-mov_video {
  aspect-ratio: 16/9;
}

.festa {
  margin-top: -60px;
  padding-bottom: 60px;
}

.festa-label {
  position: absolute;
  top: 0%;
  right: 50%;
  display: block;
  width: 102%;
  height: 7vw;
  z-index: -1;
}

.festa-label:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: #faf2e6;
  background-image: url(../images/pattern_asset.webp);
  background-size: 150px;
  background-attachment: fixed;
}

.festa-ttl {
  padding: 40px 0;
  text-align: center;
  transform: skewY(-6deg);
  background: #ab1209;
}

.festa-ttl img {
  max-width: 1200px;
  padding-right: 60px;
  transform: skewY(6deg) rotate(-6deg);
}

.festa-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.festa-img {
  position: relative;
  width: 43%;
  z-index: 1;
}

.festa-spot {
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 31%;
}

.festa-date {
  position: relative;
  width: 31%;
  z-index: 1;
}

.festa .btn-main {
  margin-top: 20px;
}

.festa .btn-main a {
  width: 100%;
  color: #dd1705;
  background: linear-gradient(to bottom, #f9d842, #d3a709);
  border: 4px solid #dfbf21;
  box-shadow: 1px 3px 0 #f58b30;
}

.festa .btn-main a:hover {
  box-shadow: unset;
}

.festa .btn-main a::after {
  color: #dd1705;
}

.festa-bakudan {
  position: absolute;
  top: -25%;
  right: -3%;
  width: 15%;
}

.wave {
  display: block;
  height: 20px;
  background-attachment: fixed;
  mask-image: url("../images/wave.svg");
  mask-repeat: repeat;
  mask-position: 0 0;
  mask-size: auto 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../images/wave.svg");
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: auto 100%;
}

.festa + .wave {
  background-image: repeating-linear-gradient(
    135deg,
    #ffffff,
    #ffffff 10px,
    #f8f8f8 10px,
    #f8f8f8 20px
  );
}

.station {
  padding-top: 80px;
  background-image: repeating-linear-gradient(
    135deg,
    #ffffff,
    #ffffff 10px,
    #f8f8f8 10px,
    #f8f8f8 20px
  );
  background-attachment: fixed;
}

.station-container {
  display: flex;
}

.station-img {
  position: relative;
  width: 71%;
  margin-left: -6%;
  z-index: 2;
}

.station-main {
  position: relative;
  width: 50%;
}

.station-main p {
  margin: 24px 0;
}

.station-illust {
  position: absolute;
  top: 45%;
  right: 0;
  width: 30%;
  z-index: 1;
}

.train {
  background-image: repeating-linear-gradient(
    135deg,
    #009dda,
    #009dda 10px,
    #0093d4 10px,
    #0093d4 20px
  );
  background-attachment: fixed;
}

.train-label {
  position: absolute;
  top: 0%;
  left: 50%;
  display: block;
  width: 102%;
  height: 7vw;
  background-image: repeating-linear-gradient(
    135deg,
    #ffffff,
    #ffffff 10px,
    #f8f8f8 10px,
    #f8f8f8 20px
  );
  background-attachment: fixed;
}

.train-container {
  position: relative;
  padding-left: calc(50% - 600px);
}

.train-ttl {
  position: relative;
  padding: 40px 0;
  text-align: center;
  transform: skewY(6deg);
  background: #002d5d;
  z-index: 1;
}

.train-ttl img {
  max-width: 1200px;
  padding-left: 60px;
  transform: skewY(-6deg) rotate(6deg);
}

.train-main {
  width: 38%;
  max-width: 522px;
  margin-left: -2%;
}

.train-img {
  position: absolute;
  top: 30px;
  right: 0;
  width: 57%;
  z-index: 1;
}

.train .btn-main {
  position: absolute;
  top: 75%;
  right: 10%;
  display: inline-block;
}

.train-img li {
  position: relative;
}

.train-img li:nth-of-type(2) {
  right: -5%;
}

.train-img li:nth-of-type(3) {
  right: -10%;
}

.train-img li + li {
  margin-top: -70px;
}

.train + .wave {
  margin-top: -20px;
  background-image: repeating-linear-gradient(
    135deg,
    #ffe100,
    #ffe100 10px,
    #fdd000 10px,
    #fdd000 20px
  );
}

.collection {
  padding: 80px 0;
  background-image: repeating-linear-gradient(
    135deg,
    #ffe100,
    #ffe100 10px,
    #fdd000 10px,
    #fdd000 20px
  );
  background-attachment: fixed;
}

.collection-inner {
  position: relative;
  margin: 60px 0 32px;
  padding: 40px 0;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  border: 10px solid #ddd;
}

.collection-inner p {
  margin-top: 32px;
  font-size: 2rem;
  color: #664c43;
}

.collection-inner .note {
  margin-top: unset;
  font-size: 1.4rem;
  color: #585757;
}

.collection-subttl {
  width: 50%;
}

.collection-illust {
  position: absolute;
  width: 40%;
  bottom: -80px;
  right: -17%;
}

.collection-mock {
  position: absolute;
  top: 50%;
  left: -4%;
  transform: translateY(-50%);
  width: 23%;
}

.collection + .wave {
  margin-top: -20px;
  background: #3e3a39;
}

.goods {
  padding: 80px 0 100px;
  background: #3e3a39;
}

.goods-logo {
  width: 30%;
  margin-bottom: 40px;
}

.goods-ttl {
  width: 85%;
}

.goods-inner {
  position: relative;
  padding: 52px 0 0;
  border-radius: 10px;
  border: 2px solid #dbdbdb;
  background: #fff;
  box-shadow: 4px 4px 0 #b5b6b6;
}

.goods-asset {
  position: absolute;
  width: 14%;
}

.goods-asset.--01 {
  left: -7%;
  bottom: 70px;
}

.goods-asset.--02 {
  left: 2%;
  bottom: -80px;
}

.goods-asset.--03 {
  right: -7%;
  bottom: -10px;
}

.goods-txt {
  width: 65%;
}

.goods .btn-main {
  margin: 40px auto -28px;
}

footer {
  padding: 80px 0 12px;
}

.foot-bnr {
  width: 88%;
  max-width: 1000px;
  margin-bottom: 60px;
}

.foot-logo {
  width: 25%;
}

.foot-copy {
  width: 25%;
}

.anm-img {
  opacity: 0;
  transform: translateY(30px) scale(0.97);
  transition: 0.8s ease;
}

.anm-img.action {
  transform: none;
  opacity: 1;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 99;
}

.menu-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}

.menu-btn .--close {
  display: none;
}

main,
.head,
footer {
  transition: 0.3s;
}

.--open body {
  overflow: hidden;
}

.--open main,
.--open .head,
.--open footer {
  transform: translateX(-25vw);
}

.--open .menu-btn .--close {
  display: block;
}

.--open .menu-btn .--open {
  display: none;
}

.menu-wrap {
  position: relative;
  width: 0;
  height: 100%;
  overflow: scroll;
  background: #c02d20;
  transition: 0.3s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.--open .menu-wrap {
  width: 350px;
}

.menu-wrap ul {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 120px 24px;
  width: 350px;
}

.menu-wrap ul li a {
  display: grid;
  grid-template-columns: 0.12fr 1fr;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  font-size: 2rem;
  color: #fff;
  background: #b12418;
  border: 1px solid #ffffff66;
  border-radius: 0.4em;
}

.menu-logo {
  position: absolute;
  top: 40px;
  right: 250px;
  width: 72px;
}
