@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}

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

.mv {
  position: relative;
}

.mv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  left: 60%;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.mv__ttl {
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
}

.mv__ttl span {
  font-size: 15px;
}

.mv__lang ul {
  position: relative;
  top: 3px;
  list-style: none;
  color: #fff;
  font-size: 12px;
  padding-left: 0;
}

.mv__lang ul li {
  display: inline-block;
}

.mv__lang ul li a {
  color: inherit;
}

.mv__lang ul li:before {
  content: " | ";
  position: relative;
  top: -1px;
}

.mv__lang ul li:nth-of-type(1):before {
  content: "";
}

.mv__movie {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv__movie a {
  text-decoration: none;
}

.mv__movie:hover {
  opacity: 0.8;
}

.mv__movie img {
  width: 200px;
}

.mv__movie.simple {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv__movie.simple a {
  text-decoration: none;
}

.mv__movie.simple:hover {
  opacity: 0.8;
}

.mv__movie.simple img {
  width: 110px;
}

.mv__bottomBar {
  background: -webkit-gradient(linear, left top, right top, from(#51c2ec), to(#ea6697));
  background: linear-gradient(to right, #51c2ec, #ea6697);
}

.mv__bottomBar ul {
  margin-bottom: 0;
  text-align: center;
  list-style: none;
  padding-left: 0;
}

.mv__bottomBar ul li {
  margin: 5px 0;
  font-size: 13px;
  color: #fff;
  display: inline-block;
}

.mv__bottomBar ul li a {
  color: inherit;
  text-decoration: none;
}

.mv__bottomBar ul li a:hover {
  opacity: 0.8;
}

.mv__bottomBar ul li:before {
  content: "　|　";
  position: relative;
  top: -1px;
}

.mv__bottomBar ul li:nth-of-type(1):before {
  content: "";
}

.heading {
  background-image: url(../img/back.png);
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}

.heading__txt {
  font-family: "Noto Serif JP", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 32px;
  padding-top: 100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.heading__info {
  padding-top: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.heading__info .__left img {
  width: 173px;
}

.heading__info .__left .seibun {
  width: 252px;
}

.heading__info .__left .txt {
  font-size: 13px;
  margin: 10px 0;
}

.heading__info .__left .box {
  display: inline-block;
  background-color: #d6eefb;
  padding: 0.5rem;
  font-size: 12px;
}

.heading__info .__left .box .left,
.heading__info .__left .box .right {
  display: inline-block;
}

.heading__info .__left .box .left span {
  letter-spacing: -1px;
}

.heading__info .__right {
  position: relative;
  top: 55px;
  margin-left: 1rem;
}

.heading__info .__right .left {
  width: 126px;
}

.heading__info .__right .right {
  width: 118px;
  vertical-align: bottom;
  position: relative;
  bottom: 15px;
}

.special .vertical--area {
  position: relative;
}

.special .vertical--txt {
  font-family: "Noto Serif JP", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 32px;
  color: #c69c6d;
  position: absolute;
  top: 50px;
  left: -100px;
}

.special .sp01 {
  width: 370px;
  margin: 0 auto;
}

.special .sp02 {
  width: 420px;
  margin: 0 auto;
}

.special .sp03 {
  width: 320px;
  margin: 0 auto;
}

.special .sp04,
.special .sp05,
.special .sp06 {
  width: 390px;
  margin: 0 auto;
}

.special .row {
  margin-top: 80px;
}

.special .row:nth-of-type(2n + 1) {
  border-left: 1px solid #c69c6d;
}

.special .row:nth-of-type(2n) {
  border-right: 1px solid #c69c6d;
}

.special__ttl {
  font-size: 27px;
  font-weight: bold;
  font-family: "Noto Serif JP";
  margin-top: 70px;
  margin-bottom: 20px;
}

.special__txt {
  font-size: 14px;
  font-family: "Noto Sans JP";
  line-height: 25px;
  margin-bottom: 0;
}

.review {
  margin: 150px auto;
}

.review__ttl {
  text-align: center;
  color: #2ca6e0;
  font-size: 30px;
  font-family: "Noto Serif JP";
  margin-bottom: 15px;
}

.review__txt {
  font-family: "Noto Serif JP";
  font-size: 22px;
  color: #fff;
  position: relative;
  text-align: center;
  margin: 16px 0;
  padding: 5px 0;
}

.review__img {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 1px;
}

.cta__ttl {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #ed7fa6;
  padding: 0.5rem 0;
}

.cta__info {
  margin-top: 35px;
  margin-bottom: 100px;
  font-weight: bold;
  font-size: 20px;
}

.cta__info ul {
  list-style: none;
}

.cta__info span {
  font-weight: 500;
  padding: 0px 14px;
  color: #fff;
  background-color: #ed7fa6;
  font-size: 25px;
  border-radius: 130px;
  width: 150px;
  display: inline-block;
  text-align: center;
}

.cta__info strong {
  font-size: 34px;
}

.cta__info .address {
  font-size: 30px;
}

.cta__info small {
  font-weight: 500;
  font-size: 14px;
}

.cta__btn {
  color: #f7931e;
  text-align: center;
  border: 3.5px solid #f7931e;
  border-radius: 25px;
  padding: 0.25rem;
  margin-bottom: 100px;
}

.cta__btn h1 {
  font-size: 27px;
  font-weight: bold;
  display: inline;
  margin-top: 5px;
}

.cta__btn h1:before, .cta__btn h1:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background-size: cover;
  background-image: url(../img/cart_logo-min.png);
}

.cta__btn h1:before {
  left: 20%;
}

.cta__btn h1:after {
  right: 20%;
}

.cta__btn h1.simple {
  font-size: 27px;
  font-weight: bold;
  display: inline;
  margin-top: 5px;
}

.cta__btn h1.simple:before, .cta__btn h1.simple:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background-size: cover;
  background-image: url(../img/cart_logo-min.png);
}

.cta__btn h1.simple:before {
  left: 30%;
}

.cta__btn h1.simple:after {
  right: 30%;
}

.cta__btn h1.en {
  font-size: 27px;
  font-weight: bold;
  display: inline;
  margin-top: 5px;
}

.cta__btn h1.en:before, .cta__btn h1.en:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background-size: cover;
  background-image: url(../img/cart_logo-min.png);
}

.cta__btn h1.en:before {
  left: 35%;
}

.cta__btn h1.en:after {
  right: 35%;
}

.cta__btn a {
  position: relative;
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
}

.cta__btn a:hover {
  opacity: 0.8;
}

.footerArea {
  font-family: "Noto Serif JP";
}

.footerArea .container {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
}

.footerArea .__left {
  margin-right: 2rem;
}

.footerArea .__left img {
  width: 200px;
  height: 100px;
}

.footerArea .__left p {
  font-size: 15px;
  text-align: center;
  margin: 0;
  margin-bottom: 0.25rem;
}

.footerArea .__right {
  margin-left: 2rem;
  position: relative;
  top: 27px;
}

.footerArea .__right p {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.footerArea .__right small {
  font-size: 15px;
  font-weight: 500;
}

.footer {
  margin-top: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#51c2ec), to(#ea6697));
  background: linear-gradient(to right, #51c2ec, #ea6697);
}

.footer__wrap {
  padding-top: 30px;
  padding-bottom: 15px;
  color: #fff;
  text-align: center;
}

.footer__wrap h1 {
  font-size: 19px;
  margin-bottom: 10px;
}

.footer__wrap h2 {
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: normal;
}

.footer__wrap h3 {
  font-size: 13px;
  margin-bottom: 50px;
  font-weight: normal;
}

.footer__wrap p {
  font-size: 12px;
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  .mv__movie {
    bottom: 40px;
  }
  .mv__movie img {
    width: 200px;
  }
  .mv__movie.simple {
    bottom: 40px;
  }
  .mv__movie.simple img {
    width: 200px;
  }
  .cta__btn h1:before {
    left: 15%;
  }
  .cta__btn h1:after {
    right: 15%;
  }
}

@media (max-width: 800px) {
  .mv__movie {
    bottom: 35px;
  }
  .mv__movie img {
    width: 160px;
  }
  .mv__movie.simple {
    bottom: 35px;
  }
  .mv__movie.simple img {
    width: 160px;
  }
  .review__img {
    height: 45px;
  }
  .cta__info li {
    margin: 30px 0;
  }
  .cta__btn h1:before {
    left: 5%;
    width: 33px;
  }
  .cta__btn h1:after {
    right: 5%;
  }
  .cta__btn h1.simple:before {
    left: 20%;
  }
  .cta__btn h1.simple:after {
    right: 20%;
  }
  .cta__btn h1.en:before {
    left: 30%;
  }
  .cta__btn h1.en:after {
    right: 30%;
  }
}

@media (max-width: 560px) {
  .mv__bottomBar ul {
    margin: 0;
    padding: 0;
  }
  .mv__bottomBar ul li {
    display: block;
  }
  .mv__bottomBar ul li:before {
    content: "";
  }
  .mv__bottomBar ul li:nth-of-type(1) {
    margin-top: 0;
    padding-top: 10px;
  }
  .mv__bottomBar ul li:nth-of-type(2) {
    margin-top: 10px;
  }
  .mv__bottomBar ul li:nth-of-type(3) {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .mv__wrap {
    left: 50%;
  }
  .mv__movie {
    bottom: 115px;
    left: 20%;
  }
  .mv__movie img {
    width: 120px;
  }
  .mv__movie.simple {
    bottom: 115px;
  }
  .mv__movie p {
    color: #fff;
    font-size: 10px;
  }
  .mv__ttl {
    text-align: right;
    font-size: 11px;
  }
  .mv__ttl span {
    font-size: 12px;
  }
  .heading {
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }
  .heading__info {
    display: block;
  }
  .heading__info .__left {
    text-align: center;
  }
  .heading__info .__left .txt {
    text-align: left;
    display: inline-block;
  }
  .heading__info .__left .box {
    text-align: left;
  }
  .heading__info .__right {
    text-align: center;
    margin-left: 0;
    top: 10px;
  }
  .heading__info .__right .left {
    width: 90px;
  }
  .obj_fit {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .special .row {
    margin-top: 50px;
  }
  .special .vertical--txt {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    position: relative;
    top: 27px;
    left: auto;
    right: auto;
    font-size: 24px;
    margin-top: 10px;
  }
  .special__ttl {
    margin-top: 0px;
    font-size: 22px;
  }
  .review {
    margin: 70px 0;
  }
  .review__ttl {
    font-size: 22px;
  }
  .review__txt {
    font-size: 14px;
  }
  .review__img {
    height: 35px;
  }
  .cta__ttl {
    font-size: 20px;
  }
  .cta__info {
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
  }
  .cta__info strong {
    font-size: 19px;
  }
  .cta__info span {
    font-size: 18px;
  }
  .cta__info small {
    font-size: 10px;
  }
  .cta__info ul {
    margin: 0;
    padding: 0;
  }
  .cta__info ul li {
    margin-top: 20px;
  }
  .cta__btn {
    margin-bottom: 30px;
    text-align: center;
  }
  .cta__btn h1 {
    font-size: 16px;
    position: static;
  }
  .cta__btn h1:after {
    display: none;
  }
  .cta__btn h1.simple {
    font-size: 16px;
    position: static;
  }
  .cta__btn h1.simple:before {
    left: 15%;
  }
  .cta__btn h1.simple:after {
    display: none;
  }
  .cta__btn h1.en {
    font-size: 16px;
    position: static;
  }
  .cta__btn h1.en:before {
    left: 10%;
  }
  .cta__btn h1.en:after {
    display: none;
  }
  .footerArea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footerArea .__left {
    margin-right: 0;
  }
  .footerArea .__left p {
    font-size: 8px;
  }
  .footerArea .__left img {
    width: 77px;
    height: 42px;
  }
  .footerArea .__right {
    top: 4px;
  }
  .footerArea .__right p {
    font-size: 12px;
  }
  .footerArea .__right small {
    font-size: 10px;
  }
  .footer__wrap h1 {
    font-size: 16px;
  }
  .footer__wrap h2,
  .footer__wrap h3 {
    font-size: 12px;
  }
}

.h_2 {
  font-size: 8px;
}
/*# sourceMappingURL=style.css.map */