@charset "UTF-8";
/* CSS Document */

/*SP共通*/
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

.pc_cont {
	display: none !important;
}


/*header*/
header {
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,.8);
	
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
}

header > p.logo {
	width: 58.26%;
	position: absolute;
	left: 3.46%;
	top: 50%;
	transform: translateY(-50%);
}

header nav {
	display: none;
}

header > ul {
	display: none;
}

header > p.sp_menu {
	width: 13.06%;
	max-width: 75px;
	position: absolute;
	right: 3.46%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100000;
}


/*footer*/
footer {
	padding: 60px 0 80px;
	background-color: #7292bb;
	
	font-size:min(3.9vw,31px);
	color: #fff;
}

footer a {
	color: #fff;
	text-decoration: none!important;
}

footer a:hover {
	text-decoration: underline!important;
}

footer .ftr01 {
	padding: 0 5.33% 30px;
	border-bottom: 2px solid #aebfd5;
}

footer .ftr01 p:first-child {
	width: 80%;
	padding-bottom: 10px;
}

footer .ftr01 p:nth-child(2) {
	line-height: 1.7em;
}

footer .ftr01 p:nth-child(2) a {
	color: #fff;
}

footer .ftr02 {
	padding: 30px 5.33% 80px;
}

footer .ftr02 ul {
	padding-bottom: 30px;
}

footer .ftr02 ul li {
	padding-right: 15px;
	padding-left: 12px;
	padding-bottom: 10px;
	line-height: 1.7em;
	position: relative;
}

footer .ftr02 ul li::before {
	content: "▶";
	font-size: 9px;
	position: absolute;
	left: 0;
	top: 1px;
}

footer .copy {
	text-align: center;
	background-color: #5d5f68;
	font-size:min(3.6vw,30px);
	color: #efefef;
	padding: 25px 5.33%;
	line-height: 1.5em;
}

footer .pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 5.33%;
	bottom: -100px;
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.3);
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	opacity: 0;
}

footer .pagetop.fixed {
	bottom: 100px;
	opacity: 1;
}


/*SPボタン*/
div.sp_btn {
	width: 100%;
	position: fixed;
	bottom: -100px;
	left: 0;
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.3);
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	opacity: 0;
}

div.sp_btn.fixed {
	bottom: 0;
	opacity: 1;
}

div.sp_btn ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

div.sp_btn ul li {
	width: calc(50% - 0.5px);
	height: 80px;
	text-align: center;
}

div.sp_btn ul li:first-child {
	background-color: #96afce;
	border-right: 1px solid #fff;
}

div.sp_btn ul li:last-child {
	background-color: #aa668b;
}

div.sp_btn ul li img {
	width: auto;
	height: 80px;
}


/*SPスライドメニュー*/
div.sp_nav nav {
	background: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    transition: all 0.4s;
    transform: translate(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100000;
}

div.sp_nav nav.open {
  transform: translate(0);
  background: rgba(255,255,255,1);
}

div.sp_nav nav .nav_box {
    position: relative;
    display: none;
}

div.sp_nav nav.open .nav_box {
    display: block;
}

div.sp_nav nav div.nav_ttl {
    width: 100%;
    height: 80px;
	position: relative;
}

div.sp_nav nav div.nav_ttl p.close {
    position: absolute;
    width: 2em;
	height: 2em;
    right: 5.33%;
    top: 50%;
	transform: translateY(-50%);
    cursor: pointer;
}

div.sp_nav nav div.nav_ttl p.close::before {
    content: "";
    position: absolute;
    top: 48%;
    right: -21%;
    width: 141%;
    border-top: 1px solid #252525;
    transform:rotate(45deg);
}

div.sp_nav nav div.nav_ttl p.close::after {
    content: "";
    position: absolute;
    top: 48%;
    right: -21%;
    width: 141%;
    border-top: 1px solid #252525;
    transform:rotate(-45deg);
}

div.sp_nav nav div.nav_ttl p.nav_logo {
    width: 58.26%;
	position: absolute;
	left: 3.46%;
	top: 50%;
	transform: translateY(-50%);
}

div.sp_nav nav ul.nav_menu {
	padding: 0 5.33%;
}

div.sp_nav nav ul.nav_menu li {
	border-bottom: 1px solid #555555;
}

div.sp_nav nav ul.nav_menu li:first-child {
	border-top: 1px solid #555555;
}

div.sp_nav nav ul.nav_menu li a {
	display: block;
	padding: 15px .5em;
	text-decoration: none;
	color: #252525;
}

div.sp_nav nav .nav_box > p {
    color: #4f203b;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 5px;
    letter-spacing: -1px;
}

div.sp_nav nav .nav_box > ul.nav_btn {
	padding: 0 5.33%;
}

div.sp_nav nav .nav_box > ul.nav_btn li {
    padding-bottom: 10px;
    text-align: center;
}


/*目次*/
#page_list {
	width: calc(100% - 10.66%);
	margin: 0 auto;
}

#page_list p {
	text-align: center;
	padding: 1.3em 0;
	border: 1px solid #338fc8;
	font-size:min(4.6vw,36px);
	color: #5d5f68;
	line-height: 1em;
	position: relative;
}

#page_list p::after {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 6.71%;
	transform: translateY(-50%);
}

#page_list p.close::after {
	content: "ー";
}

#page_list ul {
	border: 1px solid #338fc8;
	border-top: none;
	padding: 35px 25px;
	counter-reset: num 0;
}

#page_list ul li {
	line-height: 1.5em;
	padding-left: 1.8em;
	padding-bottom: 15px;
	position: relative;
}

#page_list ul li:last-child {
	padding-bottom: 0;
}

#page_list ul li::before {
	counter-increment: num 1;
	content: counter(num)".";
	position: absolute;
	left: 0;
	top: 0;
}

#page_list ul li a {
	color: #646770;
	text-decoration: none;
}

#page_list ul li a:hover {
	text-decoration: underline;
}


/*ボタン*/
.btn01 {
	text-align: center;
}

.btn01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.4em;
	margin: 0 auto;
	border: 1px solid #2487c4;
	border-radius: 1.2em;
	background-color: #fff;
	line-height: 1.2em;
	text-decoration: none;
	color: #2f8bc6;
	font-weight: 500;
	font-size:min(3.6vw,30px);
	position: relative;
}

.btn01 a:hover {
	color: #fff;
	background-color: #2f8bc6;
}

.btn01 a::after {
	content: "";
	width: .5em;
	height: .5em;
	background-image: url("../../images/ico_btn01.webp");
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.btn01 a:hover::after {
	background-image: url("../../images/ico_btn01_on.webp");
}


/*背景色*/
.bg01 {
	background: #dae2f0;
}

.bg02 {
	background-color: #f6f6f6;
}


/*見出し前テキスト*/
.h_t01 {
	text-align: center;
	font-size:min(10vw,78px);
	color: #abbdd6;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 15px;
}


/*見出し*/
h2.h01 {
	text-align: center;
	font-size:min(5.6vw,46px);
	color: #5d5f68;
	line-height: 1.3em;
}

h2.h01 span {
	display: block;
	font-size:min(3.6vw,30px);
}

h2.h02 {
	text-align: center;
	font-size:min(5.2vw,42px);
	color: #5d5f68;
	line-height: 1.4em;
	position: relative;
}

h2.h02::after {
	content: "";
	width: 45px;
	height: 1px;
	border-top: 1px solid #b9bcbf;
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
}

h2.h03 {
	font-size:min(4.8vw,38px);
	color: #5d5f68;
	line-height: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #9f9f9f;
}

h3.h01 {
	text-align: center;
	font-size:min(5.2vw,42px);
	color: #5d5f68;
	line-height: 1.4em;
	position: relative;
}

h3.h01::after {
	content: "";
	width: 45px;
	height: 1px;
	border-top: 1px solid #b9bcbf;
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
}

h3.h02 {
	display: flex;
	align-items: center;
	background-color: #92accc;
	min-height: 58px;
	padding: 0 15px;
	font-size:min(4.3vw,32px);
	color: #fff;
	font-weight: 500;
}

h3.h03 {
	font-size:min(4.8vw,38px);
	color: #5d5f68;
	line-height: 1.2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #9f9f9f;
}

h4.h01 {
	display: flex;
	align-items: center;
	background-color: #92accc;
	min-height: 58px;
	padding: 0 15px;
	font-size:min(4.3vw,32px);
	color: #fff;
	font-weight: 500;
}

h4.h02 {
	background-color: #eeebe5;
	padding: 15px;
	font-size:min(4.3vw,32px);
	line-height: 1.2em;
	font-weight: 500;
}


/*わきがの治療法*/
#treatment .box01 {
	background-color: #fff;
	margin-bottom: 45px;
	padding: 50px 6.71% 60px;
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.3);
}

#treatment .box01:last-of-type {
	margin-bottom: 0;
}

#treatment .box01 .box {
	padding-bottom: 45px;
}

#treatment .box01 .box p {
	text-align: center;
	padding-bottom: 30px;
}

#treatment .box01 .box h3 {
	text-align: center;
	font-size:min(6.4vw,50px);
	color: #6d8cb7;
	line-height: 1.2em;
	font-weight: 500;
}

#treatment .box01 .box ul {
	display: flex;
	justify-content: center;
	padding-top: 30px;
}

#treatment .box01 .box ul li {
	display: inline-block;
	padding: 0 5px;
	font-size:min(3.4vw,28px);
	color: #fff;
	line-height: 1.5em;
	margin-right: 15px;
}

#treatment .box01 .box ul li:last-child {
	margin-right: 0;
}

#treatment .box01 .box ul li.c01 {
	background-color: #6d8cb7;
}

#treatment .box01 .box ul li.c02 {
	background-color: #81bb63;
}

#treatment .box01 .box ul li.c03 {
	background-color: #2487c4;
}

#treatment .box01 .box ul li.c04 {
	background-color: #cfb300;
}

#treatment .box01 .box ul li.c05 {
	background-color: #b76db3;
}

#treatment .box01 .box div {
	text-align: center;
	padding-top: 30px;
}

#treatment .box01 p.t02 {
	padding: 0 0 60px;
}

#treatment .box01 p.t02 a {
	color: #646770;
}

#treatment .box01 > ul > li {
	padding-bottom: 60px;
}

#treatment .box01 > ul > li:last-child {
	padding-bottom: 0;
}

#treatment .box01 > ul > li > ul {
	padding: 20px 0 0;
}

#treatment .box01 > ul > li > ul > li {
	padding-bottom: 15px;
	padding-left: 1.2em;
	position: relative;
}

#treatment .box01 > ul > li > ul > li:last-child {
	padding-bottom: 0;
}

#treatment .box01 > ul > li > ul > li::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}

#treatment .box01 > ul > li > p {
	padding: 20px 0 0;
}

#treatment .box01 > ul > li > div {
	padding-top: 25px;
}

#treatment .box01 p.btn01 {
	padding-top: 45px;
}


/*その他のわきが治療*/
#other_odor .box01 {
	margin-bottom: 40px;
	background-color: #fff;
	padding: 35px 6.71% 40px;
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.3);
}

#other_odor .box01:last-of-type {
	margin-bottom: 0;
}

#other_odor .box01 div:nth-of-type(2) {
	padding-top: 30px;
}

#other_odor .box01 div:nth-of-type(2) h3 {
	font-size:min(6.4vw,50px);
	color: #6d8cb7;
	font-weight: 500;
	line-height: 1em;
	padding-bottom: 30px;
}

#other_odor .box01 div:nth-of-type(2) p.btn01 {
	padding-top: 25px;
}


/*料金表*/
.price_box,.price_box02 {
	margin: 0 auto 80px;
}

.price_box:last-of-type,.price_box02:last-of-type {
	margin-bottom: 0;
}

.price_box table,.price_box02 table {
	width: 100%;
	table-layout: fixed;
}

.price_box table th,.price_box table td,.price_box02 table th,.price_box02 table td {
	border: 1px solid #999999;
	font-size:min(3.4vw,28px);
	background-color: #fff;
}

.price_box table tr:first-child th,.price_box02 table tr:first-child th {
	background-color: #e9f2fc;
	height: 88px;
	text-align: center;
	color: #373d59;
	line-height: 1.2em;
	font-weight: 500;
	font-size:min(3.6vw,30px);
}

.price_box table tr:first-child th img {
	max-height: 60%;
	max-width: 90%;
}

.price_box table tr:not(:first-child) th {
	background-color: #e9f2fc;
	color: #373d59;
	line-height: 1.2em;
	font-weight: 500;
	padding: 20px 10px;
	text-align: left;
}

.price_box02 table tr:not(:first-child) th {
	color: #373d59;
	line-height: 1.2em;
	font-weight: 500;
	padding: 20px 10px;
	text-align: left;
}

.price_box table tr:not(:first-child) td,.price_box02 table tr:not(:first-child) td {
	padding: 20px 10px;
	text-align: right;
}

.price_box ul,.price_box02 ul {
	padding-top: 10px;
}

.price_box ul li,.price_box02 ul li {
	padding-left: 1.2em;
	line-height: 1.5em;
	font-size:min(3.2vw,24px);
	position: relative;
}

.price_box ul li::before,.price_box02 ul li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.price_box ul li.red,.price_box02 ul li.red {
	color: #f00;
}


/*odor_kcc*/
#odor_kcc {
	padding: 60px 5.33% 80px;
}

#odor_kcc h2 {
	font-weight: 300;
}

#odor_kcc h2 span span {
	color: #2487c4;
	display: inline;
}

#odor_kcc .box {
	padding: 60px 0 0;
}

#odor_kcc .box div {
	text-align: center;
	padding-top: 30px;
}

#odor_kcc p.btn01 {
	padding-top: 45px;
}


/*faq*/
#faq {
	padding: 60px 5.33% 80px;
}

#faq dl {
	padding-top: 30px;
}

#faq dl dt {
	padding: 30px 0 30px 2em;
	color: #2487c4;
	font-weight: 500;
	line-height: 1.8em;
	position: relative;
}

#faq dl dt::before {
	content: "Q.";
	font-size:min(6.4vw,50px);
	position: absolute;
	left: 0;
	top: 30px;
}

#faq dl dd {
	padding: 0 0 30px 2em;
	line-height: 1.8em;
	border-bottom: 2px solid #b1b5ba;
	position: relative;
}

#faq dl dd::before {
	content: "A.";
	font-size:min(6.4vw,50px);
	position: absolute;
	left: 0;
	top: -2px;
}

#faq dl dd a {
	color: #646770;
}

#faq p.btn01 {
	padding-top: 65px;
}


/*注意事項*/
#precautions {
	padding: 60px 5.33% 80px;
}

#precautions > p {
	padding: 50px 0;
}

#precautions .box p {
	padding: 30px 0 60px;
}

#precautions .box ul {
	padding: 30px 0 0;
}

#precautions .box ul li {
	line-height: 1.8em;
	padding-left: 1.5em;
	position: relative;
}

#precautions .box ul li::before {
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
}


/*コラム*/
#column {
	padding: 60px 5.33% 80px;
}

#column .column_list {
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

#column .column_list a {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 35px;
	display: flex;
	flex-direction: column;
	background-color: #f9f9f9;
	padding-bottom: 10px;
	text-decoration: none;
}

#column .column_list a:last-child,#column .column_list a:nth-child(2n) {
	margin-right: 0;
}

#column .column_list a:hover {
	opacity: .8;
}

#column .column_list a div {
	position: relative;
}

#column .column_list a div .cat {
	background-color: #92accc;
	width: 100%;
	height: 1.5em;
	text-align: center;
	font-size:min(3.4vw,28px);
	line-height: 1.4em;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

#column .column_list a .tit {
	padding: 20px 10px;
	color: #646770;
	font-size:min(3.6vw,30px);
	line-height: 1.2em;
	font-weight: 500;
}

#column .column_list a .day {
	padding: 0 10px;
	margin-top: auto;
	font-size:min(3.4vw,28px);
	color: #999999;
}


/*クリニック案内*/
#clinic_menu {
	padding: 60px 5.33% 80px;
}

#clinic_menu .box {
	padding: 60px 0 0;
}

#clinic_menu .box div:first-of-type {
	padding-bottom: 30px;
}

#clinic_menu .box div:first-of-type p.t01 {
	padding: 25px 0;
	font-size:min(4.6vw,36px);
	color: #2487c4;
	font-weight: 500;
}

#clinic_menu .box div:first-of-type p.btn01 {
	padding: 35px 0 40px;
}

#clinic_menu .box div:first-of-type p.t03 {
	padding-top: 25px;
}


/*院長紹介*/
#doctor {
	padding: 60px 5.33% 80px;
}

#doctor .box {
	padding-top: 60px;
}

#doctor .box div:first-of-type {
	width: 80%;
	margin: 0 auto;
}

#doctor .box div:nth-of-type(2) {
	padding-top: 30px;
}

#doctor .box div:nth-of-type(2) .name {
	font-size:min(4.8vw,38px);
	color: #5d5f68;
	line-height: 1em;
	font-weight: 500;
	padding-bottom: 15px;
}

#doctor .box div:nth-of-type(2) h3 {
	font-size:min(4.3vw,32px);
	color: #5d5f68;
	line-height: 1.6em;
	font-weight: 500;
}

#doctor .box div:nth-of-type(2) ul {
	padding-left: 1em;
	padding-bottom: 25px;
}

#doctor .box div:nth-of-type(2) ul li {
	font-size:min(3.6vw,30px);
	color: #5d5f68;
	line-height: 1.6em;
}


/*無料カウンセリング予約*/
#reserve {
	padding: 60px 5.33% 80px;
}

#reserve p.t01 {
	padding: 60px 0 50px;
}

#reserve ul li {
	padding: 30px 6.71% 35px;
	text-align: center;
}

#reserve ul li:first-child {
	background-color: #96afce;
	margin-bottom: 45px;
}

#reserve ul li:nth-child(2) {
	background-color: #c09db0;
}

#reserve ul li p.txt01 {
	font-size:min(7.4vw,58px);
	line-height: 1.2em;
	color: #fff;
	padding-bottom: 20px;
}

#reserve ul li p.txt02 {
	display: inline-block;
	text-align: left;
	font-size:min(3.6vw,30px);
	color: #fff;
	line-height: 1.6em;
}

#reserve ul li p.tel {
	font-family: 'Noto Serif JP', sans-serif;
	font-size:min(7.8vw,60px);
	padding-top: 25px;
	line-height: 1em;
}

#reserve ul li p.tel a {
	color: #f2f2f2;
	text-decoration: none;
	padding-left: 2em;
	position: relative;
}

#reserve ul li p.tel a::before {
	content: "";
	width: 2em;
	height: auto;
	aspect-ratio :53 / 31;
	background-image: url("../../images/ico_tel.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 5px;
}

#reserve ul li p.tel a span {
	width: 80%;
	display: inline-block;
	transform: scale(1.2,1);
}

#reserve ul li p.btn {
	padding-top: 30px;
}

#reserve ul li p.btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	height: 3.5em;
	background-color: #aa668b;
	font-size:min(5.6vw,46px);
	color: #fff;
	line-height: 1.15em;
	text-decoration: none;
}

#reserve ul li p.btn a span {
	width: 80%;
	padding-left: 2em;
	position: relative;
}

#reserve ul li p.btn a span::before {
	content: "";
	width: 1.8em;
	height: auto;
	aspect-ratio :48 / 45;
	background-image: url("../../images/ico_24.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#reserve ul li p.btn a:hover {
	opacity: .8;
}


/*recommend*/
#recommend > ul {
	margin: 0 auto;
}

#recommend > ul > li {
	background-color: #fff;
	padding: 55px 6.71% 65px;
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.3);
	margin-bottom: 60px;
}

#recommend > ul > li:last-child {
	margin-bottom: 0;
}

#recommend > ul > li > div {
	border: 1px solid #2487c4;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 65px;
	position: relative;
}

#recommend > ul > li > div p.t01 {
	font-size:min(3.9vw,31px);
	color: #76889f;
	font-weight: 500;
	line-height: 1em;
	background-color: #fff;
	padding: 0 10px;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	top: -1.8%;
	transform: translateX(-50%);
}

#recommend > ul > li > div p.t01 span {
	font-size:min(3vw,23px);
}

#recommend > ul > li > div p.logo {
	padding: 10px 0 0;
}

#recommend > ul > li > div h3 {
	padding-top: 15px;
	font-size:min(5.4vw,44px);
	color: #2487c4;
	font-weight: 500;
}

#recommend > ul > li > div ul {
	display: inline-block;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 30px;
}

#recommend > ul > li > div ul li {
	font-size:min(3.4vw,28px);
	color: #46a6d2;
	line-height: 1.2em;
	padding-bottom: 15px;
	padding-left: 1.5em;
	position: relative;
}

#recommend > ul > li > div ul li:last-child {
	padding-bottom: 0;
}

#recommend > ul > li > div ul li::before {
	content: "";
	width: 1.1em;
	height: 1.1em;
	background-image: url("../../images/ico_check.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 2px;
}

#recommend > ul > li > div ul li span {
	color: #5d5f68;
}

#recommend > ul > li > div p.price {
	font-size:min(10.2vw,80px);
	color: #e16484;
	font-weight: 700;
	font-family: 'Noto Serif JP', sans-serif;
	letter-spacing: -3px;
	line-height: 1em;
}

#recommend > ul > li > div p.price span.txt01 {
	font-size:min(3.4vw,28px);
	color: #5d5f68;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	padding-right: 10px;
	letter-spacing: 0;
}

#recommend > ul > li > div p.price > span.txt02 {
	font-size:min(6.8vw,52px);
	font-weight: 400;
	letter-spacing: 0;
	margin-left: 5px;
	position: relative;
}

#recommend > ul > li > div p.price > span.txt02 span {
	font-size:min(2.2vw,16px);
	position: absolute;
	left: 50%;
	top: -45%;
	transform: translateX(-50%);
	white-space: nowrap;
}

#recommend > ul > li > div div {
	padding-top: 20px;
	width: 86.2%;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}

#recommend > ul > li > div div iframe,#recommend > ul > li > div div video {
	width: 100%;
	height: 100%;
}

#recommend > ul > li > div p.btn01 {
	width: 79.31%;
	position: absolute;
	left: 50%;
	bottom: calc(-1.2em + 2px);
	transform: translateX(-50%);
}