@charset "UTF-8";
/*------------------------------------------
  Base Setting
------------------------------------------*/
.lp-wrapper {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 4.2666666667vw;
  line-height: 1.5;
  position: relative;
  color: #DD2B00;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .lp-wrapper {
    font-size: 21.28px;
    display: flex;
  }
}
.lp-bg {
  position: fixed;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #DD2B00;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media only screen and (min-width: 769px) {
  .lp-bg {
    width: 500px;
    left: 50%;
    margin-left: -250px;
  }
}
.btn-pagetop {
  width: 45px;
  height: 45px;
  background: url(../images/pagetop.svg) no-repeat center;
  background-size: 100%;
}
.btn-pagetop img {
  display: none;
}

.is--pc {
  display: none;
}

@media only screen and (min-width: 769px) {
  .is--pc {
    display: block;
  }
  .is--sp {
    display: none;
  }
}
/*------------------------------------------
  component
------------------------------------------*/
/* ========== button ========== */
.c-button {
  display: inline-flex;
  width: 18em;
  height: 3.125em;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  background: #DD2B00;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.c-button .arrow {
  position: absolute;
  top: 0.6875em;
  right: 0.6875em;
  width: 0.6875em;
}
.c-button.--orange {
  background: #FF7600;
}
.c-button.--white-orange {
  background: #fff;
  color: #FF7600;
}

/* ========== visual slider ========== */
.js-visualLoopSlider .slick-list {
  overflow: visible;
}
.js-visualLoopSlider img {
  transform: scale(1.28);
  transform-origin: center;
}

/*------------------------------------------
  layout
------------------------------------------*/
.l-flex {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.l-inner {
  position: relative;
  padding: 0 0.75em;
}

.l-main {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .l-main {
    width: 500px;
  }
}
@media only screen and (min-width: 769px) {
  .l-pc {
    width: calc(50% - 250px) !important;
    height: calc(100vh - 88px) !important;
    position: sticky !important;
    top: 88px !important;
    left: 0 !important;
  }
}
.l-pc--left {
  display: none;
}

@media only screen and (min-width: 769px) {
  .l-pc--left {
    display: block;
    background: #DD2B00;
  }
  .l-pc--left .pc-lead {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .l-pc--left .pc-lead__text {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  .l-pc--left .pc-lead p {
    display: inline-block;
    white-space: nowrap;
    animation: pcLead 35s linear infinite;
  }
  .l-pc--left .pc-lead span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.15em;
  }
  .l-pc--left .pc-visual {
    height: calc((100vh - 138px) / 2);
  }
  .l-pc--left .pc-visual .slick-list {
    height: 100%;
  }
  .l-pc--left .pc-visual .slick-track {
    height: 100%;
  }
  .l-pc--left .pc-visual .slick-slide {
    height: 100%;
  }
  .l-pc--left .pc-visual .slick-slide div {
    height: 100%;
  }
  .l-pc--left .pc-visual__item {
    height: 100%;
  }
  .l-pc--left .pc-visual__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@keyframes pcLead {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.l-pc--right {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  background: #DD2B00;
  z-index: 10;
  text-align: center;
  padding: calc(54px + 20.2666666667vw) 0 13.3333333333vw;
  -ms-overflow-y: auto;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.l-pc--right.is--active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 769px) {
  .l-pc--right {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
}
.l-nav {
  display: inline-block;
  text-align: left;
  font-size: 0.875em;
  line-height: 1.3;
}
.l-nav__list {
  margin-bottom: 2em;
}
.l-nav__list:last-child {
  margin-bottom: 0;
}
.l-nav__list li {
  margin-bottom: 1em;
}
.l-nav__child {
  margin-top: 1em;
  padding-left: 2em;
}
.l-nav__close {
  position: fixed;
  right: 3.4666666667vw;
  top: calc(54px + 3.4666666667vw);
  cursor: pointer;
}
.l-nav a {
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .l-nav {
    display: block;
    font-size: 12px;
    padding: 1em;
    line-height: 1.5;
  }
  .l-nav__list li {
    margin-bottom: 10px;
  }
  .l-nav__child {
    margin-top: 10px;
  }
  .l-nav__close {
    display: none;
  }
  .l-nav a {
    color: #DD2B00;
  }
}
.l-fixed-button {
  position: sticky;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #DD2B00;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6875em;
  border-top: 2px solid #fff;
  width: 100%;
  height: 3.25em;
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 8;
}
.l-fixed-button img {
  width: 1.875em;
}

@media only screen and (min-width: 769px) {
  .l-fixed-button {
    display: none;
  }
}
/*------------------------------------------
  header
------------------------------------------*/
/*------------------------------------------
  footer
------------------------------------------*/
/*------------------------------------------
  contents
------------------------------------------*/
/* ========== Main Visual ========== */
.sec-mv {
  position: relative;
  overflow: hidden;
  margin-bottom: 3.125em;
}
.sec-mv .mv-title {
  position: relative;
  z-index: 2;
}
.sec-mv .mv-slider {
  position: absolute;
  width: 100%;
  left: 0;
}
.sec-mv .mv-slider.--top {
  top: 0;
}
.sec-mv .mv-slider.--bottom {
  bottom: 1em;
  z-index: 3;
}

/* ========== リード ========== */
.sec-lead {
  margin-bottom: 2.875em;
}
.sec-lead .donation-message {
  background: #fff;
  margin-bottom: 3.125em;
  padding: 1.625em 0;
  text-align: center;
}
.sec-lead .donation-message p {
  font-size: 0.875em;
  color: #222;
  margin-bottom: 0.5em;
}
.sec-lead .donation-message p:last-child {
  margin-bottom: 0;
}
.sec-lead .donation-message a {
  color: #222;
  font-size: 114%;
  text-decoration: underline;
}
.sec-lead .lead-message {
  background: #fff;
  border-radius: 2.5em;
  padding: 2em 0.5em;
  text-align: center;
}
.sec-lead .lead-message p {
  font-size: 0.75em;
  letter-spacing: 0;
  line-height: 1.77;
  margin-bottom: 1.23em;
}
.sec-lead .lead-message p:last-child {
  margin-bottom: 0;
}
.sec-lead .lead-message strong {
  font-weight: 500;
  font-size: 115%;
  letter-spacing: 0.1em;
}
.sec-lead .lead-message .sub {
  display: block;
  font-size: 77%;
  line-height: 1.6;
}

/* ========== 熊本展 ========== */
.sec-exhibition {
  overflow: hidden;
  position: relative;
  margin-bottom: 3.125em;
}
.sec-exhibition:before {
  content: "";
  width: calc(100% - 1.5em);
  height: calc(100% - 4.625em);
  position: absolute;
  top: 0;
  left: 0.75em;
  background: #fff;
  border-radius: 2.5em;
}
.sec-exhibition__inner {
  padding: 2.5em 0 0;
  position: relative;
  z-index: 1;
}
.sec-exhibition__head {
  text-align: center;
  margin-bottom: 1.5em;
}
.sec-exhibition__head .head-slider {
  margin-bottom: 2em;
}
.sec-exhibition__head .head-title {
  position: relative;
}
.sec-exhibition__head .head-title:before {
  content: "";
  width: 7.6875em;
  height: 6.875em;
  position: absolute;
  top: -6.1875em;
  right: 2.75em;
  background: url(../images/kumamon01.svg) no-repeat center;
  background-size: 100%;
}
.sec-exhibition__head .head-title img {
  width: 19.6875em;
}
.sec-exhibition__head .head-place {
  margin-top: 1.25em;
}
.sec-exhibition__head .head-place__text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 17.875em;
  height: 2.125em;
  background: #DD2B00;
  color: #fff;
  font-weight: 600;
  gap: 0 0.125em;
  letter-spacing: 0.05em;
  line-height: 1.1;
  border-radius: 1.125em;
}
.sec-exhibition__head .head-place__text strong {
  font-size: 150%;
  font-weight: 600;
}
.sec-exhibition__head .head-date {
  margin-top: 0.75em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.sec-exhibition__head .head-date__text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.125em;
}
.sec-exhibition__head .head-date__text span {
  font-size: 1.375em;
}
.sec-exhibition__head .head-date__sub {
  font-size: 0.75em;
}
.sec-exhibition__contents {
  margin-bottom: 2.5em;
}
.sec-exhibition__support {
  padding: 0 1.25em;
  margin-bottom: 2.5em;
}
.sec-exhibition__support .support-banner {
  background: #FFE3A3;
  border-radius: 1.875em;
  padding: 1.75em 1.5em;
}
.sec-exhibition__support .support-banner__more {
  text-align: center;
}
.sec-exhibition__brand .brand-button {
  text-align: center;
}
.sec-exhibition__brand .brand-button a {
  width: 15.5em;
  display: inline-block;
}

.p-exhibition {
  position: relative;
  margin-bottom: 2.5em;
}
.p-exhibition:last-child {
  margin-bottom: 0;
}
.p-exhibition > * {
  margin-bottom: 1.875em;
}
.p-exhibition > *:last-child {
  margin-bottom: 0;
}
.p-exhibition__lead {
  text-align: center;
  font-size: 0.875em;
  line-height: 1.857;
  font-weight: 500;
}
.p-exhibition__lead sub {
  font-size: 70%;
  vertical-align: bottom;
}
.p-exhibition__slider .slick-slide > div {
  margin: auto 0.25em;
}
.p-exhibition__slider .slick-slide .slide-item {
  position: relative;
}
.p-exhibition__slider .slick-slide img {
  border-radius: 0.625em;
  vertical-align: bottom;
}
.p-exhibition__slider .slick-slide p {
  position: absolute;
  bottom: 1em;
  left: 0;
  background: #DD2B00;
  color: #fff;
  font-size: 0.625em;
  padding: 0.1em 0.4em;
  font-weight: 500;
}
.p-exhibition__more {
  text-align: center;
}

.p-exhibition--article02 {
  color: #FF4E00;
}
.p-exhibition--article02 .p-exhibition__slider .slick-slide p {
  background: #FF4E00;
}

/* ========== くまモン全館ジャック ========== */
.sec-jack {
  padding-bottom: 4.375em;
  background: url(../images/jack-bg.svg) no-repeat center bottom;
  background-size: 100%;
}
.sec-jack__contents {
  background: #00C9AA;
  padding-top: 2.375em;
  padding-bottom: 4.375em;
}

.p-jack {
  margin-bottom: 3.125em;
}
.p-jack:last-child {
  margin-bottom: 0;
}
.p-jack__title {
  text-align: center;
  margin-bottom: 2.125em;
}
.p-jack__title span {
  display: inline-block;
  background: #fff;
  color: #FF7600;
  font-weight: 600;
  font-size: 1.125em;
  padding: 0.3em 1.6em;
  border-radius: 2em;
  border: 1px solid #00C9AA;
}
.p-jack__slide .slick-track {
  display: flex;
}
.p-jack__slide .slick-slide {
  height: auto !important;
}
.p-jack__slide .slick-slide > div {
  height: 100%;
}
.p-jack__slide .slick-arrow {
  position: absolute;
  top: 12.625em;
  width: 2em;
  height: 3.75em;
  position: absolute;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: none;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
.p-jack__slide .slick-prev {
  left: -0.75em;
  background-image: url(../images/slide-arrow-prev.svg);
}
.p-jack__slide .slick-dots {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 2.125em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625em;
}
.p-jack__slide .slick-dots button {
  width: 0.625em;
  height: 0.625em;
  background: #00C9AA;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.p-jack__slide .slick-dots .slick-active button {
  background: #fff;
}
.p-jack__slide .slick-next {
  right: -0.75em;
  background-image: url(../images/slide-arrow-next.svg);
}
.p-jack__slide .slide-item {
  height: 100%;
  background: #fff;
  position: relative;
  border-radius: 1.875em;
  border: 1px solid #00C9AA;
  overflow: hidden;
}
.p-jack__slide .slide-item a {
  display: block;
  color: #FF7600;
  height: 100%;
  position: relative;
}
.p-jack__slide .slide-item__text {
  padding: 1em 1.5em 3.25em;
}
.p-jack__slide .slide-item__head {
  margin-bottom: 0.625em;
}
.p-jack__slide .slide-item__head .head-title {
  font-weight: 600;
  font-size: 1.0625em;
  line-height: 1.3;
}
.p-jack__slide .slide-item__head .head-date {
  line-height: 1.3;
  font-family: "Krona One", sans-serif;
  margin-top: 0.5em;
  font-size: 0.6875em;
}
.p-jack__slide .slide-item__head .head-date span {
  font-size: 136%;
}
.p-jack__slide .slide-item__head .head-sub {
  margin-top: 0.5em;
  font-size: 0.6875em;
  font-weight: 500;
}
.p-jack__slide .slide-item__head .head-sub span {
  font-size: 90%;
}
.p-jack__slide .slide-item__place {
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}
.p-jack__slide .slide-item__place span {
  background: #FFF9E0;
  border: 1px solid #FF7600;
  font-size: 0.875em;
  border-radius: 1.2em;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0.2em 0.9em;
}
.p-jack__slide .slide-item__lead p {
  font-size: 0.8125em;
  font-weight: 500;
}
.p-jack__slide .slide-item__arrow {
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
  width: 1.125em;
}

/* ========== コラボレーション ========== */
.sec-collaboration {
  padding-bottom: 4.375em;
}
.sec-collaboration__button {
  margin-top: 4.375em;
  padding: 0 1.25em;
}
.sec-collaboration__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  color: #fff;
  margin-bottom: 3.125em;
  position: relative;
  text-align: center;
  min-height: 6.25em;
}
.sec-collaboration__button a:last-child {
  margin-bottom: 0;
}
.sec-collaboration__button a span {
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.375;
}
.sec-collaboration__button a img {
  position: absolute;
  width: 0.75em;
  top: 1em;
  right: 1em;
}

.p-collaboration {
  position: relative;
  background: #FF7600;
  padding: 1px;
  border-radius: 2.5em;
  margin-bottom: 3.125em;
}
.p-collaboration:last-child {
  margin-bottom: 0;
}
.p-collaboration__image img {
  border-radius: 2.5em;
}
.p-collaboration__text {
  padding: 1.875em 2em 2em;
  color: #fff;
}
.p-collaboration__head {
  text-align: center;
}
.p-collaboration__head .head-title {
  margin-bottom: 0.75em;
}
.p-collaboration__head .head-title .title1 {
  width: 17.5em;
}
.p-collaboration__head .head-title .title2 {
  width: 13.875em;
}
.p-collaboration__head .head-title .title3 {
  width: 11.875em;
}
.p-collaboration__head .head-date {
  line-height: 1.3;
  font-family: "Krona One", sans-serif;
  margin-top: 0.5em;
  font-size: 0.625em;
}
.p-collaboration__head .head-date span {
  font-size: 180%;
}
.p-collaboration__lead {
  margin-top: 1.875em;
}
.p-collaboration__lead p {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0;
}
.p-collaboration__button {
  margin-top: 1.875em;
  text-align: center;
}