/*-----------------setting_css---------------------*/
/*-----------------/setting_css/---------------------*/
/*-----------------reset_css---------------------*/
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;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, img {
	color: #000;
	border-width: 0px;
	border-style: none;
	background: transparent;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

body {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

img {
	width: 100%;
}

.h1Tag {
	display: none;
}

@media screen and (min-width: 769px) {
	._sp {
		display: none;
	}
	._pc {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	._sp {
		display: block;
	}
	._pc {
		display: none;
	}
}
.ib {
	display: inline-block;
}

main {
	overflow: hidden;
}
main p {
	line-height: 1.5em;
	letter-spacing: 0.15em;
}

body {
	font-family: "shippori", serif;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.imgbox {
	position: relative;
}
.imgbox .imgnote {
	position: absolute;
	font-size: 10px;
	right: 3px;
	bottom: 3px;
	text-shadow: 0 0 5px #000;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.01em;
}

.anno {
	font-size: 10px;
	letter-spacing: 0.01em;
}

.annobox {
	max-width: 1100px;
	margin: 0 auto;
	padding: 5vw;
}

img._pc {
	display: block !important;
}
img._sp {
	display: none !important;
}

br._tb {
	display: none;
}

@media screen and (max-width: 1200px) {
	br._tb {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	br._tb {
		display: none;
	}
	img._pc {
		display: none !important;
	}
	img._sp {
		display: block !important;
	}
}
@media screen and (max-width: 768px) {
	.flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	/*@media screen end*/
}
/*-----------------common---------------------*/
.com-ttl {
	font-size: 35px;
	font-size: clamp(18px, 5vw, 35px);
}
.com-lead--l {
	font-size: 30px;
	font-size: clamp(18px, 4vw, 30px);
}
.com-lead {
	font-size: 25px;
	font-size: clamp(15px, 3vw, 25px);
}
.com-lead--s {
	font-size: 20px;
	font-size: clamp(15px, 2.5vw, 20px);
}
.com-text--l {
	font-size: 18px;
	font-size: clamp(12px, 1.5vw, 18px);
}
.com-text {
	font-size: 15px;
	font-size: clamp(12px, 1.3vw, 15px);
}
.com-txt {
	font-size: 12px;
	font-size: clamp(10px, 1.1vw, 12px);
}

@media screen and (max-width: 768px) {
	.com-ttl {
		font-size: clamp(10px, 8vw, 35px);
	}
	.com-lead--l {
		font-size: clamp(10px, 5.5vw, 30px);
	}
	.com-lead {
		font-size: clamp(10px, 4.5vw, 25px);
	}
	.com-lead--s {
		font-size: clamp(10px, 4vw, 20px);
	}
	.com-text--l {
		font-size: clamp(10px, 3.8vw, 18px);
	}
	.com-text {
		font-size: clamp(10px, 3.5vw, 15px);
	}
	.com-txt {
		font-size: clamp(10px, 3vw, 12px);
	}
	/*@media screen end*/
}
.com-w800 {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
}
.com-w1000 {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
.com-w1200 {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.com-w1400 {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}
.com-min--vh100 {
	min-height: 100vh;
}

.com-imgbox {
	position: relative;
}
.com-imgnote {
	position: absolute;
	bottom: 3px;
	right: 3px;
	font-size: 10px;
	letter-spacing: 0.05em;
}
.com-notebox {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
@media screen and (max-width: 768px) {
	.com-notebox {
		padding: clamp(20px, 6vw, 50px) 0;
	}
}
.com-note {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	text-align: left;
}

.com-fs10 {
	font-size: 10px;
}
.com-fs12 {
	font-size: 12px;
}
.com-texR {
	text-align: right;
}
.com-texC {
	text-align: center;
}
.com-col--wh {
	color: #fff;
}
.com-col--bk {
	color: #000;
}
.com-tex__shadow--wh {
	text-shadow: 0 0 10px #fff;
}
.com-tex__shadow--bk {
	text-shadow: 0 0 10px #000;
}

.com-flbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.com-flbox--ac {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.com-flbox--jc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/*-----------------linkstyle---------------------*/
.com-linkbox {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	margin: 50px auto;
}
.com-linkbox__fl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.com-linkbtn {
	width: 32%;
	margin: 0 0.6666666667%;
}
.com-linkbtn a p {
	color: #fff;
	text-align: center;
	padding: 12px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: clamp(12px, 1.3vw, 15px);
}
.com-linkbtn-map a p {
	background: #9eb8a4;
}
.com-linkbtn-outline a p {
	background: #b89ead;
}
.com-linkbtn-request a p {
	background: #9ea6b8;
}
.com-linkbtn-reserve a p {
	background: #8b729c;
}
.com-linkbtn-online a p {
	background: #968375;
}
@media screen and (min-width: 767px) {
	.com {
		/*@media screen end*/
	}
	.com-linkbtn a {
		opacity: 1;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	.com-linkbtn a:hover {
		opacity: 0.5;
	}
}
@media screen and (max-width: 768px) {
	.com {
		/*@media screen end*/
	}
	.com-linkbox {
		width: 95%;
	}
	.com-linkbtn {
		width: 100%;
		margin: 10px auto 0;
	}
	.com-linkbtn a p {
		font-size: clamp(10px, 3.5vw, 15px);
	}
}

/*-----------------/linkstyle/---------------------*/
#top .mv .slide {
	position: relative;
}
#top .mv .mv_item {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-filter: blur(100px);
	        filter: blur(100px);
}
#top .mv .mv_item.show {
	opacity: 1;
	-webkit-transition: 1.2s;
	transition: 1.2s;
	-webkit-filter: blur(0);
	        filter: blur(0);
}
#top .mv .mv_item._sp {
	display: none;
}
#top .mv .mv_item.scr {
	mix-blend-mode: screen;
}
#top .mv .imgnote {
	position: absolute;
	right: 5px;
	bottom: 3px;
	text-shadow: 0 0 5px #000;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
	#top {
		/*@media screen end*/
	}
	#top .mv {
		margin-top: 50px;
	}
	#top .mv .mv_item._sp {
		display: block;
	}
	#top .mv .mv_item._pc {
		display: none;
	}
	#top .mv .imgnote {
		top: auto;
		bottom: 5px;
	}
}
#top .sec .ttlbox {
	padding: 10vw 0;
	text-align: center;
}
#top .sec .ttlbox .ttl {
	max-width: 250px;
	width: 80%;
}
#top .sec .ttlbox .ttl._s {
	max-width: 200px;
	width: 70%;
}
#top .sec .ttlbox .ttl._l {
	max-width: 300px;
	width: 90%;
}
#top .sec .ttlbox .subttl {
	margin-top: 1vw;
	color: #a48b78;
	font-family: "inter";
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: clamp(10px, 1vw, 14px);
	letter-spacing: 0.01em;
}
#top .sec .copybox {
	position: relative;
}
#top .sec .copybox .txtbox {
	position: absolute;
	top: 5vw;
	left: 10vw;
}
#top .sec .copybox .txtbox p {
	color: #fff;
}
#top .sec .copybox .txtbox .p01 {
	margin: 3vw 0;
	font-size: clamp(10px, 2vw, 30px);
	line-height: 2;
}
#top .sec .copybox .txtbox .p02 {
	margin-top: 3vw;
	font-size: clamp(10px, 1vw, 16px);
	line-height: 3;
}
@media screen and (max-width: 768px) {
	#top {
		/*@media screen end*/
	}
	#top .sec .ttlbox {
		padding: 100px 0;
	}
	#top .sec .ttlbox .ttl {
		width: 45%;
	}
	#top .sec .ttlbox .ttl._s {
		width: 40%;
	}
	#top .sec .ttlbox .ttl._l {
		width: 55%;
	}
	#top .sec .copybox .txtbox {
		top: 2vw;
		left: 5vw;
	}
	#top .sec .copybox .txtbox .p01 {
		font-size: clamp(10px, 4.5vw, 30px);
	}
	#top .sec .copybox .txtbox .p02 {
		font-size: clamp(10px, 3vw, 16px);
		line-height: 1.5;
	}
}
#top .sec._main {
	padding: 7vw 0 10vw;
}
#top .sec._main .ttlbox_main {
	margin-bottom: 5vw;
}
#top .sec._main .ttlbox_main .ttl {
	max-width: 100%;
	text-align: center;
	font-size: clamp(10px, 10vw, 20px);
	line-height: 1.8;
}
#top .sec._main .ttlbox_main .ttl span {
	font-size: clamp(10px, 10vw, 45px);
	letter-spacing: 0.2em;
}
#top .sec._main .mrtbox {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#top .sec._main .mrtbox .first {
	width: 100%;
	margin-top: 0;
	border-bottom: 1px solid #231815;
}
#top .sec._main .mrtbox .first p {
	font-size: clamp(10px, 3.5vw, 35px);
	line-height: 1.2;
}
#top .sec._main .mrtbox .first .num {
	font-family: "cormo";
	font-size: 1.4em;
}
#top .sec._main .mrtbox li {
	width: calc(33.3333333333% - 2px);
	margin-top: 20px;
	padding: 5px 0 10px;
	border-right: 1px solid #231815;
	text-align: center;
}
#top .sec._main .mrtbox li p {
	font-size: clamp(10px, 2.2vw, 20px);
	letter-spacing: 0.05em;
}
#top .sec._main .mrtbox .br_n {
	border-right: none;
}
#top .sec._main .mrtbox .s_txt {
	font-size: clamp(10px, 1.4vw, 16px);
}
#top .sec._main .mrtbox .rel {
	position: relative;
}
#top .sec._main .mrtbox .rel .abs {
	position: absolute;
	bottom: -2em;
	right: 0;
	font-size: 8px;
	letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
	#top {
		/*@media screen end*/
	}
	#top .sec._main .ttlbox_main .ttl {
		font-size: clamp(10px, 4vw, 20px);
	}
	#top .sec._main .ttlbox_main .ttl span {
		font-size: clamp(10px, 8vw, 45px);
	}
	#top .sec._main .mrtbox .first p {
		font-size: clamp(10px, 5vw, 35px);
	}
	#top .sec._main .mrtbox li {
		width: 100%;
		margin-top: 2vw;
		padding: 0 0 4vw;
		border-right: none;
		border-bottom: 1px solid #231815;
	}
	#top .sec._main .mrtbox li p {
		font-size: clamp(10px, 5vw, 35px);
	}
	#top .sec._main .mrtbox .s_txt {
		font-size: clamp(10px, 3vw, 16px);
	}
	#top .sec._main .mrtbox .rel .abs {
		bottom: -2.2em;
		font-size: 7px;
	}
}
#top .sec._con {
	position: relative;
	background: url(../img/bg_con.png);
	background-position: bottom;
	background-size: cover;
}
#top .sec._con .txtbox {
	max-width: 1200px;
	width: 80%;
	margin: 0 auto;
	padding: 8vw 0 135vw;
	background: #fff;
	text-align: center;
}
#top .sec._con .txtbox .img01 {
	max-width: 450px;
	width: 70%;
}
#top .sec._con .txtbox .img02 {
	max-width: 100px;
	width: 50%;
}
#top .sec._con .txtbox .p01 {
	margin: 3vw 0;
	font-size: clamp(10px, 3.5vw, 30px);
}
#top .sec._con .txtbox .p02 {
	margin-top: 3vw;
	font-size: clamp(10px, 2.5vw, 16px);
	line-height: 3;
}
#top .sec._con .imgbox {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	#top {
		/*@media screen end*/
	}
	#top .sec._con .txtbox {
		width: 90%;
		padding: 20vw 0 170vw;
	}
	#top .sec._con .txtbox .img02 {
		width: 20%;
	}
	#top .sec._con .txtbox .p01 {
		margin: 40px 0;
		font-size: clamp(10px, 5vw, 30px);
	}
	#top .sec._con .txtbox .p02 {
		margin-top: 40px;
	}
	#top .sec._con br._tb {
		display: block;
	}
}
#top .sec._acc .box._t {
	position: relative;
}
#top .sec._acc .box._t img {
	margin-top: -3px;
	display: block;
}
#top .sec._acc .box._t .imgnote {
	text-align: right;
	font-size: 10px;
	letter-spacing: 0.01em;
}
#top .sec._acc .box._b {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding-top: 5vw;
}
#top .sec._acc .box._b .item._l {
	width: 42%;
}
#top .sec._acc .box._b .item._l .p01 {
	font-size: clamp(10px, 3.5vw, 22px);
}
#top .sec._acc .box._b .item._l .p02 {
	margin-top: 2vw;
	font-size: clamp(10px, 3vw, 14px);
	line-height: 2.5;
	letter-spacing: 0.01em;
}
#top .sec._acc .box._b .item._l .img01 {
	width: 90%;
	margin-top: 4vw;
	display: block;
}
#top .sec._acc .box._b .item._r {
	width: 48%;
}
#top .sec._acc .imgbox._01 {
	max-width: 1200px;
	width: 90%;
	margin: 5vw auto;
}
#top .sec._acc .imgbox._02 .imgnote {
	bottom: 3vw;
}
#top .sec._acc .imgnote._b {
	color: #000;
	text-shadow: none;
	bottom: -2vw;
}
@media screen and (max-width: 768px) {
	#top {
		/*@media screen end*/
	}
	#top .sec._acc .box._b {
		padding-top: 40px;
	}
	#top .sec._acc .box._b .item._l {
		width: 90%;
	}
	#top .sec._acc .box._b .item._l .p01 {
		font-size: clamp(10px, 4.5vw, 22px);
	}
	#top .sec._acc .box._b .item._l .p02 {
		margin-top: 20px;
		line-height: 2;
	}
	#top .sec._acc .box._b .item._l .img01 {
		width: 100%;
		margin-top: 40px;
	}
	#top .sec._acc .box._b .item._r {
		width: 90%;
		margin-top: 40px;
	}
	#top .sec._acc .imgbox._01 {
		width: 80%;
		margin: 50px auto;
	}
	#top .sec._acc .imgbox._02 .imgnote {
		bottom: 0;
	}
}
#top .sec._pos .copybox {
	margin-bottom: -2vw;
}
#top .sec._pos .box._01 .item._l {
	width: 32%;
	margin-left: 15vw;
}
#top .sec._pos .box._01 .item._r {
	width: 40%;
}
#top .sec._pos .box._02 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 5vw 0;
}
#top .sec._pos .box._02 .p01 {
	margin-bottom: 3vw;
	font-size: clamp(10px, 2vw, 22px);
	text-align: center;
}
#top .sec._pos .box._02 .p02 {
	font-size: clamp(10px, 1vw, 14px);
	line-height: 2;
	letter-spacing: 0.01em;
}
#top .sec._pos .box._02 .p02 sup {
	position: relative;
	top: -0.5em;
	font-size: 10px;
}
#top .sec._pos .box._02 .txtbox {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
}
#top .sec._pos .box._03 .item._l {
	width: 40%;
}
#top .sec._pos .box._03 .item._r {
	width: 32%;
	margin-right: 15vw;
}
#top .sec._pos .img01, #top .sec._pos .img03 {
	margin-top: -2vw;
	display: block;
}
#top .sec._pos .img02 {
	margin-top: 3vw;
	display: block;
}
@media screen and (max-width: 768px) {
	#top {
		/*@media screen end*/
	}
	#top .sec._pos .box._01 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	#top .sec._pos .box._01 .item._l {
		width: 58%;
		margin-left: 5vw;
	}
	#top .sec._pos .box._02 {
		padding: 40px 0;
	}
	#top .sec._pos .box._02 .p01 {
		margin-bottom: 30px;
		font-size: clamp(10px, 3.5vw, 22px);
	}
	#top .sec._pos .box._02 .txtbox {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;
	}
	#top .sec._pos .box._03 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	#top .sec._pos .box._03 .item._r {
		width: 58%;
		margin-right: 5vw;
	}
	#top .sec._pos .img02 {
		margin-top: 30px;
	}
	#top .sec._pos .img02.scrl {
		width: 300%;
	}
	#top .sec._pos .scrlbox {
		width: 110%;
		overflow: scroll;
		position: relative;
	}
	#top .sec._pos .swipe {
		max-width: 300px;
		width: 50%;
		position: absolute;
		top: 50%;
		left: 45%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		-webkit-transition: 1s;
		transition: 1s;
	}
	#top .sec._pos .swipe.hidden {
		opacity: 0;
		-webkit-transition: 1s;
		transition: 1s;
	}
}
#top .sec._des p {
	color: #fff;
}
#top .sec._des .p01 {
	margin-bottom: 2vw;
	font-size: clamp(10px, 2vw, 30px);
	line-height: 2;
}
#top .sec._des .p02 {
	margin-bottom: 5vw;
	font-size: clamp(10px, 1vw, 16px);
	line-height: 2.5;
	letter-spacing: 0.01em;
}
#top .sec._des .box {
	padding: 8vw 0;
	margin-top: -1px;
	background: #000;
	position: relative;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
#top .sec._des .item._l {
	max-width: 1100px;
	width: 35%;
	margin-right: 5%;
}
#top .sec._des .item._r {
	width: 40%;
}
#top .sec._des .img00 {
	width: 60%;
	position: absolute;
	top: 0;
	right: 0;
}
#top .sec._des .img01 {
	margin-bottom: 5vw;
}
#top .sec._des .img02 {
	width: 125%;
	margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
	#top {
		/*@media screen end*/
	}
	#top .sec._des .p01 {
		margin-bottom: 30px;
		font-size: clamp(10px, 4.5vw, 30px);
	}
	#top .sec._des .p02 {
		margin-bottom: 30px;
	}
	#top .sec._des .box {
		padding-top: 60px;
	}
	#top .sec._des .item._l {
		width: 90%;
		margin: 0 auto;
		position: static;
	}
	#top .sec._des .item._r {
		width: 90%;
		margin: 0 auto;
	}
	#top .sec._des .img00 {
		width: 120%;
		top: auto;
		bottom: -35vw;
	}
	#top .sec._des .img01 {
		width: 95%;
		margin: 10vw 0;
		margin-left: auto;
	}
}
#top .sec._pla .p01 {
	margin-bottom: 7vw;
	font-size: clamp(10px, 2vw, 22px);
	text-align: center;
}
#top .sec._pla ul {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 8%;
}
#top .sec._pla li {
	width: 28%;
	margin-bottom: 8%;
	padding: 2vw 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #9d9798;
	position: relative;
}
#top .sec._pla li.for_space {
	padding: 0;
}
#top .sec._pla li a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
#top .sec._pla li a:hover {
	background: #655e5f;
	opacity: 0.7;
	-webkit-transition: 1s;
	transition: 1s;
}
#top .sec._pla li p {
	color: #fff;
	font-family: "cormo", serif;
	text-align: center;
}
#top .sec._pla li .p02 {
	margin-bottom: 1vw;
	font-size: clamp(10px, 10vw, 70px);
	line-height: 1;
}
#top .sec._pla li .p03 {
	margin: 1.8em 0 1.5em;
	font-size: clamp(10px, 4vw, 20px);
	letter-spacing: 0.01em;
	line-height: 1.2em;
}
#top .sec._pla li .p03.for_2l {
	margin: 0;
	margin-bottom: 1em;
}
#top .sec._pla li .p03 span {
	font-size: 1.3em;
}
#top .sec._pla li .p04 {
	font-size: clamp(10px, 10vw, 35px);
	letter-spacing: 0.01em;
}
#top .sec._pla li .p04 .l_txt {
	font-size: 1.5em;
}
#top .sec._pla li .p04 .s_txt {
	font-size: 0.7em;
}
@media screen and (max-width: 768px) {
	#top {
		/*@media screen end*/
	}
	#top .sec._pla .p01 {
		font-size: clamp(10px, 4.5vw, 22px);
	}
	#top .sec._pla ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	#top .sec._pla li {
		width: 46%;
		padding: 30px 0;
	}
	#top .sec._pla li .p03 {
		margin: 0.8em 0 1.5em;
	}
}
#top .sec._qua .p01 {
	margin-bottom: 7vw;
	font-size: clamp(10px, 2vw, 22px);
	text-align: center;
}
#top .sec._qua .p01._b {
	margin-bottom: 3vw;
}
#top .sec._qua .p02 {
	font-family: "inter";
	font-weight: 700;
	font-size: clamp(10px, 3.5vw, 40px);
	letter-spacing: 0.01em;
	text-align: center;
}
#top .sec._qua .box._t {
	margin-top: -5vw;
	padding-top: 10vw;
	background: url(../img/bg_qua.png);
	background-position: top;
	background-size: cover;
}
#top .sec._qua .box._t img {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	display: block;
}
#top .sec._qua .box._b {
	margin-top: 10vw;
}
#top .sec._qua .box._b .img {
	max-width: 440px;
	width: 35%;
	margin: 0 auto;
	display: block;
}
#top .sec._qua .box._b ul {
	max-width: 1200px;
	width: 90%;
	margin: 5vw auto 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#top .sec._qua .box._b li {
	width: 18%;
	margin-bottom: 1vw;
}
#top .sec._qua .box._b li .p03 {
	margin-top: 10px;
	font-family: sans-serif;
	font-weight: 700;
	font-size: clamp(8px, 1vw, 14px);
	letter-spacing: 0.01em;
	text-align: center;
}
#top .sec._qua .box._b li .p04 {
	font-size: clamp(8px, 0.8vw, 10px);
	letter-spacing: 0.01em;
	text-align: right;
}
#top .sec._qua .box._b li .p04.cnt {
	text-align: center;
}
#top .sec._qua .box._b li .p05 {
	font-size: clamp(8px, 0.8vw, 10px);
	letter-spacing: 0.01em;
	text-align: left;
}
#top .sec._qua .box._b li .imgnote.blk {
	color: #000;
	text-shadow: none;
}
@media screen and (max-width: 768px) {
	#top {
		/*@media screen end*/
	}
	#top .sec._qua .p01 {
		font-size: clamp(10px, 4.5vw, 22px);
	}
	#top .sec._qua .p01._b {
		margin-bottom: 50px;
	}
	#top .sec._qua .p02 {
		font-size: clamp(10px, 5.5vw, 40px);
	}
	#top .sec._qua .box._b {
		margin-top: 80px;
	}
	#top .sec._qua .box._b .img {
		max-width: 520px;
		width: 70%;
	}
	#top .sec._qua .box._b ul {
		margin-top: 50px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	#top .sec._qua .box._b li {
		width: 48%;
		margin-bottom: 30px;
	}
	#top .sec._qua .box._b li .p03 {
		font-size: clamp(8px, 3vw, 14px);
	}
}
#top .sec._bra {
	padding-bottom: 10vw;
	background: url(../img/bg_bra.jpg);
	background-position: bottom;
	background-size: cover;
}
#top .sec._bra .p01 {
	margin-bottom: 7vw;
	font-size: clamp(10px, 2vw, 22px);
	text-align: center;
}
#top .sec._bra .img01 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	display: block;
}
#top .sec._bra .box {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}
#top .sec._bra .box .img02 {
	max-width: 400px;
	width: 80%;
	margin: 8vw auto;
	display: block;
}
#top .sec._bra .box .img03 {
	margin-bottom: 5vw;
}
#top .sec._bra .box .img04 {
	margin-bottom: 3vw;
}
#top .sec._bra .box .img05 {
	margin-top: 5vw;
}
#top .sec._bra .box .p02 {
	font-size: clamp(10px, 3vw, 16px);
}
#top .sec._bra .box .p02 sup {
	position: relative;
	top: -0.5em;
	font-size: 10px;
	letter-spacing: 0.01em;
}
#top .sec._bra .box .anno {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	#top {
		/*@media screen end*/
	}
	#top .sec._bra {
		padding-bottom: 100px;
	}
	#top .sec._bra .p01 {
		margin-bottom: 40px;
		font-size: clamp(10px, 4.5vw, 22px);
	}
	#top .sec._bra .box .img02 {
		margin: 60px auto;
	}
	#top .sec._bra .box .img03 {
		margin-bottom: 40px;
	}
	#top .sec._bra .box .img04 {
		margin-bottom: 30px;
	}
	#top .sec._bra .box .img05 {
		margin-top: 60px;
	}
	#top .sec._bra .box .p02 {
		font-size: clamp(10px, 3.5vw, 16px);
	}
}
#top .sec._bra_b {
	padding: 120px 0 0;
}
#top .sec._bra_b .bgwrap {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding: 120px 0;
	background: url(../img/bg_bra_b.png);
	background-position: top;
	background-size: cover;
}
#top .sec._bra_b .img01 {
	max-width: 300px;
	width: 90%;
	margin: 0 auto 60px;
	display: block;
}
#top .sec._bra_b .img02 {
	max-width: 280px;
	width: 85%;
	margin: 0 auto 60px;
	display: block;
}
#top .sec._bra_b p {
	text-align: center;
}
#top .sec._bra_b .p01 {
	margin-bottom: 40px;
	font-size: clamp(10px, 2vw, 22px);
}
#top .sec._bra_b .p02 {
	font-size: clamp(10px, 1vw, 16px);
	line-height: 2;
	letter-spacing: 0.01em;
}
#top .sec._bra_b .p03 {
	margin-top: 5px;
	font-size: clamp(10px, 1vw, 16px);
	letter-spacing: 0.01em;
	line-height: 1.1;
	text-align: left;
}
#top .sec._bra_b .p03 span {
	font-size: 0.8em;
}
#top .sec._bra_b hr {
	max-width: 250px;
	width: 70%;
	margin: 80px auto;
	color: #3e3a39;
	text-align: center;
}
#top .sec._bra_b ul {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 5%;
}
#top .sec._bra_b ul._t {
	margin-top: 80px;
}
#top .sec._bra_b ul._b {
	margin-top: 30px;
}
#top .sec._bra_b li {
	width: 30%;
}
@media screen and (max-width: 768px) {
	#top {
		/*@media screen end*/
	}
	#top .sec._bra_b {
		padding: 20vw 0;
	}
	#top .sec._bra_b .bgwrap {
		padding: 20vw 0 10vw;
	}
	#top .sec._bra_b .img01 {
		width: 70%;
		margin-bottom: 12vw;
	}
	#top .sec._bra_b .img02 {
		width: 60%;
		margin-bottom: 12vw;
	}
	#top .sec._bra_b .p01 {
		margin-bottom: 12vw;
		font-size: clamp(10px, 5vw, 22px);
	}
	#top .sec._bra_b .p02 {
		font-size: clamp(10px, 3.8vw, 16px);
	}
	#top .sec._bra_b .p03 {
		font-size: clamp(10px, 3.8vw, 16px);
	}
	#top .sec._bra_b hr {
		margin: 15vw auto;
	}
	#top .sec._bra_b ul._t {
		margin-top: 12vw;
	}
	#top .sec._bra_b ul._b {
		margin-top: 0;
	}
	#top .sec._bra_b li {
		width: 90%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	#top {
		/*@media screen end*/
	}
	#top ruby rt {
		-webkit-transform: translateY(0.5em);
		        transform: translateY(0.5em);
	}
}
/*# sourceMappingURL=top.css.map */