@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: "Zen Maru Gothic", sans-serif;
  overflow-x: hidden;
  margin: 0;
  position: relative;
  z-index: 1;
  color: var(--default);
  background-image: url(/img/usr/free_page/2026newlife/pc_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; /* ← これ追加 */
}

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: 740px;
  margin: 0 auto;
  overflow-x: hidden;
  background: #fff;
  box-shadow: 0px 5px 30px 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;
  }
}

/* common ---------------------------------------- */
.flower_ttl {
  width: 100%;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5%;
}
.flower_ttl span {
  position: relative;
  font-size: 40px;
}
.flower_ttl span::before,
.flower_ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  padding-top: 30px;
  transform: translateY(-50%);
}
.flower_ttl._wh {
  color: var(--white);
}
.flower_ttl._og span::before,
.flower_ttl._og span::after {
  background: url(/img/usr/free_page/2026newlife/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;
}
/* LEAD ---------------------------------------- */

/* 応募条件 ---------------------------------------- */

/* 応募フォームはこちら ---------------------------------------- */


/* ==================================
ここから追加
================================== */

/* リード */
.form {
    width: 100%;
  padding: 80px 20px 8%;

  background-color: #FDEAE2;
  background-image: url(/img/usr/free_page/2026newlife/read_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form .ttl {
  margin: 0 auto;
  text-align: center;  
}
.form .ttl p{
  font-weight: bold;
font-size: 24px;
line-height: 1.8;
margin-bottom: 80px;
}
.form_img_01 {
  width: 90%;
  display: block;
  margin: 0 auto 3%;
}
.read_btn{
  width: 100%;
  /* background: linear-gradient(180deg,#E95383 0%,#F4A9C1 100%); */
  background-color: #E95283;
  border-radius: 8px;
  border: 2px solid #ffffff;
  box-shadow: 0 8px 20px rgba(233, 83, 131, 0.25);
  margin: 40px auto 0;
  max-width: 500px;
}
.read_btn a{
  position: relative;          /* ← ここ重要 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  text-decoration: none;
}
.read_btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;                 /* 右端からの距離 */
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  line-height: 1.4;
}
.read_btn p{
  text-align: left;
  max-width: 400px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  margin: 0;                   /* ← pのデフォルト余白消す */
}
.read_btnitem01{
  width: 10%;
  position: absolute;
  top: 5%;
  left: 2%;
}
.read_btnitem02{
  width: 10%;
  position: absolute;
  bottom: 2%;
  right: 2%;
}
.sec_bgspace{
  width: 100%;
}

/* sec01 */
.sec01_content{
  padding: 0 20px;
  background-image: url(/img/usr/free_page/2026newlife/sec01bg.png);
  background-size: 100% auto; /* ← 固定 */
  padding-top: 60px;
  padding-bottom: 10px;
}
.sec01_box01{
  background-color: #FBF6EC;
  border-radius: 16px;
  padding: 6% 20px 0px;
  position: relative;
}
.sec01_box01_ttl{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.sec01_box01_box01_01{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 16px;
  margin: 0px auto;
  padding: 20px 0;
}
.sec01_box01_box01_01 img{
  width: 7%;
  height: 7%;
}
.sec01_box01_box01_01 p{
  font-size: 18px;
  font-weight: bold;
    line-height: 1.4;
}
.sec01_box01_box01_01:first-of-type{
  border-bottom: 2px dashed #000;
}
.sec01_box01_smalltxt{
  margin: -10px auto 0px;
  text-align: center;
  padding: 0 0 20px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.sec01_box01_txtbox{
  position: relative;

}
.sec01_box01_txt{
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 120px;
}
.sec01_bg_item{
  width: 15%;
  position: absolute;
  top: 20%;
  right: 15%;
}


.sec01_box02{
  background-color: #FBF6EC;
  border-radius: 16px;
  padding: 6% 20px 40px;
  position: relative;
  margin-bottom: 40px;
}
.sec01_box02_ttl{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.sec01_box02_box01{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 40px;
    margin: 0px auto;
    padding: 20px 40px 0px;
}
.sec01_box02_box01 p{
font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.sec01_box02_box01 img{
  width: 40%;
  height: 40%;
}


.sec01_box03{
  background-color: #FBF6EC;
  border-radius: 16px;
  padding: 6% 20px 40px;
  position: relative;
}
.sec01_box03_ttl{
  position: absolute;
  top: 10px;
    left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.sec01_box03_txt01{
font-size: 24px; 
  font-weight: bold;
  line-height: 1.4;
  padding-top: 20%;
  text-align: center;
  margin: 0 auto;

}
.sec01_box03_txt01 span{
font-size: 40px;
  font-weight: bold;
  color: #E95283;
}
.sec01_box03_item01{
  display: flex;
  margin: 40px auto 20px;
  gap: 60px;
  align-items: center;
}
.sec01_box03_img{
  width: 40%;
  height: auto;
}
.mega {
  width: auto;
  height: 80px;
  position: absolute;
  top: 5px;
  right: 90%;
}

.mega img{
  width: 100%;
  height: auto;
}
.sec01_box03_item02{
  position: relative;
  width: 100%;
}
.sec01_box03_itemtxt01{
font-size: 24px; 
 font-weight: bold;
  color: #E95283;
}

.sec01_box03_itemtxt02{
font-size: 40px;
  font-weight: bold;
  margin-top: 8px;
}
.sec01_box03_itemtxt03{
font-size: 18px; 
  font-weight: 500;
}
.sec01_box03_txt04{
font-size: 16px; 
font-weight: 500;
text-align: center;
margin-top: 20px;
}


.sec01_box04{
  background-color: #FBF6EC;
  border-radius: 30px;
  padding: 6% 20px 40px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
}
.sec01_box04_ttl{
  position: absolute;
  top: 0;
  left: 0;
}
.sec01_box04_img01{
  margin-top: 45%;
  width: 100%;
}
.sec01_box04_txt{
  text-align: center;
  font-size: 16px; 
  margin-top: 5%;
  margin-bottom: 5%;
}
.sec01_box04_txt span{
  text-align: center;
font-size: 24px; 
 font-weight: bold;
}
/* .sec01_box04_01{
  background-image: url(/img/usr/free_page/2026newlife/sec01_box04_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */

.message_box{
  padding: 40px 28px;
  text-align: center;
  position: relative;
}

/* 外枠（太い） */
.message_box::before{
  content: "";
  position: absolute;
  inset: 10px;
  border: 4px solid #E95383;
}

/* 内枠（細い） */
.message_box::after{
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid #E95383;
  transform: translate(-10px, 10px); /* 左上にずらす */
}

.message_box p{
  color: #E95383;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}
.message_box p span{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
}


.what_is02{
  background-color:#FBF7EB;
  padding: 20px 20px 30px;
  border-radius: 0 0 20px 20px;
}
.what_is02 img{
  /* width: 100%; */
}
.what_is02_btn{
  width: 70%;
  margin: 0 auto;
  display: block;
}
.what_is02 p{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 30px;
}

.terms_box{
  background-color: #fff;
  padding: 30px 20px;
}

.floating_btn{
  position: fixed;
  bottom: 3%;
  left: 53%;
  transform: translateX(160px); /* containerの右端に合わせる */
  width: 15%;
  max-width: 150px;
  z-index: 999;
}

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

/* ==================================
ここまで追加
================================== */




._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: #E95283;
  border: 2px solid #E95283;
}
._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: #E95283;
  background-color: var(--white);
  border: 2px solid #E95283;
  font-size: 24px;
}
._btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 4.5%;
  padding-top: 4.5%;
}

.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_top{
  font-size: 1.2rem;
  font-weight: 500;
}


/* おすすめ商品 ---------------------------------------- */
.featured_products {
background-color: #fafdff;
background-image: radial-gradient(circle, rgba(6, 182, 212, 0.2) 2.5px, transparent 2.5px);
background-position: 0 0;
background-size: 25px 25px;
padding: 10% 5%;
}
.target_box {
  position: relative;
  border-radius: 5px 5px 0 0;
  background-color:#008CD6;
  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 #008CD6;
}
.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: 16px;
  font-weight: bold;
}
.target_flex .target_txt span {
  border-bottom: 1px solid var(--white);
  font-size: 24px;
}
.target_flex .target_txt sup {
  font-size: 60%;
  vertical-align: text-top;
}
.target_note {
  width: 100%;
  color: var(--white);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.bg_gray {
  background-color: var(--yakuruto);
  padding: 5%;
  margin-bottom: 20px;
}
.bg_gray .for_you {
  background-color: #58B5E6;
  text-align: center;
  border-radius: 5px;
  border: 3px solid var(--white);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1%;
  color: #fff;
  padding: 10px 0;
}
.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: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4%;
  line-height: 1.5;
}
.target_item_name span {
  font-size: 16px;
}
.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: 11px;
  margin: 0 auto;
}
.target_item_txt_note {
  color: var(--default);
  font-size: 16px;
  margin-bottom: 3%;
  text-align: center;
}
.target_item_txt_note.ac {
  text-align: center;
}
.target_item_txt_note span {
  color: var(--red);
  font-size: 14px;
  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: 8% 5%;
  border-radius: 20px 20px 0 0;
}
.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-position: bottom, right;
  background-size: 100% 1px, 1px 100%;
  background-repeat: no-repeat,no-repeat;
}
.merit_list li:nth-of-type(2) {
  
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.merit_list li:nth-of-type(3) {
  
  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: 18px;
  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: flex-start; /* ここ変更 */
  background-color: var(--white);
  padding: 5% 15% 5% 3%;
  border-radius: 40px;
  text-align: left;
  gap: 24px;
    height: 70px;
  line-height: 1.4;
}
.acc_btn:hover{
  cursor: pointer;
}
.acc_btn.open {
  border-radius: 40px 40px 0 0;
}
.acc_btn:after {
  content: "";
  position: absolute;
  right: 5%;
  top: 45%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  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: 100%;
  font-size: 16px;
  line-height: 1.5;
  justify-content: flex-start;
}
.acc_box._unactive{
  display: none;
}
.acc_box {
  width: 100%;
  padding: 5% 10% 5% 3%;
  background-color: #FBF6EC;
  border-radius: 0 0 50px 50px;
}
.acc_box .acc_box_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.acc_box span {
  color: #E95283;
}
.acc_box a {
  display: inline-block;
  color: var(--red);
}

/* 応募規約/お問い合わせ ---------------------------------------- */
.terms {
  width: 100%;
  padding: 5% 5% 15%;
  background-color: #FBF6EC;
}
.terms_wrap {
  border: 1px solid var(--gray800);
  border-radius: 5px;
  height: 344px;
  margin-bottom: 5%;
}
.inquiry_txt {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
.inquiry_list {
  width: 100%;
}
.inquiry_list dt {
  font-size: 24px;
  font-weight: bold;
}
.inquiry_list dd {
  font-size: 16px;
  margin-bottom: 24px;
}
.inquiry_list .tel_dt {
  text-align: center;
}
.inquiry_list .tel_dd {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #008CD6;
}
.inquiry_list span {
  color: #008CD6;
}
.inquiry_list .mb5 {
  margin-bottom: 24px;
}
.mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width:767px) {
  .container {
    margin: 0 auto -20%;
    max-width: none;
    box-shadow: none;
  }
  ._btn {
    font-size: 5vw;
  }


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


  
  
  .campaign_floating_btn {
    font-size: 4vw;
  }
  .flower_ttl {
    font-size: 6vw;
  }
  .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;
  }


  .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 #008CD6;
  }
  .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;
    height: auto;
  }
  .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;
  }
  .inquiry_txt {
    font-size: 5vw; 
  }
  .inquiry_list dt {
    font-size: 5vw;
  }
  .inquiry_list dd {
    font-size: 4vw;
  }
  .inquiry_list dd span{
    color: #008CD6;
  }
  .inquiry_list .tel_dd {
    font-size: 10vw;
    color: #008CD6;
  }

  .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% 20%;
  }







  /* ==================================
ここから追加
================================== */

/* リード */
.form {
    width: 100%;
  padding: 60px 20px 8%;

  background-color: #FDEAE2;
  background-image: url(/img/usr/free_page/2026newlife/read_bg.png);
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: contain;
}
.form .ttl {
  margin: 0 auto;
  text-align: center;  
}
.form .ttl p{
  font-weight: bold;
font-size: clamp(1.7rem, 3.5vw, 3rem);
line-height: 1.8;
margin-bottom: 60px;
}
.form_img_01 {
  width: 90%;
  display: block;
  margin: 0 auto 3%;
}
.read_btn{
  width: 100%;
  background-color: #E95283;
  border-radius: 8px;
  border: 2px solid #ffffff;
  box-shadow: 0 8px 20px rgba(233, 83, 131, 0.25);
  margin: 40px auto;
  max-width: 400px;
}
.read_btn a{
  position: relative;          /* ← ここ重要 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  text-decoration: none;
}
.read_btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;                 /* 右端からの距離 */
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  line-height: 1.4;
}
.read_btn p{
  text-align: left;
  max-width: 400px;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0;                   /* ← pのデフォルト余白消す */
}
.read_btnitem01{
  width: 10%;
  position: absolute;
  top: 5%;
  left: 2%;
}
.read_btnitem02{
  width: 10%;
  position: absolute;
  bottom: 2%;
  right: 2%;
}
.sec_bgspace{
  width: 100%;
}

/* sec01 */
.sec01_content{
  padding: 0 20px;
  background-image: url(/img/usr/free_page/2026newlife/sec01bg.png);
  background-size: 100% auto; /* ← 固定 */
  padding-top: 60px;
  padding-bottom: 10px;
}
.sec01_box01{
  background-color: #FBF6EC;
  border-radius: 16px;
  padding: 6% 20px 0px;
  position: relative;
}
.sec01_box01_ttl{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec01_box01_box01_01{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 16px;
  margin: 0px auto;
  padding: 20px 0;
}
.sec01_box01_box01_01 img{
  width: 7%;
  height: 7%;
}
.sec01_box01_box01_01 p{
  font-size: 1.8rem;
  font-weight: bold;
    line-height: 1.4;
}
.sec01_box01_box01_01:first-of-type{
  border-bottom: 2px dashed #000;
}
.sec01_box01_smalltxt{
  margin: -10px auto 0px;
  text-align: center;
  padding: 0 0 20px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.sec01_box01_txtbox{
  position: relative;

}
.sec01_box01_txt{
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1.5rem,2.5vw,2.2rem);
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 80px;
}
.sec01_bg_item{
  width: 15%;
  position: absolute;
  top: 25%;
  right: 5%;
}


.sec01_box02{
  background-color: #FBF6EC;
  border-radius: 16px;
  padding: 6% 20px 40px;
  position: relative;
  margin-bottom: 40px;
}
.sec01_box02_ttl{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec01_box02_box01{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 16px;
  margin: 0px auto;
  padding: 20px 0 0;
}
.sec01_box02_box01 p{
font-size: 4vw; 
  font-weight: bold;
  line-height: 1.4;
}
.sec01_box02_box01 img{
  width: 40%;
  height: 40%;
}


.sec01_box03{
  background-color: #FBF6EC;
  border-radius: 16px;
  padding: 6% 20px 40px;
  position: relative;
}
.sec01_box03_ttl{
  position: absolute;
  top: 10px;
    left: 50%;
  transform: translateX(-50%);
  width: 95%;
}
.sec01_box03_txt01{
font-size: 4vw; 
  font-weight: bold;
  line-height: 1.4;
  padding-top: 30%;
  text-align: center;
  margin: 0 auto;

}
.sec01_box03_txt01 span{
font-size: 6vw; 
  font-weight: bold;
  color: #E95283;
}
.sec01_box03_item01{
  display: flex;
  margin: 40px auto 20px;
  gap: 30px;
  align-items: center;
}
.sec01_box03_img{
  width: 40%;
  height: auto;
}
.mega{
  width: 40%;
  height: auto;
    position: absolute;
  top: 5px;
  left: -30%;
}
.sec01_box03_item02{
  position: relative;
}
.sec01_box03_itemtxt01{
font-size: 3.5vw; 
 font-weight: bold;
  color: #E95283;
}

.sec01_box03_itemtxt02{
font-size: 6vw;
  font-weight: bold;
  margin-top: 8px;
}
.sec01_box03_itemtxt03{
font-size: 3.8vw; 
  font-weight: 500;
}
.sec01_box03_txt04{
font-size: 3vw; 
font-weight: 500;
text-align: center;
margin-top: 20px;
}


.sec01_box04{
  background-color: #FBF6EC;
  border-radius: 60px 60px 30px 30px;
  padding: 6% 20px 40px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
}
.sec01_box04_ttl{
  position: absolute;
  top: 0;
  left: 0;
}
.sec01_box04_img01{
  margin-top: 45%;
  width: 100%;
}
.sec01_box04_txt{
  text-align: center;
  font-size: 4vw; 
  margin-top: 5%;
  margin-bottom: 5%;
}
.sec01_box04_txt span{
  text-align: center;
font-size: 5vw; 
 font-weight: bold;
}
/* .sec01_box04_01{
  background-image: url(/img/usr/free_page/2026newlife/sec01_box04_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */

.message_box{
  padding: 40px 28px;
  text-align: center;
  position: relative;
}

/* 外枠（太い） */
.message_box::before{
  content: "";
  position: absolute;
  inset: 10px;
  border: 4px solid #E95383;
}

/* 内枠（細い） */
.message_box::after{
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid #E95383;
  transform: translate(-10px, 10px); /* 左上にずらす */
}

.message_box p{
  color: #E95383;
  font-size: 4vw;
  line-height: 1.8;
  font-weight: 600;
}
.message_box p span{
  font-size: 6vw;
  font-weight: 700;
  letter-spacing: -0.04em;
}


.what_is02{
  background-color:#FBF7EB;
  padding: 20px 20px 30px;
  border-radius: 0 0 20px 20px;
}
.what_is02 img{
  width: 100%;
}
.what_is02 p{
  font-size: 4vw;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 30px;
}

.terms_box{
  background-color: #fff;
  padding: 30px 20px;
}

.floating_btn{
    left: auto;        /* ← PCのleftを解除 */
    transform: none;   /* ← translate解除 */
    right: 10px;
    bottom: 5%;
    width: 100px;
}

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


/* おすすめ商品 ---------------------------------------- */
.featured_products {
background-color: #fafdff;
background-image: radial-gradient(circle, rgba(6, 182, 212, 0.2) 2.5px, transparent 2.5px);
background-position: 0 0;
background-size: 25px 25px;
padding: 10% 5%;
}
.target_box {
  position: relative;
  border-radius: 5px 5px 0 0;
  background-color:#008CD6;
  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 #008CD6;
}
.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: 16px;
  font-weight: bold;
}
.target_flex .target_txt span {
  border-bottom: 1px solid var(--white);
  font-size: 4vw;
}
.target_flex .target_txt sup {
  font-size: 60%;
  vertical-align: text-top;
}
.target_note {
  width: 100%;
  color: var(--white);
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
}
.bg_gray {
  background-color: var(--yakuruto);
  padding: 5%;
  margin-bottom: 20px;
}
.bg_gray .for_you {
  background-color: #58B5E6;
  text-align: center;
  border-radius: 5px;
  border: 3px solid var(--white);
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 1%;
  color: #fff;
  padding: 0;
  margin-top: 10px;
}
.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: 5vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4%;
  line-height: 1.5;
}
.target_item_name span {
  font-size: 4vw;
}
.target_item ._img {
  width: 90%;
  margin: 0 auto 5%;
  display: block;
}
.target_item ._img.mb0 {
  margin: 0 auto;
}
.target_item .note {
  width: 100%;
  font-size: 3vw;
  margin: 0 auto;
}
.target_item_txt_note {
  color: var(--default);
  font-size: 3vw;
  margin-bottom: 3%;
}
.target_item_txt_note.ac {
  text-align: center;
}
.target_item_txt_note span {
  color: var(--red);
  font-size: 3vw;
  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: 8% 5%;
  border-radius: 20px 20px 0 0;
}
.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-position: bottom, right;
  background-size: 100% 1px, 1px 100%;
  background-repeat: no-repeat,no-repeat;
}
.merit_list li:nth-of-type(2) {

  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.merit_list li:nth-of-type(3) {
  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: 14px;
  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: flex-start; /* ここ変更 */
  background-color: var(--white);
  padding: 5% 15% 5% 3%;
  border-radius: 20px;
  text-align: left;
  gap: 24px;
    height: 70px;
  line-height: 1.4;
}
.acc_btn:hover{
  cursor: pointer;
}
.acc_btn.open {
  border-radius: 40px 40px 0 0;
}
.acc_btn:after {
  content: "";
  position: absolute;
  right: 5%;
  top: 45%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  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: 20%;
  line-height: 0;
}
.question_txt {
  width: 100%;
  font-size: 3.6vw;
  justify-content: flex-start;
}
.acc_box._unactive{
  display: none;
}
.acc_box {
  width: 100%;
  padding: 5% 10% 5% 3%;
  background-color: #FBF6EC;
  border-radius: 0 0 50px 50px;
}
.acc_box .acc_box_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.acc_box span {
  color: #E95283;
}
.acc_box a {
  display: inline-block;
  color: var(--red);
}

/* 応募規約/お問い合わせ ---------------------------------------- */
.terms {
  width: 100%;
  padding: 5% 5% 15%;
  background-color: #FBF6EC;
}
.terms_wrap {
  border: 1px solid var(--gray800);
  border-radius: 5px;
  height: 344px;
  margin-bottom: 5%;
}
.inquiry_txt {
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 5%;
}
.inquiry_list {
  width: 100%;
}
.inquiry_list dt {
  font-size: 5vw;
  font-weight: bold;
}
.inquiry_list dd {
  font-size: 5vw;
  margin-bottom: 5%;
}
.inquiry_list .tel_dt {
  text-align: center;
}
.inquiry_list .tel_dd {
  text-align: center;
  font-size: 7vw;
  font-weight: bold;
  line-height: 1;
  color: #008CD6;
}
.inquiry_list span {
  color: #008CD6;
}
.inquiry_list .mb5 {
  margin-bottom: 5%;
  font-size: 4vw;
}
.mb30 {
  margin-bottom: 30px;
}
.mb6{
  font-size: 3.6vw;
}

/* ==================================
ここまで追加
================================== */
}

._btn{
    display: flex;
  flex-direction: column;
  justify-content: center; /* 縦中央 */
  align-items: center;     /* 横中央 */
  min-height: 90px;        /* ボタン高さを統一 */
  text-align: center;
}

.btn_top{
  font-size: 14px;
  font-weight:500;
  letter-spacing:0.08em;
}
.btn_botom{
  font-size: 24px;
  margin-top: -4px;
}

.btn_main{
 font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;}

._btn::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  width: 20px;
  height: 5px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
}
._btn._og_wh2::after{
  background-color: #E95283;
}



.sec02_question {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  background-color: #FDEAE2;
  background-image: url(/img/usr/free_page/2026newlife/sec02_puestionbg.png);
    background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5%;
  font-size: 31px;
}
.sec02_question .what_is {
  background-color: var(--white);
  padding: 8% 5%;
  border-radius: 20px 20px 0 0;
}
.sec02_question .what_is_ttl {
  margin-bottom: 5%;
}
.sec02_question .what_is_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  margin-bottom: 5%;
  font-weight: normal;
}
.sec02_question .what_is_txt {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--default);
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 2%;
}
.sec02_question .what_is_img_01 {
  margin-bottom: 10%;
}
.sec02_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%;
}
.sec02_question .ttl {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 3%;
  padding: 2%;
}
.sec02_question .ttl::before{
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/img/usr/free_page/2026newlife/icon_fl_og.png) no-repeat center / contain;
  margin-right: 10px;
  vertical-align: middle;
}

.sec02_question .ttl::after{
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/img/usr/free_page/2026newlife/icon_fl_og.png) no-repeat center / contain;
  margin-left: 10px;
  vertical-align: middle;
}
.sec02_question_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  line-height: 0;
}
.sec02_question_txt {
  width: 87%;
}

.sec03_box{
  padding: 5% 5% 0;
  margin: 0 auto ;
  text-align: center;
}
.sec03_txt{
  font-size: 26px;
  text-align: center;
  margin: 0 auto 8px;
  font-weight: bold;
  color: #008CD6;
  display: inline-block;
  position: relative;
}

/* 左の＼ */
.sec03_txt::before{
  content: "";
  position: absolute;
  bottom: 20px;
  left: -3%;
  width: 30px;
  height: 3px;
  background: #008CD6;
  transform: rotate(60deg);
}

/* 右の／ */
.sec03_txt::after{
    content: "";
    position: absolute;
    bottom: 20px;
    right: -4%;
    width: 30px;
    height: 3px;
    background: #008CD6;
    transform: rotate(-60deg);
}

@media screen and (max-width:767px){
  ._btn{
    display: flex;
  flex-direction: column;
  justify-content: center; /* 縦中央 */
  align-items: center;     /* 横中央 */
  min-height: 70px;        /* ボタン高さを統一 */
  text-align: center;
}

.btn_top{
  font-size: clamp(1.2rem,2vw,1.4rem);
  font-weight:500;
  letter-spacing:0.08em;
}

.btn_main{
 font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;}

._btn::after{
  right: 5%;
  width: 5%;
  height: 5px;
}




.sec02_question {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  background-color: #FDEAE2;
  background-image: url(/img/usr/free_page/2026newlife/sec02_puestionbg.png);
    background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5%;
  font-size: 31px;
}
.sec02_question .what_is {
  background-color: var(--white);
  padding: 8% 5%;
  border-radius: 20px 20px 0 0;
}
.sec02_question .what_is_ttl {
  margin-bottom: 5%;
}
.sec02_question .what_is_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  margin-bottom: 5%;
  font-weight: normal;
}
.sec02_question .what_is_txt {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--default);
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 2%;
}
.sec02_question .what_is_img_01 {
  margin-bottom: 10%;
}
.sec02_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%;
}
.sec02_question .ttl {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 7vw;
  margin-bottom: 3%;
  padding: 2%;
}
.sec02_question .ttl::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/img/usr/free_page/2026newlife/icon_fl_og.png) no-repeat center / contain;
  margin-right: 10px;
  vertical-align: middle;
}

.sec02_question .ttl::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/img/usr/free_page/2026newlife/icon_fl_og.png) no-repeat center / contain;
  margin-left: 10px;
  vertical-align: middle;
}
.sec02_question_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  line-height: 0;
}
.sec02_question_txt {
  width: 87%;
}
.question_txt {
    width: 100%;
}

.btn_botom{
font-size: clamp(16px, 6vw, 24px);  margin-top: -4px;
}
._btn._og2 {
    max-width: 500px;
}
._btn._og_wh2 {
font-size: clamp(16px, 6vw, 24px);
max-width: 500px;
}

.sec03_txt{
  font-size: 4vw;
  text-align: center;
  margin: 0 auto 8px;
  font-weight: bold;
  color: #008CD6;
  display: inline-block;
  position: relative;
}

/* 左の＼ */
.sec03_txt::before{
  content: "";
  position: absolute;
  bottom: 30%;
  left: -12%;
width: clamp(30px, 8vw, 60px);
height: 3px;
  background: #008CD6;
  transform: rotate(60deg);
}

/* 右の／ */
.sec03_txt::after{
    content: "";
    position: absolute;
    bottom: 30%;
    right: -12%;
width: clamp(30px, 8vw, 60px);
height: 3px;
    background: #008CD6;
    transform: rotate(-60deg);
}

}