@charset "UTF-8";
/*
Theme Name: ニイガタウルスパ
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: #3e3a39;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1040px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-placeholder {
  color: #ccc;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

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

em {
  font-weight: 500;
}

.c-wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.c-wrap__900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.c-title1 {
  margin-bottom: 25px;
}
.c-title1 .h {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.c-title1 .h span {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 600;
  color: #e95513;
  font-weight: 600;
  line-height: 1.5;
  margin-left: 10px;
  margin-right: 10px;
}
.c-title1 .h:before, .c-title1 .h:after {
  display: block;
  content: "";
  width: 100%;
  border-top: 2px solid #e95513;
  flex: 1;
}
.c-title1 .h.white span {
  color: #fff;
}
.c-title1 .h.white:before, .c-title1 .h.white:after {
  border-top-color: #fff;
}

@media screen and (min-width: 667px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 666px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
LP
=========================================*/
.l-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.l-loading.is-load {
  backdrop-filter: blur(0);
}
.l-loading .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.l-loading .logo {
  width: 580px;
  position: relative;
  z-index: 2;
}
.l-loading .logo-figure {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  margin-top: -190px;
  z-index: 9;
}
.l-loading .logo-figure #pref,
.l-loading .logo-figure svg > circle,
.l-loading .logo-figure svg > path {
  transition: 1s ease transform, 1s ease filter 0.5s, 1s ease opacity 0.5s;
}
.l-loading .logo-figure.is-load {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.l-loading .logo-figure.is-load #pref,
.l-loading .logo-figure.is-load svg > circle,
.l-loading .logo-figure.is-load svg > path {
  filter: blur(4px);
  opacity: 0;
}
.l-loading .logo-figure.is-load #c1 {
  -webkit-transform: translate(-70px, -130px);
  transform: translate(-70px, -130px);
}
.l-loading .logo-figure.is-load #c2 {
  -webkit-transform: translate(-40px, -40px);
  transform: translate(-40px, -40px);
}
.l-loading .logo-figure.is-load #c3 {
  -webkit-transform: translate(-100px, 20px);
  transform: translate(-100px, 20px);
}
.l-loading .logo-figure.is-load #c4 {
  -webkit-transform: translate(-65px, 90px);
  transform: translate(-65px, 90px);
}
.l-loading .logo-figure.is-load #c5 {
  -webkit-transform: translate(-30px, 100px);
  transform: translate(-30px, 100px);
}
.l-loading .logo-figure.is-load #c6 {
  -webkit-transform: translate(90px, 90px);
  transform: translate(90px, 90px);
}
.l-loading .logo-figure.is-load #c7 {
  -webkit-transform: translate(40px, 20px);
  transform: translate(40px, 20px);
}
.l-loading .logo-figure.is-load #c8 {
  -webkit-transform: translate(70px, 0px);
  transform: translate(70px, 0px);
}
.l-loading .logo-figure.is-load #c9 {
  -webkit-transform: translate(20px, -80px);
  transform: translate(20px, -80px);
}
.l-loading .logo-figure.is-load #s1 {
  -webkit-transform: translate(-10px, -100px);
  transform: translate(-10px, -100px);
}
.l-loading .logo-figure.is-load #s2 {
  -webkit-transform: translate(-150px, -140px);
  transform: translate(-150px, -140px);
}
.l-loading .logo-figure.is-load #s3 {
  -webkit-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}
.l-loading .logo-figure.is-load #s4 {
  -webkit-transform: translate(-170px, 30px);
  transform: translate(-170px, 30px);
}
.l-loading .logo-figure.is-load #s5 {
  -webkit-transform: translate(-190px, 55px);
  transform: translate(-190px, 55px);
}
.l-loading .logo-figure.is-load #s6 {
  -webkit-transform: translate(0px, 130px);
  transform: translate(0px, 130px);
}
.l-loading .logo-figure.is-load #s7 {
  -webkit-transform: translate(150px, 160px);
  transform: translate(150px, 160px);
}
.l-loading .logo-figure.is-load #s8 {
  -webkit-transform: translate(150px, 45px);
  transform: translate(150px, 45px);
}
.l-loading .logo-figure.is-load #s9 {
  -webkit-transform: translate(70px, -20px);
  transform: translate(70px, -20px);
}
.l-loading .logo-figure.is-load #s10 {
  -webkit-transform: translate(130px, -150px);
  transform: translate(130px, -150px);
}
.l-loading .logo-text {
  width: 200px;
  margin-top: -190px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  filter: blur(0);
  opacity: 1;
}
.l-loading .logo-text.is-load {
  filter: blur(2px);
  opacity: 0;
}
.l-loading #progress {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.l-loading .progress {
  margin-top: 35px;
  width: 230px;
  opacity: 1;
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  z-index: 2;
  opacity: 1;
}
.l-loading .progress.is-load {
  opacity: 0;
}
.l-loading .progress .progressbar-text {
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  color: #000 !important;
  margin-bottom: 6px !important;
  white-space: nowrap;
  -webkit-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1) all 0.2s;
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1) all 0.2s;
}
.l-loading .progress svg {
  width: 100%;
  height: 2px;
  -webkit-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1) all 0.2s;
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1) all 0.2s;
}

.p-nus {
  background: #fcf0e1;
  padding-bottom: 85px;
}
.p-nus__kv {
  text-align: center;
}
.p-nus__count {
  padding-top: 32px;
  margin-bottom: 60px;
  background: url(../img/count_bg1.svg) repeat-x center top;
  background-size: auto 100%;
  text-align: center;
}
.p-nus__count .watch {
  background: url(../img/count_img1.svg) no-repeat center;
  background-size: contain;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 94px;
}
.p-nus__count .watch .h {
  font-size: 20px;
  font-size: 2rem;
  color: #595757;
  font-weight: 600;
  line-height: 1.5;
}
.p-nus__count .watch .date {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  margin-top: -10px;
  color: #595757;
}
.p-nus__count .watch .date span {
  color: #e95513;
  font-size: 76px;
  font-size: 7.6rem;
}
.p-nus__count .txt1 {
  position: relative;
  margin-top: -77px;
}
.p-nus__news {
  padding-top: 60px;
  padding-bottom: 80px;
}
.p-nus__news .btn {
  display: flex;
  justify-content: center;
}
.p-nus__news .btn a {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid #e95513;
  border-radius: 100px;
  box-shadow: 0 5px 0 #c9caca;
  text-decoration: none;
  padding: 12px 40px 16px;
  text-align: center;
}
.p-nus__news .btn a .en {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #e95513;
}
.p-nus__news .btn a .t {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #231815;
  font-weight: 600;
}
.p-nus__news .btn a .t:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 33px;
  height: 33px;
  background: url(../img/icon_sns-instagram.svg) no-repeat center;
  background-size: contain;
}
.p-nus__about {
  background: #D9EEF9;
  border-radius: 36px;
  position: relative;
  padding: 30px;
  padding-bottom: 40px;
  margin-bottom: 66px;
}
.p-nus__about:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about_icon1.svg) no-repeat center;
  background-size: contain;
  width: 120px;
  height: 118px;
  right: 90px;
  top: -91px;
}
.p-nus__about .heading {
  text-align: center;
}
.p-nus__about .heading .h {
  color: #e60012;
  font-weight: 600;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 20px;
  line-height: 1;
}
.p-nus__about .heading .h span {
  font-size: 22px;
  font-size: 2.2rem;
}
.p-nus__about .content .date {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
}
.p-nus__about .content .date span {
  font-size: 23px;
  font-size: 2.3rem;
}
.p-nus__about .content .t {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.p-nus__about .content .t em {
  background: #e95513;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  line-height: 1.2;
}
.p-nus__about .content .txt1 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.p-nus__about .content .txt1 em {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
.p-nus__about-block1 {
  margin-top: 42px;
  max-width: 366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.p-nus__about-block1 .about-heading {
  margin-bottom: 15px;
  text-align: center;
}
.p-nus__about-block1 .about-heading .t {
  display: block;
  box-shadow: 0 3px 0 #c9caca;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
  background: #e95513;
  border-radius: 100px;
}
.p-nus__about-block1 .about-heading .t em {
  font-size: 27px;
  font-size: 2.7rem;
}
.p-nus__about-block1 .about-content {
  line-height: 1.78;
  color: #e95513;
  font-weight: 600;
}
.p-nus__message {
  margin-bottom: 72px;
  position: relative;
  color: #fff;
}
.p-nus__message:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 calc(100% - 100px));
  background: #e95513;
}
.p-nus__message .c-wrap__900 {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 136px;
}
.p-nus__message .c-wrap__900:before, .p-nus__message .c-wrap__900:after {
  display: block;
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 118px;
}
.p-nus__message .c-wrap__900:before {
  background-image: url(../img/message_icon1.svg);
  left: 27px;
  top: 8px;
}
.p-nus__message .c-wrap__900:after {
  background-image: url(../img/gallery_icon1.svg);
  right: 15px;
  bottom: -65px;
}
.p-nus__message .img1 {
  width: 47.7777%;
}
.p-nus__message .img1 .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 3px;
}
.p-nus__message .box1 {
  width: 47.7777%;
}
.p-nus__message .box1 .c-title1 {
  margin-bottom: 15px;
}
.p-nus__message .box1 .txt1 {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.p-nus__message .box1 .t {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.p-nus__gallery {
  overflow: hidden;
  margin-bottom: 116px;
}
.p-nus__gallery .content .slick-list {
  overflow: visible;
}
.p-nus__gallery .content .slick-slide {
  margin-left: 6px;
  margin-right: 6px;
}
.p-nus__special {
  border-radius: 35px;
  border: 1px solid #e95513;
  background: url(../img/special_bg1.png) center top;
  text-align: center;
  padding: 12px;
  margin-bottom: 60px;
}
.p-nus__special-inner {
  border: 1px solid #e95513;
  border-radius: 23px;
  background: #fcf0e1;
  padding-top: 28px;
  padding-bottom: 28px;
}
.p-nus__special .logo {
  margin-bottom: 32px;
}
.p-nus__special .title {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.2;
  color: #e95513;
  margin-bottom: 16px;
}
.p-nus__special .title small {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
}
.p-nus__special p {
  font-weight: 600;
  line-height: 1.78;
}
.p-nus__event {
  position: relative;
  color: #fff;
  text-align: center;
}
.p-nus__event:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 calc(100% - 100px));
  background: #f8b62d;
}
.p-nus__event .c-wrap {
  position: relative;
  padding-top: 130px;
  padding-bottom: 120px;
}
.p-nus__event .c-wrap:after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/event_icon1.svg) no-repeat center;
  background-size: contain;
  width: 120px;
  height: 118px;
  left: 90px;
  bottom: -10px;
}
.p-nus__event .comingsoon {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}
.p-nus__event .comingsoon span {
  border: 1px solid #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 5px 30px;
}
.p-nus__event p {
  font-weight: 600;
  line-height: 1.78;
}
.p-nus__contact {
  text-align: center;
}
.p-nus__contact .h {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.p-nus__contact .h span {
  background: #008fd4;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  padding: 1px 20px;
  line-height: 1.2;
  border-radius: 30px;
}
.p-nus__contact p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-nus__contact .mail {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 0;
}
.p-nus__contact .mail dt {
  border: 1px solid #231815;
  padding: 1px 5px;
  margin-right: 7px;
  line-height: 1.2;
}

.l-footer {
  border-top: 1px solid #595757;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 30px;
}
.l-footer .logo {
  margin-bottom: 6px;
}
.l-footer .name {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 12px;
}
.l-footer .copyright {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.2;
}

.l-pagetop {
  position: fixed;
  z-index: 9;
  right: 50px;
  bottom: 50px;
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 666px) {
  body {
    min-width: initial;
  }

  .c-wrap {
    max-width: initial;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-wrap__900 {
    max-width: initial;
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-title1 {
    margin-bottom: 18px;
  }
  .c-title1 .h span {
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 25px;
    margin-right: 25px;
  }

  .l-loading .logo {
    width: 100%;
  }
  .l-loading .logo-figure {
    margin-top: -33vw;
  }
  .l-loading .logo-text {
    width: 120px;
    margin-top: -33vw;
  }
  .l-loading .progress {
    margin-top: 20px;
    width: 180px;
  }
  .l-loading .progress .progressbar-text {
    font-size: 10px;
    font-size: 1rem;
  }

  .p-nus {
    padding-bottom: 50px;
  }
  .p-nus__kv {
    text-align: center;
  }
  .p-nus__kv img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .p-nus__count {
    padding-top: 16px;
    margin-bottom: 36px;
  }
  .p-nus__count .watch {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  .p-nus__count .watch .h {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-nus__count .watch .date {
    font-size: 23px;
    font-size: 2.3rem;
    margin-top: -5px;
  }
  .p-nus__count .watch .date span {
    font-size: 44px;
    font-size: 4.4rem;
  }
  .p-nus__count .txt1 {
    margin-top: -47px;
  }
  .p-nus__count .txt1 img {
    width: 223px;
  }
  .p-nus__news {
    padding-top: 36px;
    padding-bottom: 67px;
  }
  .p-nus__news .btn a {
    border: 2px solid #e95513;
    box-shadow: 0 3px 0 #c9caca;
    padding: 8px 20px 9px;
  }
  .p-nus__news .btn a .en {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-nus__news .btn a .t {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-nus__news .btn a .t:after {
    margin-left: 2px;
    width: 20px;
    height: 20px;
  }
  .p-nus__about {
    padding: 25px 0 30px;
    margin-bottom: 28px;
  }
  .p-nus__about:before {
    width: 65px;
    height: 64px;
    right: -8px;
    top: -44px;
  }
  .p-nus__about .heading {
    text-align: left;
  }
  .p-nus__about .heading .h {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 23px;
  }
  .p-nus__about .heading .h span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-nus__about .content {
    padding-left: 13px;
    padding-right: 13px;
  }
  .p-nus__about .content .date {
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  .p-nus__about .content .date span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-nus__about .content .t {
    text-align: left;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .p-nus__about .content .txt1 {
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.8;
  }
  .p-nus__about .content .txt1 em {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-nus__about-block1 {
    margin-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-nus__about-block1 .about-heading {
    margin-bottom: 10px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-nus__about-block1 .about-heading .t {
    box-shadow: 0 2px 0 #c9caca;
    font-size: 10px;
    font-size: 1rem;
  }
  .p-nus__about-block1 .about-heading .t em {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-nus__about-block1 .about-content {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.72;
    margin-left: 32px;
    margin-right: 32px;
  }
  .p-nus__message {
    margin-top: 37px;
    margin-bottom: 45px;
  }
  .p-nus__message:before {
    clip-path: polygon(0 54px, 100% 0, 100% 100%, 0 calc(100% - 54px));
  }
  .p-nus__message .c-wrap__900 {
    display: block;
    padding-top: 87px;
    padding-bottom: 96px;
  }
  .p-nus__message .c-wrap__900:before, .p-nus__message .c-wrap__900:after {
    width: 65px;
    height: 64px;
  }
  .p-nus__message .c-wrap__900:before {
    left: 20px;
    top: -6px;
  }
  .p-nus__message .c-wrap__900:after {
    right: 20px;
    bottom: -24px;
  }
  .p-nus__message .img1 {
    width: 212px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .p-nus__message .img1 .copyright {
    font-size: 6px;
    font-size: 0.6rem;
  }
  .p-nus__message .box1 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-nus__message .box1 .c-title1 {
    margin-bottom: 12px;
  }
  .p-nus__message .box1 .t {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .p-nus__message .box1 p {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-nus__gallery {
    margin-bottom: 74px;
  }
  .p-nus__gallery .content img {
    width: 128px;
  }
  .p-nus__gallery .content .slick-slide {
    margin-left: 3px;
    margin-right: 3px;
  }
  .p-nus__special {
    padding: 10px;
    margin-bottom: 55px;
  }
  .p-nus__special .c-wrap__900 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-nus__special .c-title1 {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
  }
  .p-nus__special .logo {
    margin-bottom: 25px;
  }
  .p-nus__special .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .p-nus__special .title small {
    font-size: 8px;
    font-size: 0.8rem;
  }
  .p-nus__special p {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-nus__event:before {
    clip-path: polygon(0 54px, 100% 0, 100% 100%, 0 calc(100% - 54px));
  }
  .p-nus__event .c-wrap {
    padding: 78px 45px;
  }
  .p-nus__event .c-wrap:after {
    width: 65px;
    height: 64px;
    left: 20px;
    bottom: -7px;
  }
  .p-nus__event .comingsoon {
    margin-bottom: 16px;
  }
  .p-nus__event .comingsoon span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 18px;
  }
  .p-nus__event p {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-nus__contact .h {
    margin-bottom: 8px;
  }
  .p-nus__contact .h span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1px 13px;
  }
  .p-nus__contact p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
  .p-nus__contact .mail dt {
    margin-right: 4px;
    font-size: 10px;
    font-size: 1rem;
  }
  .p-nus__contact .mail dd {
    font-size: 10px;
    font-size: 1rem;
  }

  .l-footer {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .l-footer .logo {
    margin-bottom: 5px;
  }
  .l-footer .name {
    font-size: 8px;
    font-size: 0.8rem;
    margin-bottom: 5px;
  }
  .l-footer .copyright {
    font-size: 6px;
    font-size: 0.6rem;
  }

  .l-pagetop {
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: 30px;
  }
}
