@charset "UTF-8";
/** -----------------------------------
	共通
---------------------------------------- ***/
.privilege .main-img {
  width: 227px;
  padding-top: 20px;
  margin-left: 70px;
}
@media screen and (max-width: 768px), print {
  .privilege .main-img {
    width: calc(375/750*100vw);
    padding-top: 20px;
    margin-left: auto;
  }
}

.main-contents {
  padding-top: 80px;
}
@media screen and (max-width: 768px), print {
  .main-contents {
    padding-top: calc(100/750*100vw);
  }
}

/** -----------------------------------
	くら友倶楽部とは？
---------------------------------------- ***/
.what-club .member-info .sub-ttl {
  margin-top: 1em;
}
.what-club .search {
  margin-top: 45px;
}
.what-club .club-search {
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-club .club-search input {
  border: none;
  background-color: #ededed;
  width: 560px;
  height: 80px;
  padding: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #505050;
  outline: none;
}
.what-club .club-search button {
  border: none;
  background-color: #003d8b;
  width: 80px;
  height: 80px;
}
.what-club .club-search button img {
  max-width: 50%;
  padding-top: 0.5vh;
}
@media screen and (max-width: 768px), print {
  .what-club .search {
    margin-top: calc(90/750*100vw);
  }
  .what-club .club-search {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .what-club .club-search input {
    width: calc(560/750*100vw);
    height: calc(80/750*100vw);
    padding: calc(30/750*100vw);
    font-size: calc(30/750*100vw);
  }
  .what-club .club-search button {
    width: calc(80/750*100vw);
    height: calc(80/750*100vw);
  }
  .what-club .club-search button img {
    max-width: 70%;
  }
}

/** -----------------------------------
	くら友倶楽部の特⻑
---------------------------------------- ***/
.club-features-inner {
  width: 1510px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 70px;
}
@media screen and (max-width: 1350px), print {
  .club-features-inner {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 768px), print {
  .club-features-inner {
    width: 100%;
  }
}

.catch-txt span {
  width: 400px;
  padding: 8px 10px 10px 27px;
}
@media screen and (max-width: 1100px), print {
  .catch-txt {
    margin: 0 0 calc(30/750*100vw);
  }
}
@media screen and (max-width: 768px), print {
  .catch-txt span {
    width: calc(600/750*100vw);
    padding: 7px 0 8px 10px;
  }
}

.club-features {
  margin-top: 70px;
}
.club-features.bg_box {
  background: #ddecff;
  padding: 40px 0 55px;
}
.club-features .features-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.club-features .features-top .base-ttl {
  margin-left: 20px;
}
.club-features .club-features-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.club-features .club-features-list .club-features-box {
  width: 31.386%;
  background-color: #fff;
  margin-right: 2.921%;
}
.club-features .club-features-list .club-features-box:nth-child(3n) {
  margin-right: 0;
}
.club-features .club-features-list .club-features-box:nth-child(n+4) {
  margin-top: 2.921%;
}
.club-features .club-features-list .features-box-detail {
  padding: 30px 35px;
}
.club-features .club-features-list .features-box-detail .features-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #003d8b;
  margin-bottom: 20px;
}
.club-features .club-features-list .features-box-detail .features-img {
  max-width: 300px;
  height: auto;
  margin: 0 auto 10px;
}
.club-features .club-features-list .features-box-detail .features-txt {
  letter-spacing: .06em;
}
.club-features .club-features-list .link {
  margin-top: auto;
}
.features-detail-wrap {
  display: block;
}
@media screen and (max-width: 1100px), print {
  .club-features .features-top {
    flex-direction: column;
  }
  .club-features .features-top .base-ttl {
    margin-left: 0;
  }
  .club-features .club-features-list .club-features-box {
    width: 32%;
    margin-right: 2%;
  }
  .club-features .club-features-list .club-features-box:nth-child(n+4) {
    margin-top: 2%;
  }
  .club-features .club-features-list .features-box-detail {
    padding: 20px 25px;
  }
  .club-features .club-features-list .features-box-detail .features-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px), print {
  .club-features {
    margin-top: calc(80/750*100vw);
  }
  .club-features.bg_box {
    padding: calc(80/750*100vw) 0 calc(100/750*100vw);
  }
  .club-features .club-features-list {
    margin-top: calc(80/750*100vw);
  }
  .club-features .club-features-list .club-features-box {
    width: 100%;
    margin-right: 0;
  }
  .club-features .club-features-list .club-features-box:nth-child(n+2) {
    margin-top: calc(40/750*100vw);
  }
  .club-features .club-features-list .features-box-detail {
    padding:calc(20/750*100vw);
  }
  .club-features .club-features-list .features-box-detail .features-ttl {
    font-size: calc(45/750*100vw);
    margin-bottom: calc(20/750*100vw);
  }
  .club-features .club-features-list .features-box-detail .features-img {
    width: 40%;
    max-width: none;
    margin: 0;
  }
  .club-features .club-features-list .features-box-detail .features-txt {
    width: 60%;
}
  .features-detail-wrap {
    display: flex;
    align-items: center;
  }
}

/** -----------------------------------
	提携施設は140店舗以上！
---------------------------------------- ***/
.affiliate-fcs {
  padding-top: 80px;
}
.affiliate-fcs .base-txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px), print {
  .affiliate-fcs {
    padding-top: calc(120/750*100vw);
  }
  .affiliate-fcs .base-txt {
    margin-top: calc(40/750*100vw);
  }
}

.fcs-list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px), print {
  .fcs-list {
    margin-top: calc(120/750*100vw);
  }
}

.fcs-box {
  width: 46.36%;
  display: flex;
  flex-direction: column;
}
.fcs-box:nth-child(odd) {
  margin-right: 7.27%;
}
.fcs-box:nth-child(n+3) {
  margin-top: 50px;
}
.fcs-box.w100 {
  width: 100%;
  margin-right: 0;
}
.fcs-box .fcs-name-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.fcs-box .fcs-name-wrap .fcs-category {
  padding-right: 0.6em;
  text-align: center;
  flex-shrink: 0;
  font-size: 20px;
  color: #003d8b;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .06em;
}
.fcs-box .fcs-name-wrap .fcs-name {
  border-left: 2px solid #003d8b;
  padding-left: 0.7em;
  letter-spacing: .06em;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  color: #303030;
}
.fcs-box .fcs-name-wrap .fcs-name.long {
  font-size: 22px;
}
.fcs-box .benefits {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.fcs-box .benefits + .flex {
  margin-top: 1em;
}
.fcs-box .benefits .icon {
  min-width: 50px;
  color: #fff;
  background-color: #003d8b;
  padding: 2px 6px 3px 8px;
  margin-right: 15px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .12em;
}
.fcs-box .benefits .txt {
  font-size: 20px;
  font-weight: 700;
  color: #303030;
  letter-spacing: .06em;
}
.fcs-box .address {
  letter-spacing: .06em;
  margin-bottom: 20px;
}
.fcs-box .flex {
  display: flex;
  justify-content: space-between;
}
.fcs-box .flex > *:first-child {
  margin-right: 7.27%;
}
.fcs-box .fcs-img {
  max-width: 510px;
  margin-top: auto;
  line-height: 0;
}
.fcs-box .note-txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .04em;
  margin-top: 13px;
}
@media screen and (min-width: 769px) and (max-width: 1100px), print {
  .fcs-box {
    width: 48%;
  }
  .fcs-box:nth-child(odd) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px), print {
  .fcs-box {
    width: 100%;
  }
  .fcs-box:nth-child(odd) {
    margin-right: 0;
  }
  .fcs-box:nth-child(n+3) {
    margin-top: 0;
  }
  .fcs-box + .fcs-box {
    margin-top: 13.3333333333vw;
  }
  .fcs-box .fcs-name-wrap {
    margin-bottom: calc(50/750*100vw);
  }
  .fcs-box .fcs-name-wrap .fcs-category {
    font-size: calc(32/750*100vw);
  }
  .fcs-box .fcs-name-wrap .fcs-name {
    font-size: calc(40/750*100vw);
  }
  .fcs-box .benefits {
    margin-bottom: calc(16/750*100vw);
  }
  .fcs-box .benefits .icon {
    min-width: calc(90/750*100vw);
    padding: calc(4/750*100vw) calc(12/750*100vw) calc(6/750*100vw) calc(16/750*100vw);
    margin-right: calc(30/750*100vw);
    font-size: calc(26/750*100vw);
  }
  .fcs-box .benefits .txt {
    font-size: calc(32/750*100vw);
  }
  .fcs-box .address {
    margin-bottom: calc(40/750*100vw);
  }
  .fcs-box .fcs-img {
    max-width: 100%;
  }
  .fcs-box .note-txt {
    font-size: calc(26/750*100vw);
    margin-top: calc(10/750*100vw);
  }
}

.fcs-box-inner {
  display: flex;
  flex-direction: column;
}
.fcs-box-inner .fcs-img {
  margin-top: auto;
}

/** -----------------------------------
	新規提携施設は、さらに拡⼤中！
---------------------------------------- ***/
.expanding {
  width: 1316px;
  max-width: 100%;
  padding-top: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px), print {
  .expanding {
    padding: 80px 3vw 0;
  }
}
@media screen and (max-width: 768px), print {
  .expanding {
    width: 100%;
    padding-top: calc(120/750*100vw);
  }
}

.fcs-logo-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 30px;
}
.fcs-logo-list .logo-item {
  margin: 0 18px 25px;
  line-height: 0;
}
.fcs-logo-list .logo-item img {
  height: 100%;
}
@media screen and (max-width: 1450px), print {
  .fcs-logo-list .logo-item {
    margin: 0 18px 25px;
  }
  .fcs-logo-list .logo-item img {
    height: 100%;
  }
}
@media screen and (max-width: 768px), print {
  .fcs-logo-list .logo-item {
    width: calc(180/750*100vw);
    margin: 0 calc(20/750*100vw) calc(50/750*100vw);
  }
  .fcs-logo-list .logo-item img {
    height: auto;
  }
}

/** -----------------------------------
	ご利⽤ガイドブック
---------------------------------------- ***/
.guidebook {
  padding: 105px 0 0;
}
.guidebook .guide-ttl {
  font-size: 25px;
  font-weight: 700;
  color: #303030;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px), print {
  .guidebook {
    padding-top: calc(110/750*100vw);
  }
  .guidebook .guide-ttl {
    font-size: calc(38/750*100vw);
  }
}

.guide-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cacaca;
  width: 800px;
  margin: 30px auto 0;
  padding: 23px;
}
.guide-box .guide-detail {
  margin-right: 40px;
}
.guide-box .guide-detail .guide-detail-ttl {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #303030;
}
.guide-box .guide-detail .guide-detail-txt {
  letter-spacing: .04em;
  margin-top: 12px;
}
.guide-box .guide-img {
  max-width: 167px;
  margin-right: 0;
}
@media screen and (max-width: 768px), print {
  .guide-box {
    width: 100%;
    flex-direction: column;
    margin: calc(60/750*100vw) auto 0;
    padding: calc(50/750*100vw) calc(50/750*100vw) calc(60/750*100vw);
  }
  .guide-box .guide-detail {
    margin-right: 0;
  }
  .guide-box .guide-detail .guide-detail-ttl {
    font-size: calc(42/750*100vw);
    line-height: 1.5;
  }
  .guide-box .guide-detail .guide-detail-txt {
    margin-top: calc(24/750*100vw);
  }
  .guide-box .guide-img {
    max-width: 100%;
    width: calc(300/750*100vw);
    margin: calc(70/750*100vw) auto 0;
  }
}

/** -----------------------------------
	ご利⽤⽅法はカンタン！
---------------------------------------- ***/
.easy-usage {
  padding: 80px 0 0;
}
.easy-usage .base-txt {
  margin-top: 20px;
}
.easy-usage .btn {
  margin-top: 60px;
}
.easy-usage .btn.blue a {
  padding: 30px 33px 30px 20px;
  font-size: 25px;
}
@media screen and (max-width: 768px), print {
  .easy-usage {
    padding-top: calc(120/750*100vw);
  }
  .easy-usage .base-txt {
    margin-top: calc(40/750*100vw);
  }
  .easy-usage .btn {
    margin-top: calc(100/750*100vw);
  }
  .easy-usage .btn.blue a {
    padding: calc(30/750*100vw) calc(33/750*100vw) calc(30/750*100vw) calc(20/750*100vw);
    font-size: calc(36/750*100vw);
  }
}

.easy-usage-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.easy-usage-detail .usage-box {
  position: relative;
  width: 530px;
  border: 1px solid #cacaca;
  border-radius: 20px;
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
.easy-usage-detail .usage-box:nth-child(2n) {
  margin-right: 0;
}
.easy-usage-detail .usage-box .usage-box-ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .06em;
  color: #303030;
  margin: 0 auto 25px;
}
.easy-usage-detail .usage-box .usage-box-img {
  max-width: 340px;
  margin: 0 auto 20px;
}
.easy-usage-detail .usage-box .usage-box-txt {
  letter-spacing: .06em;
}
.easy-usage-detail .usage-box .recom-icon {
  position: absolute;
  top: -19px;
  width: 150px;
  color: #fff;
  background-color: #003d8b;
  padding: 8px 10px 10px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px), print {
  .easy-usage-detail {
    flex-direction: column;
    margin-top: calc(50/750*100vw);
  }
  .easy-usage-detail .usage-box {
    width: 100%;
    padding: calc(60/750*100vw) calc(70/750*100vw);
    margin-right: 0;
  }
  .easy-usage-detail .usage-box:nth-child(n+2) {
    margin-top: calc(80/750*100vw);
  }
  .easy-usage-detail .usage-box .usage-box-ttl {
    font-size: calc(40/750*100vw);
    margin: 0 auto calc(25/750*100vw);
  }
  .easy-usage-detail .usage-box .usage-box-img {
    max-width: 340px;
    margin: 0 auto calc(40/750*100vw);
  }
  .easy-usage-detail .usage-box .recom-icon {
    top: -19px;
    width: calc(300/750*100vw);
    padding: calc(16/750*100vw) calc(20/750*100vw) calc(20/750*100vw);
    border-radius: 20px;
    font-size: calc(30/750*100vw);
  }
}

.usage-note {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .06em;
}
@media screen and (max-width: 768px), print {
  .usage-note {
    margin-top: calc(60/750*100vw);
    font-size: calc(26/750*100vw);
  }
}

.site-registe {
  margin-top: 50px;
}
.site-registe .site-registe-ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .02em;
  margin-bottom: 18px;
  padding-bottom: 8px;
  line-height: 1.5;
  border-bottom: 1px solid #cacaca;
  color: #303030;
}
.site-registe .site-registe-txt {
  letter-spacing: .06em;
  line-height: 1.7;
}
.site-registe .note {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .06em;
  margin-top: 15px;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.site-registe .note + .note {
  margin-top: 0;
}
@media screen and (max-width: 768px), print {
  .site-registe {
    margin-top: calc(100/750*100vw);
  }
  .site-registe .site-registe-ttl {
    font-size: calc(40/750*100vw);
  }
  .site-registe .note {
    font-size: calc(26/750*100vw);
    margin-top: calc(30/750*100vw);
  }
}

/** -----------------------------------
	会員様の声
---------------------------------------- ***/
.customer-voice {
  margin-top: 80px;
}
.customer-voice.bg_box {
  background-color: #f6f6f6;
  padding: 40px 0 60px;
}
@media screen and (max-width: 768px), print {
  .customer-voice {
    margin-top: calc(120/750*100vw);
  }
  .customer-voice.bg_box {
    background-color: #f6f6f6;
    padding: calc(80/750*100vw) 0 calc(120/750*100vw);
  }
}

.voice-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.voice-list .voice-box {
  max-width: 320px;
  border-radius: 10px;
  padding: 30px 35px;
  background-color: #fff;
  margin-right: 20px;
}
.voice-list .voice-box:nth-child(3n) {
  margin-right: 0;
}
.voice-list .voice-box .voice-txt {
  letter-spacing: .02em;
}
.voice-list .voice-box .customer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 -25px;
}
.voice-list .voice-box .customer .customer-img {
  max-width: 113px;
  margin-bottom: -30px;
  margin-right: 20px;
}
.voice-list .voice-box .customer .customer-txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 769px) and (max-width: 1100px), print {
  .voice-list .voice-box .customer .customer-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px), print {
  .voice-list {
    flex-direction: column;
    margin-top: calc(60/750*100vw);
  }
  .voice-list .voice-box {
    max-width: 100%;
    padding: calc(60/750*100vw) calc(70/750*100vw);
    margin-right: 0;
  }
  .voice-list .voice-box:nth-child(n+2) {
    margin-top: calc(100/750*100vw);
  }
  .voice-list .voice-box .customer {
    justify-content: center;
    margin: calc(40/750*100vw) 0 calc(-50/750*100vw);
  }
  .voice-list .voice-box .customer .customer-img {
    max-width: calc(226/750*100vw);
    margin-bottom: calc(-60/750*100vw);
    margin-right: calc(60/750*100vw);
  }
  .voice-list .voice-box .customer .customer-txt {
    font-size: calc(32/750*100vw);
  }
}

/** -----------------------------------
	ご利⽤の際の注意点
---------------------------------------- ***/
.use-attention {
  margin-top: 50px;
}
@media screen and (max-width: 768px), print {
  .use-attention {
    margin-top: calc(120/750*100vw);
  }
}

.attention-box {
  background-color: #f6f6f6;
  padding: 25px 50px 40px;
  margin-top: 55px;
}
.attention-box .attention-ttl {
  font-size: 22px;
  font-weight: 700;
  color: #303030;
  margin-bottom: 5px;
}
.attention-box .attention-ttl:nth-child(n+2) {
  margin-top: 25px;
}
.attention-box .disc-list .disc {
  padding-left: 21px;
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .06em;
}
.attention-box .disc-list .disc::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 0.7em;
  left: 0.1em;
  background-color: #003d8b;
}
.attention-box .link {
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1100px), print {
  .attention-box .link {
    margin-top: calc(20/750*100vw);
  }
}
@media screen and (max-width: 768px), print {
  .attention-box {
    padding: calc(60/750*100vw) calc(50/750*100vw) calc(80/750*100vw);
    margin-top: calc(50/750*100vw);
  }
  .attention-box .attention-ttl {
    font-size: calc(34/750*100vw);
    margin-bottom: calc(20/750*100vw);
  }
  .attention-box .disc-list .disc {
    padding-left: calc(34/750*100vw);
    font-size: calc(30/750*100vw);
  }
  .attention-box .disc-list .disc::before {
    width: calc(16/750*100vw);
    height: calc(16/750*100vw);
    top: calc(20/750*100vw);
  }
  .attention-box .link {
    margin-top: calc(40/750*100vw);
  }
}

.member-services {
  padding: 80px 0 80px;
}
@media screen and (max-width: 768px), print {
  .member-services {
    padding: calc(160/750*100vw) 0 calc(160/750*100vw);
  }
}

.member-blue-frame {
  border: 5px solid #003894;
  background-color: #fff;
  position: relative;
  padding: 25px 60px 25px;
  max-width: 700px;
  margin: 50px auto 0;
}
.member-blue-frame .base-ttl * {
  color: #003d8b;
  font-size: clamp(0px ,6vw, 50px);
  letter-spacing: 5px;
}
.member-blue-frame .base-txt {
  margin: 15px auto 20px;
}
.member-blue-frame .btn.blue-line a {
  font-size: 18px;
  width: 268px;
  padding: 10px 8px;
  background-color: #003D8B;
  color: #fff;
}
.member-blue-frame .btn.blue-line a::after {
  bottom: -1px;
  right: 8px;
}
.btn.blue-line a::after{
  border-left-color: #fff;
}
.btn a::after{
  border-left-color: #003d8b;
}
.member-blue-frame.mnt-recruit.fade .base-txt p{
  text-align: center;
}
.member-info .base-ttl{
  border-bottom: 1px solid #003d8b;
}
@media screen and (max-width: 768px), print {
  .member-blue-frame .base-ttl * {
    font-size: clamp(20px , 6vw , 50px);
    letter-spacing: clamp(0px, 1vw, 5px);
  }
  .member-blue-frame.mnt-recruit.fade .base-txt p{
    font-size: clamp(16px , 3.5vw , 30px);
  }
  .member-blue-frame {
    padding: calc(60/750*100vw) calc(50/750*100vw);
    margin: 50px auto calc(140/750*100vw);
  }
  .member-blue-frame .base-txt {
    margin: calc(30/750*100vw) auto calc(40/750*100vw);
  }
  .member-blue-frame .btn.blue-line a {
    font-size: 3vw;
    width: 43.533vw;
    padding: 2.747vw 3.2vw 3.2vw 1.547vw;
  }
}
.fcs-box-inner .fcs-img.fcs-img-psc{
  margin-top:11px;
}