@charset "UTF-8";
/*------------------------------------------LP------------------------------------------*/
/*-------------------トップ-------------------*/
.top_lp {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background-color: #eee;
  position: relative;
}
.top_lp .swiper-wrapper:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.top_lp .swiper {
  width: 100%;
  height: 100%;
}
.top_lp .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top_lp h2 {
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 88px;
  letter-spacing: 2px;
  color: #9b1f5b;
  text-align: center;
  margin: 0;
  width: 900px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -80%);
  z-index: 2;
  padding: 20px 0 30px;
  border-radius: 20px;
}
.top_lp h2 .sub {
  display: block;
  font-size: 40px;
}
/*-------------------トップ以下-------------------*/
.contents_lp {
  padding: 70px 0 120px;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
  position: relative;
  z-index: 3;
}
.contents_lp h3 {
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  letter-spacing: 2px;
  margin: 0 auto 30px;
  text-align: center;
}
/*-------------------強み-------------------*/
.contents_lp.forte {
  background-color: #741744;
}
.contents_lp.forte .inner {
  width: 85%;
}
.contents_lp.forte h3 {
  font-size: 100px;
  letter-spacing: 2px;
  line-height: 100px;
  font-weight: 600px;
  color: #fff;
}
.contents_lp.forte h3 .percent {
  font-family: ta-fuga-fude, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 150px;
}
.contents_lp.forte h3 .sub {
  font-size: 58px;
}
.contents_lp.forte ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents_lp.forte ul li {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  position: relative;
}
.contents_lp.forte ul li:last-child {
  margin: 0;
}
.contents_lp.forte ul li .no {
  display: block;
  font-family: ta-fuga-fude, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  text-align: center;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  margin: auto;
  background-color: #000;
}
.contents_lp.forte ul li figure {
  width: 40%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}
.contents_lp.forte ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents_lp.forte ul li .txt {
  font-size: 18px;
  text-align: justify;
  width: 55%;
  padding: 50px 4% 50px 7%;
}
.contents_lp.forte ul li .txt h4 {
  font-size: 36px;
  color: #ce2615;
  margin: 0 auto 10px;
}
.contents_lp.forte ul li .txt p {
  margin: 0;
}
/*ユーチューブ埋め込み*/
.contents_lp.forte .video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  margin-bottom: 50px;
}
.contents_lp.forte .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-------------------初期投資-------------------*/
.contents_lp.investment {
  background-color: #eee;
}
.contents_lp.investment .shop_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
}
.contents_lp.investment .shop_box figure {
  width: 50%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.contents_lp.investment .shop_box .detail {
  width: 34%;
  padding: 20px 8%;
}
.contents_lp.investment .shop_box .detail h4 {
  font-size: 32px;
  font-weight: 600;
  color: #9b1f5b;
  text-align: center;
  margin: 0 auto 20px;
}
.contents_lp.investment .shop_box .dl_box dl {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #eee;
  padding: 10px 0;
}
.contents_lp.investment .shop_box .dl_box dl dt {
  width: 30%;
}
.contents_lp.investment .shop_box .dl_box dl dd {
  width: 70%;
  margin: 0;
}
.contents_lp.investment .table_box {
  display: flex;
  justify-content: space-between;
}
.contents_lp.investment .table_box .table {
  width: 43%;
  background-color: #fff;
  padding: 30px 3%;
  border-radius: 20px;
}
.contents_lp.investment .table_box .table h5 {
  color: #9b1f5b;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 15px;
}
.contents_lp.investment .table_box .table h5 .sub {
  display: block;
  font-size: 24px;
  color: #fff;
  background-color: #9b1f5b;
  width: 150px;
  margin: 0 auto;
  padding: 5px 0 7px;
  border-radius: 50px;
}
.contents_lp.investment .table_box .table h5 .yen {
  font-size: 24px;
}
.contents_lp.investment table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: solid 3px #000;
  background-color: #fff;
  table-layout: fixed;
}
.contents_lp.investment table th, .contents_lp.investment table td {
  border: solid 1px #000;
  padding: 15px 3%;
}
.contents_lp.investment table thead {
  background-color: #9b1f5b;
  color: #fff;
}
.contents_lp.investment table tbody th {
  background-color: #e1dece;
}
.contents_lp.investment table th:first-child {
  width: 50% !important;
}
.contents_lp.investment table tbody th span {
  display: block;
  font-size: 13px;
}
.contents_lp.investment table tfoot {
  background-color: #e8cb23;
  border-top: solid 2px #000;
}
.contents_lp.investment table td {
  text-align: right;
}
.contents_lp.investment .caption {
  color: #fff;
  background-color: #9b1f5b;
  border-radius: 20px;
  padding: 10px 5%;
  margin-top: 30px;
  text-align: justify;
}
/*-------------------加盟契約条件-------------------*/
.contents_lp.conditions {
  background-color: #fafafa;
}
.contents_lp.conditions table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: solid 3px #000;
  background-color: #fff;
}
.contents_lp.conditions table th, .contents_lp.conditions table td {
  border: solid 1px #000;
  padding: 15px 3%;
}
.contents_lp.conditions table thead {
  background-color: #9b1f5b;
  color: #fff;
}
.contents_lp.conditions table thead th:first-child {
  width: 15%;
}
.contents_lp.conditions table thead th:nth-child(2), .contents_lp.conditions table thead th:nth-child(3) {
  width: 22%;
}
.contents_lp.conditions table tbody th {
  background-color: #e1dece;
}
.contents_lp.conditions table tbody td.price {
  text-align: right;
}
.contents_lp.conditions table tbody tr.price_all {
  background-color: #e8cb23;
  font-weight: 600;
  border-top: solid 2px #000;
}
/*-------------------開店までの流れ-------------------*/
.contents_lp.flow {
  background-color: #e1dece;
}
.contents_lp.flow .inner02 {
  padding: 100px 3% 50px;
  position: relative;
}
.contents_lp.flow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents_lp.flow ul li {
  background-color: #AF4C7C;
  border-bottom: solid 4px #9B1F5B;
  padding: 20px 3%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px !important;
  position: relative;
}
.contents_lp.flow ul li:last-child {
  margin: 0;
}
.contents_lp.flow ul li:after {
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 20px 35px;
  border-top-color: #000;
}
.contents_lp.flow .ul_latter ul li:last-child:after {
  display: none;
}
/*前半*/
.contents_lp.flow .ul_first ul li:nth-child(1) {
  width: 40%;
  margin: 0 0 0 auto;
}
.contents_lp.flow .ul_first ul li:nth-child(6) {
  width: 40%;
  margin: 0 0 0 auto;
}
.contents_lp.flow .ul_first ul li:nth-child(3) {
  background-color: #1A8BAE;
  border-bottom: solid 4px #146883;
}
.contents_lp.flow .ul_first ul li:nth-child(4) {
  background-color: #1A8BAE;
  border-bottom: solid 4px #146883;
}
/*後半*/
.contents_lp.flow .ul_latter {
  position: relative;
  display: flex;
  justify-content: space-around;
}
.contents_lp.flow .ul_latter ul {
  width: 30%;
  position: relative;
}
.contents_lp.flow .ul_latter ul li:last-child {
  margin: 0 !important;
}
/*後半 左*/
.contents_lp.flow .ul_latter ul:nth-child(1) li span {
  display: block;
  font-size: 16px;
  color: #fff;
}
.contents_lp.flow .ul_latter ul:nth-child(1) li:nth-child(1) {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*後半 中央*/
.contents_lp.flow .ul_latter ul:nth-child(2) {
  background-color: rgba(195, 121, 157, 0.8);
  border-radius: 20px;
}
.contents_lp.flow .ul_latter ul:nth-child(2) li:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.contents_lp.flow .ul_latter ul .period {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*後半 右*/
.contents_lp.flow .ul_latter ul:nth-child(3) {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: row-reverse;
}
.contents_lp.flow .ul_latter ul:nth-child(3) li {
  width: 25% !important;
}
.contents_lp.flow .ul_latter ul:nth-child(3) li:nth-child(1) {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents_lp.flow .ul_latter ul:nth-child(3) li:nth-child(2), .contents_lp.flow .ul_latter ul:nth-child(3) li:nth-child(3) {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.contents_lp.flow .ul_latter ul:nth-child(3) li:last-child {
  width: 94% !important;
  position: absolute;
  bottom: 0;
  right: 0;
}
/*背景*/
.contents_lp.flow .bg_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: space-between;
}
.contents_lp.flow .bg_box .bg {
  width: 49%;
  background-color: #eee;
  border-radius: 20px;
  padding: 30px 0
}
.contents_lp.flow .bg_box .bg h4 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  background-color: #000;
  width: 150px;
  margin: 0 auto;
  padding: 5px 0 7px;
  border-radius: 50px;
}
/*-------------------お問い合わせ-------------------*/
.contents_lp.contact_lp {
  padding: 80px 0;
  position: relative;
}
.contents_lp.contact_lp:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 50px 50px 0 0;
}
.contents_lp.contact_lp .inner {
  position: relative;
  z-index: 2;
}
.contents_lp.contact_lp .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px 50px 0 0;
}
.contents_lp.contact_lp .slide ul.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents_lp.contact_lp ul.slider li {
  height: 500px;
}
.contents_lp.contact_lp ul.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents_lp.contact_lp h3 {
  font-size: 58px;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 2;
}
.contents_lp.contact_lp .btn a {
  display: block;
  text-decoration: none;
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 38px;
  text-align: center;
  color: #9b1f5b;
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 5px #fff;
  border-radius: 100px;
  padding: 30px 0;
  width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.contents_lp.contact_lp .btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #9b1f5b;
  transition: all .3s;
}
/*-------------------LPはフッタースライド非表示-------------------*/
.slide_footer {
  display: none;
}
@media screen and (max-width:1050px) {
  /*-------------------トップ-------------------*/
  .top_lp {
    min-height: 400px;
  }
  .top_lp h2 {
    font-size: 38px;
    width: 90%;
    padding: 30px 0 35px;
  }
  .top_lp h2 .sub {
    font-size: 18px;
  }
  /*-------------------トップ以下-------------------*/
  .contents_lp {
    padding: 40px 0 80px;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
  .contents_lp h3 {
    font-size: 38px;
    margin: 0 auto 20px;
  }
  /*-------------------強み-------------------*/
  .contents_lp.forte .inner {
    width: 85%;
  }
  .contents_lp.forte h3 {
    font-size: 38px;
    line-height: 38px;
  }
  .contents_lp.forte h3 .percent {
    font-size: 58px;
  }
  .contents_lp.forte h3 .sub {
    font-size: 20px;
  }
  .contents_lp.forte ul li {
    margin: 0 auto 40px;
    display: block;
  }
  .contents_lp.forte ul li .no {
    font-size: 36px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    position: absolute;
    top: -30px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contents_lp.forte ul li figure {
    width: auto;
    height: 250px;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
  }
  .contents_lp.forte ul li .txt {
    font-size: 17px;
    width: auto;
    padding: 40px 7% 20px;
  }
  .contents_lp.forte ul li .txt h4 {
    font-size: 28px;
    margin: 0 auto 10px;
    text-align: center;
  }
  /*-------------------初期投資-------------------*/
  .contents_lp.investment .shop_box {
    display: block;
    padding-bottom: 15px;
  }
  .contents_lp.investment .shop_box figure {
    width: auto;
    border-radius: 20px 20px 0 0;
  }
  .contents_lp.investment .shop_box .detail {
    width: auto;
    padding: 20px 7%;
  }
  .contents_lp.investment .shop_box .detail h4 {
    font-size: 26px;
    margin: 0 auto 10px;
  }
  .contents_lp.investment .table_box {
    display: block;
  }
  .contents_lp.investment .table_box .table {
    width: auto;
    padding: 30px 5%;
    margin-bottom: 30px;
  }
  .contents_lp.investment .table_box .table h5 {
    font-size: 36px;
  }
  .contents_lp.investment .table_box .table h5 .sub {
    font-size: 20px;
  }
  .contents_lp.investment .table_box .table h5 .yen {
    font-size: 24px;
  }
  .contents_lp.investment table th, .contents_lp.investment table td {
    padding: 15px 2%;
  }
  .contents_lp.investment table th:first-child {
    width: 40% !important;
  }
  /*-------------------加盟契約条件-------------------*/
  .contents_lp.conditions table th, .contents_lp.conditions table td {
    padding: 15px 1%;
  }
  .contents_lp.conditions table thead th:first-child {
    width: 10%;
  }
  .contents_lp.conditions table thead th:nth-child(2), .contents_lp.conditions table thead th:nth-child(3) {
    width: 30%;
  }
  /*-------------------開店までの流れ-------------------*/
  .contents_lp.flow .inner02 {
    padding: 100px 2% 50px;
  }
  .contents_lp.flow ul li {
    padding: 15px 3%;
    font-size: 18px;
    margin-bottom: 20px !important;
  }
  .contents_lp.flow ul li:after {
    bottom: -30px;
    border-width: 10px 20px;
  }
  /*前半*/
  .contents_lp.flow .ul_first ul li:nth-child(1) {
    width: 40%;
  }
  .contents_lp.flow .ul_first ul li:nth-child(6) {
    width: 40%;
  }
  /*後半 左*/
  .contents_lp.flow .ul_latter ul:nth-child(1) li span {
    font-size: 10px;
  }
  .contents_lp.flow .ul_latter ul:nth-child(1) li:nth-child(1) {
    height: 240px;
  }
  /*後半 中央*/
  .contents_lp.flow .ul_latter ul .period {
    width: 80px;
    font-size: 18px;
    margin: 0 auto;
    height: 200px;
  }
  /*後半 右*/
  .contents_lp.flow .ul_latter ul:nth-child(3) li:nth-child(1) {
    height: 240px;
  }
  .contents_lp.flow .ul_latter ul:nth-child(3) li:after {
    border-width: 10px 15px;
  }
  .contents_lp.flow .ul_latter ul:nth-child(3) li:nth-child(2), .contents_lp.flow .ul_latter ul:nth-child(3) li:nth-child(3) {
    height: 170px;
    margin-top: 70px;
  }
  /*背景*/
  .contents_lp.flow .bg_box .bg h4 {
    font-size: 20px;
  }
  /*-------------------お問い合わせ-------------------*/
  .contents_lp.contact_lp {
    padding: 60px 0;
  }
  .contents_lp.contact_lp:after {
    border-radius: 30px 30px 0 0;
  }
  .contents_lp.contact_lp .slide {
    border-radius: 30px 30px 0 0;
  }
  .contents_lp.contact_lp ul.slider li {
    height: 350px;
  }
  .contents_lp.contact_lp h3 {
    font-size: 32px;
  }
  .contents_lp.contact_lp .btn a {
    font-size: 26px;
    border: solid 3px #fff;
    width: 90%;
  }
}