@charset "UFT-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
:root {
  --color-black: #000;
  --color-pink: #FF65E2;
  --color-yellow: #FFFF54;
  --color-lightblue: #EAF7FF;
  --color-blue: #0099FF;
  --color-white: #FFF;
  --color-gray: #F0F0F0;
  --fontSize-title: 2.5rem;
  --fontSize-lead: 2rem;
  --fontSize-lead02: 1.5rem;
  --fontSize-note: 0.812rem;
  --gap30: 30px;
  --gap40: 40px;
  --lineHeight01: 1;
  --lineHeight02: 1.3;
}
@media screen and (max-width: 768px) {
  :root {
    --fontSize-title: 1.75rem;
    --fontSize-lead: 1.5rem;
    --fontSize-lead02: 1rem;
    --fontSize-note: 0.75rem;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  opacity: .7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/*pタグ*/
.br-sp {
  display: none;
}
@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
/* HEADER */
.header__inner {
  align-items: center;
  height: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.header__logo1 {
  width: auto;
  margin: auto;
}
@media screen and (min-width:768px) and (max-width:767px) {
  .header__logo1 {
    width: auto;
    margin-left: 20%;
  }
  .header__logo2 {
    margin-right: 0px;
  }
  .header__logo2 {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 10px 10px;
  }
  .header__logo1 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .header__logo2 {
    display: none;
  }
  .header__logo2_img {
    display: none;
  }
}
/* MAIN VISUAL */
.mainvisual__title__pc {
  image-rendering: -webkit-optimize-contrast;
  width: 100vw;
  text-align: center;
  background-color: #000;
}
.mainvisual__title__pc img {
  max-width: 100%;
  vertical-align: top;
}
.mainvisual__title__sp {
  display: none;
}
.mainvisual_header__logo2_sp {
  display: none;
}
.mainvisual_header__logo2_img_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mainvisual__title__pc {
    display: none;
  }
  .mainvisual__title__sp {
    display: block;
    height: auto;
    position: relative;
    text-align: center;
    background-color: #000;
  }
  .mainvisual__title__sp img {
    max-width: 100%;
    vertical-align: top;
  }
  .mainvisual__card {
    width: 90%;
  }
  .mainvisual_header__logo2_sp {
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .mainvisual_header__logo2_img_sp {
    display: flex;
    width: 40px;
  }
}
/* 見出し共通部分 */
.midashi_tytle {
  background-color: #8061A5;
  text-align: center;
}
.midashi_tytle_pic_lines {
  width: 20%;
  padding: 1em;
}
.midashi_tytle_pic {
  max-width: 15%;
  padding: 0.25em;
}
.midashi_tytle_pic_point {
  width: 30%;
  padding: 1em;
}
.midashi_sub_lead {
  padding-top: 24px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .midashi_sub_lead {
    padding-top: 8px;
    font-size: 14px;
    text-align: center;
  }
  .midashi_tytle_pic {
    max-width: 60%;
    padding: 0.25em;
  }
}
/* 見出し背景画像 */
.midashi_back {
  background-image: url("../images/backimg_pc.png");
}
.midashi_sub_display {
  font-size: 30px;
  text-align: center;
  margin: 40px 0 16px 0;
}
.midashi_sub_tytle_img {
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .midashi_tytle_pic_lines {
    width: 65%;
  }
  .midashi_tytle_pic {
    width: 100%;
  }
  .midashi_tytle_pic_point {
    width: 100%;
  }
  .midashi_sub_display {
    font-size: 16px;
    margin: 24px 0 8px 0;
    text-align: center;
  }
  .midashi_sub_tytle_img {
    width: 80%;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
}
/*入会特典*/
.midashi_pic {
  width: 100%;
  padding: 5px 0;
}
.lr_display {
  display: flex;
  padding: 1.5em;
}
.lr_box_display {
  padding: 10px;
  width: 40%;
  margin: auto;
}
.lr_detail_title {
  font-size: 32px;
  font-weight: 800;
  padding-bottom: 20px;
}
.lr_detail_title + p {
  margin-top: 4px;
}
.lr_box_pic_text {
  font-size: 12px;
  text-align: center;
  color: #8061A5;
  margin: auto;
  padding-bottom: 8px;
}
.lr_box_text {
  text-align: center;
  padding: 0 10em;
}
.lr_detail_attention {
  font-size: 10px;
  text-align: right;
  padding-right: 2em;
  padding-bottom: 10px;
  color: #7C7C7C;
}
.lr_detail_box_padding {
  padding: 5em;
}
@media screen and (max-width: 768px) {
  .lr_detail_box_padding {
    padding: 10px;
    padding-bottom: 5em;
  }
  .lr_box_text {
    text-align: center;
    padding: 1em;
  }
  .lr_detail_title {
    font-size: 19px;
    text-align: center;
  }
}
/*注意事項*/
.lr_detail_box {
  width: auto;
  padding: 40px 6em;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
}
.lr_detail_title {
  font-size: 20px;
  color: #8061A5;
}
.lr_detail_box p {
  padding-bottom: 15px;
}
.li {
  color: #BBA76C;
  margin-left: 50px;
}
::marker {
  color: #BBA76C;
  font-size: 22.5px;
  margin-left: 20px;
}
li span {
  color: #222222;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lr_detail_box {
    width: auto;
    padding: 2.5em;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
  }
  .lr_display {
    display: block;
    padding-top: 20px;
  }
  .lr_box_display {
    width: 85%;
  }
}
/*画像部分説明*/
.lr_box {
  overflow: hidden;
  border: 3px solid #8061A5;
  border-radius: 5px;
  background-color: #fff;
}
.lr_box_title {
  background-color: #8061A5;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 0.5em;
  font-size: 1.5rem;
  font-weight: 500;
}
.lr_detail {
  text-align: center;
  max-width: 100%;
  width: 80%;
  margin: auto;
}
/* ポイントプログラム */
.midashi_sub_tytle_img2 {
  padding-top: 80px;
  margin: auto;
  text-align: center;
  max-width: 80%;
}
.midashi_sub_tytle_img2_sp {
  display: none;
}
.mousikomi {
  margin: 0 auto;
  padding: 0;
  z-index: 2;
}
.lr_mousikomi {
  padding: 40px 0 80px 0;
}
.lr_mousikomi_label {
  width: 34%;
  max-width: 500px;
  height: 74px;
  display: block;
  margin: 0 auto;
  background: #800505;
  text-align: center;
  font-size: 16px;
  padding: 0.4em;
  border-radius: 74px;
  line-height: 56px;
  border: 2px solid #800505;
  transition: 0.5s;
  color: #FFF;
  overflow: hidden;
}
.lr_mousikomi_label:hover {
  border-color: #800505;
  color: #800505;
  background: #FFF;
  transition: 0.5s;
  overflow: hidden;
}
.lr_vpc_text {
  font-size: 16px;
  text-align: center;
  padding-bottom: 1.5em;
}
.point_program {
  margin: auto;
}
.point_program_sp {
  display: none;
}
.point_program_pc {
  text-align: center;
}
.point_program_pc img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  max-width: 800px;
  padding-top: 80px;
}
@media screen and (max-width:1142px) {
  .lr_mousikomi_label {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .midashi_sub_tytle_img2 {
    display: none;
  }
  .midashi_sub_tytle_img2_sp {
    display: block;
    margin: auto;
    text-align: center;
    width: 80%;
  }
  .lr_mousikomi_label {
    width: 80%;
    margin: 0 auto;
  }
  .lr_mousikomi_label:hover {
    color: #FFF;
    border-color: #800505;
    color: #800505;
    background: #FFF;
    overflow: hidden;
    opacity: 1;
  }
  .lr_vpc_text {
    font-size: 12px;
    text-align: center;
    padding-bottom: 1.0em;
  }
  .point_program_pc {
    display: none;
  }
  .point_program_sp {
    display: block;
    text-align: center;
    max-width: 100%;
    margin: auto;
  }
  .point_program_sp {
    text-align: center;
  }
  .point_program_sp img {
    image-rendering: -webkit-optimize-contrast;
    width: 100%;
    max-width: 300px;
    padding-top: 40px;
  }
}
/* 基本情報 */
.list-wrap > * {
  flex: 1 1 auto;
  min-width: 1px;
}
.kihon_description {
  width: 60%;
  margin: auto;
  margin-bottom: 2em;
  margin-top: 2em;
}
.description-list-v2 {
  display: flex;
  margin: 0;
  padding: 1em;
  border-bottom: 1px solid #ddd;
}
.description-list-v2 > dt {
  color: #000000;
  flex-shrink: 0;
  width: 18%;
  margin-left: 0;
  font-weight: 500;
  line-height: 2.0;
}
.description-list-v2 > dd {
  line-height: 2.0;
}
.kihon_text {
  margin-bottom: 0px;
}
.kihon_link {
  text-decoration: none;
  color: #000;
}
.list-text {
  font-weight: 100;
  font-size: 14px;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  .kihon_description {
    width: 90%;
  }
  .description-list-v2 {
    display: block;
    margin: 0;
    padding: 10px 10px 25px 10px;
    border-bottom: 1px solid #ddd;
  }
  .description-list-v2 > dt {
    flex-shrink: 0;
    width: 50%;
    margin-right: 2.5em;
    font-weight: 700;
    margin-left: 0;
    font-size: 20px;
  }
  .description-list-v2 > dd {
    font-size: 12px;
  }
  .list-text {
    font-weight: 100;
    font-size: 10px;
    text-align: left;
  }
}
/* お問い合わせ */
.contact {
  text-align: center;
  font-weight: 700;
}
.contact-inner {
  width: 1000px;
  margin: auto;
  background-color: #FFF;
  border: 1px solid #8061A5;
  border-radius: 4px;
}
.contact__title {
  font-size: 1.25rem;
  margin: 20px 0 8px 0;
}
.contact__tel {
  font-weight: bold;
  font-size: 2.25rem;
  color: #000000;
  line-height: var(--lineHeight01);
  margin: 0px auto 16px;
  position: relative;
}
.cotact__info {
  font: initial;
}
.cotact_logo {
  width: 30%;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .contact-inner {
    width: 327px;
    margin: 20px auto 20px auto;
  }
  .contact__title {
    font-size: 0.875rem;
    margin: 16px auto 8px;
  }
  .contact__tel {
    text-decoration: none;
    color: #000000;
    margin: 0 auto 8px;
    font-size: 1.25rem;
  }
  .cotact__info {
    font-size: 0.75rem;
  }
  .cotact_logo {
    width: 60%;
    margin: 16px auto;
  }
}
/* FOOTER */
.footer {
  text-align: center;
}
.footer_inner {
  padding: 0 0 240px 0;
}
.footer_back {
  line-height: 120px
}
.footer_copyright_sum {
  padding: 40px 0px 0px;
}
.footer_copyright {
  vertical-align: middle;
  line-height: normal;
  font: initial;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer_inner {
    padding: 0 0 120px;
  }
  .footer_back {
    line-height: 70px
  }
  .footer_copyright {
    font-size: 0.8rem;
  }
}
/* お申込み固定ボタン */
.modal__open-label_back {
  margin: 0 auto;
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-width: 100%;
  height: 124px;
  display: block;
  margin: 0 auto;
  background-color: #6A4C96;
}
.modal__open-label {
  margin: 0 auto;
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 2;
  width: 70%;
  max-width: 440px;
  height: 88px;
  display: block;
  margin: 0 auto;
  background: linear-gradient(to bottom, #FFFAB4 0%, #D99730 100%);
  text-align: center;
  text-decoration: none;
  padding: 1.0em;
  border-radius: 66px;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
}
.modal__open-label:hover {
  background: linear-gradient(to bottom, #FFFAB4 0%, #D99730 100%);
}
@media screen and (max-width:1142px) {
  .modal__open-label:hover {
    color: #614800;
    background: linear-gradient(to bottom, #FFFAB4 0%, #D99730 100%);
     !important;
  }
}
@media screen and (max-width: 768px) {
  .modal__open-label_back {
    height: 80px;
  }
  .modal__open-label {
    max-width: 240px;
    height: 48px;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    display: block;
  }
  .modal__open-label img {
    text-align: center;
    padding: 0.5em;
    width: 75%;
  }
  .modal__open-label:hover {
    color: #614800;
    background: linear-gradient(to bottom, #FFFAB4 0%, #D99730 100%);
     !important;
  }
}