@charset "UTF-8";
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  min-width: 11.6rem;
  font-size: 0.2rem;
  color: #000;
}

a {
  color: #000;
}

.wrapper {
  overflow: hidden;
}

.container {
  width: 11rem;
  margin: 0 auto;
}

.fixed_btn {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.72rem);
          transform: translateY(1.72rem);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  background-color: #ccc;
}

.fixed_btn .btn {
  margin-top: -0.15rem;
  text-align: center;
}

.fixed_btn .btn img {
  width: 5.67rem;
}

.fixed_btn.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: fixed;
  bottom: 0;
}

.cmn_header .wrap {
  height: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmn_header .logo img {
  width: 1.825rem;
}

.cmn_header .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmn_header .lists li {
  padding: 0.02rem 0;
  border-right: 1px solid #9d7c25;
}

.cmn_header .lists li a {
  padding: 0.05rem 0.28rem;
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  color: #9d7c25;
}

.cmn_header .lists li:first-of-type {
  border-left: 1px solid #9d7c25;
}

.cmn_footer {
  padding: 0.15rem 0 0.15rem;
  text-align: center;
  background-color: #9d7c25;
}

.cmn_footer small {
  display: block;
  font-size: 0.18rem;
  color: #fff;
}

.mv {
  padding: 0.4rem 0 0.55rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../../img/lp2/mv/mv.jpg);
}

.mv .txt01 img {
  width: 5.72rem;
}

.mv .tit {
  margin: 0.26rem 0 0;
}

.mv .tit img {
  width: 6.075rem;
}

.mv .wrap {
  margin-top: -0.46rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mv .txt02 img {
  width: 5.61rem;
}

.mv .btn img {
  width: 5.5rem;
}

.sec01 {
  padding: 0.77rem 0 0.35rem;
  text-align: center;
}

.sec01 .tit {
  margin-bottom: 0.26rem;
}

.sec01 .tit img {
  width: 5.11rem;
}

.sec01 .img img {
  width: 10.99rem;
}

.sec02 {
  padding: 1.7rem 0 1.65rem;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url(../../img/lp2/sec02/bg.jpg);
}

.sec02 .img img {
  width: 10.97rem;
}

.sec02 .tit {
  margin: 0.54rem 0 0.27rem;
}

.sec02 .tit img {
  width: 6.11rem;
}

.sec02 .txt img {
  width: 8.095rem;
}

.sec03 {
  padding: 0.25rem 0 0.95rem;
  text-align: center;
}

.sec03 .tit {
  margin-bottom: 0.6rem;
}

.sec03 .tit img {
  width: 6rem;
}

.sec03 .lists {
  position: relative;
}

.sec03 .lists::before {
  content: "";
  width: 2.42rem;
  height: 4.23rem;
  position: absolute;
  top: -0.67rem;
  right: 2.3rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../img/lp2/sec03/img.png);
}

.sec03 .lists li img {
  width: 10rem;
}

.sec03 .lists li:not(:last-of-type) {
  margin-bottom: 0.25rem;
}

.sec04 {
  padding: 0.8rem 0 1.13rem;
  text-align: center;
  background-color: #666;
}

.sec04 .tit {
  margin-bottom: 0.52rem;
}

.sec04 .tit img {
  width: 5.39rem;
}

.sec04 .sec04_swiper {
  padding: 0 0 0.45rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.sec04 .swiper-slide img {
  width: 100%;
}

.sec04 .swiper-button-next,
.sec04 .swiper-button-prev {
  width: 0.52rem;
  height: 0.52rem;
  top: 39.3%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: url(../../img/lp2/sec04/arrow.png) no-repeat center center/contain;
}

.sec04 .swiper-button-next::after,
.sec04 .swiper-button-prev::after {
  content: "";
}

.sec04 .swiper-button-next:hover,
.sec04 .swiper-button-prev:hover {
  opacity: 0.7;
}

.sec04 .swiper-button-prev {
  left: 3.85rem;
}

.sec04 .swiper-button-next {
  right: 3.85rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sec04 .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  opacity: 1;
}

.sec04 .swiper-pagination-bullets {
  bottom: 0 !important;
}

.sec04 .swiper-pagination-bullet-active {
  background-color: #c6a141;
}

.sec04 .swiper-pagination-bullet {
  margin: 0 0.05rem !important;
}

.sec04 .txt {
  display: inline-block;
  margin-top: 0.4rem;
  font-size: 0.28rem;
  line-height: 1.85;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
  position: relative;
}

.sec04 .txt::before, .sec04 .txt::after {
  content: "";
  width: 0.48rem;
  height: 1.615rem;
  position: absolute;
  top: calc(50% - 0.66rem);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../img/lp2/sec04/txt_add.png);
}

.sec04 .txt::before {
  left: -0.9rem;
}

.sec04 .txt::after {
  right: -0.9rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.sec04 .txt .strong {
  font-weight: 700;
}

.sec04 .txt .gold {
  color: #c6a141;
  font-weight: 700;
}

.cta {
  padding: 0.77rem 0 0.93rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../img/lp2/cta/bg.jpg);
}

.cta .content {
  width: 11rem;
}

.cta .tit {
  padding: 0.06rem 0 0.2rem;
  background-color: #000;
  text-align: center;
}

.cta .tit img {
  width: 5.44rem;
}

.cta .inner {
  padding: 0.3rem 0.5rem 0.35rem 1.7rem;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 0.03rem 0.08rem;
          box-shadow: rgba(0, 0, 0, 0.24) 0 0.03rem 0.08rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.cta .inner::before {
  content: "";
  width: 2.82rem;
  height: 5.18rem;
  position: absolute;
  bottom: 0;
  left: -0.7rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../img/lp2/cta/img.png);
}

.cta .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta .cat {
  padding-top: 0.18rem;
}

.cta .cat img {
  width: 3.95rem;
}

.cta .present {
  width: 4.6rem;
  padding: 0.27rem 0 0.23rem;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0 0.02rem 0.08rem 0;
          box-shadow: rgba(99, 99, 99, 0.2) 0 0.02rem 0.08rem 0;
}

.cta .present::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: -0.14rem;
  left: -0.35rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../img/lp2/cta/present_add.png);
}

.cta .present_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta .present_tit {
  margin-bottom: 0.27rem;
  text-align: center;
}

.cta .present_tit img {
  width: 3.47rem;
}

.cta .present_img {
  margin-right: 0.1rem;
}

.cta .present_img img {
  width: 1.76rem;
}

.cta .lists {
  width: 2.36rem;
}

.cta .lists li {
  font-size: 0.18rem;
}

.cta .lists li:not(:last-of-type) {
  margin-bottom: 0.2rem;
}

.cta .btn {
  margin: 0.18rem 1.25rem 0 0;
  text-align: center;
  position: relative;
}

.cta .btn::before {
  content: "";
  width: 1.19rem;
  height: 1.245rem;
  position: absolute;
  top: -0.65rem;
  left: 0.44rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../img/lp2/cta/btn_add.png);
}

.cta .btn img {
  width: 7.2rem;
}

.cta .btn a:hover {
  opacity: 1;
}

.cta .notes {
  margin: 0.07rem 0 0 -1.17rem;
  text-align: center;
  font-size: 0.18rem;
  letter-spacing: 0.1em;
}

.sec05 {
  padding: 0.8rem 0 0.9rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../img/lp2/sec05/bg.jpg);
}

.sec05 .content {
  width: 11rem;
  text-align: center;
  padding: 0.7rem 0 0.65rem;
  border: 1px solid #fff;
}

.sec05 .tit {
  margin-bottom: 0.3rem;
}

.sec05 .tit img {
  width: 4.16rem;
}

.sec05 .txt {
  font-size: 0.24rem;
  letter-spacing: 0.1em;
  line-height: 2.22;
  color: #fff;
}

.sec05 .txt .strong {
  font-size: 0.26rem;
  font-weight: 900;
}

.sec06 {
  padding: 0.93rem 0 1rem;
  position: relative;
}

.sec06::before, .sec06::after {
  content: "";
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sec06::before {
  height: 3.03rem;
  top: 0;
  background-image: url(../../img/lp2/sec06/bg_add01.png);
}

.sec06::after {
  height: 3.13rem;
  bottom: -0.06rem;
  background-image: url(../../img/lp2/sec06/bg_add02.png);
}

.sec06 .tit {
  margin-bottom: 0.6rem;
  text-align: center;
}

.sec06 .tit img {
  width: 2.98rem;
}

.sec06 .lists .item {
  width: 11rem;
}

.sec06 .lists .item:not(:last-of-type) {
  margin-bottom: 0.7rem;
}

.sec06 .point {
  text-align: center;
}

.sec06 .point img {
  width: auto;
  height: 0.845rem;
}

.sec06 .content {
  padding: 0.44rem 0.4rem 0.4rem;
  background-color: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0 0.07rem 0.29rem 0;
          box-shadow: rgba(100, 100, 111, 0.2) 0 0.07rem 0.29rem 0;
}

.sec06 .list_tit {
  margin-bottom: 0.31rem;
  text-align: center;
  font-size: 0.36rem;
  color: #9d7c25;
  letter-spacing: 0.1em;
}

.sec06 .list_tit .strong {
  font-weight: 900;
}

.sec06 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec06 .img {
  padding-top: 0.15rem;
  width: 5.1rem;
}

.sec06 .txt {
  width: 4.8rem;
  font-size: 0.22rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}

.sec06 .txt p:not(:last-of-type) {
  margin-bottom: 0.15rem;
}

.sec06 .txt .marker {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e9dcb9));
  background: -webkit-linear-gradient(transparent 60%, #e9dcb9 60%);
  background: linear-gradient(transparent 60%, #e9dcb9 60%);
}

.sec06 .item01_intro {
  margin-top: 1.3rem;
  padding: 0.03rem 0.4rem 0.3rem;
  background-color: #f4efe4;
  position: relative;
  z-index: 1;
}

.sec06 .item01_intro::before {
  content: "";
  width: 6.3rem;
  height: 6rem;
  border-radius: 10rem;
  position: absolute;
  z-index: -1;
  top: -0.7rem;
  left: calc(50% - 3.15rem);
  background-color: #f4efe4;
}

.sec06 .item01_intro .item01_tit {
  text-align: center;
  font-size: 0.36rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #9d7c25;
  position: relative;
}

.sec06 .item01_intro .item01_tit::before {
  content: "";
  width: 0.36rem;
  height: 0.365rem;
  position: absolute;
  top: -0.43rem;
  left: calc(50% - 0.18rem);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../img/lp2/sec06/item01_tit_add.png);
}

.sec06 .item01_intro .item01_txt {
  margin: 0.25rem 0 0.59rem;
  text-align: center;
  font-size: 0.22rem;
}

.sec06 .item01_intro .trainer:not(:last-of-type) {
  margin-bottom: 0.67rem;
}

.sec06 .item01_intro .trainer .trainer_wrap {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #c6a141;
  border-bottom: 1px solid #c6a141;
}

.sec06 .item01_intro .trainer .pic {
  width: 1.8rem;
  margin-right: 0.3rem;
}

.sec06 .item01_intro .trainer .pic img {
  width: 100%;
}

.sec06 .item01_intro .trainer .trainer_txt {
  color: #9d7c25;
  letter-spacing: 0.1em;
}

.sec06 .item01_intro .trainer .trainer_txt .pos {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.2rem;
}

.sec06 .item01_intro .trainer .trainer_txt .name {
  font-size: 0.32rem;
  font-weight: 900;
}

.sec06 .item01_intro .trainer .lists_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec06 .item01_intro .trainer .item01_lists {
  width: 50%;
}

.sec06 .item01_intro .trainer .item01_lists dt,
.sec06 .item01_intro .trainer .item01_lists dd {
  letter-spacing: 0.1em;
}

.sec06 .item01_intro .trainer .item01_lists dt {
  margin-bottom: 0.1rem;
  padding-left: 0.43rem;
  font-size: 0.24rem;
  font-weight: 700;
  position: relative;
}

.sec06 .item01_intro .trainer .item01_lists dt::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sec06 .item01_intro .trainer .item01_lists dd {
  padding-left: 0.3rem;
  font-size: 0.2rem;
  line-height: 1.9;
  position: relative;
}

.sec06 .item01_intro .trainer .item01_lists dd::before {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  position: absolute;
  top: 0.2rem;
  left: 0.13rem;
  border-radius: 50%;
  background-color: #000;
}

.sec06 .item01_intro .trainer .item01_lists.adjust {
  width: 100%;
}

.sec06 .item01_intro .trainer .lists01 dt::before {
  width: 0.3rem;
  height: 0.3rem;
  top: calc(50% - 0.15rem);
  left: 0;
  background-image: url(../../img/lp2/sec06/item01_lists_add01.png);
}

.sec06 .item01_intro .trainer .lists02 dt::before {
  width: 0.28rem;
  height: 0.365rem;
  top: calc(50% - 0.185rem);
  left: 0;
  background-image: url(../../img/lp2/sec06/item01_lists_add02.png);
}

.sec07 {
  padding: 0.9rem 0 0.95rem;
  background-color: #ddd;
}

.sec07 .tit {
  margin-bottom: 0.6rem;
  text-align: center;
}

.sec07 .tit img {
  width: 2.97rem;
}

.sec07 .ac {
  width: 10rem;
  margin: 0 auto;
}

.sec07 .ac:not(:last-of-type) {
  margin-bottom: 0.4rem;
}

.sec07 .ac:not(:first-of-type) .ac_child {
  display: none;
}

.sec07 .ac_parent {
  padding-left: 0.95rem;
  line-height: 0.8rem;
  position: relative;
  font-size: 0.36rem;
  font-weight: 900;
  cursor: pointer;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #9d7c25;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}

.sec07 .ac_parent span {
  display: block;
  position: relative;
}

.sec07 .ac_parent span::before {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec07 .ac_parent::before, .sec07 .ac_parent::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.sec07 .ac_parent::before {
  top: 50%;
  right: 0.38rem;
  width: 0.33rem;
  height: 0.03rem;
}

.sec07 .ac_parent::after {
  right: 0.52rem;
  width: 0.03rem;
  height: 0.33rem;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.sec07 .ac_parent.p01 span::before {
  width: 0.46rem;
  height: 0.46rem;
  top: calc(50% - 0.23rem);
  left: -0.7rem;
  background-image: url(../../img/lp2/sec07/logo01.png);
}

.sec07 .ac_parent.p02 span::before {
  width: 0.46rem;
  height: 0.47rem;
  top: calc(50% - 0.23rem);
  left: -0.7rem;
  background-image: url(../../img/lp2/sec07/logo02.png);
}

.sec07 .ac_parent.p03 span::before {
  width: 0.33rem;
  height: 0.46rem;
  top: calc(50% - 0.23rem);
  left: -0.7rem;
  background-image: url(../../img/lp2/sec07/logo03.png);
}

.sec07 .ac_child {
  padding: 0.3rem 0.5rem 0.37rem;
  background-color: #fff;
  border-radius: 0 0 0.15rem 0.15rem;
}

.sec07 .ac_child .img01 {
  margin-bottom: 0.4rem;
  text-align: center;
}

.sec07 .ac_child .img01 img {
  width: 6.28rem;
}

.sec07 .ac_child .img02 {
  margin-bottom: 0.57rem;
  text-align: center;
}

.sec07 .ac_child .img02 img {
  width: 100%;
}

.sec07 .ac_child .list_tit01 {
  text-align: center;
  padding-bottom: 0.17rem;
  font-size: 0.25rem;
  color: #9d7c25;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #9d7c25;
}

.sec07 .ac_child .list_tit01 .strong {
  font-size: 0.32rem;
  font-weight: 900;
}

.sec07 .ac_child .list_tit02 {
  margin-bottom: 0.1rem;
  padding-bottom: 0.2rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 900;
  color: #9d7c25;
  border-bottom: 1px solid #9d7c25;
}

.sec07 .ac_child .txt01 {
  font-size: 0.22rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}

.sec07 .ac_parent.open {
  border-radius: 0.1rem 0.1rem 0 0;
}

.sec07 .ac_parent.open::after {
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

.sec08 {
  padding: 0.93rem 0 0.5rem;
}

.sec08 .tit {
  margin-bottom: 0.57rem;
  text-align: center;
}

.sec08 .tit img {
  width: 4.77rem;
}

.sec08 .sec08_swiper {
  padding: 0 0 0.46rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.sec08 .swiper-slide img {
  width: 100%;
}

.sec08 .swiper-button-next,
.sec08 .swiper-button-prev {
  width: 0.5rem;
  height: 0.5rem;
  top: 38.3%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: url(../../img/lp2/sec04/arrow.png) no-repeat center center/contain;
}

.sec08 .swiper-button-next::after,
.sec08 .swiper-button-prev::after {
  content: "";
}

.sec08 .swiper-button-next:hover,
.sec08 .swiper-button-prev:hover {
  opacity: 0.7;
}

.sec08 .swiper-button-prev {
  left: 1.1rem;
}

.sec08 .swiper-button-next {
  right: 1.1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sec08 .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.18rem;
  background-color: #d9d9d9;
  opacity: 1;
}

.sec08 .swiper-pagination-bullets {
  bottom: 0 !important;
}

.sec08 .swiper-pagination-bullet-active {
  background-color: #c6a141;
}

.sec08 .swiper-pagination-bullet {
  margin: 0 0.08rem !important;
}

.sec09 {
  padding: 1.8rem 0 1.95rem;
  position: relative;
  background-color: #f1eadd;
}

.sec09::before, .sec09::after {
  content: "";
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}

.sec09::before {
  height: 1.41rem;
  top: -1px;
  background-image: url(../../img/lp2/sec09/bg_add01.jpg);
}

.sec09::after {
  height: 1.42rem;
  bottom: -1px;
  background-image: url(../../img/lp2/sec09/bg_add02.jpg);
}

.sec09 .tit {
  margin-bottom: 0.82rem;
  text-align: center;
}

.sec09 .tit img {
  width: 4.18rem;
}

.sec09 .lists {
  position: relative;
}

.sec09 .lists::before {
  content: "";
  width: 0.04rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0.54rem;
  background-size: 100%;
  background-image: url(../../img/lp2/sec09/line.svg);
}

.sec09 .lists li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec09 .lists li:not(:last-of-type) {
  margin-bottom: 0.88rem;
}

.sec09 .num {
  position: relative;
  z-index: 1;
  width: 1.14rem;
  margin: -0.4rem 0.3rem 0 0;
}

.sec09 .content {
  width: 9.5rem;
}

.sec09 .list_tit {
  margin-bottom: 0.11rem;
  font-size: 0.36rem;
  font-weight: 900;
  color: #9d7c25;
  letter-spacing: 0.1em;
}

.sec09 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec09 .txt {
  width: 3.7rem;
  font-size: 0.22rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}

.sec09 .img {
  width: 5.48rem;
  margin-top: -0.8rem;
}

.sec10 {
  padding: 0.27rem 0 1rem;
  position: relative;
  z-index: -1;
  background-color: #666;
}

.sec10 .tit {
  text-align: center;
}

.sec10 .tit img {
  width: 3.55rem;
}

.sec10 .txt {
  margin: 0.45rem 0 0.6rem;
  text-align: center;
  font-size: 0.24rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.sec10 .item {
  width: 10rem;
  margin: 0 auto;
}

.sec10 .item:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.sec10 .item_tit {
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.38rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  border-radius: 0.1rem 0.1rem 0 0;
  text-shadow: 0 0 0.15rem #9e7701;
  color: #fff;
  background-color: #c6a141;
}

.sec10 .content {
  background-color: #fff;
}

.sec10 .list_txt {
  border-bottom: 1px dashed #c6a141;
}

.sec10 .list_desc {
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

.sec10 .list_desc .strong {
  font-weight: 700;
}

.sec10 .item01 .content {
  padding: 0.14rem 0.4rem 0.42rem;
  position: relative;
}

.sec10 .item01 .cat {
  position: absolute;
  top: -0.7rem;
  right: 0.4rem;
}

.sec10 .item01 .cat img {
  width: 1.23rem;
}

.sec10 .item01 .list_txt {
  text-align: center;
  padding-bottom: 0.25rem;
  margin-bottom: 0.2rem;
}

.sec10 .item01 .list_txt img {
  width: 5.075rem;
}

.sec10 .item02 .content {
  padding: 0.3rem 0.4rem 0.42rem;
}

.sec10 .item02 .list_txt {
  text-align: center;
  padding-bottom: 0.25rem;
  margin-bottom: 0.2rem;
}

.sec10 .item02 .list_txt img {
  width: 3.42rem;
}

.sec10 .item03 .content {
  padding: 0.3rem 0.4rem 0.35rem;
}

.sec10 .item03 .list_txt {
  text-align: center;
  padding-bottom: 0.25rem;
  margin-bottom: 0.2rem;
}

.sec10 .item03 .list_txt img {
  width: 3.675rem;
}

.sec10 .item03 .notes {
  margin-top: 0.1rem;
  display: block;
  font-size: 0.18rem;
  letter-spacing: 0.1em;
}

.sec11 {
  padding: 0.9rem 0 0.3rem;
}

.sec11 .tit {
  margin-bottom: 0.5rem;
  text-align: center;
}

.sec11 .tit img {
  width: 2.34rem;
}

.sec11 .item {
  margin-bottom: 0.6rem;
}

.sec11 .item_tit {
  padding-left: 0.35rem;
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.36rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #9d7c25;
  position: relative;
}

.sec11 .item_tit::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../img/lp2/sec11/tit_add.png);
}

.sec11 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec11 .map iframe {
  width: 5.5rem;
  height: 4rem;
}

.sec11 .lists {
  width: 5.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px dashed #ede4d2;
}

.sec11 .lists dt,
.sec11 .lists dd {
  padding: 0.12rem 0 0.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.24rem;
  letter-spacing: 0.1em;
  border-bottom: 1px dashed #ede4d2;
}

.sec11 .lists dt {
  width: 1.7rem;
  font-weight: 700;
}

.sec11 .lists dd {
  width: calc(100% - 1.7rem);
  line-height: 1.7;
}

.sec12 {
  padding: 0.95rem 0 1rem;
  background-color: #ddd;
  position: relative;
  z-index: 1;
}

.sec12::before {
  content: "";
  width: 100%;
  height: 4.25rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../img/lp2/sec12/bg_add.png);
}

.sec12 .tit {
  margin-bottom: 0.6rem;
  text-align: center;
}

.sec12 .tit img {
  width: 3.58rem;
}

.sec12 .ac {
  width: 11rem;
  margin: 0 auto;
}

.sec12 .ac:not(:last-of-type) {
  margin-bottom: 0.4rem;
}

.sec12 .ac_parent {
  padding: 0.25rem 1.2rem 0.25rem 1.33rem;
  position: relative;
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1.66;
  cursor: pointer;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #9d7c25;
}

.sec12 .ac_parent:not(:first-of-type) {
  margin-top: 0.4rem;
}

.sec12 .ac_parent .txt {
  display: block;
  position: relative;
}

.sec12 .ac_parent .txt .q {
  width: 0.7rem;
  height: 0.7rem;
  font-size: 0.45rem;
  position: absolute;
  left: -1rem;
  top: calc(50% - 0.35rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #9d7c25;
  font-family: "Kanit", sans-serif;
  background-color: #fff;
}

.sec12 .ac_parent::before, .sec12 .ac_parent::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.sec12 .ac_parent::before {
  top: 50%;
  right: 0.35rem;
  width: 0.33rem;
  height: 0.04rem;
}

.sec12 .ac_parent::after {
  right: 0.482rem;
  width: 0.04rem;
  height: 0.33rem;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.sec12 .ac_child {
  display: none;
  padding: 0 0.3rem 0.43rem 0.3rem;
  font-size: 0.24rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
  background-color: #fff;
}

.sec12 .ac_child .desc {
  padding-top: 0.2rem;
  border-top: 1px dashed #9d7c25;
}

.sec12 .ac_parent.open {
  background-color: #fff;
  color: #9d7c25;
}

.sec12 .ac_parent.open .txt .q {
  color: #fff;
  background-color: #9d7c25;
}

.sec12 .ac_parent.open::before, .sec12 .ac_parent.open::after {
  background-color: #9d7c25;
}

.sec12 .ac_parent.open::after {
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

.form {
  padding: 0.95rem 0 0.85rem;
}

.form .tit {
  margin-bottom: 0.6rem;
  text-align: center;
}

.form .tit img {
  width: 3.56rem;
}

.form .lists {
  width: 10rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.form .lists dt,
.form .lists dd {
  margin-bottom: 0.5rem;
}

.form .lists dt {
  width: 3.85rem;
  padding-top: 0.15rem;
  font-size: 0.3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #9d7c25;
}

.form .lists dt .req {
  width: 0.8rem;
  line-height: 0.3rem;
  text-align: center;
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.2rem;
  border-radius: 10rem;
  color: #fff;
  background-color: #000;
}

.form .lists dt .small {
  font-size: 0.26rem;
}

.form .lists dd {
  width: calc(100% - 3.85rem);
}

.form .lists dd .km_valid_error {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  letter-spacing: 0.1em;
  color: #ce2628;
}

.form .lists dd .wpcf7-not-valid-tip {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  letter-spacing: 0.1em;
  color: #ce2628;
}

.form .lists dd .bg_error {
  background-color: #fcecec;
}

.form .lists dd .notes {
  display: block;
  line-height: 1.5;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  letter-spacing: 0.1em;
}

.form .lists dd .notes.tr {
  text-align: right;
}

.form .lists dd .notes.tl {
  text-align: left;
}

.form .lists .adjust {
  padding-top: 0;
}

.form .lists input,
.form .lists select {
  padding: 0 0.2rem;
  width: 100%;
  height: 0.7rem;
}

.form .lists textarea {
  width: 100%;
  padding: 0.2rem;
  min-height: 2.5rem;
}

.form .lists input,
.form .lists textarea,
.form .lists select {
  font-size: 0.22rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.05rem;
}

.form .lists input::-webkit-input-placeholder,
.form .lists textarea::-webkit-input-placeholder {
  font-size: 0.26rem;
  color: #c6c6c6;
  letter-spacing: 0.1em;
}

.form .lists input:-ms-input-placeholder,
.form .lists textarea:-ms-input-placeholder {
  font-size: 0.26rem;
  color: #c6c6c6;
  letter-spacing: 0.1em;
}

.form .lists input::-ms-input-placeholder,
.form .lists textarea::-ms-input-placeholder {
  font-size: 0.26rem;
  color: #c6c6c6;
  letter-spacing: 0.1em;
}

.form .lists input::placeholder,
.form .lists textarea::placeholder {
  font-size: 0.26rem;
  color: #c6c6c6;
  letter-spacing: 0.1em;
}

.form .lists input[type="date"] {
  width: 100%;
  margin-bottom: 0.2rem;
  background-color: #fff;
}

.form .lists select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: right 0.2rem center;
  background-repeat: no-repeat;
  background-size: 0.2rem 0.15rem;
  background-color: #fff;
  background-image: url(../../img/lp2/form/arrow.png);
}

.form .lists select option {
  color: #000066;
}

.form .lists select option:first-child {
  color: #d9d9d9;
}

.form .lists .select {
  color: #d9d9d9;
}

.form .privacy {
  margin: 0 0 0.45rem;
  text-align: center;
}

.form .privacy .check_txt {
  font-size: 0.24rem;
  letter-spacing: 0.1em;
}

.form .privacy .check_txt .strong {
  border-bottom: 1px solid #000;
}

.form .privacy .km_valid_error {
  margin-top: 0.1rem;
  color: #cb0000;
  font-weight: 500;
}

.form .submit_btn {
  text-align: center;
}

.form .submit_btn input {
  border: 0;
  width: 6.48rem;
  height: 1.4rem;
  text-indent: -9999rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../../img/lp2/form/btn.png);
}

.form .submit_btn .wpcf7-spinner {
  display: block !important;
  margin: 0 auto !important;
}

.thanks_page .container {
  width: 9.9rem;
  margin: 0 auto;
}

.thanks_page .cmn_header .logo img {
  width: 2.5rem;
}

.thanks_page .thanks_sec {
  padding: 0.08rem 0 0.85rem;
  text-align: center;
}

.thanks_page .thanks_sec .tit {
  margin: 0.55rem 0 0.56rem;
  font-size: 0.4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.thanks_page .thanks_sec .img img {
  width: 4.17rem;
}

.thanks_page .thanks_sec .txt {
  font-size: 0.24rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}

.thanks_page .thanks_sec .txt .strong {
  font-weight: 700;
}

.thanks_page .thanks_sec .box {
  width: 8rem;
  margin: 0.4rem auto 0.3rem;
  padding: 0.36rem 0 0.4rem;
  background-color: #ede4d2;
}

.thanks_page .thanks_sec .mail {
  width: 6.9rem;
  padding: 0.32rem 0 0.35rem;
  margin: 0.37rem auto 0.3rem;
  position: relative;
  font-size: 0.24rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.thanks_page .thanks_sec .mail::before, .thanks_page .thanks_sec .mail::after {
  content: "";
  width: 6.9rem;
  height: 0.02rem;
  position: absolute;
  left: calc(50% - 3.45rem);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../../img/lp2/thanks/dashed.svg);
}

.thanks_page .thanks_sec .mail::before {
  top: 0;
}

.thanks_page .thanks_sec .mail::after {
  bottom: 0;
}

.thanks_page .thanks_sec .btn {
  margin-top: 0.5rem;
}

.thanks_page .thanks_sec .btn img {
  width: 5.16rem;
}
/*# sourceMappingURL=style.css.map */