@charset "UTF-8";
/************
設定
************/
.opn-btn {
  display: none;
}

.hdr {
  transition: all 0.3s linear;
}
.hdr.active {
  transform: translateY(-100%);
}

.hdr_btn {
  display: none;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: 52px;
}
@media only screen and (min-width: 767px) {
  html {
    /* tablet-size */
    scroll-padding-top: 0;
  }
}
@media only screen and (min-width: 1160px) {
  html {
    /* middle-size */
    scroll-padding-top: 0;
  }
}

body {
  padding-bottom: 20px;
}
@media only screen and (min-width: 767px) {
  body {
    /* tablet-size */
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1160px) {
  body {
    /* middle-size */
    padding-top: 0;
    padding-bottom: 140px;
  }
}

/************
レイアウト
************/
@media only screen and (min-width: 1160px) {
  .l-page {
    margin-left: calc((100% - 1160px) / 2);
    margin-right: calc((100% - 1160px) / 2);
  }
}

@media only screen and (min-width: 1366px) {
  .l-full {
    margin-left: calc((100% - 1366px) / 2);
    margin-right: calc((100% - 1366px) / 2);
  }
}

/************
フォント
************/
/************
Utility
************/
.u-sp {
  display: block;
}
@media only screen and (min-width: 767px) {
  .u-sp {
    display: none;
  }
}

.u-tb {
  display: none;
}
@media only screen and (min-width: 767px) {
  .u-tb {
    display: block;
  }
}
@media only screen and (min-width: 1160px) {
  .u-tb {
    display: none;
  }
}

.u-pc {
  display: none;
}
@media only screen and (min-width: 1160px) {
  .u-pc {
    display: block;
  }
}

@media only screen and (min-width: 767px) {
  .iframe__outline {
    /* tablet-size */
    position: relative;
    width: 100%;
    padding: 56.2719812427% 0 0;
  }
}
.iframe__outline iframe, .iframe__outline video {
  margin: auto;
}
@media only screen and (min-width: 767px) {
  .iframe__outline iframe, .iframe__outline video {
    /* tablet-size */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__wrap {
  background: #bda88b;
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 40vh;
  padding: 10px;
}
@media only screen and (min-width: 1160px) {
  .modal__wrap {
    /* middle-size */
    width: 50%;
    height: 50vh;
  }
}
.modal__close {
  font-size: 30px;
  font-size: 2.1428571429rem;
  position: absolute;
  right: 0;
  top: -30px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (min-width: 767px) {
  .modal__close {
    /* tablet-size */
    font-size: 40px;
    font-size: 2.8571428571rem;
    top: -40px;
  }
}
@media only screen and (min-width: 1160px) {
  .modal__close {
    /* middle-size */
    font-size: 50px;
    font-size: 3.5714285714rem;
    top: -50px;
  }
}
.modal__content {
  font-size: 16px;
  font-size: 1.1428571429rem;
  overflow: auto;
  height: 100%;
  color: #000;
  line-height: 1.5;
  display: block;
}
@media only screen and (min-width: 767px) {
  .modal__content {
    /* tablet-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
    width: 100%;
    padding: 10px;
  }
}
.modal__content img {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .modal__content img {
    /* tablet-size */
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1160px) {
  .modal__content img {
    /* middle-size */
    width: 550px;
  }
}
.modal__content p {
  font-size: 16px;
  font-size: 1.1428571429rem;
}
@media only screen and (min-width: 767px) {
  .modal__content p {
    /* tablet-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.modal__accordion {
  display: none;
}
.modal__accordion.active {
  display: inline !important;
}
.modal__accordion__more {
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  transition: all 0.3s linear;
}
.modal__accordion__more:hover {
  color: #c67a18;
}

/************
アニメーション
************/
@keyframes fadein {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/************
component
************/
.c-ttl, .c-ttl_bl, .c-ttl_wh {
  font-size: 25px;
  font-size: 1.7857142857rem;
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 700;
  text-align: center;
  font-weight: 400;
  width: 100%;
  margin-top: 15px;
}
@media only screen and (min-width: 767px) {
  .c-ttl, .c-ttl_bl, .c-ttl_wh {
    /* tablet-size */
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
}
@media only screen and (min-width: 1160px) {
  .c-ttl, .c-ttl_bl, .c-ttl_wh {
    font-size: 50px;
    font-size: 3.5714285714rem;
    line-height: 1.2;
  }
}
.c-ttl::before, .c-ttl_bl::before, .c-ttl_wh::before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
  width: 77px;
  height: 33px;
}
@media only screen and (min-width: 767px) {
  .c-ttl::before, .c-ttl_bl::before, .c-ttl_wh::before {
    /* tablet-size */
    width: 115px;
    height: 48px;
  }
}
@media only screen and (min-width: 1160px) {
  .c-ttl::before, .c-ttl_bl::before, .c-ttl_wh::before {
    width: 155px;
    height: 66px;
    margin-top: 20px;
  }
}
.c-ttl_wh {
  color: #ECDCC9;
}
.c-ttl_wh::before {
  background-image: url(../image/lp/com_ico01-wh.png);
}
.c-ttl_bl {
  color: #4d350b;
}
.c-ttl_bl::before {
  background-image: url(../image/lp/com_ico01-bl.png);
}
@media only screen and (min-width: 767px) {
  .c-ttl span, .c-ttl_wh span, .c-ttl_bl span {
    /* tablet-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
@media only screen and (min-width: 1160px) {
  .c-ttl span, .c-ttl_wh span, .c-ttl_bl span {
    /* middle-size */
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
}

.c-ttl02, .c-ttl02-go, .c-ttl02-wh {
  width: 100%;
}
.c-ttl02 span, .c-ttl02-go span, .c-ttl02-wh span {
  font-family: "Kaisei HarunoUmi", serif;
  display: block;
}
.c-ttl02 span:nth-of-type(1), .c-ttl02-go span:nth-of-type(1), .c-ttl02-wh span:nth-of-type(1) {
  font-size: 18px;
  font-size: 1.2857142857rem;
}
@media only screen and (min-width: 1160px) {
  .c-ttl02 span:nth-of-type(1), .c-ttl02-go span:nth-of-type(1), .c-ttl02-wh span:nth-of-type(1) {
    /* middle-size */
    font-size: 48px;
    font-size: 3.4285714286rem;
  }
}
.c-ttl02 span:nth-of-type(1)::after, .c-ttl02-go span:nth-of-type(1)::after, .c-ttl02-wh span:nth-of-type(1)::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin: 5px 0;
}
.c-ttl02 span:nth-of-type(2), .c-ttl02-go span:nth-of-type(2), .c-ttl02-wh span:nth-of-type(2) {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
@media only screen and (min-width: 1160px) {
  .c-ttl02 span:nth-of-type(2), .c-ttl02-go span:nth-of-type(2), .c-ttl02-wh span:nth-of-type(2) {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
.c-ttl02-wh {
  color: #ecdcc9;
}
.c-ttl02-wh span:nth-of-type(1)::after {
  background-color: #ecdcc9;
}
.c-ttl02-go {
  color: #B9801D;
}
.c-ttl02-go span:nth-of-type(1)::after {
  background-color: #B9801D;
}

.hdr__logo {
  display: flex;
  align-items: center;
  margin-right: -24px;
}
@media only screen and (min-width: 767px) {
  .hdr__logo {
    display: none;
  }
}
.hdr__logo img {
  width: 35px;
  display: block;
  margin-left: 10px;
}

.c-tags {
  display: flex;
  margin-top: 20px;
  justify-content: flex-start;
}
@media only screen and (min-width: 1160px) {
  .c-tags {
    /* middle-size */
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1160px) {
  .c-tags li:nth-of-type(n+2) {
    /* middle-size */
    margin-left: 3px;
  }
}
.c-tags button {
  transition: all 0.3s linear;
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  filter: drop-shadow(5px 6px 3px rgba(0, 0, 0, 0.6));
  opacity: 0.7;
  display: flex;
  border: none;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 767px) {
  .c-tags button {
    /* tablet-size */
  }
}
.c-tags button:hover, .c-tags button.active {
  opacity: 1;
}
@media only screen and (min-width: 1160px) {
  .c-tags button.active::after {
    /* middle-size */
    content: "";
    display: block;
    margin: auto;
    -webkit-clip-path: polygon(10% 0, 90% 0, 50% 100%);
            clip-path: polygon(10% 0, 90% 0, 50% 100%);
    width: 19px;
    position: absolute;
    bottom: -9px;
    height: 10px;
  }
}

.c-tagcontent__box {
  display: none;
}
@media only screen and (min-width: 1160px) {
  .c-tagcontent__sliderwrap {
    /* middle-size */
  }
}
.c-tagcontent__slider img {
  cursor: pointer;
}
.c-tagcontent__thumbnail {
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .c-tagcontent__thumbnail {
    /* middle-size */
  }
}
.c-tagcontent__thumbnail img {
  cursor: pointer;
}
.slick-prev {
  left: 0;
}
@media only screen and (min-width: 767px) {
  .slick-prev {
    /* tablet-size */
  }
}
@media only screen and (min-width: 1160px) {
  .slick-prev {
    /* middle-size */
  }
}

.slick-next {
  right: 0;
}
@media only screen and (min-width: 767px) {
  .slick-next {
    /* tablet-size */
  }
}
@media only screen and (min-width: 1160px) {
  .slick-next {
    /* middle-size */
  }
}

.slick-prev, .slick-next {
  transition: all 0.3s linear;
  z-index: 1;
  height: 30px;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 767px) {
  .slick-prev, .slick-next {
    /* tablet-size */
    height: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 1160px) {
  .slick-prev, .slick-next {
    /* middle-size */
    height: 40px;
    width: 40px;
  }
}
.slick-prev::before, .slick-prev::after, .slick-next::before, .slick-next::after {
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: 900;
  transition: all 0.3s linear;
}
.slick-prev::before, .slick-next::before {
  font-size: 20px;
}
@media only screen and (min-width: 767px) {
  .slick-prev::before, .slick-next::before {
    /* tablet-size */
    font-size: 30px;
  }
}
@media only screen and (min-width: 1160px) {
  .slick-prev::before, .slick-next::before {
    /* middle-size */
    font-size: 30px;
  }
}
.slick-prev:hover, .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slick-prev::before {
  content: "\f104";
}

.slick-next::before {
  content: "\f105";
}

.c-lp__banner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 767px) {
  .c-lp__banner {
    /* tablet-size */
    width: 700px;
    /* position: relative; */
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/************
コンテンツ
************/
.lp {
  overflow: hidden;
  text-align: justify;
}
.lp ul:after, .lp ul li:after {
  display: none;
}
.lp .mv {
  width: min(100%, 1920px);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.lp .mv .bg-slider {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px;
  width: 100%;
  height: 570px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../image/lp/mv_slide01.jpg);
}
@media only screen and (min-width: 767px) {
  .lp .mv .bg-slider {
    /* tablet-size */
    height: auto;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .mv .bg-slider {
    /* middle-size */
    height: auto;
  }
}
.lp .mv__wrap {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 767px) {
  .lp .mv__wrap {
    /* middle-size */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .mv__wrap {
    /* middle-size */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
  }
}
.lp .mv__img01, .lp .mv__img02, .lp .mv__img03, .lp .mv__img04, .lp .mv__img05 {
  position: absolute;
}
.lp .mv__img01 {
  width: 20%;
  top: 15px;
  left: 15px;
  z-index: 10;
}
@media only screen and (min-width: 1160px) {
  .lp .mv__img01 {
    /* middle-size */
    display: none;
    width: 260px;
    top: 20px;
    left: 100px;
  }
}
.lp .mv__img02 {
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  width: 98%;
  top: 190px;
  transition: all 0.3s linear;
  display: block;
}
@media only screen and (min-width: 767px) {
  .lp .mv__img02 {
    /* tablet-size */
    width: 44%;
    height: 60%;
    top: 36%;
    left: 8%;
    margin: 0;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .mv__img02 {
    /* middle-size */
    width: 44%;
    height: 60%;
    top: 36%;
    left: 8%;
    margin: 0;
  }
}
.lp .mv__img02:hover .mv__img02__link {
  opacity: 1;
  z-index: 1;
}
.lp .mv__img02:hover .mv__img02__link-o {
  opacity: 1;
  z-index: 2;
}
.lp .mv__img02__link {
  position: relative;
  z-index: 2;
  transition: all 0.3s linear;
}
.lp .mv__img02__link-o {
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.lp .mv__img03 {
  width: 90%;
  right: 10px;
  bottom: 0;
}
@media only screen and (min-width: 767px) {
  .lp .mv__img03 {
    /* middle-size */
    width: 18%;
    height: 13%;
    top: 39%;
    left: 56%;
  }

}

@media only screen and (min-width: 1160px) {
  .lp .mv__img03 {
    /* middle-size */
    width: 24%;
    height: 13%;
    top: 74%;
    left: 67%;
  }

}
.lp .mv__img03:hover .mv__img03__link {
  opacity: 1;
  z-index: 1;
}
.lp .mv__img03:hover .mv__img03__link-o {
  opacity: 1;
  z-index: 2;
}
.lp .mv__img03__link {
  position: relative;
  z-index: 2;
  transition: all 0.3s linear;
}
.lp .mv__img03__link-o {
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.lp .mv__img04 {
  position: relative;
}
@media only screen and (min-width: 1160px) {
  .lp .mv__img04 {
    /* middle-size */
    width: 495px;
    position: absolute;
    top: 110px;
    right: 0;
  }
}
.lp .mv__img04:hover .mv__img04__link {
  opacity: 0;
  z-index: 1;
}
.lp .mv__img04:hover .mv__img04__link-o {
  opacity: 1;
  z-index: 2;
}
.lp .mv__img04__link {
  position: relative;
  z-index: 2;
  transition: all 0.3s linear;
}
.lp .mv__img04__link-o {
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.lp .mv__img05 {
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  width: 95%;
  top: 5px;
  transition: all 0.3s linear;
  display: block;
}
@media only screen and (min-width: 767px) {
  .lp .mv__img05 {
    /* tablet-size */
    width: 60%;
    top: 60px;
    right: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .mv__img05 {
    /* middle-size */
    width: 700px;
    top: 0;
    margin-left: initial;
  }
}
.lp .mv__img05:hover .mv__img02__link {
  opacity: 1;
  z-index: 1;
}
.lp .mv__img05:hover .mv__img02__link-o {
  opacity: 1;
  z-index: 2;
}
.lp .mv__img05__link {
  position: relative;
  z-index: 2;
  transition: all 0.3s linear;
}
.lp .mv__img05__link-o {
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.lp .mv__img06 {
    position: absolute;
    width: 50%;
    bottom: 10px;
    left: 20px;
    height: 12%;
    z-index: 3;
}
.lp .mv__img07 {
    position: absolute;
    width: 98%;
    top: 5px;
    left: 10px;
    height: 24%;
    z-index: 3;
}

@media only screen and (min-width: 1160px) {
  .lp .mv__img07 {
    width: 40%;
    top: 30px;
    left: 90px;
    height: 20%;
}
}
.lp .lp01 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp01 {
    /* middle-size */
    width: min(100%, 1366px);
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.lp .lp01__outline {
  background-color: #000;
}
.lp .lp01__ttl {
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 1160px) {
  .lp .lp01__ttl {
    font-size: 31px;
    font-size: 2.2142857143rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp01__ttl span {
    font-size: 27px;
    font-size: 1.9285714286rem;
  }
}
.lp .lp01__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp01__list {
    width: min(100%, 1050px);
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp01__list li {
  font-size: 16px;
  font-size: 1.1428571429rem;
  background-color: #A17A38;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  width: calc(50% - 5px);
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 1160px) {
  .lp .lp01__list li {
    font-size: 24px;
    font-size: 1.7142857143rem;
    width: calc(25% - 5px);
  }
}
.lp .lp01__list li:nth-of-type(n+3) {
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp01__list li:nth-of-type(n+3) {
    /* middle-size */
    margin-top: 0;
  }
}
.lp .lp01__list li:hover {
  animation: buruburu01 0.5s;
}
@keyframes buruburu01 {
  0% {
    transform: translate(0, 2px) rotateZ(0deg);
  }
  100% {
    transform: translate(0, 0) rotateZ(0deg);
  }
}
.lp .lp01__list li span {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp01__list li span {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.lp .lp01__list li .tooltip2 {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  background-color: rgba(78, 60, 29, 0.9);
  color: white;
  border-radius: 0.3em;
  padding: 0;
  margin: 0.3em 0 0 0;
  display: none;
  bottom: 68px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: fade-in;
  animation-duration: 0.5s;
  width: 200px;
  font-size: 14px;
  font-size: 1rem;
}
@media only screen and (min-width: 767px) {
  .lp .lp01__list li .tooltip2 {
    /* tablet-size */
    bottom: 100px;
    width: 400px;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.lp .lp01__list li .tooltip2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid rgba(78, 60, 29, 0.8);
}
.lp .lp01__list li .tooltip_inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0 15px;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 767px) {
  .lp .lp01__list li .tooltip_inner {
    /* tablet-size */
    padding: 15px 0 15px;
  }
}
.lp .lp01__list li .tooltip_inner img {
  width: 30%;
  padding-right: 7%;
}
.lp .lp01__list li .tooltip_inner p {
  width: 90%;
  text-align: left;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lp .lp01__txt {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 25px;
  text-align: center;
}
.lp .lp01__txt a {
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  transition: all 0.3s linear;
}
.lp .lp01__txt a:hover {
  color: #3ba0f0;
}
.lp .lp01__txt a:hover .lp01__txt_fs02 em i {
  color: #3ba0f0;
}
.lp .lp01__txt_fs01 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp01__txt_fs01 {
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
}
.lp .lp01__txt_fs02 {
  font-size: 25px;
  font-size: 1.7857142857rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp01__txt_fs02 {
    font-size: 48px;
    font-size: 3.4285714286rem;
  }
}
.lp .lp01__txt_fs02 em {
  position: relative;
  font-style: normal;
}
.lp .lp01__txt_fs02 em i {
  font-size: 11px;
  font-size: 0.7857142857rem;
  display: block;
  position: absolute;
  color: #fff;
  transition: all 0.3s linear;
  font-weight: 400;
  font-style: normal;
  top: -9px;
  left: 2px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp01__txt_fs02 em i {
    font-size: 17px;
    font-size: 1.2142857143rem;
    top: -10px;
    left: 5px;
    letter-spacing: 2px;
  }
}
.lp .lp01__txt_fs02 small {
  font-size: 16px;
  font-size: 1.1428571429rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp01__txt_fs02 small {
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp01__txt {
    /* middle-size */
  }
}
.lp .lp01__img01 {
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp01__img01 {
    margin-top: 30px;
  }
}
.lp .lp02 {
  width: min(100%, 1366px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 767px) {
  .lp .lp02 {
    /* tablet-size */
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp02 {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.lp .lp02__outline {
  background-color: #684A16;
}
.lp .lp02__icon {
  font-size: 10px;
  font-size: 0.7142857143rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/lp/sec02_ico01.png);
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 700;
  text-align: center;
  width: 58px;
  height: 56px;
  line-height: 1.2;
  padding-top: 15px;
  top: -20px;
  left: -10px;
}
@media only screen and (min-width: 767px) {
  .lp .lp02__icon {
    /* tablet-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
    width: 68px;
    height: 66px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__icon {
    font-size: 18px;
    font-size: 1.2857142857rem;
    width: 96px;
    height: 92px;
    top: -50px;
    left: -25px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__ttl {
    font-size: 50px;
    font-size: 3.5714285714rem;
  }
}
.lp .lp02__ttl span {
  font-size: 20px;
  font-size: 1.4285714286rem;
}
@media only screen and (min-width: 767px) {
  .lp .lp02__ttl span {
    /* tablet-size */
    font-size: 27px;
    font-size: 1.9285714286rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__ttl span {
    font-size: 45px;
    font-size: 3.2142857143rem;
  }
}
.lp .lp02__img01 {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
}
@media only screen and (min-width: 767px) {
  .lp .lp02__img01 {
    /* tablet-size */
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__img01 {
    /* middle-size */
    width: min(100%, 1040px);
  }
}
.lp .lp02__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 767px) {
  .lp .lp02__list {
    /* tablet-size */
    margin-top: 60px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list {
    margin-top: 70px;
    width: min(100%, 1120px);
  }
}
.lp .lp02__list .slick-track, .lp .lp02__list .slick-list {
  overflow: initial !important;
}
.lp .lp02__list .slick-prev, .lp .lp02__list .slick-next {
  z-index: 99;
}
.lp .lp02__list .slick-prev::before, .lp .lp02__list .slick-next::before {
  font-size: 30px;
  font-size: 2.1428571429rem;
}
.lp .lp02__list .slick-prev {
  left: 25px;
}
.lp .lp02__list .slick-next {
  right: 25px;
}
.lp .lp02__list__item {
  background-color: #4D350B;
  padding-top: 10px;
  position: relative;
  box-shadow: 10.44px 20.49px 13px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__item {
    width: calc(33.3333333333% - 25px);
    padding-top: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
.lp .lp02__list__item:nth-of-type(n+2) {
  margin-top: 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__item:nth-of-type(n+2) {
    /* middle-size */
    margin-top: 0;
  }
}
.lp .lp02__list__item a {
  transition: all 0.3s linear;
  display: block;
}
.lp .lp02__list__item a:hover {
  opacity: 0.7;
}
.lp .lp02__list__ttl {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-family: "Kaisei HarunoUmi", serif;
  text-align: center;
  color: #EFE8DB;
  width: 100%;
  line-height: 1.5;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__ttl {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
.lp .lp02__list__ttl span {
  font-size: 16px;
  font-size: 1.1428571429rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__ttl span {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.lp .lp02__list__sttl {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.5;
  width: 100%;
  color: #4D350B;
  font-weight: 700;
  min-height: 5em;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__sttl {
    font-size: 20px;
    font-size: 1.4285714286rem;
    min-height: 5em;
  }
}
.lp .lp02__list__img {
  transition: all 0.3s linear;
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__img {
    margin-top: 20px;
  }
}
.lp .lp02__list__term {
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.2857142857rem;
  text-align: center;
  color: #efe8db;
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__term {
    font-size: 30px;
    font-size: 2.1428571429rem;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
.lp .lp02__list__wrap {
  background-color: #E6D4BF;
  padding: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__wrap {
    /* middle-size */
    padding-bottom: 20px;
  }
}
.lp .lp02__list__txt01 {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 24px;
  font-size: 1.7142857143rem;
  color: #990000;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__txt01 {
    /* middle-size */
    font-size: 28px;
    font-size: 2rem;
  }
}
.lp .lp02__list__txt01 span {
  font-size: 16px;
  font-size: 1.1428571429rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__txt01 span {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
.lp .lp02__list__txt02 {
  font-size: 12px;
  font-size: 0.8571428571rem;
  text-align: left;
  color: #990000;
  font-weight: 600;
  padding-left: 11vw;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__txt02 {
    /* middle-size */
    padding-left: 8px;
  }
}
.lp .lp02__list__tag {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__tag {
    /* middle-size */
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.lp .lp02__list__tag > li {
  font-size: 12px;
  font-size: 0.8571428571rem;
  width: calc(50% - 2px);
  background: #fff;
  color: #42210b;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 5px 0;
  border: 1px solid #42210b;
  border-radius: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__tag > li {
    /* middle-size */
    font-size: 13px;
    font-size: 0.9285714286rem;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.lp .lp02__list__box, .lp .lp02__list__box-bl, .lp .lp02__list__box-pu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__box, .lp .lp02__list__box-bl, .lp .lp02__list__box-pu {
    /* middle-size */
    margin-top: 10px;
  }
}
.lp .lp02__list__box > ul, .lp .lp02__list__box-bl > ul, .lp .lp02__list__box-pu > ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__box > ul, .lp .lp02__list__box-bl > ul, .lp .lp02__list__box-pu > ul {
    /* middle-size */
  }
}
.lp .lp02__list__box > ul li, .lp .lp02__list__box-bl > ul li, .lp .lp02__list__box-pu > ul li {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 18px;
  font-size: 1.2857142857rem;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  width: 36px;
  height: 36px;
  line-height: 32px;
  margin-left: 2px;
  margin-right: 2px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__box > ul li, .lp .lp02__list__box-bl > ul li, .lp .lp02__list__box-pu > ul li {
    font-size: 29px;
    font-size: 2.0714285714rem;
    width: 52px;
    height: 52px;
    line-height: 47px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.lp .lp02__list__box-pu ul li {
  background-color: #9F0F60;
}
.lp .lp02__list__box-bl ul li {
  background-color: #2558CA;
}
.lp .lp02__list__box p, .lp .lp02__list__box-pu p, .lp .lp02__list__box-bl p {
  font-family: "Kaisei HarunoUmi", serif;
  color: #4d350b;
  font-weight: 700;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__box p, .lp .lp02__list__box-pu p, .lp .lp02__list__box-bl p {
    /* middle-size */
    font-size: 29px;
    font-size: 2.0714285714rem;
  }
}
.lp .lp02__list__btn {
  transition: all 0.3s linear;
  font-size: 16px;
  font-size: 1.1428571429rem;
  background: #a17a38;
  border: 2px solid #a17a38;
  color: #efe8db;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
  width: 50%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__list__btn {
    /* middle-size */
    font-size: 20px;
    font-size: 1.4285714286rem;
    width: 272px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
  }
}
.lp .lp02__txt01 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-family: "Kaisei HarunoUmi", serif;
  text-align: center;
  color: #efe8db;
  font-weight: 700;
  margin-top: 40px;
}
@media only screen and (min-width: 767px) {
  .lp .lp02__txt01 {
    /* tablet-size */
    font-size: 30px;
    font-size: 2.1428571429rem;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__txt01 {
    /* middle-size */
    margin-top: 40px;
    font-size: 40px;
    font-size: 2.8571428571rem;
  }
}
.lp .lp02__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__table {
    /* middle-size */
  }
}
.lp .lp02__table__wrap {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__table__wrap {
    /* middle-size */
    width: min(100%, 940px);
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp02__table__wrap p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  margin-top: 10px;
  color: #efe8db;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__table__wrap p {
    /* middle-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.lp .lp02__table th, .lp .lp02__table td {
  border-right: 1px solid #684A16;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .lp .lp02__table th, .lp .lp02__table td {
    /* tablet-size */
    padding: 10px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__table th, .lp .lp02__table td {
    /* middle-size */
    padding: 20px;
  }
}
.lp .lp02__table th {
  font-family: "Kaisei HarunoUmi", serif;
  background-color: #947f5a;
  width: 14.2857142857%;
  color: #EFE8DB;
  font-weight: 700;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__table th {
    /* middle-size */
    font-size: 27px;
    font-size: 1.9285714286rem;
  }
}
.lp .lp02__table td {
  background-color: #B3A48A;
}
@media only screen and (min-width: 1160px) {
  .lp .lp02__table__mark, .lp .lp19__table__mark-bl, .lp .fifth__table__mark-bl, .lp .lp19__table__mark-pu, .lp .fifth__table__mark-pu, .lp .lp02__table__mark-bl, .lp .lp02__table__mark-pu {
    /* middle-size */
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
}
.lp .lp02__table__mark-pu {
  color: #9F0F60;
}
.lp .lp02__table__mark-bl {
  color: #2558CA;
}
.lp .lp03 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 1px;
}
@media only screen and (min-width: 767px) {
  .lp .lp03 {
    /* tablet-size */
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03 {
    padding-top: 0;
    width: min(100%, 1160px);
    margin-left: auto;
    margin-right: auto;
  }
}
.lp .lp03__outline {
  background-color: #573B0A;
}
.lp .lp03__wrap {
  background-color: #573B0A;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__wrap {
    /* tablet-size */
    align-items: flex-start;
  }
}
.lp .lp03__img01 {
  width: 30%;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__img01 {
    /* tablet-size */
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__img01 {
    /* middle-size */
    width: 205px;
  }
}
.lp .lp03__box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__box {
    /* middle-size */
    width: calc(100% - 255px);
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.lp .lp03__grafbox {
  display: flex;
  justify-content: space-between;
  width: calc(72% - 20px);
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__grafbox {
    /* tablet-size */
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__grafbox {
    /* middle-size */
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__grafbox > div {
    /* middle-size */
  }
}
.lp .lp03__grafbox > div > p {
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 6px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__grafbox > div > p {
    /* middle-size */
    letter-spacing: 8px;
  }
}
.lp .lp03__grafbox > div > p:nth-of-type(1) {
  font-size: 20px;
  font-size: 1.4285714286rem;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__grafbox > div > p:nth-of-type(1) {
    /* tablet-size */
    font-size: 50px;
    font-size: 3.5714285714rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__grafbox > div > p:nth-of-type(1) {
    /* middle-size */
    font-size: 40px;
    font-size: 2.8571428571rem;
  }
}
.lp .lp03__grafbox > div > p:nth-of-type(2) {
  line-height: 1;
  font-size: 38px;
  font-size: 2.7142857143rem;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__grafbox > div > p:nth-of-type(2) {
    /* tablet-size */
    font-size: 100px;
    font-size: 7.1428571429rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__grafbox > div > p:nth-of-type(2) {
    /* middle-size */
    font-size: 100px;
    font-size: 7.1428571429rem;
    margin-top: 20px;
    letter-spacing: 0.12em;
  }
}
.lp .lp03__grafbox > div > p:nth-of-type(2) span {
  font-size: 38px;
  font-size: 2.7142857143rem;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__grafbox > div > p:nth-of-type(2) span {
    /* tablet-size */
    font-size: 58px;
    font-size: 4.1428571429rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__grafbox > div > p:nth-of-type(2) span {
    /* middle-size */
    font-size: 58px;
    font-size: 4.1428571429rem;
  }
}
.lp .lp03__grafbox > div > p:nth-of-type(3) {
  font-size: 10px;
  font-size: 0.7142857143rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  margin-top: 30px;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__grafbox > div > p:nth-of-type(3) {
    /* tablet-size */
    font-size: 14px;
    font-size: 1rem;
  }
}
.lp .lp03__grafbox > div > div {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__grafbox > div > div {
    /* middle-size */
    margin-top: 0;
  }
}
.lp .lp03__grafbox > div > div p {
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-size: 22px;
  font-size: 1.5714285714rem;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__grafbox > div > div p {
    /* tablet-size */
    font-size: 45px;
    font-size: 3.2142857143rem;
  }
}
.lp .lp03__grafbox > div > div p:nth-of-type(1) {
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__grafbox > div > div p:nth-of-type(1) {
    /* tablet-size */
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__grafbox > div > div p:nth-of-type(1) {
    /* middle-size */
    font-size: 42px;
    font-size: 3rem;
  }
}
.lp .lp03__grafbox > div > div p:nth-of-type(2) {
  font-size: 76px;
  font-size: 5.4285714286rem;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__grafbox > div > div p:nth-of-type(2) {
    /* tablet-size */
    font-size: 146px;
    font-size: 10.4285714286rem;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__grafbox > div > div p:nth-of-type(2) {
    /* middle-size */
    font-size: 176px;
    font-size: 12.5714285714rem;
    margin-left: 20px;
  }
}
.lp .lp03__grafbox > div > div p:nth-of-type(2) span {
  font-size: 35px;
  font-size: 2.5rem;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__grafbox > div > div p:nth-of-type(2) span {
    /* tablet-size */
    font-size: 58px;
    font-size: 4.1428571429rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__grafbox > div > div p:nth-of-type(2) span {
    /* middle-size */
    font-size: 95px;
    font-size: 6.7857142857rem;
  }
}
.lp .lp03__chart {
  margin-top: 20px;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__chart {
    /* tablet-size */
    margin-top: 30px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__chart {
    /* middle-size */
    width: 394px;
    margin-top: 0;
    margin-right: initial;
    margin-left: auto;
  }
}
.lp .lp03__chart > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.lp .lp03__chart span {
  font-size: 10px;
  font-size: 0.7142857143rem;
  text-align: center;
  display: block;
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__chart span {
    /* tablet-size */
    font-size: 14px;
    font-size: 1rem;
  }
}
.lp .lp03__reviewbox {
  margin-top: 50px;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__reviewbox {
    /* tablet-size */
    width: 100%;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__reviewbox {
    /* middle-size */
    margin-top: 40px;
  }
}
.lp .lp03__reviewbox h3 {
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 700;
  color: #ed9c05;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__reviewbox h3 {
    /* tablet-size */
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__reviewbox h3 {
    /* middle-size */
    font-size: 34px;
    font-size: 2.4285714286rem;
  }
}
.lp .lp03__reviewbox h3::before, .lp .lp03__reviewbox h3::after {
  background-size: contain;
  content: "";
  background-image: url(../image/lp/sec03_ico01.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  width: 100px;
  height: 14px;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__reviewbox h3::before, .lp .lp03__reviewbox h3::after {
    /* tablet-size */
    width: 204px;
    height: 20px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__reviewbox h3::before, .lp .lp03__reviewbox h3::after {
    /* middle-size */
    width: 308px;
    height: 26px;
  }
}
.lp .lp03__reviewbox > ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 30px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__reviewbox > ul {
    /* middle-size */
    margin-top: 30px;
    flex-direction: row;
  }
}
.lp .lp03__reviewbox > ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__reviewbox > ul li {
    /* middle-size */
    display: block;
    flex-wrap: inherit;
    flex-direction: inherit;
    width: calc(33.3333333333% - 10px);
    align-items: inherit;
  }
}
.lp .lp03__reviewbox > ul li:nth-of-type(n+2) {
  margin-top: 30px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__reviewbox > ul li:nth-of-type(n+2) {
    /* middle-size */
    margin: 0;
  }
}
.lp .lp03__reviewbox__com {
  font-family: "Kaisei HarunoUmi", serif;
  background: #e4ddd5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: #4D350B;
  border-radius: 20px;
  position: relative;
  width: 55%;
  padding: 30px 0;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__reviewbox__com {
    /* tablet-size */
    width: calc(100% - 220px);
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__reviewbox__com {
    /* middle-size */
    font-size: 22px;
    font-size: 1.5714285714rem;
    width: 235px;
    height: 160px;
    margin-left: auto;
  }
}
.lp .lp03__reviewbox__com::after {
  display: block;
  content: "";
  background-color: #e4ddd5;
  position: absolute;
  height: 15px;
  width: 30px;
  -webkit-clip-path: polygon(0 50%, 50% 0, 50% 100%);
          clip-path: polygon(0 50%, 50% 0, 50% 100%);
  bottom: auto;
  left: -10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__reviewbox__com::after {
    /* middle-size */
    height: 30px;
    width: 60px;
    -webkit-clip-path: polygon(75% 0, 0% 100%, 25% 0);
            clip-path: polygon(75% 0, 0% 100%, 25% 0);
    bottom: -29px;
    left: 80px;
  }
}
.lp .lp03__reviewbox__box {
  display: flex;
  align-items: flex-end;
  width: calc(50% - 40px);
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__reviewbox__box {
    /* tablet-size */
    width: 190px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__reviewbox__box {
    /* middle-size */
    margin-top: 30px;
    width: 100%;
    flex-direction: inherit;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__reviewbox__img {
    /* middle-size */
    width: 120px;
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.lp .lp03__reviewbox__txt {
  font-size: 16px;
  font-size: 1.1428571429rem;
  width: 100%;
  text-align: center;
  color: #efe8db;
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__reviewbox__txt {
    /* middle-size */
    font-size: 18px;
    font-size: 1.2857142857rem;
    width: auto;
    margin-top: 0;
  }
}
.lp .lp03__btn {
  font-size: 16px;
  font-size: 1.1428571429rem;
  transition: all 0.3s linear;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #a17a38;
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  padding: 15px 0;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__btn {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
    width: 510px;
    padding: 28px 0;
    margin-top: 60px;
    margin-left: 50px;
  }
}
.lp .lp03__btn:hover {
  color: #a17a38;
  background-color: #fff;
}
.lp .lp03__btn i {
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__btn i {
    /* middle-size */
    margin-right: 8px;
    margin-left: 8px;
  }
}
.lp .lp03__post {
  margin-top: 40px;
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__post {
    /* middle-size */
    margin-top: 80px;
    padding-right: 0;
    padding-left: 0;
  }
}
.lp .lp03__post h3 {
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 700;
  color: #ed9c05;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__post h3 {
    /* tablet-size */
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__post h3 {
    /* middle-size */
    font-size: 34px;
    font-size: 2.4285714286rem;
  }
}
.lp .lp03__post h3::before, .lp .lp03__post h3::after {
  background-size: contain;
  content: "";
  background-image: url(../image/lp/sec03_ico01.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  width: 60px;
  height: 14px;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__post h3::before, .lp .lp03__post h3::after {
    /* tablet-size */
    width: 204px;
    height: 20px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__post h3::before, .lp .lp03__post h3::after {
    /* middle-size */
    width: 190px;
    height: 26px;
  }
}
.lp .lp03__post h3::before {
  margin-right: auto;
}
.lp .lp03__post h3::after {
  margin-left: auto;
}
.lp .lp03__post__list {
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__post__list {
    /* middle-size */
    margin-top: 40px;
  }
}
.lp .lp03__post__item {
  font-size: 16px;
  font-size: 1.1428571429rem;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #fff;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__post__item {
    /* tablet-size */
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.lp .lp03__post__info {
  margin-bottom: 5px;
}
.lp .lp03__post__ttlarea {
  margin-bottom: 10px;
}
.lp .lp03__post__ttlarea a {
  color: #ba801e;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.1428571429rem;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 767px) {
  .lp .lp03__post__ttlarea a {
    /* tablet-size */
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.lp .lp03__post__ttlarea a:hover {
  opacity: 0.7;
}
.lp .lp03__post__btn {
  font-size: 16px;
  font-size: 1.1428571429rem;
  transition: all 0.3s linear;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #a17a38;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 10px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__post__btn {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
    width: 510px;
    padding: 28px 0;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
.lp .lp03__post__btn:hover {
  color: #a17a38;
  background-color: #fff;
}
.lp .lp03__post__btn i {
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp03__post__btn i {
    /* middle-size */
    margin-right: 8px;
    margin-left: 8px;
  }
}
.lp .lp04 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp04 {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
    width: min(100%, 800px);
  }
}
.lp .lp04__outline {
  background-color: #382910;
}
.lp .lp04__iframe {
  margin-top: 20px;
  position: relative;
}
@media only screen and (min-width: 1160px) {
  .lp .lp04__iframe {
    /* middle-size */
    margin-top: 40px;
  }
}
.lp .lp04__iframe::after {
  content: "";
  display: block;
  background-image: url(../image/lp/webp/flick_icon.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}
@media only screen and (min-width: 767px) {
  .lp .lp04__iframe::after {
    /* tablet-size */
    display: none;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp04__iframe::after {
    /* middle-size */
    display: none;
  }
}
.lp .lp05 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05 {
    padding-top: 0;
    width: min(100%, 1160px);
  }
}
.lp .lp05__outline {
  background-color: #C1A787;
}
.lp .lp05__ttl01 {
  position: relative;
  width: 100%;
}
.lp .lp05__ttl01::after {
  content: "";
  display: block;
  background-color: #4D350B;
  width: 100%;
  height: 2px;
}
.lp .lp05__ttl01 span {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 20px;
  font-size: 1.4285714286rem;
  color: #c1a787;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #4D350B;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__ttl01 span {
    /* middle-size */
    width: 380px;
    padding: 5px;
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
}
.lp .lp05__ttl01 img {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__ttl01 img {
    /* middle-size */
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 486px;
    margin-right: 0;
    margin-left: 0;
  }
}
.lp .lp05__ttl02 {
  position: relative;
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 18px;
  font-size: 1.2857142857rem;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  color: #ADC9C6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__ttl02 {
    /* middle-size */
    font-size: 26px;
    font-size: 1.8571428571rem;
    width: 320px;
    height: 115px;
    transform: rotate(-5deg);
    margin: initial;
    padding: 0;
    margin-top: 20px;
  }
}
.lp .lp05__ttl02::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewX(-15deg);
  content: "";
  background: #216e66;
  filter: drop-shadow(5px 6px 0px rgba(0, 0, 0, 0.15));
}
.lp .lp05__ttl03 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 900;
  padding-bottom: 5px;
  border-bottom: 3px solid #4D350B;
  color: #4d350b;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__ttl03 {
    /* middle-size */
    font-size: 25px;
    font-size: 1.7857142857rem;
  }
}
.lp .lp05__ttl04 {
  color: #c1a787;
  background-color: #4D350B;
  border-radius: 20px;
  padding: 5px 20px;
  font-weight: 700;
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__ttl04 {
    /* middle-size */
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
}
.lp .lp05__sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__sec {
    /* middle-size */
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__sec:nth-of-type(n+2) {
    /* middle-size */
  }
}
.lp .lp05__sec:last-of-type::after {
  display: none;
}
.lp .lp05__sec::after {
  content: "";
  display: block;
  width: 260px;
  height: 24px;
  margin: auto;
  background-size: contain;
  background-image: url(../image/lp/sec05_ico01.png);
  margin-top: 30px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__sec::after {
    /* middle-size */
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__sec.lp05__sec01 {
    /* middle-size */
    margin-top: 170px;
  }
}
.lp .lp05__pointbox {
  display: flex;
}
.lp .lp05__supportbox {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__supportbox {
    /* middle-size */
    flex-direction: row;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__supportbox > div {
    /* middle-size */
    width: calc(100% - 360px);
    margin-left: auto;
  }
}
.lp .lp05__supportbox > div h4 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-family: "Kaisei HarunoUmi", serif;
  color: #4d350b;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__supportbox > div h4 {
    /* middle-size */
    font-size: 32px;
    font-size: 2.2857142857rem;
    margin-top: 0;
    text-align: left;
  }
}
.lp .lp05__supportbox > div dl {
  border: 4px solid #4d350b;
  display: flex;
  flex-direction: column;
  display: inline-flex;
  margin-top: 10px;
  width: 100%;
  padding: 10px 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__supportbox > div dl {
    /* middle-size */
    margin-top: 10px;
    width: initial;
    padding: 20px 20px 20px 20px;
  }
}
.lp .lp05__supportbox > div dl dt, .lp .lp05__supportbox > div dl dd {
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 700;
  color: #4d350b;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__supportbox > div dl dt {
    /* middle-size */
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
}
.lp .lp05__supportbox > div dl dd {
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__supportbox > div dl dd {
    /* middle-size */
    margin-top: 20px;
  }
}
.lp .lp05__supportbox > div dl dd ol {
  margin: 0;
}
.lp .lp05__supportbox > div dl dd ol li {
  line-height: 1;
}
.lp .lp05__supportbox > div dl dd ol li:nth-of-type(n+2) {
  margin-top: 10px;
}
.lp .lp05__supportbox > div dl dd ol li::before {
  display: none;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__supportbox > div dl dd ol li {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__supportbox > div dl dd ol li:nth-of-type(n+2) {
    /* middle-size */
    margin-top: 10px;
  }
}
.lp .lp05__supportbox > div > ul {
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__supportbox > div > ul {
    /* middle-size */
  }
}
.lp .lp05__supportbox > div > ul li {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #4d350b;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__supportbox > div > ul li:nth-of-type(n+2) {
    /* middle-size */
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__supportbox > div > ul li {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
.lp .lp05__supportbox > div > ul li::before {
  content: "●";
  font-family: "Kaisei HarunoUmi", serif;
  color: #4d350b;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__supportbox > div > ul li::before {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
.lp .lp05__featuresbox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__featuresbox {
    /* middle-size */
    width: calc(50% - 10px);
    margin-top: 30px;
  }
}
.lp .lp05__specialbox {
  display: flex;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__specialbox {
    /* middle-size */
    width: calc(50% - 10px);
  }
}
.lp .lp05__detailbox, .lp .lp05__detailbox-rv {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .lp .lp05__detailbox, .lp .lp05__detailbox-rv {
    /* tablet-size */
    flex-direction: row;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__detailbox, .lp .lp05__detailbox-rv {
    /* middle-size */
    margin-top: 20px;
    min-height: 18rem;
  }
}
.lp .lp05__detailbox-rv {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 767px) {
  .lp .lp05__detailbox-rv {
    /* tablet-size */
    flex-direction: row;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__detailbox-rv {
    /* middle-size */
    flex-direction: row;
  }
}
.lp .lp05__detailbox-row {
  margin-top: 10px;
}
@media only screen and (min-width: 767px) {
  .lp .lp05__detailbox-row {
    /* tablet-size */
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__detailbox-row {
    /* middle-size */
    margin-top: 20px;
    min-height: 18rem;
  }
}
.lp .lp05__detailbox-row > div {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  width: calc(40% - 10px);
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__detailbox-row > div {
    /* middle-size */
    width: 230px !important;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.lp .lp05__detailbox-row > div > p {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 1.5;
  color: #4d350b;
  margin-top: 5px;
}
@media only screen and (min-width: 767px) {
  .lp .lp05__detailbox-row > div > p {
    /* tablet-size */
    display: none;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__detailbox-row > div > p {
    /* middle-size */
  }
}
.lp .lp05__detailbox-row > p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.5;
  color: #4d350b;
}
@media only screen and (min-width: 767px) {
  .lp .lp05__detailbox-row > p {
    /* tablet-size */
    width: 60%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__detailbox-row > p {
    /* middle-size */
    font-size: 18px;
    font-size: 1.2857142857rem;
    width: calc(100% - 250px);
  }
}
.lp .lp05__detailbox > p, .lp .lp05__detailbox-rv > p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.5;
  color: #4d350b;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 767px) {
  .lp .lp05__detailbox > p, .lp .lp05__detailbox-rv > p {
    /* tablet-size */
    width: 60%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__detailbox > p, .lp .lp05__detailbox-rv > p {
    /* middle-size */
    font-size: 18px;
    font-size: 1.2857142857rem;
    width: calc(100% - 250px);
  }
}
.lp .lp05__detailbox > div, .lp .lp05__detailbox-rv > div {
  width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 767px) {
  .lp .lp05__detailbox > div, .lp .lp05__detailbox-rv > div {
    /* tablet-size */
    width: calc(40% - 10px);
    margin-top: 0;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__detailbox > div, .lp .lp05__detailbox-rv > div {
    /* middle-size */
    width: 230px;
  }
}
.lp .lp05__detailbox > div > p, .lp .lp05__detailbox-rv > div > p {
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #4d350b;
  line-height: 1.3;
  margin-top: 5px;
  font-weight: 700;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__detailbox > div > p, .lp .lp05__detailbox-rv > div > p {
    /* middle-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
    margin-top: 10px;
  }
}
.lp .lp05__carebox {
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__carebox {
    /* middle-size */
    margin-top: 30px;
  }
}
.lp .lp05__carebox > ul {
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__carebox > ul {
    /* middle-size */
    margin-top: 20px;
  }
}
.lp .lp05__carebox > ul li {
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #4d350b;
  font-weight: 700;
  line-height: 1.2;
  text-indent: -0.6em;
  margin-left: 1.2em;
  line-height: 1.5;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__carebox > ul li {
    /* middle-size */
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__carebox > ul li:nth-of-type(n+2) {
    /* middle-size */
    margin-top: 10px;
  }
}
.lp .lp05__commentbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
.lp .lp05__commentbox > div {
  width: calc(40% - 10px);
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__commentbox > div {
    /* middle-size */
    width: 230px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__commentbox > div img {
    /* middle-size */
    display: block;
  }
}
.lp .lp05__commentbox > div span {
  color: #4D350B;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-size: 1rem;
  margin-top: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__commentbox > div span {
    /* middle-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
    margin-top: 10px;
  }
}
.lp .lp05__commentbox > p {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 14px;
  font-size: 1rem;
  background-color: #866D48;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8;
  font-weight: 400;
  position: relative;
  padding: 15px 10px;
  width: 55%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__commentbox > p {
    /* middle-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
    width: calc(100% - 270px);
    padding: 25px 15px;
  }
}
.lp .lp05__commentbox > p::before {
  content: "";
  height: 30px;
  width: 60px;
  display: block;
  content: "";
  background-color: #866D48;
  position: absolute;
  -webkit-clip-path: polygon(100% 100%, 100% 0%, 50% 50%);
          clip-path: polygon(100% 100%, 100% 0%, 50% 50%);
  bottom: 0;
  top: 0;
  left: -50px;
  margin: auto;
  z-index: 0;
}
.lp .lp05__specialbox {
  background-color: #4D350B;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 20px 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__specialbox {
    /* middle-size */
    width: calc(50% - 10px);
    padding: 30px 20px;
  }
}
.lp .lp05__specialbox > h3 {
  text-align: center;
  color: #c1a787;
  font-weight: 700;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 3px solid #c1a787;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__specialbox > h3 {
    /* middle-size */
    font-size: 25px;
    font-size: 1.7857142857rem;
  }
}
.lp .lp05__specialbox > p {
  color: #C1A787;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.5;
  margin-top: 20px;
  text-align: justify;
}
@media only screen and (min-width: 1160px) {
  .lp .lp05__specialbox > p {
    /* middle-size */
    font-size: 20px;
    font-size: 1.4285714286rem;
    line-height: 1.8;
    margin-top: 30px;
    font-weight: 700;
  }
}
.lp .lp05__specialbox img {
  display: block;
  margin-top: 20px;
}
.lp .lp06 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06 {
    padding-top: 0;
    padding-bottom: 60px;
    width: min(100%, 1160px);
  }
}
.lp .lp06__outline {
  background-color: #684A16;
}
.lp .lp06__mapbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__mapbox {
    /* middle-size */
    margin-top: 55px;
  }
}
.lp .lp06__mapbox picture {
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__mapbox img {
    /* middle-size */
    width: 100%;
    display: block;
  }
}
.lp .lp06__mapbox > p {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 400;
  color: #ecdcc9;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 20px;
  text-align: justify;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__mapbox > p {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
    width: min(100%, 1040px);
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    text-align: left;
  }
}
.lp .lp06__introductionbox {
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__introductionbox {
    /* middle-size */
    margin-top: 0;
  }
}
.lp .lp06__tags {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__tags {
    /* middle-size */
    flex-wrap: nowrap;
    justify-content: inherit;
    margin-right: 0;
    margin-left: 0;
  }
}
.lp .lp06__tags li {
  width: calc(33.3333333333% - 3px);
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__tags li {
    /* middle-size */
    width: calc(16.6666666667% - 3px);
  }
}
.lp .lp06__tags li:nth-of-type(n+4) {
  margin-top: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__tags li:nth-of-type(n+4) {
    /* middle-size */
    margin-top: 0;
  }
}
.lp .lp06__tags li button {
  font-size: 15px;
  font-size: 1.0714285714rem;
  color: #ecdcc9;
  background-color: #008250;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__tags li button {
    /* middle-size */
    font-size: 25px;
    font-size: 1.7857142857rem;
  }
}
.lp .lp06__tags li button.active::after {
  background-color: #008250;
}
.lp .lp06__content {
  margin-right: 3%;
  margin-left: 3%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__content {
    /* middle-size */
    margin-right: 0;
    margin-left: 0;
  }
}
.lp .lp06__tagcontent {
  margin-top: 30px;
  display: flex;
}
.lp .lp06__tagcontent__box {
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__tagcontent__box {
    /* middle-size */
    flex-direction: row;
    margin-top: 10px;
    justify-content: space-between;
    align-items: inherit;
  }
}
.lp .lp06__tagcontent__box.active {
  display: flex;
}
.lp .lp06__tagcontent__sliderwrap {
  width: 97vw;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__tagcontent__sliderwrap {
    /* middle-size */
    width: 595px;
  }
}
.lp .lp06__tagcontent__slider img {
  cursor: pointer;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__tagcontent__thumbnail {
    /* middle-size */
  }
}
.lp .lp06__tagcontent__thumbnail img {
  cursor: pointer;
}
.lp .lp06__tagcontent__txtbox {
  color: #ecdcc9;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__tagcontent__txtbox {
    /* middle-size */
    width: calc(100% - 655px);
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.lp .lp06__tagcontent__txtbox > h3, .lp .lp06__tagcontent__txtbox > p {
  font-family: "Kaisei HarunoUmi", serif;
  color: #ecdcc9;
}
.lp .lp06__tagcontent__txtbox h3 {
  text-align: center;
  font-weight: 700;
  width: 100%;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__tagcontent__txtbox h3 {
    /* middle-size */
    font-size: 28px;
    font-size: 2rem;
  }
}
.lp .lp06__tagcontent__txtbox p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
  text-align: justify;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__tagcontent__txtbox p {
    /* middle-size */
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-top: 30px;
    text-align: left;
  }
}
.lp .lp06__tagcontent__txtbox p span {
  font-size: 16px;
  font-size: 1.1428571429rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp06__tagcontent__txtbox p span {
    /* middle-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.lp .lp07 {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp07 {
    padding-top: 77px;
    padding-bottom: 60px;
    width: min(100%, 1366px);
    min-height: 640px;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.lp .lp07__outline {
  background-image: url(../image/lp/sec07_bg01.png);
  background-color: #684A16;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 70vh;
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .lp .lp07__outline {
    /* tablet-size */
    height: 65vh;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp07__outline {
    /* middle-size */
    background-image: url(../image/lp/sec07_bg01_lg.png);
    background-size: 1366px;
    height: 773px;
  }
}
.lp .lp07__box {
  background-color: #9D112E;
  padding: 16px 20px;
  margin-top: auto;
  margin-bottom: 137px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp07__box {
    /* middle-size */
    border-radius: 40px;
    padding: 25px 10px 25px 20px;
    width: 420px;
    margin-left: auto;
    margin-top: 50px;
    margin-right: 100px;
  }
}
.lp .lp07__box > h3 {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 24px;
  font-size: 1.7142857143rem;
  color: #fff;
}
@media only screen and (min-width: 1160px) {
  .lp .lp07__box > h3 {
    /* middle-size */
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
}
.lp .lp07__box > p {
  color: #fff;
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp07__box > p {
    /* middle-size */
    font-size: 22px;
    font-size: 1.5714285714rem;
    margin-top: 15px;
  }
}
.lp .lp07__box > p span {
  font-size: 16px;
  font-size: 1.1428571429rem;
  display: block;
  font-weight: 500;
}
@media only screen and (min-width: 1160px) {
  .lp .lp07__box > p span {
    /* middle-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.lp .lp07__box > ul {
  margin-top: 10px;
}
.lp .lp07__box > ul li {
  color: #fff;
  text-indent: -1em;
  margin-left: 1em;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (min-width: 1160px) {
  .lp .lp07__box > ul li {
    /* middle-size */
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
}
.lp .lp07 h2 {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 24px;
  font-size: 1.7142857143rem;
  color: #4d350b;
  font-weight: 400;
  line-height: 1.3;
  margin-right: auto;
  margin-left: auto;
  margin-top: 29vh;
}
@media only screen and (min-width: 767px) {
  .lp .lp07 h2 {
    /* tablet-size */
    font-size: 30px;
    font-size: 2.1428571429rem;
    margin-top: 28vh;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp07 h2 {
    /* middle-size */
    margin-top: -100px;
    font-size: 48px;
    font-size: 3.4285714286rem;
    transform: translateX(117px);
  }
}
.lp .lp08 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp08 {
    padding-top: 0;
    width: min(100%, 1160px);
  }
}
.lp .lp08__outline {
  background-color: #ECDCC9;
}
@media only screen and (min-width: 1160px) {
  .lp .lp08__ttl span {
    /* middle-size */
    font-size: 50px;
    font-size: 3.5714285714rem;
    display: inline;
  }
}
.lp .lp08__img01 {
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  display: block;
  transform: translateX(15px);
}
@media only screen and (min-width: 1160px) {
  .lp .lp08__img01 {
    width: 450px;
    transform: translateX(0);
  }
}
.lp .lp08__point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp08__point__list {
    /* middle-size */
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
.lp .lp08__point__item {
  transition: all 0.3s linear;
  width: 100%;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  background-image: url(../image/lp/webp/mini_shosai_button.webp);
  color: #fff;
  background-size: 54px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
@media only screen and (min-width: 767px) {
  .lp .lp08__point__item {
    /* tablet-size */
    width: 48%;
    background-size: 64px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp08__point__item {
    /* middle-size */
    width: 49%;
  }
}
.lp .lp08__point__item:nth-of-type(5) .lp08__point__link {
  padding-right: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp08__point__item:nth-of-type(5) .lp08__point__link {
    /* middle-size */
    padding-right: 0;
  }
}
.lp .lp08__point__item:nth-of-type(7) {
  padding-right: 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp08__point__item:nth-of-type(7) {
    /* middle-size */
    padding-right: 0;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp08__point__item:nth-child(-n+8) {
    margin-bottom: 15px;
  }
}
.lp .lp08__point__item:nth-child(-n+10) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp08__point__item:nth-child(-n+10) {
    /* middle-size */
  }
}
.lp .lp08__point__item:hover {
  transform: scale(1.03);
}
.lp .lp08__point__link {
  position: relative;
  display: block;
  color: #333;
  padding: 10px 40px 10px 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp08__point__link {
    /* middle-size */
    padding: 10px 70px 10px 70px;
  }
}
.lp .lp08__point__img {
  position: absolute;
  top: -5px;
  left: -7px;
  width: 50px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp08__point__img {
    /* middle-size */
    width: revert-layer;
  }
}
.lp .lp08__point__flx {
  display: flex;
  align-items: center;
  height: 100%;
}
.lp .lp08__point__iconarea img {
  width: 50px;
}
.lp .lp08__point__txtarea {
  flex: 1;
  margin-left: 10px;
}
.lp .lp08__point__ttl {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.2;
}
@media only screen and (min-width: 1160px) {
  .lp .lp08__point__ttl {
    /* middle-size */
    font-size: 1.42857rem;
  }
}
.lp .lp08__point__txt {
  font-size: 12px;
  padding-right: 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp08__point__txt {
    /* middle-size */
    font-size: 14px;
    padding-right: 0;
  }
}
.lp .lp08__point__note {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp08__point__note {
    /* middle-size */
    font-size: 16px;
  }
}
.lp .lp08__point__center {
  text-align: center;
  margin-bottom: 20px;
}
.lp .lp09 {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09 {
    padding-top: 0;
    padding-bottom: 55px;
    width: min(100%, 1160px);
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp09__outline {
  background-color: #382910;
}
.lp .lp09__ttl {
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
@media only screen and (min-width: 767px) {
  .lp .lp09__ttl {
    /* tablet-size */
    width: 60%;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__ttl {
    /* middle-size */
    width: 570px;
  }
}
.lp .lp09__ttl img {
  display: block;
}
.lp .lp09__ttl02 {
  margin-top: 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__ttl02 {
    /* middle-size */
    margin-top: 70px;
  }
}
.lp .lp09__overviewbox {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__overviewbox {
    /* middle-size */
    margin-top: 50px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__overviewbox > p, .lp .lp09__overviewbox > img, .lp .lp09__overviewbox > dl {
    /* middle-size */
    width: calc(50% - 10px);
  }
}
.lp .lp09__overviewbox > p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-family: "Kaisei HarunoUmi", serif;
  color: #ecdcc9;
  font-weight: 500;
  line-height: 1.7;
  text-align: justify;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__overviewbox > p {
    /* middle-size */
    font-size: 21px;
    font-size: 1.5rem;
  }
}
.lp .lp09__overviewbox > p span {
  border: 1px solid #ecdcc9;
  padding: 10px;
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__overviewbox > p span {
    /* middle-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
    margin-top: 20px;
  }
}
.lp .lp09__overviewbox > img {
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 767px) {
  .lp .lp09__overviewbox > img {
    /* tablet-size */
    margin-top: 0;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__overviewbox > img {
    /* middle-size */
  }
}
.lp .lp09__overviewbox > dl {
  background-color: #D1D1D1;
  margin-top: 30px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__overviewbox > dl {
    /* middle-size */
    margin-top: 0;
  }
}
.lp .lp09__overviewbox > dl dt {
  font-size: 16px;
  font-size: 1.1428571429rem;
  background-color: #C90A0F;
  text-align: center;
  color: #D1D1D1;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__overviewbox > dl dt {
    /* middle-size */
    font-size: 21px;
    font-size: 1.5rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.lp .lp09__overviewbox > dl dt::before {
  content: "";
  display: block;
  background-image: url(../image/lp/sec09_ico01.png);
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__overviewbox > dl dt::before {
    /* middle-size */
    width: 33px;
    height: 33px;
  }
}
.lp .lp09__overviewbox > dl dd {
  padding: 15px;
}
@media only screen and (min-width: 767px) {
  .lp .lp09__overviewbox > dl dd {
    /* tablet-size */
    width: 100%;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__overviewbox > dl dd {
    /* middle-size */
    padding: 30px 20px;
  }
}
.lp .lp09__overviewbox > dl dd > ul li {
  color: #494949;
  font-weight: 700;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__overviewbox > dl dd > ul li {
    /* middle-size */
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__overviewbox > dl dd > ul li:nth-of-type(n+2) {
    /* middle-size */
    margin-top: 20px;
  }
}
.lp .lp09__tags {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__tags {
    /* middle-size */
    flex-wrap: nowrap;
    justify-content: inherit;
    margin-right: 0;
    margin-left: 0;
  }
}
.lp .lp09__tags li {
  width: calc(33.3333333333% - 3px);
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__tags li {
    /* middle-size */
    width: calc(16.6666666667% - 3px);
  }
}
.lp .lp09__tags li button {
  color: #ecdcc9;
  background-color: #C80B0F;
  font-size: 13px;
  font-size: 0.9285714286rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__tags li button {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
.lp .lp09__tags li button.active::after {
  background-color: #C80B0F;
}
.lp .lp09__content {
  margin-right: 3%;
  margin-left: 3%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__content {
    /* middle-size */
    margin-right: 0;
    margin-left: 0;
  }
}
.lp .lp09__tagcontent {
  margin-top: 20px;
  display: flex;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__tagcontent {
    /* middle-size */
    margin-top: 30px;
  }
}
.lp .lp09__tagcontent__box {
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__tagcontent__box {
    /* middle-size */
    flex-direction: row;
    margin-top: 10px;
    justify-content: space-between;
    align-items: inherit;
  }
}
.lp .lp09__tagcontent__box.active {
  display: flex;
}
.lp .lp09__tagcontent__sliderwrap {
  width: 97vw;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__tagcontent__sliderwrap {
    /* middle-size */
    width: 570px;
  }
}
.lp .lp09__tagcontent__slider img {
  cursor: pointer;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__tagcontent__thumbnail {
    /* middle-size */
  }
}
.lp .lp09__tagcontent__thumbnail img {
  cursor: pointer;
}
.lp .lp09__tagcontent__txtbox {
  color: #ecdcc9;
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__tagcontent__txtbox {
    /* middle-size */
    width: calc(100% - 600px);
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.lp .lp09__tagcontent__txtbox > h3, .lp .lp09__tagcontent__txtbox > p {
  font-family: "Kaisei HarunoUmi", serif;
  color: #ecdcc9;
}
.lp .lp09__tagcontent__txtbox h3 {
  font-weight: 400;
  width: 100%;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__tagcontent__txtbox h3 {
    /* middle-size */
    font-size: 28px;
    font-size: 2rem;
  }
}
.lp .lp09__tagcontent__txtbox p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
  text-align: justify;
}
@media only screen and (min-width: 1160px) {
  .lp .lp09__tagcontent__txtbox p {
    /* middle-size */
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-top: 30px;
    text-align: left;
  }
}

  .lp .lp09__btn_red{
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Kaisei HarunoUmi", serif;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 40px;
    text-align: center;
    position: relative;
    transition: all 0.3s linear;
    margin-top: 20px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.3));
    background-color: #8d2532;
    border: 2px solid #8d2532;
    display: block;
  }
.lp .lp09__btn_red:hover{
    opacity: 0.7;
  }
.lp .lp09__btn_red::after{
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: 900;
  transition: all 0.3s linear;
  color: #fff;
  content: "\f054";
  display: block;
  position: absolute;
  top: 30%;
  bottom: 30%;
  line-height: 1;
  right: 10px;
  margin: auto;
}


.lp .lp10 {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp10 {
    padding-top: 55px;
    padding-bottom: 100px;
    width: min(100%, 1160px);
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp10__outline {
  background-color: #000000;
}
.lp .lp10__pricebox {
  display: flex;
  border: 1px solid #B9801D;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__pricebox {
    /* middle-size */
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__pricebox > p {
    /* middle-size */
  }
}
.lp .lp10__pricebox > p:nth-of-type(1) {
  font-family: "Kaisei HarunoUmi", serif;
  color: #ecdcc9;
  line-height: 1.3;
  font-weight: 400;
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__pricebox > p:nth-of-type(1) {
    /* middle-size */
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
}
.lp .lp10__pricebox > p:nth-of-type(2) {
  font-family: "Kaisei HarunoUmi", serif;
  color: #ecdcc9;
  font-weight: 400;
  background-color: #13206C;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__pricebox > p:nth-of-type(2) {
    /* middle-size */
    font-size: 26px;
    font-size: 1.8571428571rem;
    width: 405px;
    padding: 10px 0;
    margin-top: 0;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 767px) {
  .lp .lp10__pricebox.layout2 {
    /* tablet-size */
    justify-content: space-between;
    padding: 20px 60px;
  }
}
.lp .lp10__pricebox.layout2 dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 767px) {
  .lp .lp10__pricebox.layout2 dl {
    /* tablet-size */
    width: 45%;
  }
}
.lp .lp10__pricebox.layout2 dl dt {
  text-align: left;
}
.lp .lp10__pricebox.layout2 dl dt, .lp .lp10__pricebox.layout2 dl dd {
  font-family: "Kaisei HarunoUmi", serif;
  color: #ecdcc9;
  font-weight: 400;
  width: calc(50% - 10px);
  margin-top: 10px;
  letter-spacing: 3px;
}
@media only screen and (min-width: 767px) {
  .lp .lp10__pricebox.layout2 dl dt, .lp .lp10__pricebox.layout2 dl dd {
    /* tablet-size */
    width: 50%;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__pricebox.layout2 dl dt, .lp .lp10__pricebox.layout2 dl dd {
    /* middle-size */
    font-size: 26px;
    font-size: 1.8571428571rem;
    padding: 10px 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 767px) {
  .lp .lp10__pricebox.layout2 dl dt:nth-of-type(n+2), .lp .lp10__pricebox.layout2 dl dd:nth-of-type(n+2) {
    /* tablet-size */
    margin-top: 10px;
  }
}
.lp .lp10__pricebox.layout2 dl dd {
  text-align: center;
  background-color: #13206C;
  margin-left: auto;
}
@media only screen and (min-width: 767px) {
  .lp .lp10__pricebox.layout3 {
    /* tablet-size */
    justify-content: space-between;
    padding: 20px 60px;
  }
}
.lp .lp10__pricebox.layout3 dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 767px) {
  .lp .lp10__pricebox.layout3 dl {
    /* tablet-size */
    width: 45%;
    justify-content: space-between;
  }
}
.lp .lp10__pricebox.layout3 dl::after {
  content: none;
}
.lp .lp10__pricebox.layout3 dl dt, .lp .lp10__pricebox.layout3 dl dd {
  font-family: "Kaisei HarunoUmi", serif;
  color: #ecdcc9;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 3px;
}
@media only screen and (min-width: 767px) {
  .lp .lp10__pricebox.layout3 dl dt, .lp .lp10__pricebox.layout3 dl dd {
    /* tablet-size */
    width: 50%;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__pricebox.layout3 dl dt, .lp .lp10__pricebox.layout3 dl dd {
    /* middle-size */
    font-size: 26px;
    font-size: 1.8571428571rem;
    padding: 10px 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 767px) {
  .lp .lp10__pricebox.layout3 dl dt:nth-of-type(n+2), .lp .lp10__pricebox.layout3 dl dd:nth-of-type(n+2) {
    /* tablet-size */
    margin-top: 10px;
  }
}
.lp .lp10__pricebox.layout3 dl dt {
  text-align: center;
  width: calc(40% - 5px);
}
@media only screen and (min-width: 767px) {
  .lp .lp10__pricebox.layout3 dl dt {
    /* tablet-size */
    width: calc(45% - 5px);
    text-align: right;
  }
}
.lp .lp10__pricebox.layout3 dl dd {
  width: calc(50% - 5px);
  text-align: center;
  background-color: #13206C;
}
@media only screen and (min-width: 767px) {
  .lp .lp10__pricebox.layout3 dl dd {
    /* tablet-size */
  }
}
.lp .lp10__tags {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__tags {
    /* middle-size */
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: 0;
  }
}
.lp .lp10__tags li {
  width: calc(50% - 3px);
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__tags li {
    /* middle-size */
    width: calc(16.6666666667% - 3px);
  }
}
.lp .lp10__tags li:nth-of-type(n+3) {
  margin-top: 7px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__tags li:nth-of-type(n+3) {
    /* middle-size */
    margin-top: 0;
  }
}
.lp .lp10__tags li button {
  color: #ecdcc9;
  background-color: #C80B0F;
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__tags li button {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
.lp .lp10__tags li button.active::after {
  background-color: #C80B0F;
}
.lp .lp10__tagcontent {
  display: flex;
  margin-top: 20px;
}
.lp .lp10__tagcontent__box {
  flex-direction: column;
  align-items: center;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__tagcontent__box {
    /* middle-size */
    flex-direction: row;
    margin-top: 10px;
    justify-content: space-between;
    align-items: inherit;
  }
}
.lp .lp10__tagcontent__box.active {
  display: flex;
}
.lp .lp10__tagcontent__sliderwrap {
  width: 97vw;
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__tagcontent__sliderwrap {
    /* middle-size */
    width: 570px;
  }
}
.lp .lp10__tagcontent__slider img {
  cursor: pointer;
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__tagcontent__thumbnail {
    /* middle-size */
  }
}
.lp .lp10__tagcontent__thumbnail img {
  cursor: pointer;
}
.lp .lp10__tagcontent__txtbox {
  color: #ecdcc9;
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__tagcontent__txtbox {
    /* middle-size */
    margin-right: 3%;
    margin-left: 0;
    width: calc(100% - 600px);
  }
}
.lp .lp10__tagcontent__txtbox > h3, .lp .lp10__tagcontent__txtbox > p {
  font-family: "Kaisei HarunoUmi", serif;
  color: #ecdcc9;
}
.lp .lp10__tagcontent__txtbox h3 {
  font-weight: 400;
  width: 100%;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__tagcontent__txtbox h3 {
    /* middle-size */
    font-size: 28px;
    font-size: 2rem;
  }
}
.lp .lp10__tagcontent__txtbox p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 10px;
  text-align: justify;
}
@media only screen and (min-width: 1160px) {
  .lp .lp10__tagcontent__txtbox p {
    /* middle-size */
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-top: 30px;
    text-align: left;
  }
}
.lp .lp11 {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11 {
    padding-top: 0;
    width: min(100%, 1160px);
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp11__outline {
  background-color: #684a16;
}
.lp .lp11__ttl span {
  font-size: 16px;
  font-size: 1.1428571429rem;
  display: block;
  line-height: 1.2;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__ttl span {
    /* middle-size */
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__img01 {
    /* middle-size */
    width: 415px;
    display: block;
    top: -50px;
    position: relative;
  }
}
.lp .lp11__overviewbox {
  display: flex;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__overviewbox {
    /* middle-size */
    margin-top: 50px;
    justify-content: space-between;
  }
}
.lp .lp11__overviewbox > p {
  font-family: "Kaisei HarunoUmi", serif;
  color: #ecdcc9;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 20px;
  text-align: justify;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__overviewbox > p {
    /* middle-size */
    font-size: 21px;
    font-size: 1.5rem;
    margin-top: 0;
    text-align: left;
  }
}
.lp .lp11__overviewbox img {
  display: block;
}
.lp .lp11__tags {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__tags {
    /* middle-size */
    flex-wrap: nowrap;
    justify-content: inherit;
  }
}
.lp .lp11__tags li {
  width: calc(50% - 3px);
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__tags li {
    /* middle-size */
    width: calc(16.6666666667% - 3px);
  }
}
.lp .lp11__tags li:nth-of-type(n+3) {
  margin-top: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__tags li:nth-of-type(n+3) {
    /* middle-size */
    margin-top: 0;
  }
}
.lp .lp11__tags li button {
  color: #ecdcc9;
  background-color: #944DFF;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__tags li button {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
.lp .lp11__tags li button.active::after {
  background-color: #944DFF;
}
.lp .lp11__content {
  margin-right: 3%;
  margin-left: 3%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__content {
    /* middle-size */
    margin-right: 0;
    margin-left: 0;
  }
}
.lp .lp11__tagcontent {
  margin-top: 30px;
  display: flex;
}
.lp .lp11__tagcontent__box {
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__tagcontent__box {
    /* middle-size */
    flex-direction: row;
    margin-top: 10px;
    justify-content: space-between;
    align-items: inherit;
  }
}
.lp .lp11__tagcontent__box.active {
  display: flex;
}
.lp .lp11__tagcontent__sliderwrap {
  width: 97vw;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__tagcontent__sliderwrap {
    /* middle-size */
    width: 570px;
  }
}
.lp .lp11__tagcontent__slider img {
  cursor: pointer;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__tagcontent__thumbnail {
    /* middle-size */
  }
}
.lp .lp11__tagcontent__thumbnail img {
  cursor: pointer;
}
.lp .lp11__tagcontent__txtbox {
  color: #ecdcc9;
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__tagcontent__txtbox {
    /* middle-size */
    width: calc(100% - 600px);
    margin-left: 3%;
    margin-right: 0;
  }
}
.lp .lp11__tagcontent__txtbox > h3, .lp .lp11__tagcontent__txtbox > p {
  font-family: "Kaisei HarunoUmi", serif;
  color: #ecdcc9;
}
.lp .lp11__tagcontent__txtbox h3 {
  text-align: center;
  font-weight: 700;
  width: 100%;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__tagcontent__txtbox h3 {
    /* middle-size */
    font-size: 28px;
    font-size: 2rem;
  }
}
.lp .lp11__tagcontent__txtbox p {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.1428571429rem;
  margin-top: 10px;
  text-align: justify;
}
@media only screen and (min-width: 1160px) {
  .lp .lp11__tagcontent__txtbox p {
    /* middle-size */
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-top: 30px;
    text-align: left;
  }
}
.lp .lp12 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 767px) {
  .lp .lp12 {
    /* tablet-size */
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp12 {
    padding-top: 0;
    padding-bottom: 0;
    width: min(100%, 1160px);
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp12__outline {
  background-color: #C1A787;
}
.lp .lp12__seetbox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (min-width: 767px) {
  .lp .lp12__seetbox {
    /* tablet-size */
    align-items: flex-start;
    flex-direction: row;
    margin-top: 40px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp12__seetbox {
    /* middle-size */
    align-items: flex-start;
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp12__seetbox > div {
    /* middle-size */
  }
}
@media only screen and (min-width: 767px) {
  .lp .lp12__seetbox > div:nth-of-type(1) {
    /* tablet-size */
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp12__seetbox > div:nth-of-type(1) {
    /* middle-size */
    width: calc(50% - 10px);
  }
}
.lp .lp12__seetbox > div:nth-of-type(1) dl {
  background-color: #b9801d;
  border-radius: 10px;
  padding: 20px 20px 30px;
  color: #4d350b;
}
@media only screen and (min-width: 767px) {
  .lp .lp12__seetbox > div:nth-of-type(1) dl {
    /* tablet-size */
    padding: 15px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp12__seetbox > div:nth-of-type(1) dl {
    /* middle-size */
    padding: 30px 20px;
    border-radius: 30px;
  }
}
.lp .lp12__seetbox > div:nth-of-type(1) dl dt {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  line-height: 1.3;
}
@media only screen and (min-width: 767px) {
  .lp .lp12__seetbox > div:nth-of-type(1) dl dt {
    /* tablet-size */
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp12__seetbox > div:nth-of-type(1) dl dt {
    /* middle-size */
    font-size: 40px;
    font-size: 2.8571428571rem;
  }
}
.lp .lp12__seetbox > div:nth-of-type(1) dl dd {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #4d350b;
}
@media only screen and (min-width: 767px) {
  .lp .lp12__seetbox > div:nth-of-type(1) dl dd {
    /* tablet-size */
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp12__seetbox > div:nth-of-type(1) dl dd {
    /* middle-size */
    margin-top: 20px;
    padding-top: 20px;
  }
}
.lp .lp12__seetbox > div:nth-of-type(1) dl dd ul li {
  font-weight: 700;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
}
@media only screen and (min-width: 1160px) {
  .lp .lp12__seetbox > div:nth-of-type(1) dl dd ul li {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
.lp .lp12__seetbox > div:nth-of-type(1) dl dd ul li:nth-of-type(n+2) {
  margin-top: 5px;
}
@media only screen and (min-width: 767px) {
  .lp .lp12__seetbox > div:nth-of-type(1) dl dd ul li:nth-of-type(n+2) {
    /* tablet-size */
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp12__seetbox > div:nth-of-type(1) dl dd ul li:nth-of-type(n+2) {
    /* middle-size */
    margin-top: 10px;
  }
}
.lp .lp12__seetbox > div:nth-of-type(1) img {
  margin-top: -20px;
}
@media only screen and (min-width: 767px) {
  .lp .lp12__seetbox > div:nth-of-type(1) img {
    /* tablet-size */
    margin-top: -10px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp12__seetbox > div:nth-of-type(1) img {
    /* middle-size */
    margin-top: -30px;
  }
}
.lp .lp12__seetbox > div:nth-of-type(2) {
  margin-top: 30px;
}
@media only screen and (min-width: 767px) {
  .lp .lp12__seetbox > div:nth-of-type(2) {
    /* tablet-size */
    width: calc(50% - 10px);
    margin-top: 0;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp12__seetbox > div:nth-of-type(2) {
    /* middle-size */
    margin-left: auto;
    width: calc(50% - 20px);
    margin-left: auto;
  }
}
.lp .lp12__seetbox > div:nth-of-type(2) h3 {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  background-color: #4D350B;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C1A787;
  border-radius: 6px;
  font-weight: 700;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 767px) {
  .lp .lp12__seetbox > div:nth-of-type(2) h3 {
    /* tablet-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp12__seetbox > div:nth-of-type(2) h3 {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
    padding: 15px 0;
  }
}
.lp .lp12__seetbox > div:nth-of-type(2) img:nth-of-type(2) {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  display: block;
}
@media only screen and (min-width: 1160px) {
  .lp .lp12__seetbox > div:nth-of-type(2) img:nth-of-type(2) {
    /* middle-size */
    width: 45%;
  }
}
.lp .lp12__seetbox > div:nth-of-type(2) p {
  color: #4d350b;
  text-align: center;
  font-weight: 700;
  margin-top: 5px;
}
@media only screen and (min-width: 767px) {
  .lp .lp12__seetbox > div:nth-of-type(2) p {
    /* tablet-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp12__seetbox > div:nth-of-type(2) p {
    /* middle-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
    margin-top: 10px;
  }
}
.lp .lp13 {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13 {
    width: min(100%, 1160px);
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp13__outline {
  background-color: #684A16;
}
.lp .lp13__ttl span {
  font-size: 12px;
  font-size: 0.8571428571rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__ttl span {
    /* middle-size */
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__overviewbox {
    /* middle-size */
    margin-top: 90px;
  }
}
.lp .lp13__overviewbox img {
  display: block;
}
.lp .lp13__overviewbox {
  display: flex;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__overviewbox {
    /* middle-size */
    margin-top: 50px;
    justify-content: space-between;
  }
}
.lp .lp13__overviewbox > p {
  font-family: "Kaisei HarunoUmi", serif;
  color: #ecdcc9;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__overviewbox > p {
    /* middle-size */
    font-size: 21px;
    font-size: 1.5rem;
  }
}
.lp .lp13__tags {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__tags {
    /* middle-size */
    flex-wrap: nowrap;
    justify-content: inherit;
  }
}
.lp .lp13__tags li {
  width: calc(20% - 3px);
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__tags li {
    /* middle-size */
    width: calc(10% - 3px);
  }
}
.lp .lp13__tags li button {
  color: #ecdcc9;
  background-color: #FF7E00;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__tags li button {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
.lp .lp13__tags li button.active::after {
  background-color: #FF7E00;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__content {
    /* middle-size */
  }
}
.lp .lp13__tagcontent {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__tagcontent {
    /* middle-size */
    justify-content: flex-start;
  }
}
.lp .lp13__tagcontent__box {
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__tagcontent__box {
    /* middle-size */
    flex-direction: row;
    justify-content: space-between;
    align-items: inherit;
  }
}
.lp .lp13__tagcontent__box.active {
  display: flex;
}
.lp .lp13__tagcontent__sliderwrap {
  width: 97vw;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__tagcontent__sliderwrap {
    /* middle-size */
    width: 570px;
  }
}
.lp .lp13__tagcontent__slider img {
  cursor: pointer;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__tagcontent__thumbnail {
    /* middle-size */
  }
}
.lp .lp13__tagcontent__thumbnail img {
  cursor: pointer;
}
.lp .lp13__tagcontent__txtbox {
  color: #ecdcc9;
  margin-top: 20px;
}
@media only screen and (min-width: 767px) {
  .lp .lp13__tagcontent__txtbox {
    /* tablet-size */
    width: 100%;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__tagcontent__txtbox {
    /* middle-size */
    width: calc(100% - 615px);
    margin-right: 0;
    margin-left: 0;
  }
}
.lp .lp13__tagcontent__txtbox > h3, .lp .lp13__tagcontent__txtbox > p {
  font-family: "Kaisei HarunoUmi", serif;
  color: #ecdcc9;
}
.lp .lp13__tagcontent__txtbox h3 {
  text-align: center;
  font-weight: 700;
  width: 100%;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.4285714286rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__tagcontent__txtbox h3 {
    /* middle-size */
    font-size: 28px;
    font-size: 2rem;
  }
}
.lp .lp13__tagcontent__txtbox p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
  text-align: justify;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__tagcontent__txtbox p {
    /* middle-size */
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-top: 30px;
    text-align: left;
  }
}
.lp .lp13__tagcontent__txtbox p span {
  border: 1px solid #ecdcc9;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp13__tagcontent__txtbox p span {
    /* middle-size */
  }
}
.lp .lp14 {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp14 {
    padding-top: 0;
    padding-bottom: 80px;
    width: min(100%, 1160px);
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp14__outline {
  background-color: #C1A787;
}
.lp .lp14__optionbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 20px;
}
@media only screen and (min-width: 767px) {
  .lp .lp14__optionbox {
    /* tablet-size */
    margin-top: 40px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp14__optionbox {
    /* middle-size */
    margin-top: 80px;
  }
}
@media only screen and (min-width: 767px) {
  .lp .lp14__optionbox > div {
    /* tablet-size */
    width: calc(50% - 10px);
    flex-direction: row;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp14__optionbox > div {
    /* middle-size */
    width: calc(50% - 10px);
    flex-direction: row;
  }
}
.lp .lp14__optionbox > div:nth-of-type(n+2) {
  margin-top: 20px;
}
@media only screen and (min-width: 767px) {
  .lp .lp14__optionbox > div:nth-of-type(n+2) {
    /* tablet-size */
    margin-top: 0;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp14__optionbox > div:nth-of-type(n+2) {
    /* middle-size */
  }
}
.lp .lp14__optionbox > div h3 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 900;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 4px solid #4D350B;
  color: #4d350b;
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp14__optionbox > div h3 {
    /* middle-size */
    font-size: 25px;
    font-size: 1.7857142857rem;
  }
}
.lp .lp14__optionbox > div div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp14__optionbox > div div {
    /* middle-size */
    margin-top: 20px;
    flex-direction: row;
  }
}
.lp .lp14__optionbox > div div img {
  display: block;
}
@media only screen and (min-width: 1160px) {
  .lp .lp14__optionbox > div div img {
    /* middle-size */
    width: 45%;
  }
}
.lp .lp14__optionbox > div div p {
  color: #4d350b;
  font-weight: 700;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  text-align: justify;
}
@media only screen and (min-width: 1160px) {
  .lp .lp14__optionbox > div div p {
    /* middle-size */
    width: calc(55% - 10px);
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-top: 0;
    text-align: left;
  }
}
.lp .lp15 {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp15 {
    padding-top: 60px;
    width: min(100%, 1160px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp15.short {
    width: min(100%, 760px);
  }
}
.lp .lp15__outline {
  background-color: #4A340E;
}
.lp .lp15 img {
  margin-top: 0px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp15 img {
    /* middle-size */
    margin-top: 95px;
  }
}
.lp .lp16 {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp16 {
    padding-top: 55px;
    width: min(100%, 1160px);
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp16__outline {
  background-color: #C1A787;
}
.lp .lp16__sec {
  margin-top: 40px;
}
.lp .lp16__sec:nth-of-type(n+2) {
  margin-top: 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp16__sec:nth-of-type(n+2) {
    /* middle-size */
    margin-top: 80px;
  }
}
.lp .lp16__sec h3 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  color: #4d350b;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1160px) {
  .lp .lp16__sec h3 {
    /* middle-size */
    font-size: 24px;
    font-size: 1.7142857143rem;
    margin-bottom: 20px;
  }
}
.lp .lp16__sec h3::before {
  content: "";
  display: block;
  margin-right: 10px;
  background-color: #4D350B;
  width: 5px;
  height: 32px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp16__sec h3::before {
    /* middle-size */
    width: 10px;
    height: 44px;
  }
}
.lp .lp16__sec dl {
  margin-top: 20px;
}
.lp .lp16__sec dl dt {
  cursor: pointer;
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  background-color: #4D350B;
  color: #c1a787;
  font-weight: 700;
  width: 100%;
  border-radius: 5px;
  padding: 10px 35px 10px 1.8em;
  text-indent: -1.2em;
  line-height: 1.5;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .lp .lp16__sec dl dt {
    /* tablet-size */
  }
}
.lp .lp16__sec dl dt::before, .lp .lp16__sec dl dt::after {
  transition: all 0.3s linear;
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #c1a787;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (min-width: 1160px) {
  .lp .lp16__sec dl dt::before, .lp .lp16__sec dl dt::after {
    /* middle-size */
    width: 3px;
    height: 25px;
    right: 30px;
  }
}
.lp .lp16__sec dl dt::after {
  transform: rotate(90deg);
}
.lp .lp16__sec dl dt.active::before {
  transform: rotate(90deg);
}
@media only screen and (min-width: 1160px) {
  .lp .lp16__sec dl dt {
    /* middle-size */
    font-size: 20px;
    font-size: 1.4285714286rem;
    text-indent: 0;
    border-radius: 8px;
    padding: 20px;
  }
}
.lp .lp16__sec dl dd {
  display: none;
  width: 100%;
  padding-top: 20px;
  color: #4d350b;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .lp .lp16__sec dl dd {
    /* tablet-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp16__sec dl dd {
    /* middle-size */
    font-size: 18px;
    font-size: 1.2857142857rem;
    padding: 20px;
  }
}
.lp .lp17 {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp17 {
    padding-top: 70px;
    padding-bottom: 20px;
    width: min(100%, 1160px);
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp17__outline {
  background-color: #fff;
}
.lp .lp17__txt01 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  text-align: center;
}
@media only screen and (min-width: 1160px) {
  .lp .lp17__txt01 {
    /* middle-size */
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.lp .lp17__txt02 {
  font-size: 10px;
  font-size: 0.7142857143rem;
  text-align: justify;
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp17__txt02 {
    /* middle-size */
    font-size: 14px;
    font-size: 1rem;
    text-align: center;
  }
}
.lp .lp17__img01 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 70%;
}
@media only screen and (min-width: 767px) {
  .lp .lp17__img01 {
    /* tablet-size */
    width: 50%;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp17__img01 {
    /* middle-size */
    width: 280px;
  }
}
.lp .lp17__img02 {
  display: block;
  margin-top: 40px;
}
.lp .lp17__img02.sp-only {
  display: block!important;
  margin: auto;
  margin-top: 40px;
}
.lp .lp17__img02.pc-only {
  display: none!important;
}
@media only screen and (min-width: 767px) {
  .lp .lp17__img02 {
    /* tablet-size */
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .lp .lp17__img02.sp-only {
  display: none!important;
  }
  .lp .lp17__img02.pc-only {
    display: block!important;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp17__img02 {
    /* middle-size */
    max-width: 1040px;
    width: 100%;
  }
}
.lp .lp18 {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp18 {
    padding-top: 70px;
    padding-bottom: 70px;
    width: min(100%, 1160px);
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp18__outline {
  background-color: #e0d1be;
}
.lp .lp18__txt01 {
  font-size: 10px;
  font-size: 0.7142857143rem;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp18__txt01 {
    /* middle-size */
    font-size: 14px;
    font-size: 1rem;
    text-align: center;
  }
}
.lp .lp18__img01 {
  display: block;
}
@media only screen and (min-width: 767px) {
  .lp .lp18__img01 {
    /* tablet-size */
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp18__img01 {
    /* middle-size */
    width: 500px;
  }
}
.lp button.lp19__tags01.active::before, .lp button.lp19__tags02.active::before {
  content: "";
  width: 1040px;
  height: 5px;
  display: block;
  position: absolute;
  bottom: -5px;
}
.lp button.lp19__tags01 {
  background-color: #162E62;
}
.lp button.lp19__tags01.active::before {
  background-color: #162E62;
  left: 0;
}
.lp button.lp19__tags02 {
  background-color: #8d2532;
}
.lp button.lp19__tags02.active::before {
  background-color: #8d2532;
  right: 0;
}
.lp .fifth button {
  background-color: #8d2532;
}
.lp .fifth button.active::before {
  background-color: #42210b;
  right: 0;
  content: "";
  height: 8px;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: calc(500% + 10px);
}
@media only screen and (min-width: 1160px) {
  .lp .fifth button.active::before {
    width: calc(500% + 20px);
  }
}
.lp .fifth button.lp19__tags01.active::before {
  left: 0;
}
.lp .fifth button.lp19__tags02.active::before {
  left: calc(-100% - 2.5px);
}
@media only screen and (min-width: 1160px) {
  .lp .fifth button.lp19__tags02.active::before {
    left: calc(-100% - 5px);
  }
}
.lp .fifth button.lp19__tags03.active::before {
  left: calc(-200% - 5px);
}
@media only screen and (min-width: 1160px) {
  .lp .fifth button.lp19__tags03.active::before {
    left: calc(-200% - 10px);
  }
}
.lp .fifth button.lp19__tags04.active::before {
  left: calc(-300% - 7.5px);
}
@media only screen and (min-width: 1160px) {
  .lp .fifth button.lp19__tags04.active::before {
    left: calc(-300% - 15px);
  }
}
.lp .fifth button.lp19__tags05.active::before {
  left: calc(-400% - 10px);
}
@media only screen and (min-width: 1160px) {
  .lp .fifth button.lp19__tags05.active::before {
    left: calc(-400% - 20px);
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19, .lp .fifth {
    width: min(100%, 1040px);
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp19__outline, .lp .fifth__outline {
  background-color: #e0d1be;
}
.lp .lp19__picup, .lp .fifth__picup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 12px;
}
.lp .lp19__picup li, .lp .fifth__picup li {
  width: calc(50% - 5px);
  margin-top: 10px;
  position: relative;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__picup li, .lp .fifth__picup li {
    /* middle-size */
    width: calc(33% - 8px);
  }
}
.lp .lp19__picup li:nth-of-type(1), .lp .fifth__picup li:nth-of-type(1) {
 /* width: 60%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;*/
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__picup li:nth-of-type(1), .lp .fifth__picup li:nth-of-type(1),.lp .lp19__picup li:nth-of-type(2), .lp .fifth__picup li:nth-of-type(2) {
    /* middle-size */
    width: 50%;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__picup li:nth-of-type(1) img, .lp .fifth__picup li:nth-of-type(1) img{
    /* middle-size */
    width: 375px;
    display: block;
    margin: 0 5px 5px 120px;
  }
}

@media only screen and (min-width: 1160px) {
  .lp .lp19__picup li:nth-of-type(2) img, .lp .fifth__picup li:nth-of-type(2) img {
    /* middle-size */
    width: 375px;
    display: block;
    margin: 0 auto 5px 10px;
  }
}
.lp .lp19__picup li:nth-of-type(1) .tooltip, .lp .fifth__picup li:nth-of-type(1) .tooltip {
  bottom: 52px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__picup li:nth-of-type(1) .tooltip, .lp .fifth__picup li:nth-of-type(1) .tooltip {
    /* middle-size */
    bottom: 92px;
  }
}
.lp .lp19__picup li:nth-of-type(2), .lp .lp19__picup li:nth-of-type(3), .lp .fifth__picup li:nth-of-type(2), .lp .fifth__picup li:nth-of-type(3) {
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__picup li:nth-of-type(4), .lp .fifth__picup li:nth-of-type(4) {
    /* middle-size */
    margin-top: 10px;
  }
}
.lp .lp19__picup li img, .lp .fifth__picup li img {
  cursor: pointer;
  filter: drop-shadow(2px 0px 3px rgba(0, 0, 0, 0.4));
  transform: translateZ(0);
}
.lp .lp19__picup li img:hover, .lp .fifth__picup li img:hover {
  animation: buruburu01 0.5s;
}
@keyframes buruburu01 {
  0% {
    transform: translate(0, 2px) rotateZ(0deg);
  }
  100% {
    transform: translate(0, 0) rotateZ(0deg);
  }
}
.lp .lp19__picup li .tooltip, .lp .fifth__picup li .tooltip {
  cursor: pointer;
  position: absolute;
  background-color: rgba(78, 60, 29, 0.8);
  color: white;
  border-radius: 0.3em;
  padding: 0;
  margin: 0.3em 0 0 0;
  display: none;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: fade-in;
  animation-duration: 0.5s;
  width: 200px;
  font-size: 14px;
  font-size: 1rem;
}
@media only screen and (min-width: 767px) {
  .lp .lp19__picup li .tooltip, .lp .fifth__picup li .tooltip {
    /* tablet-size */
    bottom: 75px;
    width: 400px;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.lp .lp19__picup li .tooltip:after, .lp .fifth__picup li .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid rgba(78, 60, 29, 0.8);
}
.lp .lp19__picup li .tooltip_inner, .lp .fifth__picup li .tooltip_inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0 15px;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 767px) {
  .lp .lp19__picup li .tooltip_inner, .lp .fifth__picup li .tooltip_inner {
    /* tablet-size */
    padding: 15px 0 15px;
  }
}
.lp .lp19__picup li .tooltip_inner img, .lp .fifth__picup li .tooltip_inner img {
  width: 30%;
  padding-right: 7%;
}
.lp .lp19__picup li .tooltip_inner p, .lp .fifth__picup li .tooltip_inner p {
  width: 90%;
  text-align: left;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lp .lp19__picup.kansai, .lp .fifth__picup.kansai {
  margin-top: 30px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__picup.kansai, .lp .fifth__picup.kansai {
    /* middle-size */
    margin-top: 40px;
  }
}
.lp .lp19__picup.kansai li, .lp .fifth__picup.kansai li {
  width: calc(50% - 5px);
  margin-top: 10px;
  filter: drop-shadow(2px 0px 3px rgba(0, 0, 0, 0.4));
  position: relative;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__picup.kansai li, .lp .fifth__picup.kansai li {
    /* middle-size */
    width: 335px;
  }
}
.lp .lp19__picup.kansai li:nth-of-type(1), .lp .fifth__picup.kansai li:nth-of-type(1) {
  width: calc(50% - 5px);
  margin-right: inherit;
  margin-left: inherit;
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__picup.kansai li:nth-of-type(1), .lp .fifth__picup.kansai li:nth-of-type(1) {
    /* middle-size */
    width: 335px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__picup.kansai li:nth-of-type(1) img, .lp .fifth__picup.kansai li:nth-of-type(1) img {
    /* middle-size */
    width: 375px;
    display: block;
    margin: 0 auto 10px;
  }
}
.lp .lp19__picup.kansai li:nth-of-type(1) .tooltip, .lp .fifth__picup.kansai li:nth-of-type(1) .tooltip {
  bottom: 52px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__picup.kansai li:nth-of-type(1) .tooltip, .lp .fifth__picup.kansai li:nth-of-type(1) .tooltip {
    /* middle-size */
    bottom: 92px;
  }
}
.lp .lp19__picup.kansai li:nth-of-type(2), .lp .lp19__picup.kansai li:nth-of-type(3), .lp .fifth__picup.kansai li:nth-of-type(2), .lp .fifth__picup.kansai li:nth-of-type(3) {
  margin-top: 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__picup.kansai li:nth-of-type(4), .lp .fifth__picup.kansai li:nth-of-type(4) {
    /* middle-size */
    margin-top: 10px;
  }
}
.lp .lp19__picup.kansai li img, .lp .fifth__picup.kansai li img {
  cursor: pointer;
}
.lp .lp19__picup.kansai li img:hover, .lp .fifth__picup.kansai li img:hover {
  animation: buruburu01 0.5s;
}
@keyframes buruburu01 {
  0% {
    transform: translate(0, 2px) rotateZ(0deg);
  }
  100% {
    transform: translate(0, 0) rotateZ(0deg);
  }
}
.lp .lp19__picup.kansai li .tooltip, .lp .fifth__picup.kansai li .tooltip {
  cursor: pointer;
  position: absolute;
  background-color: rgba(78, 60, 29, 0.8);
  color: white;
  border-radius: 0.3em;
  padding: 0;
  margin: 0.3em 0 0 0;
  display: none;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  animation-name: fade-in;
  animation-duration: 0.5s;
  width: 200px;
  font-size: 14px;
  font-size: 1rem;
}
@media only screen and (min-width: 767px) {
  .lp .lp19__picup.kansai li .tooltip, .lp .fifth__picup.kansai li .tooltip {
    /* tablet-size */
    bottom: 75px;
    width: 400px;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
}
.lp .lp19__picup.kansai li .tooltip:after, .lp .fifth__picup.kansai li .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid rgba(78, 60, 29, 0.8);
}
.lp .lp19__picup.kansai li .tooltip_inner, .lp .fifth__picup.kansai li .tooltip_inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0 15px;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 767px) {
  .lp .lp19__picup.kansai li .tooltip_inner, .lp .fifth__picup.kansai li .tooltip_inner {
    /* tablet-size */
    padding: 15px 0 15px;
  }
}
.lp .lp19__picup.kansai li .tooltip_inner img, .lp .fifth__picup.kansai li .tooltip_inner img {
  width: 30%;
  padding-right: 7%;
}
.lp .lp19__picup.kansai li .tooltip_inner p, .lp .fifth__picup.kansai li .tooltip_inner p {
  width: 90%;
  text-align: left;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lp .lp19__ranking, .lp .fifth__ranking {
  margin-top: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__ranking, .lp .fifth__ranking {
    /* middle-size */
    margin-top: 30px;
    overflow: inherit;
  }
}
.lp .lp19__ranking.top_rank, .lp .fifth__ranking.top_rank {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__ranking.top_rank, .lp .fifth__ranking.top_rank {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1160px) {
  .lp .lp19__tags,.lp .lp19__tags2, .lp .fifth__tags {
  display: flex;
  justify-content: space-between;
}
}
.lp .lp19__tags,.lp .lp19__tags2, .lp .fifth__tags {
  display: flex;
  justify-content: space-between;
}
.lp .lp19__tags.fifth li, .lp .fifth__tags.fifth li {
  width: calc(20% - 2px);
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__tags.fifth li, .lp .fifth__tags.fifth li {
    /* middle-size */
    width: calc(20% - 4px);
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__tags.fifth li button, .lp .fifth__tags.fifth li button {
    font-size: 2rem;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0.4;
  }
}
.lp .lp19__tags li, .lp .lp19__tags2 li,.lp .fifth__tags li {
  width: calc(50% - 1px);
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__tags li, .lp .fifth__tags li {
    /* middle-size */
    width: calc(50% - 8px);
  }
}
.lp .lp19__tags li button,.lp .lp19__tags2 li button, .lp .fifth__tags li button {
  transition: all 0.3s linear;
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  cursor: pointer;
  display: flex;
  border: none;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  opacity: 0.5;
}

@media only screen and (min-width: 1160px) {
  .lp .lp19__tags li button, .lp .fifth__tags li button {
    /* middle-size */
    font-size: 42px;
    font-size: 3rem;
  }
}
.lp .lp19__tags li button:hover, .lp .lp19__tags li button.active,
.lp .lp19__tags2 li button:hover, .lp .lp19__tags2 li button.active,
.lp .fifth__tags li button:hover, .lp .fifth__tags li button.active {
  opacity: 1;
}
.lp .lp19__tagcontent, .lp .fifth__tagcontent {
  margin-top: 30px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__tagcontent, .lp .fifth__tagcontent {
    /* middle-size */
    margin-top: 50px;
  }
}
.lp .lp19__tagcontent__ttl, .lp .fifth__tagcontent__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.4285714286rem;
  text-align: center;
  color: #644b20;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__tagcontent__ttl, .lp .fifth__tagcontent__ttl {
    /* middle-size */
    font-size: 38px;
    font-size: 2.7142857143rem;
    letter-spacing: 12px;
  }
}

.lp .lp19__tagcontent__box, .lp .fifth__tagcontent__box {
  flex-direction: column;
  align-items: center;
  display: none;
  background-color: inherit;
  position: relative;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__tagcontent__box, .lp .fifth__tagcontent__box {
    /* middle-size */
    margin-top: 10px;
    justify-content: space-between;
    align-items: inherit;
  }
}
.lp .lp19__tagcontent__box.active, .lp .fifth__tagcontent__box.active {
  display: flex;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__tagcontent__box.active, .lp .fifth__tagcontent__box.active {
    /* middle-size */
  }
  .lp .lp19__tagcontent__box.active::before, .lp .fifth__tagcontent__box.active::before {
    display: none;
  }
}
.lp .lp19__list, .lp .fifth__list {
  margin-top: 30px;
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list, .lp .fifth__list {
    /* middle-size */
    margin-top: 55px;
  }
}
.lp .lp19__list__img, .lp .fifth__list__img {
  width: 110px;
  margin: auto;
}
@media only screen and (min-width: 767px) {
  .lp .lp19__list__img, .lp .fifth__list__img {
    /* tablet-size */
    width: 130px;
    margin-top: auto;
    margin-right: inherit;
    margin-left: inherit;
    margin-bottom: inherit;
  }
}
.lp .lp19__item:nth-of-type(n+2), .lp .fifth__item:nth-of-type(n+2) {
  margin-top: 40px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__item:nth-of-type(n+2), .lp .fifth__item:nth-of-type(n+2) {
    /* middle-size */
    margin-top: 100px;
  }
}
.lp .lp19__item h4, .lp .fifth__item h4 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.2857142857rem;
  text-align: center;
  color: #644B20;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../image/lp/lp02_rank_bg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 288px;
  height: 57px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__item h4, .lp .fifth__item h4 {
    /* middle-size */
    width: 460px;
    height: 90px;
    font-size: 24px;
  }
}
.lp .lp19__item h4.ttl_wide, .lp .fifth__item h4.ttl_wide {
  font-size: 16px;
  font-size: 1.1428571429rem;
  width: 94%;
  height: 77px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__item h4.ttl_wide, .lp .fifth__item h4.ttl_wide {
    /* middle-size */
    font-size: 22px;
    font-size: 1.5714285714rem;
    width: 510px;
    height: 100px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__item h4.ttl_wide::before, .lp .fifth__item h4.ttl_wide::before {
    /* middle-size */
    left: 20px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__item h4.ttl_wide::after, .lp .fifth__item h4.ttl_wide::after {
    /* middle-size */
    right: 20px;
  }
}
.lp .lp19__item h4::before, .lp .lp19__item h4::after, .lp .fifth__item h4::before, .lp .fifth__item h4::after {
  transition: all 0.3s linear;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f521";
  color: #ba9e71;
  font-size: 12px;
  display: block;
  position: absolute;
  line-height: 1;
  bottom: 50%;
  top: 42%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__item h4::before, .lp .lp19__item h4::after, .lp .fifth__item h4::before, .lp .fifth__item h4::after {
    /* middle-size */
    font-size: 20px;
    bottom: -4px;
  }
}
.lp .lp19__item h4::before, .lp .fifth__item h4::before {
  left: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__item h4::before, .lp .fifth__item h4::before {
    /* middle-size */
    left: 50px;
  }
}
.lp .lp19__item h4::after, .lp .fifth__item h4::after {
  right: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__item h4::after, .lp .fifth__item h4::after {
    /* middle-size */
    right: 50px;
  }
}
.lp .lp19__card__outline, .lp .fifth__card__outline {
  margin-top: 15px;
  position: relative;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__card__outline, .lp .fifth__card__outline {
    /* middle-size */
    display: flex;
    justify-content: space-between;
    border: 0;
    padding: 0;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__card__outline::before, .lp .lp19__card__outline::after, .lp .fifth__card__outline::before, .lp .fifth__card__outline::after {
    /* middle-size */
    content: "";
    position: absolute;
    display: block;
    width: 1120px;
    height: 77px;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -39px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__card__outline::before, .lp .fifth__card__outline::before {
    /* middle-size */
    top: -45px;
    background-image: url(../image/lp/lp02_rank_bg02top_lg.png);
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__card__outline, .lp .fifth__card__outline {
    /* middle-size */
  }
  .lp .lp19__card__outline::after, .lp .fifth__card__outline::after {
    bottom: -50px;
    background-image: url(../image/lp/lp02_rank_bg02btm_lg.png);
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__card__outline.top::before, .lp .lp19__card__outline.top::after, .lp .fifth__card__outline.top::before, .lp .fifth__card__outline.top::after {
    /* middle-size */
    content: "";
    width: 1070px;
    height: 77px;
    left: -26px;
  }
}
.lp .lp19__card, .lp .fifth__card {
  background-color: #fff;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.3));
  display: block;

}
@media only screen and (min-width: 1160px) {
  .lp .lp19__card, .lp .fifth__card {
    /* middle-size */
    width: calc(50% - 15px);
  }
}
.lp .lp19__card:nth-of-type(n+2), .lp .fifth__card:nth-of-type(n+2) {
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__card:nth-of-type(n+2), .lp .fifth__card:nth-of-type(n+2) {
    /* middle-size */
    margin-top: 0;
  }
}
.lp .lp19__card img, .lp .fifth__card img {
  transition: all 0.3s linear;
}
.lp .lp19__card:hover img, .lp .lp19__card:hover .lp19__list__term, .lp .lp19__card:hover .lp19__list__wrap, .lp .fifth__card:hover img, .lp .fifth__card:hover .lp19__list__term, .lp .fifth__card:hover .lp19__list__wrap {
  opacity: 0.7;
}
.lp .lp19__list__wrap, .lp .fifth__list__wrap {
  padding: 10px;
  transition: all 0.3s linear;
  background-color: #fff;
}
.lp .lp19__list__term, .lp .fifth__list__term {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.2857142857rem;
  text-align: center;
  color: #efe8db;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  width: 100%;
  background-color: #362303;
  position: relative;
  transition: all 0.3s linear;
}
.lp .lp19__list__term_eco {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.2857142857rem;
  text-align: center;
  color: #efe8db;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  width: 100%;
  background-color: #362303;
  position: relative;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__term, .lp .fifth__list__term {
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
}
.lp .lp19__list__term.economy::after, .lp .fifth__list__term.economy::after {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-family: Arial, Helvetica, sans-serif;
  content: "エコノミークラス";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 400;
  color: #fff;
  background-color: #C45B23;
  padding: 5px;
  height: 9px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__term.economy::after, .lp .fifth__list__term.economy::after {
    /* middle-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
    height: 12px;
    padding: 10px;
  }
}

@media only screen and (min-width: 1160px) {
  .lp .lp19__list__term.business::after, .lp .fifth__list__term.business::after {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-family: Arial, Helvetica, sans-serif;
  content: "ビジネスクラス利用";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 400;
  color: #fff;
  background-color: #162E62;
  padding: 5px;
  height: 9px;
}
  .lp .lp19__list__term.business::after, .lp .fifth__list__term.business::after {
    /* middle-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
    height: 12px;
    padding: 10px;
  }
}

.lp .lp19__list__ttl_business{
  font-size: 16px;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
  content: "ビジネスクラス";
  display: block;
  margin: auto;
  font-weight: 400;
  color: #fff;
  background-color: #162E62;
  padding: 5px;
}

.lp .lp19__list__sttl, .lp .fifth__list__sttl {
  font-size: 14px;
  font-size: 1rem;
  color: #2c1c06;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__sttl, .lp .fifth__list__sttl {
    /* middle-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.lp .lp19__list__box01, .lp .fifth__list__box01 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__box01, .lp .fifth__list__box01 {
    /* middle-size */
    flex-direction: row;
  }
}
.lp .lp19__list__txt01, .lp .fifth__list__txt01 {
  color: #8c1a10;
  font-weight: 700;
  font-size: 30px;
  font-size: 2.1428571429rem;
  text-align: left;
  font-family: "Kaisei HarunoUmi", serif;
  margin-top: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__txt01, .lp .fifth__list__txt01 {
    /* middle-size */
    font-size: 28px;
    font-size: 2rem;
  }
}
.lp .lp19__list__txt01 em, .lp .fifth__list__txt01 em {
  font-size: 30px;
  font-size: 2.1428571429rem;
  font-style: inherit;
  position: relative;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__txt01 em, .lp .fifth__list__txt01 em {
    /* middle-size */
    font-size: 28px;
    font-size: 2rem;
  }
}
.lp .lp19__list__txt01 em::after, .lp .fifth__list__txt01 em::after {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-family: Arial, Helvetica, sans-serif;
  content: "旅行代金";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -38px;
  bottom: 0;
  color: #8c1a10;
  font-weight: 700;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__txt01 em::after, .lp .fifth__list__txt01 em::after {
    /* middle-size */
    top: -43px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.lp .lp19__list__txt01 small, .lp .fifth__list__txt01 small {
  font-size: 14px;
  font-size: 1rem;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__txt01 small, .lp .fifth__list__txt01 small {
    /* middle-size */
    font-size: 17px;
    font-size: 1.2142857143rem;
  }
}
.lp .lp19__list__tag, .lp .fifth__list__tag {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
  justify-content: space-between;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__tag, .lp .fifth__list__tag {
    /* middle-size */
    flex-direction: column;
    justify-content: inherit;
    width: auto;
    margin-top: 0;
  }
}
.lp .lp19__list__tag li, .lp .fifth__list__tag li {
  font-size: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #E0DBD1;
  color: #2c1c06;
  border-radius: 3px;
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 700;
  width: calc(50% - 5px);
  padding: 5px 10px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__tag li, .lp .fifth__list__tag li {
    /* middle-size */
    font-size: 14px;
    font-size: 1rem;
    padding: 8px 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__tag li:nth-of-type(n+2), .lp .fifth__list__tag li:nth-of-type(n+2) {
    /* middle-size */
    margin-top: 5px;
  }
}
.lp .lp19__list__box02, .lp .lp19__list__day-bl, .lp .fifth__list__day-bl, .lp .lp19__list__day-pu, .lp .fifth__list__day-pu, .lp .fifth__list__box02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  flex-direction: column;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__box02, .lp .lp19__list__day-bl, .lp .fifth__list__day-bl, .lp .lp19__list__day-pu, .lp .fifth__list__day-pu, .lp .fifth__list__box02 {
    /* middle-size */
    flex-direction: row;
  }
}
.lp .lp19__list__box02 ul, .lp .lp19__list__day-bl ul, .lp .fifth__list__day-bl ul, .lp .lp19__list__day-pu ul, .lp .fifth__list__day-pu ul, .lp .fifth__list__box02 ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__box02 ul, .lp .lp19__list__day-bl ul, .lp .fifth__list__day-bl ul, .lp .lp19__list__day-pu ul, .lp .fifth__list__day-pu ul, .lp .fifth__list__box02 ul {
    /* middle-size */
  }
}
.lp .lp19__list__box02 ul li, .lp .lp19__list__day-bl ul li, .lp .fifth__list__day-bl ul li, .lp .lp19__list__day-pu ul li, .lp .fifth__list__day-pu ul li, .lp .fifth__list__box02 ul li {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 22px;
  font-size: 1.5714285714rem;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin-left: 2px;
  margin-right: 2px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__box02 ul li, .lp .lp19__list__day-bl ul li, .lp .fifth__list__day-bl ul li, .lp .lp19__list__day-pu ul li, .lp .fifth__list__day-pu ul li, .lp .fifth__list__box02 ul li {
    font-size: 20px;
    font-size: 1.4285714286rem;
    width: 36px;
    height: 36px;
    line-height: 32px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
.lp .lp19__list__box02 p, .lp .lp19__list__day-bl p, .lp .fifth__list__day-bl p, .lp .lp19__list__day-pu p, .lp .fifth__list__day-pu p, .lp .fifth__list__box02 p {
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 18px;
  font-size: 1.2857142857rem;
  color: #4d350b;
  font-weight: 700;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__box02 p, .lp .lp19__list__day-bl p, .lp .fifth__list__day-bl p, .lp .lp19__list__day-pu p, .lp .fifth__list__day-pu p, .lp .fifth__list__box02 p {
    /* middle-size */
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
}
.lp .lp19__list__day, .lp .fifth__list__day {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.lp .lp19__list__day-pu ul li, .lp .fifth__list__day-pu ul li {
  background-color: #9F0F60;
}
.lp .lp19__list__day-bl ul li, .lp .fifth__list__day-bl ul li {
  background-color: #2558CA;
}
.lp .lp19__list__day-pu, .lp .lp19__list__day-bl, .lp .fifth__list__day-pu, .lp .fifth__list__day-bl {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  margin-top: 0px;
  padding-left: 32px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__day-pu, .lp .lp19__list__day-bl, .lp .fifth__list__day-pu, .lp .fifth__list__day-bl {
    /* middle-size */
    width: auto;
    padding-left: 0px;
  }
}
.lp .lp19__list__link, .lp .fifth__list__link {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__link, .lp .fifth__list__link {
    /* middle-size */
    flex-direction: column;
    width: auto;
    justify-content: inherit;
    margin-top: 0;
  }
}
.lp .lp19__list__link object, .lp .fifth__list__link object {
  width: calc(50% - 5px);
  display: block;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__link object, .lp .fifth__list__link object {
    /* middle-size */
    width: 100%;
  }
}
.lp .lp19__list__btn, .lp .lp19__list__btn-brown, .lp .fifth__list__btn-brown, .lp .lp19__list__btn-blue, .lp .fifth__list__btn-blue, .lp .fifth__list__btn {
  font-size: 13px;
  font-size: 0.9285714286rem;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 12px 5px;
  text-align: center;
  position: relative;
  transition: all 0.3s linear;
  width: calc(50% - 5px);
  line-height: 1;
}
.lp .lp19__list__btn-blue{
    font-size: 1.2rem;
    padding: 10px 5px !important;
}

@media only screen and (min-width: 1160px) {
  .lp .lp19__list__btn, .lp .lp19__list__btn-brown, .lp .fifth__list__btn-brown, .lp .lp19__list__btn-blue, .lp .fifth__list__btn-blue, .lp .fifth__list__btn {
    /* middle-size */
    font-size: 20px;
    font-size: 1.4285714286rem;
    padding: 10px 35px;
    width: 100%;
  }
}
.lp .lp19__list__btn::after, .lp .lp19__list__btn-brown::after, .lp .fifth__list__btn-brown::after, .lp .lp19__list__btn-blue::after, .lp .fifth__list__btn-blue::after, .lp .fifth__list__btn::after {
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: 900;
  transition: all 0.3s linear;
  color: #fff;
  content: "\f054";
  display: block;
  position: absolute;
  top: 30%;
  bottom: 30%;
  line-height: 1;
  right: 6px;
  margin: auto;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__btn::after, .lp .lp19__list__btn-brown::after, .lp .fifth__list__btn-brown::after, .lp .lp19__list__btn-blue::after, .lp .fifth__list__btn-blue::after, .lp .fifth__list__btn::after {
    /* middle-size */
    top: 30%;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.lp .lp19__list__btn-blue, .lp .fifth__list__btn-blue {
  background-color: #192E5E;
  border: 2px solid #192E5E;
}
.lp .lp19__list__btn-blue:hover, .lp .fifth__list__btn-blue:hover {
  color: #192E5E;
  background-color: #fff;
}
.lp .lp19__list__btn-blue:hover::after, .lp .fifth__list__btn-blue:hover::after {
  color: #192E5E;
}
.lp .lp19__list__btn-brown, .lp .fifth__list__btn-brown {
  background-color: #9B7B43;
  border: 2px solid #9B7B43;
  cursor: pointer;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__list__btn-brown, .lp .fifth__list__btn-brown {
    /* middle-size */
    margin-top: 10px;
  }
}
.lp .lp19__list__btn-brown:hover, .lp .fifth__list__btn-brown:hover {
  color: #9B7B43;
  background-color: #fff;
}
.lp .lp19__list__btn-brown:hover::after, .lp .fifth__list__btn-brown:hover::after {
  color: #9B7B43;
}
.lp .lp19__btn, .lp .lp19__btn-blue, .lp .fifth__btn-blue, .lp .lp19__btn-red, .lp .fifth__btn-red, .lp .fifth__btn {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-family: "Kaisei HarunoUmi", serif;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 40px;
  text-align: center;
  position: relative;
  transition: all 0.3s linear;
  margin-top: 30px;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.3));
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__btn, .lp .lp19__btn-blue, .lp .fifth__btn-blue, .lp .lp19__btn-red, .lp .fifth__btn-red, .lp .fifth__btn {
    /* middle-size */
    font-size: 34px;
    font-size: 2.4285714286rem;
    margin: 70px auto 0;
    padding: 24px 0;
    width: 400px;
  }
}
.lp .lp19__btn::after, .lp .lp19__btn-blue::after, .lp .fifth__btn-blue::after, .lp .lp19__btn-red::after, .lp .fifth__btn-red::after, .lp .fifth__btn::after {
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: 900;
  transition: all 0.3s linear;
  color: #fff;
  content: "\f054";
  display: block;
  position: absolute;
  top: 30%;
  bottom: 30%;
  line-height: 1;
  right: 10px;
  margin: auto;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__btn::after, .lp .lp19__btn-blue::after, .lp .fifth__btn-blue::after, .lp .lp19__btn-red::after, .lp .fifth__btn-red::after, .lp .fifth__btn::after {
    /* middle-size */
    font-size: 14px;
    font-size: 1rem;
    font-size: 25px;
    right: 20px;
    top: 35%;
  }
}
.lp .lp19__btn-red, .lp .fifth__btn-red {
  background-color: #8d2532;
  border: 2px solid #8d2532;
}
.lp .lp19__btn-red:hover, .lp .fifth__btn-red:hover {
  background-color: #fff;
  color: #8d2532;
}
.lp .lp19__btn-red:hover::after, .lp .fifth__btn-red:hover::after {
  color: #8d2532;
}
.lp .lp19__btn-blue, .lp .fifth__btn-blue {
  background-color: #162e62;
  border: 2px solid #162e62;
}
.lp .lp19__btn-blue:hover, .lp .fifth__btn-blue:hover {
  background-color: #fff;
  color: #162e62;
}
.lp .lp19__btn-blue:hover::after, .lp .fifth__btn-blue:hover::after {
  color: #162e62;
}

.lp .tours-btn-box {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  width: calc(100% - 20px);
  margin: auto;
  margin-top: 40px;
  margin-bottom: 45px;
  gap: 12px 12px;
}
@media only screen and (min-width: 1160px) {
  .lp .tours-btn-box {
    grid-template-columns: 1fr 1fr;
    margin-top: 90px;
    margin-bottom: 60px;
    gap: 15px 18px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.lp .tours-btn-box .lp19__btn-red {
  margin: 0;
  font-size: 1.2rem;
  padding: 12px 0;
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .lp .tours-btn-box .lp19__btn-red .lp19__btn-blue{
    display:flex;
    justify-content: center;
      align-items: center;
    font-size: 1.8rem;
      line-height: 1.1;
    padding: 14px 0;
    width: 380px;
  }
}

.lp .lp19__txt01, .lp .fifth__txt01 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-family: "Kaisei HarunoUmi", serif;
  text-align: center;
  color: #644b20;
  font-weight: 700;
  margin-top: 40px;
}
@media only screen and (min-width: 767px) {
  .lp .lp19__txt01, .lp .fifth__txt01 {
    /* tablet-size */
    font-size: 30px;
    font-size: 2.1428571429rem;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__txt01, .lp .fifth__txt01 {
    /* middle-size */
    margin-top: 80px;
    font-size: 40px;
    font-size: 2.8571428571rem;
  }
}
.lp .lp19__table, .lp .fifth__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__table, .lp .fifth__table {
    /* middle-size */
  }
}
.lp .lp19__table__wrap, .lp .fifth__table__wrap {
  margin-top: 20px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__table__wrap, .lp .fifth__table__wrap {
    /* middle-size */
    width: min(100%, 940px);
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp19__table__wrap p, .lp .fifth__table__wrap p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  margin-top: 10px;
  color: #644b20;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__table__wrap p, .lp .fifth__table__wrap p {
    /* middle-size */
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.lp .lp19__table th, .lp .lp19__table td, .lp .fifth__table th, .lp .fifth__table td {
  border-right: 1px solid #e0d1be;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .lp .lp19__table th, .lp .lp19__table td, .lp .fifth__table th, .lp .fifth__table td {
    /* tablet-size */
    padding: 10px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__table th, .lp .lp19__table td, .lp .fifth__table th, .lp .fifth__table td {
    /* middle-size */
    padding: 20px;
  }
}
.lp .lp19__table th, .lp .fifth__table th {
  font-family: "Kaisei HarunoUmi", serif;
  background-color: #947f5a;
  width: 14.2857142857%;
  color: #EFE8DB;
  font-weight: 700;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__table th, .lp .fifth__table th {
    /* middle-size */
    font-size: 27px;
    font-size: 1.9285714286rem;
  }
}
.lp .lp19__table td, .lp .fifth__table td {
  background-color: #B3A48A;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__table__mark, .lp .fifth__table__mark {
    /* middle-size */
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
}
.lp .lp19__table__mark-pu, .lp .fifth__table__mark-pu {
  color: #9F0F60;
}
.lp .lp19__table__mark-bl, .lp .fifth__table__mark-bl {
  color: #2558CA;
}
@media only screen and (min-width: 1160px) {
  .lp .lp20 {
    width: min(100%, 1366px);
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .lp20__outline {
  background-color: #000;
}
.lp .intro-list_container {
  transition: all 0.3s linear;
  overflow-x: auto;
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 999;
}
@media only screen and (min-width: 767px) {
  .lp .intro-list_container {
    /* tablet-size */
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .lp .intro-list_container {
    /* middle-size */
    display: flex;
    transition: all 0.3s linear;
    bottom: 0;
    justify-content: flex-end;
    z-index: 1001;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    margin-left: auto;
    width: 100px;
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) {
  .lp .intro-list_container.active {
    /* tablet-size */
    opacity: 1;
  }
}
.lp .intro-list_container.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 999;
}
@media only screen and (min-width: 767px) {
  .lp .intro-list_container.fixed {
    /* tablet-size */
    max-width: 1080px;
    margin: 0 auto;
    border-bottom: none;
  }
}
.lp .intro-list {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;

}
@media screen and (min-width: 1200px) {
  .lp .intro-list {
    /* middle-size */
    background-color: initial;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
}
.lp .intro-list__item {
  margin-right: 3px;
}
@media only screen and (min-width: 1160px) {
  .lp .intro-list__item {
    /* middle-size */
    margin-right: 0;
  }
}
.lp .intro-list__item:nth-last-of-type() {
  margin-right: 0;
}
.lp .intro-list__link {
  font-size: 11px;
  font-size: 0.7857142857rem;
  color: #222;
  padding: 7px 10px;
  height: auto;
  border-radius: 0;
  font-weight: 700;
  border-radius: 5px;
  background-color: #B6B6B6;
  line-height: 1.2;
  min-height: 3.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .lp .intro-list__link {
    /* tablet-size */
    font-size: 15px;
    font-size: 1.0714285714rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px 0;
    min-height: 60px;
  }
}
.lp .intro-list__link:hover, .lp .intro-list__link.active {
  color: #138EFF;
}
@media screen and (min-width: 1200px) {
  .lp .intro-list__item {
    /* tablet-size */
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    width: 100%;
  }
}
.lp .intro-list__item a {
  transition: all 0.3s linear;
}
.lp .intro-list__item a span {
  text-align: center;
  display: block;
}
.lp .intro-list__item.current a {
  color: #138EFF;
}
.lp .intro-list__item.pagetop a,
.lp .intro-list__item.pageclose a{
  font-size: 12px;
  font-size: 0.8571428571rem;
  transition: all 0.3s linear;
  background-color: #A17A38;
  border: 2px solid #A17A38;
  color: #fff;
  width: 100%;
  display: block;
  border-radius: 50px;
  font-weight: 700;
  padding: 2px 10px;
}
@media only screen and (min-width: 767px) {
  .lp .intro-list__item.pagetop a {
    /* middle-size */
  }
}
@media screen and (min-width: 1200px) {
  .lp .intro-list__item.pagetop a,
.lp .intro-list__item.pageclose a{
    /* middle-size */
    font-size: 11px;
    font-size: 0.7857142857rem;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .intro-list__item.pagetop a:hover,
.lp .intro-list__item.pageclose a:hover{
  background-color: #fff;
  color: #A17A38;
}
@media screen and (min-width: 1200px) {
  .lp .intro-list__item:nth-of-type(n+2) {
    /* tablet-size */
    margin-top: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .lp .intro-list__item, .lp .intro-list__item--cat {
    /* middle-size */
    line-height: 1.4;
  }
}
.lp .lpconversion__outline {
  transition: all 0.3s linear;
  position: fixed;
  width: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
  z-index: 1;
  left: 0;
  margin: auto;
  transform: translateY(200%);
}
@media only screen and (min-width: 767px) {
  .lp .lpconversion__outline {
    /* tablet-size */
    width: 80%;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lpconversion__outline {
    /* middle-size */
    width: 600px;
  }
}
.lp .lpconversion__outline.active {
  transform: translateY(0%);
}
.lp .lpconversion__imgbox {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.lp .lpconversion__imgbox::after {
  transition: all 0.3s linear;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: 900;
  content: "\f077";
  z-index: 10;
  font-size: 16px;
  display: block;
  position: absolute;
  right: 3px;
  bottom: 8px;
  color: #fff;
  line-height: 1;
}
@media only screen and (min-width: 767px) {
  .lp .lpconversion__imgbox::after {
    /* tablet-size */
    bottom: 15px;
    right: -2px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lpconversion__imgbox::after {
    font-size: 22px;
    right: 4px;
    bottom: 16px;
  }
}
.lp .lpconversion__imgbox.active::after {
  transform: rotate(180deg);
}
.lp .lpconversion__box {
  cursor: pointer;
  background-color: #b9801d;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media only screen and (min-width: 1160px) {
  .lp .lpconversion__box {
    /* middle-size */
    padding-top: 15px;
  }
}
.lp .lpconversion__img01 {
  height: 17px;
margin-bottom: 5px;
}
@media only screen and (min-width: 767px) {
  .lp .lpconversion__img01 {
    /* tablet-size */
    height: 50px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lpconversion__img01 {
    /* middle-size */
    height: 27px;
    margin-left: 15px;
    margin-bottom: 10px;
  }
}
.lp .lpconversion__img02 {
  position: absolute;
  bottom: 0;
  width: 30vw;
  right: 91px;
  bottom: -5px;
}
@media only screen and (min-width: 767px) {
  .lp .lpconversion__img02 {
    /* tablet-size */
    width: 18vw;
    right: 12vw;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lpconversion__img02 {
    /* middle-size */
    width: 120px;
    right: 109px;
    bottom: -5px;
  }
}
.lp .lpconversion__img03 {
  width: 51px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 36px;
  top: -4px;
}
@media only screen and (min-width: 767px) {
  .lp .lpconversion__img03 {
    /* tablet-size */
    width: 80px;
    right: 22px;
    top: 0px;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lpconversion__img03 {
    /* middle-size */
    width: 72px;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    right: 39px;
    top: -6px;
  }
}
.lp .lpconversion__daybox {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lpconversion__daybox {
    /* middle-size */
  }
}
.lp .lpconversion__daybox li {
  background-color: #4d350b;
  font-size: 17px;
  font-size: 1.2rem;
  font-weight: 900;
  width: 100%;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #e6d4bf;
}
.lp .lpconversion__daybox li:nth-of-type(1) {
  border-top-left-radius: 5px;
}
.lp .lpconversion__daybox li:nth-of-type(3) {
  border-top-right-radius: 5px;
}
.lp .lpconversion__link {
  display: none;
  margin-top: -1px;
}
.lp .lpconversion__link > div {
  display: flex;
  justify-content: space-between;
  padding-right: 2%;
  padding-left: 2%;
  padding-bottom: 20px;
  background-color: #b9801d;
}
@media only screen and (min-width: 1160px) {
  .lp .lpconversion__link > div {
    /* middle-size */
    padding-bottom: 0;
  }
}
.lp .lpconversion__link > div dl {
  width: 50%;
  background-color: #4d350b;
  display: flex;
  flex-direction: column;
}
.lp .lpconversion__link > div dl dt {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 900;
  width: 100%;
  display: block;
  padding: 8px 0;
  text-align: center;
  color: #e6d4bf;
}
.lp .lpconversion__link > div dl dd ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp .lpconversion__link > div dl dd ul li:nth-of-type(n+2) {
  border-top: 1px solid #b9801d;
}
.lp .lpconversion__link > div dl dd ul li a, .lp .lpconversion__link > div dl dd ul li span {
  font-size: 18px;
  font-size: 1.2857142857rem;
  transition: all 0.3s linear;
  font-weight: 900;
  width: 100%;
  display: block;
  padding: 8px 0;
  text-align: center;
  color: #362303;
  background-color: #e6d4bf;
}
.lp .lpconversion__link > div dl dd ul li a:hover {
  color: #e6d4bf;
  background-color: #362303;
}
.lp .step {
  border: 1px solid #483500;
  background-color: #483500;
  padding: 15px 5px;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.3s linear;
  width: 98%;
}
@media only screen and (min-width: 1160px) {
  .lp .step {
    /* middle-size */
    width: min(100%, 1000px);
    margin-right: auto;
    margin-left: auto;
  }
}
.lp .step.active {
  background-color: #483500;
}
.lp .step.default:hover {
  opacity: 0.7;
}
.lp .step.kansai {
  margin-top: 0px;
}
@media only screen and (min-width: 1160px) {
  .lp .step.kansai {
    /* middle-size */
    margin-top: 0px;
  }
}
.lp .step p {
  font-family: "Zen Old Mincho", serif;
  transition: all 0.3s linear;
  font-size: 29px;
  font-size: 2.0714285714rem;
  line-height: 1.2;
  color: #e0d1be;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1160px) {
  .lp .step p {
    /* middle-size */
    font-size: 40px;
    font-size: 2.8571428571rem;
  }
}
.lp .step p::after {
  font-family: "Font Awesome 6 Free";
  display: block;
  font-weight: 900;
  transition: all 0.3s linear;
  font-size: 25px;
  height: 25px;
  content: "+";
  position: absolute;
  right: 5px;
  top: 50%;
  bottom: 50%;
  margin: auto;
  transition: all 0.3s linear;
  color: #e0d1be;
}
.lp .step p.active {
  color: #e0d1be;
}
.lp .step p.active::after {
  transform: rotate(45deg);
  color: #e0d1be;
}
.lp .step ul {
  display: none;
  margin-top: 30px;
}
@media only screen and (min-width: 1160px) {
  .lp .step ul {
    /* middle-size */
  }
}
@media only screen and (min-width: 1160px) {
  .lp .step ul.active {
    /* middle-size */
    overflow: hidden;
  }
}
@media only screen and (min-width: 1160px) {
  .lp .step ul li {
    /* middle-size */
    width: calc(33.3333333333% - 10px);
    float: left;
  }
}
.lp .step ul li:nth-of-type(n+2) {
  margin-top: 30px;
}
@media only screen and (min-width: 1160px) {
  .lp .step ul li:nth-of-type(n+2) {
    /* middle-size */
    margin-top: 0;
    margin-left: 15px;
  }
}
.lp .tours-btn-box {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  width: calc(100% - 20px);
  margin: auto;
  margin-top: 40px;
  margin-bottom: 45px;
  gap: 12px 12px;
}

@media (max-width: 767px){.lp .tours-btn-box2 {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  width: calc(100% - 20px);
  margin: auto;
  margin-top: 40px;
  margin-bottom: 45px;
  gap: 12px 12px;
}
}
@media only screen and (min-width: 1160px) {
  .lp .tours-btn-box {
    grid-template-columns: 1fr 1fr;
    margin-top: 90px;
    margin-bottom: 60px;
    gap: 15px 18px;
    width: -moz-fit-content;
    width: fit-content;
  }
    .lp .tours-btn-box2 {
    margin-left: 330px;
    margin-top: 90px;
    margin-bottom: 60px;
    gap: 15px 18px;
  }
}
.lp .tours-btn-box .lp19__btn-red ,.lp .tours-btn-box .lp19__btn-blue,.lp .tours-btn-box2 .lp19__btn-red ,.lp .tours-btn-box2 .lp19__btn-blue{
  margin: 0;
  font-size: 1.2rem;
  padding: 12px 0;
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .lp .tours-btn-box .lp19__btn-red ,.lp .tours-btn-box .lp19__btn-blue,.lp .tours-btn-box2 .lp19__btn-red ,.lp .tours-btn-box2 .lp19__btn-blue{
    display:flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1.1;
    padding: 14px 0;
    width: 380px;
  }
}
.lp .lp99__btn_red{
    font-size: 16px;
    font-size: 1.4rem;
    font-family: "Kaisei HarunoUmi", serif;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    padding: 16px 25px;
    text-align: center;
    position: relative;
    transition: all 0.3s linear;
    margin-top: 20px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.3));
    background-color: #8d2532;
    border: 2px solid #8d2532;
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
@media only screen and (min-width: 1160px) {
 .lp .lp99__btn_red{
    font-size: 16px;
    font-size: 1.8rem;
    font-family: "Kaisei HarunoUmi", serif;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    padding: 25px 40px;
    text-align: center;
    position: relative;
    transition: all 0.3s linear;
    margin-top: 20px;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.3));
    background-color: #8d2532;
    border: 2px solid #8d2532;
    display: block;
    width: 510px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.lp .lp99__btn_red:hover{
    opacity: 0.7;
  }
.lp .lp99__btn_red::after{
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: 900;
  transition: all 0.3s linear;
  color: #fff;
  content: "\f054";
  display: block;
  position: absolute;
  top: 30%;
  bottom: 30%;
  line-height: 1;
  right: 10px;
  margin: auto;
}

/* サイドナビ */
#side_nav{
	position: fixed;
	width:140px;
	height: 100vh;
	right: 0;
	z-index: 2000;
	top:100px;
}
@media only screen and (max-width: 767px) {
	#side_nav{
		display: none
	}
}
@media only screen and (min-width: 767px) {
	#intro-list_container{
		display: none
	}
}
#side_nav .inr{
	height: 510px;
	position: relative;
	display: flex;
}
#slide{
	position: relative;
	right: 0;
	width: 100%;
	display: flex
}
#sbtn{
	width: 40px;
    padding-left: 8px;
    padding-top: 5px;
}
#grp{
	width: 100px;
}
#side_nav a{
	margin-bottom: 2px;
	text-align: center;
	font-size: 15px;
	transition: all 0.3s linear;
}
.cla span{
	color: #2B91ED;
}
#fixed_nav{
	z-index: 2000;
	width: 100%;
	padding-top: 6px;
}
#fixed_nav a{
	font-size: 13px;
	border: 2px solid #A17A38;
	background:#A17A38;
	color: #FFF;
	border-radius: 100px;
	text-align: center;
	display: block;
	padding: 7px 0;
	line-height: 1;
	font-weight: bold;
	width: 100px;
	margin-left: auto
}
#btn_side_nav{
	background: #AE0429;
	display: block;
	color: #FFF;
	width:32px;
	height: 31px;
	font-size: 18px;
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0px;
	font-weight: bold;
	font-size: 26px !important;
	line-height: 1;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#btn_side_nav span{
	transition: transform 0.5s;
}
.menu-off span{
	transform: rotate(45deg);
	display: block;
}
.menu-on span{
	transform: rotate(0deg);
	display: block;
}
#open_nav{
	display: none;
}
.swiper-wrapper{
	margin-left: 2%;
}
.arw_business{
	display:block;
	width: 180px;
	color: #162E62;
	right: 3px;
	bottom: 61%;
	z-index: 2;
	position: absolute;
}
.lp .lp19__list__day-pu ul,
.lp .lp19__list__day-bl ul{
	margin-left: -40px!important;
}
.ranking_pc{
	display: none;
}
.tit_ranking_economy{
	width: 100%;
	text-align: center;
	background: #8C1A10;
	font-size: 20px;
	color: #FFF;
	padding: 10px;
	margin-bottom: 15px;
}

.tit_ranking_business{
	width: 100%;
	text-align: center;
	background: #192E5E;
	font-size: 20px;
	color: #FFF;
	padding: 10px;
	margin-bottom: 15px;
}
#tab_narita{
	display: none
}
@media only screen and (min-width: 767px) {
	.arw_business,.ranking_sp{
		display: none
	}
	.ranking_pc{
		display: block;
	}
	.swiper-wrapper{
		margin-left: 0%;
	}
    .lp .lp19__list__day-pu ul,
    .lp .lp19__list__day-bl ul{
        margin-left: 0px!important;
    }
}

.lp .lp19__ranking.top_rank, .lp .fifth__ranking.top_rank {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__ranking.top_rank, .lp .fifth__ranking.top_rank {
    margin-top: 10px;
  }
}
.lp .lp19__tags, .lp .fifth__tags {
  display: flex;
  justify-content: space-between;
}
.lp .lp19__tags.fifth li, .lp .fifth__tags.fifth li {
  width: calc(20% - 2px);
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__tags.fifth li, .lp .fifth__tags.fifth li {
    /* middle-size */
    width: calc(20% - 4px);
  }
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__tags.fifth li button, .lp .fifth__tags.fifth li button {
    font-size: 2rem;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0.6;
  }
}
.lp .lp19__tags li, .lp .fifth__tags li {
  width: calc(50% - 1px);
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__tags li, .lp .fifth__tags li {
    /* middle-size */
    width: calc(50% - 8px);
  }
}
.lp .lp19__tags li button, .lp .fifth__tags li button {
  transition: all 0.3s linear;
  font-family: "Kaisei HarunoUmi", serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  cursor: pointer;
  display: flex;
  border: none;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  opacity: 0.6;
}
@media only screen and (min-width: 1160px) {
  .lp .lp19__tags li button, .lp .fifth__tags li button {
    /* middle-size */
    font-size: 42px;
    font-size: 3rem;
  }
}
.lp .lp19__tags li button:hover, .lp .lp19__tags li button.active, .lp .fifth__tags li button:hover, .lp .fifth__tags li button.active {
  opacity: 1;
}

.lp .fifth button {
  background-color: #42210B;
}
@media only screen and (min-width: 1160px) {
  .lp .fifth button.active::before {
  width: calc(500% + 20px);
}
}

/* トップページのタブのタイトル(全国発トルコツアー) */
.top_tag_box .tag_title {
  background: #bc9b1e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  position: relative;
  margin-bottom: 5px;
}

.top_tag_box .tag_title p br {
  display: none;
}

.top_tag_box .tag_title p {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  padding: 9px 0;
  position: relative;
  font-weight: 900;
}

@media only screen and (min-width: 1160px) {
  .top_tag_box {
    display: flex;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    margin-top: 20px;
    background-color: #e0d1be;
    padding: 5px;
    border-radius: 6px;
  }
  .top_tag_box .tag_title {
    width: 150px;
    margin: 0 5px 0 0;
  }
  .top_tag_box .tag_title p {
    font-size: 1.1rem;
  }
  .top_tag_box .tag_title p br {
    display: block;
  }
}

.top_tag_box {
    width: 98%;
    position: relative;
    margin: 20px auto;
    background-color: #e0d1be;
    padding: 10px;
    border-radius: 6px;
  }

.tooltips {
  position: relative; /* ツールチップの位置の基準に */
  cursor: pointer; /* カーソルを当てたときにポインターに */
}

/* ツールチップのテキスト */
.tooltips-text {
  opacity: 0; /* はじめは隠しておく */
  visibility: hidden; /* はじめは隠しておく */
  position: absolute; /* 絶対配置 */
  left: 50%; /* 親に対して中央配置 */
  transform: translateX(-50%); /* 親に対して中央配置 */
  bottom: -20px; /* 親要素下からの位置 */
  display: inline-block;
  padding: 15px; /* 余白 */
  /*white-space: nowrap;  テキストを折り返さない */
  font-size: 1.2rem; /* フォントサイズ */
  line-height: 1.3; /* 行間 */
  background: #333; /* 背景色 */
  color: #fff; /* 文字色 */
  border-radius: 6px; /* 角丸 */
  transition: 0.3s ease-in; /* アニメーション */
  width:80%;
}

@media only screen and (min-width: 1160px) {
  .tooltips-text {
  opacity: 0; /* はじめは隠しておく */
  visibility: hidden; /* はじめは隠しておく */
  position: absolute; /* 絶対配置 */
  left: 60%; /* 親に対して中央配置 */
  transform: translateX(-50%); /* 親に対して中央配置 */
  bottom: -80px; /* 親要素下からの位置 */
  display: inline-block;
  padding: 15px; /* 余白 */
  /*white-space: nowrap;  テキストを折り返さない */
  font-size: 1.2rem; /* フォントサイズ */
  line-height: 1.3; /* 行間 */
  background: #333; /* 背景色 */
  color: #fff; /* 文字色 */
  border-radius: 3px; /* 角丸 */
  transition: 0.3s ease-in; /* アニメーション */
  width:50%;
}
}

/* ホバー時にツールチップの非表示を解除 */
.tooltips:hover .tooltips-text {
  opacity: 1;
  visibility: visible;
}
