@charset "UTF-8";

.pc-only {
  display: none;
}

.single-special {
  padding-bottom: 0;
}

.gunpla {
  background: #000;
  color: #fff;
  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, meiryo, メイリオ, sans-serif;
  font-size: clamp(14px, 16/1420 * 100vw, 16px);
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%
}

.gunpla.no-scroll {
  overflow: hidden
}

:root body, _:input-placeholder {
  font-family: Meiryo, メイリオ, sans-serif
}

/* @media screen and (min-width:768px) {
  .page-front {
    padding-top: clamp(60px, 100/1420 * 100vw, 100px)
  }
} */

.gunpla img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%
}

.gunpla table {
  border-collapse: collapse
}


@media(hover) {
  .gunpla a:hover {
    opacity: .6;
    transition: all .2s ease
  }
}

::-moz-selection {
  background-color: #4051ff;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #4051ff;
  color: #000;
  text-shadow: none
}

.legacy-ie {
  background: #eee;
  left: 0;
  padding: 100px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000
}

.legacy-ie a {
  text-decoration: none
}

.noscript {
  padding: 100px 0;
  position: absolute;
  text-align: center;
  z-index: 10000
}

.lp-header, .noscript {
  left: 0;
  top: 0;
  width: 100%
}

.lp-header {
  opacity: 1;
  /* position: fixed; */
  transition: all .3s ease-out;
  z-index: 100
}

@media screen and (min-width:768px) {
  .lp-header {
    background: #000
  }

  .pc-only {
    display: inline-block;
  }
}

.lp-header.is-scroll {
  opacity: 0;
  transform: translateY(-100%)
}

.lp-header.is-scroll.is-show {
  opacity: 1;
  transform: translateY(0)
}

.lp-header.is-open {
  position: fixed;
  transform: translateY(0)
}

.lp-header.is-open .lp-header__nav {
  background-color: #000;
  display: block;
  opacity: 1;
  visibility: visible
}

.lp-header.is-open .lp-header__nav ul {
  opacity: 1
}

.lp-header__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: flex-end; */
  margin: 0 auto;
  max-width: 1420px;
  padding: 0 4%;
  position: relative;
  justify-content: center;
}


/* @media screen and (min-width:554px) {
  .lp-header__inner {
    padding: 0 30px
  }
} */

@media screen and (min-width:768px) {
  .lp-header__inner {
    height: clamp(60px, 100/1420 * 100vw, 100px);
    justify-content: center
  }
}

@media screen and (max-width:768px) {
  .lp-header__inner {
    padding: 7vw 0 2vw;
  }

  .lp-header__nav ul .nav-item {
    font-size: 3vw !important;
  }
}

/* .lp-header__nav {
  background: #f8fafe;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all .2s ease;
  visibility: hidden;
  width: 100%
} */

@media screen and (min-width:768px) {
  .lp-header__nav {
    background: none;
    height: auto;
    opacity: 1;
    position: static;
    visibility: visible;
    width: auto
  }
}

/*
.lp-header__nav ul {
  margin-top: 100px;
  opacity: 0;
  padding: 0 8%
} */

.lp-header__nav ul {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0;
  opacity: 1;
  padding: 0
}

.lp-header__nav ul .nav-item {
  color: #0e6eb8;
  cursor: pointer;
  font-size: clamp(12px, 16/1420 * 100vw, 16px);
  padding: 1em 0;
  transition: opacity .4s
}

.lp-header__nav ul .nav-item {
  padding: 0 1em;
  position: relative
}

.lp-header__nav ul .nav-item:after {
  background-color: #fff;
  content: "";
  display: block;
  height: clamp(14px, 16/1420 * 100vw, 16px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px
}

.lp-header__nav ul .nav-item a {
  color: #fff
}

.lp-header__nav ul .nav-item:last-child:after {
  content: none
}

.lp-footer__container {
  padding-bottom: 40px;
  padding-top: 40px
}

@media screen and (min-width:768px) {
  .lp-footer__container {
    align-items: center;
    display: flex;
    justify-content: space-between
  }
}

.lp-footer__logo {
  display: block;
  margin: 0 auto 24px;
  max-width: 224px
}

@media screen and (min-width:768px) {
  .lp-footer__logo {
    margin: 0
  }
}

.lp-footer__copyright {
  font-size: 12px;
  text-align: center
}

.gunpla .p-container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1080px;
  padding-left: 5.33vw;
  padding-right: 5.33vw;
  width: 100%
}

@media screen and (min-width:768px) {
  .gunpla .p-container {
    padding-left: 40px;
    padding-right: 40px
  }
}

.gunpla .p-container--lg {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 5.33vw;
  padding-right: 5.33vw;
  width: 100%
}

@media screen and (min-width:768px) {
  .gunpla .p-container--lg {
    padding-left: 40px;
    padding-right: 40px
  }
}

.gunpla .p-container--sm {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 880px;
  padding-left: 5.33vw;
  padding-right: 5.33vw;
  width: 100%
}

@media screen and (min-width:768px) {
  .gunpla .p-container--sm {
    padding-left: 40px;
    padding-right: 40px
  }
}

.gunpla .p-page-head__container {
  margin: 0 auto;
  max-width: 1420px;
  position: relative
}

.gunpla .p-page-head__lead {
  padding-bottom: 36px;
  padding-top: 70px;
  position: relative;
  z-index: 1
}

@media screen and (min-width:768px) {
  .gunpla .p-page-head__lead {
    padding-top: 30px
  }
}

.gunpla .p-page-head__lead .inner {
  margin: 0 auto;
  max-width: 500px;
  width: 100%
}

@media screen and (min-width:992px) {
  .gunpla .p-page-head__lead .inner {
    margin: 0;
    width: 49%
  }
}

.gunpla .p-page-head__lead .lead {
  text-align: center
}

@media screen and (min-width:992px) {
  .gunpla .p-page-head__lead .lead {
    display: inline-block
  }
}

.gunpla .p-page-head__lead .lead__sub {
  font-size: clamp(12px, 14/1420 * 100vw, 14px);
  font-weight: 500;
  line-height: 1.5
}

.gunpla .p-page-head__lead .lead__title {
  font-size: 18px;
  font-weight: 700;
  line-height: normal
}

@media screen and (min-width:375px) {
  .gunpla .p-page-head__lead .lead__title {
    font-size: clamp(20px, 25/1420 * 100vw, 25px)
  }
}

.gunpla .p-page-head__lead .lead__en {
  font-size: clamp(12px, 16/1420 * 100vw, 16px);
  font-weight: 500;
  line-height: 1.5
}

.gunpla .p-page-head__body {
  padding-bottom: 10px;
  position: relative;
  z-index: 1
}

@media screen and (min-width:768px) {
  .gunpla .p-page-head__body {
    padding-bottom: 50px
  }

  .gunpla .p-page-head__body .inner {
    width: 49%
  }
}

.gunpla .p-page-head__body .title__num {
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  color: #0e6eb8;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  width: 140px
}

.gunpla .p-page-head__body .title__main {
  font-size: clamp(26px, 37/1420 * 100vw, 37px);
  font-weight: 700;
  line-height: normal;
  margin-top: clamp(10px, 20/1420 * 100vw, 20px)
}

.gunpla .p-page-head__body .desc {
  margin-top: clamp(20px, 42/1420 * 100vw, 42px)
}

.gunpla .p-page-head__body .desc__text {
  font-weight: 500
}

.gunpla .p-page-head__body .desc__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px
}

.gunpla .p-page-head__image {
  margin-top: 30px;
  position: relative
}

@media screen and (min-width:768px) {
  .gunpla .p-page-head__image {
    height: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 143px;
    width: 49.65%
  }
}

@media screen and (min-width:992px) {
  .gunpla .p-page-head__image {
    height: auto;
    top: 0;
    width: 49.65%
  }
}

.gunpla .p-page-head__image .sub {
  bottom: -20px;
  height: auto;
  left: 4px;
  position: absolute;
  width: 30%
}

@media screen and (min-width:768px) {
  .gunpla .p-page-head__image .sub {
    display: none
  }
}

.p-info__head {
  background-color: #0e6eb8;
  color: #fff;
  padding: 16px;
  text-align: center
}

@media screen and (min-width:768px) {
  .p-info__head {
    padding: clamp(16px, 20/1420 * 100vw, 20px)
  }
}

.p-info__head .en {
  color: #0b4d81;
  font-family: Inter, sans-serif;
  font-size: clamp(16px, 20/1420 * 100vw, 20px)
}

.p-info__head .ja {
  font-size: clamp(22px, 32/1420 * 100vw, 32px);
  font-weight: 700;
  line-height: normal
}

.p-info__body {
  color: #000;
  padding: 30px 16px
}

@media screen and (min-width:768px) {
  .p-info__body {
    padding: clamp(30px, 40/1420 * 100vw, 40px) clamp(16px, 40/1420 * 100vw, 40px)
  }
}

.p-info__dl .row {
  border-bottom: 1px solid #0e6eb8;
  padding-bottom: clamp(16px, 22/1420 * 100vw, 22px)
}

@media screen and (min-width:768px) {
  .p-info__dl .row {
    display: grid;
    gap: 3.54%;
    grid-template-columns: 156px 1fr
  }
}

.p-info__dl .row+.row {
  padding-top: clamp(16px, 22/1420 * 100vw, 22px)
}

.p-info__dl .row:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.p-info__dl .head {
  margin-bottom: 8px
}

.p-info__dl .head__label {
  background-color: #0e6eb8;
  border-radius: clamp(15px, 20/1420 * 100vw, 20px);
  color: #fff;
  display: block;
  height: clamp(30px, 40/1420 * 100vw, 40px);
  line-height: clamp(30px, 40/1420 * 100vw, 40px);
  padding: 0 20px;
  text-align: center;
  width: 156px
}

.p-info__dl .desc, .p-info__dl .head__label {
  font-size: clamp(14px, 16/1420 * 100vw, 16px);
  font-weight: 700
}

.p-info__dl .desc {
  line-height: 1.6
}

@media screen and (min-width:768px) {
  .p-info__dl .desc {
    margin-top: .4em
  }
}

@media screen and (min-width:554px) {
  .p-info__dl .desc__columns {
    display: grid;
    gap: 24px;
    grid-template-columns: 40% 1fr
  }
}

.p-info__dl .note {
  display: block;
  font-size: clamp(12px, 14/1420 * 100vw, 14px);
  font-weight: 400;
  margin-top: 8px
}

.p-info__list .head {
  border-bottom: 1px solid #0e6eb8;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 10px
}

@media screen and (min-width:768px) {
  .p-info__list .head {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px
  }
}

.p-info__list .head__title {
  font-size: clamp(16px, 18/1420 * 100vw, 18px);
  font-weight: 700
}

.p-info__list .head__logo {
  margin-bottom: 8px
}

@media screen and (min-width:768px) {
  .p-info__list .head__logo {
    margin-bottom: 0
  }
}

.p-info__list .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (min-width:554px) {
  .p-info__list .list {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (min-width:768px) {
  .p-info__list .list {
    grid-template-columns: repeat(3, 1fr)
  }
}

.p-info__list .list__item {
  border-bottom: 1px solid #d4dee5
}

.p-info__list .list__item a {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: clamp(16px, 20/1420 * 100vw, 20px) 1em clamp(16px, 20/1420 * 100vw, 20px) 0
}

@media screen and (min-width:554px) {
  .p-info__list .list__item a {
    font-size: clamp(12px, 14/1420 * 100vw, 14px)
  }
}

.p-info__list .list__item a.row {
  padding-bottom: 0;
  padding-right: 0
}

.p-info__list .list__item a.row+a {
  padding-top: 0
}

.p-info__list:first-child .head__logo {
  height: 26px;
  width: 197px
}

.p-info__list:nth-child(2) .head__logo {
  height: 21px;
  width: 189px
}

.p-info__list:nth-child(3) .head__logo {
  height: 29px;
  width: 198px
}

.p-info__list+.p-info__list {
  margin-top: clamp(40px, 60/1420 * 100vw, 60px)
}

.p-copyright {
  margin-top: clamp(32px, 64/1420 * 100vw, 64px)
}

.p-copyright__text {
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-align: right
}

.gotop {
  text-align: right;
  cursor: pointer;
  margin-top: 2em;
  text-decoration: underline;
}

.c-menu-icon {
  align-items: center;
  background-color: #3e3e3e;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 60px;
  z-index: 300
}

@media screen and (min-width:768px) {
  .c-menu-icon {
    display: none
  }
}

.c-menu-icon__wrap {
  height: 20px;
  position: relative;
  width: 32px
}

.c-menu-icon__wrap>span {
  background-color: #fff;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .2s ease-out;
  width: 100%
}

.c-menu-icon__wrap>span:first-child {
  top: 0
}

.c-menu-icon__wrap>span:nth-child(2) {
  top: 10px
}

.c-menu-icon__wrap>span:nth-child(3) {
  bottom: 0
}

.c-menu-icon.is-open {
  background-color: #fff
}

.c-menu-icon.is-open .c-menu-icon__wrap>span {
  background-color: #000
}

.c-menu-icon.is-open .c-menu-icon__wrap>span:first-child {
  transform: translateY(9px) rotate(-45deg)
}

.c-menu-icon.is-open .c-menu-icon__wrap>span:nth-child(2) {
  transform: scaleX(0)
}

.c-menu-icon.is-open .c-menu-icon__wrap>span:nth-child(3) {
  transform: translateY(-9px) rotate(45deg)
}

.gunpla .c-button {
  background-color: #0e6eb8;
  border: 2px solid #0e6eb8;
  border-radius: clamp(8px, 12/1420 * 100vw, 12px);
  color: #fff;
  font-size: clamp(14px, 16/1420 * 100vw, 16px);
  height: 64px;
  max-width: 300px;
  position: relative;
  width: 100%;
  padding: 0;
}

.gunpla .c-button, .gunpla .c-button__arrow {
  align-items: center;
  display: flex;
  justify-content: center
}

.gunpla .c-button__arrow {
  background-color: #fff;
  border-radius: 50%;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px
}

.gunpla .c-button__arrow, .gunpla .c-button__arrow svg path {
  transition: all .2s ease
}

@media(hover) {
  .gunpla .c-button:hover {
    background-color: #fff;
    color: #0e6eb8;
    opacity: 1
  }

  .gunpla .c-button:hover .c-button__arrow {
    background-color: #0e6eb8
  }

  .gunpla .c-button:hover .c-button__arrow svg path {
    stroke: #fff
  }
}

.u-bg {
  background: url(../img/common/bg.jpg) repeat-y;
  background-size: 400%
}

@media screen and (min-width:768px) {
  .u-bg {
    background-size: 100%
  }
}

.u-box {
  background-color: #fff;
  border: 3px solid #0e6eb8;
  border-radius: 8px;
  box-shadow: 0 0 8px #7eadd2
}

.u-color-primary {
  color: #0e6eb8
}

.u-inline-block {
  display: inline-block
}

.u-tel {
  text-decoration: none !important
}

@media screen and (min-width:992px) {
  .u-tel {
    pointer-events: none
  }
}

@media screen and (min-width:375px) {
  .u-hide-up-xs {
    display: none !important
  }
}

@media screen and (min-width:554px) {
  .u-hide-up-sm {
    display: none !important
  }
}

@media screen and (min-width:768px) {
  .u-hide-up-md {
    display: none !important
  }
}

@media screen and (min-width:992px) {
  .u-hide-up-lg {
    display: none !important
  }
}

@media screen and (min-width:1200px) {
  .u-hide-up-xl {
    display: none !important
  }
}

@media screen and (max-width:374px) {
  .u-hide-down-xs {
    display: none !important
  }
}

@media screen and (max-width:553px) {
  .u-hide-down-sm {
    display: none !important
  }
}

@media screen and (max-width:767px) {
  .u-hide-down-md {
    display: none !important
  }
}

@media screen and (max-width:991px) {
  .u-hide-down-lg {
    display: none !important
  }
}

@media screen and (max-width:1199px) {
  .u-hide-down-xl {
    display: none !important
  }
}

.page-front .mainview__container {
  height: auto;
  max-height: none;
  display: block;
}

/*


@media screen and (min-width:768px) {
  .page-front .mainview__container {
    padding-top: 0
  }
} */

.page-front .intro__container {
  padding-bottom: clamp(60px, 98/1420 * 100vw, 98px);
  padding-top: clamp(60px, 92/1420 * 100vw, 92px)
}

.page-front .intro__container.p-container {
  max-width: 1264px
}

.page-front .intro__body {
  display: grid;
  grid-template-columns: 100%
}

@media screen and (min-width:768px) {
  .page-front .intro__body {
    gap: 5.5%;
    grid-template-columns: 44% 1fr
  }
}

@media screen and (min-width:992px) {
  .page-front .intro__body {
    align-items: center
  }
}

@media screen and (min-width:768px) {
  .page-front .intro__desc {
    order: 2
  }
}

.page-front .intro__desc p {
  font-weight: 700;
  line-height: 2
}

@media screen and (min-width:768px) {
  .page-front .intro__desc p {
    font-weight: 900;
    line-height: 2.6
  }
}

.page-front .intro__image {
  margin-top: 40px
}

@media screen and (min-width:768px) {
  .page-front .intro__image {
    margin-top: 0;
    order: 1
  }
}

.page-front .project__body {
  display: grid;
  gap: 24px;
  grid-template-columns: 100%
}

@media screen and (min-width:768px) {
  .page-front .project__body {
    gap: 9px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr
  }

  .page-front .project__body .block {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid
  }
}

.page-front .project__body .block__head {
  background-color: #0e6eb8;
  padding: 24px 10px;
  text-align: center
}

.page-front .project__body .block__num {
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  color: #0e6eb8;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  margin: 0 auto 7px;
  width: 140px
}

.page-front .project__body .block__title {
  font-size: clamp(20px, 22/1420 * 100vw, 22px);
  font-weight: 900;
  line-height: 1.6
}

.page-front .project__body .block__desc {
  padding: 29px clamp(16px, 33/1420 * 100vw, 33px) clamp(29px, 40/1420 * 100vw, 40px)
}

.page-front .project__body .block__image {
  position: relative
}

.page-front .project__body .block__image .sub {
  bottom: -17px;
  height: auto;
  left: -12px;
  position: absolute;
  width: 28%
}

.page-front .project__body .block__action {
  display: flex;
  justify-content: center;
  margin-top: clamp(20px, 36/1420 * 100vw, 36px)
}

.page-front .project__about {
  margin-top: 78px
}

.page-front .project__about .contents {
  color: #000;
  padding: 30px 16px
}

@media screen and (min-width:768px) {
  .page-front .project__about .contents {
    align-items: center;
    display: grid;
    gap: 4.35%;
    grid-template-columns: 1fr 66%;
    padding: clamp(30px, 40/1420 * 100vw, 40px) clamp(16px, 40/1420 * 100vw, 40px)
  }
}

.page-front .project__about .contents__image {
  margin: 0 auto 24px;
  max-width: 263px;
  width: 80%
}

@media screen and (min-width:768px) {
  .page-front .project__about .contents__image {
    margin: 0;
    width: 100%
  }
}

.page-front .project__about .contents__desc {
  font-weight: 500;
  line-height: 1.6
}

.page-front .project__about .contents__button {
  margin: clamp(24px, 36/1420 * 100vw, 36px) auto 0;
  max-width: 364px
}

.page-front .project__about .contents+.contents {
  margin-top: clamp(40px, 70/1420 * 100vw, 70px)
}

.page-front .u-bg {
  padding-bottom: clamp(60px, 110/1420 * 100vw, 110px)
}

.page-present-campaign .campaign__container {
  padding-top: 65px
}

.page-present-campaign .hotel__container {
  padding-top: 80px
}

.page-present-campaign .special__container {
  padding-top: 63px
}

.page-present-campaign .special__box {
  color: #000;
  padding: 32px 16px
}

@media screen and (min-width:768px) {
  .page-present-campaign .special__box {
    padding: clamp(32px, 42/1420 * 100vw, 42px) clamp(16px, 60/1420 * 100vw, 60px)
  }
}

.page-present-campaign .special__box .head {
  text-align: center
}

.page-present-campaign .special__box .head__sub {
  background-color: #0e6eb8;
  border-radius: 21px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  height: 42px;
  line-height: 42px;
  margin-bottom: 9px;
  padding: 0 clamp(16px, 32/1420 * 100vw, 32px)
}

@media screen and (min-width:375px) {
  .page-present-campaign .special__box .head__sub {
    font-size: clamp(14px, 16/1420 * 100vw, 16px)
  }
}

.page-present-campaign .special__box .head__title {
  font-size: clamp(22px, 32/1420 * 100vw, 32px);
  font-weight: 700
}

@media screen and (min-width:768px) {
  .page-present-campaign .special__box .desc {
    display: grid;
    gap: 2%;
    grid-template-columns: 34% 1fr;
    margin-top: 32px
  }
}

.page-present-campaign .special__box .desc__image {
  margin: 24px auto 0;
  max-width: 450px
}

@media screen and (min-width:768px) {
  .page-present-campaign .special__box .desc__image {
    margin: 0;
    max-width: 100%
  }
}

.page-present-campaign .special__box .desc__image figcaption {
  font-size: clamp(12px, 14/1420 * 100vw, 14px);
  margin-top: -.5em
}

.page-present-campaign .special__box .desc__main {
  margin-top: 24px
}

@media screen and (min-width:768px) {
  .page-present-campaign .special__box .desc__main {
    margin-top: 0
  }
}

.page-present-campaign .special__box .desc__main .text {
  font-weight: 500;
  line-height: 1.6
}

.page-present-campaign .special__box .desc__main .c-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  max-width: 384px;
  text-align: center
}

@media screen and (min-width:768px) {
  .page-present-campaign .special__box .desc__main .c-button {
    justify-content: flex-start;
    padding-left: 20px
  }
}

.page-present-campaign .u-bg {
  padding-bottom: clamp(60px, 80/1420 * 100vw, 80px)
}

@media screen and (min-width:768px) {
  .page-special-room .gunpla .p-page-head__body .inner {
    width: 70%
  }

  .page-special-room .gunpla .p-page-head__body .desc {
    max-width: 470px
  }
}

.page-special-room .gunpla .p-page-head__body .title__main {
  font-size: clamp(24px, 32/1420 * 100vw, 32px)
}

.page-special-room .campaign__container {
  padding-top: 65px
}

.page-special-room .hotel__container {
  padding-top: 80px
}

.page-special-room .hotel .p-info__list .list {
  grid-template-columns: 100%
}

@media screen and (min-width:992px) {
  .page-special-room .hotel .p-info__list .list {
    grid-template-columns: repeat(3, 1fr)
  }
}

.page-special-room .hotel .p-info__list .list__item {
  border-color: #0e6eb8
}

.page-special-room .hotel .p-info__list .list__item a {
  font-size: clamp(14px, 16/1420 * 100vw, 16px);
  text-align: left
}

.page-special-room .u-bg {
  padding-bottom: clamp(60px, 80/1420 * 100vw, 80px)
}