@charset "UTF-8";

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

body {
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic";
  font-style: normal;
  font-weight: normal;
  background: #0F1C36;
  color: var(--black);
  line-height: 1.5;
}

a {
  cursor: pointer;
}

a:hover {
  opacity: 0.5;
  cursor: pointer;
}


p {
  font-size: 14px;
}

img {
  width: 100%;
  height: auto;
}

.sp,
.sp_under392 {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 392px) {
  .sp_under392 {
    display: block !important;
  }
}

/* kfc **************************************/
/* 色 */
:root {
  --red: #E31E2F;
  --red-dark: #AA1F20;
  --black: #4D4E4E;
  --green: #599766;
  --gold: #E3B21E;
  --baige: #F8F5E8;
  --baige-dark: #E8D8AE;
  --brown: #807C6A;
}

/* title */
.kfc__h2 {
  font-size: 24px;
  font-weight: 700;
}

/* button */
.kfc__button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 80px;
  border-radius: 100px;
  font-size: 20px;
  cursor: pointer;
}

.kfc__button::after {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
}

.kfc__button--s {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  max-width: 100%;
  height: 56px;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.kfc__button--s::after {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
}

.kfc__button:hover {
  opacity: .7;
  transition: .3s all;
}

.c-cardBtn--NL,
.p-modal__cardSoon--NL {
  font-weight: 700;
  background-color: var(--green);
}

.c-cardBtn--GOLD,
.p-modal__cardSoon--Gold {
  font-weight: 700;
  background-color: var(--gold);
}

@media screen and (max-width: 469px) {
  .c-cardBtn--NL,
  .p-modal__cardSoon--NL {
    font-size: 14px;
  }

  .c-cardBtn--GOLD,
  .p-modal__cardSoon--Gold {
    font-size: 14px;
  }
}

.kfc__button--outline {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  max-width: 100%;
  height: 56px;
  background-color: var(--baige);
  border: 2px solid var(--black);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.kfc__button--outline::after {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid var(--black);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
}

.kfc__button--outline_nl,
.kfc__button--outline_gold {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  max-width: 100%;
  height: 56px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.kfc__button--outline_nl {
  border: 2px solid var(--green);
  color: var(--green);
}

.kfc__button--outline_gold {
  border: 2px solid var(--gold);
  color: var(--gold);
}

.kfc__button--outline_nl::after,
.kfc__button--outline_gold::after {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  content: "";
}

.kfc__button--outline_nl::after {
  border-left: 10px solid var(--green);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.kfc__button--outline_gold::after {
  border-left: 10px solid var(--gold);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* headline */
.kfc__headline2 {
  padding: 16px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
  width: 100%;
  background-image: url(../images/headline-top.svg), url(../images/headline-bottom.svg);
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
  background-size: 100% auto, 100% auto;
}

/* 全体レイアウト */
.kfc {
  display: flex;
  background-color: var(--red-dark);
}

.kfc__left-container,
.kfc__right-container {
  flex: 1;
}

@media (max-width: 469px) {

  .kfc__left-container {
    display: none;
  }
}

.kfc__main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 470px;
  max-width: 100%;
  background-color: #fff;
}

@media (max-width: 469px) {
  .kfc__main-container {
    overflow: hidden;
  }
}

.kfc__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 80px 24px;
}

main {
  overflow: hidden;
  width: 100%;
}

main .kfc__section:nth-child(even) {
  background-color: var(--baige);
}

/* kfc__header */
.kfc__header {
  position: relative;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kfc__header_logo {
  width: 240px;
}

.kfc__header_h1 {
  position: relative;
  width: 100%;
}

.kfc__header_h1 img {
  position: relative;
  z-index: 1;
}

.kfc__header_h1_no {
  z-index: 2;
  position: absolute;
  left: 20px;
  top: 38%;
  transform: rotate(-5deg);
  fill: #fff;
}


.kfc__header_h1_svgText {
  transform: translate(45px, 57px);
  font-size: 70px;
  font-weight: 700;
}

@media (max-width: 469px){
  .kfc__header_h1_svgText {
    transform: translate(42px, 57px);
  }
}

@supports (background: -webkit-named-image(i)) {
  .kfc__header_h1_svgText {
    transform: translate(36px, 55px);
  }
}

.kfc__header_h1_svgAlign {
  transform: translate(232px, 31px);
  font-size: 10px;
  font-weight: 700;
}

@supports (background: -webkit-named-image(i)) {
  .kfc__header_h1_svgAlign {
    transform: translate(220px, 29px);
  }
}

.kfc__header_card {
  position: relative;
  top: 24px;
  right: -23%;
  width: 70%;
}

.kfc__header_sokuhatsu {
  position: absolute;
  left: 0;
  top: -56px;
  width: 40%;
  transform: rotate(-10deg);
}

@media (max-width: 469px){
  .kfc__header_sokuhatsu {
    top: -48px;
  }
}

.kfc__header_hand {
  position: absolute;
  left: -10%;
  top: 21%;
  width: 41%;
}

.kfc__header_chicken {
  padding: 40px 0 28px;
}

/* kfc__cv */
.kfc__cv {
  width: 100%;
  padding: 80px 24px;
  background-color: var(--baige);
  gap: 24px
}

.kfc__cv__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 75px 19px 35px 19px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  border: 5px solid var(--red-dark);
  background-color: #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
}

.kfc__cv_sokuhatsu {
  position: absolute;
  left: 50%;
  top: -52px;
  transform: translateX(-50%);
  width: 200px;
}

.kfc__cv_sokuhatsuAlign {
  font-size: 12px;
  position: absolute;
  z-index: 2;
  color: var(--black);
  font-weight: 700;
  top: 58px;
}
/* kfc__start */
.kfc__start_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 100%;
  height: 60px;
  background-image: url(../images/title-bg_start.svg);
  background-size: 100% 60px;
  color: #fff;
}

.kfc__start_info {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.kfc__start_info span {
  font-size: 16px;
}

.kfc__start_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kfc__start_item p {
  font-size: 20px;
  text-align: center;
}

@media (max-width: 469px) {
  .kfc__start_item p {
    font-size: 14px;
  }
}

.kfc__start_kangen {
  width: 240px;
  max-width: 100%;
}

.kfc__start_kangen_svgText {
  transform: translate(0px, 90px);
  font-size: 100px;
  font-weight: 700;
}

@supports (background: -webkit-named-image(i)) {
  .kfc__start_kangen_svgText {
    transform: translate(-6px, 90px);
  }
}

.kfc__start_img {
  width: 470px;
  margin-left: calc(50% - 212px);
}

@media (max-width: 469px) {
  .kfc__start_img {
    width: calc(100% + 48px);
    margin-left: 0;
  }
}

/* kfc__simulation */
.kfc__simulation_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.kfc__simulation_item img:last-child {
  width: 240px;
}

.kfc__simulation_other {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 16px;
  border-radius: 20px;
  background-color: #F6EFDF;
}

.kfc__simulation_other_title {
  text-align: center;
}

.kfc__simulation_other_title span {
  position: relative;
  padding: 0 32px;
  font-size: 18px;
}

@media (max-width: 469px) {
  .kfc__simulation_other_title span {
    padding: 0 16px;
    font-size: 16px;
  }
}

.kfc__simulation_other_title span::before,
.kfc__simulation_other_title span::after {
  position: absolute;
  bottom: 0;
  width: 16px;
  height: 23px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}

.kfc__simulation_other_title span::before {
  left: 0;
  background-image: url(../images/simulation_other_title-left.svg);
}

.kfc__simulation_other_title span::after {
  right: 0;
  background-image: url(../images/simulation_other_title-right.svg);
}

/* kfc__campaign */
.kfc__campaign_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 100%;
}

.kfc__term {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 400px;
  max-width: 100%;
  padding: 16px 0;
  min-height: 64px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  background-image: url(../images/term-bg.svg);
  background-size: 100% 100%;
}

@media (max-width: 469px) {
  .kfc__term {
    font-size: 13px;
  }
}

.kfc__campaign_no {
  width: 400px;
  max-width: 100%;
  min-height: 120px;
  background-image: url(../images/no-bg.svg);
  background-size: 100% 120px;
  background-repeat: no-repeat;
}

.kfc__campaign_no text {
  fill: var(--black);
}

.kfc__campaign_no_price {
  font-weight: 700;
  fill: var(--red-dark) !important;
}

@supports (background: -webkit-named-image(i)) {
  .kfc__campaign_no_price {
    fill: var(--red-dark) !important;
    font-weight: normal;
    stroke: var(--red-dark);
    stroke-width: 2px;
    stroke-linejoin: round;
  }
}

.kfc__campaign_more {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: var(--baige);
  border-radius: 20px;
}

.kfc__more_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 16px;
}

.kfc__more_button::before,
.kfc__more_button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--black);
  content: "";
}

.kfc__more_button::before {
  right: 16px;
  width: 16px;
  height: 2px;
}

.kfc__more_button::after {
  right: 23px;
  width: 2px;
  height: 16px;
}

.kfc__more_item {
  display: none;
  overflow: hidden;
}

.kfc__campaign_more.active .kfc__more_item {
  display: block;
  padding: 24px;
}

.kfc__campaign_more.active .kfc__more_button::after {
  display: none;
}

.kfc__campaign_more .kfc__more_item ol {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 104px;
}

.kfc__campaign_more .kfc__more_item li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.kfc__campaign_more .kfc__more_item img {
  max-width: 300px;
}

.kfc__campaign__more_item_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px 24px 24px;
  border: 2px solid var(--black);
  border-radius: 20px;
  background-color: #fff;
}

.kfc__more_item li:not(:last-child) .kfc__campaign__more_item_box::after {
  position: absolute;
  left: 50%;
  bottom: -66px;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/plus.svg);
  background-size: 100% auto;
  content: "";
}

.kfc__campaign__more_item_box .kfc__campaign_subTitle {
  font-weight: 700;
  padding: 16px;
}

.kfc__campaign__more_item_box .kfc__campaign_bannerImg {
  border: 1px solid #66ccff;
}

.kfc__campaign_headline3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  width: 100px;
  height: 38px;
  background-image: url(../images/campaign-title-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.kfc__campaign_more_sbi_title {
  min-height: 68px;
  padding: 19px 0;
  font-size: 20px;
  font-weight: 600;
  background-image: url(../images/sbi_title-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 160px auto;
}

@media (max-width: 469px){
  .kfc__campaign_more_sbi_title {
    font-size: 17px;
    padding: 21px 0;
  }
}

.kfc__campaign_more_sbi_text {
  font-size: 12px;
  line-height: 1.5;
}

.kfc__campaign_more_sbi_text_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 24px;
}

.kfc__campaign_more_sbi_text_list .c-linkIcon02 {
  display: inline !important;
}

/* kfc__use */
.kfc__use__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.kfc__headline2 {
  min-width: 240px;
}

.kfc__use_item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.kfc__use_item li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.kfc__use_item img {
  width: 160px;
}

.kfc__use_more {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
}

.kfc__use_more.active .kfc__more_item {
  display: block;
  padding: 24px;
}

.kfc__use_more.active .kfc__more_button::after {
  display: none;
}

.kfc__more_item li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kfc__use_headline3 {
  position: relative;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.kfc__use_headline3::before,
.kfc__use_headline3::after {
  position: absolute;
  left: 0;
  height: 4px;
  background-color: var(--brown);
  content: "";
}

.kfc__use_headline3::before {
  top: 0;
  width: 70%;
}

.kfc__use_headline3::after {
  bottom: 0;
  width: 80%;
}

.kfc__use_more .kfc__more_item ol {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.kfc__more_item p {
  line-height: 1.5;
}

.kfc__use_more .kfc__more_item img {
  position: absolute;
  right: 0;
  top: -24px;
  width: 96px;
}

.kfc__use_more .kfc__more_item p {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 469px) {
  .kfc__use_headline3 {
    padding-right: 30%;
    font-size: 16px;
    display: grid;
  }
  .kfc__use_more .kfc__more_item img {
    max-width: 30%;
  }
}

/* kfc__topics */
.kfc__topics .swiper-container,
.kfc__topics .swiper-container div {
  width: 100% !important;
  max-width: 300px !important;
}

/* kfc__flow */

/* kfc__flow */
.p-flowTabMenu__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.c-tabList {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 40px;
  border-radius: 20px 20px 0 0;
  background-color: rgba(255, 255, 255, .8);
  font-weight: 700;
  font-size: 16px;
}

.c-tabList.is-active {
  background: var(--baige-dark);
  color: #242527;
  opacity: 1 !important;
}

.c-tabList img {
  width: auto;
  height: 32px;
}

.p-flowTab1 {
  padding: 16px;
  width: 100%;
  background: var(--baige-dark);
  border-radius: 0 0 20px 20px;
}

.c-tabContent.is-active {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.kfc__flow_content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kfc__flow_content::after {
  z-index: -1;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 8px;
  height: 70%;
  background-color: var(--brown);
  opacity: .5;
  content: "";
}

.kfc__flow_content li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.kfc__flow_content li:first-child {
  font-size: 18px;
  min-height: 140px;
  border: 4px dashed var(--red-dark);
}

.kfc__flow_content li:not(:first-child) {
  position: relative;
  min-height: 80px;
}

.kfc__flow_content li:not(:first-child)::before,
.kfc__flow_content li:not(:first-child)::after {
  position: absolute;
  content: "";
}

.kfc__flow_content li:not(:first-child)::before {
  left: -8px;
  top: -8px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--brown);
}

.kfc__flow_content li:not(:first-child)::after {
  left: 3px;
  top: -4px;
  counter-reset: number 0;
  color: #fff;
  font-weight: 600;
}

.kfc__flow_content li:nth-child(2)::after {
  counter-increment: number 1;
  content: counter(number) " ";
}

.kfc__flow_content li:nth-child(3)::after {
  counter-increment: number 2;
  content: counter(number) " ";
}

.kfc__flow_content li:nth-child(4)::after {
  counter-increment: number 3;
  content: counter(number) " ";
}

.kfc__flow_content li:nth-child(5)::after {
  counter-increment: number 4;
  content: counter(number) " ";
}

.kfc__flow_content li:nth-child(6)::after {
  counter-increment: number 5;
  content: counter(number) " ";
}

.kfc__flow_content li p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.kfc__flow_content li.kfc__flow_content_grid {
  display: grid;
}


/* kfc__info */
.p-flow-infoTabMenu__list_wrapper {
  width: 100%;
  padding: 8px;
  border: 2px solid var(--black);
  border-radius: 50px;
}

.p-flow-infoTabMenu__list {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 50px;
  background-color: var(--black);
}

.p-flow-infoTabMenu__list-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
}

.p-flow-infoTabMenu__list-item.is-flowactive {
  opacity: 1 !important;
  border-radius: 50px;
  color: #fff;
}

.p-flow-infoTabMenu__list-item--NL.is-flowactive {
  background-color: var(--green);
}

.p-flow-infoTabMenu__list-item--GOLD.is-flowactive {
  background-color: var(--gold);
}

.c-flowTabContent.is-flowactive {
  display: block;
}

.p-flow-infoTabMenu__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.p-flow-infoTabMenu__content-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 16px;
  border-radius: 20px;
}

@media (max-width: 400px) {
  .p-flow-infoTabMenu__list-item {
    font-size: 11px;
  }
}

#infoTab1 {
  background-color: #E5F6E1;
}

#infoTab2 {
  background-color: #F7E8BB;
}

.p-flow-infoTabMenu__img {
  width: 280px;
}

.kfc__info__headline3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.p-flow__informationTable {
  width: 100%;
}

.p-flow__informationTable tr {
  display: flex;
  flex-direction: column;
}

.p-flow__informationTable th,
.p-flow__informationTable td {
  display: block;
  padding: 8px 16px;
  width: 100%;
  font-size: 12px;
}

.p-flow__informationTable th {
  color: #fff;
}

.p-flow__informationTable--NL th {
  background: var(--green);
}

.p-flow__informationTable--GOLD th {
  background: var(--gold);
}

.p-flow__informationTable td {
  background-color: #fff;
}

.p-flow__informationTable .c-circle12 {
  font-size: 12px;
}

.p-flow-infoTabMenu__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.p-kfc__section-bottom {
  display: flex;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: -20px;
}

@media (max-width: 469px) {
  .p-kfc__section-bottom {
    display: grid;
  }
}

/* p-flow__wrap */
.p-flow__wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 16px;
  background: #F6F6F6;
}

.p-flow__wrap a {
  display: inline;
}

/* modal */
.c-modalTitle {
  font-size: 3.6666666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 7.4666666667vw;
  margin-bottom: 3.2vw;
}

@media (min-width: 768px) {
  .c-modalTitle {
    font-size: 16px;
    margin-top: 37px;
    margin-bottom: 16px;
  }
}

.c-modalTitle::before {
  content: "";
  display: inline-block;
  width: 1.0666666667vw;
  height: 3.7333333333vw;
  background: #242527;
  margin-right: 16px;
}

@media (min-width: 768px) {
  .c-modalTitle::before {
    width: 5px;
    height: 21px;
  }
}

.p-modal__cardWrapNG {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-modal__areas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.p-modal__cardoverlay {
  z-index: 32;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.p-modal__cardbody,
.p-modal__cardbody02,
.p-modal__cardbody03,
.p-modal__cardbody04,
.p-modal__cardbody05,
.p-modal__cardbody06,
.p-modal__cardbodyNG,
.p-modal__cardbodyNG02,
.p-modal__cardbodyNG03 {
  max-height: calc(100vh - 120px);
  max-width: 100vw;
  width: 100%;
  z-index: 111;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  border-radius: 12px;
  letter-spacing: -0.01em;
  overflow-x: hidden;
}

.p-modal__cardbody,
.p-modal__cardbody02 {
  scrollbar-width: none;
}

.p-modal__cardbody::-webkit-scrollbar,
.p-modal__cardbody02::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {

  .p-modal__cardbody,
  .p-modal__cardbody02,
  .p-modal__cardbody03,
  .p-modal__cardbody04,
  .p-modal__cardbody05,
  .p-modal__cardbody06,
  .p-modal__cardbodyNG,
  .p-modal__cardbodyNG02,
  .p-modal__cardbodyNG03 {
    max-width: 1000px;
  }
}

@media (max-width: 1024px) {
  .p-modal__cardbody,
  .p-modal__cardbody02,
  .p-modal__cardbody03,
  .p-modal__cardbody04,
  .p-modal__cardbody05,
  .p-modal__cardbody06 {
    max-height: calc(100vh - 200px);
  }
}

.p-modal__cardcontent {
  padding: 8.5333333333vw 3.7333333333vw;
  padding-bottom: 65.6666666667vw;
}

@media (min-width: 768px) {
  .p-modal__cardcontent {
    padding: 43px 18px;
    padding-bottom: 213px;
  }
}

.p-modal__cardcloseBtn {
  z-index: 233;
  display: none;
  position: fixed;
  top: 6px;
  right: 14px;
  width: 56px;
  cursor: pointer;
}

.p-modal__application,
.p-modal__application02,
.p-modal__application03,
.p-modal__application04,
.p-modal__application05,
.p-modal__application06,
.p-modal__cardbodyNG,
.p-modal__cardbodyNG02,
.p-modal__cardbodyNG03 {
  margin-top: 16px;
  display: none;
  gap: 8px;
  margin-bottom: 16px;
  justify-content: center;
  bottom: 0;
  font-size: 14px;
}

.p-modal__check01,
.p-modal__check02,
.p-modal__check03,
.p-modal__check04,
.p-modal__check05,
.p-modal__check06,
.p-modal__cardbodyNG,
.p-modal__cardbodyNG02,
.p-modal__cardbodyNG03 {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}

.p-modal__cardFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-modal__cardFlex {
    max-width: 1000px;
  }
}

.p-modal__cardWrap {
  z-index: 222;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 38.6666666667vw;
  padding: 0 16px;
  padding-bottom: 12px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
}

@media (min-width: 768px) {
  .p-modal__cardWrap {
    height: 193px;
  }
}

.p-modal__cardWrap--night02 {
  min-height: fit-content;
}

@media (min-width: 768px) {
  .p-modal__cardWrap--night02 {
    min-height: 240px;
  }
}

.p-modal__cardWrap02 {
  height: fit-content;
}

@media (min-width: 768px) {
  .p-modal__cardWrap02 {
    height: 135px;
  }
}

.p-modal__area--NL {
  max-width: none;
  width: 100%;
  margin-top: 12px;
}

.p-modal__area--GOLD {
  max-width: none;
  width: 100%;
  margin-top: 12px;
}

.p-modal__cardSoonUsuallyText p {
  display: block;
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
  color: #5E5E5E;
}

.p-modal__cardSoonText p {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #5E5E5E;
}

@media (min-width: 768px) {
  .p-modal__cardSoonText p {
    font-size: 13px;
  }
}

.p-modalTitle__note {
  font-size: 4.2666666667vw;
  margin-top: 8.5333333333vw;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-modalTitle__note {
    font-size: 21px;
    margin-top: 43px;
  }
}

.p-modalTitle__Top {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: bold;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .p-modalTitle__Top {
    font-size: 26px;
  }
}

.p-modalTitle__TopText {
  margin-top: 24px;
  text-align: center;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  .p-modalTitle__TopText {
    font-size: 15px;
  }
}

.p-modal__bottomText {
  max-width: 100vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-modal__bottomText {
    max-width: 500px;
  }
}

.p-modal__cardbodyNG,
.p-modal__cardbodyNG02 {
  background: #fff;
  width: 90%;
  height: 110vw;
}

@media (min-width: 768px) {

  .p-modal__cardbodyNG,
  .p-modal__cardbodyNG02 {
    height: 436px;
  }
}

.p-modal__cardbodyNG03 {
  background: #fff;
  width: 90%;
  height: fit-content;
  padding: 6.1282vw;
}

@media (min-width: 768px) {
  .p-modal__cardbodyNG03 {
    height: 312px;
    padding: 53px;
  }
}

@media (max-width: 767px) {
  .p-modal__cardbodyNG03 .kfc__button--outline.sp {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px;
  }

  .p-modal__cardbodyNG03 .kfc__button--outline::after {
    display: none;
  }
}

.p-modal__title {
  text-align: center;
  margin-top: 32px;
  font-size: 5.3333333333vw;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-modal__title {
    font-size: 26px;
  }
}

.p-modal__titleSub {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-modal__titleSub {
    font-size: 15px;
  }
}

.p-modal__cardWrapNG03Img {
  text-align: center;
  margin-top: 24px;
}

.p-modal__cardWrapNG03Img img {
  width: 100%;
  height: auto;
  max-width: 244px;
}

.p-modal__cardWrapNG03ImgText {
  text-align: center;
  margin-top: 20px;
}

.p-modal__cardWrapNG03Img02 p {
  background: linear-gradient(90deg, #BB9C3D 0%, #B08A0D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 17px;
  font-weight: bold;
}

.p-modal__cardWrapNG03Img02 img {
  width: 24px;
}

@media (min-width: 768px) {
  .p-modal__cardWrapNG03Img02 img {
    max-width: 20px;
    margin-right: 66px;
    margin-left: 21px;
  }
}

/* l-foote */
.l-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  background-color: #A6A7A7;
  text-align: center;
  font-size: 2.6666666667vw;
  width: 100%;
  padding-bottom: 96px;
}

.l-footer-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.l-footer-copyrightInfo {
  line-height: 1;
}

/* 追従ボタン */
.p-cardBtnWrap {
  z-index: 30;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  gap: 8px;
  padding: 8px;
  width: 470px;
  max-width: 100%;
}

.c-cardBtn02 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 72px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.c-cardBtn02--NL {
  background-color: var(--green);
}

.c-cardBtn02--GOLD {
  background-color: var(--gold);
}

/* 左ロゴ */
.kfc_left_logo_area {
  position: fixed;
  top: 80px;
  left: 6.6%;
  z-index: 1;
  width: 288px;
}

@media (max-width: 1380px) {
  .kfc_left_logo_area {
    display: none;
  }
}

@media (max-width: 1185px) {
  .kfc_left_logo_area {
    display: none;
  }
}

/* 右メニュー */
.right_menu_area {
  position: fixed;
  top: 80px;
  right: 3.3%;
  z-index: 1;
  width: 368px;
  background-color: #AA1F20;
}

.right_menu_area {
  position: fixed;
  top: 80px;
  right: 3.3%;
  z-index: 1;
  width: 368px;
  background-color: #AA1F20;
}

.right_menu_close {
  position: absolute;
  top: 0;
  right: 8px;
  width: 42px;
  display: none;
}

.right_menu_link_items a {
  width: fit-content;
}

@media (max-width: 1450px) {
  .right_menu_area {
    right: 1%;
  }
}

@media (max-width: 1380px) {
  .right_menu_area {
    z-index: 31;
    position: fixed;
    top: 0;
    right: -100%;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
    transition: .3s ease-out;
  }

  .right_menu_area.-show {
    right: 0;
  }

  .right_menu_area.-show .right_menu_inner {
    position: relative;
    width: 368px;
    padding: 36px 16px 0;
  }

  @media (max-width: 469px) {
    .right_menu_area.-show .right_menu_inner {
      overflow: auto;
    }
  }

  .right_menu_area.-show .right_menu_close {
    display: block;
  }

  .right_menu_area.-show .right_menu_close:hover {
    cursor: pointer;
  }
}

.right_menu_area .kfc__cv__item {
  padding: 59px 19px 35px 19px;
  border: 5px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
}

.right_menu_area .kfc__cv_sokuhatsu {
  top: -35px;
  width: 133px;
}

.right_menu_area .kfc__button {
  font-size: 15px;
}

.right_menu_area .right_menu_link_items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 89px;
}

/*ハンバーガー*/
#gnav_open {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 8px;
  width: 42px;
  cursor: pointer;
}

@media screen and (min-width:1381px) {
  #gnav_open {
    display: none;
  }
}

@media screen and (max-width: 350px){
  .kfc__header_img {
    margin-top: 21px;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.color_242527 {
  color: #242527;
}




/*↓ここから下はいるかいらないか...*/
.p-flowTabMenu {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.c-tabContent {
  display: none;
}

.c-flowTabList {
  text-align: center;
}

.c-flowTabContent {
  display: none;
}

@media (min-width: 768px) {
  .p-flow-infoTabMenuText {
    max-width: 1120px;
    margin: 0 auto;
  }
}

.p-flow__informationsTitle {
  font-size: 14px;
  font-weight: bold;
  color: #242527;
  margin-top: 21px;
}

.p-flow__informationTexts {
  font-size: 12px;
}

.p-flow__wrap .c-circle10,
.p-flow__wrap .u-fz10 {
  font-size: 12px;
}

.p-flow__wrap .u-mlg {
  padding-left: 1.0em;
}

/* Vポイントアイコン */
.c-linkIcon {
  font-size: 14px;
  display: flex;
  align-items: center;
  text-decoration: underline;
}

.c-linkIcon::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../images/icon_link_blank_white.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 4px;
}

.c-linkIcon02 {
  text-decoration: underline;
  display: block;
  align-items: center;
}

.c-linkIcon02::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_link_blank_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}

.c-linkIcon02--gree {
  color: #5E5E5E;
}

.c-linkIcon03 {
  font-size: 12px;
  align-items: center;
  display: flex;
  text-decoration: underline;
}

.c-linkIconT {
  margin-left: 5px;
  position: relative;
}

.c-linkIconT img {
  position: absolute;
  top: 52%;
  left: 50%;
  width: auto;
  margin-left: 4px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.c-alis_wrapper {
  display: flex;
  flex-direction: column;
}

.c-alist {
  font-size: 12px;
  margin-top: 16px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  color: #5E5E5E;
  display: block;
}

.c-alist::before {
  content: "※";
  margin-right: 4px;
}

.c-alist1 {
  font-size: 12px;
  margin-top: 16px;
  text-indent: -2.4em;
  padding-left: 2.4em;
  color: #5E5E5E;
}

.c-alist1::before {
  content: "※1";
  margin-right: 4px;
}

.c-alist2 {
  font-size: 12px;
  margin-top: 16px;
  text-indent: -2.4em;
  padding-left: 2.4em;
  color: #5E5E5E;
}

.c-alist2::before {
  content: "※2";
  margin-right: 4px;
}

.c-alist3 {
  font-size: 12px;
  margin-top: 16px;
  text-indent: -2.4em;
  padding-left: 2.4em;
  color: #5E5E5E;
}

.c-alist3::before {
  content: "※3";
  margin-right: 4px;
}

.c-alist4 {
  font-size: 12px;
  margin-top: 16px;
  text-indent: -2.4em;
  padding-left: 2.4em;
  color: #5E5E5E;
}


.c-alist4::before {
  content: "※4";
  margin-right: 4px;
}

.c-alist5 {
  font-size: 12px;
  margin-top: 16px;
  text-indent: -2.4em;
  padding-left: 2.4em;
  color: #5E5E5E;
}

.c-alist5::before {
  content: "※5";
  margin-right: 4px;
}

.c-alist6 {
  font-size: 12px;
  margin-top: 16px;
  text-indent: -2.4em;
  padding-left: 2.4em;
  color: #5E5E5E;
}

.c-alist6::before {
  content: "※6";
  margin-right: 4px;
}

.c-color--black {
  color: #5E5E5E !important;
}

.c-arrow.ngn_index2::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/icon_link_btn_self.svg);
  background-size: contain;
  vertical-align: middle;
  right: 4%;
  top: 50%;
}

@media (min-width: 768px) {
  .c-arrow.ngn_index2::after {
    width: 11px;
    height: 11px;
  }
}

.c-arrow4::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background-image: url(../img/icon_link_btn_self3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  right: 6%;
  top: 36%;
}

@media (min-width: 768px) {
  .c-arrow4::after {
    width: 16px;
    height: 16px;
  }

  .c-arrow4.ngn_index2::after {
    width: 16px;
    height: 16px;
  }
}

.c-arrow4-01::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/icon_link_btn_self.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  right: 4%;
  top: 40%;
}

.c-arrow4-01.ngn_index2::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/icon_link_btn_self4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  right: 4%;
  top: 50%;
}

@media (min-width: 768px) {
  .c-arrow4-01::after {
    width: 11px;
    height: 11px;
  }

  .c-arrow4-01.ngn_index2::after {
    width: 11px;
    height: 11px;
  }
}

.c-arrow5-01::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/icon_link_btn_self.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  right: 4%;
  top: 40%;
}

.c-arrow5-01.ngn_index2::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/icon_link_btn_self3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  right: 4%;
  top: 50%;
}

@media (min-width: 768px) {
  .c-arrow5-01::after {
    width: 11px;
    height: 11px;
  }

  .c-arrow5-01.ngn_index2::after {
    width: 11px;
    height: 11px;
  }
}

.c-fixSizedInformationsTitle{
  font-size: 14px;
  font-weight: 700;
  margin-top: 21px;
  margin-bottom: 12px;
}

.c-fontbold {
  font-weight: bold;
}

.c-circle10 {
  font-size: 12px;
  text-indent: -1.3em;
  padding-left: 1em;
  color: #242527;
  display: block;
}

@media (min-width: 768px) {
  .c-circle10 {
    font-size: 13px;
  }
}

.c-circle10::before {
  content: "・";
  margin-right: 4px;
}

.c-circle12 {
  font-size: 3.2vw;
  text-indent: -0.8em;
  padding-left: 1em;
  color: #242527;
  display: block;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .c-circle12 {
    font-size: 16px;
  }
}

.c-circle12::before {
  content: "・";
  margin-right: 4px;
}

.c-circle13 {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  color: #242527;
  display: block;
  letter-spacing: -0.02em;
}

.c-circle13::before {
  content: "・";
  margin-right: 4px;
}

.c-circle14 {
  font-size: 12px;
  text-indent: -1.3em;
  padding-left: 1em;
  display: block;
  letter-spacing: -0.02em;
}

.c-circle14::before {
  content: "・";
  margin-right: 4px;
}

.c-hover:hover {
  opacity: 0.5;
  cursor: pointer;
}

.p-store__shopText {
  font-size: 16px;
}

.indent {
  text-indent: -1.2rem;
}

.signless {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .signless p {
    font-size: 12px;
    text-align: left;
  }
}

.u-mlg {
  padding-left: 1.5em;
  display: block;
}

.u-soon {
  margin-left: 0.3em;
}

.u-ml20 {
  margin-left: 2.6666666667vw;
}

@media (min-width: 768px) {
  .u-ml20 {
    margin-left: 13px;
  }
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 5.3333333333vw;
}

@media (min-width: 768px) {
  .u-mt20 {
    margin-top: 27px;
  }
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt4 {
  margin-top: 1.0666666667vw;
}

@media (min-width: 768px) {
  .u-mt4 {
    margin-top: 5px;
  }
}

.u-mt20 {
  margin-top: 5.3333333333vw;
}

@media (min-width: 768px) {
  .u-mt20 {
    margin-top: 27px;
  }
}

.u-mt24 {
  margin-top: 6.4vw;
}

@media (min-width: 768px) {
  .u-mt24 {
    margin-top: 24px;
  }
}

.u-ml8 {
  margin-left: 2.1333333333vw;
}

@media (min-width: 768px) {
  .u-ml8 {
    margin-left: 11px;
  }
}

@media (max-width: 370px) {
  .u-ml8 {
    margin-left: 0;
  }
}

.u-tleft {
  text-align: left;
}

.u-fz10 {
  font-size: 2.6666666667vw;
}

@media (min-width: 768px) {
  .u-fz10 {
    font-size: 13px;
  }
}

@media (max-width: 370px) {
  .u-fz10 {
    font-size: 8px;
  }
}

.u-fz12Fixed{
  font-size: 12px;
}

.u-fz12 {
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  .u-fz12 {
    font-size: 16px;
  }
}

.u-fz13 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .u-fz13 {
    font-size: 12px;
  }
}

.u-fz26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .u-fz26 {
    font-size: 20px;
  }
}

.otherCampaignSlider {
  width: 300px;
}

@media screen and (min-width: 768px) {
  .otherCampaignSlider {
    width: 728px;
  }
}

.otherCampaignSlider-pagination {
  text-align: center;
}

.otherCampaignSlider-pagination .swiper-pagination-bullet {
  height: 3px;
  width: 20px;
  background-color: #BFA663;
  margin: 0 5px;
  border-radius: 0;
  opacity: 0.3;
}

.otherCampaignSlider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-slide img {
  vertical-align: bottom;
  max-width: 100%;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.font-bold {
  font-weight: bold;
}

@media screen and (min-width: 469px) {
  .font-bold {
    font-size: 16px;
  }
}

.col_Black {
  color: #5E5E5E;
}

.slash {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 469px) {
  .slash {
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.pc {
  width: 100%;
}

.slash:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #5E5E5E;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.slash:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #5E5E5E;
  border-radius: 3px;
  transform: rotate(25deg);
}

/* 5/1rel */
.img-300 {
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .img-300 {
    max-width: 300px;
    margin-top: 0;  
    display: block;
  }
}

.s-hidden {
  overflow-y: hidden !important;
  ;
}

.c-alist7 {
  font-size: 12px;
  margin-top: 16px;
  text-indent: -2.4em;
  padding-left: 2.4em;
  color: #5E5E5E;
}

.c-alist7::before {
  content: "※7";
  margin-right: 4px;
}

.c-alist8 {
  font-size: 12px;
  margin-top: 16px;
  text-indent: -2.4em;
  padding-left: 2.4em;
  color: #5E5E5E;
}

.c-alist8::before {
  content: "※8";
  margin-right: 4px;
}

.link_decor {
  text-decoration: underline;
}

.u-ml20 {
  margin-left: 20px;
}

.u-tInit {
  text-indent: initial;
}


.goldfree-link {
    position: absolute;
    left: 3px;
    top: 255px;
    width: 180px;
}
@media (max-width: 767px) {
  .goldfree-link{
    left: 18px;
    top: 270px;
    width: 150px;
  }
}
@media (max-width: 469px) {
  .goldfree-link {
    left: 5px;
    top: 230px;
    width: 37.5vw;
  }
}




.no_new_line{
	white-space: nowrap;
}
.age_limitation__items_title{
	font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
	text-align: center;
	margin: 0px 0px 20px;
	white-space: nowrap;
}

.age_limitation__items_list1,
.items__list2_subscribption,
.items__list2_mobile {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 28px 32px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

.subscribption_title,
.mobile_title{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	margin: 0px 0px 20px;
}
.paypay__title{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	margin: 20px 0px;
}
.paypay_description{
  font-size: 16px;
}
.paypay_logo img {
    max-width: 180px;
    margin: auto;
    display: block;
}

.subscribption_image img,
.mobile_image img {
	height: 200px;       
    width: 100%;         
    object-fit: contain; 
    background: #fff;
    display: block;
}
.age_limitation__info_detail{
	text-decoration: underline;
	display: block;
	text-align: right;
	margin: 15px 0px;
  font-size: 12px;
}
.age_limitation__info_detail::after
 {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/icon_link_blank_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
}