@charset "UTF-8";
article {
  padding-bottom: 50px;
}
.card_type_list {
  border: none;
}

.section-hero .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-hero .content .fv_img img {
  width: 100%;
}
.incentive_box .item .incentive .incentive_txt {
  width: 100%;
}
.incentive_box .item .incentive .incentive_txt .img {
  display: block;
  padding-bottom: 15px;
}
.incentive_box .item .incentive .incentive_txt .img.bottom {
  display: block;
  padding-bottom: 0;
  padding-top: 15px;
}
.incentive_box .item .incentive .incentive_items {
  width: 100%;
  line-height: 1;
  background-color: #faf4f6;
  color: #000;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 20px;
  margin-top: 30px;
  position: relative;
  left: 0;
}
.incentive_box .item .incentive .incentive_items:before {
  content: "";
  position: absolute;
  top: -30px;
  left: calc(50% - 20px);
  margin: 10px auto 0;
  width: 40px;
  height: 20px;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #faf4f6 transparent;
  box-sizing: border-box;
}
.incentive_box .item .incentive .incentive_items > li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
  padding-top: 10px;
}
.incentive_box .item .incentive .incentive_items > li .incentive_items_s {
  font-size: 14px;
}
.incentive_box .item .incentive .incentive_items > li .incentive_items_l {
  font-size: 26px;
  letter-spacing: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  margin: 0 5px;
}
.incentive_box .item .incentive .incentive_txt .s-small.mt {
  position: relative;
  top: 5px;
}
@media only screen and (min-width: 768px) {
  .section-hero .content {
    padding: 45px 0;
  }
  .section-hero .content .fv_cp_block {
    width: 53%;
    padding: 0;
  }
  .section-hero .content .fv_cp_block .lead {
    width: 100%;
  }
  .section-hero .content .fv_img {
    width: 47%;
    padding: 0 0 0 20px;
  }
  .incentive_box {
    justify-content: center;
    align-items: center;
    padding: 35px 20px 0;
  }
  .incentive_box .item {
    padding: 0;
    display: block;
    /* flex-direction: column; */
  }
  .incentive_box .item.introduction {
    width: 25%;
  }
  .incentive_box .item.join {
    width: 75%;
    padding-left: 30px;
  }

  .incentive_box .item .select_card_data .card_data {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding-top: 0.5em;
  }
  .incentive_box .item .select_card_data .card_data .small {
    font-size: 11px;
    text-align: left;
    display: block;
    line-height: 1.3;
  }

  .incentive_box .item .target {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
  }
  .incentive_box .item .target figcaption {
    font-size: 17px;
    padding: 5px 0;
  }
  .incentive_box .item .target img {
    width: 35px;
    position: relative;
    left: -15px;
    top: -10px;
  }
  .incentive_box .item .target img,
  .incentive_box .item .target figcaption {
    bottom: inherit;
  }
  .incentive_box .item .incentive {
    width: 100%;
  }
  .incentive_box .item .incentive .incentive_txt {
    text-align: center;
    padding-left: 0;
  }
  .incentive_box .item .incentive .incentive_txt .s-small {
    font-size: 16px;
  }
  .incentive_box .item .incentive .incentive_txt .small {
    font-size: 20px;
  }
  .incentive_box .item .incentive .incentive_txt .medium {
    font-size: 22px;
    position: relative;
    left: 0;
    bottom: 0.15em;
  }
  .incentive_box .item .incentive .incentive_txt .medium.pb {
    bottom: 0.4em;
  }
  .incentive_box .item .incentive .incentive_txt .large {
    padding-left: 5px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hero .content {
    flex-direction: column-reverse;
  }
  .section-hero .content .fv_cp_block {
    width: 100%;
    padding-bottom: 40px;
  }
  .section-hero .content .fv_cp_block .lead,
  .section-hero .content .fv_cp_block .fv_cp {
    width: 100%;
  }
  .section-hero .content .fv_img {
    width: 100%;
  }
  #selected_result01 {
    border: 1px solid #f2f2f2;
  }
  .selected_result {
    border: none;
  }
  .incentive_box {
    padding-bottom: 0;
  }
  .incentive_box .item {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .incentive_box .item.join {
    padding-bottom: 20px;
  }
  .incentive_box .item.introduction .select_card_data .select_card {
    text-align: center;
  }
  .incentive_box .item.introduction .select_card_data .select_card img {
    width: 160px;
    max-width: 100%;
  }
  .incentive_box .item .select_card_data .card_data {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
  }
  .incentive_box .item .incentive .incentive_txt .img {
    padding-bottom: 5px;
  }
  .incentive_box .item .select_card_data .card_data .small {
    font-size: 10px;
  }
  .incentive_box .item .incentive .incentive_txt .small {
    line-height: 1.5;
  }
  .selected_result {
    padding-bottom: 0;
  }
}

.entry_btn_wrap {
  padding-bottom: 0;
}
.content .entry_btn {
  display: none;
}
.content .entry_btn.is-active {
  display: inline-block;
}
.content .entry_btn.incentive_txt.is-active {
  display: block;
}
.content .entry_btn:before,
.content .entry_btn:after {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .entry_btn_wrap {
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .content .entry_btn {
    font-size: 17px;
    letter-spacing: 0.15em;
  }
  .content .entry_btn .small {
    font-size: 13px;
    padding-bottom: 0;
  }
}

.section-hero,
.section-entry {
  background-color: #7f8fa8;
}
.section-hero .content .fv_cp_block .lead {
  background-color: #004097;
}

.section-select {
  padding-top: 0;
  padding-bottom: 0;
  /* border-top: 2px solid #004097; */
}
.section-select .content {
  /* position: relative;
  top: -46px;
  left: 0; */
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .section-select .content {
    /* top: -35px; */
  }
}

.selected_area .selected_title .catch {
  display: block;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.selected_area .selected_title .card_thum {
  width: 90px;
}
@media only screen and (max-width: 767px) {
  .selected_area .selected_title {
    padding: 15px 10px;
  }
  .selected_area .selected_title .catch {
    font-size: 18px;
  }
}

.section-lead {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .section-lead {
    padding: 35px 0;
  }
  .section-lead .headline {
    padding-bottom: 20px;
  }
  .section-lead .headline .headline_title {
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .section-lead .headline .headline_title:before {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .card_type_all_wrap .card_type_block .card_type_block_in .card_list .js-card-trigger {
    width: calc(915px / 6);
  }
}

.section-faq .headline .amazon-coupon {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.section-faq .headline .amazon-coupon__txt {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .section-faq .headline .amazon-coupon {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-faq .headline .amazon-coupon {
    padding-bottom: 20px;
  }
}

/** MODAL OPEN
==============================================*/
[data-micromodal-transition] {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

[data-micromodal-transition].is-open {
  opacity: 1;
}

@media screen and (min-width: 641px) {
  .modal-open {
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .modal-open:hover {
    opacity: 0.8;
  }
}

/** MODAL MICROMODAL
  ==============================================*/
.modal-micromodal {
  display: none;
}

.modal-micromodal.is-open {
  display: block;
}

@-webkit-keyframes modalfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modalfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes modalfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.modal-micromodal[aria-hidden="false"] .modal-overlay {
  -webkit-animation: modalfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: modalfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-micromodal[aria-hidden="true"] .modal-overlay {
  -webkit-animation: modalfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: modalfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/** MODAL OVERLAY
  ==============================================*/
.modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .modal-overlay {
    padding: var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .modal-overlay {
    padding: 0 var(--pixel10);
  }
}

/** MODAL CONTAINER
  ==============================================*/
/* close button */
.modal-close__button {
  display: block;
  border: var(--pixel02) solid #333;
  width: 100%;
  font-weight: 700;
  font-size: var(--pixel21);
  padding: var(--pixel10);
  text-align: center;
  position: relative;
  background-color: #fff;
}
.modal-close__button:before {
  content: "";
  position: absolute;
  width: var(--pixel24);
  height: var(--pixel24);
  background-color: #f2f2f2;
  border-radius: 50%;
  right: var(--pixel20);
  top: calc(50% - var(--pixel12));
}
.modal-close__button:after {
  content: "";
  position: absolute;
  width: var(--pixel09);
  height: var(--pixel10);
  background-color: #333;
  -webkit-clip-path: polygon(var(--pixel09) 50%, 0% 0%, 0% var(--pixel10));
  clip-path: polygon(var(--pixel09) 50%, 0% 0%, 0% var(--pixel10));
  right: var(--pixel26);
  top: calc(50% - var(--pixel05));
}

/* container */
.modal-container {
  position: relative;
  max-height: calc(100vh - var(--pixel40));
  background-color: #fff;
}
.modal-container:focus {
  outline: none;
}
.modal-container:before,
.modal-container:after {
  content: "";
  cursor: pointer;
  position: absolute;
  width: var(--pixel35);
  height: var(--pixel35);
  right: calc(0px + var(--pixel15));
  top: calc(0px - var(--pixel40));
}
.modal-container:before {
  background-color: #858585;
  border-radius: 50%;
}
.modal-container:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%209.1%209.1%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23333%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8%2C9.1L0%2C1.1%2C1.1%2C0l8%2C8-1.1%2C1.1ZM1.1%2C9.1l-1.1-1.1L8%2C0l1.1%2C1.1L1.1%2C9.1Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: var(--pixel14);
  z-index: 1;
}
@media screen and (min-width: 641px) {
  .modal-container {
    width: min(64.02777777777777vw, 922px);
  }
}

/** MODAL CONTENT
  ==============================================*/
.modal-content {
  line-height: 1.5;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  max-height: calc(100vh - var(--pixel40) - min(32vw, 160px));
}
.modal-content::-webkit-scrollbar {
  width: var(--pixel03);
}
.modal-content::-webkit-scrollbar-thumb {
  background-color: #d2d2d2;
}
@media screen and (min-width: 641px) {
  .modal-content {
    padding: 0 var(--pixel20);
  }
}
@media screen and (max-width: 640px) {
  .modal-content {
    padding: 0 var(--pixel10);
  }
}

/** MODAL INNER
  ==============================================*/
.modal-inner {
  background-color: #fff;
}
@media screen and (min-width: 641px) {
  .modal-inner {
    padding: var(--pixel40);
  }
}
@media screen and (max-width: 640px) {
  .modal-inner {
    padding: var(--pixel40) var(--pixel15);
  }
}

/** MODAL ITEM
  ==============================================*/
.modal-item__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: var(--color-accent);
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 641px) {
  .modal-item__ttl {
    font-size: var(--pixel28);
  }
}
@media screen and (max-width: 640px) {
  .modal-item__ttl {
    font-size: var(--pixel20);
  }
}

/** MODAL INFORMATION
  ==============================================*/
.modal-information__title {
  text-align: center;

  color: #80685a;
}
@media screen and (min-width: 641px) {
  .modal-information__title {
    font-size: var(--pixel18);
    margin-bottom: var(--pixel35);
  }
}
@media screen and (max-width: 640px) {
  .modal-information__title {
    font-size: var(--pixel16);
    margin-bottom: var(--pixel20);
  }
}

.modal-information__box:not(:first-child) {
  margin-top: var(--pixel30);
}

.modal-information__sub-ttl {
  text-align: center;
  color: #80685a;
  border-top: var(--pixel01) solid #80685a;
  border-bottom: var(--pixel01) solid #80685a;
}
.modal-information__info > *:not(:first-child) {
  margin-top: var(--pixel15);
}
@media screen and (min-width: 641px) {
  .modal-information__sub-ttl {
    font-size: var(--pixel16);
    padding-top: var(--pixel10);
    padding-bottom: var(--pixel10);
    margin-bottom: var(--pixel25);
  }
  .modal-information__notes > li {
    font-size: var(--pixel14);
  }
}
@media screen and (max-width: 640px) {
  .modal-information__sub-ttl {
    font-size: var(--pixel14);
    padding-top: var(--pixel05);
    padding-bottom: var(--pixel05);
    margin-bottom: var(--pixel20);
  }
  .modal-information__notes > li {
    font-size: var(--pixel12);
  }
}

.modal-information__table {
  width: 100%;
  border-top: var(--pixel01) solid #b0b0b0;
  border-left: var(--pixel01) solid #b0b0b0;
  border-bottom: var(--pixel01) solid #b0b0b0;
}
.modal-information__table th,
.modal-information__table td {
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
.modal-information__table tr:not(:first-child) th,
.modal-information__table tr:not(:first-child) td {
  border-top: var(--pixel01) solid #b0b0b0;
}
.modal-information__table th,
.modal-information__table td {
  border-right: var(--pixel01) solid #b0b0b0;
}
.modal-information__table th {
  background-color: #898a8a;
  color: #fff;
}
.modal-information__table td {
  background-color: #f2f2f2;
}
@media screen and (min-width: 641px) {
  .modal-information__table th,
  .modal-information__table td {
    font-size: var(--pixel14);
    padding: var(--pixel10);
  }
}
@media screen and (max-width: 640px) {
  .modal-information__table th,
  .modal-information__table td {
    font-size: var(--pixel12);
    padding: var(--pixel05);
  }
}

.modal-information__table--4col th,
.modal-information__table--4col td {
  width: 25%;
}
