@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ TABLET
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック（ChromiumベースのEdgeは除外できる。旧Edgeは除外できない）
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
@font-face {
  font-family: "Lacoste";
  src: url("../../assets/fonts/Lacoste-Regular.woff") format("woff");
}

@font-face {
  font-family: "Lacoste Bold";
  src: url("../../assets/fonts/Lacoste-Bold.woff") format("woff");
}

@font-face {
  font-family: "Lacoste Heavy";
  src: url("../../assets/fonts/Lacoste-Heavy.woff") format("woff");
}

/*-----------------------------------
		reset css
	-----------------------------------*/
body {
  margin: 0;
  background: white;
}

@media screen and (max-width: 767px) {
  padding-bottom: calc(120 / 750 * 100vw);
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: 0.03em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#member {
  font-family: "Archivo", Arial, Helvetica, "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
  line-height: 1;
  background-color: #fff;
}

#member * {
  box-sizing: border-box;
}

#member a {
  color: inherit;
  text-decoration: none;
}

#member img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#member picture {
  display: block;
}

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

@media screen and (min-width: 768px) {
  #member .sp {
    display: none !important;
  }
}

#member .text {
  line-height: 1.6;
}

#member main {
  padding: 0 0 74px;
  text-align: center;
}

#member .lead {
  padding: 70px 0;
  background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  #member .lead {
    padding: 50px 20px;
  }
}

#member .lead .text {
  margin-top: 25px;
  font-size: 18px;
  line-height: calc(27/18);
}

@media screen and (max-width: 767px) {
  #member .lead .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: calc(24/16);
  }
}

#member h1 {
  font-size: 38px;
}

@media screen and (max-width: 767px) {
  #member h1 {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.3;
  }
}

#member h1 span {
  font-family: "Lacoste Bold", "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
  font-size: 44px;
}

@media screen and (max-width: 767px) {
  #member h1 span {
    font-size: calc(54 / 750 * 100vw);
  }
}

#member h2 {
  font-family: "Lacoste Bold", "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  #member h2 {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.31;
  }
}

#member h2 span {
  font-size: 29px;
}

@media screen and (max-width: 767px) {
  #member h2 span {
    font-size: calc(44 / 750 * 100vw);
  }
}

#member .title {
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #member .title {
    padding-bottom: 10px;
    width: calc(710 / 750 * 100vw);
    margin: auto;
  }
}

#member .contents {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #member .contents {
    padding: 0 20px;
  }
}

#member .contents .text {
  font-size: 14px;
  line-height: calc(21/14);
}

#member .note {
  font-size: 14px;
  line-height: calc(18/12);
  color: #454545;
  padding-left: 0.5em;
  text-indent: -0.5em;
  margin-top: 10px;
  text-align: center;
}

#member .note a {
  text-decoration: underline;
}

#member .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

#member .section {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  #member .section {
    margin-top: 50px;
  }
}

#member .section:last-of-type {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  #member .section:last-of-type {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #member .section_benefit {
    margin-top: 40px;
  }
}

#member .section_benefit .balloon_wrap {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  #member .section_benefit .balloon_wrap {
    margin-bottom: 50px;
  }
}

#member .section_benefit .balloon_wrap .balloon {
  display: inline-block;
  position: relative;
  margin: 0 auto 15px;
  padding: 20px 30px;
  border-radius: 50px;
  background-color: #105A33;
  color: #fff;
  line-height: calc(24/16);
}

@media screen and (max-width: 767px) {
  #member .section_benefit .balloon_wrap .balloon {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 767px) {
  #member .section_benefit .balloon_wrap .balloon p {
    font-size: 14px;
    line-height: calc(21/14);
  }
}

#member .section_benefit .balloon_wrap .balloon::before {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 15px;
  background-color: #105A33;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

#member .section_benefit .balloon_wrap .flex {
  gap: 20px;
}

#member .section_benefit .balloon_wrap .image {
  max-width: 85px;
}

@media screen and (max-width: 767px) {
  #member .section_benefit .balloon_wrap .image {
    width: calc(75 / 335 * 100%);
    max-width: 150px;
  }
}

#member .section_benefit .balloon_wrap .image.arrow {
  width: 55px;
}

#member .section_benefit .balloon_wrap .image p {
  font-size: 14px;
  font-weight: bold;
  color: #454545;
  width: 140%;
  margin: 0 -20%;
}

@media screen and (max-width: 767px) {
  #member .section_benefit .balloon_wrap .image p {
    width: 160%;
    margin: 0 -30%;
  }
}

@media screen and (min-width: 768px) {
  #member .section_benefit .balloon_wrap .note {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #member .section_benefit .flex {
    gap: 40px;
  }
}

@media screen and (max-width: 900px) {
  #member .section_benefit .flex {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  #member .section_benefit .flex {
    gap: 0px;
    flex-wrap: wrap;
  }
}

#member .section_benefit .icon {
  width: 130px;
}

@media screen and (max-width: 767px) {
  #member .section_benefit .icon {
    width: calc(100 / 335 * 100%);
    max-width: 200px;
  }
}

#member .section_benefit .icon p {
  font-weight: bold;
  color: #454545;
}

@media screen and (min-width: 768px) {
  #member .section_benefit .icon p {
    width: 130%;
    margin: 0 -15%;
  }
}

@media screen and (max-width: 900px) {
  #member .section_benefit .icon p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #member .section_benefit .icon p {
    font-size: 14px;
    line-height: calc(21/14);
  }
}

#member .section_status .text {
  margin-bottom: 35px;
}

#member .section_status .contents_inner {
  max-width: 690px;
  margin: 0 auto;
}

#member .section_status .flex {
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  #member .section_status .flex {
    gap: 5px;
  }
}

#member .section_status .modal_cta {
  width: 365px;
  margin: 25px auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #member .section_status .modal_cta {
    width: 100%;
    font-size: 14px;
  }
}

#member .section_status .modal_cta::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 60px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/icon_blank.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  #member .section_status .modal_cta::after {
    right: 15px;
  }
}

#member .section_status .modal_cta button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background: none;
  width: 100%;
  padding: 20px 0;
  background-color: #105A33;
  color: #fff;
  cursor: pointer;
}

#member .section_status_benefit {
  background-color: #F7F7F7;
  padding: 65px 0;
}

@media screen and (max-width: 767px) {
  #member .section_status_benefit {
    padding: 50px 0;
  }
}

#member .section_status_benefit .status_wrap {
  padding: 30px 70px;
  background-repeat: no-repeat;
  background-position: center left;
}

@media screen and (max-width: 767px) {
  #member .section_status_benefit .status_wrap {
    padding: 23px;
    background-size: 300px;
    background-position: -20px -50px;
  }
}

#member .section_status_benefit .status_wrap + .status_wrap {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #member .section_status_benefit .status_wrap + .status_wrap {
    margin-top: 15px;
  }
}

#member .section_status_benefit .status_wrap .status_title {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 1rem;
  font-size: 25px;
  font-weight: bold;
  font-family: "Lacoste Bold", "Meiryo UI", メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  #member .section_status_benefit .status_wrap .status_title {
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
  }
}

#member .section_status_benefit .status_wrap .status_title h3 {
  padding-left: 55px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #member .section_status_benefit .status_wrap .status_title h3 {
    padding-left: 33px;
    line-height: calc(25/16);
  }
}

#member .section_status_benefit .status_wrap .status_title h3::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon_status.png");
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #member .section_status_benefit .status_wrap .status_title h3::before {
    background-position: center;
    width: 30px;
    height: 30px;
  }
}

#member .section_status_benefit .status_wrap .status_title .ja {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #member .section_status_benefit .status_wrap .status_title .ja {
    font-size: 16px;
  }
}

#member .section_status_benefit .status_wrap .status_title .value {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  #member .section_status_benefit .status_wrap .status_title .value {
    font-size: 12px;
  }
}

#member .section_status_benefit .status_wrap .status_title .strong {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #member .section_status_benefit .status_wrap .status_title .strong {
    font-size: 15px;
  }
}

#member .section_status_benefit .status_bronze {
  background-color: #F39938;
  background-image: url("../images/bg_bronze.png");
}

#member .section_status_benefit .status_silver {
  background-color: #AAAAAA;
  background-image: url("../images/bg_silver.png");
}

#member .section_status_benefit .status_gold {
  background-color: #FDBB33;
  background-image: url("../images/bg_gold.png");
}

#member .section_status_benefit .status_platinum {
  background-color: #1E3C6E;
  background-image: url("../images/bg_platinum.png");
}

#member .section_status_benefit .icon_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 15px;
}

@media screen and (max-width: 767px) {
  #member .section_status_benefit .icon_wrap {
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
    gap: 5px;
  }
}

#member .section_status_benefit .icon {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  #member .section_status_benefit .icon {
    padding: calc(15 / 92 * 100%) 0 calc(9 / 92 * 100%);
  }
}

#member .section_status_benefit .icon img {
  max-width: 60px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #member .section_status_benefit .icon img {
    max-width: calc(40 / 92 * 100%);
  }
}

#member .section_status_benefit .icon p {
  font-size: 12px;
  font-weight: bold;
  line-height: calc(18/14);
  color: #454545;
}

@media screen and (max-width: 767px) {
  #member .section_status_benefit .icon p {
    font-size: 10px;
  }
}

#member .section_status_benefit .note {
  color: #fff;
  font-size: 12px;
}

#member .section_linkList .list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: calc(15 / 920 * 100%);
  column-gap: calc(15 / 920 * 100%);
  row-gap: 15px;
}

@media screen and (min-width: 768px) {
  #member .section_linkList .list {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  #member .section_linkList .list {
    -moz-column-gap: calc(10 / 335 * 100%);
    column-gap: calc(10 / 335 * 100%);
    row-gap: 10px;
  }
}

#member .section_linkList .cta {
  width: calc(296 / 920 * 100%);
  background-color: #105A33;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  #member .section_linkList .cta {
    width: calc(162 / 335 * 100%);
  }
}

#member .section_linkList .cta::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/link_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #member .section_linkList .cta::after {
    width: 18px;
    height: 18px;
    right: 10px;
  }
}

#member .section_linkList .cta a {
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #member .section_linkList .cta a {
    padding: 0;
    height: 75px;
    font-size: 14px;
    line-height: calc(21/14);
  }
}

#member .registration {
  position: fixed;
  bottom: 0;
  background-color: #105A33;
  width: 100%;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  #member .registration .registration_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}

#member .registration p {
  color: #fff;
}

@media screen and (min-width: 768px) {
  #member .registration p {
    font-size: 18px;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  #member .registration p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

#member .registration a {
  width: 206px;
  display: inline-block;
  border-radius: 50px;
  padding: 15px;
  font-size: 16px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #member .registration a {
    font-size: 14px;
    width: calc(200 / 375 * 100%);
  }
}

#member .modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 40px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

@media screen and (max-width: 767px) {
  #member .modal-wrapper {
    padding: 50px 20px;
  }
}

#member .modal-wrapper.active {
  opacity: 1;
  visibility: visible;
}

#member .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

#member .modal-wrapper button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background: none;
}

#member .modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 966px;
  padding: 50px 40px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #member .modal-wrapper .modal-window {
    width: 100%;
    padding: 35px 20px;
  }
}

#member .modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

#member .modal-wrapper .close {
  z-index: 20;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #member .modal-wrapper .close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
  }
}

#member .modal-wrapper .close::before, #member .modal-wrapper .close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #454545;
  width: 20px;
  height: 2px;
}

@media screen and (max-width: 767px) {
  #member .modal-wrapper .close::before, #member .modal-wrapper .close::after {
    width: 15px;
  }
}

#member .modal-wrapper .close::before {
  transform: rotate(45deg);
}

#member .modal-wrapper .close::after {
  transform: rotate(-45deg);
}

#member .modal-wrapper .close:hover {
  color: #2b2e38 !important;
}

#member .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
