@charset "SHIFT-JIS";

@import url("https://yakult-t.jp/css/style.css");

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --default: #333333;
  --red: #D61138;
  --white: #ffffff;
  --gray50: #EBEBEB;
  --gray800: #474747;
  --orange: #E35B3E;
  --yakuruto: #FBF6EC;
  --gold2: #E3B422;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  /* font-family: Arial, sans-serif; */
  overflow-x: hidden;
  /* background-color: #fffee8; */  
  margin: 0;
  position: relative;
  z-index: 1;
  color: var(--default);
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/usr/free_page/yakult-dreams-2026/bg_deco_left.png),url(/img/usr/free_page/yakult-dreams-2026/bg_deco_right.png),url(/img/usr/free_page/yakult-dreams-2026/bg.png);
  background-position: top 15% left, bottom 15% right, top;
  background-size: 20%, 20%, 7%;
  background-repeat: no-repeat, no-repeat, repeat;
  z-index: -1;
}

img {
  width: 100%;
}

a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  transform: scale(0.95);
  cursor: pointer;
}

img {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ヘッダー ----------------------------------*/

header {
  position: relative;
  z-index: 2;
}

.header {
  margin: 0 auto;
  background-color: #fff;
}

#header {
  background: transparent;
  overflow-x: hidden;
  padding: 10px 0;
  position: relative;
}

.inner {
  position: static;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.header_logo {
  width: 114px;
  display: inline-block;
}

/* フッター ------------------------------------*/

#footer {
  position: relative;
  background-color: #fffaf2;
  padding: 10px 0;
  z-index: 2;
  border-top: #c90c1a solid 2px;
}

#footer .logo,
#footer #copyright {
  text-align: center;
  margin: 8px auto;
}

#footer a {
  display: block;
  width: 114px;
  margin: 0 auto;
}

footer {
  position: relative;
  z-index: 4;
}

.container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--default);
  overflow: hidden;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.35);
}

@media screen and (min-width:767px) {

  .header-inner.is-pc {
    display: flex !important;
  }

  .header-inner.is-sp {
    display: none !important;
  }

  .footer.footer-campaign.is-pc {
    display: block !important;
    margin: 0;
  }

  .footer.footer-campaign.is-sp {
    display: none !important;
  }

}

@media screen and (max-width:766px) {

  .is-sp {
    display: block !important;
  }

  .header-inner.is-pc {
    display: none !important;
  }

  .header-inner.is-sp {
    display: flex !important;
    padding: 0;
  }

  .footer.footer-campaign.is-pc {
    display: none !important;
  }

  .footer.footer-campaign.is-sp {
    display: block !important;
  }

  .header img,
  .footer img {
    height: 18px;
    width: auto;
  }

}

@media screen and (max-width:767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* 追従ボタン ---------------------------------------- */
.campaign_floating_wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 3;
}
.bg_white {
  padding: 1%;
  background-color: var(--white);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.35);
}
.campaign_floating_wrap.stop {
  position: absolute;
  bottom: auto;
}
.campaign_floating_box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.campaign_floating_btn {
  width: 90%;
  color: var(--white);
  background-color: var(--orange);
  margin: 1% auto;
  padding: 1% 0;
  font-size: 31px;
  font-weight: bold;
  border-radius: 5px;
}
.campaign_floating_btn:hover {
  color: var(--white);
}
.campaign_floating_banner_box {
  position: absolute;
  left: calc(50% + 400px + 20px);
  bottom: 130%;
  width: 15%;
  max-width: 160px;
}
.campaign_floating_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--orange);
  font-weight: bold;
  border-radius: 50vw;
  background-color: var(--yakuruto);
  border: 1px solid var(--orange);
  aspect-ratio: 1 / 1;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.campaign_floating_banner div {
  text-align: center;
  font-size: 19px;
  line-height: 1.2;
}
.campaign_floating_banner span {
  font-size: 28px;
}
.campaign_floating_banner:hover {
  color: var(--orange);
}


/* common ---------------------------------------- */
.flower_ttl {
  width: 100%;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5%;
}
.flower_ttl span {
  position: relative;
}
.flower_ttl span::before,
.flower_ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  padding-top: 40px;
  transform: translateY(-50%);
}
.flower_ttl._wh {
  color: var(--white);
}
.flower_ttl._wh span::before,
.flower_ttl._wh span::after {
  background: url(/img/usr/free_page/yakult-dreams-2026/icon_fl_wh.png)no-repeat center / contain;
}
.flower_ttl._og span::before,
.flower_ttl._og span::after {
  background: url(/img/usr/free_page/yakult-dreams-2026/icon_fl_og.png)no-repeat center / contain;
}
.flower_ttl span::before {
  left: -55px;
}
.flower_ttl span::after {
  right: -55px;
}


/* MV ---------------------------------------- */
.mv {
  line-height: 0;
}
.day {
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  font-size: 30px;
  padding: 2%;
  font-weight: bold;
}

/* LEAD ---------------------------------------- */
.lead {
  padding: 10% 0;
  background-image: url(/img/usr/free_page/yakult-dreams-2026/bg_lead_deco.png),url(/img/usr/free_page/yakult-dreams-2026/bg_lead.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom 2% right 4%, center;
  background-size: 20%, contain;
  aspect-ratio: 750 / 914;
}
.lead .ttl {
  margin-bottom: 30%;
}
.lead_txt {
  position: relative;
  font-size: 27px;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.lead_txt span {
  font-size: 32px;
  padding-bottom: 2%;
  background: url(/img/usr/free_page/yakult-dreams-2026/icon_deco_line.png)no-repeat bottom / contain;
}
.lead .speech_bubble {
  position: absolute;
  width: 30%;
  top: -90%;
  right: 0;
}

/* コース紹介 ---------------------------------------- */
.course .flower_ttl {
  background-color: var(--orange);
  padding: 2%;
  border-bottom: 5px solid #b9513b;
  margin-bottom: 0;
}
.course_wrap {
  background-image: url(/img/usr/free_page/yakult-dreams-2026/bg_course_deco.png),url(/img/usr/free_page/yakult-dreams-2026/bg_course.png);
  background-repeat: repeat-y,repeat;
  background-size: 100%, 10%;
  background-position: top, top;
  padding: 20% 5% 10%;
}
.course_lead {
  position: relative;
  background-color: var(--white);
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding: 5% 0 3%;
}
.course_lead._01 {
  border-radius: 5px 5px 0 0;
}
.course_lead._02 {
  border-radius: 5px;
  margin-bottom: 4%;
}
.course_lead._02::before {
  content: "";
  position: absolute;
  width: 20%;
  padding-top: 20%;
  background: url(/img/usr/free_page/yakult-dreams-2026/course_deco_01.png)no-repeat center / contain;
  top: -58%;
  left: -6%;
}
.course_ttl {
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
}
.course_rel {
  position: relative;
  margin-bottom: 5%;
}
.course_a_message {
  width: 100%;
  position: absolute;
  bottom: 3%;
}
.course_message_ttl {
  font-family: "Noto Serif JP", serif;
  width: fit-content;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50vw;
  margin: 0 auto;
  padding: 1px 3%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 3%;
}
.course_message_txt {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  color: var(--white);
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
}
.course_message_txt._line_bottom {
  width: 70%;
  border-bottom: 1px dashed var(--white);
}
.course_message_note {
  margin-bottom: 20%;
}
.course_message_note li {
  color: var(--white);
  font-size: 19px;
  font-weight: bold;
  padding-left: 19px;
  text-indent: -19px;
}
.course_message_note li:not(:last-of-type) {
  margin-bottom: 1.5%;
}
.course_sub_lead {
  width: 90%;
  background-image: url(/img/usr/free_page/yakult-dreams-2026/course_deco_02.png),url(/img/usr/free_page/yakult-dreams-2026/course_line.png),url(/img/usr/free_page/yakult-dreams-2026/course_line.png);
  background-size: contain, 100% 3px, 100% 3px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center right, top, bottom;
  padding: 1% 0;
  margin: 0 auto 5%;
  text-align: center;
  color: var(--white);
  font-size: 38px;
  font-weight: bold;
}
.course_item_list {
  width: 100%;
}
.course_item_list li {
  background-color: var(--yakuruto);
  border-radius: 5px;
  padding: 5%;
}
.course_item_list li:not(:last-of-type) {
  margin-bottom: 5%;
}
.course_item_ttl {
  color: var(--red);
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  background-image: url(/img/usr/free_page/yakult-dreams-2026/course_line.png),url(/img/usr/free_page/yakult-dreams-2026/course_line.png);
  background-size: 100% 3px, 100% 3px;
  background-repeat: no-repeat, no-repeat;
  background-position: top, bottom;
  padding: 1.5% 0;
  margin-bottom: 5%;
}
.course_item_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ourse_item_txt, .course_item_img {
  width: 49%;
}
.ourse_item_txt, .course_item_img._03 {
  margin-top: 11%;
}
.course_item_txt {
  width: 48%;
}
.course_item_txt ._number {
  width: 85%;
  font-size: 31px;
  font-weight: bold;
  color: var(--white);
  background-color: var(--red);
  border-radius: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3%;
}
.course_number {
  width: 25%;
}
.course_item_txt ._item01 {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 3%;
}
.course_item_txt ._item02 {
  color: var(--gold2);
  font-size: 31px;
  font-weight: bold;
}

/* 応募条件 ---------------------------------------- */
.conditions {
  background-color: var(--white);
  padding: 5%;
}
.conditions_txt {
  text-align: center;
  font-weight: bold;
  font-size: 31px;
  margin-bottom: 3%;
}
.conditions_list li {
  font-weight: bold;
  font-size: 24px;
  text-indent: -24px;
  padding-left: 24px;
  margin-bottom: 3%;
  /* text-align: center; */
}
.conditions_list li span {
  color: var(--red);
}
.conditions .note {
  text-align: center;
  font-size: 21px;
}

/* 応募フォームはこちら ---------------------------------------- */
.form {
  width: 100%;
  background: url(/img/usr/free_page/yakult-dreams-2026/bg_form.png) no-repeat top / 100% 100%;
  padding: 8% 0;
  border: 1px solid var(--default);
}
.form .ttl {
  margin-bottom: 5%;
}
.form_img_01 {
  width: 90%;
  display: block;
  margin: 0 auto 3%;
}
._btn {
  width: 90%;
  max-width: 606px;
  position: relative;
  border-radius: 50vw;
  text-align: center;
  font-weight: bold;
  font-size: 31px;
  padding: 3% 2%;
  margin: 0 auto;
}
._btn.w100 {
  width: 100%;
  max-width: none;
}
._btn.mb {
  margin-bottom: 5%;
}
._btn:not(:last-of-type) {
  margin-bottom: 4%;
}
._btn._red {
  color: var(--white);
  background-color: var(--red);
}
._btn._og {
  color: var(--white);
  background-color: var(--orange);
}
._btn._og2 {
  color: var(--white);
  background-color: #ed7013;
  border: 2px solid #ed7013;
}
._btn._gold {
  color: var(--white);
  background-color: var(--gold2);
}
._btn._og_wh {
  color: var(--orange);
  background-color: var(--yakuruto);
  border: 2px solid var(--orange);
}
._btn._og_wh2 {
  color: var(--orange);
  background-color: var(--white);
  border: 2px solid var(--orange);
}
._btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 4.5%;
  padding-top: 4.5%;
}
._btn._red::after,
._btn._og::after,
._btn._og2::after,
._btn._gold::after {
  background: url(/img/usr/free_page/yakult-dreams-2026/icon_arrow_wh.png)no-repeat center / contain;
}
._btn._og_wh::after,
._btn._og_wh2::after {
  background: url(/img/usr/free_page/yakult-dreams-2026/icon_arrow_og.png)no-repeat center / contain;
}
.form .note {
  width: 90%;
  margin: 0 auto;
  font-size: 25px;
}
.form .note._top {
  text-align: center;
  margin-bottom: 3%;
  font-size: 20px;
}
._btn span {
  position: relative;
}
._btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20%;
  transform: translateY(-50%);
  width: 15%;
  padding-top: 15%;
}
._btn._cart span::before {
  background: url(/img/usr/free_page/yakult-dreams-2026/icon_cart.png)no-repeat center / contain;
}

/* はじめてお申し込みされる方 ---------------------------------------- */
.first_time {
  padding-bottom: 10%;
  background-color: var(--gray50);
}
.first_time .flower_ttl {
  background-color: var(--orange);
  padding: 2%;
  border-bottom: 5px solid #b9513b;
  margin-bottom: 0;
}
.first_time_box {
  width: 90%;
  padding: 5% 0 0;
  margin: 0 auto 5%;
}
.coupon_ttl {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  font-size: 39px;
  font-weight: bold;
  padding: 1% 0;
  border-radius: 5px 5px 0 0;
}
.coupon_wrap {
  border: 2px solid var(--red);
  border-radius: 0 0 5px 5px;
  padding: 2% 0 5%;
  background: url(/img/usr/free_page/yakult-dreams-2026/bg_campagin.png) no-repeat center / cover;
}
.campagin_img {
  margin-bottom: 2%;
}
.coupon_txt {
  width: 90%;
  font-size: 39px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 2%;
  background-image: url(/img/usr/free_page/yakult-dreams-2026/coupon_txt_deco_left.png), url(/img/usr/free_page/yakult-dreams-2026/coupon_txt_deco_right.png);
  background-position: left, right;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}
.coupon_code_box {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3%;
  cursor: pointer;
}
.coupon_code_box ._txt, .coupon_code_box ._code {
  font-size: 31px;
  font-weight: bold;
}
.coupon_code_box ._txt {
  width: 30%;
  color: var(--white);
  background-color: var(--red);
  border-radius: 50vw 0 0 50vw;
  text-align: center;
  padding: 2% 0;
}
.coupon_code_box ._code {
  width: 70%;
  color: var(--default);
  background-color: var(--white);
  border-radius: 0 50vw 50vw 0;
  text-align: center;
  padding: 2% ;
}
.first_time .note {
  font-size: 20px;
  text-align: center;
}
.first_time .note span {
  color: var(--red);
}

/* コピー完了ポップアップ */
#copyPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 15px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 9999;
}
#copyPopup.show {
  opacity: 1;
}

.first_time .bottom_line {
  width: 90%;
  border-bottom: 3px solid var(--orange);
  margin: 0 auto 5%;
  font-size: 40px;
  font-weight: bold;
}
.step_box {
  width: 90%;
  margin: 0 auto 5%;
  background-color: var(--white);
  padding: 5%;
  border-radius: 5px;
}
.step_ttl_box {
  display: flex;
  align-items: center;
  margin-bottom: 2%;
}
.step_ttl_box .step_number {
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  background-color: var(--gray800);
  border-radius: 50vw;
  padding: 1% 3.5%;
  color: var(--white);
  font-size: 31px;
  font-weight: bold;
}
.step_ttl_box .step_ttl {
  font-size: 31px;
  font-weight: bold;
  padding-left: 1%;
}
.step_txt {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 3%;
}
.step_txt._og {
  color: var(--orange);
  font-weight: bold;
  margin-bottom: 0;
}
.step_txt_small {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 3%;
}
.step_txt_small span {
  color: var(--red);
}
.step_box .coupon_txt {
  width: 95%;
  background-size: 7%, 7%;
}
.step_box .coupon_code_box ._txt,
.step_box .coupon_code_box ._code {
  border: 3px solid var(--red);
}
.step_box .coupon_code_box ._code {
  color: var(--red);
}
.step_img_03 {
  margin-bottom: 5%;
}
.step_txt.ac {
  text-align: center;
}
.step_txt.bold {
  font-weight: bold;
}
.step_txt ._og {
  font-size: 39px;
  color: var(--orange);
}
.step_txt.mb0 {
  margin-bottom: 0;
}
.step_txt.w80 {
  width: 80%;
  margin: 0 auto;
}

/* すでに「ヤクルト届けてネット」会員の方 ---------------------------------------- */
.for_members {
  padding-bottom: 10%;
  background-color: var(--gray50);
}
.for_members .flower_ttl {
  background-color: var(--gold2);
  padding: 2%;
  border-bottom: 5px solid #b99526;
  margin-bottom: 3%;
  font-size: 31px;
}
.for_members .bottom_line {
  width: 90%;
  border-bottom: 3px solid var(--gold2);
  margin: 0 auto 5%;
  font-size: 40px;
  font-weight: bold;
}

/* おすすめ商品 ---------------------------------------- */
.featured_products {
  background-color: var(--yakuruto);
  padding: 10% 5%;
}
.target_box {
  position: relative;
  border-radius: 5px 5px 0 0;
  background-color: var(--orange);
  padding: 5%;
}
.target_box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--orange);
}
.target_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.target_flex .target_icon {
  width: 25%;
}
.target_flex .target_icon.mb,
.target_flex .target_txt.mb {
  margin-bottom: 3%;
}
.target_flex .target_txt {
  width: 70%;
  color: var(--white);
  font-size: 31px;
  font-weight: bold;
}
.target_flex .target_txt span {
  border-bottom: 1px solid var(--white);
}
.target_flex .target_txt sup {
  font-size: 60%;
  vertical-align: text-top;
}
.target_note {
  width: 100%;
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.bg_gray {
  background-color: var(--gray50);
  padding: 5%;
}
.bg_gray .for_you {
  background-color: var(--yakuruto);
  text-align: center;
  border-radius: 5px;
  border: 3px solid var(--white);
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 1%;
}
.target_item {
  background-color: var(--white);
  border-radius: 5px;
  padding: 5%;
  margin-bottom: 3%;
}
.target_item.ptpd {
  padding: 9% 5%;
}
.target_item_name {
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4%;
  line-height: 1.5;
}
.target_item_name span {
  font-size: 25px;
}
.target_item ._img {
  width: 90%;
  margin: 0 auto 5%;
  display: block;
}
.target_item ._img.mb0 {
  margin: 0 auto;
}
.target_item .note {
  width: 90%;
  font-size: 20px;
  margin: 0 auto;
}
.target_item_txt_note {
  color: var(--default);
  font-size: 24px;
  margin-bottom: 3%;
}
.target_item_txt_note.ac {
  text-align: center;
}
.target_item_txt_note span {
  color: var(--red);
  font-size: 24px;
  padding: 2px 10px;
  border: 1px solid var(--red);
}
.target_item_txt {
  font-size: 31px;
  margin-bottom: 3%;
}
.target_item_name sup {
  font-size: 60%;
  vertical-align: text-top;
}

/* about / Q and A ---------------------------------------- */
.question {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  background-color: var(--red);
  padding: 5%;
  font-size: 31px;
}
.question .what_is {
  background-color: var(--white);
  padding: 5%;
  margin-bottom: 7%;
}
.question .what_is_ttl {
  margin-bottom: 5%;
}
.question .what_is_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  margin-bottom: 5%;
  font-weight: normal;
}
.question .what_is_txt {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--default);
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 2%;
}
.question .what_is_img_01 {
  margin-bottom: 10%;
}
.question .what_is h3 {
  border-bottom: 2px solid var(--red);
  text-align: center;
  color: var(--red);
  font-weight: bold;
  font-size: 39px;
  margin-bottom: 10%;
  padding-bottom: 1.5%;
}
.merit_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.merit_list li {
  width: 50%;
  padding: 2%;
}
.merit_list li:nth-of-type(1) {
  background-image: url(/img/usr/free_page/yakult-dreams-2026/line_dashed_bottom.png),url(/img/usr/free_page/yakult-dreams-2026/line_dashed_right.png);
  background-position: bottom, right;
  background-size: 100% 1px, 1px 100%;
  background-repeat: no-repeat,no-repeat;
}
.merit_list li:nth-of-type(2) {
  background-image: url(/img/usr/free_page/yakult-dreams-2026/line_dashed_bottom.png);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.merit_list li:nth-of-type(3) {
  background-image: url(/img/usr/free_page/yakult-dreams-2026/line_dashed_right.png);
  background-position: right;
  background-size: 1px 100%;
  background-repeat: no-repeat;
}
.merit_list .merit_img {
  width: 70%;
  margin: 0 auto;
  padding: 5% 0;
}
.merit_list .merit_txt {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--default);
  font-size: 31px;
  font-weight: bold;
}
.question .ttl {
  color: var(--red);
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  background-color: var(--white);
  margin-bottom: 3%;
  padding: 2%;
}

/* アコーディオン */
.acc_wrap {
  margin-bottom: 3%;
}
.acc_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  padding: 5% 12% 5% 5%;
  border-radius: 40px;
}
.acc_btn:hover{
  cursor: pointer;
}
.acc_btn.open {
  border-radius: 40px 40px 0 0;
}
.acc_btn:after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 5px var(--default);
  border-right: solid 5px var(--default);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.acc_btn.open:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform:  translateY(-50%) rotate(-45deg);
}
.question_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  line-height: 0;
}
.question_txt {
  width: 87%;
}
.acc_box._unactive{
  display: none;
}
.acc_box {
  width: 100%;
  padding: 5%;
  background-color: var(--gray50);
  border-radius: 0 0 50px 50px;
}
.acc_box .acc_box_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acc_box span {
  color: var(--red);
}
.acc_box a {
  display: inline-block;
  color: var(--red);
}

/* 応募規約/お問い合わせ ---------------------------------------- */
.terms {
  width: 100%;
  padding: 5% 5% 20%;
  background-color: var(--white);
}
.terms_wrap {
  border: 1px solid var(--gray800);
  border-radius: 5px;
  height: 344px;
  margin-bottom: 5%;
}
.terms_scroll {
  height: 100%;
  overflow-y: auto;
  padding: 5% 9% 5% 6%;
  box-sizing: border-box;
}
.terms_scroll a {
  display: inline-block;
}
.terms_scroll h3 {
  font-size: 25px;
  font-weight: bold;
}
.terms_scroll p {
  font-size: 25px;
}
.inquiry_txt {
  text-align: center;
  font-size: 39px;
  font-weight: bold;
  margin-bottom: 5%;
}
.inquiry_list {
  width: 100%;
}
.inquiry_list dt {
  font-size: 31px;
  font-weight: bold;
}
.inquiry_list dd {
  font-size: 31px;
  margin-bottom: 5%;
}
.inquiry_list .tel_dt {
  text-align: center;
}
.inquiry_list .tel_dd {
  text-align: center;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}
.inquiry_list .mb5 {
  margin-bottom: 5%;
}
.mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width:767px) {
  /* body::before {
    display: none;
  } */
  .container {
    margin: 0 auto -20%;
  }
  ._btn {
    font-size: 4vw;
  }
  .day {
    font-size: 4vw;
  }
  .lead_txt {
    font-size: 3vw;
  }
  .lead_txt span {
    font-size: 4vw;
  }
  .campaign_floating_btn {
    font-size: 4vw;
  }
  .flower_ttl {
    font-size: 6vw;
  }
  /* .flower_ttl span {
    font-size: 5vw;
  } */
  .flower_ttl span::before, .flower_ttl span::after {
    width: 5vw;
    padding-top: 5vw;
  }
  .flower_ttl span::before {
    left: -7vw;
  }
  .flower_ttl span::after {
    right: -7vw;
  }
  .course_ttl._a {
    top: -80%;
  }
  .course_txt {
    font-size: 6vw;
  }
  .course_message_ttl {
    font-size: 4vw;
  }
  .course_lead._02 {
    font-size: 4vw;
  }
  .course_message_txt {
    font-size: 2.7vw;
  }
  .course_message_note li {
    font-size: 2.4vw;
    padding-left: 2.4vw;
    text-indent: -2.4vw;
  }
  .ourse_item_txt, .course_item_img._03 {
    margin-top: 8%;
  }
  .course_sub_lead {
    font-size: 4.5vw;
  }
  .course_item_ttl {
    font-size: 4.5vw;
  }
  .course_item_txt ._number {
    font-size: 4vw;
  }
  .course_number {
    width: 20%;
  }
  .course_item_txt ._item01 {
    font-size: 3.5vw;
  }
  .course_item_txt ._item02 {
    font-size: 3.7vw;
  }
  .conditions_txt {
    font-size: 4vw;
  }
  .conditions_list li {
    font-size: 3vw;
    padding-left: 3vw;
    text-indent: -3vw;
  }
  .conditions .note {
    font-size: 3vw;
  }
  .form .note {
    font-size: 3.5vw;
  }
  .form .note._top {
    font-size: 2.8vw;
  }
  .coupon_ttl {
    font-size: 5vw;
  }
  .coupon_txt {
    font-size: 5vw;
  }
  .coupon_code_box ._txt, .coupon_code_box ._code {
    font-size: 4vw;
  }
  .first_time .note {
    font-size: 3vw;
  }
  .first_time .bottom_line {
    font-size: 5.5vw;
  }
  .step_ttl_box .step_number {
    font-size: 4vw;
  }
  .step_ttl_box .step_ttl {
    font-size: 4vw;
  }
  .step_txt {
    font-size: 4vw;
  }
  .step_txt_small {
    font-size: 3.5vw;
  }
  .step_box .coupon_code_box ._txt, .step_box .coupon_code_box ._code {
    border: 2px solid var(--red);
  }
  .step_txt ._og {
    font-size: 5vw;
  }
  .for_members .flower_ttl {
    font-size: 4vw;
  }
  .for_members .bottom_line {
    font-size: 5.5vw;
  }
  .target_flex .target_txt {
    font-size: 4vw;
  }
  .target_note {
    font-size: 3vw;
  }
  .target_box::after {
    content: "";
    position: absolute;
    bottom: -2vw;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-top: 3vw solid var(--orange);
  }
  .bg_gray .for_you {
    font-size: 4vw;
  }
  .target_item_name {
    font-size: 5vw;
  }
  .target_item .note {
    font-size: 2.5vw;
  }
  .target_item_txt_note {
    font-size: 3vw;
    margin-bottom: 4%;
  }
  .target_item_txt_note span {
    font-size: 3vw;
  }
  .target_item_txt {
    font-size: 4vw;
  }
  .target_item_name span {
    font-size: 3vw;
  }
  .question .what_is_lead {
    font-size: 3.5vw;
  }
  .question .what_is_txt {
    font-size: 4vw;
  }
  .question .what_is h3 {
    font-size: 6vw;
  }
  .merit_list .merit_txt {
    font-size: 4vw;
  }
  .question .ttl {
    font-size: 6vw;
  }
  .acc_btn {
    font-size: 4vw;
    border-radius: 5vw;
  }
  .acc_btn:after {
    width: 3vw;
    height: 3vw;
    border-top: solid 3px var(--default);
    border-right: solid 3px var(--default);
  }
  .acc_btn.open {
    border-radius: 5vw 5vw 0 0;
  }
  .acc_box {
    font-size: 4vw;
    border-radius: 0 0 5vw 5vw;
  }
  .terms_scroll h3 {
    font-size: 4.5vw;
  }
  .terms_scroll p {
    font-size: 4vw;
  }
  .inquiry_txt {
    font-size: 5vw; 
  }
  .inquiry_list dt {
    font-size: 5vw;
  }
  .inquiry_list dd {
    font-size: 4vw;
  }
  .inquiry_list .tel_dd {
    font-size: 10vw;
  }

  .bg_white {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .campaign_floating_banner div {
    font-size: 2.2vw;
  }
  .campaign_floating_banner span {
    font-size: 3.5vw;
  }
  .campaign_floating_banner {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .campaign_floating_banner_box {
    position: absolute;
    left: auto;
    right: 10px;
    width: 20%;
    max-width: 160px;
  }

  .terms {
    padding: 5% 5% 31%;
  }
}