@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;bold;700&display=swap");
html {
  font-size: 62.5%;
  scroll-padding-top: 6.4rem;
}

body {
  font-family: Arial, "Noto Sans JP", sans-serif;
  max-width: 100%;
  background-color: #E5EBEE;
  overflow-x: hidden;
}

h1 {
  font-size: 3rem;
  font-weight: bold;
}

h2 {
  font-size: 2rem;
  font-weight: bold;
}

h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

.text_red {
  color: #F50000;
}

.text_16r {
  font-size: 1.6rem;
}

.text_17r {
  font-size: 1.7rem;
}

.text_30r {
  font-size: 3rem;
}

.text_35r {
  font-size: 3.5rem;
}

.text_40r {
  font-size: 4rem;
}

.text_60r {
  font-size: 6rem;
}

.text_kv {
  font-size: 8rem;
}

.text_ls {
  letter-spacing: -0.07em;
  display: inline-block;
  margin-right: 0.5rem;
}

.text_under {
  position: relative;
  z-index: 1;
}
.text_under::after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 1rem;
  width: 100%;
  background-color: #F9BE00;
  left: 0;
  bottom: -0.3rem;
  opacity: 0.5;
}

.content-box {
  max-width: 375px;
  margin: 0 auto;
}

.exchange .content-box {
  max-width: 343px;
}

.notice {
  text-align: center;
  color: #F50000;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 1rem;
}

.wrapper {
  position: relative;
  box-shadow: 0 0 8px #dfdfdf;
  margin: 0 auto;
  width: 100%;
  min-width: 400px;
  max-width: 464px;
}

header {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #CBD5DC;
}
header a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  max-width: 100%;
}
header .logo_life {
  height: 5rem;
  display: inline-block;
}
header .logo_ryukoku {
  height: 4rem;
  display: inline-block;
}
header .cross {
  width: 32px;
  position: relative;
  display: inline-block;
}
header .cross::before,
header .cross::after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
header .cross::before {
  transform: rotate(45deg);
  /* 時計回りに45度回転させる */
}
header .cross::after {
  transform: rotate(-45deg);
  /* 反時計回りに45度回転させる */
}

/* ボタン */
.button {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
}
.button a {
  width: 360px;
  padding: 2rem 0;
  background-color: #000;
  border-radius: 500px;
  color: #fff;
  height: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  transition: 0.2s;
}
.button a img {
  width: 0.8rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.button a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.button.cta a {
  background-color: #F50000;
  color: #fff;
  width: 360px;
  margin: 0 auto;
  display: block;
  font-weight: 700;
}

.button.cta2 a {
  background-color: #fff;
  color: #F50000;
  border: 2px solid #F50000;
  width: 360px;
  margin: 0 auto;
  display: block;
  font-weight: 700;
  box-sizing: border-box;
}

/* KV周り */
.kv {
  background-image: url(../img_ryukoku/bg_kv.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  padding: 1.6rem 0 3.2rem;
  position: relative;
  z-index: 0;
}
.kv .kv_wrapper .sub_copy_notice {
  font-size: 1rem;
  width: 350px;
  margin: 1rem auto 0;
  text-indent: -2.3em;
  padding-left: 3em;
  line-height: 1.1;
}
.kv .kv_wrapper .sub_copy_notice.card_ex {
  text-indent: -2em;
  padding-left: 2.3em;
}
.kv .kv_wrapper .sub_copy_notice.card_ex2 {
  text-indent: 0;
  padding-left: 0;
  width: 360px;
}
@media screen and (min-width: 768px) {
  .kv {
    background-image: url(../img_ryukoku/bg_kv_pc.svg);
  }
}
.kv .kv_wrapper {
  position: relative;
  z-index: 3;
}
.kv .kv_wrapper .card_explanation {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.25;
}
.kv .kv_copy_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  margin: 0 auto;
  margin-top: 1.6rem;
}
.kv .kv_copy_box .main_copy0 {
  font-size: 1.8rem;
  margin-top: 2.1rem;
  font-feature-settings: "palt";
}
.kv .kv_copy_box .main_copy1 {
  font-size: 3.5rem;
  margin-top: 0.8rem;
  color: #F50000;
  font-feature-settings: "palt";
  position: relative;
}
.kv .kv_copy_box .main_copy1 sup {
  position: absolute;
  right: -1rem;
  top: -1.5rem;
  font-size: 0.35em;
  color: #000;
  vertical-align: top;
  font-weight: normal;
}
.kv .kv_copy_box .sub_copy {
  font-size: 1.7rem;
  line-height: 1.25;
  padding: 0.8rem;
  color: #fff;
  font-weight: bold;
  display: block;
  font-feature-settings: "palt";
  text-align: center;
  position: relative;
  background-color: #000;
}
.kv .kv_copy_box .sub_copy sup {
  font-size: 0.6em;
  vertical-align: top;
}
.kv .kv_copy_box .sub_copy::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 14px 14px 0 14px;
}
.kv .kv_copy_box .main_copy {
  width: 100%;
  margin-top: 1rem;
}
.kv .kv_copy_box .main_copy img {
  width: 100%;
}
.kv .kv_copy_box .punct-adjust1 {
  margin-right: -0.5em;
  margin-left: -0.1em;
}
.kv .kv_copy_box .punct-adjust2 {
  margin-right: -0.5em;
  margin-left: -0.1em;
}
.kv .kv_img_box {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.kv .kv_img_box img {
  width: 280px;
}
.kv .catch_copy {
  position: relative;
  margin-bottom: 3.5rem;
}
.kv .catch_copy .kv_card {
  position: absolute;
  top: -4.5rem;
  right: 1rem;
  width: 14rem;
}
.kv .kv_card {
  position: absolute;
  right: 10px;
  top: 10px;
}
.kv .main_copy2 {
  position: relative;
  width: 360px;
  margin: 1rem auto 0;
  text-align: center;
  z-index: 1;
  font-weight: bold;
  font-feature-settings: "palt";
}
.kv .main_copy2 .text_1 {
  display: block;
  font-size: 2rem;
  margin: 2rem 0 1rem;
}
.kv .main_copy2 .text_2 {
  display: block;
  font-size: 3.6rem;
}
.kv .main_copy2 .text_3 {
  display: block;
  font-size: 5.8rem;
  color: #F50000;
  margin: 0.5rem 0 0;
}
.kv .main_copy2::after {
  content: "";
  width: 340px;
  height: 2rem;
  background-color: #F9BE00;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}
.kv .appeal_box {
  width: 360px;
  margin: 2rem auto 0;
  text-align: center;
  background-color: #fff;
  border: 2px solid #627A86;
  padding: 1.5rem 0;
  font-weight: bold;
}
.kv .appeal_box .text_1 {
  display: block;
  font-size: 1.6rem;
}
.kv .appeal_box .text_2 {
  display: block;
  font-size: 2.2rem;
  margin-top: 0.5rem;
  color: #F50000;
}

/* カードの特長 */
.section1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #CBD5DC;
}
.section1 .section1_title {
  font-size: 2.8rem;
  color: #fff;
  background-color: #627A86;
  padding: 1.6rem 0;
  text-align: center;
  position: relative;
}
.section1 .section1_title.general_card {
  margin-top: 3.2rem;
}
.section1 .section1_wrapper {
  background-color: #fff;
  padding: 2rem;
}
.section1 .section1_img-box {
  width: 90px;
  height: 90px;
  background-color: #E5EBEE;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.section1 .section1_item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
.section1 .section1_item.first_item {
  margin-top: 0;
}
.section1 .section1_number {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  font-size: 1.2rem;
}
.section1 .section1_text {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
.section1 .section1_text .section1_text_nowrap {
  white-space: nowrap;
}
.section1 .lh_15 {
  line-height: 1.5;
}
.section1 .lh_20 {
  line-height: 2;
}
.section1 .section1_info {
  margin-top: 0.3rem;
}
.section1 .section1_example {
  background: #FFF;
  border: 2px solid #CBD5DC;
  padding: 1rem;
  position: relative;
  margin: 1.5rem 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
}
.section1 .section1_example::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #FFF;
  border-left: 2px solid #CBD5DC;
  border-top: 2px solid #CBD5DC;
  transform: translate(-50%, -60%) rotate(45deg);
  transform-origin: center center;
}
.section1 .section1_example::before {
  content: url("../img_ryukoku/icon_coffee.svg");
  top: 50%;
  right: 5%;
  transform: translateY(-48%);
  position: absolute;
}
.section1 .shop_list {
  margin-top: 1rem;
}
.section1 .shop_list_title {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  font-size: 1.4rem;
}
.section1 .shop_list_content {
  background-color: #fff;
  border: 1px solid #CBD5DC;
  border-top: none;
  padding: 1rem 1rem 2rem;
  padding-left: 2.5rem;
}
.section1 .shop_list_content li {
  font-size: 1.4rem;
  line-height: 1.5;
  list-style: disc;
}
.section1 .shop_list_notice {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  transform: translateX(-1.8rem);
}

/* ポイントプログラム */
.section2 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
.section2 .section2_title {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  line-height: 1.25;
}
.section2 .section2_title .text_under::after {
  bottom: 0.3rem;
}
.section2 .section2_subtitle {
  position: absolute;
  top: -80%;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  color: #fff;
  background-color: #000;
  font-size: 1.8rem;
  padding: 1rem;
}
.section2 .section2_subtitle::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 14px 14px 0 14px;
}
.section2 .section2_item_wrapper {
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.section2 .section2_item {
  width: calc(50% - 2rem);
}
.section2 .section2_item .section2_item_title {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #627A86;
  padding: 1rem;
}
.section2 .section2_item .section2_item_data {
  height: 8rem;
  background-color: #E5EBEE;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CTA */
.CTA .section_title {
  padding: 2rem;
  line-height: 1.25;
  font-size: 2.4rem;
  color: #fff;
  background-color: #627A86;
  text-align: center;
}
.CTA .section_title .text-01 {
  font-size: 2.6rem;
  color: #F50000;
  position: relative;
  z-index: 1;
}
.CTA .section_title .text-01::after {
  content: "";
  width: 320px;
  height: 1rem;
  background-color: #F50000;
  position: absolute;
  z-index: -1;
  transform: skewX(-15deg) translateX(-50%);
  bottom: 0;
  left: 50%;
}
.CTA .cta_content {
  background-color: #E5EBEE;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img_ryukoku/bg_cta.svg);
  padding-bottom: 4.8rem;
}
.CTA .cta_img_box {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
}
.CTA .cta_img_box img {
  width: 280px;
}

/* カード情報 */
.card_info {
  padding: 4.8rem 0;
  background-color: #fff;
}
.card_info .section_title {
  text-align: center;
  font-size: 3.2rem;
  color: #000;
}
.card_info .card_info_box .card_info_title {
  margin-top: 2.4rem;
  font-weight: bold;
  color: #F50000;
  font-size: 1.6rem;
}
.card_info .card_info_box .card_info_title.first_title {
  margin-top: 1rem;
}
.card_info .card_info_box .card_info_data {
  margin-top: 1rem;
  line-height: 1.5;
  font-size: 1.4rem;
  color: #555;
}
.card_info .card_info_box .font_change {
  font-family: "Noto Sans JP", sans-serif;
}
.card_info .card_info_notice {
  font-size: 1.2rem;
  color: #F50000;
  margin-top: 1.5rem;
  line-height: 1.2;
}

/* タブ全体のコンテナ */
.tab-container {
  width: 100%;
  margin-top: 2.4rem;
}

/* ボタンの並び（Flexbox） */
.tab-group {
  display: flex;
}

.tab-button {
  flex: 1;
  padding: 12px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.6rem;
  color: #aaa;
  border-radius: 8px 8px 0 0;
  border: 2px solid #ccc;
  border-bottom: none;
  background-color: #eee;
}

/* 選択されているタブのスタイル */
.tab-button.active {
  color: #fff;
  background-color: #F50000;
  border: none;
}

/* コンテンツ部分 */
.tab-panel {
  display: none;
  padding: 20px;
  background: #fff;
  border: 2px solid #F50000;
}

.tab-panel.active {
  display: block;
}

/* フッター */
footer {
  background-color: #F4F6F7;
  padding-top: 2.4rem;
}
footer .logo_box {
  margin-top: 1rem;
}
footer .logo_box img {
  width: 100px;
}
footer .logo_box.ryukoku_logo img {
  width: 145px;
}
footer .contact_box {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 2.4rem;
}
footer .contact_box.ryukoku_logo {
  margin-top: 1rem;
}
footer small {
  background: #F50000;
  text-align: center;
  color: #fff;
  display: block;
  padding: 1rem 0;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  footer small {
    padding-bottom: 11rem;
  }
}

/* フローティングボックス */
.floating_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  z-index: 100;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.floating_box .floating_area {
  width: 18rem;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  background: #F50000;
  border-radius: 100rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  word-wrap: break-word;
  position: relative;
  transition: 0.2s;
}
.floating_box .floating_area img {
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
}
.floating_box .floating_area:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.floating_box .floating_area.general {
  background: #fff;
  border: 2px solid #F50000;
  color: #F50000;
}

/* PC時背景画像 */
@media screen and (max-width: 1180px) {
  .image_background img, .image_background .cross {
    display: none;
  }
  .image_background .right_image .cross {
    display: none;
  }
}
.backimage_top {
  position: fixed;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
}

.backimage_bottom {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
}

.right_image {
  max-width: 260px;
  position: fixed;
  bottom: 20%;
  top: 33%;
  min-width: 200px;
  left: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.right_image img {
  max-width: 20vw;
  position: fixed;
  min-width: 300px;
  width: 100%;
}
.right_image img.logo_ryukoku {
  transform: translateY(-23rem);
}
.right_image .cross {
  width: 56px;
  position: relative;
  display: inline-block;
  transform: translateY(-12rem);
}
.right_image .cross::before, .right_image .cross::after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.right_image .cross::before {
  transform: rotate(45deg);
}
.right_image .cross::after {
  transform: rotate(-45deg);
}

.left_image {
  position: absolute;
  left: 6%;
  top: 40%;
}
.left_image img {
  max-width: 20vw;
  position: fixed;
  bottom: 20%;
  top: 33%;
  min-width: 300px;
  right: 70%;
}

@media screen and (max-width: 767px) {
  .wrapper {
    max-width: none;
    width: 100%;
  }
}
/* iOSの自動検出リンク＆手動のtelリンクの両方に効かせる */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font: inherit !important;
  display: inline !important;
  /* ← これで改行されなくなる */
}/*# sourceMappingURL=common.css.map */