@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
body a {
  text-decoration: none;
  color: #333;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    width: 100%;
  }
}

#page-top a {
  z-index: 100;
}

.akujo-red {
  color: #CD1F28;
}

.azato-gray {
  color: #888888;
}

.bg_white {
  background-color: #fff;
}

.f-gothic-r {
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif !important;
}

.f-gothic-m {
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif !important;
}

.f-mincho-m {
  font-family: "Yu Mincho Demibold", "YuMincho Demibold", "Yu Mincho Regular", "Yu Mincho", "YuMincho Medium", "Yu Mincho", "YuMincho", sans-serif !important;
}

.ff-meiryo {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}

.fw-bold {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

#main_contents {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#main_contents .pc {
  display: block;
}

@media screen and (max-width: 767px) {
  #main_contents .pc {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #main_contents .pc {
    display: none !important;
  }
}

#main_contents .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #main_contents .sp {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #main_contents .sp {
    display: none;
  }
}

#main_contents .ipad {
  display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #main_contents .ipad {
    display: block !important;
  }
}

#main_contents .top {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #main_contents .top .swiper-container {
    width: 1080px;
  }
}

@media screen and (max-width: 767px) {
  #main_contents .top .swiper-container {
    height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  #main_contents .top .swiper-container .swiper-wrapper {
    height: 50vh;
  }
}

#main_contents .top .swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
}

#main_contents .top .bg-slider__title {
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

#main_contents .top .title_area {
  z-index: 99;
  position: absolute;
  color: #fff;
  text-align: left;
  display: inline-block;
  width: 480px;
  left: 7%;
  top: 27%;
}

@media screen and (max-width: 767px) {
  #main_contents .top .title_area {
    width: 91%;
    left: 7%;
    top: 44%;
  }
}

@media screen and (max-width: 320px) {
  #main_contents .top .title_area {
    width: 91%;
    left: 7%;
    top: 43%;
  }
}

#main_contents .top .title_area h1.title {
  display: inline-block;
  color: red;
  margin: 0;
  font-size: 50px;
  letter-spacing: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #main_contents .top .title_area h1.title {
    font-size: 25px;
  }
}

#main_contents .top .title_area .text {
  font-size: 20px;
  letter-spacing: 4.5px;
  line-height: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal !important;
}

@media screen and (max-width: 767px) {
  #main_contents .top .title_area .text {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 320px) {
  #main_contents .top .title_area .text {
    font-size: 13px;
    letter-spacing: 1.5px;
  }
}

#main_contents .content {
  z-index: 1;
  position: relative;
  padding: 30px 0 0;
  background-color: white;
  width: 1280px;
  height: auto;
  margin: -139px auto 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main_contents .content:before {
  content: "";
  background-image: url(../img/arrow_main.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  height: 60px;
  width: 19px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #main_contents .content:before {
    top: -41px;
    height: 41px;
    width: 13px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #main_contents .content {
    width: 1080px;
  }
}

@media screen and (max-width: 767px) {
  #main_contents .content {
    padding: 20px 15px 0;
    width: 100%;
    margin: auto;
  }
}

#main_contents .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  #main_contents .content .row {
    margin: 0;
  }
}

#main_contents .content .row .navi {
  display: block;
  width: 333px;
  border: 1px solid #ccc;
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  #main_contents .content .row .navi {
    width: 90%;
    border: 1px solid #ccc;
    margin: 0 0 7px;
    text-align: center;
  }
}

#main_contents .content .row .navi .arr_b {
  padding: 10px 10px;
  position: relative;
  display: block;
}

#main_contents .content .row .navi .arr_b:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #CD1F28;
  border-right: solid 1px #CD1F28;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#main_contents .content .row .navi .arr_b:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#main_contents .content .row .navi .arr_b:hover:after {
  top: 60%;
}

#main_contents .content .sub_title {
  font-size: 40px;
  margin: 25px 0 0 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #main_contents .content .sub_title {
    font-size: 26px;
  }
}

#main_contents .section {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  #main_contents .section {
    padding: 30px 15px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #main_contents .section {
    width: 1080px;
  }
}

#main_contents .section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main_contents .section .subtitle {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 5px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #main_contents .section .subtitle {
    font-size: 36px;
  }
}

#main_contents .section .sub_text {
  font-size: 13px;
  margin: 0 0 50px 0;
}

#main_contents .section .text {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
  #main_contents .section .text {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 15px 0;
    font-weight: normal;
  }
}

@media screen and (max-width: 320px) {
  #main_contents .section .text {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 30px 0;
    font-weight: normal;
  }
}

#main_contents .section .text.mb_80px {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #main_contents .section .text.mb_80px {
    margin-bottom: 40px;
  }
}

#main_contents .section .youtube {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #main_contents .section .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0.5em 0 1em;
  }
}

#main_contents .section .youtube iframe {
  border: none;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #main_contents .section .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

#main_contents .section.service .service__box {
  text-align: center;
  width: 1080px !important;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #main_contents .section.service .service__box {
    width: 100% !important;
  }
}

#main_contents .section.service .service__left {
  display: block;
  width: 163px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #main_contents .section.service .service__left {
    margin: 0 0 10px 0;
  }
}

#main_contents .section.service .service__right {
  display: block;
  width: 77%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  #main_contents .section.service .service__right {
    width: 100%;
    padding-left: 0;
    padding: 0 19px;
  }
}

#main_contents .section.service .service__title {
  font-size: 40px;
  text-align: left;
  font-weight: bolder;
}

@media screen and (max-width: 767px) {
  #main_contents .section.service .service__title {
    font-size: 22px;
    text-align: center;
    margin: 0 0 10px 0;
  }
}

#main_contents .section.coupon .coupon__title {
  font-size: 36px;
  text-align: center;
  font-weight: bolder;
}

@media screen and (max-width: 767px) {
  #main_contents .section.coupon .coupon__title {
    font-size: 27px;
    text-align: center;
    margin: 0 0 10px 0;
  }
}

#main_contents .section.service .service__text {
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #main_contents .section.service .service__text {
    text-align: justify;
  }
}

#main_contents .section.coupon .coupon__text1 {
  font-size: 18px;
  text-align: center;
}
#main_contents .section.coupon .coupon__text2 {
  font-size: 20px;
  text-align: center;
}
#main_contents .section.coupon .coupon__text3 {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main_contents .section.coupon .coupon__text {
    text-align: center;
  }
}

#main_contents .section.service .row {
  margin: 0 0 100px 0;
  padding: 0 0 0 150px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #main_contents .section.service .row {
    margin: 0 auto 30px;
    padding: 0;
  }
}

#main_contents .section.character .character__person {
  width: 1180px;
  margin: 0 auto 60px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #main_contents .section.character .character__person {
    width: 1080px;
  }
}

@media screen and (max-width: 767px) {
  #main_contents .section.character .character__person {
    width: 100%;
    margin: 0 auto 40px;
  }
}

#main_contents .section.character .character__right {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7%;
}

@media screen and (max-width: 767px) {
  #main_contents .section.character .character__right {
    width: 95%;
    padding: 0px;
  }
}

#main_contents .section.character .character__left {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #main_contents .section.character .character__left {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  #main_contents .section.character .character__left {
    width: 90%;
    padding: 0px;
  }
}

#main_contents .section.character .character__name {
  font-size: 26px;
  text-align: left;
  padding: 60px 0 0 0;
}

@media screen and (max-width: 767px) {
  #main_contents .section.character .character__name {
    font-size: 20px;
  }
}

#main_contents .section.character .character__text {
  padding: 30px 0 0 0;
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  font-weight: normal;
}

#main_contents .section.character .img {
  position: relative;
}

#main_contents .section.character .img:after {
  content: "";
  background-image: url(../img/img_bg.jpg);
  position: absolute;
  top: 75px;
  left: 75px;
  height: 530px;
  width: 530px;
  z-index: -1;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #main_contents .section.character .img:after {
    height: 450px;
    width: 450px;
    top: 60px;
    left: 60px;
  }
}

@media screen and (max-width: 767px) {
  #main_contents .section.character .img:after {
    top: 9%;
    left: 8%;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
}

#main_contents .section .btn {
  text-align: center;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  #main_contents .section .btn {
    padding: 0;
    margin: 10px auto 7px;
    width: 93%;
  }
}

#main_contents .section .btn.service {
  text-align: left !important;
  margin-top: 20px;
  padding: 0px;
}

@media screen and (max-width: 767px) {
  #main_contents .section .btn.service {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #main_contents .section .btn.service__inner {
    width: 100%;
    margin: 15px 0 0 0;
  }
}

#main_contents .section .btn__inner {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid #333;
  width: 333px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #main_contents .section .btn__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: block;
  }
}

#main_contents .section .btn__inner.black {
  color: #fff;
  background-color: #333333;
}

#main_contents .section .btn__inner:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#main_contents .section .btn__inner.arr_r:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #CD1F28;
  border-right: solid 1px #CD1F28;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#main_contents .section .btn__inner.arr_r:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#main_contents .section .btn__inner.arr_r:hover:after {
  right: 5%;
}

#main_contents .section.line {
  background-color: #F6F6F6;
}

#main_contents .section.line .line__inner {
  width: 1180px;
  margin: 0 auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #main_contents .section.line .line__inner {
    width: 1080px;
  }
}

@media screen and (max-width: 767px) {
  #main_contents .section.line .line__inner {
    width: 100%;
  }
}

#main_contents .section.line .line__title {
  font-size: 40px;
  letter-spacing: 6.4px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #main_contents .section.line .line__title {
    font-size: 21px;
    letter-spacing: 3.2px;
    margin: 15px 0 0 0;
  }
}

#main_contents .section.line .line__text1 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2.6px;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  #main_contents .section.line .line__text1 {
    font-size: 18px;
  }
}

#main_contents .section.line .line__text2 {
  font-size: 16px;
  letter-spacing: 1.6px;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  #main_contents .section.line .line__text2 {
    text-align: justify;
  }
}

#main_contents .section.line .img_line {
  margin: 0 auto;
  width: 89px;
}

#main_contents .section.line .qr {
  padding: 50px 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #main_contents .section.line .qr {
    padding: 20px 20px;
  }
}

#main_contents .section.line .qr__stamp {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 830px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #main_contents .section.line .qr__stamp {
    width: 100%;
  }
}

#main_contents .section.line .qr__stamp img {
  width: 25%;
}

@media screen and (max-width: 767px) {
  #main_contents .section.line .qr__stamp img {
    width: 50%;
    height: initial;
  }
}

#main_contents .section.line .qr__box {
  margin: 50px 0 40px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#main_contents .section.line .qr__code {
  width: 108px;
  border: 1px solid #ccc;
}

#main_contents .section.line .qr__text {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 0 30px;
  display: inline-block;
}

#main_contents .section.line .qr__text2 {
  letter-spacing: 3.2px;
  font-size: 16px;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
  #main_contents .section.line .qr__text2 {
    letter-spacing: 2.0px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #main_contents #sp_footer {
    margin-top: -60px;
  }
}

#main_contents .order-md-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 767px) {
  #main_contents .order-md-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#main_contents .order-md-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 767px) {
  #main_contents .order-md-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* フッター位置調整 */
@media screen and (max-width: 767px) {
  #sp_footer {
    margin-top: -60px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .footer__box .footer__contents {
    width: 100%;
    padding: 50px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #footer-sp ul {
    width: 100%;
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 767px) {
  #footer-sp ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  #footer-sp .footer__box .footer__contents-brand ul li, #footer-sp .footer__box .footer__contents-bottom .footer__contents-company ul li {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .footer__box .footer__contents-bottom .footer__contents-sns ul {
    margin-top: 15px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media screen and (max-width: 767px) {
  .footer__box .footer__contents-bottom .footer__contents-sns ul li {
    width: 25px !important;
    height: 25px !important;
    margin: 0 10px !important;
  }
}

#footer-sp .f-sns05 img {
  height: 25px;
}

.coupon__code copy .coupon__code {
  margin: 0 auto 20px;
  background-color: #000;
  text-align: center;
  padding: 10px 0;
  width: 280px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: none;
  display: block;
}
.coupon__code {
  text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .coupon__code copy .coupon__code {
    display: none;
  }
}

.coupon__code copy .coupon__code.ie {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .coupon__code copy .coupon__code.ie {
    display: block;
  }
}

.coupon__code copy .coupon__code p {
  font-weight: bold;
}

.coupon__code copy .coupon__code_ie {
  margin: 0 auto 20px;
  background-color: #000;
  padding: 15px 0 10px;
  width: 280px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: none;
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .coupon__code copy .coupon__code_ie {
    display: block;
  }
}

.coupon__code copy .coupon__code_ie.ie {
  display: none;
}

.coupon__code copy .coupon__code_ie p {
  font-weight: bold;
}

.coupon__note {
  color: #000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 2;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .coupon__note {
    display: none;
  }
}

.coupon__note.ie {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .coupon__note.ie {
    display: block;
  }
}
  .coupon__code {
    margin: 0 auto 20px;
    background-color: #000;
    padding: 5px 0;
    width: 65%;
    font-size: 18px;
    color: #fff;
    border: none;
    display: block;
  }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .coupon__code {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .coupon__code.ie {
    display: block;
  }
  .coupon__code p {
    font-weight: bold;
  }
  .coupon__note {
    color: #000;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .coupon__note {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .coupon__note.ie {
    display: block;
  }

/*# sourceMappingURL=style.css.map */