@media (min-width: 769px) {
  [sp] {
    display: none; } }

@media (max-width: 768px) {
  [pc] {
    display: none; } }

.font-notosans {
  font-family: var(--font-notosans); }

.kv-main img {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: none; }

.kv-main-lede {
  position: relative;
  z-index: 2; }

.kv-lede {
  position: relative;
  z-index: 2;
  margin: 18px 0 40px;
  line-height: 1.6;
  font-size: 13px;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .kv-lede {
      margin: 30px 0 50px;
      font-size: 22px; } }

.kv-lede2 {
  --color-kv-lede2: #343CFF;
  position: relative;
  z-index: 2;
  margin: 40px 0 26px; }
  @media (min-width: 768px) {
    .kv-lede2 {
      display: flex;
      justify-content: center;
      margin: 40px 0 30px; } }
  .kv-lede2 p {
    margin: 0;
    padding: 0;
    line-height: 2;
    font-family: var(--font-notosans);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.13em;
    text-align: center; }
    @media (min-width: 768px) {
      .kv-lede2 p {
        font-size: 16px; } }

.view-area {
  position: relative;
  z-index: 2;
  margin: 40px 0;
  color: #fff; }
  .view-area__label {
    margin: 0 0 16px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: bold;
    text-align: center; }
    @media (min-width: 768px) {
      .view-area__label br {
        display: none; } }
    .view-area__label span {
      display: inline-block;
      padding-left: 30px;
      padding-right: 30px;
      background-image: url(../img/area_l.svg), url(../img/area_r.svg);
      background-size: 16px 22px;
      background-repeat: no-repeat;
      background-position: left bottom, right bottom; }
      @media (min-width: 768px) {
        .view-area__label span {
          padding-left: 15px;
          padding-right: 15px; } }
  .view-area__list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0 0 16px; }
    @media (min-width: 768px) {
      .view-area__list {
        margin-bottom: 24px; } }
  .view-area__list-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: bold;
    font-size: 16px; }
    .view-area__list-item li {
      position: relative;
      padding-left: 10px; }
      .view-area__list-item li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-right: 5px;
        background-color: #fff;
        border-radius: 50%; }
  .view-area__comment {
    display: flex;
    justify-content: center;
    margin: 0;
    line-height: 1.8;
    font-weight: bold;
    font-size: 11px; }
    @media (min-width: 768px) {
      .view-area__comment {
        font-size: 12px;
        letter-spacing: 0.1em;
        text-align: center; } }
    .view-area__comment p {
      padding: 16px 14px;
      border: 1px solid #0035C7; }
      @media (min-width: 768px) {
        .view-area__comment p {
          max-width: 520px;
          width: 100%; } }
      @media (max-width: 767px) {
        .view-area__comment p [sm-max] {
          display: none; } }

.menu-navi-header {
  margin-top: -60px;
  margin-bottom: 40px;
  padding: 0 16px;
  background-image: url(../img/menu_navi-sp.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media (min-width: 768px) {
    .menu-navi-header {
      margin-bottom: 100px;
      background-image: url(../img/menu_navi.jpg); } }

.case-slider-wrap img {
  width: 200px; }
  @media (min-width: 768px) {
    .case-slider-wrap img {
      width: 400px; } }

.case-slider-wrap .keen-slider__slide {
  min-width: 200px;
  max-width: 200px;
  width: 200px; }
  @media (min-width: 768px) {
    .case-slider-wrap .keen-slider__slide {
      min-width: 400px;
      max-width: 400px;
      width: 400px; } }

.case-bottom-lede {
  margin: 0;
  padding: 40px 0 50px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center; }
  @media (min-width: 768px) {
    .case-bottom-lede {
      padding: 31px 0 111px;
      font-size: 30px; } }

.price-dl > .flex > dt {
  position: relative; }
  .price-dl > .flex > dt > span {
    height: 100% !important; }

.price-dl .campaign-balloon {
  position: absolute;
  top: -35px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 60px;
  height: 67px;
  background-image: url(../img/banner/balloon@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: rotate(10deg); }
  @media (min-width: 768px) {
    .price-dl .campaign-balloon {
      top: 0;
      right: 15px;
      width: 115px;
      height: 124px;
      transform: translateY(-57%); } }

.price-data {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 0.75rem 1rem;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-bottom-width: 0;
  border-right-width: 0; }
  @media (max-width: 767px) {
    .price-data {
      flex-wrap: wrap;
      padding: 12px 1rem; }
      .price-data > span {
        width: 100%;
        margin: 5px 0;
        text-align: center; }
        .price-data > span:first-child {
          margin-top: 0; }
        .price-data > span:last-child {
          margin-bottom: 0; } }
  @media (min-width: 768px) {
    .price-data {
      font-size: 1.25rem; } }
  .price-data .yen {
    font-weight: 400;
    font-size: 11px !important; }
    @media (min-width: 768px) {
      .price-data .yen {
        font-size: 12px !important; } }

.dub-arrow {
  display: block;
  width: 34px;
  height: 19px;
  background-image: url(../img/banner/dub-arrow@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }
  @media (max-width: 767px) {
    .dub-arrow {
      width: 20px !important;
      height: 12px !important;
      transform: rotate(90deg); } }
  @media (min-width: 768px) {
    .dub-arrow {
      margin-left: 8px;
      margin-right: 8px; } }

.price-down {
  font-size: 120%;
  color: #F03737; }

.menu-last-text {
  margin-top: 40px;
  padding: 16px 5px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 15px;
  color: #032171;
  letter-spacing: 1px;
  text-align: center; }
  @media (min-width: 769px) {
    .menu-last-text {
      font-size: 25px; } }
  .menu-last-text .waribiki {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px; }
    @media (min-width: 769px) {
      .menu-last-text .waribiki {
        font-size: 25px; } }
  .menu-last-text h4 {
    margin: 0 0 20px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 35px; }
    @media (min-width: 769px) {
      .menu-last-text h4 {
        margin: 0 0 25px;
        font-size: 50px; } }
  .menu-last-text .kome {
    margin: 16px 0 0;
    font-size: 75%; }
    @media (min-width: 769px) {
      .menu-last-text .kome {
        margin: 25px 0 0;
        font-size: 65%; } }

.text-add202012 {
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 16px !important; }
  @media (min-width: 769px) {
    .text-add202012 {
      font-size: 25px !important; } }

.menu-tokuten {
  max-width: 770px;
  margin: 18px auto 40px;
  background-color: #fff; }
  @media (max-width: 767px) {
    .menu-tokuten {
      box-shadow: 0 0 0 1px #343CFF; } }
  @media (min-width: 768px) {
    .menu-tokuten {
      margin: 47px auto 35px; } }

.menu-lp-osusume {
  margin: 40px 0 0;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(172deg, #000 0%, #676767 62.68%, #bababa 100%);
  background-size: 100% 300%; }
  .menu-lp-osusume__inner {
    padding: 20px 17px 28px;
    font-family: "Noto Serif JP", serif;
    text-align: center; }
    @media (min-width: 768px) {
      .menu-lp-osusume__inner {
        padding: 38px 17px 50px; } }
    .menu-lp-osusume__inner .check-lede {
      display: flex;
      justify-content: center;
      margin: 0 0 16px;
      line-height: 1.6;
      font-size: 16px; }
      @media (min-width: 768px) {
        .menu-lp-osusume__inner .check-lede {
          margin-bottom: 29px;
          font-size: 20px; } }
      .menu-lp-osusume__inner .check-lede .check-center {
        width: 100%;
        padding: 0 8px 8px;
        border-bottom: 2px solid #343CFF; }
        @media (min-width: 768px) {
          .menu-lp-osusume__inner .check-lede .check-center {
            width: auto; } }
    .menu-lp-osusume__inner .check-mark {
      display: inline-block;
      margin-right: 6px;
      vertical-align: middle; }
      .menu-lp-osusume__inner .check-mark svg {
        width: 1em;
        height: 1em; }
    .menu-lp-osusume__inner .lede-small {
      margin: 0;
      font-size: 14px; }
      @media (min-width: 768px) {
        .menu-lp-osusume__inner .lede-small {
          font-size: 17px; } }
    .menu-lp-osusume__inner .lede-large {
      margin: 8px 0 21px;
      font-size: 19px; }
      @media (min-width: 768px) {
        .menu-lp-osusume__inner .lede-large {
          margin-bottom: 29px;
          font-size: 24px; } }
      .menu-lp-osusume__inner .lede-large .plus-large {
        font-size: 150%; }
    .menu-lp-osusume__inner .lede-last {
      font-size: 13px; }
      @media (min-width: 768px) {
        .menu-lp-osusume__inner .lede-last {
          font-size: 16px; } }
    .menu-lp-osusume__inner .lede-more {
      display: flex;
      justify-content: center; }
      .menu-lp-osusume__inner .lede-more a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 280px;
        width: 100%;
        height: 46px;
        font-family: var(--font-notosans);
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        letter-spacing: 0.15em;
        background-color: #343CFF;
        border: 1px solid #fff;
        border-radius: 100px;
        transition: 235ms ease; }
        .menu-lp-osusume__inner .lede-more a:hover {
          opacity: 0.8; }
        .menu-lp-osusume__inner .lede-more a:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 17px;
          display: block;
          width: 0;
          height: 0;
          border: 6px solid transparent;
          border-top: 8px solid #fff;
          border-bottom-width: 0;
          transform: translateY(-50%); }

.flow-picture {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px -6px 0; }
  @media (min-width: 768px) {
    .flow-picture {
      justify-content: space-between;
      margin: 40px 0 0; } }
  .flow-picture div {
    width: 50%; }
    @media (max-width: 767px) {
      .flow-picture div {
        margin-bottom: 20px;
        padding: 0 6px; } }
    @media (min-width: 768px) {
      .flow-picture div {
        max-width: 272px;
        width: 28%; } }
  .flow-picture img {
    box-shadow: 0 6px 25px 0 rgba(52, 60, 255, 0.2); }

.newyear-top {
  max-width: 645px;
  margin: 0 auto; }

.newyear-cont {
  max-width: 672px;
  margin: 0 auto; }
  .newyear-cont .kome {
    margin: 10px 0 0;
    margin-left: 1em;
    line-height: 2;
    font-weight: 600;
    font-size: 14px;
    color: #032171; }

.newyear-camp {
  margin-bottom: 72px; }

.newyear-menu {
  margin-top: 60px;
  margin-bottom: 36px; }

.h-menu {
  margin: 34px 0 16px;
  font-size: 26px;
  color: #000; }
  .h-menu span {
    display: inline-block; }
    .h-menu span:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 12px;
      background-color: #0034BF; }

.h-menu-lede {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 18px; }

.campaign-m6 {
  max-width: 754px;
  margin: 0 auto; }

.campaign-m6-thanks {
  max-width: 754px;
  margin: 0 auto 20px;
  padding: 24px 0;
  line-height: 1.6;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #032171;
  border-bottom: 1px solid #032171; }
  @media (min-width: 768px) {
    .campaign-m6-thanks {
      padding: 24px 16px;
      font-size: 25px; } }

.campaign-m6-kome {
  line-height: 1.4;
  font-size: 14px;
  text-align: center; }
  @media (min-width: 768px) {
    .campaign-m6-kome {
      font-size: 20px; } }

.menu-anchor {
  max-width: 756px;
  margin: 0 auto; }
  .menu-anchor__list {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 60px 0 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .menu-anchor__list {
        gap: 35px; } }
    .menu-anchor__list li {
      flex: 1; }
    .menu-anchor__list a {
      transition: 235ms ease; }
      .menu-anchor__list a:hover {
        opacity: 0.7; }

[id*="menu"] h3 .sub img {
  max-width: 100%;
  width: auto; }

@media (min-width: 769px) {
  [id*="menu"] h3 .sub {
    padding-left: 17rem; } }

[id*="menu"] h3 .h-main {
  padding-top: 10px;
  padding-bottom: 15px; }
  @media (min-width: 769px) {
    [id*="menu"] h3 .h-main {
      margin-left: 16rem;
      margin-right: 6rem;
      padding-top: 2.2rem;
      padding-bottom: 1.5rem;
      font-size: 50px !important; } }
  [id*="menu"] h3 .h-main .bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 3px;
    background-color: #0034BF; }

[id*="menu"] h3 .h-kome {
  margin-top: 8px;
  font-size: 12px;
  color: #3A3A3A;
  text-align: right; }
  @media (min-width: 769px) {
    [id*="menu"] h3 .h-kome {
      margin-right: 6rem; } }

.before-after {
  margin: 44px 0 0; }
  .before-after h3 {
    margin: 0 0 33px;
    line-height: 1.6;
    font-size: 20px;
    text-align: center; }
    @media (min-width: 769px) {
      .before-after h3 {
        font-size: 37px; }
        .before-after h3 br {
          display: none; } }
  .before-after figure {
    margin: 0 0 40px; }
    .before-after figure img {
      vertical-align: top; }
    .before-after figure figcaption {
      margin-top: 10px;
      line-height: 1.4;
      font-size: 12px; }
      @media (min-width: 769px) {
        .before-after figure figcaption {
          margin-top: 20px;
          font-size: 14px; } }

.fixed-banner {
  position: fixed;
  z-index: 999;
  -webkit-user-select: none;
          user-select: none;
  transform: translateY(0);
  transition: 235ms ease; }
  @media (max-width: 768px) {
    .fixed-banner {
      top: 0;
      width: 100%;
      text-align: center; } }
  @media (min-width: 769px) {
    .fixed-banner {
      right: 54px;
      bottom: 30px;
      max-width: 559px;
      width: 30%; } }
  @media (max-width: 768px) {
    .fixed-banner.fixed-start-hidden {
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-100%); } }
  .fixed-banner.remove {
    pointer-events: none;
    -webkit-user-select: none;
            user-select: none;
    transform: translateY(-100%); }
    @media (min-width: 769px) {
      .fixed-banner.remove {
        transform: translate(150%, 150%); } }
  .fixed-banner a {
    background-color: #fff;
    transition: 235ms ease; }
    .fixed-banner a:hover img {
      opacity: 0.8; }
  .fixed-banner img {
    pointer-events: none;
    -webkit-user-select: none;
            user-select: none;
    transition: 235ms ease; }
  .fixed-banner .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    -webkit-user-select: none;
            user-select: none;
    max-width: 65px;
    width: 10%;
    transform: translate(40%, -40%);
    transition: 235ms ease; }
    @media (max-width: 768px) {
      .fixed-banner .close {
        pointer-events: none;
        display: none; } }
    .fixed-banner .close:hover {
      opacity: 0.7; }

.lity-close,
.lity-close:hover {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  line-height: 1;
  font-size: 70px;
  background-color: #000;
  border: 2px solid #3145F5;
  border-radius: 50px;
  transform: translate(10%, -30%);
  transition: 235ms ease; }
  @media (min-width: 769px) {
    .lity-close,
    .lity-close:hover {
      transform: translate(30%, -30%); } }

.lity-close:hover {
  opacity: 0.8; }

.popup-line {
  padding: 0; }
  @media (max-width: 768px) {
    .popup-line {
      padding: 15px; } }
  .popup-line__container {
    position: relative;
    max-width: 978px;
    width: 100%;
    margin: 0 auto;
    padding: 22px 14px 18px;
    background-color: #fff;
    border: 1px solid #343CFF; }
    @media (max-width: 768px) {
      .popup-line__container {
        height: 80vh;
        overflow: auto; } }
    @media (min-width: 769px) {
      .popup-line__container {
        margin: 0 auto;
        padding: 78px 113px 78px; } }
  .popup-line__title {
    margin: 0 0 30px;
    text-align: center;
    background-color: #032171;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
    @media (min-width: 769px) {
      .popup-line__title {
        margin: 0 0 48px; } }
    .popup-line__title img {
      max-width: 603px;
      margin: 0 auto; }
  @media (min-width: 769px) {
    .popup-line__row {
      display: flex; } }
  .popup-line__row .content {
    line-height: 1.6;
    font-size: 14px; }
    @media (min-width: 769px) {
      .popup-line__row .content {
        flex: 1 1 0%;
        width: 70%;
        font-size: 18px; } }
  .popup-line__row .text > * {
    margin: 0 0 1em; }
    .popup-line__row .text > *:last-child {
      margin-bottom: 0; }
  .popup-line__row .ul-blue {
    padding-left: 2em;
    list-style: disc;
    border-left: 4px solid #032171; }
    .popup-line__row .ul-blue li {
      margin: 0 0 5px; }
      .popup-line__row .ul-blue li:last-child {
        margin-bottom: 0; }
  .popup-line__row .line-info {
    margin-top: 32px;
    line-height: 1.6; }
    @media (min-width: 769px) {
      .popup-line__row .line-info {
        max-width: 196px;
        width: 30%;
        margin-top: 0;
        margin-left: 48px; } }
    .popup-line__row .line-info .qr {
      letter-spacing: 1px; }
      .popup-line__row .line-info .qr img {
        image-rendering: pixelated; }
      .popup-line__row .line-info .qr p {
        margin: 0 0 1em; }
        .popup-line__row .line-info .qr p:last-child {
          margin-bottom: 0; }
    .popup-line__row .line-info .link {
      margin-top: 10px; }
      .popup-line__row .line-info .link p {
        margin-top: 1em; }
    .popup-line__row .line-info small {
      display: block;
      line-height: 1.5;
      font-size: 12px;
      letter-spacing: 0; }
    .popup-line__row .line-info strong {
      font-weight: bold; }
  .popup-line__row .kome {
    font-size: 12px; }
    .popup-line__row .kome small {
      font-size: 100%; }

.youtube-iframe {
  margin: 40px 0 0; }
  @media (min-width: 769px) {
    .youtube-iframe {
      margin-top: 60px; } }
  .youtube-iframe__inner {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .youtube-iframe__inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }

.header-3y {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background-color: #343CFF; }
  @media (min-width: 768px) {
    .header-3y {
      display: none; } }
  .header-3y a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px; }
  .header-3y .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 17px;
    padding: 0 13px;
    font-size: 11px;
    color: #343CFF;
    background-color: #fff;
    border-radius: 100px; }
    .header-3y .btn:after {
      content: "";
      width: 0;
      height: 0;
      margin-left: 3px;
      border: 5px solid transparent;
      border-top: 9px solid #343CFF;
      border-bottom-width: 0; }

.rei {
  margin: 11px 0 13px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .rei {
      margin: 20px 0 12px;
      font-size: 15px; } }

@media (max-width: 767px) {
  .fixed-banner-3y {
    display: none; } }

@media (min-width: 768px) {
  .fixed-banner-3y {
    position: fixed;
    right: 47px;
    bottom: 40px;
    z-index: 1000; }
    .fixed-banner-3y__close {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      transform: translate(50%, -50%); } }

.fixed-banner-3y a {
  background-color: #fff; }
  .fixed-banner-3y a img {
    transition: 235ms ease; }
  .fixed-banner-3y a:hover {
    opacity: 1; }
    .fixed-banner-3y a:hover img {
      opacity: 0.8; }

.campaign-y3 {
  margin: 0 0 98px;
  padding: 0 16px;
  color: #fff; }
  @media (min-width: 768px) {
    .campaign-y3 {
      margin: 0 0 146px; } }
  .campaign-y3 .title {
    margin: 0 0 28px;
    line-height: 1.8;
    font-weight: bold;
    font-size: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .campaign-y3 .title {
        font-size: 30px; } }
    .campaign-y3 .title em {
      color: #343CFF; }
    .campaign-y3 .title small {
      display: block;
      margin-top: -0.1em;
      font-weight: normal;
      font-size: 70%; }
      @media (min-width: 768px) {
        .campaign-y3 .title small {
          font-size: 60%; } }
  .campaign-y3 .text {
    margin: 0 0 16px;
    line-height: 2;
    font-size: 14px;
    letter-spacing: 0.15em; }
    @media (min-width: 768px) {
      .campaign-y3 .text {
        margin: 0 0 40px;
        font-size: 22px;
        text-align: center; } }
  .campaign-y3 .logo {
    display: flex;
    justify-content: center;
    margin: 0 0 24px; }
    @media (min-width: 768px) {
      .campaign-y3 .logo {
        margin: 0 0 40px; } }
    .campaign-y3 .logo img {
      width: 287px; }
      @media (min-width: 768px) {
        .campaign-y3 .logo img {
          width: 419px; } }
  .campaign-y3 .more {
    max-width: 772px;
    margin: 0 auto; }
    .campaign-y3 .more a {
      transition: 235ms ease; }
      .campaign-y3 .more a:hover {
        opacity: 0.8; }

.campaign-y3-sub {
  margin-top: 40px;
  margin-bottom: -42px; }
  @media (min-width: 768px) {
    .campaign-y3-sub {
      margin-top: 95px;
      margin-bottom: -52px; } }
  .campaign-y3-sub .text {
    margin-bottom: 0; }

.menu-sarani {
  display: flex;
  justify-content: center;
  margin: 20px 0; }
  @media (min-width: 768px) {
    .menu-sarani {
      margin: 24px 0; } }
  .menu-sarani img {
    width: 56px; }
    @media (min-width: 768px) {
      .menu-sarani img {
        width: 80px; } }

.menu-qp-campaign {
  margin-top: 35px;
  margin-right: -1px; }
  @media (min-width: 768px) {
    .menu-qp-campaign {
      margin-top: 43px; } }

.maintenance {
  margin: 40px 0;
  padding: 23px 14px 16px;
  color: #fff;
  border: 1px solid #fff; }
  @media (min-width: 768px) {
    .maintenance {
      margin-top: 54px;
      padding: 50px 136px; } }
  .maintenance .text-ttl {
    margin: 0 0 28px;
    font-weight: bold;
    font-size: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .maintenance .text-ttl {
        margin-bottom: 32px;
        font-size: 22px; } }
  .maintenance .text {
    margin: 0;
    line-height: 1.8;
    font-size: 16px; }
    @media (min-width: 768px) {
      .maintenance .text {
        line-height: 2;
        font-size: 18px; } }

.pad-1 {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .pad-1 {
      padding-bottom: 130px; } }

@media (max-width: 767px) {
  .sinrai {
    text-align: center; } }

@media (max-width: 767px) {
  .sinrai-h {
    height: auto !important;
    padding-top: 72%;
    padding-bottom: 80px; } }

@media (max-width: 767px) {
  .sinrai-bg .object-cover {
    top: 0 !important;
    left: 0 !important;
    object-fit: contain !important;
    object-position: center top !important;
    width: 100%;
    height: auto !important;
    transform: translate(0, 0) !important; } }
/*# sourceMappingURL=use.css.map */