@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Sans+JP:wght@100..900&display=swap');


/* 
Noto Sans
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

*/
/* 変数 */
:root {
	--purple: #757fef;
	--blue: #3d96fb;
	--gradation: linear-gradient(90deg, rgba(255,156,0,1) 0%, rgba(236,105,65,1) 100%);
	--w_gradation: -webkit-linear-gradient(0deg, rgba(255,156,0,1) 0%, rgba(236,105,65,1) 100%);
	--red: #e60012;
}

/* -------------
base
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
ul, ol, summary{
	list-style-type: none;
}
summary::-webkit-details-marker {
	/* Safari-デフォルトの三角形を削除*/
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}
img[src*=".svg"] {
	width: 100%;
}
picture{
	display: block;
	width: 100%;
	height: 100%;
}
video{
	max-width: 100%;
}
a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	font: inherit;
	border: none;
	border-radius: 0;
	outline: none;
}
textarea {
	resize: none;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select,
summary{
	cursor: pointer;
}
/* select::-ms-expand {
	display: none;
} */


/************************************************************************
	PC/SP
**************************************************************************/
.sp{ display: none; }


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

/************************************************************************
	フォント
**************************************************************************/
html {
	font-size: 62.5%;/* 1.6remで16px */
}
/* 以降 (XXpx/16)×0.625 */
@media screen and (max-width: 1200px){
	html {
		font-size: 58.59%;/* 1.6remで15px */
	}
}
@media screen and (max-width: 1024px){
	html {
		font-size: 54.69%;/* 1.6remで14px */
	}
}
/* 以降、350pxで14pxにしたいので1.4remで指定 */
/* font-size100%時、1.4rem=22.4pxなので、XXpx/22.4=目的の％ */
@media screen and (max-width: 768px){
	html {
		font-size: 93.75%;/* 1.4remで21px */
	}
}
@media screen and (max-width: 530px){/* 350px*1.5 */
	html {
		font-size: 78.13%;/* 1.4remで17.5px */
	}
}
@media screen and (max-width: 430px){
	html {
		font-size: 62.5%;/* 1.4remで14px */
	}
}

body {
	font-family: "Noto Sans JP", '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
	/* -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; */
	word-wrap: normal;
	font-feature-settings: "palt";
}

@media screen and (max-width: 768px){
	body{/* 350pxのとき14px */
		font-size: 1.5rem;
	}
}


.en{
	font-family: "Lato", Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
}


/* -------------
文字サイズ
-------------------------------------------------------- */
.fz12{
	font-size: 1.2rem;
}
.fz14{
	font-size: 1.4rem;
}
.fz15{
	font-size: 1.5rem;
}
.fz16{
	font-size: 1.6rem;
}
.fz18{
	font-size: 1.8rem;
}
.fz20{
	font-size: 2rem;
}
.fz22{
	font-size: 2.2rem;
}
.fz23{
	font-size: 2.3rem;
}
.fz24{
	font-size: 2.4rem;
}
.fz25{
	font-size: 2.5rem;
}
.fz26{
	font-size: 2.6rem;
}
.fz28{
	font-size: 2.8rem;
}
.fz30{
	font-size: 3rem;
}
.fz34{
	font-size: 3.4rem;
}
.fz35{
	font-size: 3.5rem;
}
.fz36{
	font-size: 3.6rem;
}
.fz40{
	font-size: 4rem;
}
.fz42{
	font-size: 4.2rem;
}
.fz48{
	font-size: 4.8rem;
}
.fz51{
	font-size: 5.1rem;
}
.fz54{
	font-size: 5.4rem;
}
.fz56{
	font-size: 5.6rem;
}

.fz70{
	font-size: 7rem;
}
.fz75{
	font-size: 7.5rem;
}

.fz80{
	font-size: 8rem;
}

.fz108{
	font-size: 10.8rem;
}

@media screen and (max-width: 768px){/* SPデザインなければ×0.66とか */
	.fz16{
		font-size: 1.4rem;
	}
	.fz18{
		font-size: 1.4rem;
	}
	.fz20{
		font-size: 1.5rem;
	}
	.fz22{
		font-size: 1.55rem;
	}
	.fz23{
		font-size: 1.6rem;
	}
	.fz24{
		font-size: 1.65rem;
	}
	.fz25{
		font-size: 1.65rem;
	}
	.fz26{
		font-size: 1.72rem;
	}
	.fz28{
		font-size: 1.85rem;
	}
	.fz30{
		font-size: 2rem;
	}
	.fz34{
		font-size: 2.24rem;
	}
	.fz35{
		font-size: 2.31rem;
	}
	.fz36{
		font-size: 2.37rem;
	}
	.fz40{
		font-size: 2.64rem;
	}
	.fz42{
		font-size: 2.77rem;
	}
	.fz48{
		font-size: 3.16rem;
	}
	.fz51{
		font-size: 3.36rem;
	}
	.fz54{
		font-size: 3.56rem;
	}
	.fz56{
		font-size: 3.68rem;
	}

	.fz70{
		font-size: 4.62rem;
	}
	.fz75{
		font-size: 4.95rem;
	}

	.fz80{
		font-size: 5.28rem;
	}

	.fz108{
		font-size: 7.12rem;
	}

	.fz12sp{
		font-size: 1.2rem;
	}
	.fz13sp{
		font-size: 1.3rem;
	}
	.fz14sp{
		font-size: 1.4rem;
	}
	.fz15sp{
		font-size: 1.5rem;
	}
	.fz16sp{
		font-size: 1.6rem;
	}
	.fz18sp{
		font-size: 1.8rem;
	}
	.fz20sp{
		font-size: 2rem;
	}
	.fz21sp{
		font-size: 2.1rem;
	}
	.fz22sp{
		font-size: 2.2rem;
	}
	.fz24sp{
		font-size: 2.4rem;
	}
	.fz25sp{
		font-size: 2.5rem;
	}
	.fz28sp{
		font-size: 2.8rem;
	}
	.fz30sp{
		font-size: 3rem;
	}
	.fz34sp{
		font-size: 3.4rem;
	}
	.fz35sp{
		font-size: 3.5rem;
	}

	.fz84sp{
		font-size: 8.4rem;
	}
}

/* -------------
並び 間隔
-------------------------------------------------------- */

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.taj{ text-align: justify;}

.ls0{
	letter-spacing: 0;
}
.ls01{
	letter-spacing: .1em;
}
.ls005{
	letter-spacing: .05em;
}

.lh{
	line-height: 1.875;
}
.lh2{
	line-height: 2;
}

span.block{
	display: block;
}

.v_rl{
	writing-mode: vertical-rl;
}
.upright{
	text-orientation: upright;
}

.indent{
	text-indent: 1em;
}
span.indent{
	display: inline-block;
}

.palt{
	font-feature-settings: "palt";
}

.capitalize{
	text-transform: capitalize;
}
.capitalize.no{
	text-transform: none;
}
.uppercase{
	text-transform: uppercase;
}


/* -------------
文字色
-------------------------------------------------------- */
.white{ color: #fff;}
.purple{ color: var(--purple);}
.blue{ color: var(--blue);}
.red{ color: var(--red);}

/* -------------
文字太さ 装飾
-------------------------------------------------------- */
.font_smooth{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.b { font-weight: 700; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.i{
	font-style: italic;
}
.u, .u_trance{
	text-decoration: underline;
}
.u_trance:hover{
	text-decoration: none;
}

.t_shadow{
	text-shadow: 0 .8rem 1.6rem rgba(0, 0, 0, .08), 0 .8rem 1.6rem rgba(0, 0, 0, .08);
}

.marker{
	background:linear-gradient(transparent 75%, #fff100 75%);
}

/* -------------
リストなど　擬似要素装飾
-------------------------------------------------------- */
/* 「※」 */
.attention_mark{
	position: relative;
	padding-left: 1.1em;
}
.attention_mark::before{
	content: "\0203B";
	position: absolute;
	left: 0;
}
span.attention_mark{
	display: inline-block;
}

/* 「・」 */
.disk li, .disk_mark{
	padding-left: 1.33em;
	position: relative;
}
.disk li::before, .disk_mark::before{
	content: "・";
	position: absolute;
	left: .25em;
}
span.disk_mark{
	display: inline-block;
}

/* 「⚫︎」 */
.circle li, .circle_mark{
	padding-left: 1.33em;
	position: relative;
}
.circle li::before, .circle_mark::before{
	content: "";
	display: block;
	width: .625em;
	height: .625em;
	background-color: #0079c2;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .4em;
}

/* 「01.」 */
.num_list{
	counter-reset: num_list;
}
.num_list li{
	counter-increment: num_list;
	padding-left: 1.5em;
	position: relative;
}
.num_list li::before{
	content: counter(num_list, decimal-leading-zero)".";
	position: absolute;
	left: 0;
}

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

}


/************************************************************************
	インナー　その他余白
**************************************************************************/
.inner{
	margin: auto;
}
.inner.primary{
	max-width: 1160px;
	width: 94%;
}


/* padding ⚪︎⚪︎px/1600px */
.pt20{ padding-top: 2rem;}
.pb20{ padding-bottom: 2rem;}

.pt30{ padding-top: 3rem;}
.pb30{ padding-bottom: 3rem;}

.pt40{ padding-top: 4rem;}
.pb40{ padding-bottom: 4rem;}

.pt50{ padding-top: 5rem;}
.pb50{ padding-bottom: 5rem;}

.pt60{ padding-top: 6rem;}
.pb60{ padding-bottom: 6rem;}

.pt70{ padding-top: 7rem;}
.pb70{ padding-bottom: 7rem;}

.pt80{ padding-top: 8rem;}
.pb80{padding-bottom: 8rem;}

.pt90{ padding-top: 9rem;}
.pb90{ padding-bottom: 9rem;}

.pt100{ padding-top: 10rem;}
.pb100{ padding-bottom: 10rem;}

.pt110{ padding-top: 11rem;}
.pb110{ padding-bottom: 11rem;}

.pt120{ padding-top: 12rem;}
.pb120{ padding-bottom: 12rem;}

.pt130{ padding-top: 13rem;}
.pb130{ padding-bottom: 13rem;}

.pt140{ padding-top: 14rem;}
.pb140{ padding-bottom: 14rem;}

.pt150{ padding-top: 15rem;}
.pb150{ padding-bottom: 15rem;}

.pt160{ padding-top: 16rem;}
.pb160{ padding-bottom: 16rem;}

.pt170{ padding-top: 17rem;}
.pb170{ padding-bottom: 17rem;}

.pt180{ padding-top: 18rem;}
.pb180{ padding-bottom: 18rem;}

.pt190{ padding-top: 19rem;}
.pb190{ padding-bottom: 19rem;}

.pt200{ padding-top: 20rem;}
.pb200{ padding-bottom: 20rem;}

.pt210{ padding-top: 21rem;}
.pb210{ padding-bottom: 21rem;}

.pt220{ padding-top: 22rem;}
.pb220{ padding-bottom: 22rem;}

@media screen and (max-width: 768px) {/* pcの数字×0.5 */
	.pt20{ padding-top: 1rem;}
	.pb20{ padding-bottom: 1rem;}

	.pt30{ padding-top: 1.5rem;}
	.pb30{ padding-bottom: 1.5rem;}

	.pt40{ padding-top: 2rem;}
	.pb40{ padding-bottom: 2rem;}

	.pt50{ padding-top: 2.5rem;}
	.pb50{ padding-bottom: 2.5rem;}

	.pt60{ padding-top: 3rem;}
	.pb60{ padding-bottom: 3rem;}

	.pt70{ padding-top: 3.5rem;}
	.pb70{ padding-bottom: 3.5rem;}

	.pt80{ padding-top: 5rem;}
	.pb80{padding-bottom: 5rem;}

	.pt90{ padding-top: 4.5rem;}
	.pb90{ padding-bottom: 4.5rem;}

	.pt100{ padding-top: 5rem;}
	.pb100{ padding-bottom: 5rem;}

	.pt110{ padding-top: 5.5rem;}
	.pb110{ padding-bottom: 5.5rem;}

	.pt120{ padding-top: 6rem;}
	.pb120{ padding-bottom: 6rem;}

	.pt130{ padding-top: 6.5rem;}
	.pb130{ padding-bottom: 6.5rem;}

	.pt140{ padding-top: 7rem;}
	.pb140{ padding-bottom: 7rem;}

	.pt150{ padding-top: 7.5rem;}
	.pb150{ padding-bottom: 7.5rem;}

	.pt160{ padding-top: 8rem;}
	.pb160{ padding-bottom: 8rem;}

	.pt170{ padding-top: 8.5rem;}
	.pb170{ padding-bottom: 8.5rem;}

	.pt180{ padding-top: 9rem;}
	.pb180{ padding-bottom: 9rem;}

	.pt190{ padding-top: 9.5rem;}
	.pb190{ padding-bottom: 9.5rem;}

	.pt200{ padding-top: 10rem;}
	.pb200{ padding-bottom: 10rem;}

	.pt210{ padding-top: 10.5rem;}
	.pb210{ padding-bottom: 10.5rem;}

	.pt220{ padding-top: 11rem;}
	.pb220{ padding-bottom: 11rem;}

	/* sp デザイン350px時 */
	.pt20sp{ padding-top: 2rem;}
	.pb20sp{ padding-bottom: 2rem;}

	.pt30sp{ padding-top: 3rem;}
	.pb30sp{ padding-bottom: 3rem;}

	.pt40sp{ padding-top: 4rem;}
	.pb40sp{ padding-bottom: 4rem;}

	.pt50sp{ padding-top: 5rem;}
	.pb50sp{ padding-bottom: 5rem;}

	.pt60sp{ padding-top: 6rem;}
	.pb60sp{ padding-bottom: 6rem;}

	.pt70sp{ padding-top: 7rem;}
	.pb70sp{ padding-bottom: 7rem;}

	.pt80sp{ padding-top: 8rem;}
	.pb80sp{padding-bottom: 8rem;}

	.pt90sp{ padding-top: 9rem;}
	.pb90sp{ padding-bottom: 9rem;}

	.pt100sp{ padding-top: 10rem;}
	.pb100sp{ padding-bottom: 10rem;}

	.pt110sp{ padding-top: 11rem;}
	.pb110sp{ padding-bottom: 11rem;}

	.pt120sp{ padding-top: 12rem;}
	.pb120sp{ padding-bottom: 12rem;}
}

/* margin */

.m_a{ margin: auto;}
.mb05em{ margin-bottom: .5em;}
.mb1em{ margin-bottom: 1em;}
.mb15em{ margin-bottom: 1.5em;}
.mb2em{ margin-bottom: 2em;}
.mb25em{ margin-bottom: 2.5em;}
.mb3em{ margin-bottom: 3em;}
.mb35em{ margin-bottom: 3.5em;}
.mb4em{ margin-bottom: 4em;}
.mb45em{ margin-bottom: 4.5em;}
.mb5em{ margin-bottom: 5em;}
@media screen and (max-width: 768px) {/* pcの数字×0.6 */
	.mb05em{ margin-bottom: .3em;}
	.mb1em{ margin-bottom: .6em;}
	.mb15em{ margin-bottom: .9em;}
	.mb2em{ margin-bottom: 1.2em;}
	.mb25em{ margin-bottom: 1.5em;}
	.mb3em{ margin-bottom: 1.8em;}
	.mb35em{ margin-bottom: 2.1em;}
	.mb4em{ margin-bottom: 2.4em;}
	.mb45em{ margin-bottom: 2.7em;}
	.mb5em{ margin-bottom: 3em;}
}

.z1{
	position: relative;
	z-index: 1;
}
.z2{
	position: relative;
	z-index: 2;
}
.z3{
	position: relative;
	z-index: 3;
}

/************************************************************************
	リンク
**************************************************************************/
a {
	color: inherit;
	transition: .4s;
}
a:hover{
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

a.no_anchor{
	pointer-events: none;
	text-decoration: none;
}

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

}

@media (min-width: 769px) {
	a[href*="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
}

/************************************************************************
	画像
**************************************************************************/
.img img,
.img picture{
	width: 100%;
}

.img_bg{
	position: relative;
	background: url(../img/cmn/dummy.png) no-repeat center/cover;
}
.img_bg::before{
	content: "";
	display: block;
	padding-top: 75%;
}

.img_ab{
	position: relative;
}
.img_ab::before{
	content: "";
	display: block;
	padding-top: 75%;
}
.img_ab img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/************************************************************************
	タイトル
**************************************************************************/
.title_primary{
	font-size: 4rem;
	font-weight: 700;
	color: var(--purple);
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	width: fit-content;
	padding: 0 .1em 1.2em;
	margin: auto auto .75em;
	position: relative;
}
.title_primary.small{
	font-size: 3.6rem;
	padding: 0 .2em 1.5em;
	margin-bottom: 1.25em;
}

.title_primary::after{
	content: "";
	display: block;
	width: 50rem;
	padding-top: 3.75rem;
	margin: auto;
	background: url(../img/cmn/title_deco.svg) no-repeat center/100% 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}


@media screen and (max-width: 768px) {
	.title_primary{
		font-size: 2rem;
	}
	.title_primary.small{
		font-size: 1.8rem;
	}

	.title_primary::after{
		width: 25rem;
		padding-top: 1.875rem;
	}

}

/************************************************************************
	その他
**************************************************************************/
/* ドラッグでテキスト選択した時の色 */
/* ::-moz-selection {
	color: #fff;
	background: #1a1a1a;
}
::selection {
	color: #fff;
	background: #1a1a1a;
} */

.block{
	display: block;
}
.dib{
	display: inline-block;
}

.shadow, .shadow_trance{
	box-shadow: 0 .8rem 1.6rem .2rem rgba(0, 0, 0, .16);
}
a.shadow:hover, .shadow_trance:hover{
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .08);
	transform: translateY(.2rem);
}

.notes_text{
	font-size: 1.5em;
	font-weight: 700;
	color: rgba(255, 0, 0, .6);
	position: relative;
	z-index: 3;
	height: 0;
}

@media (max-width: 768px) {
	.shadow{
		box-shadow: .33rem .33rem 1rem -.75rem rgba(144, 144, 144, .5);
	}
}


.hidden{
	overflow: hidden;
}


/* swiper　無限ループ等速スライダー */
.swiper-wrapper.loop_slider{
	transition-timing-function: linear;
}
.swiper-wrapper.loop_slider .swiper-slide img {
	width: 100%;
}

/************************************************************************
	アニメーション
**************************************************************************/
/* animation-delay PCだけ */
@media screen and (max-width: 768px) {
	.delay_pc{
		animation-delay: 0s !important;
	}
}


/* フェードイン　*/
.fade, .fade_down, .fade_right, .fade_left{
	opacity: 0;
}

.animation.fade{/* 下から上へ */
	animation: fadeup .8s ease forwards;
}

.animation.fade_down{/* 上から下へ */
	animation: fadedown .8s ease forwards;
}
.animation.fade_right{/* 左から右へ */
	animation: faderight .8s ease forwards;
}
.animation.fade_left{/* 右から左へ */
	animation: fadeleft .8s ease forwards;
}
	
@keyframes fadeup{
	from {
		opacity: 0;
		transform: translateY(2em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadedown{
	from {
		opacity: 0;
		transform: translateY(-2em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes faderight{
	from {
		opacity: 0;
		transform: translateX(-2em);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeleft{
	from {
		opacity: 0;
		transform: translateX(2em);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* clip-path */
.clip{
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: 1.2s ease-out;
}
.clip.fast{
	transition: .6s ease-out;
}
.clip.late{
	transition: 2s ease-out;
}
.clip.left{
	-webkit-clip-path: inset(0 0 0 100%);
	clip-path: inset(0 0 0 100%);
}


.clip.animation{
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}

/* 回転　*/
.rotate{
	animation:6s linear infinite rotate;
}

@keyframes rotate{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}

/* （ボタンなど）短い総則が左から右へループ */
.loop_deco{
	animation:2s ease-in-out infinite loop_deco;
}

@keyframes loop_deco{
	0%{ left: 0;}
	80%{ left: 133%; }
	81%{ left: -33%; }
	100%{ left: 0;}
}

/* アニメーション時間差 */
.animation.delay01{
	animation-delay: .1s !important;
}
.animation.clip.delay01{
	transition-delay: .1s !important;
}
.animation.delay02{
	animation-delay: .2s !important;
}
.animation.clip.delay02{
	transition-delay: .2s !important;
}
.animation.delay03{
	animation-delay: .3s !important;
}
.animation.clip.delay03{
	transition-delay: .3s !important;
}
.animation.delay04{
	animation-delay: .4s !important;
}
.animation.clip.delay04{
	transition-delay: .4s !important;
}
.animation.delay05{
	animation-delay: .5s !important;
}
.animation.clip.delay05{
	transition-delay: .5s !important;
}
.animation.delay06{
	animation-delay: .6s !important;
}
.animation.clip.delay06{
	transition-delay: .6s !important;
}
.animation.delay07{
	animation-delay: .7s !important;
}
.animation.clip.delay07{
	transition-delay: .7s !important;
}
.animation.delay08{
	animation-delay: .8s !important;
}
.animation.clip.delay08{
	transition-delay: .8s !important;
}
.animation.delay09{
	animation-delay: .9s !important;
}
.animation.clip.delay09{
	transition-delay: .9s !important;
}
.animation.delay10{
	animation-delay: 1s !important;
}
.animation.clip.delay10{
	transition-delay: 1s !important;
}
.animation.delay11{
	animation-delay: 1.1s !important;
}
.animation.clip.delay11{
	transition-delay: 1.1s !important;
}
.animation.delay12{
	animation-delay: 1.2s !important;
}
.animation.clip.delay12{
	transition-delay: 1.2s !important;
}
.animation.delay13{
	animation-delay: 1.3s !important;
}
.animation.clip.delay13{
	transition-delay: 1.3s !important;
}
.animation.delay14{
	animation-delay: 1.4s !important;
}
.animation.clip.delay14{
	transition-delay: 1.4s !important;
}
.animation.delay15{
	animation-delay: 1.5s !important;
}
.animation.clip.delay15{
	transition-delay: 1.5s !important;
}
.animation.delay16{
	animation-delay: 1.6s !important;
}
.animation.clip.delay16{
	transition-delay: 1.6s !important;
}
.animation.delay17{
	animation-delay: 1.7s !important;
}
.animation.clip.delay17{
	transition-delay: 1.7s !important;
}
.animation.delay18{
	animation-delay: 1.8s !important;
}
.animation.clip.delay18{
	transition-delay: 1.8s !important;
}
.animation.delay19{
	animation-delay: 1.9s !important;
}
.animation.clip.delay19{
	transition-delay: 1.9s !important;
}
.animation.delay20{
	animation-delay: 2s !important;
}
.animation.clip.delay20{
	transition-delay: 2s !important;
}
.animation.delay21{
	animation-delay: 2.1s !important;
}
.animation.clip.delay21{
	transition-delay: 2.1s !important;
}
.animation.delay22{
	animation-delay: 2.2s !important;
}
.animation.clip.delay22{
	transition-delay: 2.2s !important;
}
.animation.delay23{
	animation-delay: 2.3s !important;
}
.animation.clip.delay23{
	transition-delay: 2.3s !important;
}
.animation.delay24{
	animation-delay: 2.4s !important;
}
.animation.clip.delay24{
	transition-delay: 2.4s !important;
}
.animation.delay25{
	animation-delay: 2.5s !important;
}
.animation.clip.delay25{
	transition-delay: 2.5s !important;
}
.animation.delay26{
	animation-delay: 2.6s !important;
}
.animation.clip.delay26{
	transition-delay: 2.6s !important;
}
.animation.delay27{
	animation-delay: 2.7s !important;
}
.animation.clip.delay27{
	transition-delay: 2.7s !important;
}
.animation.delay28{
	animation-delay: 2.8s !important;
}
.animation.clip.delay28{
	transition-delay: 2.8s !important;
}
.animation.delay29{
	animation-delay: 2.9s !important;
}
.animation.clip.delay29{
	transition-delay: 2.9s !important;
}



.animation.duration06{
	animation-duration: 0.6s;
}
.animation.duration10{
	animation-duration: 1s;
}

/************************************************************************
	フレックス
**************************************************************************/
/* flex系 */
.flex {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.flex_pc{/* 768以下block */
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.nowrap {
	flex-wrap: nowrap;
}

.fd_rr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.fd_cr {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

.ai_fs {
	-webkit-box-align: start;
	align-items: flex-start;
}
.ai_fe {
	-webkit-box-align: end;
	align-items: flex-end;
}
.ai_c {
	-webkit-box-align: center;
	align-items: center;
}

.jc_fs {
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.jc_fe {
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.jc_c {
	-webkit-box-pack: center;
	justify-content: center;
}
.jc_sb {
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.jc_sa {
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.fl_g{
	-webkit-box-flex:1;
	flex-grow:1;
}

@media screen and (max-width: 768px) {
	.flex_pc{
		display: block;
	}
}

/************************************************************************
	ヘッダー
**************************************************************************/
header{
	padding: 1.4rem 0;
}
header .inner{
	width: 94%;
}

.hd_logo{
	width: 48%;
	max-width: 30rem;
}

.hd_reserve{
	display: block;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	width: 48%;
	max-width: 24rem;
	padding: .5em .25em;
	border: .2rem solid #fff;
	border-radius: 5em;
	background-image: var(--w_gradation);
	background-image: var(--gradation);
	box-shadow: 0 .2rem .8rem .1rem rgba(0, 0, 0, .16);
}
.hd_reserve:hover{
	box-shadow: 0 0 0 rgba(0, 0, 0, .16);
	transform: translateY(.33rem);
}

@media screen and (max-width: 768px) {
	header{
		padding: 1rem 0;
	}

	.hd_logo{
		max-width: 17.7rem;
	}

	.hd_reserve{
		display: block;
		font-size: 1.2rem;
		max-width: 13rem;
		padding: .5em .25em;
		border: .2rem solid #fff;
	}
}


/************************************************************************
	フッター
**************************************************************************/
#to_top{
	display: block;
	width: 6rem;
	height: 6rem;
	border: .2rem solid var(--purple);
	border-radius: 50%;
	background-color: var(--purple);
	box-shadow: 0 0 2rem .2rem rgba(0, 0, 0, .16);
	position: fixed;
	bottom: 2rem;
	right: 2.15%;
	z-index: 10;
}
#to_top.is_hide{
	opacity: .7;
}
#to_top:hover{
	background-color: #fff;
}
#to_top::after{
	content: "";
	width: 30%;
	height: 20%;
	margin: auto;
	-webkit-mask: url(../img/cmn/arrow01.svg) no-repeat center/contain;
	mask: url(../img/cmn/arrow01.svg) no-repeat center/contain;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: background-color .4s;
}
#to_top:hover::after{
	background-color: var(--purple);
}

footer{
	padding: 3.5rem 0 2rem;
}

.ft_logo{
	width: 20rem;
	margin: auto auto 1rem;
}

@media screen and (max-width: 768px) {
	#to_top{
		width: 4rem;
		height: 4rem;
		bottom: 1.5rem;
	}

	footer{
		padding: 2.4rem 0 1.2rem;
	}
	
	.ft_logo{
		width: 17.7rem;
		margin: auto auto 1rem;
	}
}


/************************************************************************
	MV
**************************************************************************/
.vw{
	font-size: min(10px, .833vw);/* 1200px以上でfz10px */
}
@media screen and (max-width: 768px) {
	.vw{
		font-size: 2.604vw;/* 384pxの時10px */
	}
}


#mv .mv_bg{
	padding: 15.5em 0 17.5em;
	background: url(../img/mv.webp) no-repeat center/cover;
}
.no-webp #mv .mv_bg{
	background-image: url(../img/mv.jpg);
}

#mv .inner{
	max-width: 1600px;
}

#mv hgroup{
	font-size: 3.6em;
	letter-spacing: .075em;
}
#mv hgroup .sub, #mv hgroup .main{
	width: fit-content;
	padding: 0 .8em;
	background-color: rgba(255, 255, 255, .85);
}

#mv hgroup .sub{
	line-height: 1.4;
	margin-bottom: 1.8rem;
}

#mv hgroup .main{
	padding-top: .15em;
}

#mv hgroup .big{
	font-size: 1.38em;
	line-height: 1;
}

#mv .attention_wrapper{
	padding: 2.6em 0;
	background-color: #fff;
}

#mv h2{
	font-size: 3em;
	font-weight: 700;
	line-height: 1.6;
	width: fit-content;
	padding-left: 4.75em;
	padding-right: 1.75em;
	margin: auto;
	position: relative;
}
#mv h2::before{
	content: "";
	display: block;
	width: 3.5em;
	height: 3.1em;
	background: url(../img/attention.png) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: calc(50% - 1.55em);
}

#mv h2 .wrap{
	display: inline-block;
	padding-bottom: .33em;
	background:linear-gradient(transparent calc(100% - .1em), #464646 calc(100% - .1em));
}
#mv h2 .wrap02{
	padding-top: .15em;
}
#mv h2 .big{
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.4;
	color: var(--red);
	background:linear-gradient(transparent calc(100% - .0833em), var(--red) calc(100% - .0833em));
	padding-bottom: .33em;
}

@media screen and (max-width: 768px) {
	#mv .mv_bg{
		padding: 14.5em 0 14em;
		background-image: url(../img/mv_sp.webp);
	}
	.no-webp #mv .mv_bg{
		background-image: url(../img/mv_sp.jpg);
	}

	#mv hgroup{
		font-size: 2em;
		letter-spacing: .075em;
	}
	#mv hgroup .sub, #mv hgroup .main{
		width: fit-content;
		padding: 0 .4em;
	}

	#mv hgroup .sub{
		margin-bottom: 1rem;
	}
	
	#mv hgroup .big{
		font-size: 1.285em;
		letter-spacing: .025em;
	}

	#mv .attention_wrapper{
		padding: 1.5em 0;
		background-color: #fff;
	}
	
	#mv h2{
		font-size: 1.3em;
		width: fit-content;
		padding-left: 3.5em;
		padding-right: 0;
	}
	#mv h2::before{
		width: 3em;
		height: 2.65em;
		top: calc(50% - 1.325em);
	}

}


/************************************************************************
	cta
**************************************************************************/
.cta{
	padding: 2.8em 0 2.6em;
	background-color: var(--purple);
	overflow: hidden;
}
.cta.intro_cta{
	padding-top: 1.25em;
}

.cta .inner{
	max-width: 1100px;
	width: 94%;
}

.cta .flex_container{
	position: relative;
	z-index: 3;
}

.cta .text_wrapper{
	flex-shrink: 0;
}
.cta .text_wrapper .text01{
	font-size: 1.8em;
	width: fit-content;
	padding: .3em 1em .3em .75em;
	margin-right: 1em;
	margin-bottom: .55em;
	border-radius: .5rem;
	background-color: #fff;
}

.cta .text_wrapper .text02{
	display: block;
	font-size: 4.8em;
	line-height: 1;
	letter-spacing: -.01em;
}
.cta .text_wrapper .text02 .small{
	font-size: .5em;
}

.cta .text_wrapper .text03{
	font-size: 1.4em;
	line-height: 1;
	letter-spacing: .02em;
	margin-bottom: .5em;
}

.cta .text_wrapper .text04{
	font-size: 1.6em;
	line-height: 1.5;
}
.cta .text_wrapper .text05{
	font-size: 1.5em;
	line-height: 1.5;
}

.reserve_btn{
	display: block;
	-webkit-box-flex:1;
	flex-grow:1;
	font-size: 2.5em;
	font-weight: 700;
	color: #fff;
	text-align: center;
	max-width: 18.24em;
	padding: .95em 8%;
	margin-top: auto;
	border: .2rem solid #fff;
	border-radius: 5em;
	background-image: var(--w_gradation);
	background-image: var(--gradation);
	box-shadow: 0 .2rem .8rem .2rem rgba(0, 0, 0, .3);
	position: relative;
}
.reserve_btn:hover{
	box-shadow: 0 0 0 rgba(0, 0, 0, .16);
	transform: translateY(.33rem);
}
.reserve_btn::before{
	content: "";
	display: block;
	width: 1.28em;
	height: 2.2em;
	background: url(../img/cmn/icon_reserve.png) no-repeat center/contain;
	position: absolute;
	left: 10%;
	top: calc(50% - 1.1em);
}

.reserve_deco{
	display: block;
	font-size: .88em;/* 22/25 */
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	width: fit-content;
	padding: 0 1.5em;
	position: absolute;
	top: -1.8em;
	left: 50%;
	transform: translateX(-50%);
}
.intro_cta .reserve_deco{
	top: -2em;
}
.reserve_deco::before,
.reserve_deco::after{
	content: "";
	display: block;
	width: 1.1em;
	height: 1.27em;
	background: url(../img/cmn/diagonal01.svg) no-repeat center/contain;
	position: absolute;
	bottom: 0;
}
.reserve_deco::before{
	left: 0;
}
.reserve_deco::after{
	right: 0;
	transform: scale(-1, 1);
}

@media screen and (max-width: 768px) {
	.cta.intro_cta{
		padding-top: 1.5em;
	}

	.cta .flex_container{
		display: block;
	}

	.cta .text_wrapper{
		margin: auto auto 4em;
	}

	.cta .text_wrapper .box{
		width: 100%;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: end;
		justify-content: flex-end;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.cta .text_wrapper .text01{
		font-size: 1.25em;
		text-align: center;
		line-height: 1.5;
		padding: .3em .6em .3em .6em;
		margin-right: 2%;
		margin-bottom: 0;
		border-radius: .25rem;
	}

	.cta .text_wrapper .text02{
		font-size: 3.4em;
	}
	.cta .text_wrapper .text03{
		font-size: 1.2em;
		padding-top: .1em;
	}

	.cta .text_wrapper .text04{
		font-size: 1.25em;
	}
	.cta .text_wrapper .text05{
		font-size: 1.2em;
	}

	.reserve_btn{
		font-size: 2.1em;
		width: 100%;
		max-width: none;
		padding: .4em 12% .4em 20%;
		margin: auto;
	}

	.reserve_btn::before{
		content: "";
		display: block;
		width: 1em;
		height: 1.6em;
		left: 13%;
		top: calc(50% - .8em);
	}

	.reserve_deco{
		font-size: .75em;
		top: -1.9em;
	}
	.intro_cta .reserve_deco{
		top: -1.9em;
	}
	

}



/* 冒頭のみ
-------------------------------------------------------- */
.cta .inner02{
	width: 96%;
	max-width: 1200px;
	margin: auto;
}

.cta .strengths_list{
	font-size: 2em;
	line-height: 1.3;
	width: 96%;
	margin: auto auto 2em;
}

.cta .strengths_list li{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 16em;
	margin: auto;
}
.cta .strengths_list li:nth-of-type(2){
	width: 16.5em;
}
.cta .strengths_list li:nth-of-type(3){
	width: 16.4em;
}

.cta .strengths_list li .img{
	width: 4em;
	height: 4em;
	margin-right: -1em;
	position: relative;
	z-index: 1;
}
.cta .strengths_list li:nth-of-type(2) .img{
	width: 4.5em;
}
.cta .strengths_list li:nth-of-type(2) .img{
	width: 4.4em;
}
.cta .strengths_list li p{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	padding: 0 .25em 0 1.25em;
	-webkit-box-flex:1;
	flex-grow:1;
	height: 2.85em;
	border-radius: 0 3em 3em 0;
	background-color: #fff;
	position: relative;
}

.cta .strengths_list li p .wrapper{
	display: block;
}

@media screen and (max-width: 768px) {
	.cta .strengths_list{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		font-size: 1.4em;
		width: 96%;
		margin: auto auto 1.6em;
	}

	.cta .strengths_list li{
		display: block;
		width: 30%;
		margin-bottom: .25em;
	}
	.cta .strengths_list li:nth-of-type(2){
		width: 30%;
	}
	.cta .strengths_list li:nth-of-type(3){
		width: 30%;
	}

	.cta .strengths_list li .img{
		width: 3.2em;
		height: 3.2em;
		margin: 0 auto -1.6em;
		position: relative;
		z-index: 1;
	}
	.cta .strengths_list li:nth-of-type(2) .img{
		width: 3em;
	}
	.cta .strengths_list li:nth-of-type(3) .img{
		width: 3em;
	}

	.cta .strengths_list li p{
		line-height: 1.33;
		width: 100%;
		height: 6em;
		padding: 1.75em .1em .5em .1em;
		border-radius: .33em;
	}
	.cta .strengths_list li p :nth-of-type(2){
		width: calc(100% - 3.5em);
		padding-right: 0;
	}
}

/************************************************************************
	放っておくと深刻なリスクが・・・
**************************************************************************/
#risk{
	background-color: #f3f4ff;
}
#risk .right_wrapper{
	width: 67.2%;
}
#risk .right_wrapper.sp{
	display: none;
}

#risk .right_wrapper li{
	width: 22.7%;
	margin-bottom: 3%;
}
#risk .right_wrapper li img{
	width: 100%;
}
#risk .right_wrapper li:nth-of-type(n+4){
	margin-bottom: 0;
}

#risk .text_wrapper{
	width: 29%;
	max-width: 33.3rem;
	padding-top: 1rem;
}

@media screen and (max-width: 768px) {
	
	#risk h2{
		margin-bottom: 2em;
	}
	#risk .container{
		display: block;
	}

	#risk .right_wrapper{
		width: 100%;
	}
	#risk .right_wrapper.pc{
		display: none;
	}
	#risk .right_wrapper.sp{
		display: -webkit-box;
		display: flex;
	}
	
	#risk .right_wrapper li{
		width: 48.4%;
		margin-bottom: 2.5%;
	}
	#risk .right_wrapper li:nth-of-type(n+4){
		margin-bottom: 2.5%;
	}

	#risk .text_wrapper{
		width: 100%;
		max-width: none;
		padding-top: 2rem;
	}
}


/************************************************************************
	キュアステーションの特徴
**************************************************************************/
#feature .list li{
	width: 23%;
	max-width: 21.4rem;
	margin: 0 1% 3rem;
}

#feature .list li h3{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#feature .list{
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	#feature .list li{
		width: 48%;
		max-width: none;
		margin: 0 0 2rem;
	}

	#feature .list li .img{
		width: 90%;
		margin: auto;
	}
	
	#feature .list li h3{
		font-size: 1.3rem;
	}
}


/************************************************************************
	高血圧の症状・高血圧の治療
**************************************************************************/
.sec_primary .img{
	width: 46%;
}

.sec_primary .text_wrapper{
	width: 50%;
}

.sec_primary .text_wrapper p{
	letter-spacing: .005em;
}

@media screen and (max-width: 768px) {
	.sec_primary .flex_container{
		display: block;
	}

	.sec_primary .img{
		width: 100%;
		margin-bottom: 2rem;
	}
	
	.sec_primary .text_wrapper{
		width: 100%;
	}
}

/************************************************************************
	診療時間のご案内
**************************************************************************/
.guidance_container{
	background-color: #eff1ff;
}

.guidance_container .left_wrapper{
	width: 47%;
}

.guidance_container .left_wrapper .time_box{
	padding: 3rem 5.5% 3.75rem;
	margin-bottom: 1rem;
	border-radius: 1.5rem;
	background-color: #fff;
}

.guidance_container h2{
	margin-bottom: 1.25em;
}

.guidance_container h2 .logo{
	width: 7.43em;
	margin-right: 3%;
}

.guidance_container .left_wrapper .disk_mark{
	letter-spacing: .02em;
	padding-left: 1em;
}

.guidance_container .map{
	width: 50%;
	height: 37rem;
	border-radius: 1.5rem;
	position: relative;
	overflow: hidden;
}

.guidance_container .map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media screen and (max-width: 768px) {
	.guidance_container .inner{
		display: block;
		padding: 5rem 0 3.7rem;
	}

	.guidance_container .left_wrapper{
		width: 100%;
		margin-bottom: 1.5rem;
	}

	.guidance_container .left_wrapper .time_box{
		padding: 2rem 4%;
		margin-bottom: 2rem;
		border-radius: .75rem;
		background-color: #fff;
	}
	

	.guidance_container h2{
		margin-bottom: .25em;
	}

	.guidance_container h2 .dib{
		display: block;
		text-align: center;
	}

	.guidance_container h2 .logo{
		width: 17.7rem;
		margin: auto;
	}

	.guidance_container .left_wrapper .disk_mark{
		font-size: 1.2rem;
	}

	.guidance_container .map{
		width: 100%;
		height: auto;
		border-radius: .75rem;
	}
	.guidance_container .map::after{
		content: "";
		display: block;
		padding-top: 85%;
	}
}


/************************************************************************
	イオンモール北戸田クリニックについて
**************************************************************************/
#about .title_primary{
	padding: 0 0 1.5em;
}

#about .left_wrapper{
	width: 36%;
}

#about .left_wrapper .img{
	margin-bottom: 1.25rem;
	border-radius: .75rem;
	overflow: hidden;
}

#about .left_wrapper .name{
	letter-spacing: .1em;
}
#about .left_wrapper .name .text01,
#about .left_wrapper .name .text02,
#about .left_wrapper .name .text03{
	display: inline-block;
}
#about .left_wrapper .name .text01{
	letter-spacing: .05em;
}

#about .left_wrapper .name .text02{
	margin-right: 1em;
}

#about .right_wrapper{
	width: 60%;
}

#about .right_wrapper p{
	letter-spacing: .05em;
	margin-bottom: 1.66em;
}

@media screen and (max-width: 768px) {
	#about{
		padding-bottom: 0;
	}

	#about .flex_container{
		display: block;
	}

	#about .left_wrapper{
		width: 100%;
		margin-bottom: 2rem;
	}

	#about .left_wrapper .img{
		width: 70%;
		margin: auto auto .5rem;
	}

	#about .left_wrapper .name{
		text-align: center;
	}

	#about .right_wrapper{
		width: 100%;
	}

	#about .right_wrapper p{
		letter-spacing: .075em;
	}
	#about .right_wrapper p:nth-last-of-type(1){
		margin-bottom: 0;
	}
}


/************************************************************************
	CSSスライダー
**************************************************************************/

/*  スライダー */
.slider_wrapper{
	display: -webkit-box;
	display: flex;
	overflow: hidden;
}

.slider_wrapper .slider{
	display: -webkit-box;
	display: flex;
	animation: slider-left 80s infinite linear 0.5s both;
}

.slider .slider_item{
	width: 42rem;
	margin: 0 1px;
}
@keyframes slider-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

@media screen and (max-width: 768px) {
	.slider .slider_item{
		width: 33rem;
	}
}
