/*▽▽▽初期設定▽▽▽*/
body {
  width: 100%;
  color: #000;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", Meiryo, メイリオ, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
}
html {
  scroll-behavior: smooth;
}
img {
  vertical-align: bottom;
  width: 100%;
  line-height: 1.0em;
}
#wrapper {
  max-width: 720px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.relative {
  position: relative;
}
.ft_fixed {
  position: fixed;
  z-index: 9999;
  width: 720px;
  bottom: 0;
  margin: 0 auto;
  max-width: 100%;
}
/*▽▽▽cta▽▽▽*/
.reserve_btn {
  position: absolute;
  animation: pulse 2s infinite;
  margin: 2%;
  bottom: 1.5%;
}
/*▽▽▽urlcopy▽▽▽*/
.campaign button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.url_btn {
  position: absolute;
  left: 50%;
  bottom: -1%;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
.url_btn :hover {
  opacity: 0.8;
}
.clipboard-success {
  display: none;
  margin: 0 0 0 8px;
  font-size: 24px;
  position: absolute;
  left: 48%;
  bottom: 12%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px 40px;
  color: #000000;
  filter: drop-shadow(10px 10px 10px rgba(71, 121, 163, 0.4));
}
.clipboard-success:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
/*▽▽▽ba_area▽▽▽*/
.ba_area {
  background: url("../img/13_bg.jpg")repeat top center/cover;
  padding: 0 5% 60px 1%;
}
.compare {
  margin-top: 45px;
}
.compare1 {
  margin-left: 4%;
  border-radius: 50px 50px 0 0;
}
.ba_text {
  margin-top: -10px;
  background-color: #fff;
  border-radius: 0 0 50px 50px;
  font-size: 25px;
  padding: 20px;
  text-align: center;
  margin-left: 4%;
  margin-bottom: 55px;
  box-shadow: 0 10px 25px 0 rgba(163, 180, 193, 0.5);
}
/*▽▽▽faq_area▽▽▽*/
.faq_area {
  background: url("../img/16_faq_bg.jpg")repeat top center/cover;
  padding: 80px 0;
}
.faq_area .ttl {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}
.accordion-title {
  padding: 30px 25px 30px 25px;
  line-height: 1.5;
  background-color: #4187af;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  color: #fff;
  font-size: 26px;
  margin: 30px 40px 0 40px;
  border-right: solid 40px #77a8c4;
}
.accordion-title:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: -4%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
.accordion-title.open:after {
  transform: rotate(-45deg);
  right: -4%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
.accordion-text {
  display: none;
  padding: 2rem 2rem 2rem 2rem;
  margin-left: 40px;
  margin-right: 40px;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  color: #4187af;
  font-size: 24px;
  line-height: 1.5;
}
.creditCard {
  margin-top: 10px;
  width: 450px;
}
/*▽▽▽other▽▽▽*/
.caution {
  margin-top: 40px;
  padding: 0 2%;
  line-height: 1.5;
  font-size: 18px;
}
/* ▼スクロールアニメーション▼ */
.scrl.delighter {
  transition: all 1s;
  transform: translateY(15%);
  opacity: 0;
}
.scrl.delighter.started {
  transform: none;
  opacity: 1;
}
.scrl-right.delighter {
  transition: all 1s;
  transform: translateX(15%);
  opacity: 0;
}
.scrl-right.delighter.started {
  transform: none;
  opacity: 1;
}
.scrl-right_cutin.delighter {
  transition: all 0.6s;
  transform: translateX(40%)translateY(-25%);
  opacity: 0;
}
.scrl-right_cutin.delighter.started {
  transform: translate3d(0px, 10px, -7px);
  opacity: 1;
}
/* ▲スクロールアニメーション▲ */
.layers-child {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 29%;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.coment_movie {
  position: absolute;
  width: 90%;
  bottom: 10%;
  left: 5%;
  right: 5%;
}
.heading {
  padding: 0 5%;
  margin-bottom: 10px;
}
.open {
  display: block;
}
footer {
  width: 100%;
  text-align: right;
  padding: 70px 0px 250px 0px;
}
footer ul {
  width: 580px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding-right: 50px;
}
.footer-items {
  color: #000;
  font-size: 20px;
  padding-left: 50px;
}
/* ▲スライダー・ショップエリア▲*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
_:-ms-lang(x)::-ms-backdrop, .d-demo {
  display: -ms-grid;
  overflow: hidden;
}
.shop_area {
  margin-top: 70px;
}
#shop_list {
  margin-bottom: 50px;
  width: 700px;
  display: flex;
  padding: 0 20px;
}
#shop_list li {
  border-right: solid 2px #a48e5975;
  font-size: 14px;
  line-height: 1;
  color: #000;
  position: relative;
  padding: 0 30px 0 10px;
  width: calc(100% / 3);
}
.list1 {
  padding: 0 40px 0 45px;
}
.arrowDown::after {
  top: 20%;
  right: 5%;
  content: "";
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
#shop_list li:last-child {
  border-right: none;
}
#shop_list a {
  color: black;
  font-size: 25px;
}
/*▽▽▽1218 slider追加▽▽▽*/
.loopSlider {
  margin-top: -210px;
  height: 190px;
  overflow: hidden;
  position: relative;
}
.loopSlider .loopslider_wrap {
  height: 190px;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.loopSlider .loopslider_wrap ul {
  display: -webkit-flex;
  display: flex;
}
.loopSlider .loopslider_wrap ul li {
  width: 180px;
}
/*.area {
  display: none; 
  opacity: 0; 
  background: #fff;
  padding: 50px 20px;
}*/
.area {
  background: #fff;
  padding: 50px 20px;
}
/*areaにis-activeというクラスがついた時の形状*/
/*.area.is-active {
  display: block; 
  animation-name: displayAnime; 
  animation-duration: 2s;
  animation-fill-mode: forwards;
}*/
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.flex img {
  width: 50%;
  height: 200px;
}
.flex {
  display: flex;
  margin: 45px 0 45px 0;
}
.arianame {
  background-image: url(../img/area_12.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.arianame {
  color: #fff;
  font-size: 32px;
  padding: 20px 0 20px 0;
  text-align: center;
}
.text {
  margin-top: 10px;
  margin-left: 25px;
  width: 50%;
}
.shopname {
  font-size: 28px;
  border-bottom: solid 1px #000;
  padding: 0 0 30px 0;
}
.access {
  font-size: 23px;
  padding-top: 25px;
  line-height: 1.5;
}