@charset "UTF-8";
@font-face {
  font-family: 'Arial Black';
  font-style: normal;
  font-weight: 400;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf"); }
select::-ms-expand {
  display: none; }

html {
  height: 100%;
  font-size: 62.5%;
  background: #fff;
  overflow-y: scroll; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td {
  padding: 0;
  margin: 0; }

address,
caption,
em,
strong,
th {
  font-style: normal; }

caption,
th {
  text-align: left; }

hr,
legend {
  display: none; }

figure {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

li {
  list-style-type: none; }

table,
ol,
ul,
dl,
blockquote,
pre {
  margin-bottom: 0px; }

p {
  margin-bottom: 0; }

a img,
fieldset {
  border: none; }

article,
aside,
footer,
header,
hgroup,
nav,
section {
  display: block; }

main {
  overflow-x: hidden; }

a {
  display: block;
  text-decoration: none;
  color: inherit; }

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:visited {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all; }

img {
  width: 100%;
  display: block; }

button {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/*-----------------------------------------*/
@media (max-width: 480px) {
  .only-pc {
    display: none; } }

.only-sp {
  display: none; }
  @media (max-width: 480px) {
    .only-sp {
      display: block; } }

.d-inline {
  display: inline-block; }

.block-pc {
  display: block; }
  @media (max-width: 480px) {
    .block-pc {
      display: inline-block; } }

.txt_b {
  font-weight: bold;
  margin: 0 3px; }

/*-----------------------------------------*/
body {
  position: relative;
  -webkit-text-size-adjust: none;
  min-width: 1040px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  letter-spacing: 0.5px;
  line-height: 1.6;
  margin: 0px;
  background: #fff; }
  @media (max-width: 480px) {
    body {
      font-size: 3.5897435897vw;
      min-width: 100%;
      letter-spacing: 0.1282051282vw;
      line-height: 1.6; } }

.slick-slide {
  outline: none; }

/*============================
共通レイアウト
============================*/
.bold {
  font-weight: bold; }

@media (max-width: 480px) {
  .bold-sp {
    font-weight: bold; } }

.t-center {
  text-align: center !important; }

.t-left {
  text-align: left !important; }

@media (max-width: 480px) {
  .t-center-sp {
    text-align: center !important; } }

@media (max-width: 480px) {
  .t-left-sp {
    text-align: left !important; } }

.fs-min {
  font-size: 80%; }

.fs-big01 {
  font-size: 1.7em; }

.fs-big02 {
  font-size: 2em; }

@media (max-width: 480px) {
  .fs-small-sp {
    font-size: 0.75em; } }

@media (max-width: 480px) {
  .fs-big01-sp {
    font-size: 1.56em; } }

@media (max-width: 480px) {
  .fs-big001-sp {
    font-size: 2em; } }

.fs-20 {
  font-size: 2rem; }

.fs-24 {
  font-size: 2.4rem; }

.fs-30 {
  font-size: 3rem; }

.c-orange {
  color: #eb6100; }

.p0 {
  padding: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb0-sp {
  padding-bottom: 0 !important; }

@media (max-width: 480px) {
  .pb25-sp {
    padding-bottom: 3.2051282051vw !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media (max-width: 480px) {
    .pt40 {
      padding-top: 5.1282051282vw !important; } }

@media (max-width: 480px) {
  .pt0-sp {
    padding-top: 0 !important; } }

.mt10 {
  margin-top: 10px; }
  @media (max-width: 480px) {
    .mt10 {
      margin-top: 1.2820512821vw; } }

.mt20 {
  margin-top: 20px; }
  @media (max-width: 480px) {
    .mt20 {
      margin-top: 2.5641025641vw; } }

.mt30 {
  margin-top: 30px; }
  @media (max-width: 480px) {
    .mt30 {
      margin-top: 3.8461538462vw; } }

.mt40 {
  margin-top: 40px; }
  @media (max-width: 480px) {
    .mt40 {
      margin-top: 5.1282051282vw; } }

.mt50 {
  margin-top: 50px; }
  @media (max-width: 480px) {
    .mt50 {
      margin-top: 6.4102564103vw; } }

.mt60 {
  margin-top: 60px; }
  @media (max-width: 480px) {
    .mt60 {
      margin-top: 7.6923076923vw; } }

.mt70 {
  margin-top: 70px; }
  @media (max-width: 480px) {
    .mt70 {
      margin-top: 8.9743589744vw; } }

.mt80 {
  margin-top: 80px; }
  @media (max-width: 480px) {
    .mt80 {
      margin-top: 10.2564102564vw; } }

.mt90 {
  margin-top: 90px; }
  @media (max-width: 480px) {
    .mt90 {
      margin-top: 11.5384615385vw; } }

.mt100 {
  margin-top: 100px; }
  @media (max-width: 480px) {
    .mt100 {
      margin-top: 12.8205128205vw; } }

.mt110 {
  margin-top: 110px; }
  @media (max-width: 480px) {
    .mt110 {
      margin-top: 14.1025641026vw; } }

.mt120 {
  margin-top: 120px; }
  @media (max-width: 480px) {
    .mt120 {
      margin-top: 15.3846153846vw; } }

.mt130 {
  margin-top: 130px; }
  @media (max-width: 480px) {
    .mt130 {
      margin-top: 16.6666666667vw; } }

.mt140 {
  margin-top: 140px; }
  @media (max-width: 480px) {
    .mt140 {
      margin-top: 17.9487179487vw; } }

.mt150 {
  margin-top: 150px; }
  @media (max-width: 480px) {
    .mt150 {
      margin-top: 19.2307692308vw; } }

.mt160 {
  margin-top: 160px; }
  @media (max-width: 480px) {
    .mt160 {
      margin-top: 20.5128205128vw; } }

.mt170 {
  margin-top: 170px; }
  @media (max-width: 480px) {
    .mt170 {
      margin-top: 21.7948717949vw; } }

.mt180 {
  margin-top: 180px; }
  @media (max-width: 480px) {
    .mt180 {
      margin-top: 23.0769230769vw; } }

.mt190 {
  margin-top: 190px; }
  @media (max-width: 480px) {
    .mt190 {
      margin-top: 24.358974359vw; } }

.mt200 {
  margin-top: 200px; }
  @media (max-width: 480px) {
    .mt200 {
      margin-top: 25.641025641vw; } }

.mb10 {
  margin-bottom: 10px; }
  @media (max-width: 480px) {
    .mb10 {
      margin-bottom: 1.2820512821vw; } }

.mb20 {
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .mb20 {
      margin-bottom: 2.5641025641vw; } }

.mb30 {
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .mb30 {
      margin-bottom: 3.8461538462vw; } }

.mb40 {
  margin-bottom: 40px; }
  @media (max-width: 480px) {
    .mb40 {
      margin-bottom: 5.1282051282vw; } }

.mb50 {
  margin-bottom: 50px; }
  @media (max-width: 480px) {
    .mb50 {
      margin-bottom: 6.4102564103vw; } }

.mb60 {
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    .mb60 {
      margin-bottom: 7.6923076923vw; } }

.mb70 {
  margin-bottom: 70px; }
  @media (max-width: 480px) {
    .mb70 {
      margin-bottom: 8.9743589744vw; } }

.mb80 {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
    .mb80 {
      margin-bottom: 10.2564102564vw; } }

.mb90 {
  margin-bottom: 90px; }
  @media (max-width: 480px) {
    .mb90 {
      margin-bottom: 11.5384615385vw; } }

.mb100 {
  margin-bottom: 100px; }
  @media (max-width: 480px) {
    .mb100 {
      margin-bottom: 12.8205128205vw; } }

.mb110 {
  margin-bottom: 110px; }
  @media (max-width: 480px) {
    .mb110 {
      margin-bottom: 14.1025641026vw; } }

.mb120 {
  margin-bottom: 120px; }
  @media (max-width: 480px) {
    .mb120 {
      margin-bottom: 15.3846153846vw; } }

.mb130 {
  margin-bottom: 130px; }
  @media (max-width: 480px) {
    .mb130 {
      margin-bottom: 16.6666666667vw; } }

.mb140 {
  margin-bottom: 140px; }
  @media (max-width: 480px) {
    .mb140 {
      margin-bottom: 17.9487179487vw; } }

.mb150 {
  margin-bottom: 150px; }
  @media (max-width: 480px) {
    .mb150 {
      margin-bottom: 19.2307692308vw; } }

.mb160 {
  margin-bottom: 160px; }
  @media (max-width: 480px) {
    .mb160 {
      margin-bottom: 20.5128205128vw; } }

.mb170 {
  margin-bottom: 170px; }
  @media (max-width: 480px) {
    .mb170 {
      margin-bottom: 21.7948717949vw; } }

.mb180 {
  margin-bottom: 180px; }
  @media (max-width: 480px) {
    .mb180 {
      margin-bottom: 23.0769230769vw; } }

.mb190 {
  margin-bottom: 190px; }
  @media (max-width: 480px) {
    .mb190 {
      margin-bottom: 24.358974359vw; } }

.mb200 {
  margin-bottom: 200px; }
  @media (max-width: 480px) {
    .mb200 {
      margin-bottom: 25.641025641vw; } }

@media (max-width: 480px) {
  .p-side {
    padding: 0 3.8461538462vw; } }

.txt-gradient {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#b61eb1), to(#0599f7));
  background: linear-gradient(90deg, #b61eb1 0%, #0599f7 100%);
  -webkit-background-clip: text;
  display: inline-block; }

.u-line {
  text-decoration: underline; }

.u-line-y01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(77%, transparent), color-stop(0%, #ffeb37));
  background: linear-gradient(transparent 77%, #ffeb37 0%); }

.u-line-y02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(77%, transparent), color-stop(0%, #fed808));
  background: linear-gradient(transparent 77%, #fed808 0%); }

.u-line-y03 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(0%, #faf76a));
  background: linear-gradient(transparent 62%, #faf76a 0%); }

.u-line-pl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(77%, transparent), color-stop(0%, #d6d8ef));
  background: linear-gradient(transparent 77%, #d6d8ef 0%); }

.small {
  font-size: 0.75em; }
  @media (max-width: 480px) {
    .small {
      font-size: 1em; } }

.sup {
  vertical-align: text-top;
  font-size: 1.4rem; }
  @media (max-width: 480px) {
    .sup {
      font-size: 2.0512820513vw; } }

.after-note::after {
  content: '※';
  display: inline;
  font-size: 1.4rem; }
  @media (max-width: 480px) {
    .after-note::after {
      font-size: 2.0512820513vw; } }

@media (max-width: 480px) {
  .order1-sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.accent {
  position: relative; }
  .accent::before {
    content: "・";
    font-size: 0.4em;
    color: inherit;
    position: absolute;
    top: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 480px) {
      .accent::before {
        top: -9px; } }

.tel {
  pointer-events: none; }
  @media (max-width: 480px) {
    .tel {
      pointer-events: auto; } }

.block-tel {
  font-family: "Roboto" , 'Noto Sans JP' ,sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 256px;
  letter-spacing: 0.02rem;
  line-height: 1;
  text-align: center; }
  .block-tel .block-tel__img {
    width: 18%; }
    @media (max-width: 480px) {
      .block-tel .block-tel__img {
        width: 12.1794871795vw; } }
  .block-tel .block-tel__num {
    width: 82%;
    font-size: 3.3rem;
    font-weight: bold; }
    @media (max-width: 480px) {
      .block-tel .block-tel__num {
        font-size: 6.5384615385vw;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
  .block-tel .block-tel__time {
    width: 100%;
    font-size: 1.3rem; }
    @media (max-width: 480px) {
      .block-tel .block-tel__time {
        font-size: 2.3076923077vw; } }
  .block-tel.w337 {
    width: 337px; }
    @media (max-width: 480px) {
      .block-tel.w337 {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .block-tel.w337 .block-tel__num {
      font-size: 4.4rem; }
      @media (max-width: 480px) {
        .block-tel.w337 .block-tel__num {
          font-size: 8.9743589744vw;
          width: auto; } }
    .block-tel.w337 .block-tel__time {
      font-size: 1.7rem; }
      @media (max-width: 480px) {
        .block-tel.w337 .block-tel__time {
          font-size: 3.8461538462vw; } }

.wrapper {
  width: 1020px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .wrapper {
      width: 100%;
      padding: 0 3.8461538462vw; } }

@media (max-width: 480px) {
  .wrap {
    padding: 0 3.8461538462vw; } }

.section {
  padding: 80px 0 90px; }
  @media (max-width: 480px) {
    .section {
      padding: 11.5384615385vw 0; } }
  .section.bg-01 {
    background-color: #f2f2f4; }
  .section.bg-02 {
    background: -webkit-gradient(linear, left top, right top, from(#9a1687), color-stop(50%, #555fbc), to(#5b5ab8));
    background: linear-gradient(90deg, #9a1687 0%, #555fbc 50%, #5b5ab8 100%);
    padding: 37px;
    position: relative;
    z-index: 10; }
    @media (max-width: 480px) {
      .section.bg-02 {
        padding: 5.1282051282vw 5.7692307692vw; } }
    .section.bg-02::after {
      content: "";
      width: 100%;
      height: 100%;
      background: url(../images/background-img01.png) no-repeat center center/cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  .section .section__in {
    width: 1020px;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .section .section__in {
        width: 100%;
        padding: 0 3.8461538462vw; } }

.middle-section {
  padding: 55px 0 70px; }
  @media (max-width: 480px) {
    .middle-section {
      padding: 10.8974358974vw 3.8461538462vw 10.2564102564vw; } }
  .middle-section .middle-section__in {
    max-width: 1020px;
    margin: 0 auto; }

.section__ttl {
  font-size: 4.5rem;
  font-weight: bold;
  color: #082a4f;
  line-height: 1.3;
  text-align: center; }
  @media (max-width: 480px) {
    .section__ttl {
      font-size: 5.7692307692vw; } }
  .section__ttl .section__ttl--sub {
    display: block; }
  .section__ttl .section__ttl--main {
    display: block; }
  .section__ttl.ttl01 .section__ttl--sub {
    font-size: 2.8rem;
    color: #fff;
    background-color: #303771;
    padding: 12px;
    border-radius: 40px;
    width: 700px;
    margin: 0 auto 35px;
    position: relative; }
    @media (max-width: 480px) {
      .section__ttl.ttl01 .section__ttl--sub {
        font-size: 3.5897435897vw;
        width: 100%;
        padding: 1.9230769231vw;
        margin-bottom: 5.1282051282vw; } }
    .section__ttl.ttl01 .section__ttl--sub::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 22px 22px 0 22px;
      border-color: #303771 transparent transparent transparent;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 100%);
              transform: translate(-50%, 100%); }
      @media (max-width: 480px) {
        .section__ttl.ttl01 .section__ttl--sub::after {
          border-width: 2.8205128205vw 2.8205128205vw 0 2.8205128205vw; } }
  .section__ttl.ttl02 .section__ttl--sub {
    font-size: 1.8rem; }
    @media (max-width: 480px) {
      .section__ttl.ttl02 .section__ttl--sub {
        font-size: 3.0769230769vw; } }

.block__ttl01 {
  position: relative; }
  .block__ttl01 .block__ttl01--main {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: left;
    background-color: #fff;
    padding-right: 50px;
    position: relative;
    z-index: 10; }
    @media (max-width: 480px) {
      .block__ttl01 .block__ttl01--main {
        font-size: 4.1025641026vw;
        padding-right: 3.8461538462vw; } }
  .block__ttl01::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #585e6b;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.section__pick {
  font-weight: bold;
  text-align: center;
  color: #777a9b;
  padding: 60px 0 40px;
  line-height: 1.3; }
  @media (max-width: 480px) {
    .section__pick {
      padding: 7.6923076923vw 0 5.1282051282vw; } }
  .section__pick .section__pick--main {
    font-size: 2.8rem;
    padding-bottom: 0.5em;
    line-height: 1; }
    @media (max-width: 480px) {
      .section__pick .section__pick--main {
        font-size: 3.8461538462vw;
        padding-bottom: 2.5641025641vw; } }
  @media (max-width: 480px) {
    .section__pick .section__pick--sub {
      font-size: 5.7692307692vw; } }
  .section__pick .section__pick--note {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }
    .section__pick .section__pick--note li {
      font-size: 1.4rem;
      font-weight: normal; }
      @media (max-width: 480px) {
        .section__pick .section__pick--note li {
          font-size: 2.5641025641vw; } }

.unit-list-01 li {
  position: relative;
  padding-left: 1em; }
  .unit-list-01 li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

.unit-list-note li {
  position: relative;
  font-size: 1.2rem; }
  @media (max-width: 480px) {
    .unit-list-note li {
      font-size: 2.5641025641vw;
      line-height: 1.3;
      margin-bottom: 1.0256410256vw; } }
  .unit-list-note li::before {
    content: "※"; }
  .unit-list-note li.no {
    padding-left: 2em; }
    .unit-list-note li.no::before {
      content: "※" attr(data-no); }
.unit-list-note .unit-list-note-sub li {
  position: relative; }
  .unit-list-note .unit-list-note-sub li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

.pick-block {
  position: relative;
  border: 3px solid #ec6404;
  border-radius: 10px;
  padding: 15px 0;
  line-height: 1.4; }
  @media (max-width: 480px) {
    .pick-block {
      border-width: 0.3846153846vw;
      border-radius: 1.2820512821vw;
      padding: 3.2051282051vw 1.9230769231vw 3.2051282051vw; } }
  .pick-block .pick-block__txt {
    font-size: 2.4rem;
    font-weight: bold;
    color: #ec6404;
    text-align: center; }
    @media (max-width: 480px) {
      .pick-block .pick-block__txt {
        font-size: 4.1025641026vw;
        padding-left: 38.4615384615vw;
        text-align: left; } }
  .pick-block .pick-block__img {
    position: absolute;
    width: 145px;
    left: 30px;
    bottom: 0; }
    @media (max-width: 480px) {
      .pick-block .pick-block__img {
        width: 32.0512820513vw;
        left: 1.2820512821vw; } }

.js-modal-btn-pc,
.js-toggle-btn-sp,
.js-modal-btn,
.js-toggle-btn {
  cursor: pointer; }

.modal-flex,
.modal {
  display: none;
  background-color: #fff;
  width: 95%;
  max-height: 80vh;
  padding: 40px 75px 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  z-index: 20000;
  overflow-y: auto;
  cursor: auto; }
  @media (min-width: 896px) {
    .modal-flex,
    .modal {
      max-width: 960px; } }
  @media (max-width: 480px) {
    .modal-flex,
    .modal {
      width: 90%;
      padding: 7.6923076923vw 3.8461538462vw; } }
  .modal-flex .modal-close_btn,
  .modal .modal-close_btn {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    cursor: pointer; }
    .modal-flex .modal-close_btn.btn01,
    .modal .modal-close_btn.btn01 {
      background-color: #fff;
      border: 1px solid;
      border-radius: 50%;
      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: 50px;
      height: 50px;
      font-size: 3rem;
      line-height: 1;
      position: absolute;
      top: 15px;
      right: 20px; }
      @media (max-width: 480px) {
        .modal-flex .modal-close_btn.btn01,
        .modal .modal-close_btn.btn01 {
          font-size: 5.1282051282vw;
          width: 8.3333333333vw;
          height: 8.3333333333vw;
          top: 2.5641025641vw;
          right: 2.5641025641vw; } }
    .modal-flex .modal-close_btn.btn02,
    .modal .modal-close_btn.btn02 {
      font-size: 1.7rem;
      text-align: center;
      padding: 10px 20px;
      border: 1px solid;
      border-radius: 5px;
      width: 180px;
      margin: 0 auto; }
      @media (max-width: 480px) {
        .modal-flex .modal-close_btn.btn02,
        .modal .modal-close_btn.btn02 {
          font-size: 3.5897435897vw;
          padding: 1.9230769231vw 2.5641025641vw;
          width: 38.4615384615vw; } }
      .modal-flex .modal-close_btn.btn02 .fa-xmark,
      .modal .modal-close_btn.btn02 .fa-xmark {
        padding-right: 1.5em; }
        @media (max-width: 480px) {
          .modal-flex .modal-close_btn.btn02 .fa-xmark,
          .modal .modal-close_btn.btn02 .fa-xmark {
            padding-right: 2.5641025641vw; } }
    .modal-flex .modal-close_btn:hover,
    .modal .modal-close_btn:hover {
      opacity: 0.5; }

.modal-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 15000;
  display: none;
  cursor: pointer; }

.link-btn01 .link-btn01-inner {
  width: 380px;
  background-color: #eb6100;
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  -webkit-box-shadow: 0 5px 0 #703a00;
          box-shadow: 0 5px 0 #703a00;
  -webkit-transition: -webkit-transform 0.3s , -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s , -webkit-box-shadow 0.3s;
  transition: transform 0.3s , box-shadow 0.3s;
  transition: transform 0.3s , box-shadow 0.3s , -webkit-transform 0.3s , -webkit-box-shadow 0.3s; }
.link-btn01 .link-btn01-inner__sub {
  display: block;
  width: 125px;
  background-color: #fff100;
  color: inherit;
  border-radius: 70px 0 0 70px;
  padding: 11px;
  text-align: center;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px); }
.link-btn01 .link-btn01-inner__main {
  display: block;
  width: calc(380px - 125px);
  color: #fff;
  font-size: 1.8rem;
  padding: 0 40px 0 20px; }
.link-btn01 .fas {
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
.link-btn01.w750 .link-btn01-inner {
  width: 750px; }
  @media (max-width: 480px) {
    .link-btn01.w750 .link-btn01-inner {
      width: 85.8974358974vw; } }
.link-btn01.w750 .link-btn01-inner__sub {
  font-size: 2.4rem;
  width: 205px; }
  @media (max-width: 480px) {
    .link-btn01.w750 .link-btn01-inner__sub {
      width: 25.641025641vw;
      font-size: 3.0769230769vw; } }
.link-btn01.w750 .link-btn01-inner__main {
  font-size: 3.2rem;
  width: calc(750px - 205px);
  padding: 0 90px 0 70px; }
  @media (max-width: 480px) {
    .link-btn01.w750 .link-btn01-inner__main {
      width: 60.2564102564vw;
      font-size: 3.8461538462vw;
      padding: 0 13.4615384615vw 0 4.8717948718vw; } }
.link-btn01.w750 .fas {
  font-size: 2rem;
  right: 60px; }
  @media (max-width: 480px) {
    .link-btn01.w750 .fas {
      font-size: 2.5641025641vw;
      right: 8%; } }
@media (min-width: 896px) {
  .link-btn01:hover .link-btn01-inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(5px);
            transform: translateY(5px); } }

.link-btn02 {
  position: relative;
  font-size: 1.5rem;
  color: #25279f;
  padding: 15px 25px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #25279f;
  border-radius: 30px;
  letter-spacing: 2px;
  line-height: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: border .2s,color .2s;
  transition: border .2s,color .2s; }
  @media (max-width: 480px) {
    .link-btn02 {
      font-size: 3.3333333333vw;
      color: #fff;
      padding: 1.2820512821vw 3.8461538462vw;
      border-radius: 3.0769230769vw;
      background: -webkit-gradient(linear, left top, right top, from(#9584d3), to(#395ad3));
      background: linear-gradient(to right, #9584d3 0%, #395ad3 100%);
      border: none;
      letter-spacing: 1.2820512821vw; } }
  @media (min-width: 480px) {
    .link-btn02:hover {
      color: #fff;
      border: 1px solid rgba(0, 0, 0, 0); }
      .link-btn02:hover::before {
        opacity: 1; }
      .link-btn02:hover::after {
        border-color: #fff; } }
  .link-btn02::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#9584d3), to(#395ad3));
    background: linear-gradient(to right, #9584d3 0%, #395ad3 100%);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .link-btn02::after {
    position: absolute;
    content: " ";
    width: 6px;
    height: 6px;
    border: 1px solid #25279f;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    border-bottom: none;
    border-left: none;
    top: 50%;
    right: 20px;
    -webkit-transition: border .3s;
    transition: border .3s; }
    @media (max-width: 480px) {
      .link-btn02::after {
        border-color: #fff; } }

.link-btn03 {
  position: relative;
  font-size: 1.2rem;
  color: #25279f;
  padding: 5px 25px;
  background-color: #fff;
  border: 1px solid #25279f;
  border-radius: 12px;
  letter-spacing: 5px;
  line-height: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: border .2s,color .2s;
  transition: border .2s,color .2s; }
  @media (max-width: 480px) {
    .link-btn03 {
      font-size: 3.3333333333vw;
      color: #fff;
      padding: 1.2820512821vw 3.8461538462vw;
      border-radius: 3.0769230769vw;
      background: -webkit-gradient(linear, left top, right top, from(#9584d3), to(#395ad3));
      background: linear-gradient(to right, #9584d3 0%, #395ad3 100%);
      border: none;
      letter-spacing: 1.2820512821vw; } }
  @media (min-width: 480px) {
    .link-btn03:hover {
      color: #fff;
      border: 1px solid rgba(0, 0, 0, 0); }
      .link-btn03:hover::before {
        opacity: 1; }
      .link-btn03:hover::after {
        border-color: #fff; } }
  .link-btn03::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#9584d3), to(#395ad3));
    background: linear-gradient(to right, #9584d3 0%, #395ad3 100%);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .link-btn03::after {
    position: absolute;
    content: " ";
    width: 3px;
    height: 3px;
    border: 1px solid #25279f;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    border-bottom: none;
    border-left: none;
    top: 50%;
    right: 10px;
    -webkit-transition: border .3s;
    transition: border .3s; }
    @media (max-width: 480px) {
      .link-btn03::after {
        border-color: #fff; } }

.link-btn04 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 95px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #25279f;
  padding: 5px 25px 5px 140px;
  background-color: #fff;
  border: 1px solid #25279f;
  border-radius: 7px;
  letter-spacing: 5px;
  line-height: 1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  overflow: hidden;
  z-index: 1;
  letter-spacing: 1px;
  -webkit-transition: border .2s,color .2s;
  transition: border .2s,color .2s; }
  @media (max-width: 480px) {
    .link-btn04 {
      height: 23.0769230769vw;
      font-size: 4.1025641026vw;
      padding: 1.2820512821vw 3.8461538462vw 1.2820512821vw 34.6153846154vw;
      border-radius: 3.0769230769vw;
      background: #dbd8f5;
      border: none;
      letter-spacing: 1.2820512821vw;
      letter-spacing: 0.5128205128vw; } }
  @media (min-width: 480px) {
    .link-btn04:hover {
      border: 1px solid rgba(0, 0, 0, 0); }
      .link-btn04:hover::before {
        opacity: 0.3; } }
  .link-btn04::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#9584d3), to(#7778ea));
    background: linear-gradient(to right, #9584d3 0%, #7778ea 100%);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .link-btn04::after {
    position: absolute;
    content: " ";
    width: 7px;
    height: 7px;
    border: 2px solid #25279f;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    border-bottom: none;
    border-left: none;
    top: 50%;
    right: 20px;
    -webkit-transition: border .3s;
    transition: border .3s; }
    @media (max-width: 480px) {
      .link-btn04::after {
        border-width: 0.5128205128vw;
        right: 6.4102564103vw; } }
  .link-btn04 .link-btn04__ico {
    position: absolute;
    width: 79px;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 480px) {
      .link-btn04 .link-btn04__ico {
        width: 19.2307692308vw;
        left: 7.6923076923vw; } }

 /*============================
.header
============================*/
#wpmem_login .link-text {
  display: none; }

.header {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#dcade9), color-stop(35%, #9584d3), color-stop(65%, #7778ea), to(#395ad3));
  background: linear-gradient(to right, #dcade9 0%, #9584d3 35%, #7778ea 65%, #395ad3 100%); }
  .header .header__in {
    margin: 0 auto;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 480px) {
      .header .header__in {
        width: 100%;
        padding: 5.7692307692vw 0 2.5641025641vw; } }
  .header .header__left {
    margin-left: 30px;
    max-width: 166px; }
    @media (max-width: 480px) {
      .header .header__left {
        margin-right: auto;
        margin-left: 3.8461538462vw;
        width: 32.5641025641vw; } }
  .header .header__right {
    margin-left: auto; }
  .header .smoothNav {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 1000; }
    .header .smoothNav.openbtn-active .change-msg {
      font-size: 0 !important; }
      .header .smoothNav.openbtn-active .change-msg::before {
        font-size: 2.1794871795vw;
        content: "CLOSE"; }
    @media (max-width: 480px) {
      .header .smoothNav .smoothNav2 {
        position: fixed;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        z-index: 8000;
        width: 65vw;
        height: 100vh;
        padding: 21.7948717949vw 3.8461538462vw 8.9743589744vw 6.4102564103vw;
        background-color: #ecedf6; } }
    .header .smoothNav .openbtn {
      display: none; }
      @media (max-width: 480px) {
        .header .smoothNav .openbtn {
          position: fixed;
          display: block;
          content: " ";
          cursor: pointer;
          background-color: #353fd2;
          border-radius: 1.2820512821vw;
          right: 0;
          top: 0;
          -webkit-transition: top .2s, right .3s, opacity .3s, border-radius .1s, border-color .3s;
          transition: top .2s, right .3s, opacity .3s, border-radius .1s, border-color .3s;
          color: #595758;
          z-index: 100000;
          width: 12.8205128205vw;
          height: 12.8205128205vw;
          top: 3.8461538462vw;
          right: 3.8461538462vw; } }
      @media (max-width: 480px) {
        .header .smoothNav .openbtn .close-change, .header .smoothNav .openbtn:before, .header .smoothNav .openbtn:after {
          position: absolute;
          content: " ";
          background-color: #fff;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: top .2s .2s, background-color .3s, -webkit-transform .2s;
          transition: top .2s .2s, background-color .3s, -webkit-transform .2s;
          transition: transform .2s, top .2s .2s, background-color .3s;
          transition: transform .2s, top .2s .2s, background-color .3s, -webkit-transform .2s;
          top: clac(50% - 1.2820512821vw);
          left: 50%;
          width: 6.4102564103vw;
          height: 0.5128205128vw; } }
      @media (max-width: 480px) {
        .header .smoothNav .openbtn:before {
          top: calc(50% - 3.0769230769vw); } }
      .header .smoothNav .openbtn .close-change {
        -webkit-transition: opacity .2s;
        transition: opacity .2s; }
        @media (max-width: 480px) {
          .header .smoothNav .openbtn .close-change {
            top: calc(50% - 1.5384615385vw); } }
      @media (max-width: 480px) {
        .header .smoothNav .openbtn:after {
          top: 50%; } }
      .header .smoothNav .openbtn .change-msg {
        position: absolute;
        font-size: 2.3076923077vw;
        color: #fff;
        left: 50%;
        bottom: 1.2820512821vw;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        letter-spacing: -0.1282051282vw; }
    .header .smoothNav.openbtn-active .smoothNav2 {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
    .header .smoothNav.openbtn-active .openbtn .close-change {
      opacity: 0;
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
    .header .smoothNav.openbtn-active .openbtn:before, .header .smoothNav.openbtn-active .openbtn:after {
      -webkit-transition: top .2s, -webkit-transform .2s .2s;
      transition: top .2s, -webkit-transform .2s .2s;
      transition: transform .2s .2s, top .2s;
      transition: transform .2s .2s, top .2s, -webkit-transform .2s .2s; }
      @media (max-width: 480px) {
        .header .smoothNav.openbtn-active .openbtn:before, .header .smoothNav.openbtn-active .openbtn:after {
          top: calc(50% - 1.5384615385vw);
          width: 5.1282051282vw; } }
    .header .smoothNav.openbtn-active .openbtn:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .header .smoothNav.openbtn-active .openbtn:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .header .smoothNav .smoothlist {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 480px) {
        .header .smoothNav .smoothlist {
          display: block;
          margin-bottom: 5.1282051282vw; } }
    .header .smoothNav .smoothlist__item {
      position: relative;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .header .smoothNav .smoothlist__item:not(:last-child) {
        margin-right: 10px;
        -webkit-transition: margin-right .3s;
        transition: margin-right .3s; }
        @media (max-width: 480px) {
          .header .smoothNav .smoothlist__item:not(:last-child) {
            margin-right: 0; } }
      @media (max-width: 1250px) {
        .header .smoothNav .smoothlist__item:not(:last-child) {
          margin-right: 0px; } }
  @media (max-width: 1250px) and (max-width: 480px) {
    .header .smoothNav .smoothlist__item:not(:last-child) {
      margin-right: 0; } }

      @media (max-width: 480px) {
        .header .smoothNav .smoothlist__item {
          margin-bottom: 0;
          text-align: center;
          position: relative;
          display: block;
          z-index: 1; } }
      @media (max-width: 480px) {
        .header .smoothNav .smoothlist__item:nth-child(1) .smoothlist__link {
          border-top: 1px solid #c5c7d9; } }
      @media (min-width: 480px) {
        .header .smoothNav .smoothlist__item:hover .smoothlistchild {
          visibility: visible;
          opacity: 1; } }
    .header .smoothNav .smoothlistchild {
      position: absolute;
      min-width: 105px;
      visibility: hidden;
      opacity: 0;
      overflow: hidden;
      background-color: #fff;
      border-radius: 5px 0 5px 5px;
      top: 100%;
      right: 20px;
      -webkit-transition: opacity 0.4s, height 0.8s;
      transition: opacity 0.4s, height 0.8s;
      z-index: 100; }
      @media (max-width: 480px) {
        .header .smoothNav .smoothlistchild {
          position: unset;
          visibility: visible;
          background: none;
          opacity: 1;
          -webkit-transition: none;
          transition: none; } }
    .header .smoothNav .smoothlistchild__link {
      font-size: 1.3rem;
      font-weight: 500;
      padding: 7px 10px 9px;
      color: #25279f;
      line-height: 1; }
      @media (min-width: 480px) {
        .header .smoothNav .smoothlistchild__link:hover {
          background-color: #e1e6f8; } }
      @media (max-width: 480px) {
        .header .smoothNav .smoothlistchild__link {
          font-size: 3.8461538462vw;
          padding-top: 4.4871794872vw;
          padding-bottom: 4.4871794872vw;
          font-weight: bold;
          color: #1e489d;
          padding-left: 0;
          z-index: 1;
          line-height: 1.2;
          border-bottom: 1px solid #c5c7d9;
          white-space: normal; } }
    .header .smoothNav .smoothlist__link {
      position: relative;
      font-size: 1.4rem;
      font-weight: 500;
      color: #fff;
      text-decoration: none;
      display: block;
      padding: 26px 16px;
      white-space: nowrap;
      -webkit-transition: color 0.5s, font-size .3s;
      transition: color 0.5s, font-size .3s;
      z-index: 1; }
      @media (max-width: 1250px) {
        .header .smoothNav .smoothlist__link {
          font-size: 1.4rem; } }
      @media (max-width: 480px) {
        .header .smoothNav .smoothlist__link {
          font-size: 3.8461538462vw;
          padding-top: 4.4871794872vw;
          padding-bottom: 4.4871794872vw;
          font-weight: bold;
          color: #1e489d;
          padding-left: 0;
          z-index: 1;
          line-height: 1.2;
          border-bottom: 1px solid #c5c7d9;
          white-space: normal; } }
      @media (min-width: 896px) {
        .header .smoothNav .smoothlist__link:hover .mark {
          width: 100%;
          height: 100%;
          opacity: 1;
          -webkit-transition: width .5s, height .5s, opacity .5s, background-color .4s .6s;
          transition: width .5s, height .5s, opacity .5s, background-color .4s .6s; } }
      .header .smoothNav .smoothlist__link .mark {
        position: absolute;
        content: " ";
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.05);
        left: 50%;
        top: 50%;
        mix-blend-mode: multiply;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: width .3s .5s, height .3s .5s, opacity .5s, background-color .2s .5s;
        transition: width .3s .5s, height .3s .5s, opacity .5s, background-color .2s .5s;
        opacity: 0;
        z-index: -1; }
      @media (max-width: 480px) {
        .header .smoothNav .smoothlist__link.only-pc {
          display: none; } }
    .header .smoothNav .min {
      font-size: 65%; }
    .header .smoothNav .closebtn {
      position: relative;
      width: 200px;
      color: #fff;
      display: block;
      padding: 8px 0;
      margin: 0 auto;
      text-align: center;
      background-color: #666;
      border-radius: 20px;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      @media (max-width: 480px) {
        .header .smoothNav .closebtn {
          display: none;
          font-size: 3.3333333333vw;
          width: 90%;
          padding: 2.8205128205vw 0;
          border-radius: 7.6923076923vw;
          margin-top: 10.2564102564vw; } }

.subnavi {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#bf9ce0), color-stop(30%, #9584d3), color-stop(30%, #9584d3), color-stop(70%, #7778ea), to(#395ad3));
  background: linear-gradient(to right, #bf9ce0 0%, #9584d3 30%, #9584d3 30%, #7778ea 70%, #395ad3 100%); }
  @media (max-width: 480px) {
    .subnavi {
      display: none; } }
  .subnavi::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #000;
    mix-blend-mode: overlay;
    opacity: 0.2;
    top: 0;
    left: 0; }
  .subnavi .subnavi__in {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 20px;
    padding: 0 30px;
    z-index: 10; }
    @media (max-width: 480px) {
      .subnavi .subnavi__in {
        padding: 0 1.9230769231vw;
        gap: 0 2.5641025641vw; } }
  .subnavi #subnavi__search {
    position: relative; }
    .subnavi #subnavi__search .probox {
      padding: 0 !important;
      background: none !important; }
      .subnavi #subnavi__search .probox .proinput {
        margin-left: 20px !important; }
        .subnavi #subnavi__search .probox .proinput input {
          color: #fff !important; }
      .subnavi #subnavi__search .probox .promagnifier {
        position: absolute;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
        .subnavi #subnavi__search .probox .promagnifier .innericon svg {
          fill: #fff !important; }
    .subnavi #subnavi__search input {
      font-size: 1.4rem;
      color: #fff;
      outline: none;
      border: none;
      background: none;
      padding: 3px 5px 4px 23px; }
      @media (max-width: 480px) {
        .subnavi #subnavi__search input {
          font-size: 3.2051282051vw;
          padding: 0.641025641vw 0.641025641vw 0.641025641vw 5.7692307692vw; } }
      .subnavi #subnavi__search input::-webkit-input-placeholder {
        color: #1d20a7; }
      .subnavi #subnavi__search input:-ms-input-placeholder {
        color: #1d20a7; }
      .subnavi #subnavi__search input::-ms-input-placeholder {
        color: #1d20a7; }
      .subnavi #subnavi__search input::placeholder {
        color: #1d20a7; }
  .subnavi .subnavi__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1; }
  .subnavi .subnavi__logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1; }

#main-search-box #ajaxsearchlite1 .probox .proinput input, #main-search-box div.asl_w .probox .proinput input {
  background: none !important;
  border: none !important; }

.main-search {
  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;
  padding: 31px 0 39px;
  background: url(../img/search_bg.png) no-repeat center center/contain, -webkit-gradient(linear, left top, right top, from(#dcade9), color-stop(35%, #9584d3), color-stop(65%, #7778ea), to(#395ad3));
  background: url(../img/search_bg.png) no-repeat center center/contain, linear-gradient(to right, #dcade9 0%, #9584d3 35%, #7778ea 65%, #395ad3 100%); }
  @media (max-width: 480px) {
    .main-search {
      padding: 8.9743589744vw 3.8461538462vw 6.4102564103vw;
      background: url(../img/search_bg-sp.png) no-repeat center center/contain, -webkit-gradient(linear, left top, right top, from(#dcade9), color-stop(35%, #9584d3), color-stop(65%, #7778ea), to(#395ad3));
      background: url(../img/search_bg-sp.png) no-repeat center center/contain, linear-gradient(to right, #dcade9 0%, #9584d3 35%, #7778ea 65%, #395ad3 100%); } }
  .main-search .main-search__ttl {
    font-size: 3.2rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff; }
    @media (max-width: 480px) {
      .main-search .main-search__ttl {
        font-size: 6.4102564103vw;
        margin-bottom: 1.9230769231vw; } }
  .main-search .main-search__subtxt {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 25px; }
    @media (max-width: 480px) {
      .main-search .main-search__subtxt {
        font-size: 4.1025641026vw;
        margin-bottom: 3.8461538462vw;
        text-align: center;
        letter-spacing: 0.1282051282vw; } }
  .main-search #main-search-box {
    position: relative;
    width: 500px; }
    @media (max-width: 480px) {
      .main-search #main-search-box {
        width: 100%; } }
    .main-search #main-search-box::after {
      position: absolute;
      content: " ";
      width: 17px;
      height: 18px;
      -webkit-mask-image: url(../img/search.svg);
              mask-image: url(../img/search.svg);
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: center;
              mask-position: center;
      background-color: #25279F;
      top: 50%;
      left: 16px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      pointer-events: none; }
      @media (max-width: 480px) {
        .main-search #main-search-box::after {
          width: 4.7435897436vw;
          height: 4.7435897436vw;
          left: 3.8461538462vw; } }
    .main-search #main-search-box input {
      width: 100%;
      font-size: 1.7rem;
      outline: none;
      border: none;
      background: #fff;
      border-radius: 30px;
      padding: 9px 5px 11px 50px; }
      @media (max-width: 480px) {
        .main-search #main-search-box input {
          font-size: 4.4871794872vw;
          border-radius: 5.1282051282vw;
          padding: 2.1794871795vw 2.5641025641vw 2.1794871795vw 2.5641025641vw;
          text-align: center; } }

.smoothNav-over {
  position: fixed;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 6000; }
  .smoothNav-over.active {
    visibility: visible;
    opacity: 1; }

.tracking-bnr {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 100;
  text-align: right;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  @media (max-width: 480px) {
    .tracking-bnr {
      display: none; } }
  .tracking-bnr.active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .tracking-bnr.delete {
    -webkit-transform: translateX(110%) !important;
            transform: translateX(110%) !important; }
  .tracking-bnr .tracking-bnr__close {
    display: inline-block;
    font-size: 1.3rem;
    color: #d92e30;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    margin-bottom: 5px;
    margin-left: auto;
    line-height: 1;
    -webkit-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s; }
    .tracking-bnr .tracking-bnr__close:hover {
      color: #fff;
      background-color: #d92e30; }
  .tracking-bnr .tracking-bnr__img {
    width: 195px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
    .tracking-bnr .tracking-bnr__img:hover {
      opacity: 0.7; }

.login-block {
  width: 350px;
  margin: 0 auto;
  padding-top: 40px; }
  @media (max-width: 480px) {
    .login-block {
      width: 76.9230769231vw;
      padding-top: 7.6923076923vw; } }
  .login-block #wpmem_login {
    width: 100%;
    margin: 0 auto; }
    .login-block #wpmem_login fieldset {
      margin: 0 0 40px; }
      .login-block #wpmem_login fieldset label {
        color: #898989;
        font-size: 1.3rem; }
    .login-block #wpmem_login input {
      border-radius: 5px !important; }
      .login-block #wpmem_login input.buttons {
        width: 100%;
        font-size: 1.2rem;
        color: #fff;
        padding: 12px 0;
        cursor: pointer;
        border: none;
        background: -webkit-gradient(linear, left top, right top, from(#9584d3), to(#25279f));
        background: linear-gradient(to right, #9584d3 0%, #25279f 100%); }
    .login-block #wpmem_login .button_div #rememberme {
      position: relative;
      margin: 0 3px;
      top: 1px; }
    .login-block #wpmem_login .button_div label {
      font-size: 1.3rem;
      color: #717171; }
  .login-block .login-block__logo {
    width: 277px;
    height: 49px;
    -webkit-mask-image: url("../img/logo.svg");
            mask-image: url("../img/logo.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#9584d3), to(#25279f));
    background-image: linear-gradient(to right, #9584d3 0%, #25279f 100%);
    margin: 0 auto 40px; }
    @media (max-width: 480px) {
      .login-block .login-block__logo {
        width: 64.1025641026vw;
        height: 11.2820512821vw;
        margin-bottom: 5.1282051282vw; } }
  .login-block .login-block__ttl {
    font-size: 2rem;
    font-weight: 700;
    color: #25279f;
    text-align: center; }
    @media (max-width: 480px) {
      .login-block .login-block__ttl {
        font-size: 4.6153846154vw; } }
  .login-block .login-block__note {
    font-size: 1.4rem;
    color: #898989;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 480px) {
      .login-block .login-block__note {
        font-size: 3.8461538462vw;
        margin-bottom: 5.1282051282vw; } }
  .login-block .login_status {
    margin-bottom: 30px;
    text-align: center; }
    @media (max-width: 480px) {
      .login-block .login_status {
        margin-bottom: 3.8461538462vw; } }
    .login-block .login_status a {
      display: none; }
  .login-block .wpmem_msg {
    width: 100%; }
  .login-block .login-block__foot {
    font-size: 1rem;
    color: #25279f; }
    @media (max-width: 480px) {
      .login-block .login-block__foot {
        font-size: 2.6923076923vw;
        letter-spacing: 0.1282051282vw; } }

.side-link {
  max-width: 1220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 20px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .side-link {
      padding: 7.6923076923vw 2.5641025641vw; } }
  .side-link .side-link__ttl {
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
    width: 32%; }
    @media (max-width: 480px) {
      .side-link .side-link__ttl {
        width: 100%;
        font-size: 3.8461538462vw;
        text-align: center;
        margin-bottom: 5.1282051282vw; } }
  .side-link .side-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 68%; }
    @media (max-width: 480px) {
      .side-link .side-link-list {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .side-link .side-link-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    color: #fff;
    padding-left: 43px;
    padding-right: 30px;
    border-radius: 60px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: left 10px center;
    background-size: 25px auto;
    background-repeat: no-repeat;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    letter-spacing: 0; }
    @media (max-width: 480px) {
      .side-link .side-link-list__item {
        width: 48%;
        height: 10.2564102564vw;
        font-size: 2.8205128205vw;
        padding-left: 9.6153846154vw;
        padding-right: 3.8461538462vw;
        border-radius: 6.4102564103vw;
        margin-bottom: 1.9230769231vw;
        background-position: left 2.5641025641vw center;
        background-size: 5.1282051282vw auto; } }
    .side-link .side-link-list__item::after {
      content: "";
      background: url(../images/icon_popup_white.png) no-repeat center center/contain;
      width: 14px;
      height: 10px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 12px; }
      @media (max-width: 480px) {
        .side-link .side-link-list__item::after {
          width: 2.5641025641vw;
          height: 1.9230769231vw;
          right: 2.5641025641vw; } }
    .side-link .side-link-list__item.gas {
      background-image: url(../images/footer_icon_01.png);
      background-color: #34b1e8; }
    .side-link .side-link-list__item.hikari {
      background-image: url(../images/footer_icon_03.png);
      background-color: #004ea2; }
    .side-link .side-link-list__item.denki {
      color: #004ea2;
      background-image: url(../images/footer_icon_02.png);
      background-color: #ffcc00; }
    .side-link .side-link-list__item.ivr {
      background-image: url(../images/footer_icon_04.png);
      background-color: #1f276f; }
    @media (min-width: 896px) {
      .side-link .side-link-list__item:not(:last-child) {
        margin-right: 5px; } }
    @media (max-width: 480px) {
      .side-link .side-link-list__item:not(:nth-child(2n)) {
        margin-right: 4%; } }
    .side-link .side-link-list__item:hover {
      opacity: 0.7; }

#pagetop {
  display: none;
  width: 70px; }
  @media (max-width: 480px) {
    #pagetop {
      width: 12.8205128205vw; } }
  #pagetop:hover {
    opacity: 0.7; }
    @media (max-width: 480px) {
      #pagetop:hover {
        opacity: 1; } }
  #pagetop a {
    text-align: center;
    text-decoration: none; }
    #pagetop a img {
      display: block; }
      @media (max-width: 480px) {
        #pagetop a img {
          width: 100%; } }

#pagetop.fixed {
  right: 3%;
  bottom: 50px;
  display: block;
  z-index: 90;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (max-width: 480px) {
    #pagetop.fixed {
      right: 9px;
      bottom: 50px;
      display: block;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.footer {
  text-align: center; }
  .footer .footer-inner__logo {
    display: none; }
  .footer .footer-inquiry {
    background-color: #1e489d;
    padding: 50px 0 40px; }
    @media (max-width: 480px) {
      .footer .footer-inquiry {
        padding: 8.3333333333vw 8.9743589744vw 7.6923076923vw; } }
  .footer .footer-inquiry__inner {
    width: 1020px;
    margin: 0 auto;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 480px) {
      .footer .footer-inquiry__inner {
        width: 100%; } }
  .footer .footer-inquiry__ttl {
    font-size: 2.7rem;
    font-weight: bold;
    color: #fff;
    padding-right: 115px;
    position: relative; }
    @media (max-width: 480px) {
      .footer .footer-inquiry__ttl {
        font-size: 4.4871794872vw;
        padding-right: 0;
        padding-bottom: 2.5641025641vw;
        width: 100%;
        text-align: center; } }
    .footer .footer-inquiry__ttl::before {
      content: "";
      width: 1px;
      height: 100px;
      background-color: #89909d;
      position: absolute;
      top: -27px;
      right: -1px; }
      @media (max-width: 480px) {
        .footer .footer-inquiry__ttl::before {
          width: 100%;
          height: 1px;
          top: auto;
          right: 0;
          bottom: 0; } }
  .footer .footer-inquiry-link {
    margin: 0 115px; }
    @media (max-width: 480px) {
      .footer .footer-inquiry-link {
        width: 100%;
        margin: 3.8461538462vw 0 0; } }
  .footer .footer-inquiry-link-btn {
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    width: 400px;
    position: relative;
    -webkit-transition: background-color 0.3s , color 0.3s;
    transition: background-color 0.3s , color 0.3s; }
    @media (max-width: 480px) {
      .footer .footer-inquiry-link-btn {
        font-size: 3.0769230769vw;
        width: 100%; } }
    .footer .footer-inquiry-link-btn::after {
      content: "\f144";
      font-family: "Font Awesome 6 Free";
      font-weight: 700;
      font-size: 1.7rem;
      width: 17px;
      height: 17px;
      line-height: 1.2;
      position: absolute;
      top: 50%;
      right: 10%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 480px) {
        .footer .footer-inquiry-link-btn::after {
          font-size: 3.0769230769vw;
          width: 3.0769230769vw;
          height: 3.0769230769vw; } }
    @media (min-width: 896px) {
      .footer .footer-inquiry-link-btn:hover {
        background-color: #fff;
        color: #1e489d; } }
  .footer .footer-inquiry-link-btn__inner {
    display: block;
    padding: 20px 60px; }
    @media (max-width: 480px) {
      .footer .footer-inquiry-link-btn__inner {
        padding: 2.5641025641vw 7.6923076923vw; } }
  .footer .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 480px) {
      .footer .footer-logo {
        width: 100%;
        margin-bottom: 3.8461538462vw;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .footer .footer-logo__img {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 30px; }
    @media (max-width: 480px) {
      .footer .footer-logo__img {
        width: 38.4615384615vw;
        margin-right: 3.8461538462vw; } }
  .footer .footer-logo__toumei {
    width: 150px; }
    @media (max-width: 480px) {
      .footer .footer-logo__toumei {
        width: 19.2307692308vw; } }
  .footer .footer-logo__listing {
    width: 80px; }
    @media (max-width: 480px) {
      .footer .footer-logo__listing {
        width: 10.2564102564vw; } }
  .footer .footer-logo__txt {
    font-size: 1.4rem;
    color: #7c7c7c;
    border: 1px dotted #7c7c7c;
    padding: 10px 13px 9px;
    line-height: 1.3; }
    @media (max-width: 480px) {
      .footer .footer-logo__txt {
        font-size: 2.3076923077vw;
        padding: 1.9230769231vw 2.5641025641vw; } }
  .footer .footer-bottom {
    padding: 25px 0;
    background: #ffffff;
    border-top: 1px solid #1e489d; }
    @media (max-width: 480px) {
      .footer .footer-bottom {
        padding: 0; } }
    .footer .footer-bottom .footer-bottom__inner {
      max-width: 1220px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 0 20px; }
      @media (max-width: 480px) {
        .footer .footer-bottom .footer-bottom__inner {
          width: 100%;
          display: block;
          padding: 3.8461538462vw 3.5897435897vw 2.5641025641vw; } }
    .footer .footer-bottom .footer-bottom-left {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .footer .footer-bottom .footer-bottom-left {
          margin-bottom: 3.8461538462vw;
          display: block; } }
    .footer .footer-bottom .footer-bottom-left-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .footer .footer-bottom .footer-bottom-left-list__item a {
      position: relative;
      font-size: 1.1rem;
      color: #000;
      display: block;
      text-decoration: none;
      border-bottom: 1px solid #000;
      line-height: 1.2;
      letter-spacing: 1px;
      -webkit-transition: border-bottom .2s;
      transition: border-bottom .2s; }
      .footer .footer-bottom .footer-bottom-left-list__item a:hover {
        border-bottom: 1px solid #fff; }
      @media (max-width: 480px) {
        .footer .footer-bottom .footer-bottom-left-list__item a {
          font-size: 3.0769230769vw;
          letter-spacing: 0.2564102564vw;
          line-height: 1;
          margin-bottom: 10px; } }
      .footer .footer-bottom .footer-bottom-left-list__item a .far {
        position: absolute;
        top: 50%;
        right: -3px;
        -webkit-transform: translate(100%, -50%);
                transform: translate(100%, -50%); }
        @media (max-width: 480px) {
          .footer .footer-bottom .footer-bottom-left-list__item a .far {
            top: calc(50% + 0.3846153846vw);
            right: -1.2820512821vw; } }
    .footer .footer-bottom .footer-bottom-left-list__item:not(:last-child) {
      margin-right: 35px; }
      @media (max-width: 480px) {
        .footer .footer-bottom .footer-bottom-left-list__item:not(:last-child) {
          margin-right: 40px; } }
    .footer .footer-bottom .footer__copy {
      text-align: center;
      font-size: 1.1rem;
      color: #89909d;
      letter-spacing: 1px; }
      @media (max-width: 480px) {
        .footer .footer-bottom .footer__copy {
          font-size: 2.3076923077vw; } }
      .footer .footer-bottom .footer__copy p {
        margin-bottom: 0; }
    .footer .footer-bottom img {
      width: 100%; }

.contents-header .contents-header__title {
  color: #f5bf1e;
  text-align: center;
  width: 960px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.4em;
  color: #000;
  margin: auto;
  padding: 35px 0 40px; }
  @media (max-width: 480px) {
    .contents-header .contents-header__title {
      width: 100%;
      font-size: 1.3rem;
      font-weight: bold;
      padding: 10px 4%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.contents-inner {
  width: 960px;
  font-size: 1.7rem;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 480px) {
    .contents-inner {
      width: 100%;
      font-size: 1.1rem;
      padding: 40px 2% 0; } }

.contents-section {
  padding: 0; }
  @media (max-width: 480px) {
    .contents-section {
      margin: 0 -2%; } }
  .contents-section .contents-section__inner {
    padding: 20px 0 30px; }

.section-header {
  padding: 0 2% 8px;
  border-bottom: 2px dashed #000; }
  .section-header .section-header__title {
    font-size: 2.5rem;
    font-weight: normal; }
    @media (max-width: 480px) {
      .section-header .section-header__title {
        text-indent: -20px;
        font-size: 1.2rem;
        padding: 0 0 0 20px; } }

.w800 {
  max-width: 800px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .w800 {
      width: 100%;
      padding: 0 1.9230769231vw; } }

.w900 {
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .w900 {
      width: 100%;
      padding: 0 1.9230769231vw; } }

.w1000 {
  max-width: 1000px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .w1000 {
      width: 100%;
      padding: 0 1.9230769231vw; } }

.w1100 {
  max-width: 1100px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .w1100 {
      width: 100%;
      padding: 0 1.9230769231vw; } }

.sp-contact {
  display: none;
  border-top: 1px solid #ffffff7a; }
  @media (max-width: 480px) {
    .sp-contact {
      width: 100%;
      position: fixed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      bottom: 0;
      z-index: 5000;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; } }
  .sp-contact.active {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .sp-contact.fixed {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s; }
  .sp-contact.bottom {
    position: absolute;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .sp-contact .sp-contact__item {
    height: 13.5897435897vw; }
    .sp-contact .sp-contact__item.link-web {
      background-color: #d71a67;
      width: 100%;
      padding: 0 7.0512820513vw 0 3.2051282051vw;
      position: relative; }
      .sp-contact .sp-contact__item.link-web::after {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-weight: 700;
        color: #fff;
        font-size: 4.6153846154vw;
        width: 4.6153846154vw;
        height: 4.6153846154vw;
        line-height: 1.2;
        position: absolute;
        top: 50%;
        right: 3%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .sp-contact .sp-contact__item.link-tel {
      width: 18%;
      display: none; }
  .sp-contact .sp-contact__link {
    position: relative;
    height: 100%;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    line-height: 1.2; }
  .sp-contact .sp-contact__txt {
    width: 100%; }
    .sp-contact .sp-contact__txt .sp-contact__txt--sub {
      color: #fff100;
      font-size: 3.0769230769vw;
      display: block; }
    .sp-contact .sp-contact__txt .sp-contact__txt--main {
      color: #fff;
      font-size: 4.1025641026vw;
      display: block; }
