/*reset*/
@charset "UTF-8";
/*
Reset CSS:ver4.0
*/
/* Winでも見やすい游ゴ設定 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  cursor: default;
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body{
  background: #f7f7f7;
  color: #000;
  font: 16px/400 -apple-system, BlinkMacSystemFont,Hiragino Sans,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic','メイリオ', meiryo, sans-serif;
  height: 100%;
  margin: 0 auto;
  letter-spacing: .05rem;
  line-height: 1.5;
  width: 100%;
  max-width:640px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul,
nav ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  color: #0044CC;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration-skip: objects;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p{
	margin: 0;
	padding: 0;
}
em {
  padding: 0.2em;
  font-weight: bold;
  display: inline;
  font-style: normal;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, video {
	width: 100%;
	height: auto;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
	margin: 0;
	padding: 0;
  font-size: 0;
  line-height: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* smart phone default style reset */
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button{
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
}
/* select box , checkboxの矢印を非表示 */
select::-ms-expand {
  display: none;
}
input[type="submit"]:hover {
  cursor: pointer;
}
input,
textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 10px;
  border: 1px solid #D3D3D3;
  background: #F7F7F7;
}
input:focus,
textarea:focus {
  background: #fffbc9;
}
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="image"] {
  height: auto;
  width: 100%;
}
/* placeholder color */
input::placeholder {
  color: #000;
  opacity: 0.7;
}
/* IE */
input:-ms-input-placeholder {
  color: #000;
}
/* Edge */
input::-ms-input-placeholder {
  opacity: 0.7;
}
/* テキストを選択時時のハイライトカラー */
::-moz-selection {
  background-color: #93C1E5;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #93C1E5;
  color: #fff;
  text-shadow: none;
}
/************************************
 * Utility
************************************/
.u-fs-1 {
	font-size: 1rem !important;
}

.u-fs-2 {
	font-size: 2rem !important;
}

.u-color-red {
	color: #E65C7C !important;
}

.u-mr-1 {
	margin-right: 1rem !important;
}

.u-mb-1 {
	margin-bottom: 1rem !important;
}

.u-mb-2 {
	margin-bottom: 2rem !important;
}

.u-mb-3 {
	margin-bottom: 3rem !important;
}

.u-mb-4 {
	margin-bottom: 4rem !important;
}

.u-mb-5 {
	margin-bottom: 5rem !important;
}

.u-pg-1 {
	padding: 1rem !important;
}

.u-pg-2 {
	padding: 2rem !important;
}

.u-al-r {
	text-align: right;
}


/* TOPへ */
.floating {
  position: fixed;
  bottom: 0;
  right: 3%;
  z-index: 100;
  width: 15%;
  max-width: 100px;
  padding: 20px 0;
  background-color: rgba(#fff, .2);
  transition: all 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
}
.floating.is-hidden {
  visibility: hidden;
  opacity: 0;
}


/*div.form*/
.form{
	margin:0 auto;
	background:#fff;
	padding:10px 10px 10px;
	text-align:center;
}
.form img{
	margin:0 auto;
	text-align:center;
}
.form_ttl{
	padding:0;
}

video {
  margin: 0 auto;
  width: 100%;
}
.wrapper{
  background-color: #fff;
}
/*div..clinic-list-wrapper*/
.clinic-list-wrapper {
  padding: 30px 15px 0;
  background: #fff;
}

/* taboo */
.taboo {
  margin: 40px 0 20px;
}
.taboo__txt {
  text-align: center;
  font-size: 12px;
}

/*footer*/
.f_wrap{
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  background: #000;
  color: #fff;
}
.f_wrap .f_wrap__inner {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.f_wrap ul li {
list-style-type: none;
  margin-bottom: 14px;
	text-decoration: none;
}
.f_wrap ul li:last-child {
  margin-left: 1.6rem;
}
.f_wrap ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  color: #fff;
		text-decoration: none;
}
.f_wrap .f_copy p{
	font-size:11px;
	text-align:center;
}
@media screen and (max-width: 30em) {
.f_wrap{
padding:2rem 0.5rem;
}
}


/* ベースカラー設定 */
:root {
  --pink: #f86484;
  --blue: #72b0e0;
  --green: #6ebb74;
  --orange: #fca35f;
  --bg-pink: #feeff2;
  --bg-blue: #eef9fe;
  --bg-green: #f0fef2;
  --bg-orange: #fef8ef;
}

/* =========================================
   FVエリア全体の設定
========================================= */
.fv_content {
  position: relative; 
  width: 100%;
  padding: 1rem 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end; 
  box-sizing: border-box;
  color: #fff;
  z-index: 1;
}

/* --- 背景用として配置する画像 --- */
.fv_bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 70%;
  z-index: -1;
}

/* --- テキストエリア --- */
.fv_textbox {
  text-align: right;
  width: 100%;
}

.fv_textbox h1 {
  font-size: clamp(18px, 5vw, 32px);
  font-style: italic;
  text-shadow: #fe88ae 0px 0 10px;
}


.fv_textbox h1 figure img {
  width: clamp(100px, 36vw, 230px);
  
}

.fv_textbox h1 figure {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: fit-content; 
}

/* --- 白丸アイコンリスト --- */
.fv_content ul {
  display: flex;
  gap: 5px;
  padding: 0;
}

.fv_content ul li {
  width: clamp(70px, 18vw, 120px);
  list-style: none;
  box-shadow: #fe88ae 0px 0 10px;
  border-radius: 50%;
}

/* --- 注釈テキスト --- */
.fv_content p {
  font-size: clamp(10px, 2.5vw, 13px);
  text-align: right;
  margin: 0;
  padding: 1rem 0;
  text-shadow: #fe88ae 0px 0 10px;
}

/* Choice1: 上部タブナビ */
.choice1_content { 
  display: flex; 
  width: 100%; 
  text-align: center; 
  
}


.choice2_content { 
  color: #fff;
  margin-top: 4px;
  
}
.choice2_conten a{
  height: 200px;
  display: block;
}

.choice1_content a {
  flex: 1; 
  padding: 15px 5px 20px;
  color: white; 
  text-decoration: none; 
  font-weight: bold; 
  font-size: 14px;
  display: block;
  position: relative;
}
.choice1_content a:after{
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;       /* 矢印のサイズ */
  height: 8px;      /* 矢印のサイズ */
  border-right: 2px solid #fff;  /* 右の線 */
  border-bottom: 2px solid #fff; /* 下の線 */
}
.choice1_content-item1 {
  background: var(--pink);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2), 0px 4px 0px var(--pink);

  animation: push-loop-pink 2s infinite ease-in-out;

}
.choice1_content-item2 {
  background: var(--blue); 
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2), 0px 4px 0px var(--blue);

  animation: push-loop-blue 2s infinite ease-in-out;
}
.choice1_content-item3 {
  background: var(--green);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2), 0px 4px 0px var(--green);

  animation: push-loop-green 2s infinite ease-in-out;
  }
.choice1_content-item4 {
  background: var(--orange);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2), 0px 4px 0px var(--orange);

  animation: push-loop-orange 2s infinite ease-in-out;

  }
.choice_content--text-shadow1{text-shadow:1px 1px 0 var(--pink),-1px 1px 0 var(--pink),-1px -1px 0 var(--pink),1px -1px 0 var(--pink);}
.choice_content--text-shadow2{text-shadow:1px 1px 0 var(--blue),-1px 1px 0 var(--blue),-1px -1px 0 var(--blue),1px -1px 0 var(--blue);}
.choice_content--text-shadow3{text-shadow:1px 1px 0 var(--green),-1px 1px 0 var(--green),-1px -1px 0 var(--green),1px -1px 0 var(--green);}
.choice_content--text-shadow4{text-shadow:1px 1px 0 var(--orange),-1px 1px 0 var(--orange),-1px -1px 0 var(--orange),1px -1px 0 var(--orange);}
.choice_content--colortext1{
  color: var(--pink) !important;
  box-shadow:0px 4px 0px var(--pink);
  animation: push-loop-pink 2s infinite ease-in-out;
}
.choice_content--colortext2{
  color: var(--blue)!important;
  box-shadow:0px 4px 0px var(--blue);
  animation: push-loop-blue 2s infinite ease-in-out;  
}
.choice_content--colortext3{
  color: var(--green)!important;
   box-shadow:0px 4px 0px var(--green);
   animation: push-loop-green 2s infinite ease-in-out;  
  }
.choice_content--colortext4{
  color: var(--orange)!important;
   box-shadow:0px 4px 0px var(--orange);
   animation: push-loop-orange 2s infinite ease-in-out;  
  }
.choice_content--text-whitebg{
  background-color: #fff;
  color:var(--pink)!important; 
  display: inline!important;
}


.choice2_content--item1 ,.choice2_content--item2,.choice2_content--item3,.choice2_content--item4   {
  display: block;
  position: relative;
  padding: 3rem 2rem;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.choice2_content--item1 {
  background-image: url(../img/worry_model1.png),linear-gradient(-90deg, var(--pink) 1%, transparent);
  background-position: left top, center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 100% 100%;
  text-align: right;
  min-height: 150px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.choice2_content--item2{ 
  background-image: url(../img/worry_model2.png),linear-gradient(90deg, var(--blue) 1%, transparent);
  background-position: right top, center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 100% 100%;
  text-align: left;
  min-height: 150px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.choice2_content--item3{ 
  background-image: url(../img/worry_model3.png),linear-gradient(-90deg, var(--green) 1%, transparent);
  background-position: left top, center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 100% 100%;
  text-align: right;
  min-height: 150px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.choice2_content--item4{ 
  background-image: url(../img/worry_model4.png),linear-gradient(90deg, var(--orange) 1%, transparent);
  background-position: right top, center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 100% 100%;
  text-align: left;
  min-height: 150px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

.choice_content--title {
  color: #fff;
  margin: 10px 0;
  text-align: center;
  display: inline-block;
  width: 70%;
  font-size: clamp(18px, 6vw, 36px);
  line-height: 1.7;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  letter-spacing: -0.3px;
 }

.choice_content--txt{
  display: inline-block;
  padding: 0rem 0rem 1rem;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  position: relative;
  width: 70%;
  text-align: center;
  font-size: clamp(16px, 4.5vw, 26px);
}


.choice_content--txt:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  
}

.choice_content--txtbox{
  background-color: #fff;
  display: inline-block;
  border-radius: 20px;
  padding: 1rem;
  font-weight: bold;
  width: 70%;
  text-align: center;
  font-size: clamp(11px, 3vw, 16px);
}
.choice2_content--underitem {
  position: relative; /* 基準点はこれだけでOK */
}

.choice2_content--underitem h2 {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 20px;
  padding: 0;
  font-size: clamp(20px, 5.5vw, 38px);
}

.choice2_content--underitem h2 span {
  background-color: #fff;
  line-height: 2;
  padding: 5px 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.is-pink .choice2_content--underitem h2 span{
  color:var(--pink)
}

.is-blue .choice2_content--underitem h2 span{
  color:var(--blue)
  }

.is-green .choice2_content--underitem h2 span{
  color:var(--green)
  }

.is-orange .choice2_content--underitem h2 span{
  color:var(--orange )
  }

.is-blue .choice2_content--underitem h2 {
    left: 40%;
}

.is-green .choice2_content--underitem h2 {
  left: 35%;
}
/* Worry Content */
.worry_content { 
  display: block; 
  background: url(../img/worry_bg1.webp) no-repeat bottom center;
}

[class^="worry_content"] {
  margin: 2rem 1rem;
  background-size: cover;
  padding-bottom: 10rem;
  /* display: none; */
}
/* 全てのコンテナを初期状態で非表示にする */
.worry_contenar {
  display: none;
  color: #000;
}

/* activeクラスがついたコンテナだけ表示する */
.worry_contenar.active {
  display: block;
}
.worry__choice--title {
  color: white; 
  text-align: center;
  padding: 2rem; 
  margin-bottom: 0;
  font-size: clamp(24px, 3vw, 40px);
}


.choice_content--title p{
  background: #fff;
  color: var(--pink);
  display: inline;
  font-size: clamp(24px, 6.5vw, 40px);
}



.worry__choice--title--bg{
  background: var(--pink) no-repeat;
  position: relative;
}
.worry__choice--charabox{
  position: relative;
}
.worry__choice--img {
  position: absolute;
    bottom: 0;
    left: 2%;
    width: 15%;
    max-width: 75px;
}

.worry__choice--copy{
  font-size: clamp(30px, 8vw, 56px);
  text-align: center;
  width: 95%;
  border-bottom:2px solid #fff; 
  margin: 0 auto 2rem;
  padding: 2rem;
  color: #fff;
  position: relative;
}

.worry__choice--copy:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  
}

.worry__choice--checklist { 
  list-style: none; 
}
.worry__choice--checklist--txt {
  background: rgba(255,255,255,.8);
  padding: 2rem 0rem 2rem 5rem; 
  margin:0 2rem 1rem;
  border-radius: 8px;
  position: relative;
  font-size: clamp(16px, 2vw, 30px);
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;

}
/* チェックアイコンの擬似要素 */
.worry__choice--checklist--txt::before {
  content: '';
  background: url(../img/check_icon.png) no-repeat;
  background-size: contain;
  height: auto;
  position: absolute; 
  left: 1rem; 
  top: 50%; 
  transform: translateY(-50%);
  width: 50%; 
  height: 25px;
  text-align: center; 
  line-height: 20px;

}

.worry__choice--checklist--txt span{
  font-size: 130%;
  font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
/* 外枠のボックス */
.worry_list {
  position: relative;
  margin: 4rem 2rem;
  padding: 2rem 0rem 0;
  border: 2px solid var(--pink);
  background-color: #feeff2;
}


.worry_listbox--title {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--pink); /* 濃いピンク */
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  white-space: nowrap;
  font-size: clamp(14px, 4vw, 20px);
}

.worry_listbox--title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--pink);;
}


/* リスト全体 */
.worry_listbox {
  list-style: none;
  padding: 2rem 2rem 0;
  margin: 0;
}

/* 各項目（ピンクの丸とテキスト） */
.worry_listbox--txt {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: bold;
  
}


/* テキストの前のピンクの丸 */
.worry_listbox--txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 15px;
  background-color: var(--pink);
  border-radius: 50%;
}
.worry_listbox--txt span {
  color: var(--pink);
}


/* 中央の点線 */
.worry_listbox--txt:not(:last-child) {
  border-bottom: 1px dashed var(--pink);
  padding-bottom: 15px;
}



/* 脂肪破壊術セクション */
.worry_underbox {
  text-align: center;
}
.worry_underbox--title {
  font-size: clamp(15px, 4.5vw, 24px);
    font-weight: bold;
}
.worry_underbox--txt {
  display: inline-block;
  background: var(--pink);
  color: white;
  padding: 5px 15px;
  margin: 2px;
  font-size: clamp(24px, 8vw, 40px);
  font-weight: bold;
}

/* PINK */
.is-pink .worry__choice--title--bg { background-color: var(--pink); }
.is-pink .worry_list_box_outer { border-color: var(--pink); background-color: var(--bg-pink); }
.is-pink .worry_listbox--title { background-color: var(--pink); color: #fff; }
.is-pink .worry_listbox--txt::before { background-color: var(--pink); border-radius: 50%; }
.is-pink .worry_listbox--txt span { color: var(--pink); }
.is-pink .worry_underbox--txt { background-color: var(--pink); }

/* BLUE */
.is-blue .worry__choice--title--bg { background-color: var(--blue); }

.is-blue .worry_listbox--title { background-color: var(--blue); color: #fff; }
.is-blue .worry_listbox--txt::before { background-color: var(--blue); border-radius: 50%; }
.is-blue .worry_listbox--txt span { color: var(--blue); }
.is-blue .worry_underbox--txt { background-color: var(--blue); }

/* GREEN */
.is-green .worry__choice--title--bg { background-color: var(--green); }
.is-green .worry_list_box_outer { border-color: var(--green); background-color: var(--bg-green); }
.is-green .worry_listbox--title { background-color: var(--green); color: #fff; }
.is-green .worry_listbox--txt::before { background-color: var(--green); border-radius: 50%; }
.is-green .worry_listbox--txt span { color: var(--green); }
.is-green .worry_underbox--txt { background-color: var(--green); }

/* ORANGE */
.is-orange .worry__choice--title--bg { background-color: var(--orange); }
.is-orange .worry_list_box_outer { border-color: var(--orange); background-color: var(--bg-orange); }
.is-orange .worry_listbox--title { background-color: var(--orange); color: #fff; }
.is-orange .worry_listbox--txt::before { background-color: var(--orange); border-radius: 50%; }
.is-orange .worry_listbox--txt span { color: var(--orange); }
.is-orange .worry_underbox--txt { background-color: var(--orange); }


.is-blue .worry_content {
  background: url(../img/worry_bg2.webp) no-repeat bottom center;
}
.is-green .worry_content {
  background: url(../img/worry_bg3.webp) no-repeat bottom center;
}
.is-orange .worry_content {
  background: url(../img/worry_bg4.webp) no-repeat bottom center;
}
.is-blue .worry_list{
  border: 2px solid var(--blue);
  background-color: var(--bg-blue);
}

.is-green .worry_list{
  border: 2px solid var(--green);
    background-color: var(--bg-green);
}

.is-orange .worry_list{
  border: 2px solid var(--orange);
  background-color: var(--bg-orange);
}


.is-pink .worry_listbox--title::after {
  border-top: 10px solid var(--pink);
}
.is-blue .worry_listbox--title::after {
  border-top: 10px solid var(--blue);
}
.is-green .worry_listbox--title::after {
  border-top: 10px solid var(--green );
}
.is-orange .worry_listbox--title::after {
  border-top: 10px solid var(--orange);
}



.is-blue .choice_content--title{
  background-color: #fff;
  color: var(--blue) !important;
  display: inline !important;
}

.is-green .choice_content--title{
  background-color: #fff;
  color: var(--green) !important;
  display: inline !important;
}

.is-orange .choice_content--title{
  background-color: #fff;
  color: var(--orange) !important;
  display: inline !important;
}


.is-pink .worry_listbox--txt:not(:last-child) {
  border-bottom: 1px dashed var(--pink);
  padding-bottom: 15px;
}

.is-blue .worry_listbox--txt:not(:last-child) {
  border-bottom: 1px dashed var(--blue);
  padding-bottom: 15px;
}


.is-green .worry_listbox--txt:not(:last-child) {
  border-bottom: 1px dashed var(--green);
  padding-bottom: 15px;
}


.is-orange .worry_listbox--txt:not(:last-child) {
  border-bottom: 1px dashed var(--orange);
  padding-bottom: 15px;
}


.is-pink .choice2_content--item2{
  background-image: url(../img/worry_model1.png), linear-gradient(-90deg, var(--blue) 10%, transparent);
  background-position: left top, center;
  text-align: right;

}

.is-blue .choice2_content--item1{
  background-image: url(../img/worry_model2.png), linear-gradient(-90deg, var(--blue) 10%, transparent);
  background-position: right top, center;
  text-align: left;
}

.is-green .choice2_content--item2{
  background-image: url(../img/worry_model3.png), linear-gradient(-90deg, var(--blue) 10%, transparent);
  background-position: left top, center;
  text-align: right;
}
.is-orange .choice2_content--item1{
  background-image: url(../img/worry_model4.png), linear-gradient(-90deg, var(--blue) 10%, transparent);
  background-position: right top, center;
  text-align: left;
}

.cta_textbox{
  text-align: center;
  margin: 2rem 0;
  font-size: clamp(12px, 5vw, 16px);
}
.cta_textbox--text{
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.cta_textbox--text:before{
  content: "";
  position: absolute;
  background: url(../img/dia_line_l.png) no-repeat;
  background-size: contain;
  width: 10%;
  height: auto;
  aspect-ratio: 54 / 46;
  left: -12%;
  top: 0;
}

.cta_textbox--text:after{
  content: "";
  position: absolute;
  background: url(../img/dia_line_r.png) no-repeat;
  background-size: contain;
  width: 10%;
  height: auto;
  aspect-ratio: 54 / 46;
  right: -12%;
  top: 0;
}
.cta_textbox span{
  font-size: 70%;
  display: block;
}

.content_bg{
  background: url(../img/content_bg.webp) top center ;
  background-size: cover;
}
/* what */

/* セクション全体 */
.content {
  padding: 4rem 2rem 2rem;
  text-align: center;
  font-size: clamp(14px, 4vw, 16px);
  
}

/* コンテンツ共通 */
.content--title{
  font-family: "Zen Maru Gothic", sans-serif;
}
.content--title h3 {
  color: var(--pink);
  font-size: clamp(24px, 7.5vw, 48px);
  display: inline-block;
  border-bottom: 2px solid var(--pink); /* 下の点線 */
  padding: 0 2rem 1rem;
  position: relative;

  font-weight: bold;
  font-style: normal;
}
.content--title h3::before,
.content--title h3::after {
    content: "";
    position: absolute;
    bottom: -4px; /* ラインの太さに合わせて微調整してください */
    width: 6px;   /* ドットの幅 */
    height: 6px;  /* ドットの高さ */
    background-color: var(--pink);
    border-radius: 50%; /* 角丸で円にする */
}

/* 左側のドット */
.content--title h3::before {
    left: -10px;
}

/* 右側のドット */
.content--title h3::after {
    right: -10px;
}

.content--title p {
  color: var(--pink);
  font-weight: bold;
  font-size: clamp(16px, 4vw, 22px);
  margin: 2rem 0 3rem;
}

/* 説明文 */
.content-text > p {
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.8;
  margin: 30px 0;
}

.what_content-text{
  font-size: clamp(14px, 4vw, 16px);
  padding: 0 2rem 2rem;
  max-width: 480px;
  margin: 0 auto;
  
}

/* メイン画像（白い角丸ボックス） */
.what_content-text figure {
  margin: 2rem auto;
  max-width: 480px;

}

.what_content-text figure img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.what_underbox{
  background-color: rgba(255, 143, 163, 0.1);
  padding: 2rem;
  max-width: 480px;
  margin: 0 auto;
  overflow: hidden; 
}

.what_underbox h4 {
  font-size: clamp(14px, 3.5vw, 16px);
  margin-bottom: 10px;
}

.what_listbox {
  list-style: none;
  padding: 0;
  margin: 0 auto 1rem;
}

.what_listbox-txt {
  background: var(--pink);
  color: #fff;
  margin-bottom: 10px;
  padding: 1rem 2rem;
  border-radius: 50px; /* カプセル型 */
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(255, 143, 163, 0.3);
}

/* 足元テキスト */
.what_listbox-subtxt {
  font-size: clamp(13px, 3vw, 15px);
  margin: 0;
}
.what .animeWrap {
  position: relative;
}
.what .animeWrap .anime {
  position: absolute;
  top: 70vw;
}
.what .animeWrap .anime img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .what .animeWrap .anime {
    top: 460px;
  }
}

/* explanation */
.video-play iframe {
  width: 100%;
  height: 100%;
}

.video-play {
  aspect-ratio: 16 / 9;
}
.explanation_titlebox{
font-size:clamp(22px, 6.5vw, 32px);
text-align: center;
font-weight: bold;
}
.explanation_titlebox--title{
  background-color: #9dc740;
  padding: 0.5rem 1rem;
  text-align: center;
  width: max-content;
  margin: 0 auto 1rem;
  color: #fff;
  
}

.explanation_titlebox--sub{
  text-align: center;
  margin: 0 auto;
  font-size:60%;
  padding: 1rem 0;
  }

  
  /* 説明文 */
  .comparison_content-text > p {
    font-size: clamp(14px, 3.5vw, 16px);
    line-height: 1.8;
    margin: 30px 0;
  }
  
  /* メイン画像（白い角丸ボックス） */
  .comparison_content-text figure {
    margin: 0 auto 40px;
    max-width: 600px;
  }

  /* --- リスト全体のコンテナ --- */
.comparison_listbox {
  display: flex;
  justify-content: center; 
  gap: 10px;
  list-style: none;
  padding: 2rem 0;
  margin: 0 auto;
}
.video-play{
  width: 100%;
  height: auto;
}

/* --- 各ボックスの共通スタイル --- */
.comparison_listbox li {
  position: relative;
  width: 48%;
  background-color: #fff; /* 白背景 */
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(255, 143, 163, 0.3); /* ピンク色の影 */
  
  /* ▼▼▼ 背景画像の共通設定 ▼▼▼ */
  background-repeat: no-repeat;
  background-position: bottom right; /* 右下に配置 */
  background-size: auto 65%;         /* 高さをボックスの65%程度に */
}

.comparison_listbox li:nth-child(1) {
  background-image: url('../img/comparison_model1.png');
}
.comparison_listbox li:nth-child(2) {
  background-image: url('../img/comparison_model2.png');
}

/* =============================================
   Popular treatment
   ============================================= */
   .popular_listbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 横2列 */
    gap: 20px 10px; /* 縦・横の余白 */
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .popular_listbox li {
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }
  
  /* カードの見出し部分 */
  .popular_listbox h4 {
    background-color: var(--pink);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 1rem 0;
    position: relative;
    letter-spacing: 0.1em;
  }
  
  /* 画像部分 */
  .popular_listbox figure {
    margin: 0;
    box-shadow: 0 4px 12px rgba(255, 143, 163, 0.3);
  }
  
  .popular_listbox img {
    width: 100%;
    height: auto;
    display: block;
  }
/* =============================================
   Safetyセクション（カードデザイン）
   ============================================= */
  
  .safety_box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 480px;
    margin-inline: auto;
    font-size: clamp(14px, 4vw, 16px);
  }
  
  .safety_box h4 {
    background: var(--pink);
    color: #fff;
    text-align: center;
    padding: 1rem;
  }
  
  .safety_box figure {
    margin: 0;
    padding: 2rem 2rem 0;
  }
  
  .safety_box img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .safety_box p {
    padding: 2rem;
    text-align: left;
  }
  
  /* =============================================
     Counselingセクション
     ============================================= */
  
  
  .counseling_box h4 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 2rem;
  }
/* --- タイトル帯（ピンクの部分） --- */
.comparison_listbox h4 {
  background-color: #ff8fa3; /* メインのピンク色 */
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: bold;
  position: relative;
  border-radius: 10px 10px 0 0;
}

/* --- テキスト（翌日から / 当日から） --- */
.comparison_listbox--text {
  color: var(--pink);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: bold;
  padding: 4rem 1rem;
  text-align: left;
}

/* --- 点線の下線（擬似要素で作成） --- */
.comparison_listbox--text::after {
  content: "";
  display: block;
  width: 4em; /* 点線の幅 */
  border-bottom: 3px dotted #ff8fa3; /* 点線のスタイル */
  margin-top: 8px; /* テキストとの距離 */
}

  /* =============================================
     review
     ============================================= */
     .review_box {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      max-width: 480px;
      margin: 2rem auto 0rem;
      background: transparent; /* 背景になじませる */
    }
    .review_content-box{
      background-color: rgba(255, 255, 255, 0.6);
      padding: 2rem;
    }
     .review_left {
      flex-shrink: 0;
      width: 120px; /* アイコンの幅 */
      text-align: center;
      
    }
    
    .review_left figure {
      margin: 0 0 10px 0;
      width: 100%;
    }
    
    .review_left img {
      width: 100%;
      aspect-ratio: 1 / 1; /* 正方形にする */
      object-fit: cover;   /* 画像を切り抜いて収める */
      border-radius: 50%;  /* 正円にする */
    }
    
    .review_name {
      color: var(--pink);
      font-weight: bold;
      font-size: clamp(14px, 4vw, 20px);
      margin: 0;
    }
    
    /* =============================================
       review_right (見出しと本文)
       ============================================= */
    .review_right {
      flex-grow: 1;
      position: relative;
      padding-left: 15px;
      border-left: 3px solid var(--pink);
      font-size: clamp(14px, 3.8vw, 18px);
    }
    
    .review_right h4 {
      color: var(--pink);
      font-weight: bold;
      margin: 0 0 15px 0;
      line-height: 1.4;
      text-align: left;
    }
    
    .review_right p {
      font-size: 12px;
      line-height: 1.5;
      margin: 0 0 10px 0;
      text-align: justify;
    }
    
    .review_right span {
      display: block;
      color: #999;
      font-size: 11px;
      text-align: right;
    }
    
    /* =============================================
       スマホ対応 (画面幅が狭い場合)
       ============================================= */
    @media (max-width: 480px) {
      .review_box {
        gap: 15px;
      }
      .review_left {
        width: 90px;
      }
      
    }

/* ポップアップ */
.js-fixed{
  position: fixed;
  position: -webkit-fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0%;
  right: 0%;
  margin: auto;
}

.js-bg_color{
  background-color: #fca2ae;
  margin-top: -1px;
  padding: 0px 20px 20px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
}
.js-overlay{
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  position: fixed;
  z-index: 1000;
  left: 0;
}

.js-modal_innner{
  width: 90%;
  max-width: 600px;
  display: block;
  position: fixed;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  z-index: 2000;
  
}
.js-modal img.js-modal_popup-img{
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.js-modal_close{
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  border: 2px solid #ffffff;
  z-index: 1000;
  right: 0;
  top: 0;
  margin-top: -15px;
  margin-right: -15px;
}


.js-modal_close:before,.js-modal_close:after{
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  z-index:3000;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
}
.js-modal_close::before{
  transform: translate(-50%,-50%) rotate(45deg);
}

.js-modal_close::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}

.is-animated {
  animation: zoomIn 1s cubic-bezier(0.79, 0, 0.31, 1) forwards;
  position: fixed;
  inset: 0;
  margin: auto;
  top:12.5%;
}
@media screen and (max-width: 30em) {
  .is-animated {
    top: 25%;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}



/*アコーディオン*/


.toggle {
  display: none;
}
.Label {
  padding: 0.8em;
  display: block;
  color: #fff;
  background: #ff7f9a;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(14px, 4vw, 16px);
}
.accordion__content {
  font-size: clamp(14px, 4vw, 16px);
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 2px;
}

.toggle:checked + .Label + .accordion__content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.accordion Label::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: rotate(135deg);
}
.Label,
.accordion__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  text-align: left;
}
.accordion__content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
.toggle:checked + .Label + .accordion__content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.accordion .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
  


/*ボタンの設定*/

.bg{
  background: linear-gradient(90deg, rgb(253, 232, 239), rgb(228, 236, 253), rgb(212, 242, 252));
  padding: 10px;
  margin-top:-2px;
}
.auraBtn {
  height: 110px;
  position: relative;
  /*横幅*/
  width: 85%;
  /*外側の余白｜上下余白｜左右余白（auto=センタリング）｜*/
  margin: 40px auto;
  /*-webkit-transition: .2s;
  transition: .2s;*/
}


/*ボタンが広がるアニメーション（1番目）*/
.auraBtn:before {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out infinite;
  animation: auraBtn 2s ease-out infinite
}


/*ボタンが広がるアニメーション（2番目）*/
.auraBtn:after {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out 1s infinite;
  animation: auraBtn 2s ease-out 1s infinite
}


/*ボタンが広がるアニメーション（共通設定）*/
.auraBtn:before,
.auraBtn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*広がるボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #F6204B;
  /*広がるボタンの初期位置*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/*ボタン自体の設定*/
.auraBtn a {
  display: block;
  /*内側の余白｜上下余白｜左右余白｜*/
  padding: 20px 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*ボタン内テキストの水平方向の位置*/
  text-align: center;
  /*リンクの装飾*/
  text-decoration: none;
  /*ボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #F6204B;
  position: relative;
  z-index: 1;
}

/*広がるボタンのアニメーション（変更する場合は該当する箇所を修正してください）*/
@keyframes auraBtn {

  /*アニメーション初期（0秒の時）*/
  0% {
    /*拡大率　（1=100％）*/
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    /*透明度（0=透明、1=不透明）*/
    opacity: 1
  }

  /*1.8秒時*/
  90% {
    /*透明度*/
    opacity: .1
  }

  /*アニメーション最後（2秒時）*/
  to {
    /*拡大率　1番目の値はX軸、2番目の値はY軸*/
    -webkit-transform: scale(1.2, 1.5);
    transform: scale(1.2, 1.5);
    /*透明度*/
    opacity: 0
  }
}


/*ボタン右側の矢印の設定*/
.auraBtn a p {
  height: auto;
  min-height: 70px; /* 最低高さは維持 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 !important;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-left: -20px;
}

.auraBtn a p:after {
  content: "";
  position: absolute;
  /*矢印の位置*/
  top: 50%;
  right: 30px;
  /*矢印の横幅*/
  width: 8px;
  /*矢印の高さ*/
  height: 8px;
  margin: -4px 0 0 0;
  /*矢印の線｜太さ｜線種｜色｜*/
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  /*矢印の回転角度*/
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg)
}

@media screen and (max-width: 640px) {
.auraBtn {
    margin: 8vw auto;
  }
}

@media screen and (max-width: 400px) {
.auraBtn a p {
    font-size: 3.9vw;
    padding-top: 1.5vw;
  }
.auraBtn a p:after {
    right: 6vw;
  }
}
.auraBtn img {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: -20px;
}
.auraBtn span {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    font-weight: 800;
}
.button_top{
    margin-top:20px;
}

/* FV */
.fv {
  background: url(../img/fv_bg.webp) no-repeat;
  background-size: auto 100vh;
  background-position: top center;
  }

.fv .logo {
  width: 25vw;
  padding: 1rem;
}
.fv .copy {
  padding-top: 2vw;
}
@media (640px <= width) {
  .fv .logo {
    width:  140px;
    padding: 20px;
  }
  .fv .copy {
    padding-top: 5px;
  }
}



/* cm */
.cm-title {
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  font-size:clamp(12px,5vw,24px)
}

.cm {
  position: relative;
  height: 29vw;
  width: 94vw;
	margin: 0 1vw;
	overflow: hidden;
  border: solid 3px #404040;
}
.cm.new::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 22px;
  width: 45px;
  background: url(../img/cm_icon_new.webp) 0 0 no-repeat;
  background-size: 45px auto;
  z-index: 10;
}
@media (640px <= width) {
  .cm {
    height: 185px;
    width: 600px;
    margin: 0 10px;
  }
}
.cm-video {
	overflow: hidden;
  height: 100%;
	width: auto;
  aspect-ratio: 16 / 9;
  clip-path: polygon(0% 100%, 0% 0%, 98.5% 0%, 93.5% 100%);
}
.cm-video video{
  width: 100%;
  height: 100%;
}
.cm-text {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.cm-text img {
  height: 100%;
  width: auto;
}

/* カルーセル */
	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-300%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
	@keyframes infinity-scroll-right {
from {
  transform: translateX(-300%);
}
  to {
  transform: translateX(0%);
}
}
.scroll-infinity__list--right{
  animation :infinity-scroll-right 20s infinite linear 0.5s both;
}





/* ---------------------------------

雪を降らせる

-----------------------------------*/
.snow {
  /*雪の色*/
  color: snow;
  /*雪の大きさ*/
  font-size: 14px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  /*雪アニメーション1*/
  animation: roll 5s linear infinite;
}
/*2つめの雪アニメーション*/
.snow2nd{animation: anim 8s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
    90% {opacity:1;}
    100% {transform:rotate(30deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}

.bg{
  background: url(../img/fv_bg.webp) 0 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* =============================================
    ボタンニメーション（キーフレーム）の定義
   ============================================= */
   @keyframes push-loop-pink {
    0% {
      transform: translateY(0);
    }
    

    50% {
      transform: translateY(4px);
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px var(--pink);
    }
    100% {
      transform: translateY(0);
    }

  }

  @keyframes push-loop-blue {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(4px);
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px var(--blue);
    }
    100% {
      transform: translateY(0);
    }

  }
  @keyframes push-loop-green {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(4px);
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px var(--green);
    }
    100% {
      transform: translateY(0);
    }

  }
  @keyframes push-loop-orange {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(4px);
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px var(--orange);
    }
    100% {
      transform: translateY(0);
    }

  }