@charset "utf-8";

/*css変更*/

/* ----------------------------------------------------
header
--------------------------------------------------- */
.header_video {
  width: 92%;
  margin: 0 auto;
}

/* header2 */
.header2 {
  background-image: url(../img/shugido_head2.jpg);
  background-size: 100%;
  height: 130rem;
}

.header2 .header_video {
  padding: 44rem 0 0;
}

.form_notice+.merit_icon {
  margin-bottom: 0;
  margin-top: 2rem;
}


/* ----------------------------------------------------
header mp4あり
--------------------------------------------------- */
.header_mv {
  position: relative;
}

.header_mv video {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: center center;
  /* 拡大縮小の基準点 */
}

/* head2 用 */
.header_mv.head2 video {
    bottom: 27rem;
    left: -10rem;
    transform: scale(0.68);
    width: 93%;
}

/* head3 用 */
.header_mv.head3 video {
    bottom: 3rem;
    left: -10rem;
    transform: scale(0.68);
    width: 90%;
}

/* ----------------------------------------------------
form
--------------------------------------------------- */
.cta-section__title {
    font-size: 1.5rem;
    color: #fff;
    padding-bottom: .6rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    font-size: 5.2rem;
    margin-bottom: 1.5rem;
}

.cta-section__badge {
    display: inline-block;
    background: #fff;
    color: #03284c;
    font-size: 1em;
    font-weight: bold;
    padding: 0em 0.2em;
    line-height: 1.2;
    vertical-align: baseline;
}

.form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #00e5ff, transparent);
}

.form::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #00e5ff, transparent);
}

.form2::before {
  background: none;
}

/* --------------------------------------------------------------------------
video
------------------------------------------------------------------------- */
#video {
  padding: 10rem 0;
}

#video .sub_head {
  font-size: 4.8rem;
  margin-bottom: 5rem;
  letter-spacing: normal;
}

/* --------------------------------------------------------------------------
first
------------------------------------------------------------------------- */
#intro {
  padding: 0;
}

#intro .notice {
  padding-top: 3rem;
}

/* --------------------------------------------------------------------------
reco
------------------------------------------------------------------------- */
#reco {
  padding: 0;
  background-color: #fff;
}

/* -------------------------------------------------------------------
case
----------------------------------------------------------------- */
#case{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fff5d8+100 */
background: linear-gradient(to bottom,  #ffffff 0%,#fff5d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
padding-bottom: 0;
}

.connect {
  position: absolute;
  top: -13rem;
}

.case_box {
  background: #fff;
  border: 2px solid var(--blue3);
  border-top: none;
  padding: 6rem 5rem 7rem;
}

.a_box {
  margin-bottom: 6rem;
}

.b_video_ttl {
  background: var(--black);
  color: #fff;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  padding: 1rem 0;
}

.a_video_ttl {
  background: var(--red);
  color: #fff;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  padding: 1rem 0;
}

.case_box+.case_ttl {
  margin-top: 12rem;
}

#case .notice{
  padding-top: 0;
}

.naname_ttl_wrap {
  background: var(--red);
  position: relative;
  margin-bottom: 5rem;
}

.naname_ttl_wrap::before,
.naname_ttl_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5rem 100rem;
}

.naname_ttl_wrap::before {
  bottom: -4.9rem;
  border-color: transparent transparent transparent var(--red);
}

.naname_ttl_wrap::after {
  top: 0;
  border-color: transparent transparent transparent var(--red);
}

.naname_ttl_wrap::after {
  top: 0;
  border-color: transparent transparent transparent #fff6dc;
}

.naname_ttl {
  color: #fff;
  text-align: center;
  padding: 7rem 2rem 1rem;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 8rem 0 10rem;
}

.symptoms_box {
  background: #fff;
  padding: 8rem 5rem;
}

.symptoms_txt{
  font-size: 3.7rem;
}

.symptoms_box .notice{
  padding-top: 4rem !important;
  font-size: 2.29rem;
}

.fukidashi {
  position: relative;
  padding: 3.5rem 5rem 3rem;
  border: 1px solid var(--blue);
  border-right: none;
  border-left: none;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 8rem;
  color: var(--blue);
  font-size: 4.5rem;
  font-weight: 700;
}

.fukidashi::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 25px 14px 0 14px;
  border-color: var(--blue) transparent transparent transparent;
}

/* -------------------------------------------------------------------
content
------------------------------------------------------------------ */
#content {
  background: url(../img/content_bg.jpg);
  background-position: top center;
  background-color: #000;
  background-repeat: repeat;
  background-size: contain;
}

#content .fukidashi{
  color: #fff;
  border: 1px solid #fff;
  border-right: none;
  border-left: none;
  margin-bottom: 16rem;
}

#content .fukidashi::after{
  border-color: #fff transparent transparent transparent;
}

.content_box{
  background: rgba(3, 40, 76, 0.5);
  border: 1px solid var(--blue3);
  padding: 11rem 5rem 8rem;
  position: relative;
}

.content_box_num {
  color: var(--blue);
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  background: var(--blue3);
  width: fit-content;
  padding: 2rem 3rem;
  margin: 0 auto;
  position: absolute;
  top:-6rem;
  left: 50%;
  transform: translateX(-50%);
}

.content_box + .content_box{
  margin-top: 14rem;
}

.content_box .gra_blue{
  font-weight: 800;
}

/*--------------------------------------------------------------------
アコーディオン
--------------------------------------------------------------------*/
/* ================================
   アコーディオン本体
================================ */
.ac_area {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.ac_inner {
  background: #fff;
  padding: 5rem;
}

.ac_area p {
  font-size: 4rem;
  line-height: 1.7;
  font-weight: 400;
  margin: 0;
}

/* ================================
   CTA共通デザイン
================================ */
.cta_btn,
.close_btn {
  text-decoration: none;
  position: relative;
  width: 100%;
  padding: 1.3rem 0 1rem;
  border-radius: 100px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 26rem;
  border: none;
  transition: all 0.2s ease;
  font-size: 3.8rem;
}

/* 開くボタン */
.cta_btn {
  background: linear-gradient(102deg, #88CBF4 0%, #04396D 100%);
  box-shadow: 0 6px 20px rgba(138,196,255,0.289);
}

/* 閉じるボタン */
.close_btn {
  display: none;
  margin-top: 4rem;
  background: #585858;
    width: 60%;
    height: 10rem;
    font-size: 3.4rem;
    margin: 4rem auto 0;
}

/* 丸アイコン共通 */
.cta_btn:after,
.close_btn:after {
    position: absolute;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.7rem;
    padding-top: 1rem;
}

/* 開く矢印 */
.cta_btn:after {
  content: '▼';
  background: rgba(255,255,255,0.2);
}

/* 閉じる矢印 */
.close_btn:after {
  content: '▲';
  background: rgba(255,255,255,0.12);
}

/* 開いたらCTA消す */
.cta_btn.opened {
  display: none;
}

/* 開いた時だけ閉じる表示 */
.ac_area.opened .close_btn {
  display: block;
}

.ac_area.open {
  max-height: 500px;
}

.close_btn {
  display: block;
  margin: 20px auto 0;
}

/* ホバー */
.cta_btn:hover,
.close_btn:hover {
  filter: brightness(1.15);
}


/* -------------------------------------------------------------------
future
------------------------------------------------------------------ */
#future{
  padding-top: 0;
  background: #E5F5FF;
}

.future_box {
  position: relative;
}

.future_box+.future_box {
  margin-top: 18rem;
}

.future_box_num {
  position: absolute;
  justify-self: center;
  inset: auto 0;
  top: -9rem;
}

.future_box_ttl {
  font-size: 4.2rem;
  font-weight: 700;
  padding: 12rem 5rem 8rem;
  line-height: 1.4;
  text-align: center;
  background: #fff;
}

.future_box_inner {
  padding: 30rem 5rem 7rem;
  background: #1F4162;
  position: relative;
}

.future_box_img {
  position: absolute;
  width: 38%;
  justify-self: center;
  inset: 0;
  top: -6rem;
}

.future_box_name {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.future_box_txt {
  color: #fff;
  font-size: 4.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-top: 5rem;
}

/* -------------------------------------------------------------------
profile1
------------------------------------------------------------------ */
#profile1 {
  padding: 16rem 0 0;
  background: linear-gradient(0deg, #040D1A 0%, #002852 50%, var(--blue) 100%);
}

.profile_box+.profile_box {
  margin-top: 8rem;
}

.profile_box_ttl {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 3rem;
}

#profile1 .lead {
  font-size: 5.5rem;
}

#profile1 .sec_inner{
      padding-bottom: 4rem;
}

/* -------------------------------------------------------------------
profile2
------------------------------------------------------------------ */
#profile2 {
  background: #96000e;
  padding: 0 0 10rem;
  border-bottom: 1px solid #000;
  position: relative;
}

#profile2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--gra_gold);
}

/*--------------------------------------------------------------------
swiper（自動）
--------------------------------------------------------------------*/
.slider div {
  padding: 0.4rem;
  height: 45rem;
  margin-left: 0.25rem;
}

.slider img {
  width: 93%;
}

.slick-slide {
  transition: all 0.3s ease;
  opacity: 0.5;
}

.slick-center {
  transform: scale(1.07);
  opacity: 1;
}

/* ナビゲーションボタンの位置調整（お好みで） */
.slick-prev,
.slick-next {
  background: url("../img/button.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 11rem;
  height: 11rem;
  color: #00000000;
  opacity: 0.85;
  transition: 0.3s;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

.slick-prev {
  left: 3rem;
  transform: translateY(-50%) rotate(180deg);
}

.slick-next {
  right: 3rem;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

#reco2{
  padding-top: 0;
  background: #040d1c;
  padding-bottom: 3rem;
}

/*--------------------------------------------------------------------
final
--------------------------------------------------------------------*/
#final{
  padding: 0;
  background: #000;
}

/*--------------------------------------------------------------------
bonus
--------------------------------------------------------------------*/
#bonus {
    background: url(../img/bonus_bg.jpg) center center / cover no-repeat;
    padding: 14rem 5rem;
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.bonus__head {
    text-align: center;
    margin-bottom: 0.5rem;
}

.bonus__head picture {
    display: block;
    margin-bottom: 0.6rem;
}

.bonus__card {
    border-radius: 10px;
    overflow: hidden;
    background: rgba(10, 30, 56, 0.9);
}

.bonus__card--line {
    border: 1px solid #06C755;
}

.bonus__card--comment {
    border: 1px solid #FF7325;
}

.bonus__header {
    padding: 1rem 1rem .5rem;
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.bonus__card--line .bonus__header {
    background: #06C755;
}

.bonus__card--comment .bonus__header {
    background: #FF7325;
}

.bonus__media {
    position: relative;
    overflow: hidden;
}

.bonus__media img {
    display: block;
    width: 82%;
    margin: 0 auto;
    padding-top: 3rem;
}

.bonus__desc {
    padding: 0 1rem 7rem;
    background: linear-gradient(transparent, rgba(2, 8, 20, 0.88));
    color: #fff;
    font-weight: bold;
    line-height: 1.55;
    text-align: center;
    position: relative;
    font-size: 4.6rem;

}

.bonus__desc::before {
    content: "";
    position: absolute;
    display: block;
    top: -4rem;
    right: 2.2rem;
    width: 30rem;
    height: 30rem;
    margin: 0 auto 0.5rem;
    background: url(../img/bonus_icon_001.png) center center / contain no-repeat;
}

.bonus__card--comment .bonus__desc::before {
    content: "";
    position: absolute;
    display: block;
    top: -4rem;
    right: 2.2rem;
    width: 30rem;
    height: 30rem;
    margin: 0 auto 0.5rem;
    background: url(../img/bonus_icon_002.png) center center / contain no-repeat;
}

.bonus__desc::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #fff, transparent);
}

.bonus__title {
    display: block;
    font-size:  6.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

.bonus__title--green {
    color: #06C755;
}

.bonus__title--orange {
    color: #FF7325;
}


/* ----------------------------------------------------
Information
--------------------------------------------------- */
#information {
  padding: 10rem 0;
  background: #fff;
  color: #000;
}

#information p {
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.5;
  letter-spacing: 0;
}

#information ul {
  font-size: 3rem;
  line-height: 1.5;
}

#information ul li {
  text-align: justify;
  text-indent: -1em;
  padding: 0.2em 0 0.2em 1em;
}

#information ul li::before {
  content: "●";
}

/* ----------------------------------------------------
送信中ポップアップ
--------------------------------------------------- */
#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none; /* 最初は非表示 */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loadingBox {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  text-align: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #333;
  border-radius: 50%;
  margin: 0 auto 15px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}