@charset "UTF-8";
@import "../js/boxer/jquery.fs.boxer.css";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarpanch:wght@400;500;600;700;800;900&display=swap");
/* all device
-------------------------------------------------- */
@media all {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
  }
  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;
  }
  input[type=radio],
input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    margin: 0px 0.8em;
    border: none;
    cursor: pointer;
  }
  input[type=radio]::before,
input[type=checkbox]::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  input[type=radio]:checked,
input[type=checkbox]:checked {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #52cc87;
    -webkit-animation: zoom 0.4s forwards;
            animation: zoom 0.4s forwards;
  }
  input[type=radio]:checked::before,
input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    background-image: url(../images/icon/ico_check_1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  @-webkit-keyframes zoom {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes zoom {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  input, label {
    vertical-align: middle;
    margin: 0px;
    -webkit-appearance: none;
  }
  input[type=text],
input[type=password],
input[type=tel],
input[type=email],
textarea {
    width: 100%;
    margin: 0px;
    border: 2px solid #aaa;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
  }
  .accompany {
    color: #1f66a3;
  }
  .example {
    color: #999;
  }
  .attention {
    color: #666;
  }
  .est {
    color: #c00;
  }
  .ruleBase {
    margin: 0px auto;
    border: 1px solid #ccc;
    overflow: auto;
    text-align: left;
  }
  .btnArea {
    text-align: center;
  }
  .btnArea li {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .btnArea li input {
    vertical-align: top;
  }
  .titError {
    margin-bottom: 10px;
  }
  .titError img {
    height: 50px;
    width: auto;
  }
  .errorCol input[type=text],
.errorCol input[type=password],
.errorCol textarea {
    border: 2px solid #aaa;
    background-color: #fee;
  }
  .errSec ul li {
    position: relative;
  }
  .errSec ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    background-image: url("../images/icon/ico_error.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  html {
    height: 100%;
    font-size: 62.5%;
  }
  body {
    background-color: #222;
    height: 100%;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #eee;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  a {
    color: #BBCF37;
    text-decoration: none;
    text-decoration: underline;
  }
  a:hover, a:active, a:focus {
    color: #e5edb2;
  }
  a:focus, *:focus {
    outline: none;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #666;
  }
  table th {
    border-collapse: collapse;
    border: 1px solid #666;
    padding: 7px 10px;
    text-align: center;
    background-color: #333;
    color: #eee;
    font-weight: normal;
  }
  table td {
    border-collapse: collapse;
    border: 1px solid #666;
    padding: 7px 10px;
  }
  em {
    font-style: normal;
    font-weight: bold;
  }
  sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
  }
  sup {
    bottom: 1ex;
  }
  sub {
    top: 0.5ex;
  }
  div#wrapper {
    width: 100%;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 5000;
  }
  header #headerContents {
    margin: 0px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header #mainLogoBase {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header #mainLogoBase a {
    color: #eee;
    text-decoration: none;
    display: block;
  }
  header #mainLogoBase a:hover, header #mainLogoBase a:active, header #mainLogoBase a:focus {
    color: #eeeeee;
  }
  header #mainLogoBase img {
    display: block;
    margin: 0 auto;
  }
  footer {
    clear: both;
    width: 100%;
    background-color: #333;
    position: relative;
    z-index: 100;
  }
  footer #footerContents {
    margin: 0px auto;
    color: #BBCF37;
  }
  footer #footerLogoBase {
    text-align: center;
  }
  footer #footerLogoBase img {
    display: inline-block;
    height: auto;
    opacity: 0.35;
  }
  footer .footerCntBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  footer .footerCntBlock .title {
    font-family: "Sarpanch", sans-serif;
    color: #2a2f0b;
  }
  .footerMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footerMenu ul li {
    font-family: "Sarpanch", sans-serif;
    font-weight: 600;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footerMenu ul li a {
    color: #BBCF37;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .footerMenu ul li a:hover, .footerMenu ul li a:active, .footerMenu ul li a:focus {
    color: #bbcf37;
  }
  .footerMenu ul li a:hover {
    opacity: 0.6;
  }
  #copyrightBase {
    text-align: center;
  }
  #copyright {
    color: #aaa;
  }
  #powerd {
    color: rgba(170, 170, 170, 0.7);
  }
  #powerd a {
    color: rgba(170, 170, 170, 0.7);
    text-decoration: none;
  }
  #powerd a:hover, #powerd a:active, #powerd a:focus {
    color: rgba(170, 170, 170, 0.7);
  }
  #footerPush {
    width: 100%;
  }
  #floatingGoTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 5000;
  }
  #floatingGoTop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: rgba(187, 207, 55, 0.5);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 9999px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  #floatingGoTop a br {
    display: none;
  }
  #floatingGoTop a:hover {
    opacity: 0.6;
  }
  #floatingGoTop a::after {
    content: "";
    display: block;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  @-webkit-keyframes hoverFlash {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0.3;
    }
  }
  @keyframes hoverFlash {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0.3;
    }
  }
  #crumbList {
    border-bottom: 1px solid #ddd;
  }
  #crumbList ul {
    display: block;
    position: relative;
    margin: 0px auto;
    padding: 0px 10px;
    background-color: #f3f3f3;
    padding: 12px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #crumbList ul::after {
    content: "";
    display: block;
    clear: both;
  }
  #crumbList li {
    display: inline;
    padding-left: 3em;
    margin-left: 1.8em;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: auto;
    background: url("../images/icon/ico_crumb.svg") no-repeat left center;
    background-size: auto 14px;
  }
  #crumbList li#crumbHome {
    margin: 0px;
    padding: 0px;
    padding-left: 26px;
    background: url("../images/icon/ico_crumb_home_1.svg") no-repeat left center;
    background-size: auto 14px;
  }
  #crumbList li a:link, #crumbList li a:visited {
    text-decoration: none;
    color: #666;
  }
  #crumbList li a:hover {
    text-decoration: underline;
  }
  .cntTitleType1 {
    font-family: "Sarpanch", sans-serif;
    color: #F4DA24;
  }
  .cntTitleType2 {
    font-family: "Sarpanch", sans-serif;
    background-color: #BBCF37;
    color: #555;
  }
  .cntTitleType3 {
    font-family: "Sarpanch", sans-serif;
    color: #BBCF37;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cntTitleType3:before, .cntTitleType3:after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    height: 1px;
    background-color: #BBCF37;
  }
  .secTitleType1 {
    font-family: "Sarpanch", sans-serif;
    font-weight: 600;
    color: #BBCF37;
    text-align: center;
    z-index: 1;
  }
  .secTitleType1.titLong {
    letter-spacing: 0;
  }
  .secTitleType2 {
    font-family: "Sarpanch", sans-serif;
    color: #BBCF37;
    font-weight: 500;
  }
  .secTitleType3 {
    font-weight: bold;
    color: #658D0B;
  }
  .secTitlePage {
    font-family: "Sarpanch", sans-serif;
    font-weight: 600;
    color: #BBCF37;
    text-align: center;
    z-index: 1;
  }
  .secTitlePage.titLong {
    letter-spacing: 0;
  }
  .secTitlePageSub {
    font-weight: bold;
    color: #C4AD38;
    text-align: center;
  }
  .titSub {
    color: #C4AD38;
    background-color: #333;
  }
  .titFreePage {
    text-align: center;
  }
  /* レイアウト*/
  .secInner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .emptyBox {
    text-align: center;
    border: 2px dotted #ccc;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .linkStyle1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-right: 20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #eee;
    text-decoration: none;
  }
  .linkStyle1:hover {
    opacity: 0.6;
  }
  .linkStyle1:hover, .linkStyle1:active, .linkStyle1:focus {
    color: #eeeeee;
  }
  .linkStyle1::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 0px;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border: 2px solid #eee;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn1 {
    padding: 0;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    text-align: center;
  }
  .btn1 * {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .btn1 .btnText {
    position: relative;
    z-index: 3;
    top: 0;
    -webkit-transition-duration: 0.1s;
         -o-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  .btn1 .btnFace {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #111;
    -webkit-transition-duration: 0.1s;
         -o-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btn1 .btnFace::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F4DA24;
    -webkit-transform: scaleY(1.1) perspective(4em) rotateX(6deg);
            transform: scaleY(1.1) perspective(4em) rotateX(6deg);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition-duration: 0.1s;
         -o-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  .btn1 .btnFace::after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    background-color: #dac00b;
    -webkit-transform: perspective(1em) rotateX(-6deg);
            transform: perspective(1em) rotateX(-6deg);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transition-duration: 0.1s;
         -o-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  .btn1.long {
    letter-spacing: 0;
  }
  .btn2 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 15px 30px;
    color: #F4DA24;
    background-color: transparent;
    border: 2px solid #F4DA24;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0px;
    color: #F4DA24;
    text-decoration: none;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
  }
  .btn2:hover {
    color: #F4DA24;
  }
  .btn2:active {
    color: #F4DA24;
  }
  .btn2:visited {
    color: #F4DA24;
  }
  .btn2:focus {
    color: #F4DA24;
  }
  .btn2:hover {
    color: #F4DA24;
    background-color: transparent;
    border: 2px solid #F4DA24;
  }
  .btn2::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border: 2px solid #F4DA24;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn2:hover {
    opacity: 0.7;
  }
  .btnPrev1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 15px 30px;
    color: #BBCF37;
    background-color: transparent;
    border: 2px solid #BBCF37;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0px;
    color: #BBCF37;
    text-decoration: none;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    padding: 0;
    font-weight: bold;
  }
  .btnPrev1:hover {
    color: #BBCF37;
  }
  .btnPrev1:active {
    color: #BBCF37;
  }
  .btnPrev1:visited {
    color: #BBCF37;
  }
  .btnPrev1:focus {
    color: #BBCF37;
  }
  .btnPrev1:hover {
    color: #BBCF37;
    background-color: transparent;
    border: 2px solid #BBCF37;
  }
  .btnPrev1::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    background-image: url(../images/icon/ico_arrow_2_rev.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .btnPrev1.long {
    letter-spacing: 0;
  }
  .btnPrev1:hover {
    opacity: 0.7;
  }
  .btnReserve1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    white-space: nowrap;
    background-color: #C4AD38;
    color: #fff;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .btnReserve1:hover, .btnReserve1:active, .btnReserve1:focus {
    color: white;
  }
  .btnReserve1:hover {
    opacity: 0.6;
  }
  .btnReserve1 .mark {
    font-family: "Sarpanch", sans-serif;
    height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.3;
    padding: 0px 20px;
    background-color: #F6ECB6;
  }
  .btnReserve1 .text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: auto;
    height: 40px;
    line-height: 40px;
    padding: 0px 35px 0px 20px;
  }
  .btnReserve1 .text::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    margin-top: -4.8px;
    width: 8px;
    height: 8px;
    border: 2px solid #F6ECB6;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btnForm1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 15px 30px;
    color: #fff;
    background-color: #F4DA24;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
  }
  .btnForm1:hover {
    color: #fff;
  }
  .btnForm1:active {
    color: #fff;
  }
  .btnForm1:visited {
    color: #fff;
  }
  .btnForm1:focus {
    color: #fff;
  }
  .btnForm1:hover {
    color: #fff;
    background-color: #F4DA24;
    border: none;
  }
  .btnForm1::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btnForm1:hover {
    opacity: 0.7;
  }
  .btnFormReturn1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 15px 30px;
    color: #fff;
    background-color: #999;
    border: none;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
  }
  .btnFormReturn1:hover {
    color: #fff;
  }
  .btnFormReturn1:active {
    color: #fff;
  }
  .btnFormReturn1:visited {
    color: #fff;
  }
  .btnFormReturn1:focus {
    color: #fff;
  }
  .btnFormReturn1:hover {
    color: #fff;
    background-color: #999;
    border: none;
  }
  .btnFormReturn1::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 25px;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .btnFormReturn1:hover {
    opacity: 0.7;
  }
  .btnHeader1 {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    padding: 15px 30px;
    color: #F4DA24;
    background-color: transparent;
    border: 2px solid #F4DA24;
    font-size: 100%;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0px;
    color: #F4DA24;
    text-decoration: none;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    font-weight: bold;
  }
  .btnHeader1:hover {
    color: #F4DA24;
  }
  .btnHeader1:active {
    color: #F4DA24;
  }
  .btnHeader1:visited {
    color: #F4DA24;
  }
  .btnHeader1:focus {
    color: #F4DA24;
  }
  .btnHeader1:hover {
    color: #F4DA24;
    background-color: transparent;
    border: 2px solid #F4DA24;
  }
  .btnHeader1::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border: 2px solid #F4DA24;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btnHeader1:hover {
    opacity: 0.7;
  }
  .list1 > li {
    display: block;
    padding-left: 1.5em;
    margin-bottom: 5px;
  }
  .list1 > li::before {
    display: block;
    float: left;
    content: "●";
    margin-left: -1.5em;
    width: 1em;
    text-align: center;
  }
  .dList1 > dt {
    display: block;
    padding-left: 1.5em;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .dList1 > dt::before {
    display: block;
    float: left;
    content: "■";
    margin-left: -1.5em;
    width: 1em;
    text-align: center;
  }
  .dList1 > dd {
    margin-bottom: 2em;
  }
  .dList1 > dd:last-child {
    margin-bottom: 0;
  }
  .genBannerSec {
    background-color: #BBCF37;
  }
  .genBannerSec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .genBannerSec ul li {
    display: block;
  }
  .genBannerSec ul li a {
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .genBannerSec ul li a:hover {
    opacity: 0.6;
  }
  .genBannerSec ul li img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  /* テーブル */
  .paragraph {
    margin-top: 0.8em;
  }
  .acdSec {
    position: relative;
    display: block;
  }
  .acdSec .switch {
    cursor: pointer;
    position: relative;
  }
  .acdSec .switch::after, .acdSec .switch::before {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    right: 20px;
    top: 50%;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -10.3px;
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);
    content: "";
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .acdSec .switch::after {
    border-top: 3px solid #999;
  }
  .acdSec .switch::before {
    border-right: 3px solid #999;
  }
  .acdSec .switch.active::after, .acdSec .switch.active::before {
    margin-top: -3.7px;
  }
  .acdSec .switch.active::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .acdSec .switch.active::before {
    -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  .acdSec .contents {
    display: none;
  }
  .bannerList1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .bannerList1 ul li {
    display: block;
  }
  .bannerList1 ul li a {
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .bannerList1 ul li a:hover {
    opacity: 0.6;
  }
  .bannerList1 ul li img {
    width: 100%;
    vertical-align: top;
  }
  .recordList1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
  }
  .recordList1::before, .recordList1::after {
    content: "";
    display: block;
  }
  .recordList1::before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .recordList1 section {
    display: block;
  }
  .recordList1 section a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #eee;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .recordList1 section a:hover, .recordList1 section a:active, .recordList1 section a:focus {
    color: #eeeeee;
  }
  .recordList1 section a:hover {
    opacity: 0.6;
  }
  .recordList1 section .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .recordList2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
  }
  .recordList2 section {
    display: block;
  }
  .recordList2 section iframe,
.recordList2 section img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .recordList2 section a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #eee;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .recordList2 section a:hover, .recordList2 section a:active, .recordList2 section a:focus {
    color: #eeeeee;
  }
  .recordList2 section a:hover {
    opacity: 0.6;
  }
  .recordList3 section {
    border-bottom: 1px solid #454545;
  }
  .recordList3 section a {
    display: block;
    color: #eee;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .recordList3 section a:hover, .recordList3 section a:active, .recordList3 section a:focus {
    color: #a2a2a2;
  }
  .recordListFooter {
    padding-top: 50px;
  }
  #bnrSec {
    border-top: 2px solid #8E8038;
  }
  .itemList1 section {
    width: 100%;
  }
  .itemList1 section::after {
    content: "";
    display: block;
    clear: both;
  }
  .itemList1 section:first-child {
    padding-top: 0;
    border: none;
  }
  .itemList1 section .photo img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
  .itemList1 section .photo .noImage {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    width: 100%;
    padding-top: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/general/img_no_image_1.png);
    text-align: center;
  }
  .itemList1 section .textBase .itemKind {
    color: #666;
  }
  .itemList1 section .textBase .infoBase {
    background-color: #333;
  }
  .itemList1 section .textBase .itemContents {
    word-break: break-all;
  }
  .itemList1 section .textBase .btnBase {
    text-align: right;
  }
  .itemList2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
  }
  .itemList2 section {
    display: block;
  }
  .itemList2 section a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #eee;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .itemList2 section a:hover, .itemList2 section a:active, .itemList2 section a:focus {
    color: #eeeeee;
  }
  .itemList2 section a:hover {
    opacity: 0.6;
  }
  .itemList2 section .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .itemList2 section .image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .itemList2 section .image .noImage {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/general/img_no_image_1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .itemList2 section .name {
    font-weight: bold;
  }
  .itemList2 section .info {
    letter-spacing: 0;
  }
  .linkList1 dl {
    display: block;
  }
  .linkList1 dl dt {
    display: block;
    color: #C4AD38;
    background-color: #333;
  }
  .linkList1 dl dd {
    display: block;
  }
  /* pager */
  .pagerSec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
  }
  .pagerSec ul li {
    padding: 5px 5px;
  }
  .pagerSec ul li a, .pagerSec ul li .thisPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 0px;
    border-radius: 5px;
    font-size: 15px;
    background: #BBCF37;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pagerSec ul li a:hover {
    background-color: #F4DA24;
  }
  .pagerSec ul li .thisPage {
    background-color: rgba(187, 207, 55, 0.5);
    color: #fff;
  }
  .returnBtnBase {
    text-align: right;
    margin-bottom: 30px;
  }
  .newMark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #c44;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    padding: 4px 8px;
    vertical-align: baseline;
    top: 0px;
    margin-left: 8px;
  }
  .newMark.left {
    margin-left: 0px;
    margin-right: 8px;
  }
  .soldMark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #c44;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    padding: 4px 8px;
    vertical-align: baseline;
    top: -2px;
    margin-left: 8px;
  }
  .recordBase .title {
    font-weight: bold;
  }
  .recordBase .contents .photo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #kvMovieSec img {
    display: block;
    width: 100%;
    height: auto;
  }
  #topCntPanel {
    background-color: #222;
  }
  #kvSingleSec {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #kvSingleSec img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #kvSingleSec a {
    display: block;
  }
  #topNewsSec .btnBase {
    text-align: center;
  }
  #topMediaSec .btnBase {
    text-align: center;
  }
  #topSnsSec {
    background-color: #333;
  }
  #topSnsSec .snsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  #topSnsSec .snsBase {
    width: 100%;
  }
  #topMovieSec .btnBase {
    text-align: center;
  }
  #topDiscoSec {
    background-color: #222;
  }
  #topDiscoSec .btnBase {
    text-align: center;
  }
  #topStreamSec {
    background-color: #BBCF37;
  }
  #topScheduleSec {
    background-image: url(../images/bkg/bkg_1.png);
    background-repeat: repeat;
    background-position: left top;
    background-size: 1200px auto;
  }
  .topSchedulePanel {
    word-break: break-all;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .nextBlock .venueDateBase .date {
    font-family: "Sarpanch", sans-serif;
    font-weight: 600;
  }
  .nextBlock .venueDateBase .date .year {
    display: inline-block;
  }
  .nextBlock .venueDateBase .date .day {
    display: inline-block;
    letter-spacing: 0.05em;
  }
  .nextBlock .venueDateBase .date .wDay {
    display: inline-block;
  }
  .nextBlock .venueDateBase .date .dist {
    display: inline-block;
    position: relative;
  }
  .topSubseqList section {
    border-bottom: 1px solid #777;
  }
  .topSubseqList section a {
    color: #eee;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    display: block;
  }
  .topSubseqList section a:hover, .topSubseqList section a:active, .topSubseqList section a:focus {
    color: white;
  }
  .topSubseqList section .date {
    font-family: "Sarpanch", sans-serif;
    font-weight: 600;
  }
  .topSubseqList section .date .dist {
    display: inline-block;
    font-size: 65%;
    position: relative;
    bottom: 2px;
    padding: 0 2px;
  }
  .topSubseqList section .info .venue {
    font-weight: bold;
  }
  .topSubseqList section .info .title {
    color: #aaa;
  }
  #profileSec .photoBase {
    text-align: center;
  }
  #profileSec .photoBase img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
  }
  #profileSec .contents {
    padding-top: 30px;
  }
  .memberList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .memberList section {
    text-align: center;
  }
  .memberList section a {
    display: block;
    color: #eee;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .memberList section a:hover, .memberList section a:active, .memberList section a:focus {
    color: #eeeeee;
  }
  .memberList section a:hover {
    opacity: 0.7;
  }
  .memberList section .photo {
    width: 90%;
    padding-top: 90%;
    border-radius: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .memberList section .name {
    font-weight: bold;
  }
  .memberList section .part {
    color: #666;
  }
  .memberSec .photo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .memberSec .contents .part {
    color: #666;
  }
  .memberSec .contents .specList {
    word-break: break-all;
  }
  .memberSec .contents .specList dl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .memberSec .contents .specList dl dt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
  }
  .memberSec .btnBase {
    text-align: right;
  }
  #newsSec .pagerBase {
    padding-top: 40px;
  }
  .bioList section .date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #BBCF37;
  }
  .bioList section .date::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ccc;
    margin-left: 20px;
  }
  .bioList section .contents .title {
    font-weight: bold;
  }
  .bioList section .contents .image {
    text-align: center;
  }
  .bioList section .contents .image img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .scheduleModeSec {
    text-align: center;
  }
  .scheduleModeSec ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .scheduleModeSec ul li {
    width: 48%;
    font-weight: bold;
  }
  .scheduleModeSec ul li > a, .scheduleModeSec ul li > span {
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #eee;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .scheduleModeSec ul li > a:hover, .scheduleModeSec ul li > a:active, .scheduleModeSec ul li > a:focus, .scheduleModeSec ul li > span:hover, .scheduleModeSec ul li > span:active, .scheduleModeSec ul li > span:focus {
    color: white;
  }
  .scheduleModeSec ul li > a.past span, .scheduleModeSec ul li > a.future span, .scheduleModeSec ul li > span.past span, .scheduleModeSec ul li > span.future span {
    position: relative;
  }
  .scheduleModeSec ul li > a.past span::before, .scheduleModeSec ul li > a.future span::before, .scheduleModeSec ul li > span.past span::before, .scheduleModeSec ul li > span.future span::before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    background-color: #BBCF37;
    top: 50%;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .scheduleModeSec ul li > a.past span::after, .scheduleModeSec ul li > a.future span::after, .scheduleModeSec ul li > span.past span::after, .scheduleModeSec ul li > span.future span::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #BBCF37;
    top: 50%;
    margin-top: -4px;
    border-right: none;
    border-top: none;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .scheduleModeSec ul li > a.active, .scheduleModeSec ul li > span.active {
    border-bottom: 2px solid #F4DA24;
  }
  .scheduleList {
    border-top: 1px solid #ccc;
  }
  .scheduleList section {
    border-bottom: 1px solid #ccc;
  }
  .scheduleList section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #eee;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .scheduleList section a:hover, .scheduleList section a:active, .scheduleList section a:focus {
    color: #eeeeee;
  }
  .scheduleList section a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border: 2px solid #F4DA24;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .scheduleList section a:hover {
    opacity: 0.7;
  }
  .scheduleList section a:hover::after {
    right: 15px;
  }
  .scheduleList section .date {
    font-weight: bold;
  }
  .scheduleList section .date .wDay {
    margin-left: 0.5em;
  }
  .scheduleList section .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .scheduleDetailSec {
    word-break: break-all;
  }
  .scheduleDetailSec .scheduleDetailHeader .date .wDay {
    margin-left: 0.5em;
  }
  .scheduleDetailSec .scheduleDetailHeader .place {
    font-weight: bold;
  }
  .scheduleDetail {
    word-break: break-all;
  }
  .scheduleDetail .overviewBlock .image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .scheduleDetail .infoBlock dl dt {
    font-weight: bold;
  }
  .placeSec .mapBase iframe {
    width: 100%;
  }
  .rsvBtnBase {
    padding: 8px 0;
  }
  .snsBtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .albumList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .albumList section {
    display: block;
  }
  .albumList section a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .albumList section a:hover {
    opacity: 0.6;
  }
  .albumList section .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(187, 207, 55, 0.6);
    color: #fff;
    text-align: left;
  }
  .albumName {
    text-align: center;
  }
  .photoList {
    width: 100%;
  }
  .photoList ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .photoList ul::before {
    content: "";
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .photoList ul::after {
    content: "";
    display: block;
  }
  .photoList ul li a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .photoList ul li a:hover {
    opacity: 0.6;
  }
  .photoList ul li a::after {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .formInfo {
    border: 1px solid #ccc;
    background-color: #fcfcfc;
  }
  .formInfo .title {
    font-weight: bold;
  }
  #pageGuide .pageCopy {
    font-weight: bold;
  }
  #pageGuide .guideDocsBase {
    text-align: center;
  }
  #pageGuide .guideDocsBase img {
    vertical-align: bottom;
    height: auto;
  }
  .guideArticle section .secTitle {
    font-weight: bold;
    color: #BBCF37;
    border-top: 1px solid #eee;
  }
  .guideArticle section .secTitle span {
    display: inline-block;
    border-top: 2px solid #C4AD38;
    margin-top: -1px;
    padding: 0 0.3em;
  }
  .kvSliderSec .swiper-container .swiper-slide a {
    display: block;
  }
  .kvSliderSec .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
  .kvSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #ddd;
  }
  .kvSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
    background-color: #F4DA24;
  }
  .bnrSliderSec .swiper-container .swiper-slide {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    -webkit-transform-origin: center top !important;
        -ms-transform-origin: center top !important;
            transform-origin: center top !important;
  }
  .bnrSliderSec .swiper-container .swiper-slide .slideInner {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    -webkit-transition-duration: 0.6s !important;
         -o-transition-duration: 0.6s !important;
            transition-duration: 0.6s !important;
    position: relative;
    overflow: hidden;
  }
  .bnrSliderSec .swiper-container .swiper-slide a {
    display: block;
  }
  .bnrSliderSec .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
  .bnrSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #ddd;
    opacity: 1;
    border-radius: 0;
  }
  .bnrSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F4DA24;
  }
  .bnrSliderSec .swiper-container .swiper-button-prev {
    left: 3%;
  }
  .bnrSliderSec .swiper-container .swiper-button-next {
    right: 3%;
  }
  .cntSliderSec .swiper-container .swiper-slide {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    -webkit-transform-origin: center top !important;
        -ms-transform-origin: center top !important;
            transform-origin: center top !important;
  }
  .cntSliderSec .swiper-container .swiper-slide .slideInner {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    -webkit-transition-duration: 0.6s !important;
         -o-transition-duration: 0.6s !important;
            transition-duration: 0.6s !important;
    position: relative;
    overflow: hidden;
  }
  .cntSliderSec .swiper-container .swiper-slide a {
    display: block;
  }
  .cntSliderSec .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cntSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #ddd;
    opacity: 1;
    border-radius: 0;
  }
  .cntSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F4DA24;
  }
  .cntSliderSec .swiper-container .swiper-button-prev {
    left: 3%;
  }
  .cntSliderSec .swiper-container .swiper-button-next {
    right: 3%;
  }
  #loadingCoverSec {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 99999999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #loadingCoverSec .markBase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #loadingCoverSec .markBase .mark {
    display: block;
  }
  #loadingCoverSec .markBase .markImage {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-animation: logoRotation 2s infinite;
            animation: logoRotation 2s infinite;
  }
  #loadingCoverSec .typeBase {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
  }
  #loadingCoverSec .typeBase .type {
    display: block;
    -webkit-animation: loadingText 1s infinite;
            animation: loadingText 1s infinite;
  }
  #loadingCoverSec .typeBase .type::after {
    content: "";
    -webkit-animation: loadingTextAfter 1s infinite;
            animation: loadingTextAfter 1s infinite;
  }
  #loadingCoverSec .typeBase .type::before {
    content: "";
    opacity: 0;
    -webkit-animation: loadingTextAfter 1s infinite;
            animation: loadingTextAfter 1s infinite;
  }
  #loadingCoverSec.hide {
    -webkit-animation: loadingBase 1s 0.7s forwards;
            animation: loadingBase 1s 0.7s forwards;
  }
  #loadingCoverSec.hide .markBase {
    opacity: 0;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #loadingCoverSec.hide .markBase .mark {
    -webkit-animation: loadingMarkComplete 0.6s 0.3s forwards;
            animation: loadingMarkComplete 0.6s 0.3s forwards;
  }
  #loadingCoverSec.hide .typeBase {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  #loadingCoverSec.hide .typeBase .type {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  @-webkit-keyframes logoRotation {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes logoRotation {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes loadingText {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0.6;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes loadingText {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0.6;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes loadingTextAfter {
    0% {
      content: ".";
    }
    33% {
      content: "..";
    }
    66% {
      content: "...";
    }
    100% {
      content: "";
    }
  }
  @keyframes loadingTextAfter {
    0% {
      content: ".";
    }
    33% {
      content: "..";
    }
    66% {
      content: "...";
    }
    100% {
      content: "";
    }
  }
  @-webkit-keyframes loadingBase {
    99% {
      opacity: 0;
      -webkit-transform: translateY(0vh);
              transform: translateY(0vh);
    }
    100% {
      -webkit-transform: translateY(-400vh);
              transform: translateY(-400vh);
    }
  }
  @keyframes loadingBase {
    99% {
      opacity: 0;
      -webkit-transform: translateY(0vh);
              transform: translateY(0vh);
    }
    100% {
      -webkit-transform: translateY(-400vh);
              transform: translateY(-400vh);
    }
  }
  @-webkit-keyframes loadingMarkComplete {
    99% {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
  }
  @keyframes loadingMarkComplete {
    99% {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
  }
  #secMaintenance {
    text-align: center;
  }
  #maintenanceLogo a {
    color: #eee;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  #maintenanceLogo a:hover, #maintenanceLogo a:active, #maintenanceLogo a:focus {
    color: #eeeeee;
  }
  #maintenanceLogo a:hover {
    opacity: 0.7;
  }
  #maintenanceLogo img {
    display: block;
    width: auto;
    height: auto;
  }
  #pageMaintenance #wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  #pageMaintenance #contents {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #pageMaintenance footer {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #pageMaintenance footer #copyrightBase {
    position: relative;
    top: auto;
    bottom: auto;
    padding: 0;
    margin: 0;
  }
  .font10 {
    font-size: 10px !important;
    font-size: 1rem !important;
    line-height: auto !important;
  }
  .font11 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    line-height: auto !important;
  }
  .font12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: auto !important;
  }
  .font13 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    line-height: auto !important;
  }
  .font14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: auto !important;
  }
  .font15 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: auto !important;
  }
  .font16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: auto !important;
  }
  .font17 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
    line-height: auto !important;
  }
  .font18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: auto !important;
  }
  .font19 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
    line-height: auto !important;
  }
  .font20 {
    font-size: 20px !important;
    font-size: 2rem !important;
    line-height: auto !important;
  }
  .font21 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
    line-height: auto !important;
  }
  .font22 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
    line-height: auto !important;
  }
  .font23 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
    line-height: auto !important;
  }
  .font24 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
    line-height: auto !important;
  }
  .font25 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
    line-height: auto !important;
  }
  .font26 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
    line-height: auto !important;
  }
  .font27 {
    font-size: 27px !important;
    font-size: 2.7rem !important;
    line-height: auto !important;
  }
  .font28 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
    line-height: auto !important;
  }
  .font29 {
    font-size: 29px !important;
    font-size: 2.9rem !important;
    line-height: auto !important;
  }
  .font30 {
    font-size: 30px !important;
    font-size: 3rem !important;
    line-height: auto !important;
  }
  .fontWB {
    font-weight: bold !important;
  }
  .fontWN {
    font-weight: normal !important;
  }
  .fontUL {
    text-decoration: underline !important;
  }
  .marL1 {
    margin-left: 1px !important;
  }
  .marR1 {
    margin-right: 1px !important;
  }
  .marT1 {
    margin-top: 1px !important;
  }
  .marB1 {
    margin-bottom: 1px !important;
  }
  .marA1 {
    margin: 1px !important;
  }
  .marL2 {
    margin-left: 2px !important;
  }
  .marR2 {
    margin-right: 2px !important;
  }
  .marT2 {
    margin-top: 2px !important;
  }
  .marB2 {
    margin-bottom: 2px !important;
  }
  .marA2 {
    margin: 2px !important;
  }
  .marL3 {
    margin-left: 3px !important;
  }
  .marR3 {
    margin-right: 3px !important;
  }
  .marT3 {
    margin-top: 3px !important;
  }
  .marB3 {
    margin-bottom: 3px !important;
  }
  .marA3 {
    margin: 3px !important;
  }
  .marL4 {
    margin-left: 4px !important;
  }
  .marR4 {
    margin-right: 4px !important;
  }
  .marT4 {
    margin-top: 4px !important;
  }
  .marB4 {
    margin-bottom: 4px !important;
  }
  .marA4 {
    margin: 4px !important;
  }
  .marL5 {
    margin-left: 5px !important;
  }
  .marR5 {
    margin-right: 5px !important;
  }
  .marT5 {
    margin-top: 5px !important;
  }
  .marB5 {
    margin-bottom: 5px !important;
  }
  .marA5 {
    margin: 5px !important;
  }
  .marL6 {
    margin-left: 6px !important;
  }
  .marR6 {
    margin-right: 6px !important;
  }
  .marT6 {
    margin-top: 6px !important;
  }
  .marB6 {
    margin-bottom: 6px !important;
  }
  .marA6 {
    margin: 6px !important;
  }
  .marL7 {
    margin-left: 7px !important;
  }
  .marR7 {
    margin-right: 7px !important;
  }
  .marT7 {
    margin-top: 7px !important;
  }
  .marB7 {
    margin-bottom: 7px !important;
  }
  .marA7 {
    margin: 7px !important;
  }
  .marL8 {
    margin-left: 8px !important;
  }
  .marR8 {
    margin-right: 8px !important;
  }
  .marT8 {
    margin-top: 8px !important;
  }
  .marB8 {
    margin-bottom: 8px !important;
  }
  .marA8 {
    margin: 8px !important;
  }
  .marL9 {
    margin-left: 9px !important;
  }
  .marR9 {
    margin-right: 9px !important;
  }
  .marT9 {
    margin-top: 9px !important;
  }
  .marB9 {
    margin-bottom: 9px !important;
  }
  .marA9 {
    margin: 9px !important;
  }
  .marL10 {
    margin-left: 10px !important;
  }
  .marR10 {
    margin-right: 10px !important;
  }
  .marT10 {
    margin-top: 10px !important;
  }
  .marB10 {
    margin-bottom: 10px !important;
  }
  .marA10 {
    margin: 10px !important;
  }
  .marL11 {
    margin-left: 11px !important;
  }
  .marR11 {
    margin-right: 11px !important;
  }
  .marT11 {
    margin-top: 11px !important;
  }
  .marB11 {
    margin-bottom: 11px !important;
  }
  .marA11 {
    margin: 11px !important;
  }
  .marL12 {
    margin-left: 12px !important;
  }
  .marR12 {
    margin-right: 12px !important;
  }
  .marT12 {
    margin-top: 12px !important;
  }
  .marB12 {
    margin-bottom: 12px !important;
  }
  .marA12 {
    margin: 12px !important;
  }
  .marL13 {
    margin-left: 13px !important;
  }
  .marR13 {
    margin-right: 13px !important;
  }
  .marT13 {
    margin-top: 13px !important;
  }
  .marB13 {
    margin-bottom: 13px !important;
  }
  .marA13 {
    margin: 13px !important;
  }
  .marL14 {
    margin-left: 14px !important;
  }
  .marR14 {
    margin-right: 14px !important;
  }
  .marT14 {
    margin-top: 14px !important;
  }
  .marB14 {
    margin-bottom: 14px !important;
  }
  .marA14 {
    margin: 14px !important;
  }
  .marL15 {
    margin-left: 15px !important;
  }
  .marR15 {
    margin-right: 15px !important;
  }
  .marT15 {
    margin-top: 15px !important;
  }
  .marB15 {
    margin-bottom: 15px !important;
  }
  .marA15 {
    margin: 15px !important;
  }
  .marL16 {
    margin-left: 16px !important;
  }
  .marR16 {
    margin-right: 16px !important;
  }
  .marT16 {
    margin-top: 16px !important;
  }
  .marB16 {
    margin-bottom: 16px !important;
  }
  .marA16 {
    margin: 16px !important;
  }
  .marL17 {
    margin-left: 17px !important;
  }
  .marR17 {
    margin-right: 17px !important;
  }
  .marT17 {
    margin-top: 17px !important;
  }
  .marB17 {
    margin-bottom: 17px !important;
  }
  .marA17 {
    margin: 17px !important;
  }
  .marL18 {
    margin-left: 18px !important;
  }
  .marR18 {
    margin-right: 18px !important;
  }
  .marT18 {
    margin-top: 18px !important;
  }
  .marB18 {
    margin-bottom: 18px !important;
  }
  .marA18 {
    margin: 18px !important;
  }
  .marL19 {
    margin-left: 19px !important;
  }
  .marR19 {
    margin-right: 19px !important;
  }
  .marT19 {
    margin-top: 19px !important;
  }
  .marB19 {
    margin-bottom: 19px !important;
  }
  .marA19 {
    margin: 19px !important;
  }
  .marL20 {
    margin-left: 20px !important;
  }
  .marR20 {
    margin-right: 20px !important;
  }
  .marT20 {
    margin-top: 20px !important;
  }
  .marB20 {
    margin-bottom: 20px !important;
  }
  .marA20 {
    margin: 20px !important;
  }
  .marL21 {
    margin-left: 21px !important;
  }
  .marR21 {
    margin-right: 21px !important;
  }
  .marT21 {
    margin-top: 21px !important;
  }
  .marB21 {
    margin-bottom: 21px !important;
  }
  .marA21 {
    margin: 21px !important;
  }
  .marL22 {
    margin-left: 22px !important;
  }
  .marR22 {
    margin-right: 22px !important;
  }
  .marT22 {
    margin-top: 22px !important;
  }
  .marB22 {
    margin-bottom: 22px !important;
  }
  .marA22 {
    margin: 22px !important;
  }
  .marL23 {
    margin-left: 23px !important;
  }
  .marR23 {
    margin-right: 23px !important;
  }
  .marT23 {
    margin-top: 23px !important;
  }
  .marB23 {
    margin-bottom: 23px !important;
  }
  .marA23 {
    margin: 23px !important;
  }
  .marL24 {
    margin-left: 24px !important;
  }
  .marR24 {
    margin-right: 24px !important;
  }
  .marT24 {
    margin-top: 24px !important;
  }
  .marB24 {
    margin-bottom: 24px !important;
  }
  .marA24 {
    margin: 24px !important;
  }
  .marL25 {
    margin-left: 25px !important;
  }
  .marR25 {
    margin-right: 25px !important;
  }
  .marT25 {
    margin-top: 25px !important;
  }
  .marB25 {
    margin-bottom: 25px !important;
  }
  .marA25 {
    margin: 25px !important;
  }
  .marL26 {
    margin-left: 26px !important;
  }
  .marR26 {
    margin-right: 26px !important;
  }
  .marT26 {
    margin-top: 26px !important;
  }
  .marB26 {
    margin-bottom: 26px !important;
  }
  .marA26 {
    margin: 26px !important;
  }
  .marL27 {
    margin-left: 27px !important;
  }
  .marR27 {
    margin-right: 27px !important;
  }
  .marT27 {
    margin-top: 27px !important;
  }
  .marB27 {
    margin-bottom: 27px !important;
  }
  .marA27 {
    margin: 27px !important;
  }
  .marL28 {
    margin-left: 28px !important;
  }
  .marR28 {
    margin-right: 28px !important;
  }
  .marT28 {
    margin-top: 28px !important;
  }
  .marB28 {
    margin-bottom: 28px !important;
  }
  .marA28 {
    margin: 28px !important;
  }
  .marL29 {
    margin-left: 29px !important;
  }
  .marR29 {
    margin-right: 29px !important;
  }
  .marT29 {
    margin-top: 29px !important;
  }
  .marB29 {
    margin-bottom: 29px !important;
  }
  .marA29 {
    margin: 29px !important;
  }
  .marL30 {
    margin-left: 30px !important;
  }
  .marR30 {
    margin-right: 30px !important;
  }
  .marT30 {
    margin-top: 30px !important;
  }
  .marB30 {
    margin-bottom: 30px !important;
  }
  .marA30 {
    margin: 30px !important;
  }
  .marL35 {
    margin-left: 35px !important;
  }
  .marR35 {
    margin-right: 35px !important;
  }
  .marT35 {
    margin-top: 35px !important;
  }
  .marB35 {
    margin-bottom: 35px !important;
  }
  .marA35 {
    margin: 35px !important;
  }
  .marL40 {
    margin-left: 40px !important;
  }
  .marR40 {
    margin-right: 40px !important;
  }
  .marT40 {
    margin-top: 40px !important;
  }
  .marB40 {
    margin-bottom: 40px !important;
  }
  .marA40 {
    margin: 40px !important;
  }
  .marL45 {
    margin-left: 45px !important;
  }
  .marR45 {
    margin-right: 45px !important;
  }
  .marT45 {
    margin-top: 45px !important;
  }
  .marB45 {
    margin-bottom: 45px !important;
  }
  .marA45 {
    margin: 45px !important;
  }
  .marL50 {
    margin-left: 50px !important;
  }
  .marR50 {
    margin-right: 50px !important;
  }
  .marT50 {
    margin-top: 50px !important;
  }
  .marB50 {
    margin-bottom: 50px !important;
  }
  .marA50 {
    margin: 50px !important;
  }
  .marL55 {
    margin-left: 55px !important;
  }
  .marR55 {
    margin-right: 55px !important;
  }
  .marT55 {
    margin-top: 55px !important;
  }
  .marB55 {
    margin-bottom: 55px !important;
  }
  .marA55 {
    margin: 55px !important;
  }
  .marL60 {
    margin-left: 60px !important;
  }
  .marR60 {
    margin-right: 60px !important;
  }
  .marT60 {
    margin-top: 60px !important;
  }
  .marB60 {
    margin-bottom: 60px !important;
  }
  .marA60 {
    margin: 60px !important;
  }
  .marL65 {
    margin-left: 65px !important;
  }
  .marR65 {
    margin-right: 65px !important;
  }
  .marT65 {
    margin-top: 65px !important;
  }
  .marB65 {
    margin-bottom: 65px !important;
  }
  .marA65 {
    margin: 65px !important;
  }
  .marL70 {
    margin-left: 70px !important;
  }
  .marR70 {
    margin-right: 70px !important;
  }
  .marT70 {
    margin-top: 70px !important;
  }
  .marB70 {
    margin-bottom: 70px !important;
  }
  .marA70 {
    margin: 70px !important;
  }
  .marL75 {
    margin-left: 75px !important;
  }
  .marR75 {
    margin-right: 75px !important;
  }
  .marT75 {
    margin-top: 75px !important;
  }
  .marB75 {
    margin-bottom: 75px !important;
  }
  .marA75 {
    margin: 75px !important;
  }
  .marL80 {
    margin-left: 80px !important;
  }
  .marR80 {
    margin-right: 80px !important;
  }
  .marT80 {
    margin-top: 80px !important;
  }
  .marB80 {
    margin-bottom: 80px !important;
  }
  .marA80 {
    margin: 80px !important;
  }
  .marL85 {
    margin-left: 85px !important;
  }
  .marR85 {
    margin-right: 85px !important;
  }
  .marT85 {
    margin-top: 85px !important;
  }
  .marB85 {
    margin-bottom: 85px !important;
  }
  .marA85 {
    margin: 85px !important;
  }
  .marL90 {
    margin-left: 90px !important;
  }
  .marR90 {
    margin-right: 90px !important;
  }
  .marT90 {
    margin-top: 90px !important;
  }
  .marB90 {
    margin-bottom: 90px !important;
  }
  .marA90 {
    margin: 90px !important;
  }
  .marL95 {
    margin-left: 95px !important;
  }
  .marR95 {
    margin-right: 95px !important;
  }
  .marT95 {
    margin-top: 95px !important;
  }
  .marB95 {
    margin-bottom: 95px !important;
  }
  .marA95 {
    margin: 95px !important;
  }
  .marL100 {
    margin-left: 100px !important;
  }
  .marR100 {
    margin-right: 100px !important;
  }
  .marT100 {
    margin-top: 100px !important;
  }
  .marB100 {
    margin-bottom: 100px !important;
  }
  .marA100 {
    margin: 100px !important;
  }
  .marL110 {
    margin-left: 110px !important;
  }
  .marR110 {
    margin-right: 110px !important;
  }
  .marT110 {
    margin-top: 110px !important;
  }
  .marB110 {
    margin-bottom: 110px !important;
  }
  .marA110 {
    margin: 110px !important;
  }
  .marL120 {
    margin-left: 120px !important;
  }
  .marR120 {
    margin-right: 120px !important;
  }
  .marT120 {
    margin-top: 120px !important;
  }
  .marB120 {
    margin-bottom: 120px !important;
  }
  .marA120 {
    margin: 120px !important;
  }
  .marL130 {
    margin-left: 130px !important;
  }
  .marR130 {
    margin-right: 130px !important;
  }
  .marT130 {
    margin-top: 130px !important;
  }
  .marB130 {
    margin-bottom: 130px !important;
  }
  .marA130 {
    margin: 130px !important;
  }
  .marL140 {
    margin-left: 140px !important;
  }
  .marR140 {
    margin-right: 140px !important;
  }
  .marT140 {
    margin-top: 140px !important;
  }
  .marB140 {
    margin-bottom: 140px !important;
  }
  .marA140 {
    margin: 140px !important;
  }
  .marL150 {
    margin-left: 150px !important;
  }
  .marR150 {
    margin-right: 150px !important;
  }
  .marT150 {
    margin-top: 150px !important;
  }
  .marB150 {
    margin-bottom: 150px !important;
  }
  .marA150 {
    margin: 150px !important;
  }
  .marL160 {
    margin-left: 160px !important;
  }
  .marR160 {
    margin-right: 160px !important;
  }
  .marT160 {
    margin-top: 160px !important;
  }
  .marB160 {
    margin-bottom: 160px !important;
  }
  .marA160 {
    margin: 160px !important;
  }
  .marL170 {
    margin-left: 170px !important;
  }
  .marR170 {
    margin-right: 170px !important;
  }
  .marT170 {
    margin-top: 170px !important;
  }
  .marB170 {
    margin-bottom: 170px !important;
  }
  .marA170 {
    margin: 170px !important;
  }
  .marL180 {
    margin-left: 180px !important;
  }
  .marR180 {
    margin-right: 180px !important;
  }
  .marT180 {
    margin-top: 180px !important;
  }
  .marB180 {
    margin-bottom: 180px !important;
  }
  .marA180 {
    margin: 180px !important;
  }
  .marL190 {
    margin-left: 190px !important;
  }
  .marR190 {
    margin-right: 190px !important;
  }
  .marT190 {
    margin-top: 190px !important;
  }
  .marB190 {
    margin-bottom: 190px !important;
  }
  .marA190 {
    margin: 190px !important;
  }
  .marL200 {
    margin-left: 200px !important;
  }
  .marR200 {
    margin-right: 200px !important;
  }
  .marT200 {
    margin-top: 200px !important;
  }
  .marB200 {
    margin-bottom: 200px !important;
  }
  .marA200 {
    margin: 200px !important;
  }
  .padL1 {
    padding-left: 1px !important;
  }
  .padR1 {
    padding-right: 1px !important;
  }
  .padT1 {
    padding-top: 1px !important;
  }
  .padB1 {
    padding-bottom: 1px !important;
  }
  .padA1 {
    padding: 1px !important;
  }
  .padL2 {
    padding-left: 2px !important;
  }
  .padR2 {
    padding-right: 2px !important;
  }
  .padT2 {
    padding-top: 2px !important;
  }
  .padB2 {
    padding-bottom: 2px !important;
  }
  .padA2 {
    padding: 2px !important;
  }
  .padL3 {
    padding-left: 3px !important;
  }
  .padR3 {
    padding-right: 3px !important;
  }
  .padT3 {
    padding-top: 3px !important;
  }
  .padB3 {
    padding-bottom: 3px !important;
  }
  .padA3 {
    padding: 3px !important;
  }
  .padL4 {
    padding-left: 4px !important;
  }
  .padR4 {
    padding-right: 4px !important;
  }
  .padT4 {
    padding-top: 4px !important;
  }
  .padB4 {
    padding-bottom: 4px !important;
  }
  .padA4 {
    padding: 4px !important;
  }
  .padL5 {
    padding-left: 5px !important;
  }
  .padR5 {
    padding-right: 5px !important;
  }
  .padT5 {
    padding-top: 5px !important;
  }
  .padB5 {
    padding-bottom: 5px !important;
  }
  .padA5 {
    padding: 5px !important;
  }
  .padL6 {
    padding-left: 6px !important;
  }
  .padR6 {
    padding-right: 6px !important;
  }
  .padT6 {
    padding-top: 6px !important;
  }
  .padB6 {
    padding-bottom: 6px !important;
  }
  .padA6 {
    padding: 6px !important;
  }
  .padL7 {
    padding-left: 7px !important;
  }
  .padR7 {
    padding-right: 7px !important;
  }
  .padT7 {
    padding-top: 7px !important;
  }
  .padB7 {
    padding-bottom: 7px !important;
  }
  .padA7 {
    padding: 7px !important;
  }
  .padL8 {
    padding-left: 8px !important;
  }
  .padR8 {
    padding-right: 8px !important;
  }
  .padT8 {
    padding-top: 8px !important;
  }
  .padB8 {
    padding-bottom: 8px !important;
  }
  .padA8 {
    padding: 8px !important;
  }
  .padL9 {
    padding-left: 9px !important;
  }
  .padR9 {
    padding-right: 9px !important;
  }
  .padT9 {
    padding-top: 9px !important;
  }
  .padB9 {
    padding-bottom: 9px !important;
  }
  .padA9 {
    padding: 9px !important;
  }
  .padL10 {
    padding-left: 10px !important;
  }
  .padR10 {
    padding-right: 10px !important;
  }
  .padT10 {
    padding-top: 10px !important;
  }
  .padB10 {
    padding-bottom: 10px !important;
  }
  .padA10 {
    padding: 10px !important;
  }
  .padL11 {
    padding-left: 11px !important;
  }
  .padR11 {
    padding-right: 11px !important;
  }
  .padT11 {
    padding-top: 11px !important;
  }
  .padB11 {
    padding-bottom: 11px !important;
  }
  .padA11 {
    padding: 11px !important;
  }
  .padL12 {
    padding-left: 12px !important;
  }
  .padR12 {
    padding-right: 12px !important;
  }
  .padT12 {
    padding-top: 12px !important;
  }
  .padB12 {
    padding-bottom: 12px !important;
  }
  .padA12 {
    padding: 12px !important;
  }
  .padL13 {
    padding-left: 13px !important;
  }
  .padR13 {
    padding-right: 13px !important;
  }
  .padT13 {
    padding-top: 13px !important;
  }
  .padB13 {
    padding-bottom: 13px !important;
  }
  .padA13 {
    padding: 13px !important;
  }
  .padL14 {
    padding-left: 14px !important;
  }
  .padR14 {
    padding-right: 14px !important;
  }
  .padT14 {
    padding-top: 14px !important;
  }
  .padB14 {
    padding-bottom: 14px !important;
  }
  .padA14 {
    padding: 14px !important;
  }
  .padL15 {
    padding-left: 15px !important;
  }
  .padR15 {
    padding-right: 15px !important;
  }
  .padT15 {
    padding-top: 15px !important;
  }
  .padB15 {
    padding-bottom: 15px !important;
  }
  .padA15 {
    padding: 15px !important;
  }
  .padL16 {
    padding-left: 16px !important;
  }
  .padR16 {
    padding-right: 16px !important;
  }
  .padT16 {
    padding-top: 16px !important;
  }
  .padB16 {
    padding-bottom: 16px !important;
  }
  .padA16 {
    padding: 16px !important;
  }
  .padL17 {
    padding-left: 17px !important;
  }
  .padR17 {
    padding-right: 17px !important;
  }
  .padT17 {
    padding-top: 17px !important;
  }
  .padB17 {
    padding-bottom: 17px !important;
  }
  .padA17 {
    padding: 17px !important;
  }
  .padL18 {
    padding-left: 18px !important;
  }
  .padR18 {
    padding-right: 18px !important;
  }
  .padT18 {
    padding-top: 18px !important;
  }
  .padB18 {
    padding-bottom: 18px !important;
  }
  .padA18 {
    padding: 18px !important;
  }
  .padL19 {
    padding-left: 19px !important;
  }
  .padR19 {
    padding-right: 19px !important;
  }
  .padT19 {
    padding-top: 19px !important;
  }
  .padB19 {
    padding-bottom: 19px !important;
  }
  .padA19 {
    padding: 19px !important;
  }
  .padL20 {
    padding-left: 20px !important;
  }
  .padR20 {
    padding-right: 20px !important;
  }
  .padT20 {
    padding-top: 20px !important;
  }
  .padB20 {
    padding-bottom: 20px !important;
  }
  .padA20 {
    padding: 20px !important;
  }
  .padL21 {
    padding-left: 21px !important;
  }
  .padR21 {
    padding-right: 21px !important;
  }
  .padT21 {
    padding-top: 21px !important;
  }
  .padB21 {
    padding-bottom: 21px !important;
  }
  .padA21 {
    padding: 21px !important;
  }
  .padL22 {
    padding-left: 22px !important;
  }
  .padR22 {
    padding-right: 22px !important;
  }
  .padT22 {
    padding-top: 22px !important;
  }
  .padB22 {
    padding-bottom: 22px !important;
  }
  .padA22 {
    padding: 22px !important;
  }
  .padL23 {
    padding-left: 23px !important;
  }
  .padR23 {
    padding-right: 23px !important;
  }
  .padT23 {
    padding-top: 23px !important;
  }
  .padB23 {
    padding-bottom: 23px !important;
  }
  .padA23 {
    padding: 23px !important;
  }
  .padL24 {
    padding-left: 24px !important;
  }
  .padR24 {
    padding-right: 24px !important;
  }
  .padT24 {
    padding-top: 24px !important;
  }
  .padB24 {
    padding-bottom: 24px !important;
  }
  .padA24 {
    padding: 24px !important;
  }
  .padL25 {
    padding-left: 25px !important;
  }
  .padR25 {
    padding-right: 25px !important;
  }
  .padT25 {
    padding-top: 25px !important;
  }
  .padB25 {
    padding-bottom: 25px !important;
  }
  .padA25 {
    padding: 25px !important;
  }
  .padL26 {
    padding-left: 26px !important;
  }
  .padR26 {
    padding-right: 26px !important;
  }
  .padT26 {
    padding-top: 26px !important;
  }
  .padB26 {
    padding-bottom: 26px !important;
  }
  .padA26 {
    padding: 26px !important;
  }
  .padL27 {
    padding-left: 27px !important;
  }
  .padR27 {
    padding-right: 27px !important;
  }
  .padT27 {
    padding-top: 27px !important;
  }
  .padB27 {
    padding-bottom: 27px !important;
  }
  .padA27 {
    padding: 27px !important;
  }
  .padL28 {
    padding-left: 28px !important;
  }
  .padR28 {
    padding-right: 28px !important;
  }
  .padT28 {
    padding-top: 28px !important;
  }
  .padB28 {
    padding-bottom: 28px !important;
  }
  .padA28 {
    padding: 28px !important;
  }
  .padL29 {
    padding-left: 29px !important;
  }
  .padR29 {
    padding-right: 29px !important;
  }
  .padT29 {
    padding-top: 29px !important;
  }
  .padB29 {
    padding-bottom: 29px !important;
  }
  .padA29 {
    padding: 29px !important;
  }
  .padL30 {
    padding-left: 30px !important;
  }
  .padR30 {
    padding-right: 30px !important;
  }
  .padT30 {
    padding-top: 30px !important;
  }
  .padB30 {
    padding-bottom: 30px !important;
  }
  .padA30 {
    padding: 30px !important;
  }
  .padL35 {
    padding-left: 35px !important;
  }
  .padR35 {
    padding-right: 35px !important;
  }
  .padT35 {
    padding-top: 35px !important;
  }
  .padB35 {
    padding-bottom: 35px !important;
  }
  .padA35 {
    padding: 35px !important;
  }
  .padL40 {
    padding-left: 40px !important;
  }
  .padR40 {
    padding-right: 40px !important;
  }
  .padT40 {
    padding-top: 40px !important;
  }
  .padB40 {
    padding-bottom: 40px !important;
  }
  .padA40 {
    padding: 40px !important;
  }
  .padL45 {
    padding-left: 45px !important;
  }
  .padR45 {
    padding-right: 45px !important;
  }
  .padT45 {
    padding-top: 45px !important;
  }
  .padB45 {
    padding-bottom: 45px !important;
  }
  .padA45 {
    padding: 45px !important;
  }
  .padL50 {
    padding-left: 50px !important;
  }
  .padR50 {
    padding-right: 50px !important;
  }
  .padT50 {
    padding-top: 50px !important;
  }
  .padB50 {
    padding-bottom: 50px !important;
  }
  .padA50 {
    padding: 50px !important;
  }
  .padL55 {
    padding-left: 55px !important;
  }
  .padR55 {
    padding-right: 55px !important;
  }
  .padT55 {
    padding-top: 55px !important;
  }
  .padB55 {
    padding-bottom: 55px !important;
  }
  .padA55 {
    padding: 55px !important;
  }
  .padL60 {
    padding-left: 60px !important;
  }
  .padR60 {
    padding-right: 60px !important;
  }
  .padT60 {
    padding-top: 60px !important;
  }
  .padB60 {
    padding-bottom: 60px !important;
  }
  .padA60 {
    padding: 60px !important;
  }
  .padL65 {
    padding-left: 65px !important;
  }
  .padR65 {
    padding-right: 65px !important;
  }
  .padT65 {
    padding-top: 65px !important;
  }
  .padB65 {
    padding-bottom: 65px !important;
  }
  .padA65 {
    padding: 65px !important;
  }
  .padL70 {
    padding-left: 70px !important;
  }
  .padR70 {
    padding-right: 70px !important;
  }
  .padT70 {
    padding-top: 70px !important;
  }
  .padB70 {
    padding-bottom: 70px !important;
  }
  .padA70 {
    padding: 70px !important;
  }
  .padL75 {
    padding-left: 75px !important;
  }
  .padR75 {
    padding-right: 75px !important;
  }
  .padT75 {
    padding-top: 75px !important;
  }
  .padB75 {
    padding-bottom: 75px !important;
  }
  .padA75 {
    padding: 75px !important;
  }
  .padL80 {
    padding-left: 80px !important;
  }
  .padR80 {
    padding-right: 80px !important;
  }
  .padT80 {
    padding-top: 80px !important;
  }
  .padB80 {
    padding-bottom: 80px !important;
  }
  .padA80 {
    padding: 80px !important;
  }
  .padL85 {
    padding-left: 85px !important;
  }
  .padR85 {
    padding-right: 85px !important;
  }
  .padT85 {
    padding-top: 85px !important;
  }
  .padB85 {
    padding-bottom: 85px !important;
  }
  .padA85 {
    padding: 85px !important;
  }
  .padL90 {
    padding-left: 90px !important;
  }
  .padR90 {
    padding-right: 90px !important;
  }
  .padT90 {
    padding-top: 90px !important;
  }
  .padB90 {
    padding-bottom: 90px !important;
  }
  .padA90 {
    padding: 90px !important;
  }
  .padL95 {
    padding-left: 95px !important;
  }
  .padR95 {
    padding-right: 95px !important;
  }
  .padT95 {
    padding-top: 95px !important;
  }
  .padB95 {
    padding-bottom: 95px !important;
  }
  .padA95 {
    padding: 95px !important;
  }
  .padL100 {
    padding-left: 100px !important;
  }
  .padR100 {
    padding-right: 100px !important;
  }
  .padT100 {
    padding-top: 100px !important;
  }
  .padB100 {
    padding-bottom: 100px !important;
  }
  .padA100 {
    padding: 100px !important;
  }
  .padL110 {
    padding-left: 110px !important;
  }
  .padR110 {
    padding-right: 110px !important;
  }
  .padT110 {
    padding-top: 110px !important;
  }
  .padB110 {
    padding-bottom: 110px !important;
  }
  .padA110 {
    padding: 110px !important;
  }
  .padL120 {
    padding-left: 120px !important;
  }
  .padR120 {
    padding-right: 120px !important;
  }
  .padT120 {
    padding-top: 120px !important;
  }
  .padB120 {
    padding-bottom: 120px !important;
  }
  .padA120 {
    padding: 120px !important;
  }
  .padL130 {
    padding-left: 130px !important;
  }
  .padR130 {
    padding-right: 130px !important;
  }
  .padT130 {
    padding-top: 130px !important;
  }
  .padB130 {
    padding-bottom: 130px !important;
  }
  .padA130 {
    padding: 130px !important;
  }
  .padL140 {
    padding-left: 140px !important;
  }
  .padR140 {
    padding-right: 140px !important;
  }
  .padT140 {
    padding-top: 140px !important;
  }
  .padB140 {
    padding-bottom: 140px !important;
  }
  .padA140 {
    padding: 140px !important;
  }
  .padL150 {
    padding-left: 150px !important;
  }
  .padR150 {
    padding-right: 150px !important;
  }
  .padT150 {
    padding-top: 150px !important;
  }
  .padB150 {
    padding-bottom: 150px !important;
  }
  .padA150 {
    padding: 150px !important;
  }
  .padL160 {
    padding-left: 160px !important;
  }
  .padR160 {
    padding-right: 160px !important;
  }
  .padT160 {
    padding-top: 160px !important;
  }
  .padB160 {
    padding-bottom: 160px !important;
  }
  .padA160 {
    padding: 160px !important;
  }
  .padL170 {
    padding-left: 170px !important;
  }
  .padR170 {
    padding-right: 170px !important;
  }
  .padT170 {
    padding-top: 170px !important;
  }
  .padB170 {
    padding-bottom: 170px !important;
  }
  .padA170 {
    padding: 170px !important;
  }
  .padL180 {
    padding-left: 180px !important;
  }
  .padR180 {
    padding-right: 180px !important;
  }
  .padT180 {
    padding-top: 180px !important;
  }
  .padB180 {
    padding-bottom: 180px !important;
  }
  .padA180 {
    padding: 180px !important;
  }
  .padL190 {
    padding-left: 190px !important;
  }
  .padR190 {
    padding-right: 190px !important;
  }
  .padT190 {
    padding-top: 190px !important;
  }
  .padB190 {
    padding-bottom: 190px !important;
  }
  .padA190 {
    padding: 190px !important;
  }
  .padL200 {
    padding-left: 200px !important;
  }
  .padR200 {
    padding-right: 200px !important;
  }
  .padT200 {
    padding-top: 200px !important;
  }
  .padB200 {
    padding-bottom: 200px !important;
  }
  .padA200 {
    padding: 200px !important;
  }
  .clear {
    display: block;
    clear: both !important;
  }
  .printNext {
    page-break-after: always !important;
  }
  .alignC {
    text-align: center !important;
  }
  .alignL {
    text-align: left !important;
  }
  .alignR {
    text-align: right !important;
  }
  .vAlignT {
    vertical-align: top !important;
  }
  .vAlignM {
    vertical-align: middle !important;
  }
  .vAlignB {
    vertical-align: bottom !important;
  }
  .floatC {
    float: center !important;
  }
  .floatL {
    float: left !important;
  }
  .floatR {
    float: right !important;
  }
  .blockAlignC {
    margin: 0px auto !important;
  }
  .posFix {
    position: fixed !important;
  }
  .posAbs {
    position: absolute !important;
  }
  .posRtv {
    position: relative !important;
  }
  .imgBaseR {
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
  }
  .imgBaseL {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .cRed {
    color: #c00 !important;
  }
  .cPink {
    color: #e1437a !important;
  }
  .cBlue {
    color: #0070bf !important;
  }
  .cLightPink {
    color: #ed565a !important;
  }
  .cHeartPink {
    color: #d76470 !important;
  }
  .cLightRed {
    color: #c30 !important;
  }
  .cGray {
    color: #ccc !important;
  }
  .cBlack {
    color: #333 !important;
  }
  .cOrange {
    color: #ea5404 !important;
  }
  .cPureOrange {
    color: #f60 !important;
  }
  .cLightGreen {
    color: #53c3a1;
  }
  .c000 {
    color: #000 !important;
  }
  .c111 {
    color: #111 !important;
  }
  .c222 {
    color: #222 !important;
  }
  .c333 {
    color: #333 !important;
  }
  .c444 {
    color: #444 !important;
  }
  .c555 {
    color: #555 !important;
  }
  .c666 {
    color: #666 !important;
  }
  .c777 {
    color: #777 !important;
  }
  .c888 {
    color: #888 !important;
  }
  .c999 {
    color: #999 !important;
  }
  .cAAA {
    color: #AAA !important;
  }
  .cBBB {
    color: #BBB !important;
  }
  .cCCC {
    color: #CCC !important;
  }
  .cDDD {
    color: #DDD !important;
  }
  .cEEE {
    color: #EEE !important;
  }
  .cFFF {
    color: #FFF !important;
  }
  .noneInputBorder input {
    border: none !important;
  }
  .lineHC {
    line-height: 93% !important;
  }
  .lineH100 {
    line-height: 100% !important;
  }
  .lineH110 {
    line-height: 108% !important;
  }
  .lineH120 {
    line-height: 123.1% !important;
  }
  .lineH130 {
    line-height: 131% !important;
  }
  .lineH140 {
    line-height: 138.5% !important;
  }
  .lineH150 {
    line-height: 153.9% !important;
  }
  .lineH160 {
    line-height: 161.6% !important;
  }
  .lineH170 {
    line-height: 174% !important;
  }
  .lineH180 {
    line-height: 182% !important;
  }
  .lineH190 {
    line-height: 189% !important;
  }
  .lineH200 {
    line-height: 197% !important;
  }
  .textIndent {
    margin-left: 1.3em !important;
    text-indent: -1.3em !important;
  }
  .textIndentNsp {
    margin-left: 1em !important;
    text-indent: -1em !important;
  }
  .marCL {
    margin-left: 0px !important;
  }
  .marCR {
    margin-right: 0px !important;
  }
  .marCT {
    margin-top: 0px !important;
  }
  .marCB {
    margin-bottom: 0px !important;
  }
  .marCA {
    margin: 0px !important;
  }
  .marCP {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .marCV {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .padCL {
    padding-left: 0px !important;
  }
  .padCR {
    padding-right: 0px !important;
  }
  .padCT {
    padding-top: 0px !important;
  }
  .padCB {
    padding-bottom: 0px !important;
  }
  .padCA {
    padding: 0px !important;
  }
  .padCP {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .padCV {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .dispNone {
    display: none !important;
  }
  .dispBlock {
    display: block !important;
  }
  .dispInline {
    display: inline !important;
  }
  .width10 {
    width: 10% !important;
  }
  .width15 {
    width: 15% !important;
  }
  .width20 {
    width: 20% !important;
  }
  .width25 {
    width: 25% !important;
  }
  .width30 {
    width: 30% !important;
  }
  .width35 {
    width: 35% !important;
  }
  .width40 {
    width: 40% !important;
  }
  .width45 {
    width: 45% !important;
  }
  .width50 {
    width: 50% !important;
  }
  .width55 {
    width: 55% !important;
  }
  .width60 {
    width: 60% !important;
  }
  .width65 {
    width: 65% !important;
  }
  .width70 {
    width: 70% !important;
  }
  .width75 {
    width: 75% !important;
  }
  .width80 {
    width: 80% !important;
  }
  .width85 {
    width: 85% !important;
  }
  .width90 {
    width: 90% !important;
  }
  .width95 {
    width: 95% !important;
  }
  .width100 {
    width: 100% !important;
  }
}
/* smart phone
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
  }
  input, label {
    vertical-align: middle;
    margin: 0px;
  }
  input[type=text],
input[type=password],
input[type=tel],
input[type=email],
textarea {
    width: 100%;
    padding: 5px 10px;
    margin: 0px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
  }
  input[type=text],
input[type=password],
input[type=tel],
input[type=email] {
    height: 40px;
  }
  select {
    width: 100%;
    height: 40px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .formCntZip1 {
    width: 90px !important;
  }
  .formCntZip2 {
    width: 120px !important;
  }
  .ruleBase {
    word-break: break-all;
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .formBoxMin {
    width: 60px !important;
  }
  .accompany {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    padding-top: 2px;
  }
  .example {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2px;
  }
  .attention {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 3px;
  }
  .est {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-left: 0.5em;
  }
  .formTextArea1 {
    width: 100%;
    height: 100px;
  }
  .formParaList li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
  .formVertList li {
    display: block;
    list-style-type: none;
    margin-bottom: 10px;
  }
  .est {
    margin-left: 0.5em;
  }
  .ruleBase {
    width: 91%;
    padding: 10px;
    margin-bottom: 10px;
    height: 150px;
    font-size: 14px;
  }
  .formInputList dt {
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    font-size: 14px;
  }
  .formInputList dd {
    margin-bottom: 15px;
  }
  .btnArea {
    padding-top: 15px;
    width: 100%;
  }
  .btnArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btnArea li {
    padding: 10px 0px;
  }
  .titError {
    margin-bottom: 10px;
  }
  .titError img {
    width: 100%;
    height: auto;
  }
  .errSec ul {
    margin-bottom: 20px;
  }
  .errSec ul li {
    padding: 4px 0px;
    padding-left: 45px;
  }
  .errSec ul li::before {
    left: 14px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  html {
    height: 100%;
    font-size: 62.5%;
  }
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
  }
  a:focus, *:focus {
    outline: none;
  }
  table th {
    padding: 7px 10px;
  }
  table td {
    padding: 7px 10px;
  }
  header {
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  header #headerContents {
    height: 60px;
    padding-left: 5vw;
  }
  header #mainLogoBase img {
    width: auto;
    height: 20px;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  footer #footerLogoBase {
    padding-top: 20px;
  }
  footer #footerLogoBase img {
    width: 120px;
  }
  footer .footerMainBlock .left {
    padding: 0px 15px;
    padding-bottom: 40px;
  }
  footer .footerCntBlock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footerCntBlock .title {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
  }
  footer .footerCntBlock .cntBase {
    width: 100%;
  }
  .footerMenu {
    padding: 0px 4%;
    padding-top: 20px;
  }
  .footerMenu ul li {
    width: 50%;
    min-height: 50px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: center;
    padding: 0px 2%;
  }
  .footerMenu ul li:nth-child(2n) {
    border-right: none;
  }
  .footerMenu ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #1a1a1a;
  }
  #copyrightBase {
    padding-top: 40px;
  }
  #copyright {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0em;
  }
  #powerd {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
  }
  #floatingGoTop {
    width: 100%;
    bottom: 20px;
    right: auto;
  }
  #floatingGoTop a {
    position: relative;
    width: 50px;
    height: 34px;
    border-radius: 5px;
    margin: 0px auto;
  }
  #floatingGoTop a::after {
    width: 16px;
    height: 16px;
    margin-top: -19.2px;
  }
  #coverMenu {
    position: fixed;
    z-index: 15000;
    top: 0px;
    left: 100%;
    width: 320px;
    height: 100%;
    padding: 7vh 15px 5vh 15px;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow-y: scroll;
  }
  #coverMenu.active {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #coverMenu .coverLogoBase {
    padding-bottom: 4vh;
  }
  #coverMenu .coverLogoBase img {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
    opacity: 0.5;
  }
  #coverMenu #coverMenuList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-bottom: 5vh;
  }
  #coverMenu #coverMenuList ul li {
    width: 48%;
    height: 8vh;
    text-align: center;
    font-family: "Sarpanch", sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #coverMenu #coverMenuList ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #BBCF37;
    text-decoration: none;
  }
  #coverMenu #coverMenuList ul li a:hover, #coverMenu #coverMenuList ul li a:active, #coverMenu #coverMenuList ul li a:focus {
    color: #bbcf37;
  }
  #coverMenu #coverUtlList ul {
    display: block;
    width: 100%;
    text-align: center;
  }
  #coverMenu #coverUtlList ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px;
    margin-bottom: 8px;
  }
  #coverMenu #coverUtlList ul li a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
  }
  #coverMenu #coverUtlList ul li a:hover {
    opacity: 0.6;
  }
  #coverMenu #coverUtlList ul li a img {
    width: 26px;
    height: 26px;
  }
  #headerSnsList {
    display: none;
  }
  #priNavi {
    display: none;
  }
  #headerSns {
    display: none;
  }
  #gNaviSec {
    display: none;
  }
  #gMenuBtnBase {
    position: fixed;
    z-index: 20000;
    right: 10px;
    top: 10px;
    width: 70px;
  }
  #gMenuBtnBase #menuBtn {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    padding-top: 23px;
    padding-left: 20px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #BBCF37;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  #menuBtn {
    position: absolute;
    display: block;
    width: 50px;
    height: 24px;
    top: 0px;
    left: 0px;
    cursor: pointer;
  }
  #menuBtn .menuTrigger,
#menuBtn .menuTrigger span {
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #menuBtn .menuTrigger {
    position: relative;
    width: 30px;
    height: 24px;
  }
  #menuBtn .menuTrigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }
  #menuBtn .menuTrigger span:nth-of-type(1) {
    top: 0;
  }
  #menuBtn .menuTrigger span:nth-of-type(2) {
    top: 11px;
    -webkit-transition: all 0.2s 0.2s;
    -o-transition: all 0.2s 0.2s;
    transition: all 0.2s 0.2s;
    opacity: 1;
  }
  #menuBtn .menuTrigger span:nth-of-type(3) {
    bottom: 0;
    -webkit-animation: menu-bar02 0.5s forwards;
            animation: menu-bar02 0.5s forwards;
  }
  #menuBtn .menuTrigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 0.5s forwards;
            animation: menu-bar01 0.5s forwards;
  }
  #menuBtn .menuTrigger.active span {
    background-color: rgba(0, 0, 0, 0.9);
  }
  #menuBtn .menuTrigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.5s forwards;
            animation: active-menu-bar01 0.5s forwards;
  }
  #menuBtn .menuTrigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #menuBtn .menuTrigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 0.5s forwards;
            animation: active-menu-bar03 0.5s forwards;
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(11px) rotate(45deg);
              transform: translateY(11px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(11px) rotate(0);
              transform: translateY(11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(11px) rotate(45deg);
              transform: translateY(11px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(11px) rotate(0);
              transform: translateY(11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-11px) rotate(-45deg);
              transform: translateY(-11px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-11px) rotate(0);
              transform: translateY(-11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-11px) rotate(-45deg);
              transform: translateY(-11px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-11px) rotate(0);
              transform: translateY(-11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(11px) rotate(0);
              transform: translateY(11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(11px) rotate(45deg);
              transform: translateY(11px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(11px) rotate(0);
              transform: translateY(11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(11px) rotate(45deg);
              transform: translateY(11px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-11px) rotate(0);
              transform: translateY(-11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-11px) rotate(-45deg);
              transform: translateY(-11px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-11px) rotate(0);
              transform: translateY(-11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-11px) rotate(-45deg);
              transform: translateY(-11px) rotate(-45deg);
    }
  }
  #crumbList {
    display: none;
  }
  .cntTitleType1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .cntTitleType2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 1px 8px;
  }
  .cntTitleType3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .cntTitleType3:before {
    margin-right: 20px;
  }
  .cntTitleType3:after {
    margin-left: 20px;
  }
  .secTitleType1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .secTitleType2 {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .secTitleType3 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .secTitlePage {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .secTitlePageSub {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .titSub {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 5px 15px;
    margin-bottom: 15px;
  }
  .titFreePage {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    padding-top: 20px;
    margin-bottom: 40px;
  }
  /* レイアウト*/
  .secInner {
    padding: 0px 15px;
  }
  .secInner.spMax {
    padding: 0;
  }
  .pageSecBase {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .contentsInfo1 {
    margin-bottom: 30px;
  }
  .emptyBox {
    width: 290px;
    margin: 0 auto;
    padding: 30px 15px;
  }
  .btn1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .btn1 .btnFace {
    min-width: 150px;
    padding: 0 15px;
    height: 36px;
  }
  .btn1 .btnFace::after {
    height: 8px;
    bottom: -8px;
  }
  .btn1:hover .btnText {
    top: 5px;
  }
  .btn1:hover .btnFace::before {
    top: 5px;
  }
  .btn1:hover .btnFace::after {
    height: 3px;
    -webkit-transform: perspective(0.3em) rotateX(-5deg);
            transform: perspective(0.3em) rotateX(-5deg);
  }
  .btn2 {
    min-width: 120px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 10px 30px 10px 20px;
  }
  .btnPrev1 {
    min-width: 100px;
    height: 40px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    line-height: 36px;
    padding-left: 50px;
    padding-right: 20px;
  }
  .btnPrev1::after {
    left: 15px;
    margin-top: -9px;
    width: 20px;
    height: 18px;
  }
  .btnForm1 {
    min-width: 200px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 10px auto;
    padding-left: 20px;
    padding-right: 40px;
  }
  .btnFormReturn1 {
    min-width: 200px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 10px auto;
    padding-left: 40px;
    padding-right: 20px;
  }
  .btnHeader1 {
    min-width: 180px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 10px auto;
    padding-left: 20px;
    padding-right: 30px;
  }
  .genBannerSec {
    padding: 15px 0 15px 0;
  }
  .genBannerSec ul {
    padding-top: 2%;
  }
  .genBannerSec ul li {
    width: 49%;
    margin-bottom: 2%;
  }
  .genBannerSec ul li:nth-child(2n) {
    margin-left: 2%;
  }
  /* テーブル */
  .rpsTable {
    display: block;
    border: none;
    width: 100%;
  }
  .rpsTable colgroup {
    display: none;
  }
  .rpsTable tbody {
    display: block;
    width: 100%;
  }
  .rpsTable tr {
    display: block;
  }
  .rpsTable th, .rpsTable td {
    display: list-item;
    list-style-type: none;
    border: none;
    text-align: left;
  }
  .rpsTable th {
    background-color: #ddd;
    padding: 5px 15px;
    margin-bottom: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .rpsTable td {
    margin-bottom: 20px;
  }
  .spNone {
    display: none !important;
  }
  .tbOnly {
    display: none !important;
  }
  .pcOnly {
    display: none !important;
  }
  .bannerList1 ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .recordList1 {
    border-top: 1px solid #555;
  }
  .recordList1 section {
    width: 100%;
    border-bottom: 1px solid #555;
  }
  .recordList1 section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    min-height: 120px;
  }
  .recordList1 section .image {
    width: 40%;
    height: 100%;
  }
  .recordList1 section .cnt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 15px;
  }
  .recordList1 section .date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .recordList1 section .title {
    padding-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .recordList2 section {
    width: 100%;
    margin-bottom: 10%;
  }
  .recordList2 section .image {
    margin-bottom: 5px;
  }
  .recordList2 section .title {
    padding-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: bold;
  }
  .recordList2 section .overview {
    padding-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .recordList3 {
    border-top: 1px solid #454545;
  }
  .recordList3 a {
    display: block;
    padding: 10px 5px;
  }
  .recordList3 .date {
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .recordList3 .title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .recordListHeader {
    padding: 0 5%;
    padding-bottom: 30px;
  }
  .recordListHeader .recInfo {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  #bnrSec {
    padding-top: 6%;
    padding-bottom: 4%;
  }
  .itemList1 section {
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: 2px solid #999;
  }
  .itemList1 section .photo {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .itemList1 section .textBase .itemKind {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .itemList1 section .textBase .name {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .itemList1 section .textBase .infoBase {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 25px;
    padding: 8px 15px;
  }
  .itemList1 section .textBase .musicListSec {
    margin-bottom: 30px;
  }
  .itemList1 section .textBase .musicListSec ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .itemList1 section .textBase .musicListVertSec {
    margin-bottom: 20px;
  }
  .itemList1 section .textBase .itemContents {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .itemList1 section .textBase .btnBase {
    padding-top: 10px;
  }
  .itemList2 section {
    width: 48%;
    margin-bottom: 8%;
  }
  .itemList2 section .image {
    width: 100%;
    height: 240px;
  }
  .itemList2 section .textBase {
    padding-top: 5px;
  }
  .itemList2 section .name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .itemList2 section .info {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .linkList1 dl dt {
    padding: 5px 15px 5px 15px;
    margin-bottom: 15px;
  }
  .linkList1 dl dd {
    padding: 0 15px;
    padding-bottom: 40px;
  }
  .linkList1 dl dd ul li .name {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .linkList1 dl dd ul li .contents {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    padding-top: 5px;
  }
  /* pager */
  .recordBase .date {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .recordBase .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .recordBase .contents .photo {
    margin-bottom: 20px;
  }
  .recordBase .contents .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .recordBase .returnBtnBase {
    padding-top: 30px;
  }
  #topCntPanel {
    background-color: #222;
  }
  #kvSingleSec {
    margin-bottom: 30px;
  }
  #topBnrSec {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #topNewsSec {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  #topNewsSec .secInner {
    padding: 0;
  }
  #topNewsSec .btnBase {
    padding-top: 25px;
  }
  #topMediaSec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #topMediaSec .secInner {
    padding: 0;
  }
  #topMediaSec .btnBase {
    padding-top: 25px;
  }
  #topSnsSec {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #topSnsSec .secTitle {
    text-align: left;
  }
  #topSnsSec .snsBlock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #topSnsSec .snsBlock .snsItem {
    width: 100%;
    margin-bottom: 30px;
  }
  #topMovieSec {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #topMovieSec .btnBase {
    padding-top: 10px;
  }
  #topDiscoSec {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #topDiscoSec .btnBase {
    padding-top: 10px;
  }
  #topStreamSec {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  #topScheduleSec {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .topSchedulePanel {
    border-radius: 18px;
    padding: 40px 4vw;
  }
  .subseqPanel {
    padding-top: 40px;
  }
  .subseqPanel .btnBase {
    text-align: center;
    padding-top: 30px;
  }
  .nextBlock.after {
    padding-top: 40px;
  }
  .nextBlock .venueDateBase .date .year {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .nextBlock .venueDateBase .date .day {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.7;
    padding: 0 5px;
  }
  .nextBlock .venueDateBase .date .wDay {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .nextBlock .venueDateBase .date .dist {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
    bottom: 3px;
    padding: 0px 3px;
  }
  .nextBlock .venueDateBase .venue {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .nextBlock .infoSec .title {
    padding-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .nextBlock .btnBase {
    padding-top: 20px;
  }
  .topSubseqList section a {
    padding: 10px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .topSubseqList section .date {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .topSubseqList section .date .year {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-right: 0.2em;
  }
  .topSubseqList section .date .year::after {
    content: "/";
  }
  .topSubseqList section .info .venue {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .topSubseqList section .info .title {
    padding-top: 5px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  #topBlogSec {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #profileSec .contents {
    padding-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .memberListSec {
    padding-top: 40px;
  }
  .memberList section {
    margin-bottom: 6%;
    width: 48%;
    margin-right: 4%;
  }
  .memberList section:last-child, .memberList section:nth-child(2n) {
    margin-right: 0;
  }
  .memberList section .nameBox {
    padding: 10px 10px;
  }
  .memberList section .name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .memberList section .part {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .memberSec .photo {
    margin-bottom: 20px;
  }
  .memberSec .contents .nameBox {
    margin-bottom: 20px;
  }
  .memberSec .contents .name {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .memberSec .contents .part {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .memberSec .contents .info {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .memberSec .contents .specList {
    margin-top: 30px;
  }
  .memberSec .contents .specList dl {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .memberSec .contents .specList dl dt {
    display: block;
    background-color: #333;
    padding: 5px 10px;
    font-weight: bold;
  }
  .memberSec .contents .specList dl dd {
    padding-top: 10px;
  }
  .memberSec .btnBase {
    padding-top: 30px;
  }
  #newsSec .secInner {
    padding: 0;
  }
  #newsSec .pagerBase {
    padding-top: 30px;
  }
  .bioList section {
    margin-bottom: 30px;
  }
  .bioList section .date {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .bioList section .contents {
    padding: 0 3%;
    padding-top: 15px;
  }
  .bioList section .contents .title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .bioList section .contents .image {
    max-width: 100%;
    padding-top: 20px;
  }
  .bioList section .contents .comment {
    padding-top: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .scheduleListHeader {
    margin-bottom: 30px;
  }
  .scheduleModeSec ul {
    width: 220px;
  }
  .scheduleModeSec ul li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .scheduleModeSec ul li > a, .scheduleModeSec ul li > span {
    padding: 10px 10px;
  }
  .scheduleModeSec ul li > a.past span::before, .scheduleModeSec ul li > a.future span::before, .scheduleModeSec ul li > span.past span::before, .scheduleModeSec ul li > span.future span::before {
    width: 20px;
  }
  .scheduleModeSec ul li > a.past:hover span::before, .scheduleModeSec ul li > a.future:hover span::before, .scheduleModeSec ul li > span.past:hover span::before, .scheduleModeSec ul li > span.future:hover span::before {
    width: 30px;
  }
  .scheduleModeSec ul li > a.past span::before, .scheduleModeSec ul li > span.past span::before {
    left: -40px;
  }
  .scheduleModeSec ul li > a.past span::after, .scheduleModeSec ul li > span.past span::after {
    left: -39px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .scheduleModeSec ul li > a.past:hover span::before, .scheduleModeSec ul li > span.past:hover span::before {
    left: -50px;
  }
  .scheduleModeSec ul li > a.past:hover span::after, .scheduleModeSec ul li > span.past:hover span::after {
    left: -49px;
  }
  .scheduleModeSec ul li > a.future span::before, .scheduleModeSec ul li > span.future span::before {
    right: -40px;
  }
  .scheduleModeSec ul li > a.future span::after, .scheduleModeSec ul li > span.future span::after {
    right: -39px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .scheduleModeSec ul li > a.future:hover span::before, .scheduleModeSec ul li > span.future:hover span::before {
    right: -50px;
  }
  .scheduleModeSec ul li > a.future:hover span::after, .scheduleModeSec ul li > span.future:hover span::after {
    right: -49px;
  }
  .schedulePager .pagerSec {
    margin-top: 30px;
  }
  .scheduleList a {
    padding: 15px 60px 15px 15px;
  }
  .scheduleList .date {
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .scheduleList .date .wDay {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .scheduleList .info {
    width: 100%;
  }
  .scheduleList .info .place {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .scheduleList .info .title {
    padding-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .scheduleDetailSec {
    word-break: break-all;
  }
  .scheduleDetailSec .scheduleDetailHeader {
    margin-bottom: 20px;
  }
  .scheduleDetailSec .scheduleDetailHeader .date {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .scheduleDetailSec .scheduleDetailHeader .date .wDay {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .scheduleDetailSec .scheduleDetailHeader .place {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .scheduleDetail .overviewBlock {
    margin-bottom: 50px;
  }
  .scheduleDetail .overviewBlock .image {
    margin-bottom: 20px;
  }
  .scheduleDetail .overviewBlock .overview .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .scheduleDetail .overviewBlock .overview .info {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .scheduleDetail .infoBlock {
    margin-top: 40px;
  }
  .scheduleDetail .infoBlock dl {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .scheduleDetail .infoBlock dl dt {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 15px;
    margin-bottom: 10px;
    background-color: #333;
  }
  .scheduleInfo {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .placeSec .placeName {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .placeSec .placeInfo .address {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .placeSec .placeInfo .tel {
    padding-top: 10px;
  }
  .placeSec .mapBase {
    padding-top: 20px;
  }
  .placeSec .mapBase iframe {
    height: 400px;
  }
  #photoSec .pagerBase {
    padding-top: 30px;
  }
  .albumList section {
    width: 100%;
    margin-bottom: 4%;
  }
  .albumList section a {
    position: relative;
  }
  .albumList section a::after {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .albumList section .name {
    padding: 8px 10px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .albumName {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .photoList ul::before {
    width: 32.8%;
  }
  .photoList ul::after {
    width: 32.8%;
  }
  .photoList ul li {
    width: 32.8%;
    margin-bottom: 0.8%;
  }
  #movieSec .pagerBase {
    padding-top: 30px;
  }
  .formInfo {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 3%;
    margin-bottom: 30px;
  }
  .formInfo .title {
    margin-bottom: 10px;
  }
  #pageGuide .pageCopy {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #pageGuide .guideDocsBase {
    padding-top: 1.5em;
  }
  #pageGuide .guideDocsBase img {
    width: 300px;
    max-width: 100%;
  }
  .guideArticle section {
    margin-top: 50px;
  }
  .guideArticle section .secTitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .guideArticle section .secTitle span {
    padding-top: 10px;
  }
  .guideArticle section .secCntBlock {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .kvSliderSec {
    padding-top: 60px;
  }
  .kvSliderSec .swiper-container {
    width: 100%;
  }
  .kvSliderSec .swiper-container .swiper-button-prev {
    left: 3%;
  }
  .kvSliderSec .swiper-container .swiper-button-next {
    right: 3%;
  }
  .kvSliderSec .swiper-container .swiper-slide {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    -webkit-transform-origin: center top !important;
        -ms-transform-origin: center top !important;
            transform-origin: center top !important;
  }
  .kvSliderSec .swiper-container .swiper-slide .slideInner {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    -webkit-transition-duration: 0.6s !important;
         -o-transition-duration: 0.6s !important;
            transition-duration: 0.6s !important;
  }
  .bnrSliderSec .swiper-container {
    width: 100%;
    padding-bottom: 40px;
  }
  .bnrSliderSec .swiper-container .swiper-slide {
    max-width: 280px;
  }
  .bnrSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    margin: 3px;
  }
  .bnrSliderSec .swiper-container .swiper-button-prev,
.bnrSliderSec .swiper-container .swiper-button-next {
    margin-top: -42px;
  }
  .cntSliderSec .swiper-container {
    width: 100%;
    padding-bottom: 40px;
  }
  .cntSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    margin: 3px;
  }
  .cntSliderSec .swiper-container .swiper-button-prev,
.cntSliderSec .swiper-container .swiper-button-next {
    margin-top: -42px;
  }
  #loadingCoverSec .markBase .mark {
    width: 100px;
    height: 100px;
  }
  #loadingCoverSec .typeBase {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    padding-top: 12px;
  }
  #loadingCoverSec.hide .typeBase .type {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
  @-webkit-keyframes logoRotation {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes logoRotation {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes loadingText {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0.6;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes loadingText {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0.6;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes loadingTextAfter {
    0% {
      content: ".";
    }
    33% {
      content: "..";
    }
    66% {
      content: "...";
    }
    100% {
      content: "";
    }
  }
  @keyframes loadingTextAfter {
    0% {
      content: ".";
    }
    33% {
      content: "..";
    }
    66% {
      content: "...";
    }
    100% {
      content: "";
    }
  }
  @-webkit-keyframes loadingBase {
    99% {
      opacity: 0;
      -webkit-transform: translateY(0vh);
              transform: translateY(0vh);
    }
    100% {
      -webkit-transform: translateY(-400vh);
              transform: translateY(-400vh);
    }
  }
  @keyframes loadingBase {
    99% {
      opacity: 0;
      -webkit-transform: translateY(0vh);
              transform: translateY(0vh);
    }
    100% {
      -webkit-transform: translateY(-400vh);
              transform: translateY(-400vh);
    }
  }
  @-webkit-keyframes loadingMarkComplete {
    99% {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
  }
  @keyframes loadingMarkComplete {
    99% {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
  }
  #maintenanceLogo {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  #maintenanceLogo img {
    max-width: 200px;
    max-height: 200px;
  }
  #maintenanceMessage {
    padding-top: 20px;
  }
  #pageMaintenance #wrapper {
    margin-bottom: -80px;
  }
  #pageMaintenance #contents {
    padding: 0 30px;
    padding-bottom: 80px;
  }
  #pageMaintenance #footerPush,
#pageMaintenance footer {
    height: 80px;
  }
  .font10s {
    font-size: 10px !important;
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }
  .font11s {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
  }
  .font12s {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.8 !important;
  }
  .font13s {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    line-height: 1.8 !important;
  }
  .font14s {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 1.8 !important;
  }
  .font15s {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: 1.8 !important;
  }
  .font16s {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.8 !important;
  }
  .font17s {
    font-size: 17px !important;
    font-size: 1.7rem !important;
    line-height: 1.8 !important;
  }
  .font18s {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 1.8 !important;
  }
  .font19s {
    font-size: 19px !important;
    font-size: 1.9rem !important;
    line-height: 1.8 !important;
  }
  .font20s {
    font-size: 20px !important;
    font-size: 2rem !important;
    line-height: 1.8 !important;
  }
  .font21s {
    font-size: 21px !important;
    font-size: 2.1rem !important;
    line-height: 1.8 !important;
  }
  .font22s {
    font-size: 22px !important;
    font-size: 2.2rem !important;
    line-height: 1.8 !important;
  }
  .font23s {
    font-size: 23px !important;
    font-size: 2.3rem !important;
    line-height: 1.8 !important;
  }
  .font24s {
    font-size: 24px !important;
    font-size: 2.4rem !important;
    line-height: 1.8 !important;
  }
  .font25s {
    font-size: 25px !important;
    font-size: 2.5rem !important;
    line-height: 1.8 !important;
  }
  .font26s {
    font-size: 26px !important;
    font-size: 2.6rem !important;
    line-height: 1.8 !important;
  }
  .font27s {
    font-size: 27px !important;
    font-size: 2.7rem !important;
    line-height: 1.8 !important;
  }
  .font28s {
    font-size: 28px !important;
    font-size: 2.8rem !important;
    line-height: 1.8 !important;
  }
  .font29s {
    font-size: 29px !important;
    font-size: 2.9rem !important;
    line-height: 1.8 !important;
  }
  .font30s {
    font-size: 30px !important;
    font-size: 3rem !important;
    line-height: 1.8 !important;
  }
  .marL1s {
    margin-left: 1px !important;
  }
  .marR1s {
    margin-right: 1px !important;
  }
  .marT1s {
    margin-top: 1px !important;
  }
  .marB1s {
    margin-bottom: 1px !important;
  }
  .marA1s {
    margin: 1px !important;
  }
  .marL2s {
    margin-left: 2px !important;
  }
  .marR2s {
    margin-right: 2px !important;
  }
  .marT2s {
    margin-top: 2px !important;
  }
  .marB2s {
    margin-bottom: 2px !important;
  }
  .marA2s {
    margin: 2px !important;
  }
  .marL3s {
    margin-left: 3px !important;
  }
  .marR3s {
    margin-right: 3px !important;
  }
  .marT3s {
    margin-top: 3px !important;
  }
  .marB3s {
    margin-bottom: 3px !important;
  }
  .marA3s {
    margin: 3px !important;
  }
  .marL4s {
    margin-left: 4px !important;
  }
  .marR4s {
    margin-right: 4px !important;
  }
  .marT4s {
    margin-top: 4px !important;
  }
  .marB4s {
    margin-bottom: 4px !important;
  }
  .marA4s {
    margin: 4px !important;
  }
  .marL5s {
    margin-left: 5px !important;
  }
  .marR5s {
    margin-right: 5px !important;
  }
  .marT5s {
    margin-top: 5px !important;
  }
  .marB5s {
    margin-bottom: 5px !important;
  }
  .marA5s {
    margin: 5px !important;
  }
  .marL6s {
    margin-left: 6px !important;
  }
  .marR6s {
    margin-right: 6px !important;
  }
  .marT6s {
    margin-top: 6px !important;
  }
  .marB6s {
    margin-bottom: 6px !important;
  }
  .marA6s {
    margin: 6px !important;
  }
  .marL7s {
    margin-left: 7px !important;
  }
  .marR7s {
    margin-right: 7px !important;
  }
  .marT7s {
    margin-top: 7px !important;
  }
  .marB7s {
    margin-bottom: 7px !important;
  }
  .marA7s {
    margin: 7px !important;
  }
  .marL8s {
    margin-left: 8px !important;
  }
  .marR8s {
    margin-right: 8px !important;
  }
  .marT8s {
    margin-top: 8px !important;
  }
  .marB8s {
    margin-bottom: 8px !important;
  }
  .marA8s {
    margin: 8px !important;
  }
  .marL9s {
    margin-left: 9px !important;
  }
  .marR9s {
    margin-right: 9px !important;
  }
  .marT9s {
    margin-top: 9px !important;
  }
  .marB9s {
    margin-bottom: 9px !important;
  }
  .marA9s {
    margin: 9px !important;
  }
  .marL10s {
    margin-left: 10px !important;
  }
  .marR10s {
    margin-right: 10px !important;
  }
  .marT10s {
    margin-top: 10px !important;
  }
  .marB10s {
    margin-bottom: 10px !important;
  }
  .marA10s {
    margin: 10px !important;
  }
  .marL11s {
    margin-left: 11px !important;
  }
  .marR11s {
    margin-right: 11px !important;
  }
  .marT11s {
    margin-top: 11px !important;
  }
  .marB11s {
    margin-bottom: 11px !important;
  }
  .marA11s {
    margin: 11px !important;
  }
  .marL12s {
    margin-left: 12px !important;
  }
  .marR12s {
    margin-right: 12px !important;
  }
  .marT12s {
    margin-top: 12px !important;
  }
  .marB12s {
    margin-bottom: 12px !important;
  }
  .marA12s {
    margin: 12px !important;
  }
  .marL13s {
    margin-left: 13px !important;
  }
  .marR13s {
    margin-right: 13px !important;
  }
  .marT13s {
    margin-top: 13px !important;
  }
  .marB13s {
    margin-bottom: 13px !important;
  }
  .marA13s {
    margin: 13px !important;
  }
  .marL14s {
    margin-left: 14px !important;
  }
  .marR14s {
    margin-right: 14px !important;
  }
  .marT14s {
    margin-top: 14px !important;
  }
  .marB14s {
    margin-bottom: 14px !important;
  }
  .marA14s {
    margin: 14px !important;
  }
  .marL15s {
    margin-left: 15px !important;
  }
  .marR15s {
    margin-right: 15px !important;
  }
  .marT15s {
    margin-top: 15px !important;
  }
  .marB15s {
    margin-bottom: 15px !important;
  }
  .marA15s {
    margin: 15px !important;
  }
  .marL16s {
    margin-left: 16px !important;
  }
  .marR16s {
    margin-right: 16px !important;
  }
  .marT16s {
    margin-top: 16px !important;
  }
  .marB16s {
    margin-bottom: 16px !important;
  }
  .marA16s {
    margin: 16px !important;
  }
  .marL17s {
    margin-left: 17px !important;
  }
  .marR17s {
    margin-right: 17px !important;
  }
  .marT17s {
    margin-top: 17px !important;
  }
  .marB17s {
    margin-bottom: 17px !important;
  }
  .marA17s {
    margin: 17px !important;
  }
  .marL18s {
    margin-left: 18px !important;
  }
  .marR18s {
    margin-right: 18px !important;
  }
  .marT18s {
    margin-top: 18px !important;
  }
  .marB18s {
    margin-bottom: 18px !important;
  }
  .marA18s {
    margin: 18px !important;
  }
  .marL19s {
    margin-left: 19px !important;
  }
  .marR19s {
    margin-right: 19px !important;
  }
  .marT19s {
    margin-top: 19px !important;
  }
  .marB19s {
    margin-bottom: 19px !important;
  }
  .marA19s {
    margin: 19px !important;
  }
  .marL20s {
    margin-left: 20px !important;
  }
  .marR20s {
    margin-right: 20px !important;
  }
  .marT20s {
    margin-top: 20px !important;
  }
  .marB20s {
    margin-bottom: 20px !important;
  }
  .marA20s {
    margin: 20px !important;
  }
  .marL21s {
    margin-left: 21px !important;
  }
  .marR21s {
    margin-right: 21px !important;
  }
  .marT21s {
    margin-top: 21px !important;
  }
  .marB21s {
    margin-bottom: 21px !important;
  }
  .marA21s {
    margin: 21px !important;
  }
  .marL22s {
    margin-left: 22px !important;
  }
  .marR22s {
    margin-right: 22px !important;
  }
  .marT22s {
    margin-top: 22px !important;
  }
  .marB22s {
    margin-bottom: 22px !important;
  }
  .marA22s {
    margin: 22px !important;
  }
  .marL23s {
    margin-left: 23px !important;
  }
  .marR23s {
    margin-right: 23px !important;
  }
  .marT23s {
    margin-top: 23px !important;
  }
  .marB23s {
    margin-bottom: 23px !important;
  }
  .marA23s {
    margin: 23px !important;
  }
  .marL24s {
    margin-left: 24px !important;
  }
  .marR24s {
    margin-right: 24px !important;
  }
  .marT24s {
    margin-top: 24px !important;
  }
  .marB24s {
    margin-bottom: 24px !important;
  }
  .marA24s {
    margin: 24px !important;
  }
  .marL25s {
    margin-left: 25px !important;
  }
  .marR25s {
    margin-right: 25px !important;
  }
  .marT25s {
    margin-top: 25px !important;
  }
  .marB25s {
    margin-bottom: 25px !important;
  }
  .marA25s {
    margin: 25px !important;
  }
  .marL26s {
    margin-left: 26px !important;
  }
  .marR26s {
    margin-right: 26px !important;
  }
  .marT26s {
    margin-top: 26px !important;
  }
  .marB26s {
    margin-bottom: 26px !important;
  }
  .marA26s {
    margin: 26px !important;
  }
  .marL27s {
    margin-left: 27px !important;
  }
  .marR27s {
    margin-right: 27px !important;
  }
  .marT27s {
    margin-top: 27px !important;
  }
  .marB27s {
    margin-bottom: 27px !important;
  }
  .marA27s {
    margin: 27px !important;
  }
  .marL28s {
    margin-left: 28px !important;
  }
  .marR28s {
    margin-right: 28px !important;
  }
  .marT28s {
    margin-top: 28px !important;
  }
  .marB28s {
    margin-bottom: 28px !important;
  }
  .marA28s {
    margin: 28px !important;
  }
  .marL29s {
    margin-left: 29px !important;
  }
  .marR29s {
    margin-right: 29px !important;
  }
  .marT29s {
    margin-top: 29px !important;
  }
  .marB29s {
    margin-bottom: 29px !important;
  }
  .marA29s {
    margin: 29px !important;
  }
  .marL30s {
    margin-left: 30px !important;
  }
  .marR30s {
    margin-right: 30px !important;
  }
  .marT30s {
    margin-top: 30px !important;
  }
  .marB30s {
    margin-bottom: 30px !important;
  }
  .marA30s {
    margin: 30px !important;
  }
  .marL35s {
    margin-left: 35px !important;
  }
  .marR35s {
    margin-right: 35px !important;
  }
  .marT35s {
    margin-top: 35px !important;
  }
  .marB35s {
    margin-bottom: 35px !important;
  }
  .marA35s {
    margin: 35px !important;
  }
  .marL40s {
    margin-left: 40px !important;
  }
  .marR40s {
    margin-right: 40px !important;
  }
  .marT40s {
    margin-top: 40px !important;
  }
  .marB40s {
    margin-bottom: 40px !important;
  }
  .marA40s {
    margin: 40px !important;
  }
  .marL45s {
    margin-left: 45px !important;
  }
  .marR45s {
    margin-right: 45px !important;
  }
  .marT45s {
    margin-top: 45px !important;
  }
  .marB45s {
    margin-bottom: 45px !important;
  }
  .marA45s {
    margin: 45px !important;
  }
  .marL50s {
    margin-left: 50px !important;
  }
  .marR50s {
    margin-right: 50px !important;
  }
  .marT50s {
    margin-top: 50px !important;
  }
  .marB50s {
    margin-bottom: 50px !important;
  }
  .marA50s {
    margin: 50px !important;
  }
  .marL55s {
    margin-left: 55px !important;
  }
  .marR55s {
    margin-right: 55px !important;
  }
  .marT55s {
    margin-top: 55px !important;
  }
  .marB55s {
    margin-bottom: 55px !important;
  }
  .marA55s {
    margin: 55px !important;
  }
  .marL60s {
    margin-left: 60px !important;
  }
  .marR60s {
    margin-right: 60px !important;
  }
  .marT60s {
    margin-top: 60px !important;
  }
  .marB60s {
    margin-bottom: 60px !important;
  }
  .marA60s {
    margin: 60px !important;
  }
  .marL65s {
    margin-left: 65px !important;
  }
  .marR65s {
    margin-right: 65px !important;
  }
  .marT65s {
    margin-top: 65px !important;
  }
  .marB65s {
    margin-bottom: 65px !important;
  }
  .marA65s {
    margin: 65px !important;
  }
  .marL70s {
    margin-left: 70px !important;
  }
  .marR70s {
    margin-right: 70px !important;
  }
  .marT70s {
    margin-top: 70px !important;
  }
  .marB70s {
    margin-bottom: 70px !important;
  }
  .marA70s {
    margin: 70px !important;
  }
  .marL75s {
    margin-left: 75px !important;
  }
  .marR75s {
    margin-right: 75px !important;
  }
  .marT75s {
    margin-top: 75px !important;
  }
  .marB75s {
    margin-bottom: 75px !important;
  }
  .marA75s {
    margin: 75px !important;
  }
  .marL80s {
    margin-left: 80px !important;
  }
  .marR80s {
    margin-right: 80px !important;
  }
  .marT80s {
    margin-top: 80px !important;
  }
  .marB80s {
    margin-bottom: 80px !important;
  }
  .marA80s {
    margin: 80px !important;
  }
  .marL85s {
    margin-left: 85px !important;
  }
  .marR85s {
    margin-right: 85px !important;
  }
  .marT85s {
    margin-top: 85px !important;
  }
  .marB85s {
    margin-bottom: 85px !important;
  }
  .marA85s {
    margin: 85px !important;
  }
  .marL90s {
    margin-left: 90px !important;
  }
  .marR90s {
    margin-right: 90px !important;
  }
  .marT90s {
    margin-top: 90px !important;
  }
  .marB90s {
    margin-bottom: 90px !important;
  }
  .marA90s {
    margin: 90px !important;
  }
  .marL95s {
    margin-left: 95px !important;
  }
  .marR95s {
    margin-right: 95px !important;
  }
  .marT95s {
    margin-top: 95px !important;
  }
  .marB95s {
    margin-bottom: 95px !important;
  }
  .marA95s {
    margin: 95px !important;
  }
  .marL100s {
    margin-left: 100px !important;
  }
  .marR100s {
    margin-right: 100px !important;
  }
  .marT100s {
    margin-top: 100px !important;
  }
  .marB100s {
    margin-bottom: 100px !important;
  }
  .marA100s {
    margin: 100px !important;
  }
  .marL110s {
    margin-left: 110px !important;
  }
  .marR110s {
    margin-right: 110px !important;
  }
  .marT110s {
    margin-top: 110px !important;
  }
  .marB110s {
    margin-bottom: 110px !important;
  }
  .marA110s {
    margin: 110px !important;
  }
  .marL120s {
    margin-left: 120px !important;
  }
  .marR120s {
    margin-right: 120px !important;
  }
  .marT120s {
    margin-top: 120px !important;
  }
  .marB120s {
    margin-bottom: 120px !important;
  }
  .marA120s {
    margin: 120px !important;
  }
  .marL130s {
    margin-left: 130px !important;
  }
  .marR130s {
    margin-right: 130px !important;
  }
  .marT130s {
    margin-top: 130px !important;
  }
  .marB130s {
    margin-bottom: 130px !important;
  }
  .marA130s {
    margin: 130px !important;
  }
  .marL140s {
    margin-left: 140px !important;
  }
  .marR140s {
    margin-right: 140px !important;
  }
  .marT140s {
    margin-top: 140px !important;
  }
  .marB140s {
    margin-bottom: 140px !important;
  }
  .marA140s {
    margin: 140px !important;
  }
  .marL150s {
    margin-left: 150px !important;
  }
  .marR150s {
    margin-right: 150px !important;
  }
  .marT150s {
    margin-top: 150px !important;
  }
  .marB150s {
    margin-bottom: 150px !important;
  }
  .marA150s {
    margin: 150px !important;
  }
  .marL160s {
    margin-left: 160px !important;
  }
  .marR160s {
    margin-right: 160px !important;
  }
  .marT160s {
    margin-top: 160px !important;
  }
  .marB160s {
    margin-bottom: 160px !important;
  }
  .marA160s {
    margin: 160px !important;
  }
  .marL170s {
    margin-left: 170px !important;
  }
  .marR170s {
    margin-right: 170px !important;
  }
  .marT170s {
    margin-top: 170px !important;
  }
  .marB170s {
    margin-bottom: 170px !important;
  }
  .marA170s {
    margin: 170px !important;
  }
  .marL180s {
    margin-left: 180px !important;
  }
  .marR180s {
    margin-right: 180px !important;
  }
  .marT180s {
    margin-top: 180px !important;
  }
  .marB180s {
    margin-bottom: 180px !important;
  }
  .marA180s {
    margin: 180px !important;
  }
  .marL190s {
    margin-left: 190px !important;
  }
  .marR190s {
    margin-right: 190px !important;
  }
  .marT190s {
    margin-top: 190px !important;
  }
  .marB190s {
    margin-bottom: 190px !important;
  }
  .marA190s {
    margin: 190px !important;
  }
  .marL200s {
    margin-left: 200px !important;
  }
  .marR200s {
    margin-right: 200px !important;
  }
  .marT200s {
    margin-top: 200px !important;
  }
  .marB200s {
    margin-bottom: 200px !important;
  }
  .marA200s {
    margin: 200px !important;
  }
  .padL1s {
    padding-left: 1px !important;
  }
  .padR1s {
    padding-right: 1px !important;
  }
  .padT1s {
    padding-top: 1px !important;
  }
  .padB1s {
    padding-bottom: 1px !important;
  }
  .padA1s {
    padding: 1px !important;
  }
  .padL2s {
    padding-left: 2px !important;
  }
  .padR2s {
    padding-right: 2px !important;
  }
  .padT2s {
    padding-top: 2px !important;
  }
  .padB2s {
    padding-bottom: 2px !important;
  }
  .padA2s {
    padding: 2px !important;
  }
  .padL3s {
    padding-left: 3px !important;
  }
  .padR3s {
    padding-right: 3px !important;
  }
  .padT3s {
    padding-top: 3px !important;
  }
  .padB3s {
    padding-bottom: 3px !important;
  }
  .padA3s {
    padding: 3px !important;
  }
  .padL4s {
    padding-left: 4px !important;
  }
  .padR4s {
    padding-right: 4px !important;
  }
  .padT4s {
    padding-top: 4px !important;
  }
  .padB4s {
    padding-bottom: 4px !important;
  }
  .padA4s {
    padding: 4px !important;
  }
  .padL5s {
    padding-left: 5px !important;
  }
  .padR5s {
    padding-right: 5px !important;
  }
  .padT5s {
    padding-top: 5px !important;
  }
  .padB5s {
    padding-bottom: 5px !important;
  }
  .padA5s {
    padding: 5px !important;
  }
  .padL6s {
    padding-left: 6px !important;
  }
  .padR6s {
    padding-right: 6px !important;
  }
  .padT6s {
    padding-top: 6px !important;
  }
  .padB6s {
    padding-bottom: 6px !important;
  }
  .padA6s {
    padding: 6px !important;
  }
  .padL7s {
    padding-left: 7px !important;
  }
  .padR7s {
    padding-right: 7px !important;
  }
  .padT7s {
    padding-top: 7px !important;
  }
  .padB7s {
    padding-bottom: 7px !important;
  }
  .padA7s {
    padding: 7px !important;
  }
  .padL8s {
    padding-left: 8px !important;
  }
  .padR8s {
    padding-right: 8px !important;
  }
  .padT8s {
    padding-top: 8px !important;
  }
  .padB8s {
    padding-bottom: 8px !important;
  }
  .padA8s {
    padding: 8px !important;
  }
  .padL9s {
    padding-left: 9px !important;
  }
  .padR9s {
    padding-right: 9px !important;
  }
  .padT9s {
    padding-top: 9px !important;
  }
  .padB9s {
    padding-bottom: 9px !important;
  }
  .padA9s {
    padding: 9px !important;
  }
  .padL10s {
    padding-left: 10px !important;
  }
  .padR10s {
    padding-right: 10px !important;
  }
  .padT10s {
    padding-top: 10px !important;
  }
  .padB10s {
    padding-bottom: 10px !important;
  }
  .padA10s {
    padding: 10px !important;
  }
  .padL11s {
    padding-left: 11px !important;
  }
  .padR11s {
    padding-right: 11px !important;
  }
  .padT11s {
    padding-top: 11px !important;
  }
  .padB11s {
    padding-bottom: 11px !important;
  }
  .padA11s {
    padding: 11px !important;
  }
  .padL12s {
    padding-left: 12px !important;
  }
  .padR12s {
    padding-right: 12px !important;
  }
  .padT12s {
    padding-top: 12px !important;
  }
  .padB12s {
    padding-bottom: 12px !important;
  }
  .padA12s {
    padding: 12px !important;
  }
  .padL13s {
    padding-left: 13px !important;
  }
  .padR13s {
    padding-right: 13px !important;
  }
  .padT13s {
    padding-top: 13px !important;
  }
  .padB13s {
    padding-bottom: 13px !important;
  }
  .padA13s {
    padding: 13px !important;
  }
  .padL14s {
    padding-left: 14px !important;
  }
  .padR14s {
    padding-right: 14px !important;
  }
  .padT14s {
    padding-top: 14px !important;
  }
  .padB14s {
    padding-bottom: 14px !important;
  }
  .padA14s {
    padding: 14px !important;
  }
  .padL15s {
    padding-left: 15px !important;
  }
  .padR15s {
    padding-right: 15px !important;
  }
  .padT15s {
    padding-top: 15px !important;
  }
  .padB15s {
    padding-bottom: 15px !important;
  }
  .padA15s {
    padding: 15px !important;
  }
  .padL16s {
    padding-left: 16px !important;
  }
  .padR16s {
    padding-right: 16px !important;
  }
  .padT16s {
    padding-top: 16px !important;
  }
  .padB16s {
    padding-bottom: 16px !important;
  }
  .padA16s {
    padding: 16px !important;
  }
  .padL17s {
    padding-left: 17px !important;
  }
  .padR17s {
    padding-right: 17px !important;
  }
  .padT17s {
    padding-top: 17px !important;
  }
  .padB17s {
    padding-bottom: 17px !important;
  }
  .padA17s {
    padding: 17px !important;
  }
  .padL18s {
    padding-left: 18px !important;
  }
  .padR18s {
    padding-right: 18px !important;
  }
  .padT18s {
    padding-top: 18px !important;
  }
  .padB18s {
    padding-bottom: 18px !important;
  }
  .padA18s {
    padding: 18px !important;
  }
  .padL19s {
    padding-left: 19px !important;
  }
  .padR19s {
    padding-right: 19px !important;
  }
  .padT19s {
    padding-top: 19px !important;
  }
  .padB19s {
    padding-bottom: 19px !important;
  }
  .padA19s {
    padding: 19px !important;
  }
  .padL20s {
    padding-left: 20px !important;
  }
  .padR20s {
    padding-right: 20px !important;
  }
  .padT20s {
    padding-top: 20px !important;
  }
  .padB20s {
    padding-bottom: 20px !important;
  }
  .padA20s {
    padding: 20px !important;
  }
  .padL21s {
    padding-left: 21px !important;
  }
  .padR21s {
    padding-right: 21px !important;
  }
  .padT21s {
    padding-top: 21px !important;
  }
  .padB21s {
    padding-bottom: 21px !important;
  }
  .padA21s {
    padding: 21px !important;
  }
  .padL22s {
    padding-left: 22px !important;
  }
  .padR22s {
    padding-right: 22px !important;
  }
  .padT22s {
    padding-top: 22px !important;
  }
  .padB22s {
    padding-bottom: 22px !important;
  }
  .padA22s {
    padding: 22px !important;
  }
  .padL23s {
    padding-left: 23px !important;
  }
  .padR23s {
    padding-right: 23px !important;
  }
  .padT23s {
    padding-top: 23px !important;
  }
  .padB23s {
    padding-bottom: 23px !important;
  }
  .padA23s {
    padding: 23px !important;
  }
  .padL24s {
    padding-left: 24px !important;
  }
  .padR24s {
    padding-right: 24px !important;
  }
  .padT24s {
    padding-top: 24px !important;
  }
  .padB24s {
    padding-bottom: 24px !important;
  }
  .padA24s {
    padding: 24px !important;
  }
  .padL25s {
    padding-left: 25px !important;
  }
  .padR25s {
    padding-right: 25px !important;
  }
  .padT25s {
    padding-top: 25px !important;
  }
  .padB25s {
    padding-bottom: 25px !important;
  }
  .padA25s {
    padding: 25px !important;
  }
  .padL26s {
    padding-left: 26px !important;
  }
  .padR26s {
    padding-right: 26px !important;
  }
  .padT26s {
    padding-top: 26px !important;
  }
  .padB26s {
    padding-bottom: 26px !important;
  }
  .padA26s {
    padding: 26px !important;
  }
  .padL27s {
    padding-left: 27px !important;
  }
  .padR27s {
    padding-right: 27px !important;
  }
  .padT27s {
    padding-top: 27px !important;
  }
  .padB27s {
    padding-bottom: 27px !important;
  }
  .padA27s {
    padding: 27px !important;
  }
  .padL28s {
    padding-left: 28px !important;
  }
  .padR28s {
    padding-right: 28px !important;
  }
  .padT28s {
    padding-top: 28px !important;
  }
  .padB28s {
    padding-bottom: 28px !important;
  }
  .padA28s {
    padding: 28px !important;
  }
  .padL29s {
    padding-left: 29px !important;
  }
  .padR29s {
    padding-right: 29px !important;
  }
  .padT29s {
    padding-top: 29px !important;
  }
  .padB29s {
    padding-bottom: 29px !important;
  }
  .padA29s {
    padding: 29px !important;
  }
  .padL30s {
    padding-left: 30px !important;
  }
  .padR30s {
    padding-right: 30px !important;
  }
  .padT30s {
    padding-top: 30px !important;
  }
  .padB30s {
    padding-bottom: 30px !important;
  }
  .padA30s {
    padding: 30px !important;
  }
  .padL35s {
    padding-left: 35px !important;
  }
  .padR35s {
    padding-right: 35px !important;
  }
  .padT35s {
    padding-top: 35px !important;
  }
  .padB35s {
    padding-bottom: 35px !important;
  }
  .padA35s {
    padding: 35px !important;
  }
  .padL40s {
    padding-left: 40px !important;
  }
  .padR40s {
    padding-right: 40px !important;
  }
  .padT40s {
    padding-top: 40px !important;
  }
  .padB40s {
    padding-bottom: 40px !important;
  }
  .padA40s {
    padding: 40px !important;
  }
  .padL45s {
    padding-left: 45px !important;
  }
  .padR45s {
    padding-right: 45px !important;
  }
  .padT45s {
    padding-top: 45px !important;
  }
  .padB45s {
    padding-bottom: 45px !important;
  }
  .padA45s {
    padding: 45px !important;
  }
  .padL50s {
    padding-left: 50px !important;
  }
  .padR50s {
    padding-right: 50px !important;
  }
  .padT50s {
    padding-top: 50px !important;
  }
  .padB50s {
    padding-bottom: 50px !important;
  }
  .padA50s {
    padding: 50px !important;
  }
  .padL55s {
    padding-left: 55px !important;
  }
  .padR55s {
    padding-right: 55px !important;
  }
  .padT55s {
    padding-top: 55px !important;
  }
  .padB55s {
    padding-bottom: 55px !important;
  }
  .padA55s {
    padding: 55px !important;
  }
  .padL60s {
    padding-left: 60px !important;
  }
  .padR60s {
    padding-right: 60px !important;
  }
  .padT60s {
    padding-top: 60px !important;
  }
  .padB60s {
    padding-bottom: 60px !important;
  }
  .padA60s {
    padding: 60px !important;
  }
  .padL65s {
    padding-left: 65px !important;
  }
  .padR65s {
    padding-right: 65px !important;
  }
  .padT65s {
    padding-top: 65px !important;
  }
  .padB65s {
    padding-bottom: 65px !important;
  }
  .padA65s {
    padding: 65px !important;
  }
  .padL70s {
    padding-left: 70px !important;
  }
  .padR70s {
    padding-right: 70px !important;
  }
  .padT70s {
    padding-top: 70px !important;
  }
  .padB70s {
    padding-bottom: 70px !important;
  }
  .padA70s {
    padding: 70px !important;
  }
  .padL75s {
    padding-left: 75px !important;
  }
  .padR75s {
    padding-right: 75px !important;
  }
  .padT75s {
    padding-top: 75px !important;
  }
  .padB75s {
    padding-bottom: 75px !important;
  }
  .padA75s {
    padding: 75px !important;
  }
  .padL80s {
    padding-left: 80px !important;
  }
  .padR80s {
    padding-right: 80px !important;
  }
  .padT80s {
    padding-top: 80px !important;
  }
  .padB80s {
    padding-bottom: 80px !important;
  }
  .padA80s {
    padding: 80px !important;
  }
  .padL85s {
    padding-left: 85px !important;
  }
  .padR85s {
    padding-right: 85px !important;
  }
  .padT85s {
    padding-top: 85px !important;
  }
  .padB85s {
    padding-bottom: 85px !important;
  }
  .padA85s {
    padding: 85px !important;
  }
  .padL90s {
    padding-left: 90px !important;
  }
  .padR90s {
    padding-right: 90px !important;
  }
  .padT90s {
    padding-top: 90px !important;
  }
  .padB90s {
    padding-bottom: 90px !important;
  }
  .padA90s {
    padding: 90px !important;
  }
  .padL95s {
    padding-left: 95px !important;
  }
  .padR95s {
    padding-right: 95px !important;
  }
  .padT95s {
    padding-top: 95px !important;
  }
  .padB95s {
    padding-bottom: 95px !important;
  }
  .padA95s {
    padding: 95px !important;
  }
  .padL100s {
    padding-left: 100px !important;
  }
  .padR100s {
    padding-right: 100px !important;
  }
  .padT100s {
    padding-top: 100px !important;
  }
  .padB100s {
    padding-bottom: 100px !important;
  }
  .padA100s {
    padding: 100px !important;
  }
  .padL110s {
    padding-left: 110px !important;
  }
  .padR110s {
    padding-right: 110px !important;
  }
  .padT110s {
    padding-top: 110px !important;
  }
  .padB110s {
    padding-bottom: 110px !important;
  }
  .padA110s {
    padding: 110px !important;
  }
  .padL120s {
    padding-left: 120px !important;
  }
  .padR120s {
    padding-right: 120px !important;
  }
  .padT120s {
    padding-top: 120px !important;
  }
  .padB120s {
    padding-bottom: 120px !important;
  }
  .padA120s {
    padding: 120px !important;
  }
  .padL130s {
    padding-left: 130px !important;
  }
  .padR130s {
    padding-right: 130px !important;
  }
  .padT130s {
    padding-top: 130px !important;
  }
  .padB130s {
    padding-bottom: 130px !important;
  }
  .padA130s {
    padding: 130px !important;
  }
  .padL140s {
    padding-left: 140px !important;
  }
  .padR140s {
    padding-right: 140px !important;
  }
  .padT140s {
    padding-top: 140px !important;
  }
  .padB140s {
    padding-bottom: 140px !important;
  }
  .padA140s {
    padding: 140px !important;
  }
  .padL150s {
    padding-left: 150px !important;
  }
  .padR150s {
    padding-right: 150px !important;
  }
  .padT150s {
    padding-top: 150px !important;
  }
  .padB150s {
    padding-bottom: 150px !important;
  }
  .padA150s {
    padding: 150px !important;
  }
  .padL160s {
    padding-left: 160px !important;
  }
  .padR160s {
    padding-right: 160px !important;
  }
  .padT160s {
    padding-top: 160px !important;
  }
  .padB160s {
    padding-bottom: 160px !important;
  }
  .padA160s {
    padding: 160px !important;
  }
  .padL170s {
    padding-left: 170px !important;
  }
  .padR170s {
    padding-right: 170px !important;
  }
  .padT170s {
    padding-top: 170px !important;
  }
  .padB170s {
    padding-bottom: 170px !important;
  }
  .padA170s {
    padding: 170px !important;
  }
  .padL180s {
    padding-left: 180px !important;
  }
  .padR180s {
    padding-right: 180px !important;
  }
  .padT180s {
    padding-top: 180px !important;
  }
  .padB180s {
    padding-bottom: 180px !important;
  }
  .padA180s {
    padding: 180px !important;
  }
  .padL190s {
    padding-left: 190px !important;
  }
  .padR190s {
    padding-right: 190px !important;
  }
  .padT190s {
    padding-top: 190px !important;
  }
  .padB190s {
    padding-bottom: 190px !important;
  }
  .padA190s {
    padding: 190px !important;
  }
  .padL200s {
    padding-left: 200px !important;
  }
  .padR200s {
    padding-right: 200px !important;
  }
  .padT200s {
    padding-top: 200px !important;
  }
  .padB200s {
    padding-bottom: 200px !important;
  }
  .padA200s {
    padding: 200px !important;
  }
}
/* tablet
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
  }
  input, label {
    vertical-align: middle;
  }
  input[type=text],
input[type=password],
input[type=tel],
input[type=email],
textarea {
    width: 100%;
    padding: 5px 10px;
    margin: 0px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  select {
    max-width: 100%;
    height: 35px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .formCntName {
    width: 300px !important;
  }
  .formCntKana {
    width: 300px !important;
  }
  .formCntTel {
    width: 200px !important;
  }
  .formCntZip1 {
    width: 90px !important;
  }
  .formCntZip2 {
    width: 120px !important;
  }
  .formCntPref {
    width: 10em !important;
  }
  .formCntAddress {
    width: 100% !important;
  }
  .formCntMail {
    width: 400px !important;
  }
  .formCntCnt {
    width: 100% !important;
  }
  .formTckName {
    width: 300px !important;
  }
  .formTckKana {
    width: 300px !important;
  }
  .formTckNum {
    width: 50px !important;
  }
  .formTckZip1 {
    width: 90px !important;
  }
  .formTckZip2 {
    width: 120px !important;
  }
  .formTckPref {
    width: 10em !important;
  }
  .formTckAddress {
    width: 100% !important;
  }
  .formTckTel {
    width: 200px !important;
  }
  .formTckMail1 {
    width: 400px !important;
  }
  .formTckMail2 {
    width: 400px !important;
  }
  .formTckCnt {
    width: 100% !important;
  }
  .formTckKind li {
    display: inline-block;
    vertical-align: middle;
  }
  .ruleBase {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .formBox30 {
    width: 30px !important;
  }
  .formBox40 {
    width: 40px !important;
  }
  .formBox50 {
    width: 50px !important;
  }
  .formBox60 {
    width: 60px !important;
  }
  .formBox70 {
    width: 70px !important;
  }
  .formBox80 {
    width: 80px !important;
  }
  .formBox90 {
    width: 90px !important;
  }
  .formBox100 {
    width: 100px !important;
  }
  .formBox150 {
    width: 150px !important;
  }
  .formBox200 {
    width: 200px !important;
  }
  .formBox250 {
    width: 250px !important;
  }
  .formBox300 {
    width: 300px !important;
  }
  .formBox400 {
    width: 400px !important;
  }
  .formBox450 {
    width: 450px !important;
  }
  .formBox500 {
    width: 500px !important;
  }
  .formTextArea01 {
    width: 500px;
    height: 300px;
  }
  .accompany {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
    padding-top: 2px;
  }
  .example {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2px;
  }
  .attention {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 3px;
  }
  .est {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-left: 0.5em;
  }
  .formParaList li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
  .formVertList li {
    display: block;
    list-style-type: none;
    margin-bottom: 10px;
  }
  .ruleBase {
    width: 91%;
    padding: 10px;
    margin-bottom: 10px;
    height: 200px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .btnArea {
    padding-top: 40px;
  }
  .btnArea li {
    padding: 0px 10px;
  }
  .titError {
    margin-bottom: 10px;
  }
  .titError img {
    height: 50px;
    width: auto;
  }
  .errSec {
    margin-bottom: 30px;
  }
  .errSec ul li {
    padding: 4px 0px;
    padding-left: 45px;
  }
  .errSec ul li::before {
    left: 14px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  html {
    height: 100%;
    font-size: 62.5%;
  }
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
  }
  a:focus, *:focus {
    outline: none;
  }
  table th {
    padding: 7px 10px;
  }
  table td {
    padding: 7px 10px;
  }
  header {
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  header #headerContents {
    height: 60px;
    padding-left: 5vw;
  }
  header #mainLogoBase img {
    width: auto;
    height: 20px;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  footer #footerContents {
    padding: 0px 30px;
  }
  footer #footerLogoBase {
    padding-top: 30px;
  }
  footer #footerLogoBase img {
    width: 120px;
  }
  footer .footerMainBlock .left {
    margin-bottom: 30px;
  }
  footer .footerCntBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  footer .footerCntBlock .title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    padding-right: 30px;
    width: 140px;
    text-align: right;
  }
  footer .footerCntBlock .cntBase {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
    border-left: 1px solid #4c4c4c;
  }
  .footerMenu {
    padding-top: 40px;
  }
  .footerMenu ul::before {
    content: "";
    display: block;
    width: 22%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footerMenu ul::after {
    content: "";
    display: block;
    width: 22%;
  }
  .footerMenu ul li {
    width: 22%;
    min-height: 50px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: center;
    border-bottom: 1px solid #1a1a1a;
  }
  .footerMenu ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #copyrightBase {
    padding-top: 40px;
  }
  #copyright {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
  }
  #powerd {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
  }
  #floatingGoTop a {
    width: 70px;
    height: 70px;
  }
  #floatingGoTop a::after {
    width: 24px;
    height: 24px;
    margin-top: -16.8px;
  }
  #coverMenu {
    position: fixed;
    z-index: 15000;
    top: 0px;
    left: 100%;
    width: 320px;
    height: 100%;
    padding: 7vh 15px 5vh 15px;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow-y: scroll;
  }
  #coverMenu.active {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #coverMenu .coverLogoBase {
    padding-bottom: 4vh;
  }
  #coverMenu .coverLogoBase img {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
    opacity: 0.5;
  }
  #coverMenu #coverMenuList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-bottom: 5vh;
  }
  #coverMenu #coverMenuList ul li {
    width: 48%;
    height: 8vh;
    text-align: center;
    font-family: "Sarpanch", sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #coverMenu #coverMenuList ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #BBCF37;
    text-decoration: none;
  }
  #coverMenu #coverMenuList ul li a:hover, #coverMenu #coverMenuList ul li a:active, #coverMenu #coverMenuList ul li a:focus {
    color: #bbcf37;
  }
  #coverMenu #coverUtlList ul {
    display: block;
    width: 100%;
    text-align: center;
  }
  #coverMenu #coverUtlList ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px;
    margin-bottom: 8px;
  }
  #coverMenu #coverUtlList ul li a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
  }
  #coverMenu #coverUtlList ul li a:hover {
    opacity: 0.6;
  }
  #coverMenu #coverUtlList ul li a img {
    width: 26px;
    height: 26px;
  }
  #headerSnsList {
    display: none;
  }
  #headerSns {
    display: none;
  }
  #gNaviSec {
    display: none;
  }
  #gMenuBtnBase {
    position: fixed;
    z-index: 20000;
    right: 10px;
    top: 10px;
    width: 70px;
  }
  #gMenuBtnBase #menuBtn {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    padding-top: 23px;
    padding-left: 20px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #BBCF37;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  #menuBtn {
    position: absolute;
    display: block;
    width: 50px;
    height: 24px;
    top: 0px;
    left: 0px;
    cursor: pointer;
  }
  #menuBtn .menuTrigger,
#menuBtn .menuTrigger span {
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #menuBtn .menuTrigger {
    position: relative;
    width: 30px;
    height: 24px;
  }
  #menuBtn .menuTrigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }
  #menuBtn .menuTrigger span:nth-of-type(1) {
    top: 0;
  }
  #menuBtn .menuTrigger span:nth-of-type(2) {
    top: 11px;
    -webkit-transition: all 0.2s 0.2s;
    -o-transition: all 0.2s 0.2s;
    transition: all 0.2s 0.2s;
    opacity: 1;
  }
  #menuBtn .menuTrigger span:nth-of-type(3) {
    bottom: 0;
    -webkit-animation: menu-bar02 0.5s forwards;
            animation: menu-bar02 0.5s forwards;
  }
  #menuBtn .menuTrigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 0.5s forwards;
            animation: menu-bar01 0.5s forwards;
  }
  #menuBtn .menuTrigger.active span {
    background-color: rgba(0, 0, 0, 0.9);
  }
  #menuBtn .menuTrigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.5s forwards;
            animation: active-menu-bar01 0.5s forwards;
  }
  #menuBtn .menuTrigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #menuBtn .menuTrigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 0.5s forwards;
            animation: active-menu-bar03 0.5s forwards;
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(11px) rotate(45deg);
              transform: translateY(11px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(11px) rotate(0);
              transform: translateY(11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(11px) rotate(45deg);
              transform: translateY(11px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(11px) rotate(0);
              transform: translateY(11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-11px) rotate(-45deg);
              transform: translateY(-11px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-11px) rotate(0);
              transform: translateY(-11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-11px) rotate(-45deg);
              transform: translateY(-11px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-11px) rotate(0);
              transform: translateY(-11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(11px) rotate(0);
              transform: translateY(11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(11px) rotate(45deg);
              transform: translateY(11px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(11px) rotate(0);
              transform: translateY(11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(11px) rotate(45deg);
              transform: translateY(11px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-11px) rotate(0);
              transform: translateY(-11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-11px) rotate(-45deg);
              transform: translateY(-11px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-11px) rotate(0);
              transform: translateY(-11px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-11px) rotate(-45deg);
              transform: translateY(-11px) rotate(-45deg);
    }
  }
  #crumbList ul {
    width: 100%;
    padding: 4px 30px 6px;
  }
  .cntTitleType1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .cntTitleType2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 2px 12px;
  }
  .cntTitleType3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .cntTitleType3:before {
    margin-right: 30px;
  }
  .cntTitleType3:after {
    margin-left: 30px;
  }
  .secTitleType1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .secTitleType2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .secTitleType3 {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .secTitlePage {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 50px;
  }
  .secTitlePageSub {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .titSub {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 8px 25px;
    margin-bottom: 25px;
  }
  .titFreePage {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
    padding-top: 20px;
    margin-bottom: 70px;
  }
  /* レイアウト*/
  .secInner {
    padding: 0px 30px;
  }
  .pageSecBase {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contentsInfo1 {
    margin-bottom: 40px;
  }
  .emptyBox {
    padding: 50px 15px;
  }
  .btn1 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .btn1 .btnFace {
    min-width: 170px;
    padding: 0 20px;
    height: 48px;
  }
  .btn1 .btnFace::after {
    height: 8px;
    bottom: -8px;
  }
  .btn1:hover .btnText {
    top: 5px;
  }
  .btn1:hover .btnFace::before {
    top: 5px;
  }
  .btn1:hover .btnFace::after {
    height: 3px;
    -webkit-transform: perspective(0.3em) rotateX(-5deg);
            transform: perspective(0.3em) rotateX(-5deg);
  }
  .btn2 {
    min-width: 150px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 12px 30px 12px 20px;
  }
  .btnPrev1 {
    min-width: 100px;
    height: 50px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    line-height: 46px;
    padding-left: 60px;
    padding-right: 30px;
  }
  .btnPrev1::after {
    left: 25px;
    margin-top: -9px;
    width: 20px;
    height: 18px;
  }
  .btnForm1 {
    min-width: 200px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 15px auto;
    padding-left: 20px;
    padding-right: 40px;
  }
  .btnFormReturn1 {
    min-width: 200px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 15px auto;
    padding-left: 40px;
    padding-right: 20px;
  }
  .btnHeader1 {
    min-width: 150px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 15px auto;
    padding-left: 20px;
    padding-right: 30px;
  }
  .genBannerSec {
    padding: 20px 0;
  }
  .genBannerSec ul {
    padding-top: 2%;
  }
  .genBannerSec ul li {
    width: 23.5%;
    margin-bottom: 2%;
    margin-left: 2%;
  }
  .genBannerSec ul li:first-child, .genBannerSec ul li:nth-child(5n) {
    margin-left: 0;
  }
  /* テーブル */
  .tbNone {
    display: none !important;
  }
  .spOnly {
    display: none !important;
  }
  .pcOnly {
    display: none !important;
  }
  .bannerList1 ul li {
    width: 48.5%;
    margin-bottom: 3%;
  }
  .bannerList1 ul li:nth-child(2n) {
    margin-left: 3%;
  }
  .recordList1::before, .recordList1::after {
    width: 31%;
  }
  .recordList1 section {
    width: 31%;
    margin-bottom: 3%;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  }
  .recordList1 section .image {
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
  }
  .recordList1 section .cnt {
    padding: 5px 15px 25px;
  }
  .recordList1 section .date {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .recordList1 section .title {
    padding-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .recordList2 section {
    width: 48%;
    margin-bottom: 6%;
  }
  .recordList2 section .image {
    margin-bottom: 10px;
  }
  .recordList2 section .title {
    padding-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
  }
  .recordList2 section .overview {
    padding-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .recordList3 section {
    padding-top: 10px;
  }
  .recordList3 section:first-child {
    padding-top: 0;
  }
  .recordList3 section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 15px 15px;
  }
  .recordList3 section a .date {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    width: 8em;
  }
  .recordList3 section a .title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .recordListHeader {
    padding-bottom: 50px;
  }
  .recordListHeader .recInfo {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  #bnrSec {
    padding-top: 5%;
    padding-bottom: 3%;
  }
  .itemList1 section {
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
  }
  .itemList1 section .photo {
    float: left;
    width: 30%;
  }
  .itemList1 section .textBase {
    float: right;
    width: 65%;
  }
  .itemList1 section .textBase .itemKind {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .itemList1 section .textBase .name {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .itemList1 section .textBase .infoBase {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 25px;
    padding: 8px 15px;
  }
  .itemList1 section .textBase .infoBase .info {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .itemList1 section .textBase .infoBase .code {
    display: inline-block;
    vertical-align: middle;
  }
  .itemList1 section .textBase .musicListSec {
    margin-bottom: 30px;
  }
  .itemList1 section .textBase .musicListVertSec {
    margin-bottom: 20px;
  }
  .itemList1 section .textBase .itemContents {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .itemList1 section .textBase .btnBase {
    padding-top: 10px;
  }
  .itemList2::before, .itemList2::after {
    content: "";
    display: block;
    width: 31%;
  }
  .itemList2::before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .itemList2 section {
    width: 31%;
    margin-bottom: 6%;
  }
  .itemList2 section .image {
    width: 100%;
    height: 280px;
  }
  .itemList2 section .textBase {
    padding-top: 8px;
  }
  .itemList2 section .name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .itemList2 section .info {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .linkList1 dl dt {
    padding: 8px 20px 8px 20px;
    margin-bottom: 20px;
  }
  .linkList1 dl dd {
    padding: 0 20px;
    padding-bottom: 40px;
  }
  .linkList1 dl dd ul li .name {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .linkList1 dl dd ul li .contents {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 5px;
  }
  /* pager */
  .recordBase .date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .recordBase .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .recordBase .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .recordBase .contents .photo {
    max-width: 40%;
    padding-bottom: 3%;
    margin-right: 5%;
  }
  .recordBase .contents .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .recordBase .returnBtnBase {
    padding-top: 40px;
  }
  #topCntPanel {
    background-color: #222;
  }
  #kvSingleSec {
    margin-bottom: 40px;
  }
  #topBnrSec {
    padding-top: 40px;
  }
  #topNewsSec {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #topNewsSec .btnBase {
    padding-top: 10px;
  }
  #topMediaSec {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #topMediaSec .btnBase {
    padding-top: 10px;
  }
  #topSnsSec {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #topSnsSec .snsBlock .snsItem {
    width: 46%;
    margin-left: 8%;
  }
  #topSnsSec .snsBlock .snsItem:first-child {
    margin-left: 0;
  }
  #topMovieSec {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  #topMovieSec .btnBase {
    padding-top: 10px;
  }
  #topDiscoSec {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  #topDiscoSec .btnBase {
    padding-top: 0px;
  }
  #topStreamSec {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
  #topScheduleSec {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .topSchedulePanel {
    border-radius: 24px;
    padding: 40px 40px;
  }
  .nextPanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .subseqPanel {
    padding-top: 50px;
  }
  .subseqPanel .btnBase {
    text-align: center;
    padding-top: 30px;
  }
  .nextBlock .venueDateBase .date .year {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .nextBlock .venueDateBase .date .day {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.7;
    padding: 0 5px;
  }
  .nextBlock .venueDateBase .date .wDay {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .nextBlock .venueDateBase .date .dist {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
    bottom: 3px;
    padding: 0px 3px;
  }
  .nextBlock .venueDateBase .venue {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.7;
  }
  .nextBlock .infoSec .title {
    padding-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .nextBlock .btnBase {
    padding-top: 20px;
  }
  .topSubseqList {
    max-width: 800px;
    margin: 0 auto;
  }
  .topSubseqList section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 18px 8px 20px 8px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .topSubseqList section .date {
    width: 80px;
    padding-top: 2px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
  .topSubseqList section .date .year {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .topSubseqList section .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 15px;
  }
  .topSubseqList section .info .venue {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .topSubseqList section .info .title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  #topBlogSec {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  #topBlogSec .secTitle {
    margin-bottom: 30px;
  }
  #profileSec .contents {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    padding-top: 30px;
  }
  .memberListSec {
    padding-top: 70px;
  }
  .memberList section {
    margin-bottom: 5%;
    width: 31%;
    margin-right: 3.5%;
  }
  .memberList section:last-child, .memberList section:nth-child(3n) {
    margin-right: 0;
  }
  .memberList section .nameBox {
    padding: 15px 10px;
  }
  .memberList section .name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .memberList section .part {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .memberList.listLine1 section, .memberList.listLine2 section, .memberList.listLine4 section, .memberList.listLine7 section {
    width: 45%;
    margin-right: 5%;
  }
  .memberList.listLine1 section:last-child, .memberList.listLine1 section:nth-child(2n), .memberList.listLine2 section:last-child, .memberList.listLine2 section:nth-child(2n), .memberList.listLine4 section:last-child, .memberList.listLine4 section:nth-child(2n), .memberList.listLine7 section:last-child, .memberList.listLine7 section:nth-child(2n) {
    margin-right: 0;
  }
  .memberSec .photo {
    margin-bottom: 20px;
  }
  .memberSec .contents .nameBox {
    margin-bottom: 20px;
  }
  .memberSec .contents .name {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .memberSec .contents .part {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .memberSec .contents .info {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .memberSec .contents .specList {
    margin-top: 40px;
    border-top: 1px solid #ccc;
  }
  .memberSec .contents .specList dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 8px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .memberSec .contents .specList dl dt {
    width: 40%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
  }
  .memberSec .contents .specList dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
  }
  .memberSec .btnBase {
    padding-top: 30px;
  }
  .bioList section {
    margin-bottom: 50px;
  }
  .bioList section .date {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.4;
  }
  .bioList section .contents {
    padding-left: 60px;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .bioList section .contents .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .bioList section .contents .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bioList section .contents .image {
    width: 40%;
    margin-left: 5%;
  }
  .bioList section .contents .comment {
    padding-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .scheduleListHeader {
    margin-bottom: 50px;
  }
  .scheduleModeSec ul {
    width: 300px;
  }
  .scheduleModeSec ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .scheduleModeSec ul li > a, .scheduleModeSec ul li > span {
    padding: 10px 10px;
  }
  .scheduleModeSec ul li > a.past span::before, .scheduleModeSec ul li > a.future span::before, .scheduleModeSec ul li > span.past span::before, .scheduleModeSec ul li > span.future span::before {
    width: 40px;
  }
  .scheduleModeSec ul li > a.past:hover span::before, .scheduleModeSec ul li > a.future:hover span::before, .scheduleModeSec ul li > span.past:hover span::before, .scheduleModeSec ul li > span.future:hover span::before {
    width: 70px;
  }
  .scheduleModeSec ul li > a.past span::before, .scheduleModeSec ul li > span.past span::before {
    left: -60px;
  }
  .scheduleModeSec ul li > a.past span::after, .scheduleModeSec ul li > span.past span::after {
    left: -59px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .scheduleModeSec ul li > a.past:hover span::before, .scheduleModeSec ul li > span.past:hover span::before {
    left: -90px;
  }
  .scheduleModeSec ul li > a.past:hover span::after, .scheduleModeSec ul li > span.past:hover span::after {
    left: -89px;
  }
  .scheduleModeSec ul li > a.future span::before, .scheduleModeSec ul li > span.future span::before {
    right: -60px;
  }
  .scheduleModeSec ul li > a.future span::after, .scheduleModeSec ul li > span.future span::after {
    right: -59px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .scheduleModeSec ul li > a.future:hover span::before, .scheduleModeSec ul li > span.future:hover span::before {
    right: -90px;
  }
  .scheduleModeSec ul li > a.future:hover span::after, .scheduleModeSec ul li > span.future:hover span::after {
    right: -89px;
  }
  .schedulePager .pagerSec {
    margin-top: 50px;
  }
  .scheduleList section a {
    padding: 15px 60px 15px 15px;
    min-height: 110px;
  }
  .scheduleList section .date {
    width: 250px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .scheduleList section .date .wDay {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .scheduleList section .info .place {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .scheduleList section .info .title {
    padding-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .scheduleDetailSec {
    word-break: break-all;
  }
  .scheduleDetailSec .scheduleDetailHeader {
    margin-bottom: 20px;
  }
  .scheduleDetailSec .scheduleDetailHeader .date {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .scheduleDetailSec .scheduleDetailHeader .date .wDay {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .scheduleDetailSec .scheduleDetailHeader .place {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .scheduleDetail .overviewBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 70px;
  }
  .scheduleDetail .overviewBlock .image {
    max-width: 50%;
    margin-right: 5%;
  }
  .scheduleDetail .overviewBlock .overview {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .scheduleDetail .overviewBlock .overview .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .scheduleDetail .overviewBlock .overview .info {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .scheduleDetail .infoBlock {
    margin-top: 40px;
    border-top: 1px solid #ccc;
  }
  .scheduleDetail .infoBlock dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 8px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .scheduleDetail .infoBlock dl dt {
    width: 10em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 20px;
    text-align: center;
  }
  .scheduleDetail .infoBlock dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 20px;
  }
  .placeSec .placeName {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .placeSec .placeInfo .address {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .placeSec .placeInfo .tel {
    padding-top: 10px;
  }
  .placeSec .mapBase {
    padding-top: 20px;
  }
  .placeSec .mapBase iframe {
    height: 400px;
  }
  #photoSec .pagerBase {
    padding-top: 40px;
  }
  .albumList section {
    width: 48%;
    margin-bottom: 4%;
  }
  .albumList section a {
    position: relative;
  }
  .albumList section a::after {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .albumList section .name {
    padding: 8px 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .albumName {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .photoList ul::before {
    width: 24.4%;
  }
  .photoList ul::after {
    width: 24.4%;
  }
  .photoList ul li {
    width: 24.4%;
    margin-bottom: 0.8%;
  }
  #movieSec .pagerBase {
    padding-top: 40px;
  }
  .formInfo {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 30px;
    margin-bottom: 50px;
  }
  .formInfo .title {
    margin-bottom: 15px;
  }
  #pageGuide .pageCopy {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
  #pageGuide .guideDocsBase {
    padding-top: 40px;
  }
  #pageGuide .guideDocsBase img {
    width: 600px;
    max-width: 100%;
  }
  .guideArticle section {
    margin-top: 70px;
  }
  .guideArticle section .secTitle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .guideArticle section .secTitle span {
    padding-top: 12px;
  }
  .guideArticle section .secCntBlock {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .kvSliderSec {
    padding-top: 60px;
  }
  .kvSliderSec .swiper-container {
    width: 100%;
  }
  .kvSliderSec .swiper-container .swiper-button-prev {
    left: 3%;
  }
  .kvSliderSec .swiper-container .swiper-button-next {
    right: 3%;
  }
  .kvSliderSec .swiper-container .swiper-slide {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    -webkit-transform-origin: center top !important;
        -ms-transform-origin: center top !important;
            transform-origin: center top !important;
  }
  .kvSliderSec .swiper-container .swiper-slide .slideInner {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    -webkit-transition-duration: 0.6s !important;
         -o-transition-duration: 0.6s !important;
            transition-duration: 0.6s !important;
  }
  .bnrSliderSec .swiper-container {
    width: 100%;
    padding-bottom: 50px;
  }
  .bnrSliderSec .swiper-container .swiper-slide {
    max-width: 400px;
  }
  .bnrSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    margin: 5px;
  }
  .bnrSliderSec .swiper-container .swiper-button-prev,
.bnrSliderSec .swiper-container .swiper-button-next {
    margin-top: -47px;
  }
  .cntSliderSec .swiper-container {
    width: 100%;
    padding-bottom: 50px;
  }
  .cntSliderSec .swiper-container .swiper-slide {
    max-width: 480px;
  }
  .cntSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    margin: 5px;
  }
  .cntSliderSec .swiper-container .swiper-button-prev,
.cntSliderSec .swiper-container .swiper-button-next {
    margin-top: -47px;
  }
  #loadingCoverSec .markBase .mark {
    width: 180px;
    height: 180px;
  }
  #loadingCoverSec .typeBase {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 20px;
  }
  #loadingCoverSec.hide .typeBase .type {
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
  }
  @-webkit-keyframes logoRotation {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes logoRotation {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes loadingText {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0.6;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes loadingText {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0.6;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes loadingTextAfter {
    0% {
      content: ".";
    }
    33% {
      content: "..";
    }
    66% {
      content: "...";
    }
    100% {
      content: "";
    }
  }
  @keyframes loadingTextAfter {
    0% {
      content: ".";
    }
    33% {
      content: "..";
    }
    66% {
      content: "...";
    }
    100% {
      content: "";
    }
  }
  @-webkit-keyframes loadingBase {
    99% {
      opacity: 0;
      -webkit-transform: translateY(0vh);
              transform: translateY(0vh);
    }
    100% {
      -webkit-transform: translateY(-400vh);
              transform: translateY(-400vh);
    }
  }
  @keyframes loadingBase {
    99% {
      opacity: 0;
      -webkit-transform: translateY(0vh);
              transform: translateY(0vh);
    }
    100% {
      -webkit-transform: translateY(-400vh);
              transform: translateY(-400vh);
    }
  }
  @-webkit-keyframes loadingMarkComplete {
    99% {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
  }
  @keyframes loadingMarkComplete {
    99% {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
  }
  #maintenanceLogo {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  #maintenanceLogo img {
    max-width: 300px;
    max-height: 300px;
  }
  #maintenanceMessage {
    padding-top: 30px;
  }
  #pageMaintenance #wrapper {
    margin-bottom: -80px;
  }
  #pageMaintenance #contents {
    padding: 0 30px;
    padding-bottom: 80px;
  }
  #pageMaintenance #footerPush,
#pageMaintenance footer {
    height: 80px;
  }
  .font10t {
    font-size: 10px !important;
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }
  .font11t {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
  }
  .font12t {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.8 !important;
  }
  .font13t {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    line-height: 1.8 !important;
  }
  .font14t {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 1.8 !important;
  }
  .font15t {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: 1.8 !important;
  }
  .font16t {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.8 !important;
  }
  .font17t {
    font-size: 17px !important;
    font-size: 1.7rem !important;
    line-height: 1.8 !important;
  }
  .font18t {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 1.8 !important;
  }
  .font19t {
    font-size: 19px !important;
    font-size: 1.9rem !important;
    line-height: 1.8 !important;
  }
  .font20t {
    font-size: 20px !important;
    font-size: 2rem !important;
    line-height: 1.8 !important;
  }
  .font21t {
    font-size: 21px !important;
    font-size: 2.1rem !important;
    line-height: 1.8 !important;
  }
  .font22t {
    font-size: 22px !important;
    font-size: 2.2rem !important;
    line-height: 1.8 !important;
  }
  .font23t {
    font-size: 23px !important;
    font-size: 2.3rem !important;
    line-height: 1.8 !important;
  }
  .font24t {
    font-size: 24px !important;
    font-size: 2.4rem !important;
    line-height: 1.8 !important;
  }
  .font25t {
    font-size: 25px !important;
    font-size: 2.5rem !important;
    line-height: 1.8 !important;
  }
  .font26t {
    font-size: 26px !important;
    font-size: 2.6rem !important;
    line-height: 1.8 !important;
  }
  .font27t {
    font-size: 27px !important;
    font-size: 2.7rem !important;
    line-height: 1.8 !important;
  }
  .font28t {
    font-size: 28px !important;
    font-size: 2.8rem !important;
    line-height: 1.8 !important;
  }
  .font29t {
    font-size: 29px !important;
    font-size: 2.9rem !important;
    line-height: 1.8 !important;
  }
  .font30t {
    font-size: 30px !important;
    font-size: 3rem !important;
    line-height: 1.8 !important;
  }
  .marL1t {
    margin-left: 1px !important;
  }
  .marR1t {
    margin-right: 1px !important;
  }
  .marT1t {
    margin-top: 1px !important;
  }
  .marB1t {
    margin-bottom: 1px !important;
  }
  .marA1t {
    margin: 1px !important;
  }
  .marL2t {
    margin-left: 2px !important;
  }
  .marR2t {
    margin-right: 2px !important;
  }
  .marT2t {
    margin-top: 2px !important;
  }
  .marB2t {
    margin-bottom: 2px !important;
  }
  .marA2t {
    margin: 2px !important;
  }
  .marL3t {
    margin-left: 3px !important;
  }
  .marR3t {
    margin-right: 3px !important;
  }
  .marT3t {
    margin-top: 3px !important;
  }
  .marB3t {
    margin-bottom: 3px !important;
  }
  .marA3t {
    margin: 3px !important;
  }
  .marL4t {
    margin-left: 4px !important;
  }
  .marR4t {
    margin-right: 4px !important;
  }
  .marT4t {
    margin-top: 4px !important;
  }
  .marB4t {
    margin-bottom: 4px !important;
  }
  .marA4t {
    margin: 4px !important;
  }
  .marL5t {
    margin-left: 5px !important;
  }
  .marR5t {
    margin-right: 5px !important;
  }
  .marT5t {
    margin-top: 5px !important;
  }
  .marB5t {
    margin-bottom: 5px !important;
  }
  .marA5t {
    margin: 5px !important;
  }
  .marL6t {
    margin-left: 6px !important;
  }
  .marR6t {
    margin-right: 6px !important;
  }
  .marT6t {
    margin-top: 6px !important;
  }
  .marB6t {
    margin-bottom: 6px !important;
  }
  .marA6t {
    margin: 6px !important;
  }
  .marL7t {
    margin-left: 7px !important;
  }
  .marR7t {
    margin-right: 7px !important;
  }
  .marT7t {
    margin-top: 7px !important;
  }
  .marB7t {
    margin-bottom: 7px !important;
  }
  .marA7t {
    margin: 7px !important;
  }
  .marL8t {
    margin-left: 8px !important;
  }
  .marR8t {
    margin-right: 8px !important;
  }
  .marT8t {
    margin-top: 8px !important;
  }
  .marB8t {
    margin-bottom: 8px !important;
  }
  .marA8t {
    margin: 8px !important;
  }
  .marL9t {
    margin-left: 9px !important;
  }
  .marR9t {
    margin-right: 9px !important;
  }
  .marT9t {
    margin-top: 9px !important;
  }
  .marB9t {
    margin-bottom: 9px !important;
  }
  .marA9t {
    margin: 9px !important;
  }
  .marL10t {
    margin-left: 10px !important;
  }
  .marR10t {
    margin-right: 10px !important;
  }
  .marT10t {
    margin-top: 10px !important;
  }
  .marB10t {
    margin-bottom: 10px !important;
  }
  .marA10t {
    margin: 10px !important;
  }
  .marL11t {
    margin-left: 11px !important;
  }
  .marR11t {
    margin-right: 11px !important;
  }
  .marT11t {
    margin-top: 11px !important;
  }
  .marB11t {
    margin-bottom: 11px !important;
  }
  .marA11t {
    margin: 11px !important;
  }
  .marL12t {
    margin-left: 12px !important;
  }
  .marR12t {
    margin-right: 12px !important;
  }
  .marT12t {
    margin-top: 12px !important;
  }
  .marB12t {
    margin-bottom: 12px !important;
  }
  .marA12t {
    margin: 12px !important;
  }
  .marL13t {
    margin-left: 13px !important;
  }
  .marR13t {
    margin-right: 13px !important;
  }
  .marT13t {
    margin-top: 13px !important;
  }
  .marB13t {
    margin-bottom: 13px !important;
  }
  .marA13t {
    margin: 13px !important;
  }
  .marL14t {
    margin-left: 14px !important;
  }
  .marR14t {
    margin-right: 14px !important;
  }
  .marT14t {
    margin-top: 14px !important;
  }
  .marB14t {
    margin-bottom: 14px !important;
  }
  .marA14t {
    margin: 14px !important;
  }
  .marL15t {
    margin-left: 15px !important;
  }
  .marR15t {
    margin-right: 15px !important;
  }
  .marT15t {
    margin-top: 15px !important;
  }
  .marB15t {
    margin-bottom: 15px !important;
  }
  .marA15t {
    margin: 15px !important;
  }
  .marL16t {
    margin-left: 16px !important;
  }
  .marR16t {
    margin-right: 16px !important;
  }
  .marT16t {
    margin-top: 16px !important;
  }
  .marB16t {
    margin-bottom: 16px !important;
  }
  .marA16t {
    margin: 16px !important;
  }
  .marL17t {
    margin-left: 17px !important;
  }
  .marR17t {
    margin-right: 17px !important;
  }
  .marT17t {
    margin-top: 17px !important;
  }
  .marB17t {
    margin-bottom: 17px !important;
  }
  .marA17t {
    margin: 17px !important;
  }
  .marL18t {
    margin-left: 18px !important;
  }
  .marR18t {
    margin-right: 18px !important;
  }
  .marT18t {
    margin-top: 18px !important;
  }
  .marB18t {
    margin-bottom: 18px !important;
  }
  .marA18t {
    margin: 18px !important;
  }
  .marL19t {
    margin-left: 19px !important;
  }
  .marR19t {
    margin-right: 19px !important;
  }
  .marT19t {
    margin-top: 19px !important;
  }
  .marB19t {
    margin-bottom: 19px !important;
  }
  .marA19t {
    margin: 19px !important;
  }
  .marL20t {
    margin-left: 20px !important;
  }
  .marR20t {
    margin-right: 20px !important;
  }
  .marT20t {
    margin-top: 20px !important;
  }
  .marB20t {
    margin-bottom: 20px !important;
  }
  .marA20t {
    margin: 20px !important;
  }
  .marL21t {
    margin-left: 21px !important;
  }
  .marR21t {
    margin-right: 21px !important;
  }
  .marT21t {
    margin-top: 21px !important;
  }
  .marB21t {
    margin-bottom: 21px !important;
  }
  .marA21t {
    margin: 21px !important;
  }
  .marL22t {
    margin-left: 22px !important;
  }
  .marR22t {
    margin-right: 22px !important;
  }
  .marT22t {
    margin-top: 22px !important;
  }
  .marB22t {
    margin-bottom: 22px !important;
  }
  .marA22t {
    margin: 22px !important;
  }
  .marL23t {
    margin-left: 23px !important;
  }
  .marR23t {
    margin-right: 23px !important;
  }
  .marT23t {
    margin-top: 23px !important;
  }
  .marB23t {
    margin-bottom: 23px !important;
  }
  .marA23t {
    margin: 23px !important;
  }
  .marL24t {
    margin-left: 24px !important;
  }
  .marR24t {
    margin-right: 24px !important;
  }
  .marT24t {
    margin-top: 24px !important;
  }
  .marB24t {
    margin-bottom: 24px !important;
  }
  .marA24t {
    margin: 24px !important;
  }
  .marL25t {
    margin-left: 25px !important;
  }
  .marR25t {
    margin-right: 25px !important;
  }
  .marT25t {
    margin-top: 25px !important;
  }
  .marB25t {
    margin-bottom: 25px !important;
  }
  .marA25t {
    margin: 25px !important;
  }
  .marL26t {
    margin-left: 26px !important;
  }
  .marR26t {
    margin-right: 26px !important;
  }
  .marT26t {
    margin-top: 26px !important;
  }
  .marB26t {
    margin-bottom: 26px !important;
  }
  .marA26t {
    margin: 26px !important;
  }
  .marL27t {
    margin-left: 27px !important;
  }
  .marR27t {
    margin-right: 27px !important;
  }
  .marT27t {
    margin-top: 27px !important;
  }
  .marB27t {
    margin-bottom: 27px !important;
  }
  .marA27t {
    margin: 27px !important;
  }
  .marL28t {
    margin-left: 28px !important;
  }
  .marR28t {
    margin-right: 28px !important;
  }
  .marT28t {
    margin-top: 28px !important;
  }
  .marB28t {
    margin-bottom: 28px !important;
  }
  .marA28t {
    margin: 28px !important;
  }
  .marL29t {
    margin-left: 29px !important;
  }
  .marR29t {
    margin-right: 29px !important;
  }
  .marT29t {
    margin-top: 29px !important;
  }
  .marB29t {
    margin-bottom: 29px !important;
  }
  .marA29t {
    margin: 29px !important;
  }
  .marL30t {
    margin-left: 30px !important;
  }
  .marR30t {
    margin-right: 30px !important;
  }
  .marT30t {
    margin-top: 30px !important;
  }
  .marB30t {
    margin-bottom: 30px !important;
  }
  .marA30t {
    margin: 30px !important;
  }
  .marL35t {
    margin-left: 35px !important;
  }
  .marR35t {
    margin-right: 35px !important;
  }
  .marT35t {
    margin-top: 35px !important;
  }
  .marB35t {
    margin-bottom: 35px !important;
  }
  .marA35t {
    margin: 35px !important;
  }
  .marL40t {
    margin-left: 40px !important;
  }
  .marR40t {
    margin-right: 40px !important;
  }
  .marT40t {
    margin-top: 40px !important;
  }
  .marB40t {
    margin-bottom: 40px !important;
  }
  .marA40t {
    margin: 40px !important;
  }
  .marL45t {
    margin-left: 45px !important;
  }
  .marR45t {
    margin-right: 45px !important;
  }
  .marT45t {
    margin-top: 45px !important;
  }
  .marB45t {
    margin-bottom: 45px !important;
  }
  .marA45t {
    margin: 45px !important;
  }
  .marL50t {
    margin-left: 50px !important;
  }
  .marR50t {
    margin-right: 50px !important;
  }
  .marT50t {
    margin-top: 50px !important;
  }
  .marB50t {
    margin-bottom: 50px !important;
  }
  .marA50t {
    margin: 50px !important;
  }
  .marL55t {
    margin-left: 55px !important;
  }
  .marR55t {
    margin-right: 55px !important;
  }
  .marT55t {
    margin-top: 55px !important;
  }
  .marB55t {
    margin-bottom: 55px !important;
  }
  .marA55t {
    margin: 55px !important;
  }
  .marL60t {
    margin-left: 60px !important;
  }
  .marR60t {
    margin-right: 60px !important;
  }
  .marT60t {
    margin-top: 60px !important;
  }
  .marB60t {
    margin-bottom: 60px !important;
  }
  .marA60t {
    margin: 60px !important;
  }
  .marL65t {
    margin-left: 65px !important;
  }
  .marR65t {
    margin-right: 65px !important;
  }
  .marT65t {
    margin-top: 65px !important;
  }
  .marB65t {
    margin-bottom: 65px !important;
  }
  .marA65t {
    margin: 65px !important;
  }
  .marL70t {
    margin-left: 70px !important;
  }
  .marR70t {
    margin-right: 70px !important;
  }
  .marT70t {
    margin-top: 70px !important;
  }
  .marB70t {
    margin-bottom: 70px !important;
  }
  .marA70t {
    margin: 70px !important;
  }
  .marL75t {
    margin-left: 75px !important;
  }
  .marR75t {
    margin-right: 75px !important;
  }
  .marT75t {
    margin-top: 75px !important;
  }
  .marB75t {
    margin-bottom: 75px !important;
  }
  .marA75t {
    margin: 75px !important;
  }
  .marL80t {
    margin-left: 80px !important;
  }
  .marR80t {
    margin-right: 80px !important;
  }
  .marT80t {
    margin-top: 80px !important;
  }
  .marB80t {
    margin-bottom: 80px !important;
  }
  .marA80t {
    margin: 80px !important;
  }
  .marL85t {
    margin-left: 85px !important;
  }
  .marR85t {
    margin-right: 85px !important;
  }
  .marT85t {
    margin-top: 85px !important;
  }
  .marB85t {
    margin-bottom: 85px !important;
  }
  .marA85t {
    margin: 85px !important;
  }
  .marL90t {
    margin-left: 90px !important;
  }
  .marR90t {
    margin-right: 90px !important;
  }
  .marT90t {
    margin-top: 90px !important;
  }
  .marB90t {
    margin-bottom: 90px !important;
  }
  .marA90t {
    margin: 90px !important;
  }
  .marL95t {
    margin-left: 95px !important;
  }
  .marR95t {
    margin-right: 95px !important;
  }
  .marT95t {
    margin-top: 95px !important;
  }
  .marB95t {
    margin-bottom: 95px !important;
  }
  .marA95t {
    margin: 95px !important;
  }
  .marL100t {
    margin-left: 100px !important;
  }
  .marR100t {
    margin-right: 100px !important;
  }
  .marT100t {
    margin-top: 100px !important;
  }
  .marB100t {
    margin-bottom: 100px !important;
  }
  .marA100t {
    margin: 100px !important;
  }
  .marL110t {
    margin-left: 110px !important;
  }
  .marR110t {
    margin-right: 110px !important;
  }
  .marT110t {
    margin-top: 110px !important;
  }
  .marB110t {
    margin-bottom: 110px !important;
  }
  .marA110t {
    margin: 110px !important;
  }
  .marL120t {
    margin-left: 120px !important;
  }
  .marR120t {
    margin-right: 120px !important;
  }
  .marT120t {
    margin-top: 120px !important;
  }
  .marB120t {
    margin-bottom: 120px !important;
  }
  .marA120t {
    margin: 120px !important;
  }
  .marL130t {
    margin-left: 130px !important;
  }
  .marR130t {
    margin-right: 130px !important;
  }
  .marT130t {
    margin-top: 130px !important;
  }
  .marB130t {
    margin-bottom: 130px !important;
  }
  .marA130t {
    margin: 130px !important;
  }
  .marL140t {
    margin-left: 140px !important;
  }
  .marR140t {
    margin-right: 140px !important;
  }
  .marT140t {
    margin-top: 140px !important;
  }
  .marB140t {
    margin-bottom: 140px !important;
  }
  .marA140t {
    margin: 140px !important;
  }
  .marL150t {
    margin-left: 150px !important;
  }
  .marR150t {
    margin-right: 150px !important;
  }
  .marT150t {
    margin-top: 150px !important;
  }
  .marB150t {
    margin-bottom: 150px !important;
  }
  .marA150t {
    margin: 150px !important;
  }
  .marL160t {
    margin-left: 160px !important;
  }
  .marR160t {
    margin-right: 160px !important;
  }
  .marT160t {
    margin-top: 160px !important;
  }
  .marB160t {
    margin-bottom: 160px !important;
  }
  .marA160t {
    margin: 160px !important;
  }
  .marL170t {
    margin-left: 170px !important;
  }
  .marR170t {
    margin-right: 170px !important;
  }
  .marT170t {
    margin-top: 170px !important;
  }
  .marB170t {
    margin-bottom: 170px !important;
  }
  .marA170t {
    margin: 170px !important;
  }
  .marL180t {
    margin-left: 180px !important;
  }
  .marR180t {
    margin-right: 180px !important;
  }
  .marT180t {
    margin-top: 180px !important;
  }
  .marB180t {
    margin-bottom: 180px !important;
  }
  .marA180t {
    margin: 180px !important;
  }
  .marL190t {
    margin-left: 190px !important;
  }
  .marR190t {
    margin-right: 190px !important;
  }
  .marT190t {
    margin-top: 190px !important;
  }
  .marB190t {
    margin-bottom: 190px !important;
  }
  .marA190t {
    margin: 190px !important;
  }
  .marL200t {
    margin-left: 200px !important;
  }
  .marR200t {
    margin-right: 200px !important;
  }
  .marT200t {
    margin-top: 200px !important;
  }
  .marB200t {
    margin-bottom: 200px !important;
  }
  .marA200t {
    margin: 200px !important;
  }
  .padL1t {
    padding-left: 1px !important;
  }
  .padR1t {
    padding-right: 1px !important;
  }
  .padT1t {
    padding-top: 1px !important;
  }
  .padB1t {
    padding-bottom: 1px !important;
  }
  .padA1t {
    padding: 1px !important;
  }
  .padL2t {
    padding-left: 2px !important;
  }
  .padR2t {
    padding-right: 2px !important;
  }
  .padT2t {
    padding-top: 2px !important;
  }
  .padB2t {
    padding-bottom: 2px !important;
  }
  .padA2t {
    padding: 2px !important;
  }
  .padL3t {
    padding-left: 3px !important;
  }
  .padR3t {
    padding-right: 3px !important;
  }
  .padT3t {
    padding-top: 3px !important;
  }
  .padB3t {
    padding-bottom: 3px !important;
  }
  .padA3t {
    padding: 3px !important;
  }
  .padL4t {
    padding-left: 4px !important;
  }
  .padR4t {
    padding-right: 4px !important;
  }
  .padT4t {
    padding-top: 4px !important;
  }
  .padB4t {
    padding-bottom: 4px !important;
  }
  .padA4t {
    padding: 4px !important;
  }
  .padL5t {
    padding-left: 5px !important;
  }
  .padR5t {
    padding-right: 5px !important;
  }
  .padT5t {
    padding-top: 5px !important;
  }
  .padB5t {
    padding-bottom: 5px !important;
  }
  .padA5t {
    padding: 5px !important;
  }
  .padL6t {
    padding-left: 6px !important;
  }
  .padR6t {
    padding-right: 6px !important;
  }
  .padT6t {
    padding-top: 6px !important;
  }
  .padB6t {
    padding-bottom: 6px !important;
  }
  .padA6t {
    padding: 6px !important;
  }
  .padL7t {
    padding-left: 7px !important;
  }
  .padR7t {
    padding-right: 7px !important;
  }
  .padT7t {
    padding-top: 7px !important;
  }
  .padB7t {
    padding-bottom: 7px !important;
  }
  .padA7t {
    padding: 7px !important;
  }
  .padL8t {
    padding-left: 8px !important;
  }
  .padR8t {
    padding-right: 8px !important;
  }
  .padT8t {
    padding-top: 8px !important;
  }
  .padB8t {
    padding-bottom: 8px !important;
  }
  .padA8t {
    padding: 8px !important;
  }
  .padL9t {
    padding-left: 9px !important;
  }
  .padR9t {
    padding-right: 9px !important;
  }
  .padT9t {
    padding-top: 9px !important;
  }
  .padB9t {
    padding-bottom: 9px !important;
  }
  .padA9t {
    padding: 9px !important;
  }
  .padL10t {
    padding-left: 10px !important;
  }
  .padR10t {
    padding-right: 10px !important;
  }
  .padT10t {
    padding-top: 10px !important;
  }
  .padB10t {
    padding-bottom: 10px !important;
  }
  .padA10t {
    padding: 10px !important;
  }
  .padL11t {
    padding-left: 11px !important;
  }
  .padR11t {
    padding-right: 11px !important;
  }
  .padT11t {
    padding-top: 11px !important;
  }
  .padB11t {
    padding-bottom: 11px !important;
  }
  .padA11t {
    padding: 11px !important;
  }
  .padL12t {
    padding-left: 12px !important;
  }
  .padR12t {
    padding-right: 12px !important;
  }
  .padT12t {
    padding-top: 12px !important;
  }
  .padB12t {
    padding-bottom: 12px !important;
  }
  .padA12t {
    padding: 12px !important;
  }
  .padL13t {
    padding-left: 13px !important;
  }
  .padR13t {
    padding-right: 13px !important;
  }
  .padT13t {
    padding-top: 13px !important;
  }
  .padB13t {
    padding-bottom: 13px !important;
  }
  .padA13t {
    padding: 13px !important;
  }
  .padL14t {
    padding-left: 14px !important;
  }
  .padR14t {
    padding-right: 14px !important;
  }
  .padT14t {
    padding-top: 14px !important;
  }
  .padB14t {
    padding-bottom: 14px !important;
  }
  .padA14t {
    padding: 14px !important;
  }
  .padL15t {
    padding-left: 15px !important;
  }
  .padR15t {
    padding-right: 15px !important;
  }
  .padT15t {
    padding-top: 15px !important;
  }
  .padB15t {
    padding-bottom: 15px !important;
  }
  .padA15t {
    padding: 15px !important;
  }
  .padL16t {
    padding-left: 16px !important;
  }
  .padR16t {
    padding-right: 16px !important;
  }
  .padT16t {
    padding-top: 16px !important;
  }
  .padB16t {
    padding-bottom: 16px !important;
  }
  .padA16t {
    padding: 16px !important;
  }
  .padL17t {
    padding-left: 17px !important;
  }
  .padR17t {
    padding-right: 17px !important;
  }
  .padT17t {
    padding-top: 17px !important;
  }
  .padB17t {
    padding-bottom: 17px !important;
  }
  .padA17t {
    padding: 17px !important;
  }
  .padL18t {
    padding-left: 18px !important;
  }
  .padR18t {
    padding-right: 18px !important;
  }
  .padT18t {
    padding-top: 18px !important;
  }
  .padB18t {
    padding-bottom: 18px !important;
  }
  .padA18t {
    padding: 18px !important;
  }
  .padL19t {
    padding-left: 19px !important;
  }
  .padR19t {
    padding-right: 19px !important;
  }
  .padT19t {
    padding-top: 19px !important;
  }
  .padB19t {
    padding-bottom: 19px !important;
  }
  .padA19t {
    padding: 19px !important;
  }
  .padL20t {
    padding-left: 20px !important;
  }
  .padR20t {
    padding-right: 20px !important;
  }
  .padT20t {
    padding-top: 20px !important;
  }
  .padB20t {
    padding-bottom: 20px !important;
  }
  .padA20t {
    padding: 20px !important;
  }
  .padL21t {
    padding-left: 21px !important;
  }
  .padR21t {
    padding-right: 21px !important;
  }
  .padT21t {
    padding-top: 21px !important;
  }
  .padB21t {
    padding-bottom: 21px !important;
  }
  .padA21t {
    padding: 21px !important;
  }
  .padL22t {
    padding-left: 22px !important;
  }
  .padR22t {
    padding-right: 22px !important;
  }
  .padT22t {
    padding-top: 22px !important;
  }
  .padB22t {
    padding-bottom: 22px !important;
  }
  .padA22t {
    padding: 22px !important;
  }
  .padL23t {
    padding-left: 23px !important;
  }
  .padR23t {
    padding-right: 23px !important;
  }
  .padT23t {
    padding-top: 23px !important;
  }
  .padB23t {
    padding-bottom: 23px !important;
  }
  .padA23t {
    padding: 23px !important;
  }
  .padL24t {
    padding-left: 24px !important;
  }
  .padR24t {
    padding-right: 24px !important;
  }
  .padT24t {
    padding-top: 24px !important;
  }
  .padB24t {
    padding-bottom: 24px !important;
  }
  .padA24t {
    padding: 24px !important;
  }
  .padL25t {
    padding-left: 25px !important;
  }
  .padR25t {
    padding-right: 25px !important;
  }
  .padT25t {
    padding-top: 25px !important;
  }
  .padB25t {
    padding-bottom: 25px !important;
  }
  .padA25t {
    padding: 25px !important;
  }
  .padL26t {
    padding-left: 26px !important;
  }
  .padR26t {
    padding-right: 26px !important;
  }
  .padT26t {
    padding-top: 26px !important;
  }
  .padB26t {
    padding-bottom: 26px !important;
  }
  .padA26t {
    padding: 26px !important;
  }
  .padL27t {
    padding-left: 27px !important;
  }
  .padR27t {
    padding-right: 27px !important;
  }
  .padT27t {
    padding-top: 27px !important;
  }
  .padB27t {
    padding-bottom: 27px !important;
  }
  .padA27t {
    padding: 27px !important;
  }
  .padL28t {
    padding-left: 28px !important;
  }
  .padR28t {
    padding-right: 28px !important;
  }
  .padT28t {
    padding-top: 28px !important;
  }
  .padB28t {
    padding-bottom: 28px !important;
  }
  .padA28t {
    padding: 28px !important;
  }
  .padL29t {
    padding-left: 29px !important;
  }
  .padR29t {
    padding-right: 29px !important;
  }
  .padT29t {
    padding-top: 29px !important;
  }
  .padB29t {
    padding-bottom: 29px !important;
  }
  .padA29t {
    padding: 29px !important;
  }
  .padL30t {
    padding-left: 30px !important;
  }
  .padR30t {
    padding-right: 30px !important;
  }
  .padT30t {
    padding-top: 30px !important;
  }
  .padB30t {
    padding-bottom: 30px !important;
  }
  .padA30t {
    padding: 30px !important;
  }
  .padL35t {
    padding-left: 35px !important;
  }
  .padR35t {
    padding-right: 35px !important;
  }
  .padT35t {
    padding-top: 35px !important;
  }
  .padB35t {
    padding-bottom: 35px !important;
  }
  .padA35t {
    padding: 35px !important;
  }
  .padL40t {
    padding-left: 40px !important;
  }
  .padR40t {
    padding-right: 40px !important;
  }
  .padT40t {
    padding-top: 40px !important;
  }
  .padB40t {
    padding-bottom: 40px !important;
  }
  .padA40t {
    padding: 40px !important;
  }
  .padL45t {
    padding-left: 45px !important;
  }
  .padR45t {
    padding-right: 45px !important;
  }
  .padT45t {
    padding-top: 45px !important;
  }
  .padB45t {
    padding-bottom: 45px !important;
  }
  .padA45t {
    padding: 45px !important;
  }
  .padL50t {
    padding-left: 50px !important;
  }
  .padR50t {
    padding-right: 50px !important;
  }
  .padT50t {
    padding-top: 50px !important;
  }
  .padB50t {
    padding-bottom: 50px !important;
  }
  .padA50t {
    padding: 50px !important;
  }
  .padL55t {
    padding-left: 55px !important;
  }
  .padR55t {
    padding-right: 55px !important;
  }
  .padT55t {
    padding-top: 55px !important;
  }
  .padB55t {
    padding-bottom: 55px !important;
  }
  .padA55t {
    padding: 55px !important;
  }
  .padL60t {
    padding-left: 60px !important;
  }
  .padR60t {
    padding-right: 60px !important;
  }
  .padT60t {
    padding-top: 60px !important;
  }
  .padB60t {
    padding-bottom: 60px !important;
  }
  .padA60t {
    padding: 60px !important;
  }
  .padL65t {
    padding-left: 65px !important;
  }
  .padR65t {
    padding-right: 65px !important;
  }
  .padT65t {
    padding-top: 65px !important;
  }
  .padB65t {
    padding-bottom: 65px !important;
  }
  .padA65t {
    padding: 65px !important;
  }
  .padL70t {
    padding-left: 70px !important;
  }
  .padR70t {
    padding-right: 70px !important;
  }
  .padT70t {
    padding-top: 70px !important;
  }
  .padB70t {
    padding-bottom: 70px !important;
  }
  .padA70t {
    padding: 70px !important;
  }
  .padL75t {
    padding-left: 75px !important;
  }
  .padR75t {
    padding-right: 75px !important;
  }
  .padT75t {
    padding-top: 75px !important;
  }
  .padB75t {
    padding-bottom: 75px !important;
  }
  .padA75t {
    padding: 75px !important;
  }
  .padL80t {
    padding-left: 80px !important;
  }
  .padR80t {
    padding-right: 80px !important;
  }
  .padT80t {
    padding-top: 80px !important;
  }
  .padB80t {
    padding-bottom: 80px !important;
  }
  .padA80t {
    padding: 80px !important;
  }
  .padL85t {
    padding-left: 85px !important;
  }
  .padR85t {
    padding-right: 85px !important;
  }
  .padT85t {
    padding-top: 85px !important;
  }
  .padB85t {
    padding-bottom: 85px !important;
  }
  .padA85t {
    padding: 85px !important;
  }
  .padL90t {
    padding-left: 90px !important;
  }
  .padR90t {
    padding-right: 90px !important;
  }
  .padT90t {
    padding-top: 90px !important;
  }
  .padB90t {
    padding-bottom: 90px !important;
  }
  .padA90t {
    padding: 90px !important;
  }
  .padL95t {
    padding-left: 95px !important;
  }
  .padR95t {
    padding-right: 95px !important;
  }
  .padT95t {
    padding-top: 95px !important;
  }
  .padB95t {
    padding-bottom: 95px !important;
  }
  .padA95t {
    padding: 95px !important;
  }
  .padL100t {
    padding-left: 100px !important;
  }
  .padR100t {
    padding-right: 100px !important;
  }
  .padT100t {
    padding-top: 100px !important;
  }
  .padB100t {
    padding-bottom: 100px !important;
  }
  .padA100t {
    padding: 100px !important;
  }
  .padL110t {
    padding-left: 110px !important;
  }
  .padR110t {
    padding-right: 110px !important;
  }
  .padT110t {
    padding-top: 110px !important;
  }
  .padB110t {
    padding-bottom: 110px !important;
  }
  .padA110t {
    padding: 110px !important;
  }
  .padL120t {
    padding-left: 120px !important;
  }
  .padR120t {
    padding-right: 120px !important;
  }
  .padT120t {
    padding-top: 120px !important;
  }
  .padB120t {
    padding-bottom: 120px !important;
  }
  .padA120t {
    padding: 120px !important;
  }
  .padL130t {
    padding-left: 130px !important;
  }
  .padR130t {
    padding-right: 130px !important;
  }
  .padT130t {
    padding-top: 130px !important;
  }
  .padB130t {
    padding-bottom: 130px !important;
  }
  .padA130t {
    padding: 130px !important;
  }
  .padL140t {
    padding-left: 140px !important;
  }
  .padR140t {
    padding-right: 140px !important;
  }
  .padT140t {
    padding-top: 140px !important;
  }
  .padB140t {
    padding-bottom: 140px !important;
  }
  .padA140t {
    padding: 140px !important;
  }
  .padL150t {
    padding-left: 150px !important;
  }
  .padR150t {
    padding-right: 150px !important;
  }
  .padT150t {
    padding-top: 150px !important;
  }
  .padB150t {
    padding-bottom: 150px !important;
  }
  .padA150t {
    padding: 150px !important;
  }
  .padL160t {
    padding-left: 160px !important;
  }
  .padR160t {
    padding-right: 160px !important;
  }
  .padT160t {
    padding-top: 160px !important;
  }
  .padB160t {
    padding-bottom: 160px !important;
  }
  .padA160t {
    padding: 160px !important;
  }
  .padL170t {
    padding-left: 170px !important;
  }
  .padR170t {
    padding-right: 170px !important;
  }
  .padT170t {
    padding-top: 170px !important;
  }
  .padB170t {
    padding-bottom: 170px !important;
  }
  .padA170t {
    padding: 170px !important;
  }
  .padL180t {
    padding-left: 180px !important;
  }
  .padR180t {
    padding-right: 180px !important;
  }
  .padT180t {
    padding-top: 180px !important;
  }
  .padB180t {
    padding-bottom: 180px !important;
  }
  .padA180t {
    padding: 180px !important;
  }
  .padL190t {
    padding-left: 190px !important;
  }
  .padR190t {
    padding-right: 190px !important;
  }
  .padT190t {
    padding-top: 190px !important;
  }
  .padB190t {
    padding-bottom: 190px !important;
  }
  .padA190t {
    padding: 190px !important;
  }
  .padL200t {
    padding-left: 200px !important;
  }
  .padR200t {
    padding-right: 200px !important;
  }
  .padT200t {
    padding-top: 200px !important;
  }
  .padB200t {
    padding-bottom: 200px !important;
  }
  .padA200t {
    padding: 200px !important;
  }
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1024px) {
  /**
  * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
  * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
  */
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
  }
  input, label {
    vertical-align: middle;
  }
  input[type=text],
input[type=password],
input[type=tel],
input[type=email],
textarea {
    width: 100%;
    padding: 5px 10px;
    margin: 0px;
    border: 1px solid #aaa;
    border-radius: 5px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  select {
    max-width: 100%;
    height: 35px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .formCntName {
    width: 300px !important;
  }
  .formCntKana {
    width: 300px !important;
  }
  .formCntTel {
    width: 200px !important;
  }
  .formCntZip1 {
    width: 90px !important;
  }
  .formCntZip2 {
    width: 120px !important;
  }
  .formCntPref {
    width: 10em !important;
  }
  .formCntAddress {
    width: 100% !important;
  }
  .formCntMail {
    width: 400px !important;
  }
  .formCntCnt {
    width: 100% !important;
  }
  .formTckName {
    width: 300px !important;
  }
  .formTckKana {
    width: 300px !important;
  }
  .formTckNum {
    width: 50px !important;
  }
  .formTckZip1 {
    width: 90px !important;
  }
  .formTckZip2 {
    width: 120px !important;
  }
  .formTckPref {
    width: 10em !important;
  }
  .formTckAddress {
    width: 100% !important;
  }
  .formTckTel {
    width: 200px !important;
  }
  .formTckMail1 {
    width: 400px !important;
  }
  .formTckMail2 {
    width: 400px !important;
  }
  .formTckCnt {
    width: 100% !important;
  }
  .formTckKind li {
    display: inline-block;
    vertical-align: middle;
  }
  .ruleBase {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .formBox30 {
    width: 30px !important;
  }
  .formBox40 {
    width: 40px !important;
  }
  .formBox50 {
    width: 50px !important;
  }
  .formBox60 {
    width: 60px !important;
  }
  .formBox70 {
    width: 70px !important;
  }
  .formBox80 {
    width: 80px !important;
  }
  .formBox90 {
    width: 90px !important;
  }
  .formBox100 {
    width: 100px !important;
  }
  .formBox150 {
    width: 150px !important;
  }
  .formBox200 {
    width: 200px !important;
  }
  .formBox250 {
    width: 250px !important;
  }
  .formBox300 {
    width: 300px !important;
  }
  .formBox400 {
    width: 400px !important;
  }
  .formBox450 {
    width: 450px !important;
  }
  .formBox500 {
    width: 500px !important;
  }
  .formTextArea01 {
    width: 500px;
    height: 300px;
  }
  .accompany {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    padding-top: 2px;
  }
  .example {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 2px;
  }
  .attention {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    margin-top: 3px;
  }
  .est {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    margin-left: 0.5em;
  }
  .formParaList li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
  .formVertList li {
    display: block;
    list-style-type: none;
    margin-bottom: 10px;
  }
  .ruleBase {
    width: 91%;
    padding: 10px;
    margin-bottom: 10px;
    height: 200px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .btnArea {
    padding-top: 40px;
  }
  .btnArea li {
    padding: 0px 10px;
  }
  .titError {
    margin-bottom: 10px;
  }
  .titError img {
    height: 50px;
    width: auto;
  }
  .errSec {
    margin-bottom: 30px;
  }
  .errSec ul li {
    padding: 4px 0px;
    padding-left: 45px;
  }
  .errSec ul li::before {
    left: 14px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  html {
    height: 100%;
    font-size: 62.5%;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 400;
  }
  a:focus, *:focus {
    outline: none;
  }
  table th {
    padding: 7px 10px;
  }
  table td {
    padding: 7px 10px;
  }
  div#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -400px;
  }
  header {
    height: 120px;
    background-color: rgba(0, 0, 0, 0.75);
  }
  header #headerContents {
    height: 120px;
    padding-right: 1.5vw;
    padding-left: 2.5vw;
  }
  header #mainLogoBase {
    width: 320px;
  }
  header #mainLogoBase img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  header #headerRight {
    height: 120px;
  }
  footer {
    height: 400px;
  }
  footer #footerContents {
    width: 1200px;
    padding: 0px 20px;
  }
  footer #footerLogoBase {
    padding-top: 100px;
  }
  footer #footerLogoBase img {
    width: 160px;
  }
  footer .footerMainBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    padding-top: 45px;
  }
  footer .footerMainBlock .left {
    width: 50%;
  }
  footer .footerMainBlock .right {
    width: 42%;
  }
  footer .footerCntBlock {
    height: 100%;
  }
  footer .footerCntBlock .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    padding-right: 30px;
  }
  footer .footerCntBlock .cntBase {
    padding-left: 30px;
    border-left: 1px solid #4c4c4c;
  }
  .footerMenu {
    padding-top: 70px;
  }
  .footerMenu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .footerMenu ul li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    padding: 0 12px;
  }
  .footerMenu ul li a {
    white-space: nowrap;
  }
  #copyrightBase {
    position: absolute;
    bottom: 50px;
    width: 100%;
  }
  #copyright {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
  }
  #powerd {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
  }
  #footerPush {
    height: 400px;
  }
  #floatingGoTop a {
    width: 70px;
    height: 70px;
  }
  #floatingGoTop a::after {
    width: 24px;
    height: 24px;
    margin-top: -16.8px;
  }
  #coverMenu {
    display: none;
  }
  #headerSnsList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 12px;
    padding-right: 10px;
  }
  #headerSnsList ul li {
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #headerSnsList ul li a {
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  #headerSnsList ul li a:hover {
    opacity: 0.7;
  }
  #headerSnsList ul li img {
    display: block;
    width: 30px;
    height: 30px;
  }
  #priNavi {
    padding-left: 10px;
  }
  #priNavi li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
  }
  #priNavi li a {
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    width: 120px;
    height: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    line-height: 42px;
    color: #F4DA24;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  #priNavi li a:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
    background-color: #BBCF37;
  }
  #priNavi li a:hover {
    opacity: 0.7;
  }
  #headerSns {
    display: block;
  }
  #headerSns li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
  }
  #headerSns li a {
    display: block;
    width: 42px;
    height: 42px;
    border: 2px solid #BBCF37;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  #headerSns li a:hover {
    opacity: 0.6;
  }
  #headerSns li a img {
    width: 26px;
    height: 26px;
  }
  #gNaviSec {
    padding-top: 20px;
  }
  #gNaviSec .inner {
    margin: 0px auto;
  }
  #gNaviSec .inner::after {
    content: "";
    display: block;
    clear: both;
  }
  #gNaviSec .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #gNaviSec .inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
  }
  #gNaviSec .inner ul li::after, #gNaviSec .inner ul li:first-child::before {
    content: "";
    width: 1px;
    height: 2.8em;
    margin: 0px 1.5vw;
    background-color: #707070;
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  #gNaviSec .inner ul li:first-child::before {
    content: "";
    width: 1px;
    height: 2.8em;
    margin: 0px 1.2vw;
    background-color: #707070;
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  #gNaviSec .inner ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Sarpanch", sans-serif;
    letter-spacing: 1px;
    color: #BBCF37;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    white-space: nowrap;
    text-decoration: none;
  }
  #gNaviSec .inner ul li a span {
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  #gNaviSec .inner ul li a span::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: rgba(187, 207, 55, 0) transparent transparent transparent;
    margin: 0 auto;
  }
  #gNaviSec .inner ul li a:hover span {
    color: #74811f;
  }
  #gNaviSec .inner ul li a:hover span:before {
    border-color: #f4da24 transparent transparent transparent;
    -webkit-animation: hoverFlash 0.2s infinite;
            animation: hoverFlash 0.2s infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  #pageTop #gNaviSec .naviTop a span:after, #pagePro #gNaviSec .naviPro a span:after, #pageNews #gNaviSec .naviNews a span:after, #pageMed #gNaviSec .naviMed a span:after, #pageScd #gNaviSec .naviScd a span:after, #pageBio #gNaviSec .naviBio a span:after, #pageDis #gNaviSec .naviDis a span:after, #pageMov #gNaviSec .naviMov a span:after, #pageGds #gNaviSec .naviGds a span:after, #pageGal #gNaviSec .naviGal a span:after, #pageLnk #gNaviSec .naviLnk a span:after, #pageGde #gNaviSec .naviGde a span:after, #pageTck #gNaviSec .naviTck a span:after, #pageCon #gNaviSec .naviCon a span:after {
    background-color: #F4DA24;
    width: 120%;
  }
  #gNaviSec .naviTck,
#gNaviSec .naviCon {
    display: none;
  }
  #gMenuBtnBase {
    display: none;
  }
  #crumbList {
    padding-top: 40px;
  }
  #crumbList ul {
    width: 1200px;
  }
  .cntTitleType1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .cntTitleType2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 2px 12px;
  }
  .cntTitleType3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .cntTitleType3:before {
    margin-right: 40px;
  }
  .cntTitleType3:after {
    margin-left: 40px;
  }
  .secTitleType1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .secTitleType2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .secTitleType3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .secTitlePage {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.4;
    margin-bottom: 60px;
  }
  .secTitlePageSub {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .titSub {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
    padding: 10px 25px;
    margin-bottom: 25px;
  }
  .titFreePage {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    padding-top: 20px;
    margin-bottom: 70px;
  }
  /* レイアウト*/
  .secInner {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px 20px;
  }
  .pageSecBase {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .contentsInfo1 {
    margin-bottom: 50px;
  }
  .emptyBox {
    padding: 60px 15px;
  }
  .btn1 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .btn1 .btnFace {
    min-width: 170px;
    padding: 0 20px;
    height: 48px;
  }
  .btn1 .btnFace::after {
    height: 8px;
    bottom: -8px;
  }
  .btn1:hover .btnText {
    top: 5px;
  }
  .btn1:hover .btnFace::before {
    top: 5px;
  }
  .btn1:hover .btnFace::after {
    height: 3px;
    -webkit-transform: perspective(0.3em) rotateX(-5deg);
            transform: perspective(0.3em) rotateX(-5deg);
  }
  .btn2 {
    min-width: 150px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 12px 30px 12px 20px;
  }
  .btnPrev1 {
    min-width: 100px;
    height: 60px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    line-height: 56px;
    padding-left: 60px;
    padding-right: 40px;
  }
  .btnPrev1::after {
    left: 30px;
    margin-top: -9px;
    width: 20px;
    height: 18px;
  }
  .btnForm1 {
    min-width: 200px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 15px auto;
    padding-left: 20px;
    padding-right: 40px;
  }
  .btnFormReturn1 {
    min-width: 200px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 15px auto;
    padding-left: 40px;
    padding-right: 20px;
  }
  .btnHeader1 {
    min-width: 150px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 15px auto;
    padding-left: 20px;
    padding-right: 30px;
  }
  .oListDefault li {
    list-style-type: decimal;
    margin-left: 23px;
    margin-bottom: 10px;
  }
  .oListDefault li ol {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .oListDefault li ol li {
    list-style-type: upper-roman;
  }
  .genBannerSec {
    padding: 50px 0;
  }
  .genBannerSec ul {
    padding-top: 2%;
  }
  .genBannerSec ul li {
    width: 23.5%;
    margin-bottom: 2%;
    margin-left: 2%;
  }
  .genBannerSec ul li:first-child, .genBannerSec ul li:nth-child(5n) {
    margin-left: 0;
  }
  /* テーブル */
  .pcNone {
    display: none !important;
  }
  .spOnly {
    display: none !important;
  }
  .tbOnly {
    display: none !important;
  }
  .bannerList1 ul li {
    width: 48.5%;
    margin-bottom: 3%;
  }
  .bannerList1 ul li:nth-child(2n) {
    margin-left: 3%;
  }
  .recordList1::before, .recordList1::after {
    width: 30%;
  }
  .recordList1 section {
    width: 30%;
    margin-bottom: 4%;
  }
  .recordList1 section .image {
    width: 100%;
    height: 240px;
    margin-bottom: 5px;
  }
  .recordList1 section .cnt {
    padding: 5px 0 0px;
  }
  .recordList1 section .date {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .recordList1 section .title {
    padding-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: bold;
  }
  .recordList2 section {
    width: 48%;
    margin-bottom: 6%;
  }
  .recordList2 section .image {
    margin-bottom: 10px;
  }
  .recordList2 section .title {
    padding-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
  }
  .recordList2 section .overview {
    padding-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .recordList3 section {
    padding-top: 10px;
  }
  .recordList3 section:first-child {
    padding-top: 0;
  }
  .recordList3 section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 15px 15px;
  }
  .recordList3 section a .date {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    width: 8em;
  }
  .recordList3 section a .title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .recordListHeader {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  #bnrSec {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .itemList1 section {
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
  }
  .itemList1 section .photo {
    float: left;
    width: 30%;
  }
  .itemList1 section .textBase {
    float: right;
    width: 65%;
  }
  .itemList1 section .textBase .itemKind {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .itemList1 section .textBase .name {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .itemList1 section .textBase .infoBase {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 25px;
    padding: 8px 15px;
  }
  .itemList1 section .textBase .infoBase .info {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .itemList1 section .textBase .infoBase .code {
    display: inline-block;
    vertical-align: middle;
  }
  .itemList1 section .textBase .musicListSec {
    margin-bottom: 30px;
  }
  .itemList1 section .textBase .musicListVertSec {
    margin-bottom: 20px;
  }
  .itemList1 section .textBase .itemContents {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .itemList1 section .textBase .btnBase {
    padding-top: 10px;
  }
  .itemList2::before, .itemList2::after {
    content: "";
    display: block;
    width: 30%;
  }
  .itemList2::before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .itemList2 section {
    width: 30%;
    margin-bottom: 5%;
    text-align: center;
  }
  .itemList2 section .image {
    width: 100%;
    height: 300px;
  }
  .itemList2 section .textBase {
    padding-top: 8px;
  }
  .itemList2 section .name {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .itemList2 section .info {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .linkList1 dl dt {
    padding: 8px 20px 8px 20px;
    margin-bottom: 20px;
  }
  .linkList1 dl dd {
    padding: 0 20px;
    padding-bottom: 40px;
  }
  .linkList1 dl dd ul li .name {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .linkList1 dl dd ul li .contents {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 5px;
  }
  /* pager */
  .recordBase .date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 10px;
  }
  .recordBase .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .recordBase .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .recordBase .contents .photo {
    max-width: 40%;
    padding-bottom: 3%;
    margin-right: 5%;
  }
  .recordBase .contents .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .recordBase .returnBtnBase {
    padding-top: 40px;
  }
  #topCntPanel {
    background-color: #222;
  }
  #kvSingleSec {
    margin-bottom: 50px;
    max-width: 1600px;
  }
  #kvSingleSec a {
    display: block;
  }
  #kvSingleSec a img {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  #kvSingleSec a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #topBnrSec {
    padding-top: 50px;
  }
  #topNewsSec {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  #topNewsSec .btnBase {
    padding-top: 10px;
  }
  #topMediaSec {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  #topMediaSec .btnBase {
    padding-top: 10px;
  }
  #topSnsSec {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #topSnsSec .snsBlock .snsItem {
    width: 46%;
    margin-left: 8%;
  }
  #topSnsSec .snsBlock .snsItem:first-child {
    margin-left: 0;
  }
  #topMovieSec {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  #topMovieSec .btnBase {
    padding-top: 30px;
  }
  #topDiscoSec {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  #topDiscoSec .btnBase {
    padding-top: 0px;
  }
  #topStreamSec {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
    margin-top: 30px;
  }
  #topStreamSec .topStreamInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #topStreamSec .topStreamInner .left {
    width: 240px;
    text-align: center;
  }
  #topStreamSec .topStreamInner .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #topScheduleSec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .topSchedulePanel {
    border-radius: 36px;
    padding: 40px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nextPanel {
    width: 450px;
  }
  .subseqPanel {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 50px;
  }
  .subseqPanel .btnBase {
    text-align: right;
    padding-top: 30px;
  }
  .nextBlock.after {
    padding-top: 50px;
  }
  .nextBlock .venueDateBase .date .year {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.7;
  }
  .nextBlock .venueDateBase .date .day {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.7;
    padding: 0 5px;
  }
  .nextBlock .venueDateBase .date .wDay {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .nextBlock .venueDateBase .date .dist {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.7;
    bottom: 3px;
    padding: 0px 3px;
  }
  .nextBlock .venueDateBase .venue {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .nextBlock .infoSec .title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .nextBlock .btnBase {
    padding-top: 20px;
  }
  .topSubseqList {
    max-width: 800px;
    margin: 0 auto;
  }
  .topSubseqList section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 18px 8px 20px 8px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .topSubseqList section .date {
    width: 80px;
    padding-top: 2px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
  .topSubseqList section .date .year {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .topSubseqList section .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 15px;
  }
  .topSubseqList section .info .venue {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .topSubseqList section .info .title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  #topBlogSec {
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
  }
  #topBlogSec .secInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #topBlogSec .secTitle {
    width: 300px;
    padding-top: 10px;
  }
  #topBlogSec .recordListBase {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 50px;
  }
  #profileSec .contents {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    padding-top: 30px;
  }
  .memberListSec {
    padding-top: 70px;
  }
  .memberList section {
    margin-bottom: 5%;
    width: 31%;
    margin-right: 3.5%;
  }
  .memberList section:last-child, .memberList section:nth-child(3n) {
    margin-right: 0;
  }
  .memberList section .nameBox {
    padding: 15px 10px;
  }
  .memberList section .name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .memberList section .part {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .memberList.listLine1 section, .memberList.listLine2 section {
    width: 40%;
    margin-right: 5%;
  }
  .memberList.listLine1 section:last-child, .memberList.listLine1 section:nth-child(2n), .memberList.listLine2 section:last-child, .memberList.listLine2 section:nth-child(2n) {
    margin-right: 0;
  }
  .memberList.listLine4 section, .memberList.listLine7 section {
    width: 23.5%;
    margin-right: 2%;
  }
  .memberList.listLine4 section:last-child, .memberList.listLine4 section:nth-child(4n), .memberList.listLine7 section:last-child, .memberList.listLine7 section:nth-child(4n) {
    margin-right: 0;
  }
  .memberSec .secPanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .memberSec .photo {
    max-width: 50%;
  }
  .memberSec .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 5%;
  }
  .memberSec .contents .nameBox {
    margin-bottom: 30px;
  }
  .memberSec .contents .name {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .memberSec .contents .part {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .memberSec .contents .info {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .memberSec .contents .specList {
    margin-top: 40px;
    border-top: 1px solid #ccc;
  }
  .memberSec .contents .specList dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 8px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .memberSec .contents .specList dl dt {
    width: 40%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
  }
  .memberSec .contents .specList dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
  }
  .memberSec .btnBase {
    padding-top: 40px;
  }
  #newsSec .pagerBase {
    padding-top: 40px;
  }
  .bioList section {
    margin-bottom: 50px;
  }
  .bioList section .date {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.4;
  }
  .bioList section .contents {
    padding-left: 60px;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .bioList section .contents .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .bioList section .contents .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bioList section .contents .image {
    width: 40%;
    margin-left: 5%;
  }
  .bioList section .contents .comment {
    padding-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .scheduleListHeader {
    margin-bottom: 50px;
  }
  .scheduleModeSec ul {
    width: 300px;
  }
  .scheduleModeSec ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .scheduleModeSec ul li > a, .scheduleModeSec ul li > span {
    padding: 10px 10px;
  }
  .scheduleModeSec ul li > a.past span::before, .scheduleModeSec ul li > a.future span::before, .scheduleModeSec ul li > span.past span::before, .scheduleModeSec ul li > span.future span::before {
    width: 40px;
  }
  .scheduleModeSec ul li > a.past:hover span::before, .scheduleModeSec ul li > a.future:hover span::before, .scheduleModeSec ul li > span.past:hover span::before, .scheduleModeSec ul li > span.future:hover span::before {
    width: 70px;
  }
  .scheduleModeSec ul li > a.past span::before, .scheduleModeSec ul li > span.past span::before {
    left: -60px;
  }
  .scheduleModeSec ul li > a.past span::after, .scheduleModeSec ul li > span.past span::after {
    left: -59px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .scheduleModeSec ul li > a.past:hover span::before, .scheduleModeSec ul li > span.past:hover span::before {
    left: -90px;
  }
  .scheduleModeSec ul li > a.past:hover span::after, .scheduleModeSec ul li > span.past:hover span::after {
    left: -89px;
  }
  .scheduleModeSec ul li > a.future span::before, .scheduleModeSec ul li > span.future span::before {
    right: -60px;
  }
  .scheduleModeSec ul li > a.future span::after, .scheduleModeSec ul li > span.future span::after {
    right: -59px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .scheduleModeSec ul li > a.future:hover span::before, .scheduleModeSec ul li > span.future:hover span::before {
    right: -90px;
  }
  .scheduleModeSec ul li > a.future:hover span::after, .scheduleModeSec ul li > span.future:hover span::after {
    right: -89px;
  }
  .schedulePager .pagerSec {
    margin-top: 50px;
  }
  .scheduleList section a {
    padding: 15px 60px 15px 15px;
    min-height: 110px;
  }
  .scheduleList section .date {
    width: 250px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .scheduleList section .date .wDay {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .scheduleList section .info .place {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .scheduleList section .info .title {
    padding-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .scheduleDetailSec {
    word-break: break-all;
  }
  .scheduleDetailSec .scheduleDetailHeader {
    margin-bottom: 25px;
  }
  .scheduleDetailSec .scheduleDetailHeader .date {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .scheduleDetailSec .scheduleDetailHeader .date .wDay {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .scheduleDetailSec .scheduleDetailHeader .place {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .scheduleDetail .overviewBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 70px;
  }
  .scheduleDetail .overviewBlock .image {
    max-width: 50%;
    margin-right: 5%;
  }
  .scheduleDetail .overviewBlock .overview {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .scheduleDetail .overviewBlock .overview .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .scheduleDetail .overviewBlock .overview .info {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .scheduleDetail .infoBlock {
    margin-top: 40px;
    border-top: 1px solid #ccc;
  }
  .scheduleDetail .infoBlock dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 8px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .scheduleDetail .infoBlock dl dt {
    width: 10em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 20px;
    text-align: center;
  }
  .scheduleDetail .infoBlock dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 20px;
  }
  .placeSec .placeName {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .placeSec .placeInfoBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .placeSec .placeInfo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .placeSec .placeInfo .tel {
    padding-top: 15px;
  }
  .placeSec .mapBase {
    width: 450px;
    margin-left: 5%;
  }
  .placeSec .mapBase iframe {
    height: 300px;
  }
  #photoSec .pagerBase {
    padding-top: 40px;
  }
  .albumList section {
    width: 48%;
    margin-bottom: 4%;
  }
  .albumList section a {
    height: 260px;
  }
  .albumList section .name {
    padding: 10px 20px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .albumName {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .photoList ul::before {
    width: 24.4%;
  }
  .photoList ul::after {
    width: 24.4%;
  }
  .photoList ul li {
    width: 24.4%;
    margin-bottom: 0.8%;
  }
  #movieSec .pagerBase {
    padding-top: 40px;
  }
  .formInfo {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 30px;
    margin-bottom: 50px;
  }
  .formInfo .title {
    margin-bottom: 15px;
  }
  #pageGuide .pageCopy {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
  #pageGuide .guideDocsBase {
    padding-top: 40px;
  }
  #pageGuide .guideDocsBase img {
    width: 600px;
    max-width: 100%;
  }
  .guideArticle section {
    margin-top: 70px;
  }
  .guideArticle section .secTitle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .guideArticle section .secTitle span {
    padding-top: 12px;
  }
  .guideArticle section .secCntBlock {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .kvSliderSec {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .kvSliderSec .swiper-container {
    width: 100%;
  }
  .kvSliderSec .swiper-container .swiper-slide {
    max-width: 900px;
  }
  .kvSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #ddd;
  }
  .kvSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
    background-color: #F4DA24;
  }
  .kvSliderSec .swiper-container .swiper-button-prev {
    left: 3%;
  }
  .kvSliderSec .swiper-container .swiper-button-next {
    right: 3%;
  }
  .kvSliderSec .swiper-container .swiper-slide {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    -webkit-transform-origin: center top !important;
        -ms-transform-origin: center top !important;
            transform-origin: center top !important;
  }
  .kvSliderSec .swiper-container .swiper-slide .slideInner {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    -webkit-transition-duration: 0.6s !important;
         -o-transition-duration: 0.6s !important;
            transition-duration: 0.6s !important;
    position: relative;
    overflow: hidden;
  }
  .kvSliderSec .swiper-container .swiper-slide .slideInner a::after, .kvSliderSec .swiper-container .swiper-slide .slideInner .cover::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    left: 0;
    top: 0;
    -webkit-transition-duration: 0.6s !important;
         -o-transition-duration: 0.6s !important;
            transition-duration: 0.6s !important;
    opacity: 0;
  }
  .kvSliderSec .swiper-container .swiper-slide .slideInner a img {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .kvSliderSec .swiper-container .swiper-slide .slideInner a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1200px) {
  .kvSliderSec {
    padding-bottom: 40px;
  }
  .kvSliderSec .swiper-container .swiper-slide-active {
    background-color: none;
  }
  .kvSliderSec .swiper-container .swiper-slide-active .slideInner a::after, .kvSliderSec .swiper-container .swiper-slide-active .slideInner .cover::after {
    opacity: 0;
  }
  .kvSliderSec .swiper-container .swiper-slide-prev,
.kvSliderSec .swiper-container .swiper-slide-next {
    -webkit-transform: scale(0.9) !important;
        -ms-transform: scale(0.9) !important;
            transform: scale(0.9) !important;
  }
  .kvSliderSec .swiper-container .swiper-slide-prev .slideInner a::after, .kvSliderSec .swiper-container .swiper-slide-prev .slideInner .cover::after,
.kvSliderSec .swiper-container .swiper-slide-next .slideInner a::after,
.kvSliderSec .swiper-container .swiper-slide-next .slideInner .cover::after {
    opacity: 0.4;
  }
  .kvSliderSec .swiper-container .swiper-slide-duplicate-prev .slideInner a::after, .kvSliderSec .swiper-container .swiper-slide-duplicate-prev .slideInner .cover::after,
.kvSliderSec .swiper-container .swiper-slide-duplicate-next .slideInner a::after,
.kvSliderSec .swiper-container .swiper-slide-duplicate-next .slideInner .cover::after {
    opacity: 0.4;
  }
  .kvSliderSec .swiper-container .swiper-button-prev {
    left: 50%;
    margin-left: -530px;
  }
  .kvSliderSec .swiper-container .swiper-button-next {
    right: 50%;
    margin-right: -530px;
  }
  .kvSliderSec .swiper-container .swiper-button-prev,
.kvSliderSec .swiper-container .swiper-button-next {
    width: 50px;
    height: 200px;
    margin-top: -100px;
    border-radius: 8px;
    -webkit-transition-duration: 0.4s !important;
         -o-transition-duration: 0.4s !important;
            transition-duration: 0.4s !important;
  }
  .kvSliderSec .swiper-container .swiper-button-prev:hover,
.kvSliderSec .swiper-container .swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (min-width: 1024px) {
  .bnrSliderSec .swiper-container {
    width: 100%;
    padding-bottom: 70px;
  }
  .bnrSliderSec .swiper-container .swiper-slide {
    max-width: 500px;
  }
  .bnrSliderSec .swiper-container .swiper-slide .slideInner a img {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .bnrSliderSec .swiper-container .swiper-slide .slideInner a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .bnrSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    margin: 5px;
  }
  .bnrSliderSec .swiper-container .swiper-button-prev,
.bnrSliderSec .swiper-container .swiper-button-next {
    margin-top: -57px;
  }
}
@media only screen and (min-width: 1024px) {
  .cntSliderSec .swiper-container {
    width: 100%;
    padding-bottom: 70px;
  }
  .cntSliderSec .swiper-container .swiper-slide {
    max-width: 600px;
  }
  .cntSliderSec .swiper-container .swiper-slide .slideInner a img {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .cntSliderSec .swiper-container .swiper-slide .slideInner a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cntSliderSec .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    margin: 5px;
  }
  .cntSliderSec .swiper-container .swiper-button-prev,
.cntSliderSec .swiper-container .swiper-button-next {
    margin-top: -57px;
  }
}
@media only screen and (min-width: 1024px) {
  #loadingCoverSec .markBase .mark {
    width: 180px;
    height: 180px;
  }
  #loadingCoverSec .typeBase {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 20px;
  }
  #loadingCoverSec.hide .typeBase .type {
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
  }
}
@media only screen and (min-width: 1024px) {
  @-webkit-keyframes logoRotation {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes logoRotation {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
}
@media only screen and (min-width: 1024px) {
  @-webkit-keyframes loadingText {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0.6;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes loadingText {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0.6;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
}
@media only screen and (min-width: 1024px) {
  @-webkit-keyframes loadingTextAfter {
    0% {
      content: ".";
    }
    33% {
      content: "..";
    }
    66% {
      content: "...";
    }
    100% {
      content: "";
    }
  }
  @keyframes loadingTextAfter {
    0% {
      content: ".";
    }
    33% {
      content: "..";
    }
    66% {
      content: "...";
    }
    100% {
      content: "";
    }
  }
}
@media only screen and (min-width: 1024px) {
  @-webkit-keyframes loadingBase {
    99% {
      opacity: 0;
      -webkit-transform: translateY(0vh);
              transform: translateY(0vh);
    }
    100% {
      -webkit-transform: translateY(-400vh);
              transform: translateY(-400vh);
    }
  }
  @keyframes loadingBase {
    99% {
      opacity: 0;
      -webkit-transform: translateY(0vh);
              transform: translateY(0vh);
    }
    100% {
      -webkit-transform: translateY(-400vh);
              transform: translateY(-400vh);
    }
  }
}
@media only screen and (min-width: 1024px) {
  @-webkit-keyframes loadingMarkComplete {
    99% {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
  }
  @keyframes loadingMarkComplete {
    99% {
      opacity: 0;
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
  }
}
@media only screen and (min-width: 1024px) {
  #maintenanceLogo {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #maintenanceLogo img {
    max-width: 300px;
    max-height: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  #maintenanceMessage {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  #pageMaintenance #wrapper {
    margin-bottom: -80px;
  }
  #pageMaintenance #contents {
    padding: 0 30px;
    padding-bottom: 80px;
  }
  #pageMaintenance #footerPush,
#pageMaintenance footer {
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .font10p {
    font-size: 10px !important;
    font-size: 1rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font11p {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font12p {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font13p {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font14p {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font15p {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font16p {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font17p {
    font-size: 17px !important;
    font-size: 1.7rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font18p {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font19p {
    font-size: 19px !important;
    font-size: 1.9rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font20p {
    font-size: 20px !important;
    font-size: 2rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font21p {
    font-size: 21px !important;
    font-size: 2.1rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font22p {
    font-size: 22px !important;
    font-size: 2.2rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font23p {
    font-size: 23px !important;
    font-size: 2.3rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font24p {
    font-size: 24px !important;
    font-size: 2.4rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font25p {
    font-size: 25px !important;
    font-size: 2.5rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font26p {
    font-size: 26px !important;
    font-size: 2.6rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font27p {
    font-size: 27px !important;
    font-size: 2.7rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font28p {
    font-size: 28px !important;
    font-size: 2.8rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font29p {
    font-size: 29px !important;
    font-size: 2.9rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .font30p {
    font-size: 30px !important;
    font-size: 3rem !important;
    line-height: 2 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL1p {
    margin-left: 1px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR1p {
    margin-right: 1px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT1p {
    margin-top: 1px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB1p {
    margin-bottom: 1px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA1p {
    margin: 1px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL2p {
    margin-left: 2px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR2p {
    margin-right: 2px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT2p {
    margin-top: 2px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB2p {
    margin-bottom: 2px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA2p {
    margin: 2px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL3p {
    margin-left: 3px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR3p {
    margin-right: 3px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT3p {
    margin-top: 3px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB3p {
    margin-bottom: 3px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA3p {
    margin: 3px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL4p {
    margin-left: 4px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR4p {
    margin-right: 4px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT4p {
    margin-top: 4px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB4p {
    margin-bottom: 4px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA4p {
    margin: 4px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL5p {
    margin-left: 5px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR5p {
    margin-right: 5px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT5p {
    margin-top: 5px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB5p {
    margin-bottom: 5px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA5p {
    margin: 5px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL6p {
    margin-left: 6px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR6p {
    margin-right: 6px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT6p {
    margin-top: 6px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB6p {
    margin-bottom: 6px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA6p {
    margin: 6px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL7p {
    margin-left: 7px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR7p {
    margin-right: 7px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT7p {
    margin-top: 7px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB7p {
    margin-bottom: 7px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA7p {
    margin: 7px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL8p {
    margin-left: 8px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR8p {
    margin-right: 8px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT8p {
    margin-top: 8px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB8p {
    margin-bottom: 8px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA8p {
    margin: 8px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL9p {
    margin-left: 9px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR9p {
    margin-right: 9px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT9p {
    margin-top: 9px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB9p {
    margin-bottom: 9px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA9p {
    margin: 9px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL10p {
    margin-left: 10px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR10p {
    margin-right: 10px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT10p {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB10p {
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA10p {
    margin: 10px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL11p {
    margin-left: 11px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR11p {
    margin-right: 11px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT11p {
    margin-top: 11px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB11p {
    margin-bottom: 11px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA11p {
    margin: 11px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL12p {
    margin-left: 12px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR12p {
    margin-right: 12px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT12p {
    margin-top: 12px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB12p {
    margin-bottom: 12px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA12p {
    margin: 12px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL13p {
    margin-left: 13px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR13p {
    margin-right: 13px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT13p {
    margin-top: 13px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB13p {
    margin-bottom: 13px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA13p {
    margin: 13px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL14p {
    margin-left: 14px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR14p {
    margin-right: 14px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT14p {
    margin-top: 14px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB14p {
    margin-bottom: 14px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA14p {
    margin: 14px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL15p {
    margin-left: 15px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR15p {
    margin-right: 15px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT15p {
    margin-top: 15px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB15p {
    margin-bottom: 15px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA15p {
    margin: 15px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL16p {
    margin-left: 16px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR16p {
    margin-right: 16px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT16p {
    margin-top: 16px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB16p {
    margin-bottom: 16px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA16p {
    margin: 16px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL17p {
    margin-left: 17px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR17p {
    margin-right: 17px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT17p {
    margin-top: 17px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB17p {
    margin-bottom: 17px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA17p {
    margin: 17px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL18p {
    margin-left: 18px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR18p {
    margin-right: 18px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT18p {
    margin-top: 18px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB18p {
    margin-bottom: 18px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA18p {
    margin: 18px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL19p {
    margin-left: 19px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR19p {
    margin-right: 19px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT19p {
    margin-top: 19px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB19p {
    margin-bottom: 19px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA19p {
    margin: 19px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL20p {
    margin-left: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR20p {
    margin-right: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT20p {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB20p {
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA20p {
    margin: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL21p {
    margin-left: 21px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR21p {
    margin-right: 21px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT21p {
    margin-top: 21px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB21p {
    margin-bottom: 21px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA21p {
    margin: 21px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL22p {
    margin-left: 22px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR22p {
    margin-right: 22px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT22p {
    margin-top: 22px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB22p {
    margin-bottom: 22px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA22p {
    margin: 22px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL23p {
    margin-left: 23px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR23p {
    margin-right: 23px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT23p {
    margin-top: 23px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB23p {
    margin-bottom: 23px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA23p {
    margin: 23px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL24p {
    margin-left: 24px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR24p {
    margin-right: 24px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT24p {
    margin-top: 24px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB24p {
    margin-bottom: 24px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA24p {
    margin: 24px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL25p {
    margin-left: 25px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR25p {
    margin-right: 25px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT25p {
    margin-top: 25px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB25p {
    margin-bottom: 25px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA25p {
    margin: 25px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL26p {
    margin-left: 26px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR26p {
    margin-right: 26px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT26p {
    margin-top: 26px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB26p {
    margin-bottom: 26px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA26p {
    margin: 26px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL27p {
    margin-left: 27px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR27p {
    margin-right: 27px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT27p {
    margin-top: 27px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB27p {
    margin-bottom: 27px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA27p {
    margin: 27px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL28p {
    margin-left: 28px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR28p {
    margin-right: 28px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT28p {
    margin-top: 28px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB28p {
    margin-bottom: 28px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA28p {
    margin: 28px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL29p {
    margin-left: 29px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR29p {
    margin-right: 29px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT29p {
    margin-top: 29px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB29p {
    margin-bottom: 29px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA29p {
    margin: 29px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL30p {
    margin-left: 30px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR30p {
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT30p {
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB30p {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA30p {
    margin: 30px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL35p {
    margin-left: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR35p {
    margin-right: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT35p {
    margin-top: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB35p {
    margin-bottom: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA35p {
    margin: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL40p {
    margin-left: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR40p {
    margin-right: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT40p {
    margin-top: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB40p {
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA40p {
    margin: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL45p {
    margin-left: 45px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR45p {
    margin-right: 45px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT45p {
    margin-top: 45px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB45p {
    margin-bottom: 45px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA45p {
    margin: 45px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL50p {
    margin-left: 50px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR50p {
    margin-right: 50px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT50p {
    margin-top: 50px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB50p {
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA50p {
    margin: 50px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL55p {
    margin-left: 55px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR55p {
    margin-right: 55px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT55p {
    margin-top: 55px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB55p {
    margin-bottom: 55px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA55p {
    margin: 55px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL60p {
    margin-left: 60px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR60p {
    margin-right: 60px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT60p {
    margin-top: 60px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB60p {
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA60p {
    margin: 60px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL65p {
    margin-left: 65px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR65p {
    margin-right: 65px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT65p {
    margin-top: 65px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB65p {
    margin-bottom: 65px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA65p {
    margin: 65px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL70p {
    margin-left: 70px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR70p {
    margin-right: 70px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT70p {
    margin-top: 70px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB70p {
    margin-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA70p {
    margin: 70px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL75p {
    margin-left: 75px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR75p {
    margin-right: 75px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT75p {
    margin-top: 75px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB75p {
    margin-bottom: 75px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA75p {
    margin: 75px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL80p {
    margin-left: 80px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR80p {
    margin-right: 80px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT80p {
    margin-top: 80px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB80p {
    margin-bottom: 80px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA80p {
    margin: 80px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL85p {
    margin-left: 85px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR85p {
    margin-right: 85px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT85p {
    margin-top: 85px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB85p {
    margin-bottom: 85px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA85p {
    margin: 85px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL90p {
    margin-left: 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR90p {
    margin-right: 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT90p {
    margin-top: 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB90p {
    margin-bottom: 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA90p {
    margin: 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL95p {
    margin-left: 95px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR95p {
    margin-right: 95px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT95p {
    margin-top: 95px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB95p {
    margin-bottom: 95px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA95p {
    margin: 95px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL100p {
    margin-left: 100px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR100p {
    margin-right: 100px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT100p {
    margin-top: 100px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB100p {
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA100p {
    margin: 100px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL110p {
    margin-left: 110px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR110p {
    margin-right: 110px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT110p {
    margin-top: 110px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB110p {
    margin-bottom: 110px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA110p {
    margin: 110px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL120p {
    margin-left: 120px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR120p {
    margin-right: 120px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT120p {
    margin-top: 120px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB120p {
    margin-bottom: 120px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA120p {
    margin: 120px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL130p {
    margin-left: 130px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR130p {
    margin-right: 130px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT130p {
    margin-top: 130px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB130p {
    margin-bottom: 130px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA130p {
    margin: 130px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL140p {
    margin-left: 140px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR140p {
    margin-right: 140px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT140p {
    margin-top: 140px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB140p {
    margin-bottom: 140px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA140p {
    margin: 140px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL150p {
    margin-left: 150px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR150p {
    margin-right: 150px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT150p {
    margin-top: 150px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB150p {
    margin-bottom: 150px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA150p {
    margin: 150px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL160p {
    margin-left: 160px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR160p {
    margin-right: 160px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT160p {
    margin-top: 160px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB160p {
    margin-bottom: 160px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA160p {
    margin: 160px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL170p {
    margin-left: 170px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR170p {
    margin-right: 170px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT170p {
    margin-top: 170px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB170p {
    margin-bottom: 170px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA170p {
    margin: 170px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL180p {
    margin-left: 180px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR180p {
    margin-right: 180px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT180p {
    margin-top: 180px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB180p {
    margin-bottom: 180px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA180p {
    margin: 180px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL190p {
    margin-left: 190px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR190p {
    margin-right: 190px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT190p {
    margin-top: 190px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB190p {
    margin-bottom: 190px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA190p {
    margin: 190px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marL200p {
    margin-left: 200px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marR200p {
    margin-right: 200px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marT200p {
    margin-top: 200px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marB200p {
    margin-bottom: 200px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .marA200p {
    margin: 200px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL1p {
    padding-left: 1px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR1p {
    padding-right: 1px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT1p {
    padding-top: 1px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB1p {
    padding-bottom: 1px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA1p {
    padding: 1px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL2p {
    padding-left: 2px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR2p {
    padding-right: 2px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT2p {
    padding-top: 2px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB2p {
    padding-bottom: 2px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA2p {
    padding: 2px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL3p {
    padding-left: 3px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR3p {
    padding-right: 3px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT3p {
    padding-top: 3px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB3p {
    padding-bottom: 3px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA3p {
    padding: 3px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL4p {
    padding-left: 4px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR4p {
    padding-right: 4px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT4p {
    padding-top: 4px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB4p {
    padding-bottom: 4px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA4p {
    padding: 4px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL5p {
    padding-left: 5px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR5p {
    padding-right: 5px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT5p {
    padding-top: 5px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB5p {
    padding-bottom: 5px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA5p {
    padding: 5px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL6p {
    padding-left: 6px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR6p {
    padding-right: 6px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT6p {
    padding-top: 6px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB6p {
    padding-bottom: 6px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA6p {
    padding: 6px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL7p {
    padding-left: 7px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR7p {
    padding-right: 7px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT7p {
    padding-top: 7px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB7p {
    padding-bottom: 7px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA7p {
    padding: 7px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL8p {
    padding-left: 8px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR8p {
    padding-right: 8px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT8p {
    padding-top: 8px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB8p {
    padding-bottom: 8px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA8p {
    padding: 8px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL9p {
    padding-left: 9px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR9p {
    padding-right: 9px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT9p {
    padding-top: 9px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB9p {
    padding-bottom: 9px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA9p {
    padding: 9px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL10p {
    padding-left: 10px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR10p {
    padding-right: 10px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT10p {
    padding-top: 10px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB10p {
    padding-bottom: 10px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA10p {
    padding: 10px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL11p {
    padding-left: 11px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR11p {
    padding-right: 11px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT11p {
    padding-top: 11px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB11p {
    padding-bottom: 11px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA11p {
    padding: 11px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL12p {
    padding-left: 12px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR12p {
    padding-right: 12px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT12p {
    padding-top: 12px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB12p {
    padding-bottom: 12px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA12p {
    padding: 12px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL13p {
    padding-left: 13px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR13p {
    padding-right: 13px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT13p {
    padding-top: 13px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB13p {
    padding-bottom: 13px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA13p {
    padding: 13px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL14p {
    padding-left: 14px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR14p {
    padding-right: 14px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT14p {
    padding-top: 14px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB14p {
    padding-bottom: 14px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA14p {
    padding: 14px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL15p {
    padding-left: 15px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR15p {
    padding-right: 15px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT15p {
    padding-top: 15px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB15p {
    padding-bottom: 15px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA15p {
    padding: 15px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL16p {
    padding-left: 16px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR16p {
    padding-right: 16px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT16p {
    padding-top: 16px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB16p {
    padding-bottom: 16px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA16p {
    padding: 16px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL17p {
    padding-left: 17px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR17p {
    padding-right: 17px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT17p {
    padding-top: 17px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB17p {
    padding-bottom: 17px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA17p {
    padding: 17px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL18p {
    padding-left: 18px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR18p {
    padding-right: 18px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT18p {
    padding-top: 18px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB18p {
    padding-bottom: 18px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA18p {
    padding: 18px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL19p {
    padding-left: 19px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR19p {
    padding-right: 19px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT19p {
    padding-top: 19px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB19p {
    padding-bottom: 19px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA19p {
    padding: 19px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL20p {
    padding-left: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR20p {
    padding-right: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT20p {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB20p {
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA20p {
    padding: 20px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL21p {
    padding-left: 21px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR21p {
    padding-right: 21px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT21p {
    padding-top: 21px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB21p {
    padding-bottom: 21px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA21p {
    padding: 21px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL22p {
    padding-left: 22px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR22p {
    padding-right: 22px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT22p {
    padding-top: 22px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB22p {
    padding-bottom: 22px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA22p {
    padding: 22px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL23p {
    padding-left: 23px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR23p {
    padding-right: 23px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT23p {
    padding-top: 23px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB23p {
    padding-bottom: 23px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA23p {
    padding: 23px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL24p {
    padding-left: 24px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR24p {
    padding-right: 24px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT24p {
    padding-top: 24px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB24p {
    padding-bottom: 24px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA24p {
    padding: 24px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL25p {
    padding-left: 25px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR25p {
    padding-right: 25px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT25p {
    padding-top: 25px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB25p {
    padding-bottom: 25px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA25p {
    padding: 25px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL26p {
    padding-left: 26px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR26p {
    padding-right: 26px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT26p {
    padding-top: 26px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB26p {
    padding-bottom: 26px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA26p {
    padding: 26px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL27p {
    padding-left: 27px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR27p {
    padding-right: 27px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT27p {
    padding-top: 27px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB27p {
    padding-bottom: 27px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA27p {
    padding: 27px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL28p {
    padding-left: 28px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR28p {
    padding-right: 28px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT28p {
    padding-top: 28px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB28p {
    padding-bottom: 28px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA28p {
    padding: 28px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL29p {
    padding-left: 29px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR29p {
    padding-right: 29px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT29p {
    padding-top: 29px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB29p {
    padding-bottom: 29px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA29p {
    padding: 29px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL30p {
    padding-left: 30px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR30p {
    padding-right: 30px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT30p {
    padding-top: 30px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB30p {
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA30p {
    padding: 30px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL35p {
    padding-left: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR35p {
    padding-right: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT35p {
    padding-top: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB35p {
    padding-bottom: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA35p {
    padding: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL40p {
    padding-left: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR40p {
    padding-right: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT40p {
    padding-top: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB40p {
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA40p {
    padding: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL45p {
    padding-left: 45px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR45p {
    padding-right: 45px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT45p {
    padding-top: 45px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB45p {
    padding-bottom: 45px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA45p {
    padding: 45px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL50p {
    padding-left: 50px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR50p {
    padding-right: 50px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT50p {
    padding-top: 50px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB50p {
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA50p {
    padding: 50px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL55p {
    padding-left: 55px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR55p {
    padding-right: 55px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT55p {
    padding-top: 55px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB55p {
    padding-bottom: 55px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA55p {
    padding: 55px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL60p {
    padding-left: 60px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR60p {
    padding-right: 60px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT60p {
    padding-top: 60px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB60p {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA60p {
    padding: 60px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL65p {
    padding-left: 65px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR65p {
    padding-right: 65px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT65p {
    padding-top: 65px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB65p {
    padding-bottom: 65px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA65p {
    padding: 65px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL70p {
    padding-left: 70px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR70p {
    padding-right: 70px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT70p {
    padding-top: 70px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB70p {
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA70p {
    padding: 70px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL75p {
    padding-left: 75px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR75p {
    padding-right: 75px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT75p {
    padding-top: 75px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB75p {
    padding-bottom: 75px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA75p {
    padding: 75px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL80p {
    padding-left: 80px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR80p {
    padding-right: 80px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT80p {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB80p {
    padding-bottom: 80px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA80p {
    padding: 80px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL85p {
    padding-left: 85px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR85p {
    padding-right: 85px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT85p {
    padding-top: 85px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB85p {
    padding-bottom: 85px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA85p {
    padding: 85px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL90p {
    padding-left: 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR90p {
    padding-right: 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT90p {
    padding-top: 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB90p {
    padding-bottom: 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA90p {
    padding: 90px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL95p {
    padding-left: 95px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR95p {
    padding-right: 95px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT95p {
    padding-top: 95px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB95p {
    padding-bottom: 95px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA95p {
    padding: 95px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL100p {
    padding-left: 100px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR100p {
    padding-right: 100px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT100p {
    padding-top: 100px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB100p {
    padding-bottom: 100px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA100p {
    padding: 100px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL110p {
    padding-left: 110px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR110p {
    padding-right: 110px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT110p {
    padding-top: 110px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB110p {
    padding-bottom: 110px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA110p {
    padding: 110px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL120p {
    padding-left: 120px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR120p {
    padding-right: 120px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT120p {
    padding-top: 120px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB120p {
    padding-bottom: 120px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA120p {
    padding: 120px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL130p {
    padding-left: 130px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR130p {
    padding-right: 130px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT130p {
    padding-top: 130px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB130p {
    padding-bottom: 130px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA130p {
    padding: 130px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL140p {
    padding-left: 140px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR140p {
    padding-right: 140px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT140p {
    padding-top: 140px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB140p {
    padding-bottom: 140px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA140p {
    padding: 140px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL150p {
    padding-left: 150px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR150p {
    padding-right: 150px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT150p {
    padding-top: 150px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB150p {
    padding-bottom: 150px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA150p {
    padding: 150px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL160p {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR160p {
    padding-right: 160px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT160p {
    padding-top: 160px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB160p {
    padding-bottom: 160px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA160p {
    padding: 160px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL170p {
    padding-left: 170px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR170p {
    padding-right: 170px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT170p {
    padding-top: 170px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB170p {
    padding-bottom: 170px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA170p {
    padding: 170px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL180p {
    padding-left: 180px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR180p {
    padding-right: 180px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT180p {
    padding-top: 180px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB180p {
    padding-bottom: 180px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA180p {
    padding: 180px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL190p {
    padding-left: 190px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR190p {
    padding-right: 190px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT190p {
    padding-top: 190px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB190p {
    padding-bottom: 190px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA190p {
    padding: 190px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padL200p {
    padding-left: 200px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padR200p {
    padding-right: 200px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padT200p {
    padding-top: 200px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padB200p {
    padding-bottom: 200px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .padA200p {
    padding: 200px !important;
  }
}