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

img {
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* -------------------------------------------------------------------
 全体設定
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
    color: #000;
    /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
    /* font-family: 'Noto Serif JP', sans-serif; */
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .pc-tablet-none {
    display: none;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  .bg-none {
    background: none;
  }
  img {
    max-width: 100%;
  }
  main {
    min-width: 100%;
  }
  .section-title01 {
    margin: 0 0 5rem 0;
    padding: 4.5rem 0 0 0;
    background: url("../../assets/img/common/title_logo.webp") no-repeat center top;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    color: #081267;
    line-height: 1.3;
  }
  .link-btn01 {
    width: 320px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
  }
  .link-btn01 a {
    display: block;
    width: 100%;
    padding: 1.25rem 0;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#081267), color-stop(50%, #081267), color-stop(50%, #00084D), to(#00084D));
    background: linear-gradient(180deg, #081267 0%, #081267 50%, #00084D 50%, #00084D 100%);
    text-decoration: none;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0px 10px 0px -5px #020417;
            box-shadow: 0px 10px 0px -5px #020417;
  }
  .link-btn01 a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .sidemenu {
    width: 70px;
    position: fixed;
    right: 0;
    top: 170px;
    z-index: 9999;
  }
  .sidemenu ul {
    width: 100%;
  }
  .sidemenu ul li {
    background: #fff;
  }
  .sidemenu__btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0 1.5rem 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #fff;
    text-decoration: none;
    line-height: 1;
  }
  .sidemenu__btn.--kyouka {
    background: -webkit-gradient(linear, left top, left bottom, from(#0CAE6B), color-stop(50%, #0CAE6B), color-stop(50%, #008F54), to(#008F54));
    background: linear-gradient(180deg, #0CAE6B 0%, #0CAE6B 50%, #008F54 50%, #008F54 100%);
  }
  .sidemenu__btn.--kyouka span {
    padding: 3.7rem 0 0 0;
    font-weight: bold;
    background: url("../../assets/img/common/btn_kyouka_icon.webp") no-repeat center top;
  }
  .sidemenu__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  a.anchor {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
  }
  .location {
    width: 1200px;
    margin: 2rem auto;
  }
  .location ul {
    text-align: left;
    font-size: 1.2rem;
  }
  .location ul li {
    display: inline;
  }
  .location ul li:after {
    content: ">";
    padding: 0 3px;
  }
  .location ul li:last-child:after {
    content: "";
  }
  /* 電話番号アニメーション */
  .icon-telCalling {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-image: url("../../assets/img/common/icon_tel.webp");
    background-size: 30px;
    color: #0A1367;
  }
  .icon-telCalling .calling {
    position: absolute;
    top: 15px;
    left: 18px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling .calling:before, .icon-telCalling .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling .calling:last-child:after {
    content: none;
  }
  .icon-telCalling02 {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-image: url("../../assets/img/common/icon_tel.webp");
    background-size: 40px;
    color: #0A1367;
  }
  .icon-telCalling02 .calling {
    position: absolute;
    top: 20px;
    left: 23px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling02 .calling:before, .icon-telCalling02 .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling02 .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling02 .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling02 .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling02 .calling:last-child:after {
    content: none;
  }
  .icon-telCalling03 {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-image: url("../../assets/img/common/icon_tel_wh.webp");
    background-size: 40px;
    color: #fff;
  }
  .icon-telCalling03 .calling {
    position: absolute;
    top: 20px;
    left: 23px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling03 .calling:before, .icon-telCalling03 .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling03 .calling:first-child:before {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling03 .calling:first-child:after {
    width: 25px;
    height: 25px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling03 .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling03 .calling:last-child:after {
    content: none;
  }
  @-webkit-keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  @keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  .wp-pagenavi {
    margin: 10rem 0 0 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .wp-pagenavi a, .wp-pagenavi a:link {
    margin: 0.25rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #000;
    border: 1px solid #333;
    background: #fff;
  }
  .wp-pagenavi a:visited {
    color: #000;
  }
  .wp-pagenavi a:hover {
    text-decoration: underline;
    background: #333;
    color: #fff;
  }
  .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    border: 1px solid #333;
    color: #000;
    background: #fff;
  }
  .wp-pagenavi span.current {
    font-weight: bold;
    background: #333;
    color: #FFF;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 62.5%;
  }
  body {
    color: #000;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .sp-none {
    display: none;
  }
  .event-bn {
    width: 100%;
  }
  .event-bn p {
    width: 100%;
  }
  .event-bn p img {
    width: 100%;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
  .bg-none {
    background-color: none;
    background-image: none;
  }
  img {
    max-width: 100%;
  }
  .section-title01 {
    width: 92%;
    margin: 0 auto 2.5rem auto;
    padding: 3rem 0 0 0;
    background: url("../../assets/img/common/title_logo.webp") no-repeat center top;
    background-size: 25px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #081267;
    line-height: 1.3;
  }
  .link-btn01 {
    width: 240px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
  }
  .link-btn01 a {
    display: block;
    width: 100%;
    padding: 1rem 0;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#081267), color-stop(50%, #081267), color-stop(50%, #00084D), to(#00084D));
    background: linear-gradient(180deg, #081267 0%, #081267 50%, #00084D 50%, #00084D 100%);
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0px 10px 0px -5px #020417;
            box-shadow: 0px 10px 0px -5px #020417;
  }
  .location {
    width: 100%;
    padding: 1rem;
    background: #EFEFEF;
  }
  .location ul {
    text-align: left;
    font-size: 1.2rem;
  }
  .location ul li {
    display: inline;
  }
  .location ul li:after {
    content: ">";
    padding: 0 3px;
  }
  .location ul li:last-child:after {
    content: "";
  }
  .sidemenu {
    display: none;
  }
  /* 電話番号アニメーション */
  .icon-telCalling-nav {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    background-image: url("../../assets/img/common/icon_tel_wh.webp");
    background-repeat: no-repeat;
    background-size: 20px;
    color: #fff;
  }
  .icon-telCalling-nav .calling {
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-nav .calling:before, .icon-telCalling-nav .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-nav .calling:first-child:before {
    width: 8px;
    height: 8px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-nav .calling:first-child:after {
    width: 20px;
    height: 20px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-nav .calling:last-child:before {
    width: 30px;
    height: 30px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-nav .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-cta-first {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-image: url("../../assets/img/common/icon_tel_wh.webp");
    background-repeat: no-repeat;
    background-size: 40px;
    color: #fff;
  }
  .icon-telCalling-cta-first .calling {
    position: absolute;
    top: 17px;
    left: 25px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-cta-first .calling:before, .icon-telCalling-cta-first .calling:after {
    position: absolute;
    border: 3px solid transparent;
    border-top: solid 3px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-cta-first .calling:first-child:before {
    width: 15px;
    height: 15px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-cta-first .calling:first-child:after {
    width: 27px;
    height: 27px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-cta-first .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-cta-first .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-cta-wh {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    background-image: url("../../assets/img/common/icon_tel_wh.webp");
    background-repeat: no-repeat;
    background-size: 40px;
    color: #fff;
  }
  .icon-telCalling-cta-wh .calling {
    position: absolute;
    top: 17px;
    left: 25px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-cta-wh .calling:before, .icon-telCalling-cta-wh .calling:after {
    position: absolute;
    border: 3px solid transparent;
    border-top: solid 3px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-cta-wh .calling:first-child:before {
    width: 15px;
    height: 15px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-cta-wh .calling:first-child:after {
    width: 27px;
    height: 27px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-cta-wh .calling:last-child:before {
    width: 37px;
    height: 37px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-cta-wh .calling:last-child:after {
    content: none;
  }
  .icon-telCalling-ft {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    background-image: url("../../assets/img/common/icon_tel_wh.webp");
    background-repeat: no-repeat;
    background-size: 15px;
    color: #fff;
  }
  .icon-telCalling-ft .calling {
    position: absolute;
    top: 5px;
    left: 10px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .icon-telCalling-ft .calling:before, .icon-telCalling-ft .calling:after {
    position: absolute;
    border: 2px solid transparent;
    border-top: solid 2px currentColor;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling;
            animation-name: calling;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "";
  }
  .icon-telCalling-ft .calling:first-child:before {
    width: 5px;
    height: 5px;
    -webkit-animation-delay: -1.16s;
            animation-delay: -1.16s;
  }
  .icon-telCalling-ft .calling:first-child:after {
    width: 13px;
    height: 13px;
    -webkit-animation-delay: -1.08s;
            animation-delay: -1.08s;
  }
  .icon-telCalling-ft .calling:last-child:before {
    width: 23px;
    height: 23px;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .icon-telCalling-ft .calling:last-child:after {
    content: none;
  }
  @-webkit-keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  @keyframes calling {
    8%, 64% {
      opacity: 1;
    }
    78% {
      opacity: 0;
    }
  }
  .wp-pagenavi {
    margin: 5rem 0 0 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .wp-pagenavi a, .wp-pagenavi a:link {
    margin: 0.25rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #000;
    border: 1px solid #333;
    background: #fff;
  }
  .wp-pagenavi a:visited {
    color: #000;
  }
  .wp-pagenavi a:hover {
    text-decoration: underline;
    background: #333;
    color: #fff;
  }
  .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    border: 1px solid #333;
    color: #000;
    background: #fff;
  }
  .wp-pagenavi span.current {
    font-weight: bold;
    background: #333;
    color: #FFF;
  }
}
/* -------------------------------------------------------------------
  ヘッダー
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  .hd {
    width: 100%;
    position: relative;
    z-index: 9999;
    line-height: 1;
    background: #fff;
    -webkit-box-shadow: 0px 6px 15px -3px #c4c4c4;
            box-shadow: 0px 6px 15px -3px #c4c4c4;
    /* hamburgerここから */
    /* ナビゲーション */
  }
  .hd__title {
    padding: 1rem 2rem;
    background: #0A1367;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .hd__inner {
    width: 1200px;
    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;
    margin: 0 auto;
    padding: 2rem 0 1.5rem 0;
  }
  .hd__logo {
    width: 145px;
  }
  .hd__contact {
    width: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hd__tel-column {
    width: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hd__tel-lead {
    font-weight: bold;
    line-height: 1.3;
  }
  .hd__tel-lead strong {
    font-weight: bold;
    color: #AB0D4E;
  }
  .hd__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 2.5rem;
  }
  .hd__tel-icon {
    width: 30px;
    margin: 0.5rem 1.5rem 0 0;
  }
  .hd__tel-number {
    font-size: 4rem;
    font-weight: bold;
    color: #0A1367;
  }
  .hd__btn-list {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -1rem 0 0 0;
  }
  .hd__btn-list li {
    width: 180px;
  }
  .hd__btn {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #333;
    border-radius: 10px;
  }
  .hd__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .hd__btn.--hasten {
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
  }
  .hd__btn.--siryou {
    background: -webkit-gradient(linear, left top, left bottom, from(#0D4B8C), color-stop(50%, #0D4B8C), color-stop(50%, #053464), to(#053464));
    background: linear-gradient(180deg, #0D4B8C 0%, #0D4B8C 50%, #053464 50%, #053464 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #021D3A;
            box-shadow: 0px 4px 0px 0 #021D3A;
    border-radius: 11px;
  }
  .hd #hamburger {
    display: none;
  }
  .hd .hamburger-txt {
    display: none;
  }
  .hd #menu-btn-check {
    display: none;
  }
  .hd .global-nav {
    width: 100%;
    position: relative;
    background: #fff;
    /* メニューをhoverした時のスタイル */
  }
  .hd .global-nav .menu {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0.5rem 0;
    position: relative;
  }
  .hd .global-nav .menu li {
    width: 12.5%;
    border-right: 1px solid #333;
  }
  .hd .global-nav .menu li a {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    color: #000;
  }
  .hd .global-nav .menu li .active {
    font-weight: bold;
  }
  .hd .global-nav .menu li:hover > a {
    color: #0A1367;
  }
  .hd .global-nav .menu li:nth-child(1) {
    border-left: 1px solid #333;
  }
  .hd .global-nav .megaMenu {
    width: 100%;
    position: absolute;
    left: 0;
    visibility: hidden;
    padding: 3rem;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px -10px #c4c4c4;
            box-shadow: 0px 10px 20px -10px #c4c4c4;
  }
  .hd .global-nav .megaMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.5rem;
  }
  .hd .global-nav .megaMenu ul li {
    width: auto;
    border: none;
    font-size: 1.6rem;
  }
  .hd .global-nav .megaMenu ul li:nth-child(1) {
    border-left: none;
  }
  .hd .global-nav .megaMenu ul li a {
    height: auto;
  }
  .hd .global-nav .menu li:hover .megaMenu {
    opacity: 1;
    visibility: visible;
  }
  .hd .global-nav .sp-only {
    display: none;
  }
  .hd-form {
    width: 100%;
    position: relative;
    z-index: 9999;
    line-height: 1;
  }
  .hd-form__title {
    padding: 1rem 2rem;
    background: #0A1367;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .hd-form__inner {
    width: 1200px;
    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;
    margin: 0 auto;
    padding: 2rem 0 1.5rem 0;
  }
  .hd-form__logo {
    width: 145px;
  }
  .hd-form__btn-back {
    width: 200px;
    background: #0A1367;
  }
  .hd-form__btn-back a {
    display: block;
    padding: 2rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }
  #hd.fixed {
    position: fixed;
    top: 0;
    -webkit-transition: top 0.5s ease-in;
    transition: top 0.5s ease-in;
  }
  #hd.fixed .hd__title {
    display: none;
  }
  #hd.fixed .hd__inner {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .hd {
    width: 100%;
    color: #000;
    /* hamburgerここから */
    /* inputを非表示 */
    /* label */
    /* メニュー展開時にハンバーガーアイコンを固定 */
    /* ハンバーガーアイコン */
    /* ハンバーガーアイコン･アニメーション */
    /* メニューエリア･アニメーション */
    /* 右から */
    /* コンテンツカバー */
    /* ナビゲーション */
  }
  .hd__title {
    padding: 0.5rem 7rem 0.5rem 1rem;
    background: #0A1367;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .hd__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 70px;
  }
  .hd__logo {
    width: 110px;
    margin: 0 auto;
  }
  .hd__logo img {
    width: 100%;
  }
  .hd .input-hidden {
    display: none;
  }
  .hd .hamburger-switch {
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 10px; /* ハンバーガーアイコンの位置（上から） */
    z-index: 9999;
    width: 5rem; /* アイコン（クリック可能領域）の幅 */
    height: 5rem; /* アイコン（クリック可能領域の）高さ */
    background: #fff;
    border-radius: 5%;
    border: 2px solid #333;
  }
  .hd .hamburger-txt {
    position: relative;
    top: 53%;
    left: 4px;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .hd #hamburger:checked ~ .hamburger-switch {
    position: fixed;
  }
  .hd .hamburger-switch-line, .hd .hamburger-switch-line-before, .hd .hamburger-switch-line-after {
    width: 25px;
    height: 3px;
    background: #333; /* ハンバーガーアイコンの色 */
    position: absolute;
    top: 35%;
    left: 51%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
  }
  .hd .hamburger-switch-line {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .hd .hamburger-switch-line-before {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
  }
  .hd .hamburger-switch-line-after {
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
  .hd #hamburger:checked ~ .hamburger-switch .hamburger-switch-line {
    width: 0;
  }
  .hd #hamburger:checked ~ .hamburger-switch .hamburger-switch-line-before {
    -webkit-transform: rotate(45deg) translate(-40%, 325%);
            transform: rotate(45deg) translate(-40%, 325%);
  }
  .hd #hamburger:checked ~ .hamburger-switch .hamburger-switch-line-after {
    -webkit-transform: rotate(-45deg) translate(-40%, -325%);
            transform: rotate(-45deg) translate(-40%, -325%);
  }
  .hd #hamburger:checked ~ .global-nav {
    left: 0%;
  }
  .hd #hamburger:checked ~ .hamburger-closelabel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .hd #hamburger:checked ~ .hamburger-closelabel .hamburger-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
    background: rgba(3, 3, 3, 0.5);
    display: block;
    cursor: pointer;
  }
  .hd .global-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    padding: 2.5rem;
    z-index: 9998;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    width: 100%;
  }
  .hd .global-nav .contact {
    display: none;
  }
  .hd .global-nav .menu {
    width: 100%;
  }
  .hd .global-nav .menu li {
    width: 100%;
    border-bottom: 1px solid #999;
  }
  .hd .global-nav .menu li a {
    display: block;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    font-weight: bold;
    font-size: 1.5rem;
    color: #000;
    text-decoration: none;
    background: url("/assets/img/common/nav_arrow_bl.webp") no-repeat 12px 22px;
    background-size: 8px;
  }
  .hd .global-nav .menu li .megaMenu {
    margin: -0.5rem 0 1rem 0;
  }
  .hd .global-nav .menu li .megaMenu ul li {
    margin: 0 0 0 2rem;
    border-bottom: none;
  }
  .hd .global-nav .menu li .megaMenu ul li a {
    padding: 0.7rem 1rem 0.7rem 3rem;
    background: url("/assets/img/common/nav_arrow_bl.webp") no-repeat 12px 14px;
    background-size: 8px;
  }
  .hd .global-nav .menu .pc-only {
    display: none;
  }
  .hd-form {
    width: 100%;
    line-height: 1;
  }
  .hd-form__title {
    padding: 1rem 2rem;
    background: #0A1367;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .hd-form__inner {
    width: 92%;
    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;
    margin: 0 auto;
    padding: 2rem 0 1.5rem 0;
  }
  .hd-form__logo {
    width: 145px;
  }
  .hd-form__btn-back {
    width: 140px;
    background: #0A1367;
  }
  .hd-form__btn-back a {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
  }
}
/* -------------------------------------------------------------------
 TOPページ
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  #index .fv {
    width: 100%;
    height: 370px;
    background: url("../../assets/img/index/fv_pc_bg.webp") no-repeat bottom;
    background-size: cover;
  }
  #index .fv__inner-pc {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
  }
  #index .fv__inner-sp {
    display: none;
  }
  #index .fv__slider {
    overflow: hidden;
    width: 100%;
  }
  #index .fv__slider-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  }
  #index .fv__slide {
    min-width: 100%;
    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;
  }
  #index .fv__slide01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index .fv__slide01 p {
    width: 50%;
  }
  #index .fv__slide01 p img {
    width: 100%;
  }
  #index .fv__slide02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index .fv__slide02 p {
    width: 50%;
  }
  #index .fv__slide02 p img {
    width: 100%;
  }
  #index .cta-first {
    padding: 5rem 0;
    background-size: auto auto;
    background-color: rgb(251, 248, 223);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(247, 244, 211) 3px, rgb(247, 244, 211) 6px);
  }
  #index .cta-first__inner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #index .cta-first-telbox {
    width: 590px;
    position: relative;
    background: #fff;
    border-radius: 15px;
  }
  #index .cta-first-telbox__title {
    width: 100%;
    position: relative;
    padding: 1rem 0;
    background: #D72955;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #index .cta-first-telbox__title strong {
    font-size: 30px;
    font-weight: bold;
  }
  #index .cta-first-telbox__title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #D72955;
  }
  #index .cta-first-telbox__time {
    margin: 2rem 0 0 6rem;
    font-weight: bold;
    font-size: 2.2rem;
    color: #D72955;
  }
  #index .cta-first-telbox__time strong {
    font-weight: bold;
    font-size: 2.4rem;
  }
  #index .cta-first-telbox__time strong span {
    font-weight: bold;
    margin: 0 0.5rem 0 0;
  }
  #index .cta-first-telbox__lead {
    margin: 0 0 0 7rem;
    font-weight: bold;
    font-size: 2rem;
  }
  #index .cta-first-telbox__image {
    width: 130px;
    position: absolute;
    right: 5px;
    bottom: 0;
  }
  #index .cta-first-telbox__tel-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    padding: 0 0 0 3rem;
  }
  #index .cta-first-telbox__tel-pc-icon {
    width: 50px;
    margin: 0.7rem 0 0 0;
  }
  #index .cta-first-telbox__tel-pc-number {
    font-weight: bold;
    font-size: 5rem;
    color: #0a1367;
  }
  #index .cta-first-telbox__tel-sp {
    display: none;
  }
  #index .cta-first-telbox__bottom-txt {
    margin: 2rem 0 0 0;
    padding: 1rem 1.5rem 1rem 1.5rem;
    background: #E9E9DF;
    line-height: 2;
    font-weight: bold;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #index .cta-first-telbox__bottom-txt span {
    padding: 0.3rem 1rem;
    margin: 0 1rem 0 0;
    background: #081267;
    color: #fff;
    font-weight: bold;
  }
  #index .cta-first-telbox__bottom-txt strong {
    margin: 0 0.5rem;
    font-weight: bold;
    font-size: 2rem;
    color: #D72955;
    border-bottom: 1px solid #D72955;
  }
  #index .cta-first-memberbox {
    width: 590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 5px solid #ab0d4e;
    background: url("../../assets/img/index/cta_bg01.jpg") no-repeat #fff right;
    border-radius: 15px;
  }
  #index .cta-first-memberbox:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .cta-first-memberbox a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
  }
  #index .cta-first-memberbox__txt01 {
    margin: 2.5rem 0 0 2.5rem;
    font-size: 2rem;
  }
  #index .cta-first-memberbox__txt01 span {
    padding: 0.5rem 5rem;
    background: #fee101;
    font-weight: bold;
    border-radius: 50px;
  }
  #index .cta-first-memberbox__txt02 {
    margin: 2rem 0 0 2.5rem;
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #index .cta-first-memberbox__txt02 strong {
    font-size: 3.2rem;
    font-weight: bold;
    color: #ab0d4e;
  }
  #index .cta-first-memberbox__txt02 span {
    margin: 0 0 0 1rem;
    font-weight: bold;
    font-size: 4.2rem;
    color: #ab0d4e;
  }
  #index .cta-first-memberbox__txt-box {
    margin: 1.8rem 0 0 0;
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ab0d4e;
  }
  #index .cta-first-memberbox__txt03 {
    margin: 0 1rem 0 0;
    font-weight: bold;
    font-size: 2.4rem;
    color: #fee101;
  }
  #index .cta-first-memberbox__txt04 {
    font-size: 2.8rem;
    color: #fff;
    font-weight: bold;
  }
  #index .section-cta {
    padding: 5rem 0;
    background: #0B166B;
  }
  #index .section-cta__inner {
    width: 1000px;
    margin: 0 auto;
  }
  #index .section-cta__title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  #index .section-cta__btn-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem 0 0 0;
    padding: 3rem 0 0 0;
    border-top: 1px solid #fff;
  }
  #index .section-cta__btn01 {
    width: 480px;
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: 15px;
    background: url("../../assets/img/common/first_cta_image01.webp") no-repeat 390px 0 #fff;
    background-size: contain;
  }
  #index .section-cta__btn01-lead {
    font-weight: bold;
    font-size: 2rem;
    color: #d72955;
  }
  #index .section-cta__btn01-lead strong {
    font-weight: bold;
    font-size: 2.4rem;
  }
  #index .section-cta__btn01-lead strong span {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
  }
  #index .section-cta__btn01-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index .section-cta__btn01-tel-icon {
    margin: 1.3rem 1.3rem 0 0;
  }
  #index .section-cta__btn01-tel-number {
    font-weight: bold;
    font-size: 4.3rem;
    line-height: 1.3;
    color: #0B166B;
  }
  #index .section-cta__btn01-sp {
    display: none;
  }
  #index .section-cta__btn02 p {
    background: #fff;
    border-radius: 17px;
  }
  #index .section-cta__btn02 a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .voice {
    padding: 10rem 0;
  }
  #index .voice__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #index .hall {
    width: 100%;
    padding: 10rem 0;
    background: url("../../assets/img/index/hall_bg.jpg") no-repeat bottom center #E1EBF5;
    background-size: contain;
  }
  #index .hall__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #index .hall__map-image {
    display: none;
  }
  #index .hall__map-box {
    width: 850px;
    margin: 3rem auto;
    background: #fff;
  }
  #index .hall__map {
    width: 695px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    background: url("../../assets/img/index/map_image.jpg") no-repeat;
    background-size: contain;
  }
  #index .hall__map-btn {
    width: 180px;
    position: absolute;
    background: #fff;
  }
  #index .hall__map-btn a {
    display: block;
    padding: 0.7rem 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  #index .hall__map-btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .hall__map-btn.--crest a {
    background: #126537;
  }
  #index .hall__map-btn.--familyno a {
    background: #D65B1D;
  }
  #index .hall__map-btn.--ameiyu a {
    background: #024190;
  }
  #index .hall__map-btn.--btn01 {
    top: 40px;
    left: 80px;
  }
  #index .hall__map-btn.--btn02 {
    top: 120px;
    left: 440px;
  }
  #index .hall__map-btn.--btn03 {
    top: 285px;
    left: 470px;
  }
  #index .hall__map-btn.--btn04 {
    top: 510px;
    left: 500px;
  }
  #index .hall__map-btn.--btn05 {
    top: 240px;
    left: 50px;
  }
  #index .hall__map-btn.--btn06 {
    top: 330px;
    left: 100px;
  }
  #index .hall__map-btn.--btn07 {
    top: 145px;
    left: 20px;
  }
  #index .hall__map-btn.--btn08 {
    top: 180px;
    left: 350px;
  }
  #index .hall__map-btn.--btn09 {
    top: 490px;
    left: 70px;
  }
  #index .hall__map-btn.--btn10 {
    top: 470px;
    left: 270px;
  }
  #index .hall__map-btn.--btn11 {
    top: 85px;
    left: 650px;
  }
  #index .hall__map-btn.--btn12 {
    top: 280px;
    left: 690px;
  }
  #index .hall__map-btn.--btn13 {
    top: 470px;
    left: 750px;
  }
  #index .hall__map-btn.--btn14 {
    top: 355px;
    left: 440px;
  }
  #index .hall .common-hall {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5rem 0 0 0;
  }
  #index .hall .common-hall-btn {
    width: 590px;
    margin: 0 0 2rem 0;
    background: #fff;
  }
  #index .hall .common-hall-btn__inner {
    width: 100%;
    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;
    text-decoration: none;
    color: #000;
  }
  #index .hall .common-hall-btn__image {
    width: 200px;
  }
  #index .hall .common-hall-btn__detail {
    width: calc(100% - 210px);
    padding: 1.5rem 1rem;
  }
  #index .hall .common-hall-btn__title {
    font-weight: bold;
    font-size: 2.2rem;
    color: #0a1367;
  }
  #index .hall .common-hall-btn__lead {
    font-weight: bold;
    font-size: 1.6rem;
  }
  #index .hall .common-hall-btn__address {
    margin: 0 0 1rem 0;
    font-size: 1.6rem;
  }
  #index .hall .common-hall-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index .hall .common-hall-btn__type {
    margin: 0 1rem 0 0;
    padding: 0 1rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 5px;
  }
  #index .hall .common-hall-btn__type.--type01 {
    background: #ed6c2a;
  }
  #index .hall .common-hall-btn__type.--type02 {
    background: #1d2257;
  }
  #index .hall .common-hall-btn__type.--type03 {
    background: #009848;
  }
  #index .hall .common-hall-btn__type.--type04 {
    background: #B01038;
  }
  #index .plan {
    padding: 10rem 0;
    background: #e2e2e2;
  }
  #index .plan__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #index .plan__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #index .plan-btn {
    width: 380px;
    padding: 1.5rem;
    background: #fff;
  }
  #index .plan-btn__title {
    padding: 0.5rem 0 1rem 0;
    background: #0A1367;
    color: #fff;
    line-height: 1.3;
    font-size: 2.2;
    text-align: center;
    font-weight: bold;
  }
  #index .plan-btn__title span {
    margin: 0 0 0 0.5rem;
    font-size: 2.8rem;
    font-weight: bold;
  }
  #index .plan-btn__lead {
    margin: 1.5rem 0 0 0;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
  }
  #index .plan-btn__halltype {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #index .plan-btn__halltype li {
    width: 32%;
    padding: 0.5rem;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    border-radius: 15px;
  }
  #index .plan-btn__halltype li.--crest {
    background: #126537;
  }
  #index .plan-btn__halltype li.--familyno {
    background: #D65B1D;
  }
  #index .plan-btn__halltype li.--ameiyu {
    background: #024190;
  }
  #index .plan-btn__halltype li.--none {
    background: #e2e2e2;
  }
  #index .plan-btn__photo {
    margin: 1.5rem 0 0 0;
    width: 100%;
  }
  #index .plan-btn__photo img {
    width: 100%;
  }
  #index .plan-btn__price-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem 0 0 0;
  }
  #index .plan-btn__member-type01 {
    width: 160px;
    margin: 2rem auto 0 auto;
    padding: 0.3rem 0.8rem;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    background: #ab0f4e;
  }
  #index .plan-btn__member-type02 {
    padding: 0.3rem 0.5rem;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    background: #494949;
  }
  #index .plan-btn__member-type03 {
    padding: 0.3rem 0.8rem;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    background: #ab0f4e;
  }
  #index .plan-btn__normal-price {
    margin: 0 0 0 1rem;
    color: #494949;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #index .plan-btn__normal-price strong {
    margin: 0 0.3rem 0 0;
    font-weight: bold;
    font-size: 2.2rem;
  }
  #index .plan-btn__normal-price span {
    font-weight: bold;
    font-size: 1.4rem;
  }
  #index .plan-btn__member-price {
    margin: 0 0 0 1rem;
    color: #ab0f4e;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #index .plan-btn__member-price strong {
    margin: 0 0.3rem 0 0;
    font-weight: bold;
    font-size: 3.4rem;
  }
  #index .plan-btn__member-price span {
    font-weight: bold;
    font-size: 1.4rem;
  }
  #index .plan-btn__member-price02 {
    margin: 0 0 0 1rem;
    color: #ab0f4e;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #index .plan-btn__member-price02 strong {
    margin: 0 0.3rem 0 0;
    font-weight: bold;
    font-size: 3.4rem;
  }
  #index .plan-btn__member-price02 span {
    font-weight: bold;
    font-size: 1.4rem;
  }
  #index .plan__title {
    padding: 0.5rem 0 1rem 0;
    background: #0A1367;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
  }
  #index .plan__title strong {
    font-size: 2.4rem;
    font-weight: bold;
  }
  #index .plan__title strong span {
    margin: 0 0.5rem;
    font-size: 3.2rem;
    font-weight: bold;
  }
  #index .plan__lead {
    margin: 1.5rem 0 0 0;
    text-align: center;
    font-weight: bold;
  }
  #index .plan__halltype {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #index .plan__halltype li {
    width: 32%;
    padding: 0.5rem;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    border-radius: 15px;
  }
  #index .plan__halltype li.--crest {
    background: #126537;
  }
  #index .plan__halltype li.--familyno {
    background: #D65B1D;
  }
  #index .plan__halltype li.--ameiyu {
    background: #024190;
  }
  #index .plan__photo {
    margin: 1.5rem 0 0 0;
    width: 100%;
  }
  #index .plan__photo img {
    width: 100%;
  }
  #index .plan-price01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem 0 0 0;
    line-height: 1.3;
  }
  #index .plan-price01__type {
    width: 90px;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #494949;
  }
  #index .plan-price01__price {
    margin: 0 0 0 1rem;
    font-size: 3.6rem;
    font-weight: bold;
    color: #494949;
  }
  #index .plan-price01__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2;
    text-align: center;
    color: #494949;
  }
  #index .plan-price01__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #index .plan-price01__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #index .plan-price02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.3;
  }
  #index .plan-price02__type {
    width: 100px;
    padding: 0.8rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #AB0F4E;
  }
  #index .plan-price02__price {
    margin: 0 0 0 1rem;
    font-size: 4.6rem;
    font-weight: bold;
    color: #AB0F4E;
  }
  #index .plan-price02__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 0 0 0;
    line-height: 1.3;
    text-align: center;
    color: #AB0F4E;
  }
  #index .plan-price02__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #index .plan-price02__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #index .common-features {
    padding: 10rem 0;
    background: url("/assets/img/common/features_bg.webp") no-repeat top left;
  }
  #index .common-features__inner {
    width: 1200px;
    margin: 0 auto;
  }
  #index .common-features__list {
    width: 100%;
    margin: 5rem 0 0 0;
  }
  #index .common-features__box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #index .common-features__image {
    width: 600px;
  }
  #index .common-features__image.--right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #index .common-features dl {
    width: 530px;
    margin: 0 auto;
  }
  #index .common-features dl dt {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    color: #081267;
  }
  #index .common-sousaihi {
    padding: 7rem 0;
    background: url("../../assets/img/common/sousaihi_bg.webp") no-repeat;
    background-size: cover;
  }
  #index .common-sousaihi dl {
    width: 1100px;
    margin: 0 auto;
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.9);
  }
  #index .common-sousaihi dl dt {
    margin: 0 0 3rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #0a1367;
  }
  #index .common-sousaihi dl dd strong {
    font-weight: bold;
    color: #ab0f4e;
  }
  #index .common-consul {
    padding: 10rem 0 3rem 0;
    background: url("../../assets/img/common/consul_bg.webp") no-repeat center;
    background-size: auto 450px;
    background-position: 0 230px;
  }
  #index .common-consul__lead {
    width: 600px;
    margin: 13rem auto 0 auto;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9);
  }
  #index .common-consul__lead h3 {
    margin: 0 0 1.5rem 0;
    font-weight: bold;
    font-size: 2.6rem;
    color: #d72955;
    text-align: center;
  }
  #index .common-consul__lead p {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
  }
  #index .common-consul__column {
    width: 1200px;
    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;
    margin: 5rem auto;
  }
  #index .common-consul__box01 {
    width: 530px;
    padding: 2rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .common-consul__box01 dt {
    margin: 0 0 1.5rem 0;
    padding: 1.5rem 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0a1367;
    text-align: center;
    background: #E5E5E5;
  }
  #index .common-consul__box01 dd ul li {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 3rem;
    background: url("../../assets/img/common/consul_list_bg.webp") no-repeat left;
  }
  #index .common-consul__box01 dd ul li:last-child {
    margin: 0;
  }
  #index .common-consul__box02 {
    width: 530px;
    padding: 2rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .common-consul__box02 dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 2rem 0;
    margin: 0 0 1.5rem 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fee101;
    text-align: center;
    line-height: 1;
    background: #0A1367;
  }
  #index .common-consul__box02 dt::before, #index .common-consul__box02 dt::after {
    width: 2px;
    height: 24px;
    content: "";
    background-color: #fee101;
  }
  #index .common-consul__box02 dt::before {
    margin-right: 1.5rem;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  #index .common-consul__box02 dt::after {
    margin-left: 1.5rem;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
@media screen and (max-width: 599px) {
  #index .fv {
    width: 100%;
    background: url("../../assets/img/index/fv_pc_bg.webp") no-repeat bottom;
    background-size: cover;
  }
  #index .fv__inner-pc {
    display: none;
  }
  #index .fv__inner-sp {
    width: 100%;
    margin: 0 auto;
  }
  #index .fv__slider {
    overflow: hidden;
    width: 100%;
  }
  #index .fv__slider-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  }
  #index .fv__slide {
    min-width: 100%;
  }
  #index .fv__slide01 {
    width: 100%;
  }
  #index .fv__slide01 p {
    width: 100%;
  }
  #index .fv__slide01 p img {
    width: 100%;
  }
  #index .fv__slide02 {
    width: 100%;
  }
  #index .fv__slide02 p {
    width: 100%;
  }
  #index .fv__slide02 p img {
    width: 100%;
  }
  #index .fv__slide03 {
    width: 100%;
  }
  #index .fv__slide03 p {
    width: 100%;
  }
  #index .fv__slide03 p img {
    width: 100%;
  }
  #index .cta-first {
    padding: 3rem 0;
    background-size: auto auto;
    background-color: rgb(251, 248, 223);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgb(247, 244, 211) 3px, rgb(247, 244, 211) 6px);
  }
  #index .cta-first__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .cta-first-telbox {
    width: 100%;
    position: relative;
    margin: 0 0 2rem 0;
    background: #fff;
    border-radius: 15px;
  }
  #index .cta-first-telbox__title {
    width: 100%;
    position: relative;
    padding: 1rem 0;
    background: #D72955;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #index .cta-first-telbox__title strong {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #index .cta-first-telbox__title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #D72955;
  }
  #index .cta-first-telbox__time {
    margin: 2rem 0 0 0;
    font-weight: bold;
    text-align: center;
    color: #D72955;
  }
  #index .cta-first-telbox__time strong {
    font-weight: bold;
    font-size: 2rem;
  }
  #index .cta-first-telbox__time strong span {
    font-weight: bold;
    margin: 0 0.5rem 0 0;
  }
  #index .cta-first-telbox__lead {
    margin: 0 1rem 0 1rem;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }
  #index .cta-first-telbox__image {
    width: 55px;
    position: absolute;
    right: 10px;
    bottom: 0;
  }
  #index .cta-first-telbox__image img {
    width: 100%;
  }
  #index .cta-first-telbox__tel-pc {
    display: none;
  }
  #index .cta-first-telbox__tel-sp {
    width: 300px;
    margin: 0.5rem auto;
    line-height: 1.5;
  }
  #index .cta-first-telbox__tel-sp-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.7rem 0 1rem 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  #index .cta-first-telbox__tel-sp-icon {
    width: 60px;
    margin: 1rem 0 0 0;
  }
  #index .cta-first-telbox__tel-sp-number {
    margin: 0.5rem 0 0 0;
  }
  #index .cta-first-telbox__tel-sp-txt01 {
    font-weight: bold;
    text-align: center;
  }
  #index .cta-first-telbox__tel-sp-txt02 {
    font-size: 2.2rem;
    font-weight: bold;
  }
  @-webkit-keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  #index .cta-first-telbox__bottom-txt {
    margin: 1.5rem 0 0 0;
    padding: 1rem 10rem 0.5rem 1rem;
    background: #E9E9DF;
    font-weight: bold;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  #index .cta-first-telbox__bottom-txt span {
    padding: 0 1rem;
    margin: 0 0.5rem 0 0;
    background: #081267;
    color: #fff;
    font-weight: bold;
  }
  #index .cta-first-telbox__bottom-txt strong {
    margin: 0 0.5rem;
    font-weight: bold;
    color: #D72955;
    border-bottom: 1px solid #D72955;
  }
  #index .cta-first-memberbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 5px solid #ab0d4e;
    background: #fff;
    border-radius: 15px;
  }
  #index .cta-first-memberbox a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
  }
  #index .cta-first-memberbox__txt01 {
    width: 90%;
    margin: 1.5rem auto 0 auto;
    padding: 0.5rem 1.5rem;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 50px;
    background: #fee101;
  }
  #index .cta-first-memberbox__txt01 span {
    font-weight: bold;
  }
  #index .cta-first-memberbox__txt02 {
    margin: 1rem 0 0 0;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
  #index .cta-first-memberbox__txt02 strong {
    font-size: 2rem;
    font-weight: bold;
    color: #ab0d4e;
  }
  #index .cta-first-memberbox__txt02 span {
    font-weight: bold;
    font-size: 2.4rem;
    color: #ab0d4e;
  }
  #index .cta-first-memberbox__txt-box {
    margin: 1rem 0 0 0;
    padding: 1rem 0 0.5rem 0;
    text-align: center;
    background: #ab0d4e;
  }
  #index .cta-first-memberbox__txt03 {
    margin: 0 1rem 0 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fee101;
  }
  #index .cta-first-memberbox__txt04 {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
  }
  #index .section-cta {
    padding: 2.5rem 0;
    background: #0B166B;
  }
  #index .section-cta__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .section-cta__title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #index .section-cta__btn-box {
    width: 100%;
    margin: 1.5rem 0 0 0;
    padding: 1.5rem 0 0 0;
    border-top: 1px solid #fff;
  }
  #index .section-cta__btn01 {
    display: none;
  }
  #index .section-cta__btn01-sp {
    width: 300px;
    margin: 0.5rem auto;
    line-height: 1.5;
  }
  #index .section-cta__btn01-sp-lead {
    margin: 0 0 1.5rem 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  #index .section-cta__btn01-sp-lead strong {
    font-weight: bold;
    font-size: 1.8rem;
  }
  #index .section-cta__btn01-sp-lead strong span {
    font-weight: bold;
  }
  #index .section-cta__btn01-sp-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.7rem 0 1rem 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  #index .section-cta__btn01-sp-icon {
    width: 60px;
    margin: 1rem 0 0 0;
  }
  #index .section-cta__btn01-sp-number {
    margin: 0.5rem 0 0 0;
  }
  #index .section-cta__btn01-sp-txt01 {
    font-weight: bold;
    text-align: center;
  }
  #index .section-cta__btn01-sp-txt02 {
    font-size: 2.2rem;
    font-weight: bold;
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  #index .section-cta__btn02 p {
    width: 300px;
    margin: 2rem auto 0 auto;
  }
  #index .section-cta__btn02 p img {
    width: 100%;
  }
  #index .voice {
    padding: 5rem 0 2.5rem 0;
  }
  #index .voice__inner {
    width: 92%;
    margin: 0 auto;
    /* Elfsight Google Reviews 横はみ出し対策 */
    /* 念のため body の横スクロール抑止 */
  }
  #index .voice__inner .eapps-google-reviews .eapps-google-reviews-review {
    min-width: auto !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #index .voice__inner body {
    overflow-x: hidden;
  }
  #index .voice__inner .eapps-google-reviews-slider {
    overflow: hidden !important;
  }
  #index .hall {
    width: 100%;
    padding: 5rem 0;
    background: url("../../assets/img/index/hall_bg.jpg") no-repeat bottom center #E1EBF5;
    background-size: contain;
  }
  #index .hall__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .hall__map-box {
    width: 100%;
    margin: 3rem auto;
    background: #fff;
  }
  #index .hall__map {
    display: none;
  }
  #index .hall__map-image {
    width: 100%;
  }
  #index .hall__map-image img {
    width: 100%;
  }
  #index .hall__map-btn {
    width: 180px;
    position: absolute;
    background: #fff;
  }
  #index .hall__map-btn a {
    display: block;
    padding: 0.7rem 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  #index .hall__map-btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #index .hall__map-btn.--crest a {
    background: #126537;
  }
  #index .hall__map-btn.--familyno a {
    background: #D65B1D;
  }
  #index .hall__map-btn.--ameiyu a {
    background: #024190;
  }
  #index .hall__map-btn.--btn01 {
    top: 40px;
    left: 80px;
  }
  #index .hall__map-btn.--btn02 {
    top: 120px;
    left: 440px;
  }
  #index .hall__map-btn.--btn03 {
    top: 285px;
    left: 470px;
  }
  #index .hall__map-btn.--btn04 {
    top: 510px;
    left: 500px;
  }
  #index .hall__map-btn.--btn05 {
    top: 240px;
    left: 50px;
  }
  #index .hall__map-btn.--btn06 {
    top: 330px;
    left: 100px;
  }
  #index .hall__map-btn.--btn07 {
    top: 145px;
    left: 20px;
  }
  #index .hall__map-btn.--btn08 {
    top: 180px;
    left: 350px;
  }
  #index .hall__map-btn.--btn09 {
    top: 490px;
    left: 70px;
  }
  #index .hall__map-btn.--btn10 {
    top: 470px;
    left: 270px;
  }
  #index .hall__map-btn.--btn11 {
    top: 85px;
    left: 650px;
  }
  #index .hall__map-btn.--btn12 {
    top: 280px;
    left: 690px;
  }
  #index .hall__map-btn.--btn13 {
    top: 470px;
    left: 750px;
  }
  #index .hall__map-btn.--btn14 {
    top: 355px;
    left: 440px;
  }
  #index .hall .common-hall {
    width: 100%;
  }
  #index .hall .common-hall-btn {
    width: 100%;
    margin: 0 auto 2rem auto;
    background: #fff;
  }
  #index .hall .common-hall-btn__inner {
    width: 100%;
    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;
    text-decoration: none;
    color: #000;
  }
  #index .hall .common-hall-btn__image {
    width: 90px;
  }
  #index .hall .common-hall-btn__image img {
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #index .hall .common-hall-btn .sp-none {
    display: block;
  }
  #index .hall .common-hall-btn .pc-tablet-none {
    display: none;
  }
  #index .hall .common-hall-btn__detail {
    width: calc(100% - 90px);
    padding: 1rem;
  }
  #index .hall .common-hall-btn__lead {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: bold;
  }
  #index .hall .common-hall-btn__title {
    font-weight: bold;
    color: #0a1367;
  }
  #index .hall .common-hall-btn__address {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #index .hall .common-hall-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 0 0;
  }
  #index .hall .common-hall-btn__type {
    margin: 0 0.8rem 0 0;
    padding: 0.2rem 0.5rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 5px;
  }
  #index .hall .common-hall-btn__type.--type01 {
    background: #ed6c2a;
  }
  #index .hall .common-hall-btn__type.--type02 {
    background: #1d2257;
  }
  #index .hall .common-hall-btn__type.--type03 {
    background: #009848;
  }
  #index .hall .common-hall-btn__type.--type04 {
    background: #B01038;
  }
  #index .plan {
    padding: 5rem 0;
    background: #e2e2e2;
  }
  #index .plan__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .plan__list {
    width: 100%;
  }
  #index .plan-btn {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 1.5rem;
    background: #fff;
  }
  #index .plan-btn__title {
    padding: 0.7rem 0;
    background: #0A1367;
    color: #fff;
    line-height: 1.3;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
  }
  #index .plan-btn__title span {
    margin: 0 0 0 0.5rem;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #index .plan-btn__lead {
    margin: 1.5rem 0 0 0;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
  }
  #index .plan-btn__halltype {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #index .plan-btn__halltype li {
    width: 32%;
    padding: 0.5rem;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    border-radius: 15px;
  }
  #index .plan-btn__halltype li.--crest {
    background: #126537;
  }
  #index .plan-btn__halltype li.--familyno {
    background: #D65B1D;
  }
  #index .plan-btn__halltype li.--ameiyu {
    background: #024190;
  }
  #index .plan-btn__halltype li.--none {
    background: #e2e2e2;
  }
  #index .plan-btn__photo {
    margin: 1.5rem 0 0 0;
    width: 100%;
  }
  #index .plan-btn__photo img {
    width: 100%;
  }
  #index .plan-btn__price-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem 0 0 0;
  }
  #index .plan-btn__member-type01 {
    width: 160px;
    margin: 2rem auto 0 auto;
    padding: 0.3rem 0.8rem;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    background: #ab0f4e;
  }
  #index .plan-btn__member-type02 {
    padding: 0.3rem 0.5rem;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    background: #494949;
  }
  #index .plan-btn__member-type03 {
    padding: 0.3rem 0.8rem;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    background: #ab0f4e;
  }
  #index .plan-btn__normal-price {
    margin: 0 0 0 1rem;
    color: #494949;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #index .plan-btn__normal-price strong {
    margin: 0 0.3rem 0 0;
    font-weight: bold;
    font-size: 2rem;
  }
  #index .plan-btn__normal-price span {
    font-weight: bold;
    font-size: 1.4rem;
  }
  #index .plan-btn__member-price {
    margin: 0 0 0 1rem;
    color: #ab0f4e;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #index .plan-btn__member-price strong {
    margin: 0 0.3rem 0 0;
    font-weight: bold;
    font-size: 3rem;
  }
  #index .plan-btn__member-price span {
    font-weight: bold;
    font-size: 1.4rem;
  }
  #index .plan-btn__member-price02 {
    margin: 0 0 0 1rem;
    color: #ab0f4e;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #index .plan-btn__member-price02 strong {
    margin: 0 0.3rem 0 0;
    font-weight: bold;
    font-size: 3rem;
  }
  #index .plan-btn__member-price02 span {
    font-weight: bold;
    font-size: 1.4rem;
  }
  #index .plan__title {
    padding: 0.5rem 0 1rem 0;
    background: #0A1367;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
  }
  #index .plan__title strong {
    font-size: 2.4rem;
    font-weight: bold;
  }
  #index .plan__title strong span {
    margin: 0 0.5rem;
    font-size: 3.2rem;
    font-weight: bold;
  }
  #index .plan__lead {
    margin: 1.5rem 0 0 0;
    text-align: center;
    font-weight: bold;
  }
  #index .plan__halltype {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  #index .plan__halltype li {
    width: 32%;
    padding: 0.5rem;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    border-radius: 15px;
  }
  #index .plan__halltype li.--crest {
    background: #126537;
  }
  #index .plan__halltype li.--familyno {
    background: #D65B1D;
  }
  #index .plan__halltype li.--ameiyu {
    background: #024190;
  }
  #index .plan__photo {
    margin: 1.5rem 0 0 0;
    width: 100%;
  }
  #index .plan__photo img {
    width: 100%;
  }
  #index .plan-price01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem 0 0 0;
    line-height: 1.3;
  }
  #index .plan-price01__type {
    width: 90px;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #494949;
  }
  #index .plan-price01__price {
    margin: 0 0 0 1rem;
    font-size: 3.6rem;
    font-weight: bold;
    color: #494949;
  }
  #index .plan-price01__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2;
    text-align: center;
    color: #494949;
  }
  #index .plan-price01__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #index .plan-price01__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1.2rem;
  }
  #index .plan-price02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.3;
  }
  #index .plan-price02__type {
    width: 100px;
    padding: 0.8rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #AB0F4E;
  }
  #index .plan-price02__price {
    margin: 0 0 0 1rem;
    font-size: 4.6rem;
    font-weight: bold;
    color: #AB0F4E;
  }
  #index .plan-price02__tax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 0 0 0;
    line-height: 1.3;
    text-align: center;
    color: #AB0F4E;
  }
  #index .plan-price02__tax-txt01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: bold;
    font-size: 1.6rem;
  }
  #index .plan-price02__tax-txt02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #index .common-features {
    padding: 5rem 0;
    background: url("../../assets/img/common/features_bg.webp") no-repeat center;
    background-size: contain;
  }
  #index .common-features__inner {
    width: 92%;
    margin: 0 auto;
  }
  #index .common-features__list {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  #index .common-features__box {
    width: 100%;
    margin: 0 0 3rem 0;
  }
  #index .common-features__box:last-child {
    margin: 0;
  }
  #index .common-features__image {
    width: 100%;
  }
  #index .common-features__image img {
    width: 100%;
  }
  #index .common-features dl {
    width: 100%;
    margin: 0 auto;
  }
  #index .common-features dl dt {
    margin: 2rem 0 1rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #081267;
  }
  #index .common-sousaihi {
    padding: 3rem 0;
    background: url("../../assets/img/common/sousaihi_bg.webp") no-repeat;
    background-size: cover;
  }
  #index .common-sousaihi dl {
    width: 92%;
    margin: 0 auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
  }
  #index .common-sousaihi dl dt {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #0a1367;
  }
  #index .common-sousaihi dl dd strong {
    font-weight: bold;
    color: #ab0f4e;
  }
  #index .common-consul {
    padding: 5rem 0;
  }
  #index .common-consul__lead {
    width: 100%;
    margin: 2rem auto 0 auto;
    padding: 14rem 0 0 0;
    background: url("../../assets/img/common/consul_bg.webp") no-repeat center top;
    background-size: auto 120px;
  }
  #index .common-consul__lead h3 {
    margin: 0 0 0.5rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #d72955;
    text-align: center;
  }
  #index .common-consul__lead p {
    text-align: center;
    font-weight: bold;
  }
  #index .common-consul__column {
    width: 92%;
    margin: 3rem auto;
  }
  #index .common-consul__box01 {
    width: 100%;
    padding: 1.5rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .common-consul__box01 dt {
    margin: 0 0 1.5rem 0;
    padding: 1rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0a1367;
    text-align: center;
    background: #E5E5E5;
  }
  #index .common-consul__box01 dd ul li {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 2.3rem;
    background: url("../../assets/img/common/consul_list_bg.webp") no-repeat 0 5px;
    background-size: 15px;
  }
  #index .common-consul__box01 dd ul li:last-child {
    margin: 0;
  }
  #index .common-consul__arrow {
    width: 40px;
    margin: 1.5rem auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #index .common-consul__arrow img {
    width: 100%;
  }
  #index .common-consul__box02 {
    width: 100%;
    padding: 1.5rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777777;
            box-shadow: 0px 0px 15px -5px #777777;
  }
  #index .common-consul__box02 dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 1rem 0;
    margin: 0 0 1.5rem 0;
    font-weight: bold;
    color: #fee101;
    text-align: center;
    line-height: 1.5;
    background: #0A1367;
  }
  #index .common-consul__box02 dt::before, #index .common-consul__box02 dt::after {
    width: 2px;
    height: 35px;
    content: "";
    background-color: #fee101;
  }
  #index .common-consul__box02 dt::before {
    margin-right: 1.5rem;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  #index .common-consul__box02 dt::after {
    margin-left: 1.5rem;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  .scroll-top {
    width: 80px;
    position: fixed;
    right: 80px;
    bottom: 100px;
    z-index: 9999;
    line-height: 1.2;
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }
  .scroll-top a {
    width: 80px;
    height: 80px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #081267;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border: 3px solid #fff;
  }
  .scroll-top a:hover {
    opacity: 0.7;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .scroll-top.is-hide {
    pointer-events: none;
  }
  .bn-area {
    padding: 2.5rem 0;
    background: #F5F5F5;
  }
  .bn-area__inner {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  .bn-area__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .bn-area__inner ul li {
    width: 250px;
  }
  .bn-area__inner ul li img {
    width: 100%;
    border: 1px solid #999;
  }
  .bn-area__inner ul li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .ft {
    width: 100%;
    min-width: 100%;
    padding: 3rem 0 10rem 0;
    line-height: 1.8;
    background: #081267;
  }
  .ft__inner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .ft__inner nav {
    width: 900px;
    font-size: 1.4rem;
    color: #fff;
  }
  .ft__inner a {
    color: #fff;
    font-weight: bold;
  }
  .ft-profile {
    width: 220px;
    color: #fff;
  }
  .ft-profile__logo {
    text-align: center;
    width: 100px;
    margin: 0 auto;
  }
  .ft-profile__logo img {
    width: 100%;
  }
  .ft-profile__title {
    margin: 1.5rem 0 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .ft-profile__add {
    margin: 1rem 0 0 0;
    font-size: 1.4rem;
    font-style: normal;
    text-align: center;
    font-weight: bold;
  }
  .ft-profile__list {
    margin: 1rem 0 0 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .ft-profile__list li {
    font-weight: bold;
  }
  .ft-profile__link {
    margin: 1.5rem 0 0 1rem;
    font-size: 1.4rem;
    text-align: center;
  }
  .ft-profile__link li {
    font-weight: bold;
  }
  .ft__list01 {
    margin: 0 0 2rem 0;
  }
  .ft__list01 dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.5rem 0;
  }
  .ft__list01 dl dt {
    width: 220px;
    font-weight: bold;
  }
  .ft__list01 dl dd {
    width: 680px;
  }
  .ft__list01 dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft__list01 dl dd ul li {
    margin: 0 2rem 0 0;
    font-weight: bold;
  }
  .ft__list01 p {
    font-weight: bold;
  }
  .ft__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2.5rem 0 0 0;
  }
  .ft__list02 li {
    margin: 0 2rem 0 0;
    font-weight: bold;
  }
  .ft .copyright {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .ft .copyright span {
    font-weight: bold;
  }
  #ft-tel {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
  }
  #ft-tel .ft-tel__inner {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #F7F4D3;
  }
  #ft-tel .ft-tel__inner .pc {
    width: 1200px;
    height: 80px;
    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;
    margin: 0 auto;
  }
  #ft-tel .ft-tel__inner .pc__colum-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 5rem 0 0;
  }
  #ft-tel .ft-tel__inner .pc__colum-left__colum-left {
    margin: 0 2rem 0 0;
    font-weight: bold;
    line-height: 1.3;
  }
  #ft-tel .ft-tel__inner .pc__colum-left__colum-left strong {
    font-weight: bold;
    color: #AB0D4E;
  }
  #ft-tel .ft-tel__inner .pc__colum-left__colum-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #ft-tel .ft-tel__inner .pc__colum-left__colum-right .tel-icon {
    width: 45px;
  }
  #ft-tel .ft-tel__inner .pc__colum-left__colum-right .tel-number {
    font-weight: bold;
    font-size: 4rem;
    color: #0A1367;
  }
  #ft-tel .ft-tel__inner .pc__colum-right {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #ft-tel .ft-tel__inner .pc__colum-right li {
    width: 180px;
    background: #fff;
    border-radius: 10px;
  }
  #ft-tel .ft-tel__inner .pc__colum-right__btn {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: #333;
    border-radius: 10px;
  }
  #ft-tel .ft-tel__inner .pc__colum-right__btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #ft-tel .ft-tel__inner .pc__colum-right__btn.--hasten {
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
  }
  #ft-tel .ft-tel__inner .pc__colum-right__btn.--siryou {
    background: -webkit-gradient(linear, left top, left bottom, from(#0D4B8C), color-stop(50%, #0D4B8C), color-stop(50%, #053464), to(#053464));
    background: linear-gradient(180deg, #0D4B8C 0%, #0D4B8C 50%, #053464 50%, #053464 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #021D3A;
            box-shadow: 0px 4px 0px 0 #021D3A;
    border-radius: 11px;
  }
  #ft-tel.ft-tel-hide {
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  .ft-form {
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
    background: #0A1367;
  }
  .ft-form .copyright {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .ft-form .copyright span {
    font-weight: bold;
  }
}
@media screen and (max-width: 599px) {
  .scroll-top {
    width: 100%;
    line-height: 1.2;
    opacity: 1;
  }
  .scroll-top a {
    width: 100%;
    display: block;
    padding: 1.5rem 0;
    background: #030838;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }
  .scroll-top a br {
    display: none;
  }
  .bn-area {
    padding: 2rem 0 1rem 0;
    background: #F5F5F5;
  }
  .bn-area__inner {
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }
  .bn-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bn-area ul li {
    width: 48%;
    margin: 0 0 1rem 0;
  }
  .bn-area ul li img {
    width: 100%;
    border: 1px solid #999;
  }
  .ft-tel {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #F7F4D3;
    z-index: 7777;
  }
  .ft-tel__inner {
    width: 96%;
    margin: 0 auto;
  }
  .ft-tel__inner .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 0;
  }
  .ft-tel__inner .sp li a {
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.3rem 0 0 0;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #000;
  }
  .ft-tel__inner .sp li .btn01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#D72955), color-stop(50%, #D72955), color-stop(50%, #B01038), to(#B01038));
    background: linear-gradient(180deg, #D72955 0%, #D72955 50%, #B01038 50%, #B01038 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #830f00;
            box-shadow: 0px 4px 0px 0 #830f00;
    border-radius: 11px;
    color: #fff;
  }
  .ft-tel__inner .sp li .btn01--lead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .ft-tel__inner .sp li .btn01--lead .tel-icon {
    width: 15px;
  }
  .ft-tel__inner .sp li .btn01--lead .tel-number {
    margin: 0 0 0 1rem;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .ft-tel__inner .sp li .btn01--txt {
    width: 100%;
    margin: 0.5rem 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #FEE101;
  }
  .ft-tel__inner .sp li .btn02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#0D4B8C), color-stop(50%, #0D4B8C), color-stop(50%, #053464), to(#053464));
    background: linear-gradient(180deg, #0D4B8C 0%, #0D4B8C 50%, #053464 50%, #053464 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #021D3A;
            box-shadow: 0px 4px 0px 0 #021D3A;
    border-radius: 11px;
    color: #fff;
  }
  .ft-tel__inner .sp li .btn02--lead {
    font-weight: bold;
    font-size: 1.5rem;
  }
  .ft-tel__inner .sp li .btn02--txt {
    width: 100%;
    margin: 0.5rem 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #FEE101;
  }
  .ft-tel__inner .sp li .btn03 {
    background: -webkit-gradient(linear, left top, left bottom, from(#AB0D4E), color-stop(50%, #AB0D4E), color-stop(50%, #740835), to(#740835));
    background: linear-gradient(180deg, #AB0D4E 0%, #AB0D4E 50%, #740835 50%, #740835 100%);
    -webkit-box-shadow: 0px 4px 0px 0 #004126;
            box-shadow: 0px 4px 0px 0 #004126;
    border-radius: 11px;
    color: #fff;
  }
  .ft-tel__inner .sp li .btn03--lead {
    font-weight: bold;
    font-size: 1.4rem;
  }
  .ft-tel__inner .sp li.size01 {
    width: 37%;
  }
  .ft-tel__inner .sp li.size02 {
    width: 31%;
  }
  .ft-tel__inner .sp li.size03 {
    width: 28%;
  }
  #ft-tel {
    opacity: 0;
  }
  #ft-tel.ft-tel-hide {
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  .ft {
    width: 100%;
    min-width: 100%;
    padding: 2rem 0 9rem 0;
    line-height: 1.7;
    background: #081267;
  }
  .ft__inner {
    width: 92%;
    margin: 0 auto;
  }
  .ft__inner nav {
    font-size: 1.4rem;
    color: #fff;
  }
  .ft__inner a {
    color: #fff;
    font-weight: bold;
  }
  .ft-profile {
    width: 100%;
    margin: 0 auto 1.5rem auto;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px dotted #fff;
    color: #fff;
  }
  .ft-profile__logo {
    text-align: center;
    width: 60px;
    margin: 0 auto;
  }
  .ft-profile__logo img {
    width: 100%;
  }
  .ft-profile__title {
    margin: 1rem 0 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  .ft-profile__add {
    font-size: 1.2rem;
    font-style: normal;
    text-align: center;
    font-weight: bold;
  }
  .ft-profile__add br {
    display: none;
  }
  .ft-profile__list {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .ft-profile__list li {
    font-weight: bold;
  }
  .ft-profile__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem auto 0 auto;
    font-size: 1.2rem;
  }
  .ft-profile__link li {
    padding: 0 0 0 1.3rem;
    font-weight: bold;
    background: url("/assets/img/common/nav_arrow.webp") no-repeat 0 6px;
    background-size: 8px;
  }
  .ft__list01 {
    font-size: 1.2rem;
  }
  .ft__list01 dl {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0 0 1rem 0;
    border-bottom: 1px dotted #fff;
  }
  .ft__list01 dl dt {
    font-weight: bold;
  }
  .ft__list01 dl dd {
    margin: 0.5rem 0 0 0;
  }
  .ft__list01 dl dd ul {
    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;
  }
  .ft__list01 dl dd ul li {
    width: 48%;
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 1.3rem;
    font-weight: bold;
    background: url("/assets/img/common/nav_arrow.webp") no-repeat 0 6px;
    background-size: 8px;
  }
  .ft__list02 {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.5rem 0 0 0;
  }
  .ft__list02 li {
    width: 48%;
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 1.3rem;
    font-weight: bold;
    background: url("/assets/img/common/nav_arrow.webp") no-repeat 0 6px;
    background-size: 8px;
  }
  .ft .copyright {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .ft .copyright span {
    font-weight: bold;
  }
  .ft-form {
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
    background: #0A1367;
  }
  .ft-form .copyright {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .ft-form .copyright span {
    font-weight: bold;
  }
}
/* -------------------------------------------------------------------
 ユーティリティー
------------------------------------------------------------------- */
@media print, screen and (min-width:600px) {
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-sp00 {
    margin-top: 0 !important;
  }
  .pt-sp00 {
    padding-top: 0 !important;
  }
  .mt-sp05 {
    margin-top: 0.5rem !important;
  }
  .pt-sp05 {
    padding-top: 0.5rem !important;
  }
  .mt-sp10 {
    margin-top: 1rem !important;
  }
  .pt-sp10 {
    padding-top: 1rem !important;
  }
  .mt-sp15 {
    margin-top: 1.5rem !important;
  }
  .pt-sp15 {
    padding-top: 1.5rem !important;
  }
  .mt-sp20 {
    margin-top: 2rem !important;
  }
  .pt-sp20 {
    padding-top: 2rem !important;
  }
  .mt-sp25 {
    margin-top: 2.5rem !important;
  }
  .pt-sp25 {
    padding-top: 2.5rem !important;
  }
  .mt-sp30 {
    margin-top: 3rem !important;
  }
  .pt-sp30 {
    padding-top: 3rem !important;
  }
  .mt-sp35 {
    margin-top: 3.5rem !important;
  }
  .pt-sp35 {
    padding-top: 3.5rem !important;
  }
  .mt-sp40 {
    margin-top: 4rem !important;
  }
  .pt-sp40 {
    padding-top: 4rem !important;
  }
  .mt-sp45 {
    margin-top: 4.5rem !important;
  }
  .pt-sp45 {
    padding-top: 4.5rem !important;
  }
  .mt-sp50 {
    margin-top: 5rem !important;
  }
  .pt-sp50 {
    padding-top: 5rem !important;
  }
  .mt-sp55 {
    margin-top: 5.5rem !important;
  }
  .pt-sp55 {
    padding-top: 5.5rem !important;
  }
  .mt-sp60 {
    margin-top: 6rem !important;
  }
  .pt-sp60 {
    padding-top: 6rem !important;
  }
  .mt-sp65 {
    margin-top: 6.5rem !important;
  }
  .pt-sp65 {
    padding-top: 6.5rem !important;
  }
  .mt-sp70 {
    margin-top: 7rem !important;
  }
  .pt-sp70 {
    padding-top: 7rem !important;
  }
  .mt-sp75 {
    margin-top: 7.5rem !important;
  }
  .pt-sp75 {
    padding-top: 7.5rem !important;
  }
  .mt-sp80 {
    margin-top: 8rem !important;
  }
  .pt-sp80 {
    padding-top: 8rem !important;
  }
  .mt-sp85 {
    margin-top: 8.5rem !important;
  }
  .pt-sp85 {
    padding-top: 8.5rem !important;
  }
  .mt-sp90 {
    margin-top: 9rem !important;
  }
  .pt-sp90 {
    padding-top: 9rem !important;
  }
  .mt-sp95 {
    margin-top: 9.5rem !important;
  }
  .pt-sp95 {
    padding-top: 9.5rem !important;
  }
  .mt-sp100 {
    margin-top: 10rem !important;
  }
  .pt-sp100 {
    padding-top: 10rem !important;
  }
  .mr-sp00 {
    margin-right: 0 !important;
  }
  .pr-sp00 {
    padding-right: 0 !important;
  }
  .mr-sp05 {
    margin-right: 0.5rem !important;
  }
  .pr-sp05 {
    padding-right: 0.5rem !important;
  }
  .mr-sp10 {
    margin-right: 1rem !important;
  }
  .pr-sp10 {
    padding-right: 1rem !important;
  }
  .mr-sp15 {
    margin-right: 1.5rem !important;
  }
  .pr-sp15 {
    padding-right: 1.5rem !important;
  }
  .mr-sp20 {
    margin-right: 2rem !important;
  }
  .pr-sp20 {
    padding-right: 2rem !important;
  }
  .mr-sp25 {
    margin-right: 2.5rem !important;
  }
  .pr-sp25 {
    padding-right: 2.5rem !important;
  }
  .mr-sp30 {
    margin-right: 3rem !important;
  }
  .pr-sp30 {
    padding-right: 3rem !important;
  }
  .mr-sp35 {
    margin-right: 3.5rem !important;
  }
  .pr-sp35 {
    padding-right: 3.5rem !important;
  }
  .mr-sp40 {
    margin-right: 4rem !important;
  }
  .pr-sp40 {
    padding-right: 4rem !important;
  }
  .mr-sp45 {
    margin-right: 4.5rem !important;
  }
  .pr-sp45 {
    padding-right: 4.5rem !important;
  }
  .mr-sp50 {
    margin-right: 5rem !important;
  }
  .pr-sp50 {
    padding-right: 5rem !important;
  }
  .mr-sp55 {
    margin-right: 5.5rem !important;
  }
  .pr-sp55 {
    padding-right: 5.5rem !important;
  }
  .mr-sp60 {
    margin-right: 6rem !important;
  }
  .pr-sp60 {
    padding-right: 6rem !important;
  }
  .mr-sp65 {
    margin-right: 6.5rem !important;
  }
  .pr-sp65 {
    padding-right: 6.5rem !important;
  }
  .mr-sp70 {
    margin-right: 7rem !important;
  }
  .pr-sp70 {
    padding-right: 7rem !important;
  }
  .mr-sp75 {
    margin-right: 7.5rem !important;
  }
  .pr-sp75 {
    padding-right: 7.5rem !important;
  }
  .mr-sp80 {
    margin-right: 8rem !important;
  }
  .pr-sp80 {
    padding-right: 8rem !important;
  }
  .mr-sp85 {
    margin-right: 8.5rem !important;
  }
  .pr-sp85 {
    padding-right: 8.5rem !important;
  }
  .mr-sp90 {
    margin-right: 9rem !important;
  }
  .pr-sp90 {
    padding-right: 9rem !important;
  }
  .mr-sp95 {
    margin-right: 9.5rem !important;
  }
  .pr-sp95 {
    padding-right: 9.5rem !important;
  }
  .mr-sp100 {
    margin-right: 10rem !important;
  }
  .pr-sp100 {
    padding-right: 10rem !important;
  }
  .mb-sp00 {
    margin-bottom: 0 !important;
  }
  .pb-sp00 {
    padding-bottom: 0 !important;
  }
  .mb-sp05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-sp05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-sp10 {
    margin-bottom: 1rem !important;
  }
  .pb-sp10 {
    padding-bottom: 1rem !important;
  }
  .mb-sp15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-sp15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-sp20 {
    margin-bottom: 2rem !important;
  }
  .pb-sp20 {
    padding-bottom: 2rem !important;
  }
  .mb-sp25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-sp25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-sp30 {
    margin-bottom: 3rem !important;
  }
  .pb-sp30 {
    padding-bottom: 3rem !important;
  }
  .mb-sp35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-sp35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-sp40 {
    margin-bottom: 4rem !important;
  }
  .pb-sp40 {
    padding-bottom: 4rem !important;
  }
  .mb-sp45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-sp45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-sp50 {
    margin-bottom: 5rem !important;
  }
  .pb-sp50 {
    padding-bottom: 5rem !important;
  }
  .mb-sp55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-sp55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-sp60 {
    margin-bottom: 6rem !important;
  }
  .pb-sp60 {
    padding-bottom: 6rem !important;
  }
  .mb-sp65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-sp65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-sp70 {
    margin-bottom: 7rem !important;
  }
  .pb-sp70 {
    padding-bottom: 7rem !important;
  }
  .mb-sp75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-sp75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-sp80 {
    margin-bottom: 8rem !important;
  }
  .pb-sp80 {
    padding-bottom: 8rem !important;
  }
  .mb-sp85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-sp85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-sp90 {
    margin-bottom: 9rem !important;
  }
  .pb-sp90 {
    padding-bottom: 9rem !important;
  }
  .mb-sp95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-sp95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-sp100 {
    margin-bottom: 10rem !important;
  }
  .pb-sp100 {
    padding-bottom: 10rem !important;
  }
  .ml-sp00 {
    margin-left: 0 !important;
  }
  .pl-sp00 {
    padding-left: 0 !important;
  }
  .ml-sp05 {
    margin-left: 0.5rem !important;
  }
  .pl-sp05 {
    padding-left: 0.5rem !important;
  }
  .ml-sp10 {
    margin-left: 1rem !important;
  }
  .pl-sp10 {
    padding-left: 1rem !important;
  }
  .ml-sp15 {
    margin-left: 1.5rem !important;
  }
  .pl-sp15 {
    padding-left: 1.5rem !important;
  }
  .ml-sp20 {
    margin-left: 2rem !important;
  }
  .pl-sp20 {
    padding-left: 2rem !important;
  }
  .ml-sp25 {
    margin-left: 2.5rem !important;
  }
  .pl-sp25 {
    padding-left: 2.5rem !important;
  }
  .ml-sp30 {
    margin-left: 3rem !important;
  }
  .pl-sp30 {
    padding-left: 3rem !important;
  }
  .ml-sp35 {
    margin-left: 3.5rem !important;
  }
  .pl-sp35 {
    padding-left: 3.5rem !important;
  }
  .ml-sp40 {
    margin-left: 4rem !important;
  }
  .pl-sp40 {
    padding-left: 4rem !important;
  }
  .ml-sp45 {
    margin-left: 4.5rem !important;
  }
  .pl-sp45 {
    padding-left: 4.5rem !important;
  }
  .ml-sp50 {
    margin-left: 5rem !important;
  }
  .pl-sp50 {
    padding-left: 5rem !important;
  }
  .ml-sp55 {
    margin-left: 5.5rem !important;
  }
  .pl-sp55 {
    padding-left: 5.5rem !important;
  }
  .ml-sp60 {
    margin-left: 6rem !important;
  }
  .pl-sp60 {
    padding-left: 6rem !important;
  }
  .ml-sp65 {
    margin-left: 6.5rem !important;
  }
  .pl-sp65 {
    padding-left: 6.5rem !important;
  }
  .ml-sp70 {
    margin-left: 7rem !important;
  }
  .pl-sp70 {
    padding-left: 7rem !important;
  }
  .ml-sp75 {
    margin-left: 7.5rem !important;
  }
  .pl-sp75 {
    padding-left: 7.5rem !important;
  }
  .ml-sp80 {
    margin-left: 8rem !important;
  }
  .pl-sp80 {
    padding-left: 8rem !important;
  }
  .ml-sp85 {
    margin-left: 8.5rem !important;
  }
  .pl-sp85 {
    padding-left: 8.5rem !important;
  }
  .ml-sp90 {
    margin-left: 9rem !important;
  }
  .pl-sp90 {
    padding-left: 9rem !important;
  }
  .ml-sp95 {
    margin-left: 9.5rem !important;
  }
  .pl-sp95 {
    padding-left: 9.5rem !important;
  }
  .ml-sp100 {
    margin-left: 10rem !important;
  }
  .pl-sp100 {
    padding-left: 10rem !important;
  }
}
/* ---------- venobox --------- */
.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.vbox-title {
  width: 100%;
  float: left;
  line-height: 28px;
  font-size: 9pt;
  padding: 6px 40px;
  display: none;
  left: 0;
}

.vbox-close, .vbox-title {
  height: 40px;
  text-align: center;
  overflow: hidden;
  position: fixed;
  z-index: 3;
}

.vbox-close {
  cursor: pointer;
  top: -1px;
  right: 0;
  width: 50px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  font-size: 24px;
  line-height: 1;
}

.vbox-num {
  left: 0;
  height: 40px;
  display: block;
  line-height: 28px;
  font-size: 9pt;
  padding: 6px 10px;
  display: none;
}

.vbox-next, .vbox-num, .vbox-prev {
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  z-index: 3;
}

.vbox-next, .vbox-prev {
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 45px;
  height: 45px;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #b6b6b6;
  border-right-color: #b6b6b6;
  text-indent: -75pt;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

.venoframe {
  max-width: 100%;
  width: 100%;
  border: 0;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .vbox-inline, .venoframe {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 40pc;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .vbox-inline, .venoframe {
    max-width: 75pc;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 60pc;
    height: 540px;
  }
}
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

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

.vbox-figlio {
  -webkit-box-shadow: 0 0 9pt rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 9pt rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-animated {
  webkit-transition: margin 0.3s ease-out;
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}/*# sourceMappingURL=style.css.map */