<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&amp;display=swap";
/* リセット
---------------------------------------------------- */
/*font inport*/
@import "https://use.typekit.net/gij6bxu.css";
/* to preserve line-height and selector appearance */
/*to enable resizing for IE*/
/* ページ共通
---------------------------------------------------- */
/* Slider */
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* Dots */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@-webkit-keyframes "kakudai" {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes "kakudai" {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes "coverIn" {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes "coverIn" {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes "news-show" {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}
@keyframes "news-show" {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}
@-webkit-keyframes "modal-show" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "modal-show" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "fadeIn" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "fadeIn" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "fadeInUp" {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes "fadeInUp" {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes "fadeInUp2" {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes "fadeInUp2" {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes "hayabusachan" {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}
@keyframes "hayabusachan" {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}
@-webkit-keyframes "fadeOut" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes "fadeOut" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes "historyBox" {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}
@keyframes "historyBox" {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}
@-webkit-keyframes "bgZoom" {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}
@keyframes "bgZoom" {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}
@-webkit-keyframes "fadeInBlur" {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes "fadeInBlur" {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@-webkit-keyframes "bounce" {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes "bounce" {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes "flash" {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes "flash" {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes "pulse" {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes "pulse" {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*--------------------------------------
 レイアウト
---------------------------------------*/
/*--------------------------------------
 要素
---------------------------------------*/
/*スクロールバー全体*/
/*--------------------------------------
 パーツ
---------------------------------------*/
/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
/*--------------------------------------
 当社について
---------------------------------------*/
/*--------------------------------------
 サービス
---------------------------------------*/
/*--------------------------------------
 当社について
---------------------------------------*/
/*--------------------------------------
 お問い合わせ
---------------------------------------*/
/*--------------------------------------
 サービス
---------------------------------------*/
/*--------------------------------------
 お問い合わせ
---------------------------------------*/
/*--------------------------------------
 お問い合わせ
---------------------------------------*/
/*--------------------------------------
 お問い合わせ
---------------------------------------*/
/*-- Width --*/
/*-- Margin --*/
/*-- Padding --*/
/*-- Font --*/
/*-- Etc --*/
/*-- Width --*/
/*-- Margin --*/
/*-- Padding --*/
/*-- Font --*/
/*-- Etc --*/
*:focus {
  outline: none;
}

*:first-child + html body {
  font-size: 87%;
}

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  font: 10px/1.4 "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
}

div,
dl,
dt,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
}

pre {
  margin: 0;
  padding: 0;
}

u {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

b {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

mark {
  margin: 0;
  padding: 0;
  background: none;
  color: inherit;
}

code {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: inherit;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

legend {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

p,
blockquote {
  margin: 0;
  padding: 0;
}

th {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: inherit;
  text-align: left;
}

td {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
}

figure {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-family: inherit;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

img {
  border: 0;
  vertical-align: top;
  height: auto;
}

address {
  font-style: normal;
  font-weight: inherit;
}

caption {
  font-style: normal;
  font-weight: inherit;
  text-align: left;
}

cite,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: inherit;
}

small {
  font-size: 100%;
  font-weight: inherit;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

html {
  color: #000;
  font-size: 10px;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 30px;
  margin-bottom: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track,
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

[dir=rtl] .slick-slide {
  float: right;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

[dir=rtl] .slick-prev:before {
  content: "";
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

[dir=rtl] .slick-next:before {
  content: "";
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  left: -25px;
}

.slick-prev:hover,
.slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before {
  opacity: 1;
}

.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  right: -25px;
}

.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active {
  background-color: #3b3561;
  border: 2px solid #fff;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite,
.animated2.infinite,
.animated3.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated4.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.l-wrapper {
  overflow: hidden;
}

.l-header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
}

.l-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}

.l-header .spBtnNav {
  font-weight: bold;
}

.l-header .spBtnNav li a {
  display: block;
}

.l-header .u-btn1 {
  position: fixed;
  z-index: 99999;
  right: -10px;
  top: -6px;
}

.l-header .in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
  position: relative;
}

.l-header .in .tabandtelenum {
  position: absolute;
  left: 155px;
  top: 35px;
  width: calc(100% - 440px);
  box-sizing: border-box;
}

.l-header .in .tabandtelenum ul {
  text-align: right;
  padding: 0px !important;
}

.l-header .in .tabandtelenum ul li {
  display: inline-block;
  margin: 0 1vw;
}

.l-header .banner-sp {
  position: absolute;
  background-color: #fff;
  border: 1vw solid #a58c47;
  padding: 3vw 6vw 6vw 6vw;
  top: 76.5%;
  left: 13vw;
  margin-left: -6vw;
}

.l-header .banner-sp::before {
  content: "";
  background-image: url(../img/red-line-01.svg);
  width: 89px;
  height: 84px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -1vw;
  left: -1vw;
}

.l-header .banner-sp::after {
  content: "";
  background-image: url(../img/red-line-02.svg);
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -3.5vw;
  right: -3.5vw;
}

.l-header .banner-sp dt {
  font-size: 3.2rem;
  color: #a58c47;
  text-align: center;
  padding-bottom: 2vw;
  border-bottom: 1px solid #a58c47;
  letter-spacing: 3px;
  font-weight: bold;
}

.l-header .banner-sp dd {
  text-align: center;
  margin-top: 4.5vw;
}

.l-header .banner-sp dd p {
  font-size: 2.8rem;
  font-weight: bold;
}

.l-header .banner-sp dd .red {
  color: #ff2b2b;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-header .banner-sp dd .red::before {
  content: "";
  background-image: url(../img/main/zazi-campaign.svg);
  width: 22px;
  height: 23px;
  display: block;
  margin-right: 2vw;
  flex-shrink: 0;
  margin-bottom: 3vw;
}

.l-footer .in {
  display: flex;
  align-items: flex-start;
  margin: auto;
}

.l-footer .txts p {
  margin-bottom: 0.75em;
  font-size: 1.6rem;
  line-height: 1.5625;
}

.l-footer .txts small {
  display: block;
  font-size: 1.2rem;
}

.l-btnTotop {
  position: fixed;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}

.l-btnTotop a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  transition: opacity 0.3s;
}

.l-btnTotop a:not([disabled]):hover {
  opacity: 0.7;
}

.l-btnTotop a:before {
  content: "";
  display: block;
  width: 31.50685%;
  height: 31.50685%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(0, 25%) rotate(-45deg);
}

.l-btnTotop.show {
  opacity: 1;
}

.txtGold {
  color: #c3ab69;
}

.mapBox iframe {
  width: 100%;
  height: 500px;
}

.shopMovie {
  text-align: center;
  padding-top: 50px;
}

.shopMovie iframe {
  width: 90%;
  max-width: 820px !important;
  height: 500px;
}

.notes {
  font-size: 1.3rem;
  display: inline-block;
}

.btnContact {
  text-align: center;
  padding: 30px 0 0 0;
}

.num-tele {
  font-size: 5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0 0;
  line-height: 1;
  color: #fff;
}

.num-tele .bnTxt {
  font-size: 2rem;
  margin-top: 0.8em;
  display: block;
  margin-bottom: 0.7em;
}

.num-tele::before {
  content: "";
  background-image: url(../img/campaign/tell-icons.svg);
  background-repeat: no-repeat;
  width: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1em;
  display: inline-block;
  margin-top: 7px;
  margin-right: 5px;
  flex-shrink: 0;
}

.fl-infor {
  display: flex;
  justify-content: center;
}

.fl-infor .tell {
  width: 43%;
  margin: 0 10px;
  background-color: #ff4f17;
  border: 1px solid #fff;
  border-radius: 2px;
  text-align: center;
  padding: 28px 30px 25px 30px;
  color: #fff;
  font-family: "Noto Serif", serif;
}

.fl-infor .tell .top-t {
  font-size: 2.7rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.fl-infor .tell .last {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.8em;
}

.fl-infor .tell .last span {
  font-size: 2.2rem;
}

.fl-infor .line {
  width: 25%;
  background-color: #08b53c;
  border: 1px solid #fff;
  border-radius: 2px;
  align-items: center;
  padding: 20px 35px;
  color: #fff;
  justify-content: space-between;
}

.fl-infor .line .flex {
  display: flex;
  justify-content: center;
}

.fl-infor .line .text {
  text-align: center;
}

.fl-infor .line .text .ttl-line {
  font-size: 2.3rem;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.fl-infor .line .text p {
  font-size: 1.4rem;
  font-weight: 500;
}

.fl-infor .line .code p a,
.fl-infor .line .code .codeBox a {
  text-align: center;
  font-size: 1.4rem;
  display: block;
  transition: 0.3s;
}

.fl-infor .line .code p a:hover,
.fl-infor .line .code .codeBox a:hover {
  opacity: 0.6;
}

.fl-infor .line .code p a span,
.fl-infor .line .code .codeBox a span {
  display: flex;
  width: 100%;
  max-width: 123px;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 13%, rgba(0, 0, 0, 0.3) 31%);
}

.fl-infor .line .code p a span img,
.fl-infor .line .code .codeBox a span img {
  max-width: 100%;
}

.fl-infor .line .code p a .txt,
.fl-infor .line .code .codeBox a .txt {
  padding: 5px;
}

.fl-infor .line.top {
  width: 43%;
}

.fl-infor .line.top .code {
  margin: 0 10px;
}

.store-name {
  background-image: url(../img/store-page/storename-bg.jpg);
  background-size: 100%;
  padding: 260px 0 200px 0;
}

.store-name.isType2 {
  padding: 180px 0 100px 0;
  font-size: 4rem;
}

.store-name .ttl {
  font-size: 5.5rem;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  vertical-align: baseline;
  color: #fff;
}

.store-name .ttl small {
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  position: relative;
  bottom: -0.6em;
}

.store-name .feature {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  flex-wrap: wrap;
}

.store-name .feature li {
  font-size: 1.4rem;
  color: #000;
  display: inline-block;
  padding: 3px 0.5em;
  border-radius: 5px;
  margin: 0 5px;
  color: #fff;
  background-color: #a18844;
}

.next-snsbl {
  background-color: #eeeeee;
}

.next-snsbl .bg-thisbox {
  max-width: 1015px;
  margin: 0 auto;
  position: relative;
  top: -60px;
}

.banner {
  position: relative;
  width: 1007px;
  height: 120px;
  z-index: 10;
  background-color: #fff;
  border: 4px solid #a58c47;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 40px;
}

.banner::before {
  content: "";
  background-image: url(../img/red-line-01.svg);
  width: 89px;
  height: 84px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
}

.banner::after {
  content: "";
  background-image: url(../img/red-line-02.svg);
  width: 55px;
  height: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -13px;
  right: -13px;
}

.banner dt {
  margin-left: 50px;
  text-align: center;
  border-right: 1px solid #a58c47;
  padding-right: 45px;
}

.banner dt .en {
  font-size: 3.5rem;
  font-family: "Noto Serif", serif;
  letter-spacing: 4px;
  font-weight: bold;
  color: #a58c47;
}

.banner dt .jp {
  font-size: 1.9rem;
  color: #000;
  font-weight: bold;
}

.banner dd {
  margin-left: 45px;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}

.banner dd .zazi {
  margin: 0 10px;
}

.banner dd .red {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ff4f17;
}

.next-guide {
  padding: 20px 0 80px 0;
}

.next-guide .one {
  text-align: center;
}

.next-guide .swiper {
  width: 100%;
  height: 100%;
}

.next-guide .swiper .swiper-wrapper {
  width: 650px;
}

.next-guide .swiper-pagination03,
.next-guide .swiper-pagination04 {
  text-align: center;
  margin-top: 30px;
}

.next-guide .swiper-pagination03 .swiper-pagination-bullet,
.next-guide .swiper-pagination04 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #a58c47;
}

.next-guide .infor-comp {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 30px;
}

.next-guide .infor-comp .ttl {
  text-align: center;
  color: #a58c47;
  margin-bottom: 35px;
}

.next-guide .l-infor li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #a58c47;
}

.next-guide .l-infor li:nth-child(1) {
  border-top: 1px solid #a58c47;
}

.next-guide .l-infor li .bold-t {
  width: 14%;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 5px;
}

.next-guide .l-infor li .regul-t {
  width: 85%;
}

svg {
  vertical-align: top;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=text]::-moz-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=text]::-moz-placeholder,
input[type=text]::placeholder {
  color: #ccc;
  opacity: 1;
}

input[type=text]::-ms-clear {
  visibility: hidden;
}

input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=password]::-webkit-input-placeholder,
input[type=password]::-moz-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=password]::-moz-placeholder,
input[type=password]::placeholder {
  color: #ccc;
  opacity: 1;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

a[name^=scrl] {
  display: block;
  position: relative;
}

.ttl {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Noto serif JP";
}

.u-inner {
  margin-left: auto;
  margin-right: auto;
}

.u-ttl1 {
  font-size: 3rem;
}

.u-ttl2 {
  font-size: 2.4rem;
  font-style: italic;
}

.u-mainColor {
  background-color: #fb8955;
}

.u-subColor {
  background-color: #00c69e;
}

.u-pager1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-dis_flex_block {
  display: flex;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 38px;
  height: 59px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: opacity 0.3s;
}

.slick-arrow:not([disabled]):hover {
  opacity: 0.7;
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(../img/slk_arw1_l.png);
  left: 20px;
}

.slick-arrow.slick-next {
  background-image: url(../img/slk_arw1_r.png);
  right: 20px;
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #fff;
}

.ttl2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0.3em 0.8em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 5px;
}

.otherPage {
  padding: 30px 0 50px 0;
  margin: 0 auto;
  max-width: 800px;
}

.otherPage h2 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.otherPage p {
  line-height: 1.8;
}

.otherPage p img {
  max-width: 100%;
}

.formBox {
  position: relative;
  background: #fff;
  border-radius: 15px;
  margin-top: 40px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 15px 20px 20px 0px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
}

.formBox .row {
  padding: 15px 10px;
  display: flex;
}

.formBox .row + h3 {
  margin-top: 20px;
}

.formBox .row .acc li {
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #a18844;
  margin-right: 10px;
  color: #a18844;
  cursor: pointer;
  margin-bottom: 5px;
  text-align: center;
}

.formBox .row .acc li.show {
  background-color: #a18844;
  color: #fff;
}

.formBox .row .acc li.show + dd {
  display: block;
}

.formBox .row .acc .tab {
  display: none;
}

.formBox .row .acc .tab.show {
  margin-top: 10px;
  display: block;
}

.formBox .row .acc label {
  width: auto;
  font-weight: normal;
}

.formBox .row label {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.formBox .row label .must {
  margin-left: 10px;
  background: #d9534f;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 0.3em 0.5em;
  line-height: 1.4;
  font-size: 12px;
  font-weight: bold;
}

.formBox .row select {
  padding: 0.4em 0.5em;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}

.formBox .row ul {
  display: flex;
  flex-wrap: wrap;
}

.formBox .row ul li {
  margin-right: 15px;
}

.formBox .row ul li label {
  font-weight: normal;
}

.formBox .row ul li label input {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}

.formBox .row ul.column {
  display: block;
}

.formBox .row label.kojin {
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.formBox .row label.kojin input {
  margin-right: 10px;
  width: 1.2em;
  height: 1.2em;
}

.formBox .row input[type=text],
.formBox .row input[type=datetime-local] {
  display: block;
  border: 1px solid #d9d9d9;
  width: 100%;
  box-sizing: border-box;
  padding: 0.3em 1em;
  border-radius: 5px;
  background: #fff;
  font-weight: 100;
}

.formBox .row textarea {
  display: block;
  border: 1px solid #d9d9d9;
  width: 100%;
  box-sizing: border-box;
  padding: 0.3em 1em;
  border-radius: 5px;
  background: #fff;
  font-weight: 100;
  height: 8em;
}

.formBox h3 {
  padding: 0 0 0.8em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 2px solid #000;
}

.formBox button {
  margin: 15px auto;
  max-width: 400px;
  display: block;
  color: #fff;
  width: 100%;
  background: #000;
  text-align: center;
  font-size: 2rem;
  border-radius: 8px;
  padding: 0.5em 0;
  cursor: pointer;
}

.formBox button:disabled {
  pointer-events: none;
  background: #d6dde2;
}

.formBox .formrun-system-show {
  color: tomato;
}

.formBox .privacy {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  overflow-y: scroll;
  margin-bottom: 25px;
  height: 100px;
}

.formBox .privacy h3 {
  font-size: 14px;
  font-weight: bold;
}

.formBox .privacy p,
.formBox .privacy ul {
  padding: 5px 0 0 0;
  font-size: 12px;
}

.formBox .privacy h4 {
  font-size: 12px;
  font-weight: bold;
  padding: 1.3em 0 0.2em 0;
}

.formBox .rowRcap {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .formBox .row .acc li {
    font-size: 2rem;
  }
}
.u-btn {
  text-align: center;
  margin-bottom: 2em;
}

.u-btn a {
  display: inline-block;
  background-color: #000;
  border-radius: 100px;
  padding: 0.8em 2em;
  color: #fff;
}

.mainZone .bg {
  background-image: url(../img/main/main.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
  background-position: 0% 60%;
}

.mainZone .u-inner {
  height: 600px;
  width: 100%;
  max-width: none;
  position: relative;
}

.mainZone .u-inner .title {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  width: 50%;
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
}

.mainZone nav {
  background-color: #000;
  padding: 15px 0;
}

.mainZone nav ul {
  font-weight: bold;
}

.mainZone nav ul li a {
  display: block;
}

.mainZone nav ul li:nth-child(n+2) {
  border-left: 1px solid #707070;
  padding-left: 45px;
}

.mainZone nav .u-btn1 {
  position: fixed;
  z-index: 99999;
  right: -70px;
  top: -20px;
}

.aboutZone .bg-ab {
  padding-top: 50px;
  background-image: url(../img/about/bg-about.jpg);
  background-size: 100%;
  position: relative;
  padding-bottom: 80px;
}

.aboutZone .bg-ab::after {
  content: "";
  background-image: url(../img/about/bg-text.svg);
  background-repeat: no-repeat;
  width: 141px;
  height: 692px;
  display: block;
  position: absolute;
  left: 0px;
  top: 200px;
}

.aboutZone .next-bl {
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
}

.aboutZone .next-bl .u-inner {
  line-height: 1.8;
  position: relative;
}

.aboutZone .next-bl .u-inner .fl-this {
  position: relative;
}

.aboutZone .next-bl .u-inner .fl-this .L-text .next-t {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 40px;
  font-family: "Noto serif JP";
}

.aboutZone .next-bl .u-inner .fl-this .L-text .list-t {
  color: #fff;
  width: 55%;
}

.aboutZone .next-bl .u-inner .fl-this .L-text .list-t li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 25px;
  display: flex;
}

.aboutZone .next-bl .u-inner .fl-this .L-text .list-t li::before {
  content: "";
  background-image: url(../img/about/check-icons.svg);
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-right: 20px;
  flex-shrink: 0;
}

.aboutZone .next-bl .u-inner .fl-this .L-text .list-t li strong {
  font-size: 1.8rem;
}

.aboutZone .next-bl .u-inner .fl-this .L-text .list-t li p {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 100;
}

.aboutZone .next-bl .u-inner .fl-this .L-text .list-t li:nth-child(even) {
  padding: 20px 0;
  margin: 19px 0;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}

.aboutZone .next-bl .fist-fl {
  display: flex;
  padding-bottom: 100px;
}

.aboutZone .next-bl .fist-fl .yt iframe {
  height: 300px;
  width: 450px;
}

.aboutZone .next-bl .fist-fl .r-t {
  margin-left: 40px;
  color: #fff;
}

.aboutZone .next-bl .fist-fl .r-t .ttl-this {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.aboutZone .next-bl .fist-fl .r-t .n-ttx {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.aboutZone .next-bl .fist-fl .r-t .ct {
  font-size: 1.6rem;
}

.aboutZone .next-bl .ttl {
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}

.aboutZone .next-bl .ttl small {
  font-size: 70%;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -0.4em;
}

.aboutZone .next-bl .bot-this {
  font-size: 3rem;
  color: #ffe923;
  font-weight: bold;
  text-align: center;
}

.aboutZone .next-bl .ct-this {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 20px 0 50px 0;
  line-height: 1.8;
}

.aboutZone .next-bl .R-img {
  position: absolute;
  top: -50px;
  left: 60%;
  width: 650px;
}

.aboutZone .next-bl .R-img img {
  max-width: 100%;
}

.serviceZone .bg-mes {
  background-color: #fff;
  position: relative;
  padding-bottom: 70px;
}

.serviceZone .bg-mes::after {
  content: "";
  background-image: url(../img/message/bg-text.svg);
  background-repeat: no-repeat;
  width: 142px;
  height: 882px;
  display: block;
  position: absolute;
  right: 5px;
  top: 80px;
}

.serviceZone .bg-mes .fl-02 {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.serviceZone .bg-mes .fl-02 .R-3img {
  margin-top: -90px;
}

.serviceZone .bg-mes .fl-02 .sp {
  margin-bottom: 5vw;
}

.serviceZone .bg-mes .fl-02 .in {
  color: #fff;
  margin-top: 70px;
  width: 40%;
}

.serviceZone .bg-mes .fl-02 .in .ttl {
  margin-bottom: 30px;
  color: #a58c47;
}

.serviceZone .bg-mes .fl-02 .in .next-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}

.serviceZone .bg-mes .fl-02 .in .contten {
  font-size: 1.6rem;
  line-height: 29px;
  color: #000;
}

.serviceZone .bg-mes .fl-02 .in .contten p {
  margin-bottom: 15px;
}

.serviceZone .bg-mes .fl-02 .in .contten p .yellow {
  font-weight: bold;
  background-image: linear-gradient(to bottom, transparent 50%, #ecf218 50%);
  background-position: top 80%;
}

.serviceZone .bg-mes .u-inner {
  margin-top: -100px;
  position: relative;
  line-height: 1.6;
}

.serviceZone .bg-mes .u-inner .cap-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.serviceZone .bg-mes .u-inner .f-t {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.serviceZone .bg-mes .u-inner .lst {
  margin-top: 10px;
  color: #fff;
}

.serviceZone .bg-mes .u-inner .fl-qa {
  display: flex;
  margin-bottom: 20px;
}

.serviceZone .bg-mes .u-inner .fl-qa .r-qa {
  margin-left: 30px;
  color: #fff;
}

.serviceZone .bg-mes .u-inner .fl-qa .r-qa li {
  width: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.serviceZone .bg-mes .u-inner .fl-qa .r-qa li .ans {
  color: #000;
}

.serviceZone .bg-mes .u-inner .fl-qa .r-qa li .que {
  font-weight: bold;
  color: #ff2b2b;
  margin-bottom: 5px;
}

.serviceZone .bg-mes .u-inner .fl-qa .r-qa li:nth-child(n+2) {
  margin-top: 15px;
}

.serviceZone .bg-mes .u-inner .fl-qa .r-qa .mr {
  margin: 10px 0;
  font-size: 2rem;
  font-weight: 500;
}

.serviceZone .bg-mes .u-inner .fl-qa .r-qa .lst-ct {
  font-size: 1.4rem;
  line-height: 24px;
}

.serviceZone .bg-mes .u-inner .box-t {
  background-color: #a58c47;
  padding: 25px;
  border-radius: 10px;
}

.serviceZone .bg-mes .u-inner .second {
  margin-top: 35px;
}

.serviceZone .bg-mes .u-inner .second .w-b {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 25px;
}

.serviceZone .bg-mes .u-inner .second .w-b p {
  line-height: 29px;
}

.companyZone .bg-voice {
  position: relative;
  padding-bottom: 80px;
  background-image: url(../img/voice/bg-voice.jpg);
  background-size: cover;
}

.companyZone .bg-voice::after {
  content: "";
  background-image: url(../img/voice/bg-text.svg);
  width: 142px;
  height: 615px;
  display: block;
  position: absolute;
  left: 0px;
  top: 40px;
}

.companyZone .bg-voice .ttl {
  color: #000;
  text-align: center;
  padding-top: 60px;
}

.companyZone .bg-voice .swiper {
  width: 100%;
  height: 100%;
  margin-top: 38px;
  position: relative;
}

.companyZone .bg-voice .swiper-button-disabled {
  opacity: 0.2;
}

.companyZone .bg-voice .swiper-slide {
  padding: 15px;
  background-color: #fff;
  color: #000;
  width: 400px;
  border-radius: 10px;
}

.companyZone .bg-voice .swiper-slide .sir {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.companyZone .bg-voice .swiper-slide .sir .name {
  margin-left: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}

.companyZone .bg-voice .swiper-slide .ct {
  font-size: 1.5rem;
  line-height: 1.6;
  height: 280px;
  overflow-y: auto;
}

.companyZone .bg-voice .swiper-slide .ct p + p {
  margin-top: 0.5em;
}

.companyZone .bg-voice .swiper-pagination {
  position: relative;
  margin-top: 50px;
}

.companyZone .bg-voice .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  margin-right: 10px;
}

.companyZone .bg-voice .button-next {
  right: 50px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  z-index: 10;
  top: 38%;
  cursor: pointer;
}

.companyZone .bg-voice .button-next::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(0.38turn);
  display: inline-block;
  position: absolute;
  top: 35%;
  left: 28%;
}

.companyZone .bg-voice .button-prev {
  left: 50px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  z-index: 10;
  top: 38%;
  cursor: pointer;
}

.companyZone .bg-voice .button-prev::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(0.87turn);
  display: inline-block;
  position: absolute;
  top: 35%;
  left: 37%;
}

.companyZone .bg-voice .off {
  display: none;
}

.inquiryZone .btnContact {
  display: none;
}

.inquiryZone .bg-price {
  background-image: url(../img/price/bg-price.png);
  background-size: cover;
  position: relative;
}

.inquiryZone .bg-price::after {
  content: "";
  background-image: url(../img/price/bg-text.svg);
  width: 139px;
  height: 548px;
  display: block;
  position: absolute;
  right: 5px;
  top: 300px;
}

.inquiryZone .bg-price .u-inner {
  max-width: 835px;
  padding-bottom: 115px;
}

.inquiryZone .bg-price .u-inner .ttl {
  color: #a58c47;
  text-align: center;
  margin-bottom: 55px;
  padding-top: 70px;
}

.inquiryZone .bg-price .u-inner .next-fl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.inquiryZone .bg-price .u-inner .next-fl .in {
  background-color: #fff;
  border-radius: 3px;
  width: 48%;
}

.inquiryZone .bg-price .u-inner .next-fl .in .txt {
  font-size: 2.7rem;
  color: #fff;
  background-color: #666666;
  font-weight: bold;
  text-align: center;
  padding: 0.3em;
}

.inquiryZone .bg-price .u-inner .next-fl .in .num {
  font-size: 3.1rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 35px;
}

.inquiryZone .bg-price .u-inner .next-fl .in .num .zazi {
  height: 21px;
}

.inquiryZone .bg-price .u-inner .next-fl .in .num .R-free {
  font-size: 3.1rem;
  color: #ff2b2b;
}

.inquiryZone .bg-price .u-inner .next-fl .in .num .L-n {
  font-size: 2.5rem;
  font-weight: bold;
}

.inquiryZone .bg-price .u-inner .tbl .cap {
  font-size: 2.4rem;
  color: #000;
  padding-left: 15px;
  border-left: 5px solid #a58c47;
  margin-bottom: 20px;
  font-weight: bold;
}

.inquiryZone .bg-price .u-inner .tbl .tk-member {
  font-size: 2rem;
}

.inquiryZone .bg-price .u-inner .tbl .fl-tbl {
  display: flex;
}

.inquiryZone .bg-price .u-inner .tbl .fl-tbl table tr th {
  color: #fff;
  line-height: 1;
  height: 35px;
  font-size: 1.6rem;
  text-align: center;
  background-color: #666666;
  padding: 0.5em 0;
  width: 217px;
  border: 1px solid #cccccc;
}

.inquiryZone .bg-price .u-inner .tbl .fl-tbl table tr td {
  background-color: #fff;
  font-size: 1.8rem;
  border: 1px solid #cccccc;
  padding: 0.5em 0;
  text-align: center;
}

.inquiryZone .bg-price .u-inner .tbl:nth-child(n+2) {
  margin-top: 45px;
}

.inquiryZone .bg-price .u-inner .price-notice {
  margin-top: 1.5em;
}

.inquiryZone .bg {
  background-image: url(../img/bg-inquiry.jpg);
  background-size: 100%;
}

.inquiryZone .bg .u-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.inquiryZone .bg .u-inner .ttl {
  color: #fff;
  text-align: center;
}

.inquiryZone .bg .u-inner .next-ttl {
  color: #fff;
  text-align: center;
  margin: 35px 0 40px 0;
}

.inquiryZone .bg .but-bn {
  padding-top: 40px;
}

.gdrZone .u-inner h2.ttl {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 70px;
}

.gdrZone .u-inner .next-ttl {
  text-align: center;
  padding-bottom: 2em;
  font-weight: bold;
  font-size: 3rem;
}

.gdrZone .u-inner .next-ttl.noTtl {
  margin: 70px 0 30px;
  padding: 0 0 0;
}

.gdrZone .u-inner .borderBlk {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border: 1px solid #939393;
}

.gdrZone .u-inner .borderBlk .photo {
  width: 52%;
  margin-right: 25px;
}

.gdrZone .u-inner .borderBlk .photo img {
  width: 100%;
}

.gdrZone .u-inner .borderBlk dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.gdrZone .u-inner .borderBlk dl dt .ttl {
  display: block;
  font-size: 3.2rem;
  font-weight: normal;
  color: #086eb8;
}

.gdrZone .u-inner .borderBlk dl dd {
  font-size: 1.8rem;
  line-height: 1.6;
}

.gdrZone .u-inner .borderBlk dl dd p + p {
  margin-top: 0.5em;
}

.gdrZone .u-inner .gdr-recommended {
  margin: 75px 0;
}

.gdrZone .u-inner .gdr-recommended li {
  display: flex;
  justify-content: space-between;
}

.gdrZone .u-inner .gdr-recommended li .img {
  width: 50%;
}

.gdrZone .u-inner .gdr-recommended li .img img {
  width: 100%;
}

.gdrZone .u-inner .gdr-recommended li .txt {
  padding: 40px 60px;
  width: 50%;
  box-sizing: border-box;
}

.gdrZone .u-inner .gdr-recommended li .txt h3 {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: bold;
  color: #086eb8;
}

.gdrZone .u-inner .gdr-recommended li .txt p {
  font-size: 1.8rem;
  line-height: 1.6;
}

.gdrZone .u-inner .gdr-recommended li:nth-child(3) .txt {
  padding: 25px 60px;
}

.gdrZone .u-inner .gdr-recommended li:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .gdrZone .u-inner h2.ttl {
    margin-bottom: 15px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .next-ttl {
    padding-bottom: 1.5em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .borderBlk {
    flex-direction: column;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .borderBlk .photo {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .gdrZone .u-inner .borderBlk dl {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .borderBlk dl dt {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .borderBlk dl dt .ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .borderBlk dl dd {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .gdr-recommended {
    margin: 50px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .gdr-recommended li {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .gdr-recommended li .img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .gdr-recommended li .txt {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .gdr-recommended li .txt h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .gdr-recommended li .txt p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .gdr-recommended li:nth-child(3) .txt {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .gdrZone .u-inner .gdr-recommended li:nth-child(even) {
    flex-direction: column;
  }
}
.campaignZone .bg-campaign {
  background-image: url(../img/campaign/bg-campaign.jpg);
  background-size: 100%;
  position: relative;
}

.campaignZone .bg-campaign::after {
  content: "";
  background-image: url(../img/campaign/bg-text.svg);
  background-repeat: no-repeat;
  width: 91px;
  height: 662px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

.campaignZone .bg-campaign .u-inner {
  padding-top: 75px;
  padding-bottom: 75px;
}

.campaignZone .bg-campaign .u-inner .fl-ttl {
  display: flex;
  align-items: center;
}

.campaignZone .bg-campaign .u-inner .fl-ttl .ttl {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .campaignZone .bg-campaign .u-inner .fl-ttl .ttl {
    width: 49%;
  }
}

.campaignZone .bg-campaign .u-inner .fl-ttl .note {
  font-size: 1.4rem;
  color: #fff;
  margin-left: 63px;
  line-height: 24px;
}

.campaignZone .bg-campaign .u-inner .next-bn {
  margin: 40px 0 25px 0;
  background-color: #fff;
  border: 4px solid #a58c47;
  padding: 25px 0;
  text-align: center;
  position: relative;
}

.campaignZone .bg-campaign .u-inner .next-bn::before {
  content: "";
  background-image: url(../img/red-line-01.svg);
  width: 89px;
  height: 84px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
}

.campaignZone .bg-campaign .u-inner .next-bn::after {
  content: "";
  background-image: url(../img/red-line-02.svg);
  width: 55px;
  height: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -13px;
  right: -13px;
}

.campaignZone .bg-campaign .u-inner .next-bn .date {
  font-size: 2.4rem;
  font-weight: bold;
}

.campaignZone .bg-campaign .u-inner .next-bn .red {
  font-size: 2.9rem;
  font-weight: bold;
  color: #ff2b2b;
  margin-top: 10px;
}

.campaignZone .bg-campaign .u-inner .ttl-02 {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 25px;
}

.storeZone .pageNav {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.storeZone .bd_price {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 2em;
}
.storeZone .bd_price span {
  display: block;
  color: #ff2b2b;
  font-size: 2.4rem;
}

.storeZone .pageNav a {
  font-size: 2rem;
}

.storeZone .pageNav a:hover {
  text-decoration: underline;
}

.storeZone .pageNav li {
  padding: 0 1em;
}

.storeZone .pageNav li + li {
  border-left: 1px solid #000;
}

.storeZone .bg-text {
  position: relative;
  background-image: url(../img/store/store-bg.png);
  background-size: cover;
}

.storeZone .bg-text::after {
  content: "";
  background-image: url(../img/store/bg-text.svg);
  background-repeat: no-repeat;
  width: 139px;
  height: 616px;
  display: block;
  position: absolute;
  right: 5px;
  top: 240px;
}

.storeZone .bg-text .u-inner {
  padding-top: 70px;
  padding-bottom: 70px;
}

.storeZone .bg-text .u-inner h2.ttl {
  color: #a58c47;
  text-align: center;
  margin-bottom: 20px;
}

.storeZone .bg-text .u-inner .list-store {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.storeZone .bg-text .u-inner .list-store li {
  position: relative;
  background-color: #fff;
  padding: 14px;
  display: flex;
  width: 45.5%;
  justify-content: space-between;
  margin-bottom: 28px;
}

.storeZone .bg-text .u-inner .list-store li .img {
  width: 47%;
}

.storeZone .bg-text .u-inner .list-store li .img img {
  max-width: 100%;
}

.storeZone .bg-text .u-inner .list-store li .txt {
  display: flex;
  flex-direction: column;
  width: 49%;
}
.storeZone .bg-text .u-inner .list-store li .txt .r_day {
  color: #ff3829;
  font-weight: bold;
  margin-bottom: 5px;
}

.storeZone .bg-text .u-inner .list-store li .txt .name {
  font-size: 1.8rem;
  color: #a58c47;
  margin-bottom: 5px;
  font-weight: bold;
}

.storeZone .bg-text .u-inner .list-store li .txt .name span {
  color: #ff3829;
  display: inline-block;
  margin-right: 5px;
}

.storeZone .bg-text .u-inner .list-store li .txt span {
  color: #000;
}

.storeZone .bg-text .u-inner .list-store li .txt .btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease 0.2s;
  width: 100%;
  background-color: #a58c47;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  color: #fff;
}

.storeZone .bg-text .u-inner .list-store li .txt .btn span {
  position: relative;
  z-index: 3;
  color: #fff;
}

.storeZone .bg-text .u-inner .list-store li .txt .bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #333;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.storeZone .bg-text .u-inner .list-store li .txt .bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.faqZone {
  padding-bottom: 50px;
}

.faqZone .bg {
  position: relative;
}

.faqZone .bg::after {
  content: "";
  background-image: url(../img/faq/bg-text.svg);
  background-repeat: no-repeat;
  width: 173px;
  height: 383px;
  display: block;
  position: absolute;
  left: 10px;
  top: 220px;
}

.faqZone .bg .u-inner {
  max-width: 840px;
  padding-top: 80px;
  padding-bottom: 30px;
}

.faqZone .bg .u-inner h2.ttl {
  color: #a58c47;
  margin-bottom: 1em;
  text-align: center;
}

.faqZone .bg .u-inner .next-ttl {
  text-align: center;
  color: #000;
  line-height: 27px;
  margin-bottom: 60px;
}

.faqZone .bg .u-inner .list-aq li {
  border-top: 1px solid #ccc;
  padding-top: 1.5em;
  margin-bottom: 1em;
}

.faqZone .bg .u-inner .list-aq li:last-of-type {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}

.faqZone .bg .u-inner .list-aq li .ques {
  font-size: 1.8rem;
  color: #a58c47;
  font-weight: bold;
  display: flex;
  cursor: pointer;
}

.faqZone .bg .u-inner .list-aq li .ques::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #a58c47;
  border-right: 2px solid #a58c47;
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0px;
  transform: rotate(0.377turn);
}

.faqZone .bg .u-inner .list-aq li .ques::before {
  content: "";
  background-image: url(../img/faq/ques.svg);
  background-repeat: no-repeat;
  width: 27px;
  height: 37px;
  display: inline-block;
  display: flex;
  position: relative;
  top: -8px;
  margin-right: 10px;
  flex-shrink: 0;
}

.faqZone .bg .u-inner .list-aq li .ques:hover {
  opacity: 0.8;
}

.faqZone .bg .u-inner .list-aq li .ques.trans-zazi::after {
  transform: rotate(-0.123turn);
  margin-top: 10px;
}

.faqZone .bg .u-inner .list-aq li .ans {
  color: #000;
  display: none;
  line-height: 1.8;
  margin-top: 1em;
}

.faqZone .bg .u-inner .list-aq li .ans::before {
  content: "";
  background-image: url(../img/faq/ans.svg);
  background-repeat: no-repeat;
  width: 27px;
  height: 37px;
  display: inline-block;
  display: flex;
  position: relative;
  top: -8px;
  margin-right: 10px;
  flex-shrink: 0;
}

.faqZone .bg .u-inner .list-aq li .ans.show-ans {
  display: flex;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

footer {
  color: #fff;
  background-color: #000;
}

footer .size-with {
  max-width: 705px;
  margin: 0 auto;
}

footer .size-with .list-nav ul {
  display: flex;
  padding: 0 35px;
  justify-content: center;
}

footer .size-with .list-nav ul li {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

footer .size-with .list-nav ul li:nth-child(n+2) {
  border-left: 1px solid #fff;
  padding: 0 20px;
}

footer .size-with .list-nav ul li:nth-child(1) {
  padding-right: 20px;
}

footer .size-with .list-nav ul li a:hover {
  opacity: 0.7;
}

footer .size-with .list-logo-ph {
  padding: 50px 0 50px 0;
}

footer .size-with ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  flex-wrap: wrap;
}

footer .size-with ul li {
  width: 25%;
}

footer .arava-allsize {
  background-color: #fff;
}

footer .arava-allsize .img {
  padding: 50px 0;
  max-width: 768px;
  margin: 0 auto;
}

footer .arava-allsize .img img {
  max-width: 100%;
}

footer p.next-ara {
  font-size: 1.4rem;
  text-align: center;
  margin: 60px 0 40px 0;
}

footer .tab-nav {
  max-width: 705px;
  margin: 0 auto;
}

footer .tab-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

footer .tab-nav ul li {
  font-size: 1.4rem;
  line-height: 1;
}

footer .tab-nav ul li:nth-child(n+2) {
  padding: 0 20px;
  border-left: 1px solid #fff;
}

footer .tab-nav ul li:nth-child(1) {
  padding-right: 20px;
}

footer .tab-nav ul li a:hover {
  opacity: 0.7;
}

footer .last-cop {
  font-size: 1.1rem;
  text-align: center;
  padding: 120px 0 60px 0;
}

.WAuto {
  width: auto !important;
}

.M0 {
  margin: 0 !important;
}

.MA {
  margin: auto !important;
}

.MTA {
  margin-top: auto !important;
}

.MRA {
  margin-right: auto !important;
}

.MBA {
  margin-bottom: auto !important;
}

.MLA {
  margin-left: auto !important;
}

.P0 {
  padding: 0 !important;
}

.PA {
  padding: auto !important;
}

.PTA {
  padding-top: auto !important;
}

.PRA {
  padding-right: auto !important;
}

.PBA {
  padding-bottom: auto !important;
}

.PLA {
  padding-left: auto !important;
}

.ffNS {
  font-family: "Noto Sans Japanese";
}

.fz6 {
  font-size: 6px;
}

.fz6R {
  font-size: 0.6rem;
}

.fz7 {
  font-size: 7px;
}

.fz7R {
  font-size: 0.7rem;
}

.fz8 {
  font-size: 8px;
}

.fz8R {
  font-size: 0.8rem;
}

.fz9 {
  font-size: 9px;
}

.fz9R {
  font-size: 0.9rem;
}

.fz10 {
  font-size: 10px;
}

.fz10R {
  font-size: 1rem;
}

.fz11 {
  font-size: 11px;
}

.fz11R {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 12px;
}

.fz12R {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 13px;
}

.fz13R {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 14px;
}

.fz14R {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 15px;
}

.fz15R {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 16px;
}

.fz16R {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 17px;
}

.fz17R {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 18px;
}

.fz18R {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 19px;
}

.fz19R {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 20px;
}

.fz20R {
  font-size: 2rem;
}

.fz21 {
  font-size: 21px;
}

.fz21R {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 22px;
}

.fz22R {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 23px;
}

.fz23R {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 24px;
}

.fz24R {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 25px;
}

.fz25R {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 26px;
}

.fz26R {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 27px;
}

.fz27R {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 28px;
}

.fz28R {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 29px;
}

.fz29R {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 30px;
}

.fz30R {
  font-size: 3rem;
}

.fz31 {
  font-size: 31px;
}

.fz31R {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 32px;
}

.fz32R {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 33px;
}

.fz33R {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 34px;
}

.fz34R {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 35px;
}

.fz35R {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 36px;
}

.fz36R {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 37px;
}

.fz37R {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 38px;
}

.fz38R {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 39px;
}

.fz39R {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 40px;
}

.fz40R {
  font-size: 4rem;
}

.fz41 {
  font-size: 41px;
}

.fz41R {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 42px;
}

.fz42R {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 43px;
}

.fz43R {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 44px;
}

.fz44R {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 45px;
}

.fz45R {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 46px;
}

.fz46R {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 47px;
}

.fz47R {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 48px;
}

.fz48R {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 49px;
}

.fz49R {
  font-size: 4.9rem;
}

.fz50 {
  font-size: 50px;
}

.fz50R {
  font-size: 5rem;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.lh8 {
  line-height: 0.8 !important;
}

.lh9 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh26 {
  line-height: 2.6 !important;
}

.lh27 {
  line-height: 2.7 !important;
}

.lh28 {
  line-height: 2.8 !important;
}

.lh29 {
  line-height: 2.9 !important;
}

.lh30 {
  line-height: 3 !important;
}

.disI {
  display: inline !important;
}

.disB {
  display: block !important;
}

.disIB {
  display: inline-block !important;
}

.disT {
  display: table !important;
}

.disTC {
  display: table-cell !important;
}

.disN {
  display: none !important;
}

.disF {
  display: flex !important;
}

.jcFS {
  justify-content: flex-start !important;
}

.jcFE {
  justify-content: flex-end !important;
}

.jcC {
  justify-content: center !important;
}

.jcSB {
  justify-content: space-between !important;
}

.jcSA {
  justify-content: space-around !important;
}

.aiFS {
  align-items: flex-start !important;
}

.aiFE {
  align-items: flex-end !important;
}

.aiC {
  align-items: center !important;
}

.aiS {
  align-items: stretch !important;
}

.aiB {
  align-items: baseline !important;
}

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

.taR {
  text-align: right !important;
}

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

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.vaTB {
  vertical-align: text-bottom !important;
}

.fltL {
  float: left !important;
}

.fltR {
  float: right !important;
}

.fltN {
  float: none !important;
}

.posS {
  position: static !important;
}

.posR {
  position: relative !important;
}

.posA {
  position: absolute !important;
}

.posF {
  position: fixed !important;
}

.brWord {
  word-wrap: break-word;
}

.waNw {
  white-space: nowrap;
}

.printDown,
.printBreak,
.topOnly {
  display: none;
}

.pageIndex .topOnly {
  display: block;
}

@media screen and (min-width: 768px) {
  html {
    min-width: 1200px;
  }
  .l-header {
    padding: 0 50px;
  }
  .l-header .spBtnNav {
    display: none;
  }
  .l-header .in .tabandtelenum ul li a:hover {
    opacity: 0.6;
  }
  .l-footer {
    padding: 0 50px;
  }
  .l-footer .in {
    max-width: 1270px;
    padding: 57px 0 54px;
  }
  .l-footer .logo {
    width: 88px;
    margin-right: 40px;
  }
  .l-footer .txts {
    padding-top: 30px;
  }
  .l-btnTotop {
    bottom: 30px;
    right: 30px;
  }
  .l-btnTotop a {
    width: 73px;
    height: 73px;
  }
  .pageIndex .l-header .logo-cp,
.pageIndex .l-header:before,
.pageIndex .l-header .tabandtelenum {
    display: none;
  }
  a[name^=scrl][name=scrl_about] {
    top: -250px;
  }
  a[name^=scrl][name=scrl_service] {
    top: -220px;
  }
  a[name^=scrl][name=scrl_company] {
    top: -400px;
  }
  .u-inner:not([class*=pcSz]) {
    max-width: 1015px;
  }
  .u-inner.pcSz2 {
    max-width: 1200px;
  }
  .mainZone nav .navIn {
    display: flex !important;
    align-items: center;
    color: #fff;
    justify-content: center;
  }
  .mainZone nav ul {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
  .mainZone nav ul li + li {
    margin-left: 45px;
  }
  .mainZone nav ul li a {
    transition: opacity 0.3s;
  }
  .mainZone nav ul li a:not([disabled]):hover {
    opacity: 0.5;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.5625vw;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
  img {
    width: 100%;
  }
  .l-header:before {
    display: none;
  }
  .l-header .logo-cp {
    width: 15vw;
  }
  .l-header .spBtnNav {
    font-size: 3.2rem;
    margin-left: auto;
    cursor: pointer;
    position: fixed;
    right: 0px;
    top: 0px;
    padding: 0.78125vw 2.5vw;
    background-color: #a58c47;
    width: 14.0625vw;
    height: 14.0625vw;
    box-sizing: border-box;
    z-index: 999;
  }
  .l-header .spBtnNav li {
    background-color: #fff;
    height: 2px;
    border-radius: 100px;
    transition: 0.3s;
    margin-top: 2.85vw;
  }
  .l-header .spBtnNav li a {
    padding: 4.6875vw 2.34375vw;
  }
  .l-header .spBtnNav.show li:nth-child(1) {
    transform: translate(0, 3.2vw) rotate(45deg);
  }
  .l-header .spBtnNav.show li:nth-child(2) {
    opacity: 0;
  }
  .l-header .spBtnNav.show li:nth-child(3) {
    transform: translate(0, -3.51563vw) rotate(-45deg);
  }
  .l-header .nav-sp {
    display: none;
    align-items: center;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
  }
  .l-header .nav-sp ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .l-header .nav-sp ul li {
    font-size: 3rem;
    display: flex;
    color: #a58c47;
  }
  .l-header .nav-sp ul li a {
    padding: 3vw 0;
  }
  .l-header .nav-sp.show-nav {
    display: flex;
  }
  .l-header .in .tabandtelenum ul li {
    display: block;
    font-size: 3.5rem;
    margin: 2vw 0;
  }
  .l-header nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .l-footer {
    padding: 7.03125vw 0 13.90625vw 13.59375vw;
  }
  .l-footer .logo {
    width: 13.75vw;
    margin-right: 6.25vw;
  }
  .l-footer .txts {
    padding-top: 4.6875vw;
  }
  .l-btnTotop {
    bottom: 18vw;
    right: 1.5625vw;
  }
  .l-btnTotop a {
    width: 10vw;
    height: 10vw;
  }
  .l-btnTotop a:before {
    border-top-width: 0.5625vw;
    border-right-width: 0.5625vw;
  }
  .mapBox iframe {
    width: 100%;
    height: 80vw;
  }
  .shopMovie iframe {
    width: 100%;
    height: 50vw;
  }
  .notes {
    font-size: 1.8rem;
  }
  .num-tele {
    justify-content: center;
    margin: 2vw 0;
    font-size: 6rem;
  }
  .num-tele::before {
    background-image: url(../img/campaign/tell-icons-sp.svg);
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    margin-right: 2vw;
    margin-top: 1vw;
  }
  .fix-full {
    background-color: #008327;
    padding: 3vw 0;
    width: 100%;
    position: fixed;
    z-index: 99999999;
    bottom: -2vw;
    font-size: 3.8rem;
  }
  .fl-infor {
    display: block;
  }
  .fl-infor .line.top {
    width: 100%;
    box-sizing: border-box;
  }
  .fl-infor .tell {
    width: auto;
    background-color: #ff4f17;
    border-radius: 1vw;
    padding: 3vw 4vw 3vw 4vw;
    margin-bottom: 5vw;
    margin-left: 0;
    margin-right: 0;
  }
  .fl-infor .tell .top-t {
    padding-bottom: 3vw;
    font-size: 3.2rem;
  }
  .fl-infor .tell .last {
    font-size: 2.4rem;
  }
  .fl-infor .tell .last span {
    font-size: 2.8rem;
  }
  .fl-infor .line {
    display: block;
    padding: 3vw 4vw 5vw 4vw;
    width: auto;
    border-radius: 1vw;
  }
  .fl-infor .line .flex {
    display: block;
  }
  .fl-infor .line .text {
    width: auto;
  }
  .fl-infor .line .text .ttl-line {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 3vw;
    padding-bottom: 1.5vw;
    border-bottom: 1px solid #fff;
  }
  .fl-infor .line .text p {
    font-size: 2.4rem;
    margin-bottom: 5vw;
  }
  .fl-infor .line .code + .code {
    margin-top: 2vw;
  }
  .fl-infor .line .code .codeBox a,
.fl-infor .line .code p a {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 13%, rgba(0, 0, 0, 0.8) 31%);
    width: 100%;
    padding: 3.5vw 0;
    font-size: 2.5rem;
    font-weight: bold;
    border-radius: 10vw;
    line-height: 1;
    position: relative;
  }
  .fl-infor .line .code .codeBox a span,
.fl-infor .line .code p a span {
    background: transparent;
    max-width: 100%;
  }
  .fl-infor .line .code .codeBox a::after,
.fl-infor .line .code p a::after {
    content: "";
    width: 2vw;
    height: 2vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    transform: rotate(0.13turn);
    position: absolute;
    right: 6vw;
    top: 4.5vw;
  }
  .navIn {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding-bottom: 3.125vw;
    text-align: center;
    box-shadow: 0 0.625vw 1.25vw rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
  }
  .store-blk {
    padding: 0;
    margin: 0;
  }
  .store-name {
    background-size: auto;
    padding: 25vw 0;
  }
  .store-name .ttl {
    font-size: 4rem;
  }
  .store-name .ttl .feature {
    margin-top: 10px;
  }
  .store-name .ttl .feature li {
    font-size: 2rem;
    margin: 5px 5px 0;
  }
  .store-name .ttl.isType2 {
    padding: 15vw 0;
    font-size: 3.5rem;
  }
  .next-snsbl {
    padding: 5vw 5.46875vw 10vw 5.46875vw;
  }
  .next-snsbl .bg-thisbox {
    position: static;
  }
  .banner {
    display: block;
    width: auto;
    height: auto;
    border: 1vw solid #a58c47;
    padding: 3vw 6vw 6vw 6vw;
    margin-bottom: 5vw;
  }
  .banner dt {
    margin-left: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #a58c47;
    padding-bottom: 2vw;
  }
  .banner dt .en {
    font-size: 3.4rem;
    letter-spacing: 3px;
  }
  .banner dd {
    display: block;
    margin-left: 0;
    text-align: center;
    font-size: 2.8rem;
    margin-top: 4.5vw;
  }
  .banner dd .red {
    font-size: 4rem;
    font-weight: bold;
    margin-top: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .next-guide {
    padding: 5vw 5.46875vw 15vw 5.46875vw;
  }
  .next-guide .swiper {
    width: auto;
    height: auto;
  }
  .next-guide .swiper .swiper-wrapper {
    width: auto;
  }
  .next-guide .swiper-pagination03 .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
  }
  .next-guide .infor-comp {
    max-width: 100%;
    margin-top: 10vw;
  }
  .next-guide .infor-comp .ttl {
    margin-bottom: 5vw;
  }
  .next-guide .l-infor li {
    padding: 3vw 0;
    display: block;
  }
  .next-guide .l-infor li .bold-t {
    width: 22%;
    font-size: 2.4rem;
    margin-left: 0px;
  }
  .next-guide .l-infor li .regul-t {
    width: 100%;
    font-size: 2.6rem;
  }
  iframe {
    height: 78.125vw;
  }
  a[name^=scrl][name=scrl_about],
a[name^=scrl][name=scrl_service] {
    top: -35.9375vw;
  }
  a[name^=scrl][name=scrl_company] {
    top: -54.6875vw;
  }
  .u-spPd1 {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }
  .u-inner:not(.spPd0) {
    padding-left: 5.46875vw;
    padding-right: 5.46875vw;
  }
  .u-dis_flex_block {
    display: block;
  }
  .slick-arrow {
    width: 2.89375vw;
    height: 4.6875vw;
  }
  .slick-arrow.slick-prev {
    left: 0.78125vw;
  }
  .slick-arrow.slick-next {
    right: 0.78125vw;
  }
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.93333vw;
  }
  .slick-dots li.slick-active {
    border-width: 0.3125vw;
  }
  .modalBox .modalInner {
    width: 90%;
  }
  .ttl2 {
    font-size: 2.8rem;
  }
  .otherPage {
    font-size: 2.4rem;
    padding: 0px 0px 30px 0px;
  }
  .otherPage p {
    font-size: 2.4rem;
  }
  .formBox {
    padding: 3vw;
  }
  .formBox h3 {
    font-size: 2.4rem;
  }
  .formBox .row {
    display: block;
    padding: 15px 0;
  }
  .formBox .row select {
    font-size: 2rem;
    border-radius: 5px;
    padding: 0.8em 0 0.8em 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    position: relative;
  }
  .formBox .row ul {
    display: block;
  }
  .formBox .row label {
    font-size: 14px;
  }
  .formBox .row input[type=text],
.formBox .row input[type=datetime-local] {
    padding: 0.5em;
    font-size: 14px;
  }
  .formBox .row textarea {
    padding: 0.5em;
    font-size: 14px;
  }
  .formBox button {
    font-size: 18px;
  }
  .mainZone .bg {
    background-image: none;
    background-color: #fff;
  }
  .mainZone .u-inner {
    height: auto;
    padding: 0px;
  }
  .mainZone .u-inner .title {
    width: 100%;
    background-color: transparent;
    position: static;
    height: auto;
  }
  .mainZone nav {
    display: none;
  }
  .aboutZone .bg-ab {
    padding-top: 10vw;
    padding-bottom: 0;
    background-size: auto;
  }
  .aboutZone .bg-ab::after {
    display: none;
  }
  .aboutZone .bg-ab.top .banner {
    width: 90%;
    margin: -60vw auto 10vw auto;
    box-sizing: border-box;
  }
  .aboutZone .next-bl {
    padding: 10vw 5.46875vw;
  }
  .aboutZone .next-bl .u-inner {
    padding: 0;
    height: auto;
  }
  .aboutZone .next-bl .u-inner .fl-this .L-text .next-t {
    text-align: center;
    line-height: 1.5;
    margin: 7vw 0;
  }
  .aboutZone .next-bl .u-inner .fl-this .L-text .list-t {
    width: 100%;
  }
  .aboutZone .next-bl .u-inner .fl-this .L-text .list-t li {
    align-items: flex-start;
    font-size: 2.4rem;
    line-height: 23px;
  }
  .aboutZone .next-bl .u-inner .fl-this .L-text .list-t li::before {
    background-image: url(../img/about/check-icons-sp.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-top: 1vw;
    margin-right: 2vw;
  }
  .aboutZone .next-bl .u-inner .fl-this .L-text .list-t li strong {
    font-size: 3rem;
  }
  .aboutZone .next-bl .u-inner .fl-this .L-text .list-t li p {
    margin-top: 2vw;
    font-size: 2.6rem;
    line-height: 1.8;
  }
  .aboutZone .next-bl .u-inner .fl-this .L-text .list-t li:nth-child(even) {
    padding: 3vw 0;
    margin: 5vw 0;
  }
  .aboutZone .next-bl .fist-fl {
    display: block;
    padding-bottom: 5vw;
  }
  .aboutZone .next-bl .fist-fl .yt iframe {
    width: 100%;
    height: 50vw;
  }
  .aboutZone .next-bl .fist-fl .r-t {
    margin-left: 0;
  }
  .aboutZone .next-bl .fist-fl .r-t .ttl-this {
    font-size: 3.4rem;
    margin: 5vw 0 2vw;
    text-align: center;
  }
  .aboutZone .next-bl .fist-fl .r-t .n-ttx {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 3vw;
  }
  .aboutZone .next-bl .fist-fl .r-t .ct {
    font-size: 2.6rem;
  }
  .aboutZone .next-bl .ttl {
    text-align: center;
    margin-bottom: 3vw;
  }
  .aboutZone .next-bl .ct-this {
    line-height: 5.46875vw;
    margin: 3vw 0 5vw 0;
    font-size: 2.6rem;
    line-height: 1.8;
    text-align: left;
  }
  .aboutZone .next-bl .R-img {
    position: static;
    width: 100%;
    padding-top: 5vw;
  }
  .serviceZone .bg-mes {
    padding: 0 5.46875vw 10vw 5.46875vw;
  }
  .serviceZone .bg-mes::after {
    display: none;
  }
  .serviceZone .bg-mes .fl-02 {
    display: flex;
    flex-direction: column-reverse;
    max-width: auto;
  }
  .serviceZone .bg-mes .fl-02 .R-3img {
    margin-top: 0vw;
  }
  .serviceZone .bg-mes .fl-02 .in {
    width: 100%;
    margin-top: 0vw;
    padding: 5vw 0 0 0;
  }
  .serviceZone .bg-mes .fl-02 .in .ttl {
    text-align: center;
    margin-bottom: 3vw;
  }
  .serviceZone .bg-mes .fl-02 .in .next-text {
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 3vw;
  }
  .serviceZone .bg-mes .fl-02 .in .contten {
    font-size: 2.6rem;
    line-height: 1.7;
    margin-bottom: 5vw;
  }
  .serviceZone .bg-mes .u-inner {
    margin-top: 5vw;
    padding: 0;
  }
  .serviceZone .bg-mes .u-inner .cap-ttl {
    font-size: 3rem;
    margin-bottom: 5vw;
    padding-bottom: 3vw;
  }
  .serviceZone .bg-mes .u-inner .f-t {
    font-size: 2.4rem;
    margin-bottom: 5vw;
  }
  .serviceZone .bg-mes .u-inner .lst {
    margin-top: 5vw;
    font-size: 2.4rem;
  }
  .serviceZone .bg-mes .u-inner .fl-qa {
    flex-direction: column;
  }
  .serviceZone .bg-mes .u-inner .fl-qa .r-qa {
    margin-left: 0;
  }
  .serviceZone .bg-mes .u-inner .fl-qa .r-qa li {
    padding: 3vw;
    margin-top: 5vw;
  }
  .serviceZone .bg-mes .u-inner .fl-qa .r-qa li .ans {
    font-size: 2.4rem;
  }
  .serviceZone .bg-mes .u-inner .fl-qa .r-qa li .que {
    margin-bottom: 2vw;
    font-size: 2.4rem;
  }
  .serviceZone .bg-mes .u-inner .fl-qa .r-qa li:nth-child(n+2) {
    margin-top: 3vw;
  }
  .serviceZone .bg-mes .u-inner .fl-qa .r-qa .mr {
    font-size: 2.6rem;
    margin: 2vw 0;
  }
  .serviceZone .bg-mes .u-inner .fl-qa .r-qa .fi {
    font-weight: bold;
    font-size: 2.8rem;
    margin-top: 5vw;
  }
  .serviceZone .bg-mes .u-inner .fl-qa .r-qa .lst-ct {
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .serviceZone .bg-mes .u-inner .box-t {
    padding: 5vw;
  }
  .serviceZone .bg-mes .u-inner .second {
    margin-top: 5vw;
  }
  .serviceZone .bg-mes .u-inner .second .w-b {
    margin-top: 5vw;
    padding: 5vw;
  }
  .serviceZone .bg-mes .u-inner .second .w-b p {
    line-height: 6.25vw;
    font-size: 2.4rem;
  }
  .companyZone .bg-voice {
    padding-bottom: 10vw;
    background-size: auto;
  }
  .companyZone .bg-voice::after {
    display: none;
  }
  .companyZone .bg-voice .ttl {
    padding-top: 5vw;
  }
  .companyZone .bg-voice .swiper {
    margin-top: 8vw;
  }
  .companyZone .bg-voice .swiper-wrapper {
    margin-left: 0;
  }
  .companyZone .bg-voice .swiper-slide {
    padding: 5vw 2vw;
    width: 70%;
  }
  .companyZone .bg-voice .swiper-slide .ct {
    font-size: 2.4rem;
    line-height: 1.7;
  }
  .companyZone .bg-voice .swiper-pagination {
    margin-top: 10vw;
  }
  .companyZone .bg-voice .swiper-pagination .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    margin-right: 2vw;
  }
  .companyZone .bg-voice .button-next {
    width: 10vw;
    height: 10vw;
    right: 5vw;
  }
  .companyZone .bg-voice .button-next::after {
    width: 2.5vw;
    height: 2.5vw;
  }
  .companyZone .bg-voice .button-prev {
    width: 10vw;
    height: 10vw;
    left: 5vw;
  }
  .companyZone .bg-voice .button-prev::after {
    width: 2.5vw;
    height: 2.5vw;
  }
  .inquiryZone .bg-price {
    background-size: auto 100%;
  }
  .inquiryZone .bg-price::after {
    display: none;
  }
  .inquiryZone .bg-price .u-inner {
    padding-bottom: 10vw;
  }
  .inquiryZone .bg-price .u-inner .ttl {
    margin-bottom: 5vw;
    padding-top: 10vw;
  }
  .inquiryZone .bg-price .u-inner .next-fl {
    display: block;
  }
  .inquiryZone .bg-price .u-inner .next-fl .in {
    width: auto;
    margin-bottom: 5vw;
  }
  .inquiryZone .bg-price .u-inner .next-fl .in .txt {
    font-size: 3rem;
    padding: 2vw 0;
  }
  .inquiryZone .bg-price .u-inner .next-fl .in .num {
    justify-content: center;
    font-size: 4rem;
    padding: 3vw 0;
  }
  .inquiryZone .bg-price .u-inner .next-fl .in .num .zazi {
    margin: 0 3vw;
  }
  .inquiryZone .bg-price .u-inner .tbl .cap {
    font-size: 3rem;
    padding-left: 3vw;
    margin-bottom: 5vw;
  }
  .inquiryZone .bg-price .u-inner .tbl .tk-member {
    font-size: 2.4rem;
  }
  .inquiryZone .bg-price .u-inner .tbl .fl-tbl {
    display: block;
  }
  .inquiryZone .bg-price .u-inner .tbl .fl-tbl table tr th,
.inquiryZone .bg-price .u-inner .tbl .fl-tbl table tr td {
    width: 50vw;
    font-size: 2rem;
  }
  .inquiryZone .bg-price .u-inner .tbl .fl-tbl .bot-space {
    margin-bottom: 5vw;
  }
  .inquiryZone .bg-price .u-inner .tbl:nth-child(n+2) {
    margin-top: 7vw;
  }
  .inquiryZone .bg-price .u-inner .tbl.colPlan .fl-tbl table {
    width: 100%;
  }
  .inquiryZone .bg .u-inner {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .inquiryZone .bg .u-inner .next-ttl {
    font-size: 2rem;
    margin: 3vw 0 5vw 0;
  }
  .inquiryZone .bg .but-bn {
    padding-top: 5vw;
  }
  .inquiryZone .swiper {
    display: none;
  }
  .campaignZone .bg-campaign::after {
    display: none;
  }
  .campaignZone .bg-campaign .u-inner {
    padding-top: 10vw;
    padding-bottom: 7vw;
  }
  .campaignZone .bg-campaign .u-inner .fl-ttl {
    display: block;
  }
  .campaignZone .bg-campaign .u-inner .fl-ttl .ttl {
    text-align: center;
  }
  .campaignZone .bg-campaign .u-inner .fl-ttl .note {
    font-size: 1.8rem;
    margin-left: 0;
    letter-spacing: -1px;
    margin-top: 3vw;
    line-height: 1.7;
  }
  .campaignZone .bg-campaign .u-inner .next-bn {
    margin: 0;
    padding: 4vw 9vw 4vw 9vw;
    margin: 3vw 0 5vw 0;
  }
  .campaignZone .bg-campaign .u-inner .ttl-02 {
    font-size: 2.5rem;
    margin-bottom: 3vw;
  }
  .storeZone .pageNav {
    margin-bottom: 5vw;
  }
  .storeZone .pageNav a {
    font-size: 3rem;
  }
  .storeZone .bg-text::after {
    display: none;
  }
  .storeZone .bg-text .u-inner {
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
  .storeZone .bg-text .u-inner h2.ttl {
    margin-bottom: 5vw;
  }
  .storeZone .bg-text .u-inner .list-store {
    display: block;
    margin-bottom: 8vw;
  }
  .storeZone .bg-text .u-inner .list-store li {
    width: auto;
    padding: 3vw;
    margin-bottom: 3vw;
  }
  .storeZone .bg-text .u-inner .list-store li .img {
    width: 50%;
  }
  .storeZone .bg-text .u-inner .list-store li .txt {
    width: 45%;
  }
  .storeZone .bg-text .u-inner .list-store li .txt .name {
    font-size: 2.4rem;
  }
  .storeZone .bg-text .u-inner .list-store li .txt span,
.storeZone .bg-text .u-inner .list-store li .txt .btn {
    font-size: 1.8rem;
  }
  .faqZone {
    padding-bottom: 3vw;
  }
  .faqZone .bg::after {
    display: none;
  }
  .faqZone .bg .u-inner {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }
  .faqZone .bg .u-inner h2.ttl {
    margin-bottom: 3vw;
  }
  .faqZone .bg .u-inner .next-ttl {
    font-size: 2.4rem;
    margin-bottom: 3vw;
    text-align: left;
    line-height: 1.8;
  }
  .faqZone .bg .u-inner .list-aq li .ques {
    font-size: 2.4rem;
    padding-right: 6vw;
  }
  .faqZone .bg .u-inner .list-aq li .ques::after {
    width: 2vw;
    height: 1.8vw;
    margin-right: -5vw;
    flex-shrink: 0;
  }
  .faqZone .bg .u-inner .list-aq li .ques::before {
    width: 5vw;
    height: 7vw;
    top: -5px;
    background-size: 100%;
  }
  .faqZone .bg .u-inner .list-aq li .ans {
    font-size: 2.4rem;
  }
  footer {
    padding-top: 8vw;
  }
  footer .size-with {
    max-width: auto;
  }
  footer .size-with .list-nav {
    margin-bottom: 5vw;
  }
  footer .size-with .list-nav ul {
    padding: 0 0;
  }
  footer .size-with .list-nav ul li {
    text-align: center;
    line-height: 1.4;
  }
  footer .size-with .list-nav ul li:nth-child(n+2) {
    padding: 0 2vw;
  }
  footer .size-with .list-nav ul li:nth-child(1) {
    padding: 0 5vw 0 0;
  }
  footer .size-with .list-logo-ph {
    padding: 0 5vw 8vw;
  }
  footer .arava-allsize .img {
    padding: 15vw 0;
    max-width: 85vw;
  }
  footer p.next-ara {
    margin: 10vw 0;
    font-size: 1.8rem;
  }
  footer .tab-nav {
    max-width: 78.125vw;
  }
  footer .tab-nav ul {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  footer .tab-nav ul li {
    margin-bottom: 3.5vw;
    font-size: 1.8rem;
  }
  footer .tab-nav ul li:nth-child(n+2) {
    padding: 0 2vw;
    border-left: 0px;
  }
  footer .last-cop {
    font-size: 1.4rem;
    padding: 5vw 0 30vw 0;
  }
  .pc {
    display: none !important;
  }
  .spWAuto {
    width: auto !important;
  }
  .spM0 {
    margin: 0 !important;
  }
  .spMA {
    margin: auto !important;
  }
  .spMTA {
    margin-top: auto !important;
  }
  .spMRA {
    margin-right: auto !important;
  }
  .spMBA {
    margin-bottom: auto !important;
  }
  .spMLA {
    margin-left: auto !important;
  }
  .spP0 {
    padding: 0 !important;
  }
  .spPA {
    padding: auto !important;
  }
  .spPTA {
    padding-top: auto !important;
  }
  .spPRA {
    padding-right: auto !important;
  }
  .spPBA {
    padding-bottom: auto !important;
  }
  .spPLA {
    padding-left: auto !important;
  }
  .spFz6 {
    font-size: 6px;
  }
  .spFz6R {
    font-size: 0.6rem;
  }
  .spFz7 {
    font-size: 7px;
  }
  .spFz7R {
    font-size: 0.7rem;
  }
  .spFz8 {
    font-size: 8px;
  }
  .spFz8R {
    font-size: 0.8rem;
  }
  .spFz9 {
    font-size: 9px;
  }
  .spFz9R {
    font-size: 0.9rem;
  }
  .spFz10 {
    font-size: 10px;
  }
  .spFz10R {
    font-size: 1rem;
  }
  .spFz11 {
    font-size: 11px;
  }
  .spFz11R {
    font-size: 1.1rem;
  }
  .spFz12 {
    font-size: 12px;
  }
  .spFz12R {
    font-size: 1.2rem;
  }
  .spFz13 {
    font-size: 13px;
  }
  .spFz13R {
    font-size: 1.3rem;
  }
  .spFz14 {
    font-size: 14px;
  }
  .spFz14R {
    font-size: 1.4rem;
  }
  .spFz15 {
    font-size: 15px;
  }
  .spFz15R {
    font-size: 1.5rem;
  }
  .spFz16 {
    font-size: 16px;
  }
  .spFz16R {
    font-size: 1.6rem;
  }
  .spFz17 {
    font-size: 17px;
  }
  .spFz17R {
    font-size: 1.7rem;
  }
  .spFz18 {
    font-size: 18px;
  }
  .spFz18R {
    font-size: 1.8rem;
  }
  .spFz19 {
    font-size: 19px;
  }
  .spFz19R {
    font-size: 1.9rem;
  }
  .spFz20 {
    font-size: 20px;
  }
  .spFz20R {
    font-size: 2rem;
  }
  .spFz21 {
    font-size: 21px;
  }
  .spFz21R {
    font-size: 2.1rem;
  }
  .spFz22 {
    font-size: 22px;
  }
  .spFz22R {
    font-size: 2.2rem;
  }
  .spFz23 {
    font-size: 23px;
  }
  .spFz23R {
    font-size: 2.3rem;
  }
  .spFz24 {
    font-size: 24px;
  }
  .spFz24R {
    font-size: 2.4rem;
  }
  .spFz25 {
    font-size: 25px;
  }
  .spFz25R {
    font-size: 2.5rem;
  }
  .spFz26 {
    font-size: 26px;
  }
  .spFz26R {
    font-size: 2.6rem;
  }
  .spFz27 {
    font-size: 27px;
  }
  .spFz27R {
    font-size: 2.7rem;
  }
  .spFz28 {
    font-size: 28px;
  }
  .spFz28R {
    font-size: 2.8rem;
  }
  .spFz29 {
    font-size: 29px;
  }
  .spFz29R {
    font-size: 2.9rem;
  }
  .spFz30 {
    font-size: 30px;
  }
  .spFz30R {
    font-size: 3rem;
  }
  .spFz31 {
    font-size: 31px;
  }
  .spFz31R {
    font-size: 3.1rem;
  }
  .spFz32 {
    font-size: 32px;
  }
  .spFz32R {
    font-size: 3.2rem;
  }
  .spFz33 {
    font-size: 33px;
  }
  .spFz33R {
    font-size: 3.3rem;
  }
  .spFz34 {
    font-size: 34px;
  }
  .spFz34R {
    font-size: 3.4rem;
  }
  .spFz35 {
    font-size: 35px;
  }
  .spFz35R {
    font-size: 3.5rem;
  }
  .spFz36 {
    font-size: 36px;
  }
  .spFz36R {
    font-size: 3.6rem;
  }
  .spFz37 {
    font-size: 37px;
  }
  .spFz37R {
    font-size: 3.7rem;
  }
  .spFz38 {
    font-size: 38px;
  }
  .spFz38R {
    font-size: 3.8rem;
  }
  .spFz39 {
    font-size: 39px;
  }
  .spFz39R {
    font-size: 3.9rem;
  }
  .spFz40 {
    font-size: 40px;
  }
  .spFz40R {
    font-size: 4rem;
  }
  .spFz41 {
    font-size: 41px;
  }
  .spFz41R {
    font-size: 4.1rem;
  }
  .spFz42 {
    font-size: 42px;
  }
  .spFz42R {
    font-size: 4.2rem;
  }
  .spFz43 {
    font-size: 43px;
  }
  .spFz43R {
    font-size: 4.3rem;
  }
  .spFz44 {
    font-size: 44px;
  }
  .spFz44R {
    font-size: 4.4rem;
  }
  .spFz45 {
    font-size: 45px;
  }
  .spFz45R {
    font-size: 4.5rem;
  }
  .spFz46 {
    font-size: 46px;
  }
  .spFz46R {
    font-size: 4.6rem;
  }
  .spFz47 {
    font-size: 47px;
  }
  .spFz47R {
    font-size: 4.7rem;
  }
  .spFz48 {
    font-size: 48px;
  }
  .spFz48R {
    font-size: 4.8rem;
  }
  .spFz49 {
    font-size: 49px;
  }
  .spFz49R {
    font-size: 4.9rem;
  }
  .spFz50 {
    font-size: 50px;
  }
  .spFz50R {
    font-size: 5rem;
  }
  .spFwB {
    font-weight: bold !important;
  }
  .spFwN {
    font-weight: normal !important;
  }
  .spLh8 {
    line-height: 0.8 !important;
  }
  .spLh9 {
    line-height: 0.9 !important;
  }
  .spLh10 {
    line-height: 1 !important;
  }
  .spLh11 {
    line-height: 1.1 !important;
  }
  .spLh12 {
    line-height: 1.2 !important;
  }
  .spLh13 {
    line-height: 1.3 !important;
  }
  .spLh14 {
    line-height: 1.4 !important;
  }
  .spLh15 {
    line-height: 1.5 !important;
  }
  .spLh16 {
    line-height: 1.6 !important;
  }
  .spLh17 {
    line-height: 1.7 !important;
  }
  .spLh18 {
    line-height: 1.8 !important;
  }
  .spLh19 {
    line-height: 1.9 !important;
  }
  .spLh20 {
    line-height: 2 !important;
  }
  .spLh21 {
    line-height: 2.1 !important;
  }
  .spLh22 {
    line-height: 2.2 !important;
  }
  .spLh23 {
    line-height: 2.3 !important;
  }
  .spLh24 {
    line-height: 2.4 !important;
  }
  .spLh25 {
    line-height: 2.5 !important;
  }
  .spLh26 {
    line-height: 2.6 !important;
  }
  .spLh27 {
    line-height: 2.7 !important;
  }
  .spLh28 {
    line-height: 2.8 !important;
  }
  .spLh29 {
    line-height: 2.9 !important;
  }
  .spLh30 {
    line-height: 3 !important;
  }
  .spDisI {
    display: inline !important;
  }
  .spDisB {
    display: block !important;
  }
  .spDisIB {
    display: inline-block !important;
  }
  .spDisT {
    display: table !important;
  }
  .spDisTC {
    display: table-cell !important;
  }
  .spDisN {
    display: none !important;
  }
  .spDisF {
    display: flex !important;
  }
  .spJcFS {
    justify-content: flex-start !important;
  }
  .spJcFE {
    justify-content: flex-end !important;
  }
  .spJcC {
    justify-content: center !important;
  }
  .spJcSB {
    justify-content: space-between !important;
  }
  .spJcSA {
    justify-content: space-around !important;
  }
  .spAiFS {
    align-items: flex-start;
  }
  .spAiFE {
    align-items: flex-end !important;
  }
  .spAiC {
    align-items: center !important;
  }
  .spAiS {
    align-items: stretch !important;
  }
  .spAiB {
    align-items: baseline !important;
  }
  .spTaL {
    text-align: left !important;
  }
  .spTaR {
    text-align: right !important;
  }
  .spTaC {
    text-align: center !important;
  }
  .spVaT {
    vertical-align: top !important;
  }
  .spVaM {
    vertical-align: middle !important;
  }
  .spVaB {
    vertical-align: bottom !important;
  }
  .spVaTB {
    vertical-align: text-bottom !important;
  }
  .spFltL {
    float: left !important;
  }
  .spFltR {
    float: right !important;
  }
  .spFltN {
    float: none !important;
  }
  .spPosS {
    position: static !important;
  }
  .spPosR {
    position: relative !important;
  }
  .spPosA {
    position: absolute !important;
  }
  .spPosF {
    position: fixed !important;
  }
}
.campaignZone .btnContact {
  display: none;
}

.conciergeZone {
  background-image: url("../img/voice/bg-voice.jpg");
  background-size: cover;
  text-align: center;
  padding: 80px 0;
}

.conciergeZone .sub {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0.2em 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
}

.conciergeZone h2 {
  color: #000;
  font-size: 4rem;
  margin: 0.5em 0 1em;
}

.conciergeZone h2 .txt {
  font-size: 3rem;
}

.conciergeZone .box {
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px;
  box-sizing: border-box;
  max-width: 900px;
  width: 95%;
  margin: 0 auto 25px auto;
}

.conciergeZone .box .img {
  margin-right: 30px;
}

.conciergeZone .box .txt {
  text-align: left;
  width: 100%;
}

.conciergeZone .box .txt .sub2 {
  color: #796121;
  border-bottom: 1px solid #796121;
  padding-bottom: 0.5em;
}

.conciergeZone .box .txt h3 {
  color: #000;
  font-size: 4.3rem;
  margin: 0.5em 0 0.2em;
}

.conciergeZone .box .txt h3 span {
  font-size: 3rem;
  display: block;
}

.conciergeZone .box .txt h3 em {
  margin-left: 0.5em;
  font-size: 2rem;
  display: inline-block;
}

.conciergeZone .box .txt p {
  color: #000;
  margin-bottom: 10px;
}

.conciergeZone .box .txt .comment {
  line-height: 1.8;
  margin-top: 1em;
  border-radius: 5px;
  font-size: 1.8rem;
  padding: 0.5em;
  background-color: #bea45b;
  color: #fff;
}

.conciergeZone .foottxt {
  color: #000;
}

@media screen and (max-width: 768px) {
  .conciergeZone {
    padding: 8vw 0;
  }
  .conciergeZone .sub {
    font-size: 14px;
  }
  .conciergeZone .sub2 {
    font-size: 14px;
  }
  .conciergeZone .foottxt {
    font-size: 3rem;
  }
  .conciergeZone h2 {
    font-size: 3.8rem;
  }
  .conciergeZone .box .txt p {
    font-size: 14px;
  }
  .conciergeZone .tIn {
    width: 65%;
  }
  .conciergeZone .box .txt h3 {
    line-height: 1.5;
  }
  .conciergeZone .box .txt h3 span {
    font-size: 2.4rem;
  }
  .conciergeZone .box .txt h3 em {
    display: block;
    margin: 0;
  }
  .conciergeZone .box .txt .comment {
    font-size: 2.4rem;
    margin-top: 3vw;
  }
  .conciergeZone .box .in {
    display: flex;
    justify-content: space-between;
  }
  .conciergeZone .box .in .img {
    width: 30%;
    margin-top: 15px;
    margin-right: 0;
  }
  .conciergeZone .box .in .txt {
    width: 65%;
    margin-top: 0;
  }
  .conciergeZone .box .in .txt h3 {
    line-height: 1.5;
  }
  .conciergeZone .box .in .txt h3 span {
    margin-bottom: 0.5em;
  }
}
.sBtn {
  margin-top: auto;
}

.hikakuTable {
  width: 100%;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .hikakuTable {
    font-size: 2rem;
  }
}
.hikakuTable th {
  font-weight: bold;
  width: 15%;
  padding: 1em;
}

.hikakuTable td {
  padding: 1em 0.8em;
}

.hikakuTable td.bd {
  border-left: 1px solid #ccc;
}

.hikakuTable td.sName {
  width: 42.5%;
  padding-top: 0;
}

.hikakuTable td.sName strong {
  font-weight: bold;
  text-align: center;
  display: block;
}

.hikakuTable tr {
  border-bottom: 1px solid #ccc;
}

.hikakuTable tr:nth-child(even) {
  background-color: #fff2cd;
}

.leadTxt2 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .leadTxt2 {
    padding: 1em 3em;
  }
}
.d_opday-page {
  text-align: center;
  font-size: 4rem;
  color: #fff;
  font-family: trajan-pro-3, serif;
}
@media screen and (max-width: 768px) {
  .d_opday-page {
    font-size: 2.6rem;
  }
}

.sm-font_d {
  font-size: 1.5rem !important;
}

.fl-infor .line .flex a span {
  display: block;
}
@media screen and (max-width: 768px) {
  .fl-infor .line .flex a span {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1em;
    text-align: center;
    border-radius: 50px;
    font-size: 2.4rem;
    font-weight: bold;
  }
}

/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map *//*# sourceMappingURL=style.css.map */</pre></body></html>