:root {
  --text: #715e4e;
  --sub_text: #a2846a;
  --gray_text: #aaaaaa;
  --back: #fcf7f0;
  --orange: #f17d36;
  --back_orange: #fde4d7;
  --yellow: #f1b036;
  --back_yellow: #fcefd6;
  --cta: #f24e35;
}

/* MPLUS*/
@font-face {
  font-family: "MPLUS";
  src: url("../fonts/MPLUS1p-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "MPLUS";
  src: url("../fonts/MPLUS1p-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "MPLUS";
  src: url("../fonts/MPLUS1p-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "MPLUS";
  src: url("../fonts/MPLUS1p-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "MPLUS";
  src: url("../fonts/MPLUS1p-ExtraBold.ttf") format("truetype");
  font-weight: 900;
}

/* MPLUSRounded*/
@font-face {
  font-family: MPLUSRounded;
  src: url("../fonts/MPLUSRounded1c-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: MPLUSRounded;
  src: url("../fonts/MPLUSRounded1c-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: MPLUSRounded;
  src: url("../fonts/MPLUSRounded1c-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: MPLUSRounded;
  src: url("../fonts/MPLUSRounded1c-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: MPLUSRounded;
  src: url("../fonts/MPLUSRounded1c-Black.ttf") format("truetype");
  font-weight: 900;
}

/* ーーーーーーーーーーーー共通ーーーーーーーーーーーー */
html {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--text);
  font-family: "MPLUS", Noto Sans JP, Roboto, sans-serif;
  scroll-behavior: smooth;
  padding-bottom: 82px;
}
.mplus_r {
  font-family: "MPLUSRounded", Noto Sans JP, Roboto, sans-serif;
}
.wrapper_m,
.wrapper_s {
  padding: 0 15px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
a,
img {
  display: block;
}
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}
section {
  padding-top: 50px;
}
.d_pc {
  display: none;
}
@media (min-width: 800px) {
  html {
    font-size: 16px;
    padding-bottom: 0;
  }
  .wrapper_m {
    max-width: 1126px;
  }
  .wrapper_s {
    max-width: 1026px;
  }
  section {
    padding-top: 70px;
  }
  .d_pc {
    display: block;
  }
  .d_sp {
    display: none;
  }
}
@media (max-width: 799px) {
  .sp_max {
    padding: 0;
  }
}

/* バックグラウンドカラー */
.bk_w {
  background: #fff;
}
.bk_b {
  background: var(--back);
}
.bk_o {
  background: var(--orange);
}
.bk_bo {
  background: var(--back_orange);
}
.bk_y {
  background: var(--yellow);
}
.bk_by {
  background: var(--back_yellow);
}

/* テキストカラー */
.tx_sub {
  color: var(--sub_text);
}
.tx_g {
  color: var(--gray_text);
}
.tx_o {
  color: var(--orange);
}
.tx_y {
  color: var(--yellow);
}
.tx_r {
  color: var(--cta);
}

/* テキストの太さ */
.fw_b {
  font-weight: 700;
}
.fw_eb {
  font-weight: 900;
}

/* 文字揃え */
.ta_c {
  text-align: center;
}
.ta_r {
  text-align: right;
}

/* 角丸 */
.br-n {
  border-radius: 20px;
}
.br-s {
  border-radius: 15px;
}
.br-ss {
  border-radius: 10px;
}
@media (min-width: 800px) {
  .br-n {
    border-radius: 30px;
  }
}
/* CTAボタン */
.cta_btn {
  background: var(--cta);
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
  max-width: 345px;
  width: 100%;
  border-radius: 50px;
  display: block;
  border: var(--text) solid 2px;
  box-shadow: 0 2px 0 var(--text);
  position: relative;
}
.cta_btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  top: calc(50% - 7px);
  right: 30px;
  transform: rotate(45deg);
}
.cta_btn span {
  font-size: 18px;
  margin-right: 2px;
}
@media (min-width: 800px) {
  .cta_btn {
    font-size: 18px;
    padding: 16px 0;
    transition: 0.3s;
  }
  .cta_btn::after {
    top: calc(50% - 5px);
  }
  .cta_btn span {
    font-size: 24px;
    margin-right: 3px;
  }
  .cta_btn:hover {
    opacity: 0.5;
  }
}
/* まずはお友達にお知らせしよう */
.cta_head {
  margin: 0 auto;
  display: flex;
  width: fit-content;
  gap: 5px;
  align-items: center;
}
.cta_head::before,
.cta_head::after {
  content: "";
  display: block;
  width: 15px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta_head::before {
  background-image: url(../images/common/ctahead_left_sp.png);
}
.cta_head::after {
  background-image: url(../images/common/ctahead_right_sp.png);
}

/* グラデーションボタン */
.sub_btn {
  max-width: 345px;
  width: 100%;
  position: relative;
  color: #fff;
  padding: 15px 25px;
  background: linear-gradient(90deg, var(--orange), var(--yellow));
  border-radius: 50px;
  margin: 0 auto;
}
.sub_btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  top: calc(50% - 5px);
  right: 30px;
  transform: rotate(45deg);
}
@media (min-width: 800px) {
  .sub_btn {
    padding: 20px 25px;
    max-width: 420px;
    font-size: 18px;
  }
}

/* 背景の半円 */
.backround img {
  max-width: 100%;
  height: auto;
}

/* 共通タイトル */
.common_title {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 30px;
}
.common_title::after {
  content: "";
  display: block;
  width: 196px;
  height: 22px;
  background-image: url(../images/common/titleline_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media (min-width: 800px) {
  .common_title {
    font-size: 30px;
    padding-bottom: 40px;
  }
  .common_title::after {
    width: 295px;
    height: 33px;
    background-image: url(../images/common/titleline_pc.png);
  }
}

/* ーーーーーーーーーーーー 固定CTA ーーーーーーーーーーーー */
.cta_foot {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 0 15px;
  transition: transform 0.3s ease;
  transform: translateY(80px);
}
.cta_foot.cta_foot_active {
  transform: translateY(0);
}
@media (min-width: 800px) {
  .cta_foot {
    left: auto;
    right: 0;
    bottom: 40px;
    justify-content: end;
    padding: 0;
    transform: translateY(0);
    width: 225px;
  }
  .cta_foot.bottom-offset {
    transform: translateY(-140px);
  }
  .cta_foot .cta_btn {
    padding: 25px 0 25px 30px;
    border-radius: 30px 0 0 30px;
    max-width: 225px;
    text-align: left;
    border: var(--text) solid 3px;
    border-right: 0;
  }
  .cta_foot .cta_btn::after {
    right: 20px;
    top: calc(50% - 5px);
  }
}

/* ーーーーーーーーーーーー モーダル ーーーーーーーーーーーー */
/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: rgba(0, 0, 0, 60%);
  padding: 80px 15px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 50;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 50px 15px 30px;
  position: relative;
  height: auto;
  max-height: calc(100vh - 160px);
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.modal-content::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.modal-close img {
  width: 100%;
}
.tabs2 {
  max-width: none;
  margin: 20px auto;
}
.tab-list2 {
  display: flex;
}
.tab-item2 {
  width: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  opacity: 0.5;
  padding: 15px 0 12px;
}
.tab-item2:first-of-type {
  border-radius: 20px 0 0 0;
}
.tab-item2:last-of-type {
  border-radius: 0 20px 0 0;
}
.tab-panel2 {
  display: none;
}
.tab-item2.active {
  opacity: 1;
  position: relative;
}
.tab-item2.active::before {
  content: "";
  position: absolute;
  display: block;
  width: 53px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 50px;
  left: calc(50% - (53px / 2));
}
.tab-panel2.active {
  display: block;
  padding: 30px 15px 25px;
  border-radius: 0 0 20px 20px;
}
.tab-panel2:first-of-type {
  border-top: var(--orange) solid 5px;
}
.tab-panel2:last-of-type {
  border-top: var(--orange) solid 5px;
}
.modal-content .tabs2 {
  margin: 0 auto;
}
.modal-content .tab-item2.active::before {
  display: none;
}
.modal-content .tab-panel2 > p {
  margin: 20px 0 15px;
  font-size: 12px;
}
.modal-content .tab-panel2 > .flow_title {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
.modal-content .sub_btn {
  max-width: 250px;
  margin: 15px auto 30px;
}
.modal-content .flow_box {
  min-height: 0;
  padding: 20px 15px;
}
.modal-content .flow_box_scroll {
  padding: 20px 3px 20px 15px;
  height: 200px;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.modal-content .flow_box_scroll::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.modal-content .modal_qr {
  width: 150px;
  margin: 20px auto 0;
}
.modal_copytext {
  font-size: 8px;
  width: calc(100% - 12px);
}
.modal-content button.sub_btn {
  margin: 15px auto 0;
  display: block;
}
.modal-content button.sub_btn::after {
  display: none;
}
@media (min-width: 800px) {
  .modal-close {
    top: 25px;
    right: 35px;
  }
  .modal-content {
    max-width: 730px;
    margin: 0 auto;
    padding: 75px 35px 30px;
    max-height: auto;
  }
  .tabs2 {
    max-width: none;
  }
  .modal-content .sub_btn {
    max-width: 300px;
    padding: 15px;
  }
  .modal-content .tab-panel2 > .flow_title {
    font-size: 24px;
  }
  .modal-content .tab-panel2 > p {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 15px;
  }
  .modal-content .flow_box_scroll {
    height: 220px;
    padding: 20px 3px 20px 30px;
  }
  .modal-content .flow_box > p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .modal_copytext {
    font-size: 12px;
    width: calc(100% - 27px);
  }
  .modal-content button.sub_btn {
    margin-top: 20px;
    transition: 0.3s;
  }
  .modal-content button.sub_btn:hover {
    opacity: 0.5;
  }
}

/* ーーーーーーーーーーーー メインビジュアル ーーーーーーーーーーーー */
section.mv {
  padding-top: 0;
}
section.mv > .d_sp {
  background-image: url(../images/mv/sp_back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 0;
  position: relative;
}
section.mv > .d_sp::before,
section.mv > .d_sp::after {
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  z-index: 4;
}
section.mv > .d_sp::before {
  left: 0;
  background-image: url(../images/mv/sp_you.png);
  width: 80px;
  height: 197px;
}
section.mv > .d_sp::after {
  right: 0;
  background-image: url(../images/mv/sp_friend.png);
  width: 114px;
  height: 197px;
}
.mv_wave {
  width: 100%;
}
.mv_head,
.mv_foot {
  position: relative;
}
.mv_head img,
.mv_foot img {
  width: 100%;
}
.mv_head_item {
  position: absolute;
  width: 100%;
  top: -15px;
  left: 0;
}
.mv_head_item h3 img {
  max-width: 184px;
  width: 100%;
  margin: 0 auto 5px;
}
.mv_head_item h2 img {
  max-width: 232px;
  width: 100%;
  margin: 0 auto 20px;
}
.mv_main {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
}
.mv_line {
  width: 100%;
  max-width: 315px;
  margin: 0 auto;
}
.mv_main h1 img {
  width: 295px;
  margin: 25px auto 20px;
}
.mv_main h2 img {
  width: 317px;
  margin: 0 auto;
}
.mv_main .cta_btn {
  margin: 30px auto 0;
}
.mv_foot_item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.mv_read_bottom {
  margin: 0 auto;
  width: fit-content;
  font-size: 12px;
}
.mv_read_bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: var(--orange);
}
@media (min-width: 500px) {
  .mv_head {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 250px 250px 0 0;
    background-color: #fff;
    height: 200px;
    border: var(--orange) 3px solid;
    border-bottom: none;
  }
  .mv_head > img,
  .mv_foot > img {
    display: none;
  }
  .mv_main {
    padding-top: 0;
    border-left: var(--orange) 3px solid;
    border-right: var(--orange) 3px solid;
  }
  .mv_foot {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 0 0 300px 300px;
    background-color: #fff;
    height: 200px;
    border: var(--orange) 3px solid;
    border-top: none;
  }
  section.mv > .d_sp::before,
  section.mv > .d_sp::after {
    bottom: 150px;
  }
}
@media (min-width: 800px) {
  .mv_inner {
    width: 100%;
    height: 850px;
    background-image: url(../images/mv/pc_back.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .mv_inner .mv_wave {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  .mv_inner > .wrapper_m {
    position: relative;
    height: 100%;
  }
  .mv_inner .pc_humans {
    width: 755px;
    position: absolute;
    bottom: 0;
    right: -150px;
    z-index: 1;
  }
  .mv_read {
    position: absolute;
    left: -100px;
    top: 50px;
    z-index: 2;
  }
  .mv_read_inner {
    height: calc(850px - 60px - 65px);
  }
  .mv_read_inner > img {
    height: 100%;
  }
  .mv_read_main {
    width: 570px;
    position: absolute;
    top: 0;
    text-align: center;
    padding-top: 130px;
  }
  .mv_read_main h1 img {
    width: 332px;
    margin: 0 auto;
  }
  .mv_read_main h1 {
    position: relative;
  }
  .mv_read_main h1::before,
  .mv_read_main h1::after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mv_read_main h1::before {
    background-image: url(../images/mv/pc_pasona.png);
    width: 92px;
    height: 53px;
    z-index: 5;
    top: -52px;
    left: 92px;
  }
  .mv_read_main h1::after {
    background-image: url(../images/mv/pc_parts.png);
    width: 30px;
    height: 33px;
    z-index: 5;
    top: -40px;
    right: 110px;
  }
  .mv_date img {
    width: 327px;
    margin: 25px auto 30px;
  }
  .mv_read_main .cta_btn {
    margin: 0 auto;
    max-width: 300px;
  }
  .mv_read_bottom {
    margin: 15px auto 0;
    width: fit-content;
    font-size: 14px;
  }
  .mv_read_sub {
    width: 313px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-bottom: 100px;
  }
  .mv_read_sub h2 img {
    width: 250px;
    margin: 0 auto;
  }
  .mv_read_sub h3 img {
    width: 230px;
    margin: 0 auto 5px;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  .mv_inner {
    height: 735px;
  }
  .mv_read {
    top: 10px;
  }
  .mv_inner .pc_humans {
    right: -155px;
    width: 650px;
  }
}
@media (min-width: 800px) and (max-width: 1430px) {
  .mv_inner {
    overflow: hidden; /* はみ出した部分を切り捨て */
  }
}

/* ーーーーーーーーーーーー キャンペーン内容 ーーーーーーーーーーーー */
.present_read {
  display: flex;
}
.present_read p {
  width: 50%;
  font-size: 20px;
  color: #fff;
  padding: 20px 0;
}
.present_read p:first-of-type {
  border-radius: 20px 0 0 0;
}
.present_read p:last-of-type {
  border-radius: 0 20px 0 0;
}
.present_main {
  overflow: scroll;
  height: 530px;
  margin-bottom: 50px;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.present_main::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  background: linear-gradient(0deg, var(--orange), var(--yellow));
}
.simplebar-track {
  width: 10px !important;
}
.present_flex {
  display: flex;
}
.present_flex > div {
  width: 50%;
}
.present_flex:first-of-type > div {
  padding-top: 45px;
}
.present_flex:nth-of-type(3) > div {
  padding-top: 55px;
}
.present_flex:nth-of-type(5) > div {
  padding-top: 100px;
}
.present_flex:last-of-type > div {
  padding-top: 115px;
}
.present_flex:last-of-type {
  position: relative;
}
.present_flex:last-of-type .present_sub_btn {
  position: absolute;
  top: 20px;
  width: 100%;
  padding: 0;
}
.present_flex:nth-of-type(5) {
  position: relative;
}
.present_flex:nth-of-type(5)::before,
.present_flex:nth-of-type(5)::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.present_flex:nth-of-type(5)::before {
  background-image: url(../images/present/arrow_sp.png);
  width: 42px;
  height: 18px;
  left: calc(50% - 22px);
  top: 15px;
}
.present_flex:nth-of-type(5)::after {
  background-image: url(../images/present/addon_sp.png);
  width: 93px;
  height: 26px;
  left: calc((50% - (93px / 2)));
  bottom: 30px;
  -webkit-animation: blink 0.8s ease-in-out infinite alternate;
  -moz-animation: blink 0.8s ease-in-out infinite alternate;
  animation: blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.present_box {
  position: relative;
}
.present_box > div {
  padding: 45px 0 30px;
}
.present_box.mileage > div {
  padding: 65px 0 30px;
}
.present_flex:last-of-type > .bk_bo {
  border-radius: 0 0 0 20px;
}
.present_flex:last-of-type > .bk_by {
  border-radius: 0 0 20px 0;
}
.present_box > .present_title,
.present_box.mileage > .present_title {
  position: absolute !important;
  padding: 0;
  width: 100%;
  top: -25px;
  z-index: 2;
}
.present_box > .present_title img {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}
.present_box.mileage > div:last-of-type .present_detail {
  margin: 30px 0 0;
}
.present_box.mileage > div:first-of-type .present_detail {
  margin: 10px 0 0;
}
.present_box .present_detail p {
  font-size: 25px;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
}
.present_box .present_detail_noflex p {
  display: block;
}
.present_box.mileage > div:first-of-type .present_detail p {
  font-size: 22px;
}
.present_box .present_detail .tx_r {
  font-size: 30px;
  line-height: 1;
}
.present_box .present_detail p span {
  color: var(--text);
  font-size: 17px;
  margin-bottom: 5px;
}
.present_box .present_detail p .vertical {
  width: 12px;
  margin: 0 3px 2px;
}
.present_box .present_detail .exclamation::after {
  content: "";
  display: block;
  width: 11px;
  height: 22px;
  background-image: url(../images/present/exclamation_sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.present_box .present_detail .exclamation {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.present_box .speech {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.present_box .speech::before,
.present_box .speech::after {
  content: "";
  display: block;
  width: 12px;
  height: 13px;
  margin-top: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.present_box .speech.tx_o::before {
  background-image: url(../images/present/speech_l_y_sp.png);
}
.present_box .speech.tx_o::after {
  background-image: url(../images/present/speech_r_y_sp.png);
}
.present_box .speech.tx_y::before {
  background-image: url(../images/present/speech_l_f_sp.png);
}
.present_box .speech.tx_y::after {
  background-image: url(../images/present/speech_r_f_sp.png);
}
.dotted {
  position: relative;
}
.dotted::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: calc(100% - 20px - 40px);
  border-left: 2px dotted var(--cta);
  bottom: 20px;
  right: -1px;
}
.mileage .dotted::after {
  height: calc(100% - 20px - 65px);
}
.present_note {
  font-size: 8px;
  margin: 25px auto 0;
  width: fit-content;
}
.present_case {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 0 15px;
  margin-top: 15px;
}
.present_case span {
  font-size: 12px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
}
.present_case p {
  font-size: 8px;
}
@media (min-width: 800px) {
  .present_main {
    overflow: visible;
    height: auto;
  }
  .present_read p {
    padding: 10px;
    font-size: 30px;
  }
  .present_box > div {
    padding: 65px 0 30px;
  }
  .present_flex:first-of-type > div {
    padding-top: 60px;
  }
  .present_flex:nth-of-type(3) > div {
    padding-top: 80px;
  }
  .present_flex:nth-of-type(5) > div {
    padding-top: 155px;
  }
  .present_flex:last-of-type > div {
    padding-top: 135px;
  }
  .present_flex:nth-of-type(2) > div,
  .present_flex:nth-of-type(4) > div {
    position: relative;
  }
  .present_flex:nth-of-type(2) > div::before,
  .present_flex:nth-of-type(4) > div::before {
    content: "";
    display: block;
    position: absolute;
    width: 79px;
    height: 83px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -40px;
    left: calc(50% - 40px);
  }
  .present_flex:nth-of-type(2) > div:nth-of-type(2)::before {
    background-image: url(../images/present/you01.png);
  }
  .present_flex:nth-of-type(2) > div:last-of-type::before {
    background-image: url(../images/present/friend01.png);
  }
  .present_flex:nth-of-type(4) > div:nth-of-type(2)::before {
    background-image: url(../images/present/you02.png);
  }
  .present_flex:nth-of-type(4) > div:last-of-type::before {
    background-image: url(../images/present/friend02.png);
  }
  .present_flex:last-of-type > .bk_bo {
    border-radius: 0 0 0 30px;
  }
  .present_flex:last-of-type > .bk_by {
    border-radius: 0 0 30px 0;
  }
  .present_box > .present_title img {
    max-width: 312px;
  }
  .present_box.mileage > .present_title {
    top: -50px;
    padding: 0;
  }
  .present_box.mileage > .present_title img {
    max-width: 700px;
    padding-right: 7px;
  }
  .present_box:not(.mileage) .present_detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .present_box.mileage > div:first-of-type .present_detail {
    margin: 0;
  }
  .present_box.mileage > div:last-of-type .present_detail {
    margin: 10px 0 0;
  }
  .present_box .present_detail .tx_r {
    font-size: 50px;
  }
  .present_box .present_detail .exclamation {
    font-size: 35px;
  }
  .present_box.mileage > div:first-of-type .present_detail p {
    font-size: 35px;
  }
  .present_box .present_detail p {
    font-size: 35px;
  }
  .present_box .present_detail p span {
    font-size: 27px;
  }
  .present_box .present_detail p .vertical {
    width: 20px;
  }
  .present_box .present_detail .exclamation::after {
    width: 16px;
    height: 32px;
    background-image: url(../images/present/exclamation_pc.png);
  }
  .dotted::after {
    height: calc(100% - 20px - 50px);
    z-index: 5;
  }
  .present_box .speech {
    margin: 0 0 5px;
    font-size: 20px;
    gap: 5px;
  }
  .present_box .speech::before,
  .present_box .speech::after {
    width: 14px;
    height: 18px;
  }
  .present_box .speech.tx_o::before {
    background-image: url(../images/present/speech_l_y_pc.png);
  }
  .present_box .speech.tx_o::after {
    background-image: url(../images/present/speech_r_y_pc.png);
  }
  .present_note {
    margin-top: 15px;
    font-size: 16px;
  }
  .present_case {
    gap: 10px;
  }
  .present_case span {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  .present_case p {
    font-size: 16px;
  }
  .present_flex:nth-of-type(5)::after {
    width: 110px;
    height: 35px;
    background-image: url(../images/present/addon_pc.png);
    left: calc((50% - (110px / 2)));
    bottom: 40px;
  }
  .present_flex:nth-of-type(5)::before {
    background-image: url(../images/present/arrow_pc.png);
    width: 64px;
    height: 27px;
    left: calc(50% - 32px);
    top: 30px;
  }
  .present_flex:last-of-type .present_sub_btn {
    top: 30px;
  }
}

/* ーーーーーーーーーーーー 選べる電子マネーギフト ーーーーーーーーーーーー */
.emoney {
  padding: 40px 15px;
}
.emoney_title {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.emoney_title::before,
.emoney_title::after {
  content: "";
  display: block;
  height: 70px;
  width: 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.emoney_title::before {
  background-image: url(../images/emoney/title_l_sp.png);
}
.emoney_title::after {
  background-image: url(../images/emoney/title_r_sp.png);
}
.emoney_title span {
  font-size: 16px;
  color: var(--text);
}
.emoney > ul {
  display: flex;
  gap: 25px 20px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 295px;
  width: 100%;
  margin: 25px auto;
}
.emoney > ul li {
  max-width: 85px;
  width: 100%;
}
.emoney > ul li img {
  width: 100%;
}
.emoney > .tx_sub {
  font-size: 10px;
  margin-bottom: 40px;
}
.emoney .cta_btn {
  max-width: 255px;
  margin: 0 auto;
}
.emoney_cta {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.emoney .cta_head {
  margin-bottom: 5px;
}
.emoney_cta::before,
.emoney_cta::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  height: 55px;
  width: 53px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.emoney_cta::before {
  left: -25px;
  background-image: url(../images/emoney/btn_y_sp.png);
  z-index: 2;
}
.emoney_cta::after {
  right: -25px;
  background-image: url(../images/emoney/btn_f_sp.png);
  z-index: 2;
}
@media (min-width: 800px) {
  .emoney {
    padding: 65px 15px 80px;
  }
  .emoney_title {
    font-size: 30px;
    gap: 20px;
  }
  .emoney_title::before,
  .emoney_title::after {
    height: 83px;
    width: 32px;
  }
  .emoney_title::before {
    background-image: url(../images/emoney/title_l_pc.png);
  }
  .emoney_title::after {
    background-image: url(../images/emoney/title_r_pc.png);
  }
  .emoney_title span {
    font-size: 22px;
  }
  .emoney > ul {
    max-width: 682px;
    gap: 45px 70px;
    margin: 50px auto 25px;
  }
  .emoney > ul li {
    max-width: 180px;
  }
  .emoney > .tx_sub {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .emoney .cta_btn {
    max-width: 400px;
  }
  .emoney_cta {
    max-width: 400px;
    width: 100%;
  }
  .emoney_cta::before,
  .emoney_cta::after {
    bottom: -5px;
    height: 83px;
    width: 80px;
  }
  .emoney_cta::before {
    left: -45px;
    background-image: url(../images/emoney/btn_y.png);
  }
  .emoney_cta::after {
    right: -45px;
    background-image: url(../images/emoney/btn_f.png);
  }
}

/* ーーーーーーーーーーーー キャンペーンの適応条件は？ ーーーーーーーーーーーー */
.terms_contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
}
.terms_item img {
  width: 160px;
  margin: 0 auto;
}
.terms_item > div {
  padding: 25px 15px 40px;
}
.terms_item > div > p {
  font-size: 20px;
  margin-bottom: 25px;
}
.terms_item > div > p::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  height: 2px;
  width: 40px;
}
.terms_item_y > div > p::after {
  background: var(--orange);
}
.terms_item_f > div > p::after {
  background: var(--yellow);
}
.terms_item ul li {
  padding: 15px 0;
  position: relative;
}
.terms_item_y ul li:last-of-type {
  padding: 27px 0;
}
.terms_item ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.terms_item ul li:last-of-type::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.terms_item_y ul li::before,
.terms_item_y ul li:last-of-type::after {
  background-image: url(../images/terms/line_y_sp.png);
}
.terms_item_f ul li::before,
.terms_item_f ul li:last-of-type::after {
  background-image: url(../images/terms/line_f_sp.png);
}
.terms_item li p {
  display: flex;
  gap: 15px;
  align-items: center;
}
.terms_item li span {
  width: calc(100% - 20px - 15px);
}
.terms_item li span sup {
  font-size: 9px;
  top: -5px;
}
.terms_item li p::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.terms_item_y li p::before {
  background-image: url(../images/terms/check_y.png);
}
.terms_item_f li p::before {
  background-image: url(../images/terms/check_f.png);
}

.terms_note {
  display: flex;
  font-size: 10px;
}
.terms_note::before {
  content: "※";
  margin-right: 5px;
}
.terms_note:first-of-type {
  margin-top: 10px;
}
.terms_note a {
  display: inline-block;
}
@media (min-width: 800px) {
  .terms_contents {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
  }
  .terms_item {
    width: calc(50% - 20px);
  }
  .terms_item img {
    width: 225px;
  }
  .terms_item > div {
    padding: 20px 30px 40px;
  }
  .terms_item > div > p {
    font-size: 30px;
  }
  .terms_item_y ul li::before,
  .terms_item_y ul li:last-of-type::after {
    background-image: url(../images/terms/line_y_pc.png);
  }
  .terms_item_f ul li::before,
  .terms_item_f ul li:last-of-type::after {
    background-image: url(../images/terms/line_f_pc.png);
  }
  .terms_item li span {
    width: calc(100% - 25px - 15px);
    font-size: 18px;
  }
  .terms_item li p::before {
    width: 25px;
    height: 25px;
  }
  .terms_note {
    font-size: 14px;
  }
  .terms_note:first-of-type {
    margin-top: 15px;
  }
  .terms_item li span sup {
    font-size: 11px;
    top: -8px;
  }
}

/* ーーーーーーーーーーーー キャンペーン参加方法 ーーーーーーーーーーーー */
.tabs {
  max-width: 500px;
  margin: 20px auto;
}
.tab-list {
  display: flex;
}
.tab-item {
  width: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  opacity: 0.5;
  padding: 24px 0 15px;
}
.tab-item:first-of-type {
  border-radius: 20px 0 0 0;
}
.tab-item:last-of-type {
  border-radius: 0 20px 0 0;
}
.tab-panel {
  display: none;
}
.tab-item.active {
  opacity: 1;
  position: relative;
}
.tab-item.active::before {
  content: "";
  position: absolute;
  display: block;
  width: 53px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 50px;
  left: calc(50% - (53px / 2));
}
.tab-item:first-of-type.active::before {
  background-image: url(../images/method/tab_y_sp.png);
}
.tab-item:last-of-type.active::before {
  background-image: url(../images/method/tab_f_sp.png);
}
.tab-panel.active {
  display: block;
  padding: 30px 15px 40px;
  border-radius: 0 0 20px 20px;
}
.tab-panel:first-of-type {
  border-top: var(--orange) solid 5px;
}
.tab-panel:last-of-type {
  border-top: var(--yellow) solid 5px;
}
.flow_box {
  padding: 25px 15px 30px;
}
.flow_step {
  width: 36px;
  margin: 0 auto;
}
.step_arrow {
  width: 41px;
  margin: 25px auto;
}
.flow_title {
  font-size: 16px;
  margin: 10px 0 25px;
}
.flow_note_box {
  padding: 10px 15px 15px;
}
.flow_note {
  display: flex;
  gap: 5px;
}
.flow_note p {
  width: calc(100% - 27px - 5px);
  font-size: 12px;
}
.flow_note::before {
  content: "";
  display: block;
  width: 27px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 5px;
}
.flow_note_y::before {
  background-image: url(../images/method/note_y_sp.png);
}
.flow_note_f::before {
  background-image: url(../images/method/note_f_sp.png);
}
.flow_note_attention {
  margin: 15px 0 25px;
}
.flow_box .cta_btn {
  margin: 10px auto;
}
.flow_box .cta_head {
  margin-top: 25px;
}
.flow_box_link {
  font-size: 12px;
  width: fit-content;
  margin: 0 auto;
}
.flow_box_link::after {
  content: "";
  display: block;
  background-color: var(--orange);
  height: 1px;
  width: 100%;
}
.step_y_image {
  width: 133px;
  margin: 25px auto 15px;
}
.step_f_image {
  width: 188px;
  margin: 20px auto 0;
}
.flow_case {
  font-size: 10px;
  width: fit-content;
  margin: 0 auto;
}
.flow_case li {
  display: flex;
  align-items: flex-start;
  width: fit-content;
  gap: 5px;
}
.flow_case li:last-of-type {
  margin-top: 10px;
}
.flow_case li span {
  color: #fff;
  padding: 0 10px;
  border-radius: 30px;
  margin-top: 3px;
}
.flow_box .sub_btn {
  max-width: 250px;
  margin-bottom: 15px;
}
@media (min-width: 800px) {
  .method_flex {
    display: flex;
  }
  .method_y,
  .method_f {
    width: 50%;
  }
  .method_y .method_head {
    border-radius: 30px 0 0 0;
  }
  .method_f .method_head {
    border-radius: 0 30px 0 0;
  }
  .method_head {
    color: #fff;
    padding: 10px;
    font-size: 30px;
  }
  .method_main {
    padding: 25px 40px 40px;
    height: 100%;
  }
  .flow_box {
    padding: 30px 40px;
    min-height: 435px;
  }
  .flow_box:last-of-type {
    min-height: none;
  }
  .flow_step {
    width: 45px;
  }
  .flow_title {
    font-size: 20px;
  }
  .flow_note_box {
    padding: 15px 20px;
  }
  .flow_note {
    gap: 15px;
  }
  .flow_note p {
    font-size: 14px;
    width: calc(100% - 27px - 15px);
  }
  .step_f_image {
    width: 190px;
  }
  .flow_box .cta_btn {
    padding: 15px 0;
    font-size: 14px;
  }
  .flow_box .cta_btn span {
    font-size: 20px;
  }
  .flow_box .sub_btn {
    font-size: 14px;
  }
  .flow_note_attention {
    font-size: 18px;
  }
  .flow_case {
    font-size: 12px;
  }
  .step_arrow {
    width: 64px;
    margin: 30px auto;
  }
  .step_y_image {
    width: 180px;
    margin: 60px auto 45px;
  }
}

/* ーーーーーーーーーーーー よくあるご質問 ーーーーーーーーーーーー */
.faq_list > li {
  padding: 25px 15px;
  margin-bottom: 20px;
}
.faq_list > li:last-of-type {
  margin-bottom: 0;
}
.accordion_head {
  position: relative;
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
  display: flex;
  gap: 10px;
  align-items: center;
}
.accordion_head p {
  font-size: 16px;
  width: calc(100% - 60px);
}
.accordion_head img,
.accordion_body img {
  width: 22px;
}
.accordion_head::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 4px);
  right: 5px;
  border-top: #dad2ca solid 3px;
  border-left: #dad2ca solid 3px;
  transform: rotate(45deg);
  transition: 0.5s;
}
.accordion_head.is-open::after {
  transform: rotateZ(225deg);
}
.accordion_body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
  display: flex;
  gap: 15px;
}
.accordion_body.is-open {
  max-height: 2000px;
  padding-top: 20px;
  margin-top: 15px;
  position: relative;
}
.accordion_body.is-open::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-image: url(../images/faq/line_sp.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.accordion_body > div {
  padding-top: 4px;
  font-size: 12px;
}
.answer_title {
  border-left: var(--cta) solid 5px;
  padding-left: 10px;
  width: 100%;
  margin: 25px 0 10px;
  font-size: 14px;
}
.accordion_body > div p:first-of-type {
  margin-top: 0;
}
.accordion_body > div a {
  display: inline;
}
.accordion_body > div > .answer_subtext_t {
  margin-top: 10px;
}
.accordion_body > div > .answer_subtext_tt {
  margin-top: 1rem;
}
.accordion_body > div > .answer_subtext_b {
  margin-bottom: 10px;
}
.accordion_body > div > .answer_subtext {
  font-size: 9px;
  padding-left: 0;
}
.accordion_body > div > .answer_subtext span {
  display: block;
  width: calc(100% - 11px);
}
.accordion_body > div > .answer_subtext::before {
  width: fit-content;
  font-size: 9px;
}
.answer_list li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin-bottom: 10px;
}
.answer_list li:last-of-type {
  margin-bottom: 0;
}
.answer_list li p {
  width: calc(100% - 7px - 8px);
}
.answer_list li p sup {
  font-size: 10px;
  top: -3px;
}
.answer_subtext {
  display: flex;
  gap: 2px;
  font-size: 9px;
  padding-left: 15px;
}
.answer_subtext::before {
  content: "※";
  display: block;
}
.answer_list .answer_subtext span {
  width: calc(100% - 11px);
}
.answer_list .answer_subtext span > .tx_r {
  padding-left: 0;
}
.answer_list li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #dad2ca;
  border-radius: 50px;
  margin-top: 7px;
}
@media (min-width: 800px) {
  .faq_list > li {
    padding: 30px;
    margin-bottom: 30px;
  }
  .accordion_head {
    gap: 15px;
  }
  .accordion_head p {
    font-size: 18px;
    width: calc(100% - 60px);
  }
  .accordion_head img,
  .accordion_body img {
    width: 33px;
  }
  .accordion_head::after {
    width: 13px;
    height: 13px;
    top: calc(50% - 4px);
    right: 5px;
    border-top: #dad2ca solid 4px;
    border-left: #dad2ca solid 4px;
  }
  .accordion_body.is-open {
    padding: 25px 0 10px;
    margin-top: 15px;
  }
  .accordion_body.is-open::before {
    width: 100%;
    height: 4px;
    background-image: url(../images/faq/line_pc.png);
  }
  .accordion_body > div > .answer_subtext_t {
    margin-top: 5px;
  }
  .accordion_body > div > .answer_subtext_b {
    margin-bottom: 10px;
  }
  .accordion_body > div > .answer_subtext span {
    font-size: 12px;
  }
  .accordion_body > div > .answer_subtext::before {
    font-size: 12px;
  }
  .answer_title {
    border-left: var(--cta) solid 5px;
    padding-left: 5px;
    margin: 30px 0 10px;
    font-size: 16px;
  }
  .accordion_body > div {
    font-size: 14px;
  }
  .answer_list li::before {
    width: 9px;
    height: 9px;
    margin-top: 8px;
  }
  .answer_list li {
    gap: 5px 10px;
    margin-bottom: 10px;
  }
  .answer_list li p {
    width: calc(100% - 9px - 10px);
  }
  .answer_list .answer_subtext {
    font-size: 12px;
    padding-left: 19px;
    padding-bottom: 5px;
  }
  .answer_list li p sup {
    top: -5px;
  }
}

/* ーーーーーーーーーーーー その他のキャンペーン ーーーーーーーーーーーー */
.campaign > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.campaign > div a {
  width: 100%;
  height: auto;
}
.campaign > div a img {
  width: 100%;
}
@media (min-width: 800px) {
  .campaign > div {
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
  }
  .campaign > div a {
    max-width: 350px;
    transition: 0.3s;
  }
  .campaign > div a:hover {
    opacity: 0.5;
  }
}

/* ヘッダー　※現行踏襲
------------------------------------------*/
.inner {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1156px;
}
header {
  border-bottom: 3px solid #cb050b;
}
.header__box {
  padding: 17px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 160px;
}
.logo a,
.logo img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header__box {
    padding: 12px 0 9px;
  }
  .logo {
    width: 100px;
  }
}
/* フッター　※現行踏襲
------------------------------------------*/
footer {
  margin-top: 180px;
  padding: 28px 0 64px;
  border-top: 10px solid #cb050b;
  position: relative;
  color: #505050;
  font-family: Noto Sans JP, Roboto, sans-serif;
}
.footer__top {
  position: absolute;
  top: -60px;
  left: calc(50% - 70px);
  width: 135px;
}
.footer__top img,
.footer__top a {
  width: 100%;
}
.footer__box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer__box:nth-of-type(2) {
  margin-top: 16px;
}
.footer__logo img {
  width: 140px;
}
.footer__nav {
  display: flex;
  flex-direction: row;
  gap: 30px;
  font-size: 18px;
}
.footer__box {
  font-size: 11px;
}
@media only screen and (max-width: 768px) {
  footer {
    margin-top: 120px;
    padding: 35px 0 46px;
  }
  .footer__box:first-of-type {
    flex-direction: column-reverse;
    gap: 26px;
  }
  .footer__nav {
    width: 100%;
    justify-content: center;
    gap: 46px;
    font-size: 14px;
  }
  .footer__box:nth-of-type(2) {
    flex-direction: column;
  }
}
