@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* -------------------------------
 * Noto Serif JP
 ------------------------------- */
@font-face {
  font-family: 'NotoSerifJP';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSerifCJP-Bold.woff2) format("woff2"), url(../font/NotoSerifCJP-Bold.woff) format("woff"), url(../font/NotoSerifCJP-Bold.otf) format("opentype"); }
@font-face {
  font-family: 'NotoSerifJP';
  font-style: normal;
  font-weight: 500;
  src: url(../font/NotoSerifCJP-Regular.woff2) format("woff2"), url(../font/NotoSerifCJP-Regular.woff) format("woff"), url(../font/NotoSerifCJP-Regular.otf) format("opentype"); }
/* -------------------------------
 * Noto Sans JP
 ------------------------------- */
@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansCJKjp-Bold.woff2) format("woff2"), url(../font/NotoSansCJKjp-Bold.woff) format("woff"), url(../font/NotoSansCJKjp-Bold.otf) format("opentype"); }
@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 500;
  src: url(../font/NotoSansCJKjp-Medium.woff2) format("woff2"), url(../font/NotoSansCJKjp-Medium.woff) format("woff"), url(../font/NotoSansCJKjp-Medium.otf) format("opentype"); }
.op {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  z-index: 1000; }
  .op video {
    width: 100%;
    height: 100%; }

header {
  width: 95%;
  max-width: 1440px;
  margin: auto; }
  header h1 {
    display: flex;
    opacity: 0;
    position: absolute;
    top: 25px;
    margin-left: 20px;
    width: 100%;
    max-width: 158px;
    z-index: 999; }
    @media screen and (max-width: 1217px) {
      header h1 {
        margin-left: 0;
        width: 14%; } }
  @media screen and (max-width: 767px) {
    header h1 {
      display: block;
      top: 10px;
      width: 24%;
      max-width: none; } }

@media screen and (max-width: 767px) {
  article {
    overflow: hidden; } }
article #mv {
  position: relative;
  background: #fff;
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0.65) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0.65) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0.65) 100%);
  padding-bottom: 400px; }
  article #mv:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/mv-bg.png);
    background-size: 100%;
    opacity: 0.25; }
  article #mv .bg_movie {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    article #mv .bg_movie iframe {
      position: fixed;
      z-index: -1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
  article #mv .mv_box {
    width: 95%;
    max-width: 1440px;
    margin: auto;
    position: relative; }
    article #mv .mv_box .change {
      opacity: 0;
    position: absolute;
    z-index: 10;
  right: 76px;
top: 15px; }
article #mv .mv_box .change .change-button {
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
      article #mv .mv_box .change img {
        opacity: 1;
        cursor: pointer;
        z-index: 999; }
      article #mv .mv_box .change.uniform img:nth-child(1) {
        opacity: 1; }
      article #mv .mv_box .change.swimsuit img:nth-child(2) {
        opacity: 1; }
      @media screen and (max-width: 1217px) {
        article #mv .mv_box .change  {
          right: 0;
          width: 14.74%;
          max-width: 168px; } }
    article #mv .mv_box .chara_change {
      width: 100%;
      max-width: 1200px;
      height: 1500px;
      margin: auto;
      text-align: center;
      position: relative;
      -webkit-transition: opacity .5s;
      transition: opacity .5s;
      opacity: 0;
      z-index: 5; }
      @media screen and (max-width: 1281px) {
        article #mv .mv_box .chara_change {
          width: 93.7vw;
          max-width: none;
          height: 117.1vw; } }
      article #mv .mv_box .chara_change.uniform #chara_uniform {
        opacity: 1;
        z-index: 3; }
      article #mv .mv_box .chara_change.swimsuit #chara_swimsuit {
        opacity: 1;
        z-index: 3; }
        article #mv .mv_box .chara_change.uniform2 #chara_uniform2 {
          opacity: 1;
          z-index: 3; }
          article #mv .mv_box .chara_change.swimsuit2 #chara_swimsuit2 {
            opacity: 1;
            z-index: 3; }
      article #mv .mv_box .chara_change div {
        width: 100%;
        max-width: 1200px;
        height: 1500px;
        margin: auto;
        text-align: center;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        opacity: 0;
        z-index: 2; }
        @media screen and (max-width: 1281px) {
          article #mv .mv_box .chara_change div {
            width: 93.7vw;
            max-width: none;
            height: 117.1vw; } }
      article #mv .mv_box .chara_change #chara_uniform #chara_uniform_pai_1, article #mv .mv_box .chara_change #chara_uniform #chara_uniform_pai_0, article #mv .mv_box .chara_change #chara_uniform #chara_uniform_pai_2, article #mv .mv_box .chara_change #chara_uniform #chara_uniform_pai_3 {
        position: absolute;
        cursor: pointer; }
      article #mv .mv_box .chara_change #chara_swimsuit #chara_swimsuit_pai_1, article #mv .mv_box .chara_change #chara_swimsuit #chara_swimsuit_pai_0, article #mv .mv_box .chara_change #chara_swimsuit #chara_swimsuit_pai_2, article #mv .mv_box .chara_change #chara_swimsuit #chara_swimsuit_pai_3 {
        position: absolute;
        cursor: pointer; }
        article #mv .mv_box .chara_change #chara_uniform2 #chara_uniform2_pai_1, article #mv .mv_box .chara_change #chara_uniform2 #chara_uniform2_pai_0, article #mv .mv_box .chara_change #chara_uniform2 #chara_uniform2_pai_2, article #mv .mv_box .chara_change #chara_uniform2 #chara_uniform2_pai_3 {
          position: absolute;
          cursor: pointer; }
          article #mv .mv_box .chara_change #chara_swimsuit2 #chara_swimsuit2_pai_1, article #mv .mv_box .chara_change #chara_swimsuit2 #chara_swimsuit2_pai_0, article #mv .mv_box .chara_change #chara_swimsuit2 #chara_swimsuit2_pai_2, article #mv .mv_box .chara_change #chara_swimsuit2 #chara_swimsuit2_pai_3 {
            position: absolute;
            cursor: pointer; }
    article #mv .mv_box .mv_title {
      position: absolute;
      bottom: 31.1%;
      left: 54.2%;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      z-index: 6;
      width: 85%;
      max-width: 1200px;
      -webkit-transition: opacity .5s;
      transition: opacity .5s;
      opacity: 0; }
  article #mv .mv_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    opacity: 0; }
    article #mv .mv_bg:before {
      content: "";
      position: absolute;
      top: 36.2vw;
      left: -18.8%;
      width: 170%;
      height: 221px;
      background-image: url(../../share/images/81nalexpo/img-obi.png);
      background-repeat: repeat-x;
      -webkit-transform: rotate(34.24deg);
      transform: rotate(34.24deg); }
    article #mv .mv_bg.load:before {
      animation: load_obi1 0.3s ease-in-out; }
    article #mv .mv_bg.loop:before {
      animation: loop_obi1 100s linear infinite; }
      @media screen and (max-width: 1000px) {
        article #mv .mv_bg.loop:before {
          animation: loop_obi1 30s linear infinite; } }
  article #mv .mv_bg2 {
    /*animation: load_obi1 1s linear;*/
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    opacity: 0; }
    article #mv .mv_bg2:before {
      content: "";
      position: absolute;
      top: 34.8vw;
      right: -26.5%;
      width: 170%;
      height: 221px;
      background-image: url(../images/img-obi02.png);
      background-repeat: repeat-x;
      -webkit-transform: rotate(139.02deg);
      transform: rotate(139.02deg); }
    article #mv .mv_bg2.load:before {
      animation: load_obi2 0.3s ease-in-out; }
    article #mv .mv_bg2.loop:before {
      animation: loop_obi1 100s linear infinite; }
      @media screen and (max-width: 1000px) {
        article #mv .mv_bg2.loop:before {
          animation: loop_obi1 30s linear infinite; } }
  article #mv .movie_box {
    text-align: center;
    margin-top: -232px;
    position: relative;
    z-index: 10;
    opacity: 0; }
    article #mv .movie_box h2 {
      margin-left: 33px;
      position: relative;
      z-index: 1; }
    article #mv .movie_box .youtube {
      margin-top: -44px; }
      article #mv .movie_box .youtube p a {
        display: inline-block;
        position: relative;
        width: 100%;
        max-width: 1075px; }
        article #mv .movie_box .youtube p a:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 98%;
          height: 97%;
          z-index: -1;
          background-size: contain; }
        article #mv .movie_box .youtube p a:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 140px;
          height: 140px;
          background-image: url(../images/icon-movie.png); }
  @media screen and (max-width: 767px) {
    article #mv {
      padding-bottom: 40%; }
      article #mv .mv_box {
        width: 90%;
        max-width: none; }
        article #mv .mv_box .change {
          top: 15px;
          right: -4%;
          width: 80%;
          display: flex;
          max-width: none; }
        article #mv .mv_box .chara_change {
          width: 113.7vw;
          height: 137.1vw;
          padding-top: 20%;
          left: -11%; }
          article #mv .mv_box .chara_change div {
            width: 113.7vw;
            height: 137.1vw; }
        article #mv .mv_box .mv_title {
          bottom: 25%;
          left: 50%;
          width: 90%;
          max-width: none; }
      article #mv .mv_bg:before {
        top: 18%;
        left: -25%;
        width: 170vw;
        height: 37vw;
        background-size: contain; }
      article #mv .mv_bg.load:before {
        animation: load_obi1 0.3s linear; }
      article #mv .mv_bg.loop:before {
        animation: loop_obi1 20s linear infinite; }
      article #mv .mv_bg2:before {
        top: 20%;
        right: -34%;
        width: 170vw;
        height: 37vw;
        background-size: contain; }
      article #mv .mv_bg2.load:before {
        animation: load_obi2 0.3s linear; }
      article #mv .mv_bg2.loop:before {
        animation: loop_obi1 20s linear infinite; }
      article #mv .movie_box {
        width: 90%;
        margin: -18% auto 0; }
        article #mv .movie_box h2 {
          width: 90%;
          margin: auto; }
        article #mv .movie_box .youtube {
          margin-top: -4.5%; }
          article #mv .movie_box .youtube p a:after {
            width: 16vw;
            height: 16vw;
            background-size: contain; } }
article #message {
  margin-top: -56px;
  padding-bottom: 252px;
  position: relative;
  z-index: 2; }
  article #message #message_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    overflow: hidden; }
    article #message #message_bg:after {
      content: "";
      position: absolute;
      top: -1%;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/bg-cast.jpg);
      -webkit-transform: skewY(7deg);
      transform: skewY(7deg); }
  article #message .title_box {
    position: relative; }
    article #message .title_box:after {
      content: "";
      position: absolute;
      top: -178px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      background-image: url(../images/img-title-obi.png);
      width: 100%;
      height: 383px;
      background-position: center bottom;
      background-repeat: no-repeat; }
    article #message .title_box h2 {
      width: 90%;
      max-width: 1092px;
      margin: auto;
      position: relative;
      z-index: 2; }
      article #message .title_box h2:before {
        content: "";
        position: absolute;
        top: -92px;
        left: -140px;
        background-image: url(../images/img-sakura-cast.png);
        width: 178px;
        height: 221px;
        z-index: -1; }
        @media screen and (max-width: 1325px) {
          article #message .title_box h2:before {
            left: -10%;
            width: 13.44vw;
            height: 16.68vw;
            background-size: contain; } }
      article #message .title_box h2:after {
        content: "";
        position: absolute;
        bottom: -75px;
        right: -106px;
        background-image: url(../images/img-sakura-cast02.png);
        width: 166px;
        height: 187px;
        z-index: -1; }
        @media screen and (max-width: 1325px) {
          article #message .title_box h2:after {
            bottom: -66%;
            right: 0;
            width: 12.51vw;
            height: 14.09vw;
            background-size: contain; } }
      @media screen and (max-width: 1325px) {
        article #message .title_box h2 img {
          width: 58%;
          max-width: 519px; } }
  article #message ul {
    width: calc(95% - 180px);
    max-width: 1060px;
    margin: 130px auto 0;
    padding: 125px 90px 90px;
    background-image: url(../images/img-cast-bg02_pc.png);
    background-size: 100% 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      article #message ul {
        width: calc(95% - 13.6%);
        padding: 9.6% 6.8%;
        background-size: 100% 100%;
        background-image: url(../images/img-cast-bg02_sp.png);
        background-repeat: no-repeat;
      }
    }
        article #message ul .schedule {
          margin: auto;
          margin-top: 20px;
          margin-bottom: 40px;
          font-size: 16px;
          font-weight: 600;        
        }
    article #message ul li {
      width: calc(33.333% - 22px);
      max-width: 332px;
      margin: 0 16px 75px; }
      article #message ul li:nth-child(3n) {
        margin-right: 0; }
      article #message ul li:nth-child(3n+1) {
        margin-left: 0; }
      article #message ul li:nth-child(25), article #message ul li:nth-child(26), article #message ul li:nth-child(27) {
        margin-bottom: 0; }
      article #message ul li .movie_content a {
        display: block;
        position: relative; }
        article #message ul li .movie_content a:after {
          content: "";
          position: absolute;
          top: 46%;
          left: 83%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 60px;
          height: 60px;
          background-image: url(../images/icon-movie.png);
          background-size: contain; }
      article #message ul li .cast {
        margin-top: 16px; }
        article #message ul li .cast p {
          font-size: 22px;
          font-weight: bold;
          display: inline-block; }
          article #message ul li .cast p span {
            font-size: 18px; }
          article #message ul li .cast p:last-child {
            margin-left: 10px; }
  @media screen and (max-width: 767px) {
    article #message {
      margin-top: 0;
      padding-bottom: 40%; }
      article #message .title_box:after {
        top: -156%;
        height: 65vw;
        background-size: cover; }
      article #message .title_box h2 {
        max-width: none; }
        article #message .title_box h2:before {
          top: -40%;
          left: -6%; }
        article #message .title_box h2:after {
          bottom: -25%; }
        article #message .title_box h2 img {
          width: 87%;
          max-width: none; }
      article #message ul {
        width: calc(95% - 10%);
        max-width: none;
        margin: 15% auto 0;
        padding: 9.6% 5%; }
        article #message ul li {
          width: 48%;
          max-width: none;
          margin: 0 2% 8% !important; }
          article #message ul li:nth-child(2n) {
            margin-right: 0 !important; }
          article #message ul li:nth-child(2n+1) {
            margin-left: 0 !important; }
          article #message ul li:nth-child(25), article #message ul li:nth-child(26) {
            margin-bottom: 0 !important; }
          article #message ul li .movie_content a:after {
            width: 8vw;
            height: 8vw;
            left: 85%;
            background-repeat: no-repeat; }
          article #message ul li .cast {
            margin-top: 5%; }
            article #message ul li .cast p {
              font-size: 4vw; }
              article #message ul li .cast p span {
                font-size: 3.5vw; }
              article #message ul li .cast p:last-child {
                margin-left: 0;
                margin-top: 5%;
                display: block; } 
              }
article #history {
  margin-top: -56px;
  padding-bottom: 145px;
  position: relative;
  z-index: 2; }
  article #history:before {
    content: "";
    position: absolute;
    top: 90px;
    left: 0;
    width: 563px;
    height: 722px;
    background-image: url(../images/bg_top_flower01.png);
    background-size: contain; }
  article #history:after {
    content: "";
    position: absolute;
    top: 26%;
    right: 0;
    width: 440px;
    height: 670px;
    background-image: url(../images/bg_top_flower02.png);
    background-size: contain; }
  article #history #history_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -3;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    overflow: hidden; }
    article #history #history_bg:after {
      content: "";
      position: absolute;
      top: -1%;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fccaca;
      background: -moz-linear-gradient(0deg, #fccaca 0%, white 79%);
      background: -webkit-linear-gradient(0deg, #fccaca 0%, white 79%);
      background: linear-gradient(0deg, #fccaca 0%, #ffffff 79%);
      -webkit-transform: skewY(7deg);
      transform: skewY(7deg);
      z-index: -1; }
  article #history .title_box {
    position: relative; }
    article #history .title_box:after {
      content: "";
      position: absolute;
      top: -178px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      background-image: url(../images/img-title-obi02.png);
      width: 100%;
      height: 383px;
      background-position: center bottom;
      background-repeat: no-repeat; }
    article #history .title_box h2 {
      width: 90%;
      max-width: 1092px;
      margin: auto;
      position: relative;
      z-index: 2; }
      article #history .title_box h2:before {
        content: "";
        position: absolute;
        top: -72px;
        left: -131px;
        background-image: url(../images/img-sakura-history01.png);
        width: 103px;
        height: 160px;
        z-index: -1; }
        @media screen and (max-width: 1325px) {
          article #history .title_box h2:before {
            left: -8%;
            width: 7.77vw;
            height: 12.07vw;
            background-size: contain; } }
      article #history .title_box h2:after {
        content: "";
        position: absolute;
        bottom: -65px;
        right: -102px;
        background-image: url(../images/img-sakura-history02.png);
        width: 179px;
        height: 195px;
        z-index: -1; }
        @media screen and (max-width: 1325px) {
          article #history .title_box h2:after {
            bottom: -59%;
            right: 0;
            width: 13.51vw;
            height: 14.72vw;
            background-size: contain; } }
      @media screen and (max-width: 1325px) {
        article #history .title_box h2 img {
          width: 55%;
          max-width: 495px; } }
  article #history .history_inner {
    width: 95%;
    max-width: 1060px;
    margin: 211px auto 30px; }
    article #history .history_inner .history_list_box {
      display: inline-block;
      vertical-align: top;
      width: 16.9%;
      min-width: 180px;
      position: relative;
      top: -60px;
      z-index: 2; }
      article #history .history_inner .history_list_box .btn-prev {
        position: absolute;
        top: 0;
        left: 42%;
        z-index: 10;
        cursor: pointer; }
      article #history .history_inner .history_list_box .btn-next {
        position: absolute;
        bottom: 0;
        left: 42%;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        z-index: 10;
        cursor: pointer; }
      article #history .history_inner .history_list_box .history_list:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 25px;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        width: 4px;
        height: 80%;
        background-color: #986f6f;
        z-index: -1; }
      article #history .history_inner .history_list_box .history_list .slick-list {
        padding: 60px 0; }
      @media screen and (min-width: 768px) {
        article #history .history_inner .history_list_box .history_list .slick-track {
          transform: translate3d(0, 0, 0) !important; } }
      article #history .history_inner .history_list_box .history_list li {
        padding-left: 43px;
        font-size: 24px;
        color: #986f6f;
        font-weight: bold;
        font-style: italic;
        margin: 22px auto;
        position: relative;
        cursor: pointer;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (min-width: 768px) {
          article #history .history_inner .history_list_box .history_list li {
            float: none;
            width: calc(100% - 55px) !important; } }
        article #history .history_inner .history_list_box .history_list li:first-child {
          margin-top: 0; }
        article #history .history_inner .history_list_box .history_list li:last-child {
          margin-bottom: 0; }
        article #history .history_inner .history_list_box .history_list li:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 16px;
          -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          width: 10px;
          height: 10px;
          background-color: #986f6f;
          border-radius: 50%;
          -webkit-transition: opacity 1s;
          transition: opacity 1s;
          opacity: 1; }
        article #history .history_inner .history_list_box .history_list li:after {
          content: "";
          position: absolute;
          top: 50%;
          left: -7px;
          -webkit-transform: translate(0%, -50%) scale(0);
          transform: translate(0%, -50%) scale(0);
          width: 56px;
          height: 56px;
          background-image: url(../images/img-current.png);
          -webkit-transition: all 0.7s ease-out;
          transition: all 0.7s ease-out;
          opacity: 0; }
        article #history .history_inner .history_list_box .history_list li.slick-current {
          font-size: 30px;
          color: #bb8501; }
          article #history .history_inner .history_list_box .history_list li.slick-current:before {
            opacity: 0; }
          article #history .history_inner .history_list_box .history_list li.slick-current:after {
            opacity: 1;
            -webkit-transform: translate(0%, -50%) scale(1);
            transform: translate(0%, -50%) scale(1); }
    article #history .history_inner .history_content {
      display: inline-block;
      vertical-align: top;
      width: calc(93.5% - 185px);
      margin-left: 6.5%; }
      article #history .history_inner .history_content .slick-list {
        padding-bottom: 45px; }
      article #history .history_inner .history_content li {
        display: flex;
        align-items: flex-start; }
        article #history .history_inner .history_content li .history_chara {
          width: 54%;
          max-width: 430px; }
        article #history .history_inner .history_content li .history_text_box {
          width: 43%;
          max-width: 350px;
          margin-left: 30px; }
          article #history .history_inner .history_content li .history_text_box .history_date {
            margin-bottom: 20px;
            font-size: 22px;
            font-style: italic;
            font-family: "NotoSansJP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; }
          article #history .history_inner .history_content li .history_text_box h3 img {
            margin: auto; }
            @media screen and (max-width: 940px) {
              article #history .history_inner .history_content li .history_text_box h3 img {
                width: 70%; } }
          article #history .history_inner .history_content li .history_text_box h4 {
            text-align: center;
            font-size: 22px;
            font-style: italic;
            font-weight: bold;
            margin: 25px auto;
            letter-spacing: -0.1em;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            line-height: 1.3; }
            article #history .history_inner .history_content li .history_text_box h4.t-left {
              text-align: left; }
          article #history .history_inner .history_content li .history_text_box .history_text {
            font-size: 16px;
            line-height: 1.6;
            font-family: "NotoSansJP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; }
  article #history #more {
    text-align: center;
    position: relative; }
    article #history #more:before {
      content: "";
      position: absolute;
      top: 18%;
      right: 5%;
      width: 256px;
      height: 416px;
      background-image: url(../images/img-kirakira-top.png);
      background-size: contain; }
    article #history #more:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 9%;
      width: 280px;
      height: 349px;
      background-image: url(../images/img-kirakira-bottom.png);
      background-size: contain; }
    article #history #more .more_inner {
      position: relative; }
      article #history #more .more_inner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: 100%;
        height: 105%;
        background-image: url(../images/bg-more.png);
        z-index: -2;
        opacity: 0.2; }
      article #history #more .more_inner .more2 {
        z-index: 6;
        position: relative; }
      article #history #more .more_inner p:first-child {
        padding-top: 24px;
        width: 95%;
        max-width: 970px;
        margin: auto;
        position: relative;
        z-index: 6; }
        article #history #more .more_inner p:first-child img {
          z-index: 1;
          position: relative; }
        @media screen and (max-width: 940px) {
          article #history #more .more_inner p:first-child img {
            width: 100%; } }
        article #history #more .more_inner p:first-child:before {
          content: "";
          position: absolute;
          top: -13px;
          left: 10px;
          width: 164px;
          height: 218px;
          background-image: url(../images/img-sakura-more01.png);
          background-size: contain; }
          @media screen and (max-width: 940px) {
            article #history #more .more_inner p:first-child:before {
              left: 0;
              width: 17.13vw;
              height: 22.78vw; } }
        article #history #more .more_inner p:first-child:after {
          content: "";
          position: absolute;
          top: -14px;
          right: 25px;
          width: 194px;
          height: 217px;
          background-image: url(../images/img-sakura-more02.png);
          background-size: contain; }
          @media screen and (max-width: 940px) {
            article #history #more .more_inner p:first-child:after {
              right: 0;
              width: 20.27vw;
              height: 22.67vw; } }
      article #history #more .more_inner p:last-child {
        padding: 149px 0 107px;
        position: relative; }
        article #history #more .more_inner p:last-child span {
          width: 90%;
          max-width: 1134px;
          margin: 0 auto;
          position: relative;
          left: 23px;
          display: block; }
        article #history #more .more_inner p:last-child:after {
          content: "";
          position: absolute;
          top: 86px;
          left: 50.2%;
          -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
          width: 95%;
          max-width: 1271px;
          height: 100%;
          background-image: url(../images/img-sakura-more.png);
          background-size: contain;
          background-repeat: no-repeat;
          z-index: -1; }
  @media screen and (max-width: 767px) {
    article #history {
      margin-top: -10%;
      padding-bottom: 20%; }
      article #history:before {
        top: 3%;
        width: 65vw;
        height: 83.4vw; }
      article #history:after {
        top: 60%;
        width: 50vw;
        height: 75.9vw;
        z-index: -1; }
      article #history #history_bg:after {
        background: -moz-linear-gradient(0deg, #fccaca 0%, white 40%);
        background: -webkit-linear-gradient(0deg, #fccaca 0%, white 40%);
        background: linear-gradient(0deg, #fccaca 0%, #ffffff 40%); }
      article #history .title_box:after {
        top: -125%;
        height: 65vw;
        background-size: cover; }
      article #history .title_box h2 {
        max-width: none; }
        article #history .title_box h2:before {
          top: -17px;
          left: -2%; }
        article #history .title_box h2:after {
          bottom: -33%; }
        article #history .title_box h2 img {
          width: 95%;
          max-width: none; }
      article #history .history_inner {
        width: 90%;
        max-width: none;
        margin: 20% auto 15%;
        position: relative; }
        article #history .history_inner .history_list_box {
          display: block;
          width: 100%;
          min-width: auto;
          top: 0;
          position: static; }
          article #history .history_inner .history_list_box .btn-prev {
            width: 16%;
            max-width: 68px;
            top: 40vw;
            left: -2%;
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
          article #history .history_inner .history_list_box .btn-next {
            width: 16%;
            max-width: 68px;
            top: 40vw;
            bottom: auto;
            left: auto;
            right: -2%;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
          article #history .history_inner .history_list_box .history_list:after {
            top: 20px;
            left: 53%;
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
            width: 106%;
            height: 2px; }
          article #history .history_inner .history_list_box .history_list .slick-list {
            padding: 50px 0 0; }
          article #history .history_inner .history_list_box .history_list li {
            padding-left: 0;
            margin: 0 auto;
            height: auto; }
            article #history .history_inner .history_list_box .history_list li:before {
              top: -34px;
              left: 50%;
              -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%); }
            article #history .history_inner .history_list_box .history_list li:after {
              top: -47px;
              left: 50%;
              -webkit-transform: translate(-50%, 0%) scale(0);
              transform: translate(-50%, 0%) scale(0);
              width: 45px;
              height: 45px;
              background-size: contain; }
            article #history .history_inner .history_list_box .history_list li.slick-current:after {
              -webkit-transform: translate(-50%, 0%) scale(1);
              transform: translate(-50%, 0%) scale(1); }
        article #history .history_inner .history_content {
          display: block;
          width: 100%;
          margin-left: 0; }
          article #history .history_inner .history_content .slick-list {
            padding-bottom: 0; }
          article #history .history_inner .history_content li {
            flex-wrap: wrap-reverse; }
            article #history .history_inner .history_content li .history_chara {
              width: 100%;
              max-width: none;
              margin-top: 8%; }
              article #history .history_inner .history_content li .history_chara img {
                margin: auto; }
            article #history .history_inner .history_content li .history_text_box {
              width: 100%;
              max-width: none;
              margin-left: 0;
              margin-top: 2%; }
              article #history .history_inner .history_content li .history_text_box .history_date {
                margin-bottom: 8%;
                font-size: 5vw;
                text-align: center; }
              article #history .history_inner .history_content li .history_text_box h4 {
                font-size: 5.5vw;
                margin: 8% auto; }
              article #history .history_inner .history_content li .history_text_box .history_text {
                font-size: 4vw; }
      article #history #more:before {
        top: 0;
        right: 0;
        width: 35vw;
        height: 56.7vw; }
      article #history #more:after {
        bottom: 0;
        left: 0;
        width: 38vw;
        height: 47vw; }
      article #history #more .more_inner:after {
        background-size: 70px 70px; }
      article #history #more .more_inner p:first-child {
        padding-top: 0;
        width: 70%;
        max-width: none; }
        article #history #more .more_inner p:first-child:before {
          left: -22%; }
        article #history #more .more_inner p:first-child:after {
          right: -25%; }
      article #history #more .more_inner p:last-child {
        padding: 20% 0; }
        article #history #more .more_inner p:last-child span {
          width: 100%;
          max-width: none;
          left: 2%; }
        article #history #more .more_inner p:last-child:after {
          top: 7%;
          width: 100%;
          max-width: none; } }

footer {
  position: relative;
  z-index: 10;
  margin-top: -100px;
  background-color: #000; }
  footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
    height: 7px;
    background-image: url(../images/footer-line.jpg); }
  footer .pagetop {
    text-align: center;
    border-bottom: 2px solid #4b4b4b; }
    footer .pagetop a {
      display: block;
      padding: 14px 0 0; }
  footer .footer_inner {
    width: 95%;
    margin: 40px auto 35px; }
    footer .footer_inner .bnr_list {
      display: flex;
      align-items: center;
      justify-content: center; }
      footer .footer_inner .bnr_list li {
        margin: 0 23px; }
        footer .footer_inner .bnr_list li:first-child {
          margin-left: 0; }
        footer .footer_inner .bnr_list li:last-child {
          margin-right: 0; }
    footer .footer_inner .share_box {
      text-align: center;
      margin: 23px auto; }
      footer .footer_inner .share_box .share_title {
        font-size: 40px;
        letter-spacing: 0.02em;
        font-weight: bold;
        color: #fff;
        font-style: italic;
        font-family: "NotoSansJP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; }
      footer .footer_inner .share_box .share_btns {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 18px; }
        footer .footer_inner .share_box .share_btns p {
          margin: 0 11px; }
          footer .footer_inner .share_box .share_btns p:first-child {
            margin-left: 0; }
          footer .footer_inner .share_box .share_btns p:last-child {
            margin-right: 0; }
          footer .footer_inner .share_box .share_btns p a {
            display: block; }
  footer .footer_bottom {
    background-color: #1c1c1c;
    padding: 10px 0 18px; }
    footer .footer_bottom .footer_bottom_inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 95%;
      max-width: 1060px;
      margin: auto; }
      footer .footer_bottom .footer_bottom_inner .logo_list p {
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px; }
        footer .footer_bottom .footer_bottom_inner .logo_list p:first-child {
          margin-left: 0; }
        footer .footer_bottom .footer_bottom_inner .logo_list p:last-child {
          margin-right: 0; }
        footer .footer_bottom .footer_bottom_inner .logo_list p a {
          display: block; }
    footer .footer_bottom .copy {
      color: #fff;
      font-family: "NotoSansJP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; }
      footer .footer_bottom .copy p {
        font-size: 11px;
        text-align: right; }
        footer .footer_bottom .copy p a {
          color: #fff;
          text-decoration: underline; }
      footer .footer_bottom .copy div {
        margin-top: 12px; }
        footer .footer_bottom .copy div p {
          display: inline-block;
          margin: 0 2px; }
          footer .footer_bottom .copy div p:first-child {
            margin-left: 0; }
          footer .footer_bottom .copy div p:last-child {
            margin-right: 0; }
  @media screen and (max-width: 767px) {
    footer {
      margin-top: -11%; }
      footer:before {
        height: 5px; }
      footer .pagetop a img {
        width: 15%; }
      footer .footer_inner {
        width: 90%;
        margin: 8% auto; }
        footer .footer_inner .bnr_list {
          display: block; }
          footer .footer_inner .bnr_list li {
            margin: 0 auto 8%;
            text-align: center; }
            footer .footer_inner .bnr_list li:first-child {
              margin-left: auto; }
            footer .footer_inner .bnr_list li:last-child {
              margin-right: auto; }
        footer .footer_inner .share_box {
          margin: 15% auto; }
          footer .footer_inner .share_box .share_title {
            font-size: 10vw; }
          footer .footer_inner .share_box .share_btns {
            margin-top: 5%; }
            footer .footer_inner .share_box .share_btns p {
              margin: 0 4%; }
      footer .footer_bottom {
        padding: 6% 0; }
        footer .footer_bottom .footer_bottom_inner {
          display: block;
          width: 90%;
          max-width: none; }
          footer .footer_bottom .footer_bottom_inner .logo_list {
            text-align: center; }
            footer .footer_bottom .footer_bottom_inner .logo_list p {
              margin: 0 3%; }
        footer .footer_bottom .copy {
          margin-top: 8%; }
          footer .footer_bottom .copy p {
            font-size: 12px;
            text-align: center; }
            footer .footer_bottom .copy p a {
              color: #fff;
              text-decoration: underline; }
          footer .footer_bottom .copy div {
            margin-top: 8%; }
            footer .footer_bottom .copy div p {
              display: block;
              margin: 0 auto 3%; }
              footer .footer_bottom .copy div p:first-child {
                margin-left: auto; }
              footer .footer_bottom .copy div p:last-child {
                margin-right: auto;
                margin-bottom: 0; } }

.banner_ten {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: 60px auto -140px auto; }
  @media screen and (max-width: 767px) {
    .banner_ten {
      position: relative;
      z-index: 10;
      text-align: center;
      margin: 11vw auto -10vw auto;
      width: 90%; } }

.ten_modal_wp {
  display: none; }

#ten_modal {
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative; }
  #ten_modal .mfp-close {
    position: fixed; }

.page_lower .col_pink {
  color: #ff0084; }
@media screen and (max-width: 767px) {
  .page_lower {
    width: 100%;
    overflow-x: hidden; } }

.lower_head {
  overflow: hidden; }
  .lower_head h1 {
    width: 41vw;
    max-width: 582px;
    opacity: 0;
    transition: all 0.8s ease 1.8s;
    transform: scale(3); }
    @media screen and (max-width: 767px) {
      .lower_head h1 {
        width: 73vw;
        top: 5vw; } }
    .lower_head h1.show {
      opacity: 1;
      transform: scale(1); }

.page-81nalexpo {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; }
  .page-81nalexpo p {
    font-size: 20px;
    line-height: 140%; }
    .page-81nalexpo p .col_pink {
      color: #ff0084; }
  .page-81nalexpo a {
    color: #2266a5; }
  .page-81nalexpo #lower_mv {
    position: relative;
    background-position: bottom;
    background-image: url(../images/mv_bg.jpg); }
    @media screen and (max-width: 767px) {
      .page-81nalexpo #lower_mv {
        background-size: auto 100%;
        padding-top: 23vw;
        margin-bottom: 1vw;
        padding-bottom: 17vw; } }
    .page-81nalexpo #lower_mv img {
      width: 100%; }
    .page-81nalexpo #lower_mv .mv_share {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 50; }
      @media screen and (max-width: 767px) {
        .page-81nalexpo #lower_mv .mv_share {
          width: 17vw;
          max-width: 50px; } }
    .page-81nalexpo #lower_mv .mv_img {
      position: relative;
      background-size: auto 100%;
      text-align: center;
      max-width: 1286px;
      margin: 0 auto; }
      .page-81nalexpo #lower_mv .mv_img img {
        max-width: 1286px; }
      .page-81nalexpo #lower_mv .mv_img .chara {
        top: 0;
        position: absolute;
        opacity: 0;
        transform: scale(0.9); }
        @media screen and (max-width: 767px) {
          .page-81nalexpo #lower_mv .mv_img .chara {
            width: 117vw;
            left: -8vw; } }
      .page-81nalexpo #lower_mv .mv_img .img1 {
        z-index: 10; }
      .page-81nalexpo #lower_mv .mv_img .img2 {
        z-index: 9; }
      .page-81nalexpo #lower_mv .mv_img .img3 {
        z-index: 8; }
      .page-81nalexpo #lower_mv .mv_img .img4 {
        z-index: 7; }
      .page-81nalexpo #lower_mv .mv_img .img5 {
        z-index: 6; }
      .page-81nalexpo #lower_mv .mv_img .img6 {
        z-index: 5; }
      .page-81nalexpo #lower_mv .mv_img .img7 {
        z-index: 4; }
      .page-81nalexpo #lower_mv .mv_img .img8 {
        z-index: 3; }
      .page-81nalexpo #lower_mv .mv_img .img9 {
        z-index: 2; }
      .page-81nalexpo #lower_mv .mv_img .img10 {
        z-index: 1; }
      @media screen and (max-width: 767px) {
        .page-81nalexpo #lower_mv .mv_img .img0 {
          position: relative;
          bottom: -11vw;
          width: 104vw;
          left: -3vw; } }
      .page-81nalexpo #lower_mv .mv_img .img1 {
        transition: all 0.3s ease 0s; }
      .page-81nalexpo #lower_mv .mv_img .img3 {
        transition: all 0.3s ease 0.2s; }
      .page-81nalexpo #lower_mv .mv_img .img2 {
        transition: all 0.3s ease 0.4s; }
      .page-81nalexpo #lower_mv .mv_img .img5 {
        transition: all 0.3s ease 0.6s; }
      .page-81nalexpo #lower_mv .mv_img .img7 {
        transition: all 0.3s ease 0.8s; }
      .page-81nalexpo #lower_mv .mv_img .img4 {
        transition: all 0.3s ease 1.0s; }
      .page-81nalexpo #lower_mv .mv_img .img9 {
        transition: all 0.3s ease 1.2s; }
      .page-81nalexpo #lower_mv .mv_img .img6 {
        transition: all 0.3s ease 1.4s; }
      .page-81nalexpo #lower_mv .mv_img .img8 {
        transition: all 0.3s ease 1.6s; }
      .page-81nalexpo #lower_mv .mv_img .img10 {
        transition: all 0.3s ease 1.8s; }
      .page-81nalexpo #lower_mv .mv_img .chara.show {
        opacity: 1;
        transform: scale(1); }
      @media screen and (max-width: 767px) {
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img1 {
          z-index: 10; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img2 {
          z-index: 9; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img3 {
          z-index: 8; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img4 {
          z-index: 7; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img5 {
          z-index: 6; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img6 {
          z-index: 5; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img7 {
          z-index: 4; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img8 {
          z-index: 3; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img9 {
          z-index: 2; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img10 {
          z-index: 1; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img1 {
          transition: all 0.3s ease 0s; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img2 {
          transition: all 0.3s ease 0.2s; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img3 {
          transition: all 0.3s ease 0.4s; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img6 {
          transition: all 0.3s ease 0.6s; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img5 {
          transition: all 0.3s ease 0.8s; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img9 {
          transition: all 0.3s ease 1.0s; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img4 {
          transition: all 0.3s ease 1.2s; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img8 {
          transition: all 0.3s ease 1.4s; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img10 {
          transition: all 0.3s ease 1.6s; }
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .img7 {
          transition: all 0.3s ease 1.8s; } }
      @media screen and (max-width: 767px) {
        .page-81nalexpo #lower_mv .mv_img.mv_img2 .chara {
          width: 100vw;
          left: 0vw; } }
  .page-81nalexpo a.mv_scroll {
    display: inline-block;
    position: fixed;
    right: calc(50% - 35px);
    z-index: 20;
    bottom: -40px;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .2em; }
    @media screen and (max-width: 767px) {
      .page-81nalexpo a.mv_scroll {
        opacity: 0; } }
    .page-81nalexpo a.mv_scroll::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1px;
      height: 100px;
      background: #000; }
    .page-81nalexpo a.mv_scroll::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1px;
      height: 100px;
      background: rgba(102, 102, 102, 0.4); }
    .page-81nalexpo a.mv_scroll::after {
      height: 30px;
      animation: sdl 1.5s ease infinite; }
@keyframes sdl {
  0% {
    transform: translateY(-70px); }
  50%, 100% {
    transform: translateY(30px); } }
  .page-81nalexpo #lower_about {
    background-image: url(../images/bg_about.jpg);
    background-size: cover;
    text-align: center;
    padding: 100px 0 230px 0; }
    @media screen and (max-width: 767px) {
      .page-81nalexpo #lower_about {
        padding: 9vw 0 20vw 0; } }
  .page-81nalexpo #lower_detail .block_bg h3 {
    color: #a38300;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    display: block; }
    .page-81nalexpo #lower_detail .block_bg h3::before {
      content: "";
      display: block;
      left: -47px;
      width: 45px;
      height: 45px;
      position: absolute;
      background-image: url(../images/icon1.png);
      background-size: 100% 100%;
      top: calc(50% - 22px); }
  .page-81nalexpo #lower_detail .block_bg p {
    font-size: 20px;
    line-height: 140%;
    margin: 15px 0 30px 0; }
    .page-81nalexpo #lower_detail .block_bg p.caution {
      font-size: 14px; }
  @media screen and (max-width: 767px) {
    .page-81nalexpo #lower_detail .block_bg h3 {
      font-size: 18px; }
      .page-81nalexpo #lower_detail .block_bg h3::before {
        display: inline-block;
        left: 0;
        width: 35px;
        height: 35px;
        position: relative;
        vertical-align: middle; }
    .page-81nalexpo #lower_detail .block_bg p {
      font-size: 14px;
      padding: 0 30px; }
      .page-81nalexpo #lower_detail .block_bg p.caution {
        font-size: 12px;
        margin: 5px 0 30px 0; } }
  .page-81nalexpo .lowerblock {
    margin-top: -56px;
    padding-bottom: 200px;
    position: relative;
    z-index: 2; }
    .page-81nalexpo .lowerblock iframe {
      width: 100%;
      border: solid 1px #a4a4a4 !important;
      margin-bottom: 40px; }
    .page-81nalexpo .lowerblock .lowerblock_bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      -webkit-transform: skewY(-7deg);
      transform: skewY(-7deg);
      overflow: hidden; }
      .page-81nalexpo .lowerblock .lowerblock_bg:after {
        content: "";
        position: absolute;
        top: -1%;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/bg-cast.jpg);
        -webkit-transform: skewY(7deg);
        transform: skewY(7deg); }
      .page-81nalexpo .lowerblock .lowerblock_bg.lowerblock_gray::after {
        background-image: url(../images/bg-gray.png); }
      .page-81nalexpo .lowerblock .lowerblock_bg.lowerblock_green::after {
        background-image: url(../images/bg-green.png); }
      .page-81nalexpo .lowerblock .lowerblock_bg.lowerblock_pink::after {
        background-image: url(../images/bg-pink.png); }
    .page-81nalexpo .lowerblock .title_box {
      position: relative; }
      .page-81nalexpo .lowerblock .title_box:after {
        content: "";
        position: absolute;
        top: -178px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        background-image: url(../images/img-title-obi.png);
        width: 100%;
        height: 383px;
        background-position: center bottom;
        background-repeat: no-repeat; }
      .page-81nalexpo .lowerblock .title_box h2 {
        width: 90%;
        max-width: 1092px;
        margin: auto;
        position: relative;
        z-index: 2; }
        .page-81nalexpo .lowerblock .title_box h2:before {
          content: "";
          position: absolute;
          top: -92px;
          left: -140px;
          background-image: url(../images/img-sakura-cast.png);
          width: 178px;
          height: 221px;
          z-index: -1; }
          @media screen and (max-width: 1325px) {
            .page-81nalexpo .lowerblock .title_box h2:before {
              left: -10%;
              width: 13.44vw;
              height: 16.68vw;
              background-size: contain; } }
        .page-81nalexpo .lowerblock .title_box h2:after {
          content: "";
          position: absolute;
          bottom: -75px;
          right: -106px;
          background-image: url(../images/img-sakura-cast02.png);
          width: 166px;
          height: 187px;
          z-index: -1; }
          @media screen and (max-width: 1325px) {
            .page-81nalexpo .lowerblock .title_box h2:after {
              bottom: -66%;
              right: 0;
              width: 12.51vw;
              height: 14.09vw;
              background-size: contain; } }
        @media screen and (max-width: 1325px) {
          .page-81nalexpo .lowerblock .title_box h2 img {
            width: 58%;
            max-width: 519px;} }
    .page-81nalexpo .lowerblock .block_bg {
      width: calc(95% - 150px);
      max-width: 1030px;
      margin: 70px auto 0;
      padding: 125px 90px 90px 120px;
      background-image: url(../images/img-block-bg_kazari.png), url(../images/img-block-bg.png);
      background-size: 30% auto, 100% 100%;
      background-repeat: no-repeat,no-repeat;
      background-position: 97% 5%,center center; }
      @media screen and (max-width: 1330px) {
        .page-81nalexpo .lowerblock .block_bg {
          background-size: 64% auto, 100% 100%;
          width: calc(95% - 13.6%);
          padding: 9.6% 6.8% 9.6% 7%;
          background-position: 97% 3%,center center; } }
    @media screen and (max-width: 767px) {
      .page-81nalexpo .lowerblock {
        margin-top: 0;
        padding-bottom: 40%; }
        .page-81nalexpo .lowerblock iframe {
          height: 70vw; }
        .page-81nalexpo .lowerblock .title_box:after {
          top: -156%;
          height: 65vw;
          background-size: cover; }
        .page-81nalexpo .lowerblock .title_box h2 {
          max-width: none; }
          .page-81nalexpo .lowerblock .title_box h2:before {
            top: -40%;
            left: -6%; }
          .page-81nalexpo .lowerblock .title_box h2:after {
            bottom: -25%; }
          .page-81nalexpo .lowerblock .title_box h2 img {
            width: 100%;
            max-width: none; }
        .page-81nalexpo .lowerblock .block_bg {
          width: calc(95% - 10%);
          max-width: none;
          margin: 15% auto 0;
          padding: 9.6% 5%; } 
    }
    .page-81nalexpo .lowerblock .lower_inner {
      width: calc(95% - 50px);
      max-width: 930px;
      margin: 0px auto 0;
      padding: 25px 90px 90px 120px; 
    }
      @media screen and (max-width: 1330px) {
        .page-81nalexpo .lowerblock .lower_inner {
          width: calc(95% - 10%);
          max-width: none;
          margin: 0 auto 0;
          padding: 9.6% 5% 0% 5%; 
        } 
      }
      .page-81nalexpo .lowerblock .lower_inner .flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center; 
      }
      @media screen and (max-width: 767px) {
        .page-81nalexpo .lowerblock .lower_inner .flex {
          display: block; } 
      }
  .page-81nalexpo #lower_present h3 {
    text-align: center;
    display: block; }
  .page-81nalexpo #lower_present p .caution {
    font-size: 14px;
    line-height: 145%;
    display: inline-block; }
  @media screen and (max-width: 767px) {
    .page-81nalexpo #lower_present p {
      font-size: 14px; }
      .page-81nalexpo #lower_present p .caution {
        font-size: 12px; } }
  .page-81nalexpo #lower_caution h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px; }
  .page-81nalexpo #lower_caution h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px; }
  .page-81nalexpo #lower_caution ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 40px; }
    .page-81nalexpo #lower_caution ul li {
      margin-bottom: 5px;
      line-height: 140%; }
  @media screen and (max-width: 767px) {
    .page-81nalexpo #lower_caution h3 {
      font-size: 16px; }
    .page-81nalexpo #lower_caution h4 {
      font-size: 14px; }
    .page-81nalexpo #lower_caution li {
      font-size: 13px; } }
  .page-81nalexpo #lower_goods {
    text-align: left; }
    .page-81nalexpo #lower_goods p.caution {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .page-81nalexpo #lower_goods p.caution {
          font-size: 13px; } }
    .page-81nalexpo #lower_goods h3 {
      text-align: center;
      padding: 35px 0 15px 0; }
      @media screen and (max-width: 767px) {
        .page-81nalexpo #lower_goods h3 {
          width: 60%;
          margin: 0 auto;
          padding: 8vw 0 0vw 0; } }
    @media screen and (max-width: 767px) {
      .page-81nalexpo #lower_goods p {
        font-size: 14px; } }
    .page-81nalexpo #lower_goods .goods_btn {
      text-align: center; }
      .page-81nalexpo #lower_goods .goods_btn a {
        margin: 0 10px; }
        @media screen and (max-width: 767px) {
          .page-81nalexpo #lower_goods .goods_btn a {
            width: 80%;
            display: block;
            margin: 0 auto; } }
      .page-81nalexpo #lower_goods .goods_btn.bottom {
        padding-bottom: 40px;
        margin-top: -30px; }
        @media screen and (max-width: 767px) {
          .page-81nalexpo #lower_goods .goods_btn.bottom {
            margin-top: 0; } }
    .page-81nalexpo #lower_goods .goods_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1064px;
      margin: 55px auto 30px auto; }
      .page-81nalexpo #lower_goods .goods_list li.item {
        position: relative;
        background-color: #fff;
        width: 48%;
        box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
        background-image: url(../images/item_loop.png);
        background-size: 100% auto;
        margin: 50px 0 70px 0;
        max-width: 514px; }
        .page-81nalexpo #lower_goods .goods_list li.item h4 {
          z-index: 5;
          position: relative;
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.95), 0px 0px 3px rgba(255, 255, 255, 0.95), 0px 0px 3px rgba(255, 255, 255, 0.95), 0px 0px 3px rgba(255, 255, 255, 0.95), 0px 0px 3px rgba(255, 255, 255, 0.95);
          top: -36px; }
        .page-81nalexpo #lower_goods .goods_list li.item::before {
          z-index: 1;
          content: "";
          position: absolute;
          top: -65px;
          height: 70px;
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-position: top;
          width: 100%;
          background-image: url(../images/item_top.png); }
          @media screen and (max-width: 1040px) {
            .page-81nalexpo #lower_goods .goods_list li.item::before {
              top: -7.5vw;
              height: 8vw;
              background-size: 100% 100%; } }
        .page-81nalexpo #lower_goods .goods_list li.item::after {
          z-index: 1;
          content: "";
          position: absolute;
          bottom: -27px;
          height: 33px;
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-position: bottom;
          width: 100%;
          background-image: url(../images/item_bottom.png); }
          @media screen and (max-width: 1040px) {
            .page-81nalexpo #lower_goods .goods_list li.item::after {
              background-size: 100% 100%; } }
        .page-81nalexpo #lower_goods .goods_list li.item .tag {
          text-align: right;
          padding: 0px 50px 5px 50px; }
          .page-81nalexpo #lower_goods .goods_list li.item .tag span {
            background-color: #d6a932;
            padding: 3px 10px;
            font-size: 14px;
            color: #fff;
            display: inline-block;
            border-radius: 15px;
            margin-left: 10px; }
        .page-81nalexpo #lower_goods .goods_list li.item .img {
          padding: 10px 50px; }
        .page-81nalexpo #lower_goods .goods_list li.item p {
          padding: 10px 50px;
          z-index: 4;
          position: relative;
          margin: 0 auto;
          font-size: 18px; }
          .page-81nalexpo #lower_goods .goods_list li.item p span.small {
            font-size: 14px;
            display: inline-block;
            line-height: 135%; }
          .page-81nalexpo #lower_goods .goods_list li.item p span.large {
            font-size: 25px;
            font-weight: bold; }
      .page-81nalexpo #lower_goods .goods_list li.w100 {
        max-width: 1064px;
        width: 100%;
        background-size: 100% auto;
        background-image: url(../images/item_loop_l.png); }
        .page-81nalexpo #lower_goods .goods_list li.w100::before {
          top: -65px;
          height: 70px;
          background-image: url(../images/item_top_l.png); }
          @media screen and (max-width: 1040px) {
            .page-81nalexpo #lower_goods .goods_list li.w100::before {
              top: -7.5vw;
              height: 8vw;
              background-size: 100% 100%; } }
        .page-81nalexpo #lower_goods .goods_list li.w100::after {
          width: 100%;
          bottom: -27px;
          height: 33px;
          background-image: url(../images/item_bottom_l.png); }
        .page-81nalexpo #lower_goods .goods_list li.w100 .goods_item_inner {
          display: flex; }
          .page-81nalexpo #lower_goods .goods_list li.w100 .goods_item_inner .img {
            width: 50%; }
          .page-81nalexpo #lower_goods .goods_list li.w100 .goods_item_inner .txt {
            width: 50%; }
        .page-81nalexpo #lower_goods .goods_list li.w100 p {
          padding: 10px 50px 10px 10px; }
          .page-81nalexpo #lower_goods .goods_list li.w100 p.left {
            padding: 10px 0px 10px 0px; }
      .page-81nalexpo #lower_goods .goods_list.list1 li.w100::before {
        background-image: url(../images/item_top_l_green.png); }
      @media screen and (max-width: 767px) {
        .page-81nalexpo #lower_goods .goods_list {
          margin: 5vw auto 0vw auto; }
          .page-81nalexpo #lower_goods .goods_list li.item, .page-81nalexpo #lower_goods .goods_list li.w100 {
            margin: 13vw 0 12vw 0;
            width: 100%; }
            .page-81nalexpo #lower_goods .goods_list li.item::before, .page-81nalexpo #lower_goods .goods_list li.w100::before {
              top: -13vw;
              height: 14vw;
              background-image: url(../images/item_top_sp.png); }
            .page-81nalexpo #lower_goods .goods_list li.item::after, .page-81nalexpo #lower_goods .goods_list li.w100::after {
              width: 100%;
              background-size: 100% 100%;
              bottom: -4vw;
              height: 5vw; }
            .page-81nalexpo #lower_goods .goods_list li.item h4, .page-81nalexpo #lower_goods .goods_list li.w100 h4 {
              top: -8vw;
              font-size: 4.4vw;
              padding: 0 3vw; }
            .page-81nalexpo #lower_goods .goods_list li.item .img, .page-81nalexpo #lower_goods .goods_list li.w100 .img {
              padding: 10px 5vw; }
            .page-81nalexpo #lower_goods .goods_list li.item .tag, .page-81nalexpo #lower_goods .goods_list li.w100 .tag {
              padding: 0 5vw; }
              .page-81nalexpo #lower_goods .goods_list li.item .tag span, .page-81nalexpo #lower_goods .goods_list li.w100 .tag span {
                font-size: 3.8vw; }
            .page-81nalexpo #lower_goods .goods_list li.item p, .page-81nalexpo #lower_goods .goods_list li.w100 p {
              font-size: 14px;
              padding: 10px 5vw; }
              .page-81nalexpo #lower_goods .goods_list li.item p span.large, .page-81nalexpo #lower_goods .goods_list li.w100 p span.large {
                font-size: 17px; }
              .page-81nalexpo #lower_goods .goods_list li.item p span.small, .page-81nalexpo #lower_goods .goods_list li.w100 p span.small {
                font-size: 12px; }
          .page-81nalexpo #lower_goods .goods_list li.w100 .goods_item_inner {
            display: block; }
            .page-81nalexpo #lower_goods .goods_list li.w100 .goods_item_inner .img, .page-81nalexpo #lower_goods .goods_list li.w100 .goods_item_inner .txt {
              width: auto; }
            .page-81nalexpo #lower_goods .goods_list li.w100 .goods_item_inner .img {
              padding: 10px 5vw; }
          .page-81nalexpo #lower_goods .goods_list.list1 li.w100::before {
            background-image: url(../images/item_top_sp_green.png); }
          .page-81nalexpo #lower_goods .goods_list.list2 li.w100::before {
            height: 18vw;
            top: -11vw; } }
  .page-81nalexpo .slide {
    /* slide-navigation */ }
    .page-81nalexpo .slide .mainslide {
      position: relative;
      margin: 0;
      padding: 0; }
    .page-81nalexpo .slide .mainslide li {
      position: relative;
      height: 100%;
      transition: all 0.4s ease 0s; }
    .page-81nalexpo .slide .mainslide li::before {
      display: block;
      content: "";
      position: relative;
      overflow: hidden; }
    .page-81nalexpo .slide .mainslide li img {
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      width: 100%; }
    .page-81nalexpo .slide .mainslide > .slick-list,
    .page-81nalexpo .slide .mainslide > .slick-list > .slick-track,
    .page-81nalexpo .slide .mainslide > .slick-list > .slick-track > .slick-slide > div {
      position: relative;
      height: 100%; }
    .page-81nalexpo .slide .thumb {
      position: relative;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
    .page-81nalexpo .slide .thumb li {
      position: relative;
      cursor: pointer;
      overflow: hidden;
      width: 15.2%;
      height: 100%;
      margin: 2% 0.7% 0% 0.7%;
      padding: 0; }
    .page-81nalexpo .slide .thumb li::before {
      display: block;
      padding-top: 70%;
      content: ""; }
    .page-81nalexpo .slide .thumb li img {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      width: 100%; }
    .page-81nalexpo .slide .thumb .current::after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 94%;
      height: 90%;
      content: "";
      opacity: 0.5;
      border: solid 2px #d6a932; }
    .page-81nalexpo .slide .slick-prev, .page-81nalexpo .slide .slick-next {
      width: 34px;
      height: 122px;
      background-size: 100% 100%; }
      .page-81nalexpo .slide .slick-prev:before, .page-81nalexpo .slide .slick-next:before {
        display: none; }
    .page-81nalexpo .slide .slick-next {
      right: -34px;
      background-image: url(../images/img-arrow_r.png); }
    .page-81nalexpo .slide .slick-prev {
      left: -34px;
      background-image: url(../images/img-arrow_l.png); }
  .page-81nalexpo .back_btn {
    text-align: center;
    width: 90%;
    margin: 30px auto 0 auto; }
  .page-81nalexpo .back_btn {
    text-align: center;
    width: 90%;
    margin: 30px auto 0 auto; }

html {
  font-size: 100%;
  font-family: "NotoSerifJP",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  color: #000; }

body {
  position: relative;
  overflow-anchor: none; }

img {
  max-width: 100%;
  flex-shrink: 0; }

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s; }
  a:visited {
    color: #000; }
  a:hover {
    opacity: 0.7; }

* {
  outline: none !important; }

/* keyframes */
@-webkit-keyframes load_obi1 {
  0% {
    top: -60vw;
    left: -148%; }
  100% {
    top: 36.2vw;
    left: -18.8%; } }
@keyframes load_obi1 {
  0% {
    top: -60vw;
    left: -148%; }
  100% {
    top: 36.2vw;
    left: -18.8%; } }
@media screen and (max-width: 767px) {
  @-webkit-keyframes load_obi1 {
    0% {
      top: -31%;
      left: -150%; }
    100% {
      top: 18%;
      left: -25%; } }
  @keyframes load_obi1 {
    0% {
      top: -31%;
      left: -150%; }
    100% {
      top: 18%;
      left: -25%; } } }
@-webkit-keyframes load_obi2 {
  0% {
    top: -68.5vw;
    right: -144.2%; }
  100% {
    top: 34.8vw;
    right: -26.5%; } }
@keyframes load_obi2 {
  0% {
    top: -68.5vw;
    right: -144.2%; }
  100% {
    top: 34.8vw;
    right: -26.5%; } }
@media screen and (max-width: 767px) {
  @-webkit-keyframes load_obi2 {
    0% {
      top: -30%;
      right: -150%; }
    100% {
      top: 20%;
      right: -34%; } }
  @keyframes load_obi2 {
    0% {
      top: -30%;
      right: -150%; }
    100% {
      top: 20%;
      right: -34%; } } }
@-webkit-keyframes loop_obi1 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 282% 0; } }
@keyframes loop_obi1 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 282% 0; } }
@media screen and (max-width: 767px) {
  @-webkit-keyframes loop_obi1 {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 170vw 0; } }
  @keyframes loop_obi1 {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 170vw 0; } } }
.mfp-iframe-holder .mfp-content {
  background-image: url(../images/img-frame.png);
  background-size: contain;
  padding: 30px;
  max-width: 1015px; }
  @media screen and (max-width: 767px) {
    .mfp-iframe-holder .mfp-content {
      padding: 10px;
      width: calc(95% - 20px);
      max-width: none; } }

.mfp-iframe-scaler {
  position: relative;
  overflow: unset; }
  .mfp-iframe-scaler iframe {
    box-shadow: none; }

/* ==========================================================================
   mar/pad
   ========================================================================== */
.mt--0 {
  margin-top: 0px !important; }

.mt--5 {
  margin-top: 5px !important; }

.mt--10 {
  margin-top: 10px !important; }

.mt--20 {
  margin-top: 20px !important; }

.mt--30 {
  margin-top: 30px !important; }

.mt--40 {
  margin-top: 40px !important; }

.mt--50 {
  margin-top: 50px !important; }

.mt--60 {
  margin-top: 60px !important; }

.mt--70 {
  margin-top: 70px !important; }

.mt--80 {
  margin-top: 80px !important; }

.mt--90 {
  margin-top: 90px !important; }

.mt--100 {
  margin-top: 100px !important; }

.mb--0 {
  margin-bottom: 0px !important; }

.mb--5 {
  margin-bottom: 5px !important; }

.mb--10 {
  margin-bottom: 10px !important; }

.mb--20 {
  margin-bottom: 20px !important; }

.mb--30 {
  margin-bottom: 30px !important; }

.mb--40 {
  margin-bottom: 40px !important; }

.mb--50 {
  margin-bottom: 50px !important; }

.mb--60 {
  margin-bottom: 60px !important; }

.mb--70 {
  margin-bottom: 70px !important; }

.mb--80 {
  margin-bottom: 80px !important; }

.mb--90 {
  margin-bottom: 90px !important; }

.mb--100 {
  margin-bottom: 100px !important; }

.mr--0 {
  margin-right: 0px !important; }

.mr--5 {
  margin-right: 5px !important; }

.mr--10 {
  margin-right: 10px !important; }

.mr--20 {
  margin-right: 20px !important; }

.mr--30 {
  margin-right: 30px !important; }

.mr--40 {
  margin-right: 40px !important; }

.mr--50 {
  margin-right: 50px !important; }

.mr--60 {
  margin-right: 60px !important; }

.mr--70 {
  margin-right: 70px !important; }

.mr--80 {
  margin-right: 80px !important; }

.mr--90 {
  margin-right: 90px !important; }

.mr--100 {
  margin-right: 100px !important; }

.ml--0 {
  margin-left: 0px !important; }

.ml--5 {
  margin-left: 5px !important; }

.ml--10 {
  margin-left: 10px !important; }

.ml--20 {
  margin-left: 20px !important; }

.ml--30 {
  margin-left: 30px !important; }

.ml--40 {
  margin-left: 40px !important; }

.ml--50 {
  margin-left: 50px !important; }

.ml--60 {
  margin-left: 60px !important; }

.ml--70 {
  margin-left: 70px !important; }

.ml--80 {
  margin-left: 80px !important; }

.ml--90 {
  margin-left: 90px !important; }

.ml--100 {
  margin-left: 100px !important; }

.pt--0 {
  padding-top: 0px !important; }

.pt--5 {
  padding-top: 5px !important; }

.pt--10 {
  padding-top: 10px !important; }

.pt--15 {
  padding-top: 15px !important; }

.pt--20 {
  padding-top: 20px !important; }

.pt--30 {
  padding-top: 30px !important; }

.pt--40 {
  padding-top: 40px !important; }

.pt--50 {
  padding-top: 50px !important; }

.pt--60 {
  padding-top: 60px !important; }

.pt--70 {
  padding-top: 70px !important; }

.pt--80 {
  padding-top: 80px !important; }

.pt--90 {
  padding-top: 90px !important; }

.pt--100 {
  padding-top: 100px !important; }

.pb--0 {
  padding-bottom: 0px !important; }

.pb--5 {
  padding-bottom: 5px !important; }

.pb--10 {
  padding-bottom: 10px !important; }

.pb--20 {
  padding-bottom: 20px !important; }

.pb--30 {
  padding-bottom: 30px !important; }

.pb--40 {
  padding-bottom: 40px !important; }

.pb--50 {
  padding-bottom: 50px !important; }

.pb--60 {
  padding-bottom: 60px !important; }

.pb--70 {
  padding-bottom: 70px !important; }

.pb--80 {
  padding-bottom: 80px !important; }

.pb--90 {
  padding-bottom: 90px !important; }

.pb--100 {
  padding-bottom: 100px !important; }

.pr--0 {
  padding-right: 0px !important; }

.pr--5 {
  padding-right: 5px !important; }

.pr--10 {
  padding-right: 10px !important; }

.pr--20 {
  padding-right: 20px !important; }

.pr--30 {
  padding-right: 30px !important; }

.pr--40 {
  padding-right: 40px !important; }

.pr--50 {
  padding-right: 50px !important; }

.pr--60 {
  padding-right: 60px !important; }

.pr--70 {
  padding-right: 70px !important; }

.pr--80 {
  padding-right: 80px !important; }

.pr--90 {
  padding-right: 90px !important; }

.pr--100 {
  padding-right: 100px !important; }

.pl--0 {
  padding-left: 0px !important; }

.pl--5 {
  padding-left: 5px !important; }

.pl--10 {
  padding-left: 10px !important; }

.pl--20 {
  padding-left: 20px !important; }

.pl--30 {
  padding-left: 30px !important; }

.pl--40 {
  padding-left: 40px !important; }

.pl--50 {
  padding-left: 50px !important; }

.pl--60 {
  padding-left: 60px !important; }

.pl--70 {
  padding-left: 70px !important; }

.pl--80 {
  padding-left: 80px !important; }

.pl--90 {
  padding-left: 90px !important; }

.pl--100 {
  padding-left: 100px !important; }

/* ==========================================================================
   全ページ共通
   ========================================================================== */
.sp-only {
  display: none !important; }

.sp-only__inline {
  display: none !important; }

.sp-only__flex {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; }

  .sp-only {
    display: block !important; }

  .sp-only__inline {
    display: inline-block !important; }

  .sp-only__flex {
    display: flex !important; } }
