@charset "utf-8";

/* ---------------
	reset
--------------------*/
body, div, main,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1.6rem;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
textarea {
	padding: 2px 4px;
	font-size: 1.6rem;
	line-height: 1;
	color: #444;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	color: #444;
}

p {
	line-height: 1.5;
}

img {
	border: none;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

*,*::before,*::after{
	box-sizing: border-box;
}

em {
	font-style: normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

input[type='search'] {
	-webkit-appearance: none;
}

/* ---------------
　　　共用
--------------- */

:root {
	--col-site-red: #c6000b;
}

html {
    font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #333;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
  	font-optical-sizing: auto;
	font-family: 'Noto Sans JP', sans-serif;
}

a:link {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.1s ease;
}

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

a:active {
	border: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.1s ease;
}

.main a:hover {
	opacity: inherit !important;
}

:focus:not(:focus-visible) {
	outline: none;
}

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

	.alpha a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition: opacity 0.25s ease 0s;
	}

	.alpha a {
		-webkit-transition: all 0.1s ease 0s;
		-moz-transition: all 0.1s ease 0s;
		transition: opacity 0.25s ease 0s;
	}

}

.sp {
	display: none;
}

.pc {
	display: block;
}

a[href^="tel:"] {
    text-decoration: none !important;
}

img.fit {
	width: 100%;
	height: auto;
}

img.trim_center {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a[href^="no_large"] {
    pointer-events: none;
}

.wrapper {
	position: relative;
}

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

	.wrapper {
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.columnImage {
		width: 100%;
	}

}

a.nolink {
	cursor: default;
	text-decoration: none !important;
    pointer-events: none;
}

@media screen and (min-width: 1000px) {

	a[href^="tel:"] {
	    pointer-events: none;
	}

}

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

	.main {
		position: relative;
	}

}

.center {
	text-align: center;
}

/* -----------------
	top
----------------- */

.top .wrapper {
	background: #000;
}

.top .main {
	background: #000;
	z-index: 3;
}

.top .l-header {
	position: fixed;
}

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

	.lg_1.top .l-header,
	.lg_2.top .l-header,
	.lg_3.top .l-header,
	.lg_4.top .l-header {
		top: 100px;
	}

}


.top_scroll_over {
	position: relative;
	z-index: 2;
}

.top_header {
	position: relative;
	text-align: center;
	z-index: 2;
	width: 100%;
	height: 100%;
}

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

	.top_header {
		top: 110px;
	}

	.lg_1 .top_header,
	.lg_2 .top_header,
	.lg_3 .top_header,
	.lg_4 .top_header {
		top: 210px;
	}

}

.top_header_overlay {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 0.7s ease 0s;
}

.top_header_overlay.disp {
	opacity: 1;
}

.top_header::-webkit-scrollbar{
	display:none;
}

.top_header .header {
	position: fixed;
	top: 0px;
	left: 0;
}

.top_header_slide_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	top: 75px;
	height: calc(100vh - 75px);
}

.top_header_slide,
.top_header_slide .back_img {
	height: calc(100vh - 75px);
}

.top_header_slide .back_img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

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

	.top_header_slide_wrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1;
		top: 110px;
	}

	.lg_1 .top_header_slide_wrapper,
	.lg_2 .top_header_slide_wrapper,
	.lg_3 .top_header_slide_wrapper,
	.lg_4 .top_header_slide_wrapper {
		top: 210px;
	}

	.top_header_slide,
	.top_header_slide .back_img {
		height: calc(100vh - 110px);
	}

	.lg_1 .top_header_slide,
	.lg_1 .top_header_slide .back_img,
	.lg_2 .top_header_slide,
	.lg_2 .top_header_slide .back_img,
	.lg_3 .top_header_slide,
	.lg_3 .top_header_slide .back_img,
	.lg_4 .top_header_slide,
	.lg_4 .top_header_slide .back_img {
		height: calc(100vh - 210px);
	}

}

.top_header_title {
	padding: 0;
	position: relative;
	z-index: 2;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mc_animation_container {
	margin:auto;
	position: relative;
}

#mc_canvas {
	position: absolute;
	display: block;
	width: 100% !important;
}

#mc_dom_overlay_container {
	pointer-events:none;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100% !important;
}

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

	.top_header_title {
		display: flex;
		justify-content: center;
		align-items: center;
		height: calc(100vh - 110px);
	}

	.lg_1 .top_header_title,
	.lg_2 .top_header_title,
	.lg_3 .top_header_title,
	.lg_4 .top_header_title {
		height: calc(100vh - 210px);
	}

	#mc_animation_container {
		width: 800px;
		height: 530px;
	}

	#mc_canvas {
		width: 800px;
		height: 530px;
	}

	#mc_dom_overlay_container {
		width: 800px;
		height: 530px;
	}

}

.top_header_desc {
	margin: 100px 0 0;
	padding: 0 0 100px;
	position: relative;
	z-index: 2;
}

.top_header_desc .header_title1 {
	margin: 0 auto 55px;
	width: 290px;
}

.top_header_desc h2 {
	margin: 0 0 35px;
	font-size: 2.8rem;
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
}

.top_header_desc p {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}

.top_header_desc .header_title2 {
	margin: 35px auto;
	display: block;
	width: 240px;
}

.top_header_desc .header_title3 {
	margin: 35px 0 0;
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
}

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

	.top_header_desc {
		margin: 1000px 0 0;
		padding: 0 0 290px;
	}

	.top_header_desc .header_title1 {
		margin: 0 auto 75px;
		width: 600px;
	}

	.top_header_desc h2 {
		margin: 0 0 60px;
		font-size: 3.2rem;
	}

	.top_header_desc p {
		font-size: 2.4rem;
	}

	.top_header_desc .header_title2 {
		margin: 50px auto 30px;
		width: 335px;
	}

	.top_header_desc .header_title3 {
		margin: 45px 0 0;
		font-size: 3.2rem;
	}

}

.top_event {
	padding: 35px 0 40px;
	position: relative;
	background: #000;
}

.top_event .inner {
}

.top_event h2 {
	margin: 0 0 25px 20px;
	font-size: 2.2rem;
	font-weight: bold;
	position: relative;
	z-index: 2;
	color: #fff;
	display: flex;
	align-items: flex-end;
}

.top_event h2 span {
	padding: 0 0 0 10px;
	font-size: 1.4rem;
	display: inline-block;
}

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

	.top_event {
		padding: 90px 0;
	}

	.top_event .inner {
		width: min(95%,1470px);
		margin: 0 auto;
	}

	.top_event h2 {
		margin: 0 0 25px 80px;
		font-size: 2.6rem;
	}

}

.top_event_slide_wrapper {
	position: relative;
	z-index: 2;
}

.top_event_slide {
	margin: 0 0 20px;
}

.top_event_slide .slide_box {
	margin: 0 15px;
	width: 300px;
}

.top_event_slide figure {
	margin: 0 0 15px;
	border-radius: 10px;
	max-height: 225px;
	overflow: hidden;
}

.top_event_slide p {
	color: #fff;
	font-size: 1.4rem;
}

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

	.top_event_slide {
		margin: 0 55px 40px;
	}

	.top_event_slide .slide_box {
		margin: 0 25px;
	}

	.top_event_slide figure {
		max-height: 300px;
	}

	img.hv_zm {
		transition: all 0.3s ease 0s;
	}

	img.hv_zm:hover {
		transform: scale(1.05);
	}

	.top_event_slide p {
		font-size: 1.6rem;
	}

}

.top_slide_navi {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.top_slide_navi button {
	width: 15px;
	height: 22px;
	border: none;
	padding: 0;
}

.top_slide_navi .slide_prev {
	margin-right: 10px;
	background: url(../images/top/btn_left2.png) no-repeat 0 0 / cover;
}

.top_slide_navi .slide_next {
	margin-left: 10px;
	background: url(../images/top/btn_right2.png) no-repeat 0 0 / cover;
}

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



	.top_event_navi.top_slide_navi > button {
		width: 35px;
		height: 93px;
		position: absolute;
		top: calc(36% - 50px);
	}

	.top_slide_navi .slide_prev {
		left: 0;
		background: url(../images/top/btn_left.png) no-repeat 0 0 / cover;
	}

	.top_slide_navi .slide_next {
		right: 0;
		background: url(../images/top/btn_right.png) no-repeat 0 0 / cover;
	}

}

.top_slide_dot ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_slide_dot li {
	margin: 0 10px;
}

.top_slide_dot li button {
	padding: 0;
	display: block;
	background: #d6d6d6;
	border-radius: 15px;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	border: none;
}

.top_slide_dot li.slick-active button {
	background: var(--col-site-red);
}

.top_news {
	padding: 40px 0 45px;
	background: #fff;
	position: relative;
	z-index: 3;
}

.top_news h2 {
	margin: 0 0 0 20px;
	font-size: 2.2rem;
	font-weight: bold;
}

.top_news h2 span {
	padding: 0 0 0 10px;
	font-size: 1.4rem;
}

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

	.top_news {
		padding: 120px 0;
	}

	.top_news .inner {
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		width: min(95%,1440px);
	}

	.top_news h2 {
		margin: 0;
		font-size: 3.2rem;
		max-width: 270px;
		width: 18.75%;
	}

	.top_news h2 span {
		padding: 18px 0 0 0;
		display: block;
	}

}

.top_news_list {
	margin: 0 0 20px;
}

.top_news_list li {
	margin: 0;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #dbdbdb;
}

.top_news_list li a {
	padding: 20px 75px 20px 20px;
	background: #fff;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.top_news_list li a::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: var(--col-site-red);
	transition: all 0.5s ease 0s;
}

.top_news_list li time {
	font-size: 1.6rem;
	font-weight: 500;
	display: block;
	width: 100%;
}

.top_news_list li h3 {
	margin: 5px 0 0;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
}

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

	.top_news_column {
		width: 81.25%;
	}

	.top_news_list {
		margin: 0 0 30px;
	}

	.top_news_list li a {
		padding: 28px 100px 28px 30px;
		flex-wrap: nowrap;
	}

	.top_news_list li a:hover::after {
		width: 100%;
	}

	.top_news_list li time {
		margin: 0 0 auto;
		width: auto;
	}

	.top_news_list li h3 {
		margin: 0 0 0 35px;
	}

}

.icon_red {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	width: 40px;
	height: 40px;
}

.icon_arrow {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: var(--col-site-red) url(../images/common/link_b_w.svg) no-repeat center center / 16px auto;
	transition: all 0.25s ease 0s;
}

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

	.icon_red {
		right: 30px;
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}

	.icon_arrow::after {
		position: absolute;
		content: '';
		width: 16px;
		height: 16px;
		top: 0;
		bottom: 0;
		left: -100%;
		margin: auto;
		background: url(../images/common/link_b_w.svg) no-repeat center center / 16px auto;
		transition: all 0.25s ease 0s;
	}

	a:hover .icon_red {
		width: 50px;
		height: 50px;
	}

	a:hover .icon_arrow {
		width: 50px;
		height: 50px;
		background-position: right -16px center;
	}

	a:hover .icon_arrow::after {
		left: 18px;
		transition: all 0.25s 0.2s ease;
	}

}

.top_news .btn_link {
	margin: 0 0 0 20px;
	display: inline-block;
}

.top_news .btn_link a {
	padding: 0 25px 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	background: url(../images/common/link_s_r.svg) no-repeat right center / 15px auto;
	position: relative;
	z-index: 2;
}

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

	.top_news .btn_link {
		margin: 0;
		overflow: hidden;
		position: relative;
		padding: 0px;
		transition: all 0.3s ease 0s;
	}

	.top_news .btn_link::after {
		position: absolute;
		content: '';
		left: 0px;
		top: 0px;
		width: calc(100% + 0px);
		height: calc(100% + 0px);
		border: 2px solid #fff;
		border-radius: 40px;
		z-index: 1;
		transition: all 0.3s ease 0s;
	}

	.top_news .btn_link a {
		padding: 18px 45px 18px 20px;
		border-radius: 30px;
		border: 1px solid #dbdbdb;
		background: url(../images/common/link_s_r.svg) no-repeat right 20px center / 15px auto;
		transition: all 0.3s ease 0s;
	}

	.top_news .btn_link:hover {
		margin: -5px;
		padding: 5px;
		border-color: var(--col-site-red);
	}

	.top_news .btn_link:hover::after {
		border-color: var(--col-site-red);
	}

	.top_news .btn_link a:hover {
		color: #fff;
		background: var(--col-site-red) url(../images/common/link_s_w.svg) no-repeat right 20px center / 15px auto;
	}

}

.top_vs {
	padding: 55px 0 0;
	background: #000 url(../images/top/wave.png) repeat-x 0 0 / 100% auto;
}

.top_vs_header {
	position: relative;
	z-index: 3;
}

.top_vs_header figure {
	margin: 0 10px 30px;
}

.top_vs_header h2 {
	margin: 0 auto;
	width: 285px;
	position: relative;
	z-index: 3;
}

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

	.top_vs {
		padding: 215px 0 0;
		background: #000 url(../images/top/wave.png) repeat-x 0 0 / 1800px auto;
	}

	.top_vs_header figure {
		display: none;
	}

	.top_vs_header {
		margin: 0 auto;
		position: relative;
		width: min(95%,1620px);
	}

	.top_vs_header::before {
		position: absolute;
		content: '';
		top: 40px;
		left: 0;
		width: 450px;
		height: 240px;
		background: url(../images/top/menu_title_pic_01.png) no-repeat 0 0 / 450px auto;
		z-index: 2;
	}

	.top_vs_header::after {
		position: absolute;
		content: '';
		top: 60px;
		right: 0;
		width: 450px;
		height: 225px;
		background: url(../images/top/menu_title_pic_02.png) no-repeat 0 0 / 450px auto;
		z-index: 2;
	}

	.top_vs_header h2 {
		width: 560px;
	}

}

.top_vs_tab {
	display: flex;
	position: relative;
}

.top_vs_tab .tab_box {
	padding: 80px 0 0;
	width: 50%;
	text-align: center;
	background: #1c1c1c;
}

.top_vs_tab_ippin .tab_box:first-child {
	font-family: "Noto Serif JP", serif;
}

.top_vs_tab_ippin .tab_box:last-child {
	background: var(--col-site-red);
}

.top_vs_tab_tabehodai .tab_box:last-child {
	background: var(--col-site-red);
}

.top_vs_tab .tab_box a {
	padding: 20px 0 60px;
	display: block;
	background: url(../images/common/arrow_down.png) no-repeat center bottom 35px / 21px auto;
}

.top_vs_tab_tabehodai .tab_box:first-child a {
	background-image: url(../images/common/arrow_up.png);
}

.top_vs_tab_tabehodai .tab_box {
	padding-top: 0;
}

.top_vs_tab_tabehodai .tab_box a {
	padding-top: 30px;
}

.top_vs_tab h3 {
	font-size: 1.0rem;
	line-height: 1.6;
	color: #fff;
}

.top_vs_tab h3 em {
	display: block;
	font-size: 2.0rem;
}

.top_vs_tab .top_vs_mark {
	top: 110px;
	width: 40px;
    height: 40px;
}

.top_vs_tab_tabehodai.top_vs_tab .top_vs_mark {
	top: 40px;
}

.top_vs_tab .top_vs_mark::before,
.top_vs_tab .top_vs_mark::after {
	top: 20px;
	width: 40px;
	height: 1px;
}

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

	.top_vs_tab {
		display: none;
	}

}

.top_vs_wrapper {
	margin: -75px 0 0;
}

.top_vs_ippin {
	padding-left: 30px;
	background: #1c1c1c;
	font-family: "Noto Serif JP", serif;
}

.top_vs_tabehodai {
	text-align: right;
	padding-right: 30px;
	background: var(--col-site-red);
}

.top_vs_mark {
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	transform: rotate(45deg);
}

.top_vs_mark::before,
.top_vs_mark::after {
	position: absolute;
	content: '';
	top: 50px;
	left: 0;
	width: 100px;
	height: 1.5px;
	background: #fff;
	margin: auto;
}

.top_vs_mark::before {
	transform: rotate(90deg);
}

.top_vs_column {
	padding: 50px 0px 70px;
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

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

	.top_vs_wrapper {
		margin: -90px 0 0;
		display: flex;
		position: relative;
	}

	.top_vs_wrapper::after {
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 200px;
		background: url(../images/top/menu_bottom.png) no-repeat 0 bottom / 100% auto;
	}

	.top_vs_ippin {
		padding-left: 30px;
		background: #1c1c1c;
		font-family: "Noto Serif JP", serif;
	}

	.top_vs_tabehodai {
		text-align: right;
		padding-right: 30px;
		background: var(--col-site-red);
	}

	.top_vs_mark {
		position: absolute;
		top: 130px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100px;
		height: 100px;
		transform: rotate(45deg);
	}

	.top_vs_mark::before,
	.top_vs_mark::after {
		position: absolute;
		content: '';
		top: 50px;
		left: 0;
		width: 100px;
		height: 1.5px;
		background: #fff;
		margin: auto;
	}

	.top_vs_mark::before {
		transform: rotate(90deg);
	}

	.top_vs_column {
		padding: 120px 0px 160px;
		width: 50%;
	}

}

.top_vs_column h3 {
	margin: 0 0 30px;
	font-size: 2.0rem;
	line-height: 1.6;
	text-align: center;
	font-weight: 500;
}

.top_vs_column h3 em {
	display: block;
	font-size: 4.0rem;
	line-height: 2.0;
}

.top_vs_tabehodai h3 {
	font-weight: bold;
}

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

	.top_vs_column h3 {
		margin: 0 0 40px;
		font-size: 2.2rem;
	}

	.top_vs_column h3 em {
		font-size: 5.0rem;
		line-height: 1.8;
	}

	.top_vs_column_header {
		margin: 0 0 30px;
		position: relative;
	}

	.top_vs_ippin .top_vs_column_header {
		margin-left: 30px;
	}

	.top_vs_tabehodai .top_vs_column_header {
		margin-right: 30px;
	}

	.top_vs_column_header figure {
		overflow: hidden;
	}

	.top_vs_ippin .top_vs_column_header figure {
		border-radius: 22px 0 0 22px;
	}

	.top_vs_tabehodai .top_vs_column_header figure {
		border-radius: 0 22px 22px 0;
	}

}

.top_vs_column_header p {
	padding: 20px 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

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

	.top_vs_column_header p {
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.6;
		display: inline-block;
		text-align: center;
		position: absolute;
	}

	.top_vs_ippin .top_vs_column_header p {
		padding: 30px 30px 30px 50px;
		border-radius: 0 20px 0 0;
		background-color: #1c1c1c;
		transform: rotate(5deg);
		bottom: -45px;
		left: -10px;
	}

	.top_vs_tabehodai .top_vs_column_header p {
		padding: 30px 40px 30px 40px;
		border-radius: 20px 0 0 0;
		transform: rotate(-5deg);
		background-color: var(--col-site-red);
		bottom: -85px;
		right: -10px;
	}

}

.top_vs_point {
	margin: 10px 0 30px;
	text-align: left;
}

.top_vs_point > p {
	margin: 0 0 0 20px;
	padding: 5px 15px;
	background: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	display: inline-block;
	color: #333;
	position: relative;
}

.top_vs_point > p::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -20px;
	width: 1px;
	height: 20px;
	background: #fff;
}

.top_vs_ippin .top_vs_point > p {
	border-radius: 20px 0 20px 0;
}

.top_vs_tabehodai .top_vs_point > p {
	border-radius: 0 20px 0 20px;
	color: var(--col-site-red);
	font-weight: bold;
	float: left;
}

.top_vs_tabehodai .top_vs_point > p::after {
	right: 0;
	left: auto;
}

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

	.top_vs_point {
		margin: 60px 10% 70px;
	}

	.top_vs_point > p {
		margin: 0 0 20px;
		padding: 10px 20px;
		font-size: 2.0rem;
	}

	.top_vs_ippin .top_vs_point > p {
		float: right;
	}

	.top_vs_tabehodai .top_vs_point > p {
		border-radius: 0 20px 0 20px;
		color: var(--col-site-red);
		font-weight: bold;
		float: left;
	}

	.top_vs_tabehodai .top_vs_point > p::after {
		right: 0;
		left: auto;
	}

}

.top_vs_point ol {
	clear: both;
	list-style: none;
}

.top_vs_point li {
	margin: 0 20px 20px;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.top_vs_point li .point_text {
	position: relative;
	z-index: 2;
}

.top_vs_point li:nth-child(2) .point_text {
	margin: 0 10px 0 37%;
}

.top_vs_tabehodai li:nth-child(2) .point_text {
	margin: 0 10px 0 65%;
}

.top_vs_point li:nth-child(3) .point_text {
	display: flex;
	align-items: center;
}

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

	.top_vs_point li {
		margin: 0 0 30px;
	}

	.top_vs_point li .point_text {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}

	.top_vs_point li:nth-child(2) .point_text,
	.top_vs_tabehodai li:nth-child(2) .point_text {
		margin: 0;
	}

	.top_vs_point li:nth-child(even) .point_text,
	.top_vs_tabehodai .top_vs_point li .point_text {
		left: 0;
		right: auto;
	}

	.top_vs_tabehodai .top_vs_point li:nth-child(even) .point_text {
		left: auto;
		right: 0;
	}

}

.top_vs_point li h4 {
	margin: 15px 0 0;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.4;
}

.top_vs_point li:nth-child(3) h4 {
	margin-left: 15px;
}

.top_vs_tabehodai .top_vs_point li h4 {
	margin: 5px 0 0;
	font-weight: bold;
}

.top_vs_point li .point_no {
	margin: 10px 0 5px;
	font-size: 5.6em;
	line-height: 1.0;
	color: rgba(255,255,255,0.3);
}

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

	.top_vs_point li h4 {
		font-size: 3.0rem;
	}

	.top_vs_point li .point_no {
		margin: 0;
		font-size: 8em;
	}

	.top_vs_tabehodai .top_vs_point li .point_no {
		padding-top: 10px;
		font-family: "Roboto", sans-serif;
	}

}

.top_vs_point li .point_text p {
	margin: 5px 0 0;
	line-height: 2.2;
	font-size: 1.4rem;
}

.top_vs_point li .point_text p.note {
	margin: 0;
	padding: 0;
}

.top_vs_point li .point_img {
	margin: 20px 0 0;
}

.top_vs_point li .point_img figure {
	border-radius: 12px;
	overflow: hidden;
}

.top_vs_point li:nth-child(even) {
	margin-left: 0;
	margin-right: 0;
}

.top_vs_point li:nth-child(even) .point_img {
	margin: -130px 0 0;
}

.top_vs_point li .point_img p {
	margin: 15px 0 20px;
}

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

	.top_vs_point li .point_text p {
		margin: 30px 0 0;
		font-size: 1.6rem;
	}

	.top_vs_point li .point_img {
		margin: 75px 0 0;
		width: 540px;
		float: left;
	}

	.top_vs_tabehodai .top_vs_point li .point_img {
		float: right;
	}

	.top_vs_point li:nth-child(even) .point_img {
		margin: 60px 0 0;
		float: right;
	}

	.top_vs_tabehodai .top_vs_point li:nth-child(2) .point_img {
		margin: 35px 40px 0 0;
		width: 640px;
	}

	.top_vs_point li p {
		padding: 15px 0 0;
		clear: both;
		width: 540px;
	}

	.top_vs_point li:nth-child(3) .point_text {
		display: block;
	}

}

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

	.top_vs_point li:nth-child(2) .point_img {
		width: calc(100% - 190px);
	}

	.top_vs_ippin .top_vs_point li:nth-child(2) .point_img {
		margin-top: 50px;
	}

}

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

	.top_vs_point li:nth-child(1) .point_img {
		width: calc(100% - 190px);
	}

	.top_vs_point li:nth-child(3) .point_img {
		width: calc(100% - 170px);
	}

	.top_vs_point li p {
		width: auto;
	}

}

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

	.top_vs_point li:nth-child(1) {
		min-height: 260px;
	}

	.top_vs_point li:nth-child(2) {
		min-height: 410px;
	}

}

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

	.top_vs_point {
		margin-left: 6%;
		margin-right: 6%;
	}

	.top_vs_ippin .top_vs_point li:nth-child(2) .point_img {
		margin-top: 120px;
		width: calc(100% - 240px);
	}

	.top_vs_tabehodai .top_vs_point li:nth-child(2) .point_img {
		width: auto;
	}

}

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

	.top_vs_tabehodai .top_vs_point li:nth-child(2) .point_img {
		width: auto;
		float: none;
	}

}

.top_vs_column .btn {
	margin: 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.top_vs_column .btn a {
	padding: 30px 10px;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #474747;
	border-radius: 10px;
}

.top_vs_column .btn a span {
	padding-right: 30px;
	background: url(../images/common/link_s_w.svg) no-repeat right 10px center / 12px auto;
	transition: all 0.3s ease 0s;
}

.top_vs_tabehodai .btn a {
	border-color: #dd5f66;
}

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

	.top_vs_column .btn {
		margin: 0 10%;
	}

	.top_vs_column .btn a {
		padding: 30px;
		height: 80px;
		border-radius: 40px;
		transition: all 0.3s ease 0s;
	}

	.top_vs_column .btn a span {
		padding-right: 30px;
		background: url(../images/common/link_s_w.svg) no-repeat right 10px center / 12px auto;
		transition: all 0.3s ease 0s;
	}

	.top_vs_column .btn a:hover {
		border: 2px solid #fff;
	}

	.top_vs_column .btn a:hover span {
		background-position: right 5px center;
	}

}

.top_course {
	padding: 70px 20px 30px;
	text-align: center;
	background: #000;
	position: relative;
	z-index: 2;
}

.top_course_list {
	position: relative;
	z-index: 2;
}

.top_course_list li {
	margin: 0 0 35px;
}

.top_course_list li figure {
	margin: 0 0 15px;
	border-radius: 10px;
	height: 223px;
	overflow: hidden;
	position: relative;
}

.top_course_list li figure img {
	height: 223px;
	object-fit: cover;
}

.top_course_list li figure .icon_red {
	top: auto;
	left: auto;
	right: 10px;
	bottom: 10px;
}

.top_course_list li h3 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_course_list li h3 em {
	margin: 5px 0 0 8px;
	padding: 2px 5px 5px;
	border-radius: 4px;
	font-size: 1.6rem;
	background: var(--col-site-red);
}

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

	.top_course {
		padding: 120px 0;
	}

	.top_course_list {
		margin: 0 5%;
		display: flex;
		gap: 5.5%;
		justify-content: center;
	}

	.top_course_list li {
		margin: 0;
		width: 50%;
	}

	.top_course_list li figure {
		margin: 0 0 20px;
		height: 470px;
	}

	.top_course_list li figure img {
		height: 470px;
	}

	.top_course_list li figure .icon_red {
		right: 20px;
		bottom: 20px;
	}

	.top_course_list li h3 {
		font-size: 2.4rem;
	}

	.top_course_list li h3 em {
		font-size: 1.4rem;
	}

}

.top_lunch {
	padding: 70px 20px 20px;
	background: #fff;
	text-align: center;
}

.top_menu_header {
	padding: 0 0 40px;
	color: #fff;
	text-align: center;
	position: relative;
}

.top_menu_header::before {
	position: absolute;
	content: '';
	top: -90px;
	left: 50%;
	bottom: -25px;
	width: 115px;
	height: 115px;
	background: url(../images/top/logomark.png) no-repeat 0 0 / 115px auto;
}

.top_lunch .top_menu_header {
	color: #000;
}

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

	.top_lunch {
		padding: 130px 0;
	}

	.top_menu_header {
		padding: 0 0 80px;
	}

	.top_menu_header::before {
		top: auto;
		left: 73%;
		bottom: -25px;
		width: 240px;
		height: 240px;
		background: url(../images/top/logomark.png) no-repeat 0 0 / 240px auto;
	}

}

.top_menu_header .pop {
	margin: 0 0 20px;
	padding: 14px 15px 16px;
	font-size: 1.6rem;
	font-weight: bold;
	border: 2px solid #fff;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	background: #000;
}

.top_menu_header .pop::after {
	position: absolute;
	content: '';
	bottom: -17px;
	left: 0;
	right: 0;
	width: 28px;
	height: 17px;
	margin: auto;
	background: url(../images/top/fukidasi.png) no-repeat 0 0 / 28px auto;
}

.top_lunch .top_menu_header .pop {
	border-color: #000;
	background: #fff;
}

.top_lunch .top_menu_header .pop::after {
	background: url(../images/top/fukidasi_w.png) no-repeat 0 0 / 28px auto;
}

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

	.top_menu_header .pop {
		margin: 0 0 30px;
		padding: 10px 15px 12px;
		font-size: 2.4rem;
	}

}

.top_menu_header h2 {
	margin: 0 0 30px;
	font-size: 3.0rem;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.top_menu_header p {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	z-index: 2;
	text-align: left;
}

.top_lunch_list li {
	margin: 0 0 40px;
}

.top_lunch_list li figure {
	margin: 0 0 20px;
	border-radius: 10px;
	height: 223px;
	overflow: hidden;
	position: relative;
}

.top_lunch_list li figure .icon_red {
	top: auto;
	left: auto;
	right: 10px;
	bottom: 10px;
}

.top_lunch_list li figure img {
	height: 223px;
	object-fit: cover;
}

.top_lunch_list li h3 {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.top_lunch_list li h3 em {
	margin: 0 0 5px;
	padding: 2px 5px 5px;
	border-radius: 4px;
	font-size: 1.6rem;
	color: #fff;
	background: var(--col-site-red);
}

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

	.top_menu_header h2 {
		margin: 0 0 40px;
		font-size: 5.0rem;
	}

	.top_menu_header p {
		text-align: center;
	}

	.top_lunch_list {
		display: flex;
		justify-content: center;
		gap: 5%;
		position: relative;
		z-index: 2;
	}

	.top_lunch_list li {
		margin: 0;
		width: 33.3333%;
	}

	.top_lunch_list li figure {
		margin: 0 0 30px;
		height: 335px;
	}

	.top_lunch_list li figure .icon_red {
		right: 20px;
		bottom: 20px;
	}

	.top_lunch_list li figure img {
		height: 335px;
	}

	.top_lunch_list li:first-child figure {
		border-radius: 0 10px 10px 0;
	}

	.top_lunch_list li:last-child figure {
		border-radius: 10px 0 0 10px;
	}

	.top_lunch_list li h3 {
		font-size: 2.4rem;
	}

	.top_lunch_list li h3 em {
		font-size: 1.4rem;
	}

}

.top_shop {
	background: #000;
	position: relative;
	height: 640px;
}

.top_shop_slide_wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 640px;
}

.top_shop_slide .back_img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.top_shop_slide .slick-slide {
	height: 640px !important;
	width: 640px;
}

.top_shop .inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	height: 640px;
}

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

	.top_shop {
		height: 830px;
	}

	.top_shop_slide_wrapper {
		height: 830px;
	}

	.top_shop_slide .slick-slide {
		margin: 15px 7.5px;
		height: 800px !important;
		width: 800px;
	}

	.top_shop_slide .back_img {
		border-radius: 10px;
	}

	.top_shop .inner {
		margin: 0 auto;
		width: min(80%,1440px);
		height: 830px;
	}

}

.top_shop_box {
	padding: 60px 30px;
	background: rgba(0,0,0,0.65);
	border-radius: 0 20px 20px 0;
	width: calc(100% - 40px);
	display: inline-block;
}

.top_shop_box h2 {
	margin: 0 0 40px;
	font-size: 3.0rem;
	font-weight: bold;
}

.top_shop_box h2 a {
	display: flex;
	color: #fff;
	align-items: center;
}

.top_shop_box h2 a > span {
	position: relative;
}

.top_shop_box h2 .icon_red {
	right: -50px;
}

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

	.top_shop_box {
		padding: 55px 55px 20px;
		background: rgba(0,0,0,0.65);
		border-radius: 20px;
		width: 540px;
	}

	.top_shop_box h2 {
		margin: 0 0 60px;
		font-size: 5.0rem;
	}

	.top_shop_box h2 .icon_red {
		right: -60px;
	}

}

.top_shop_list {
	padding: 17px 0 20px;
	display: flex;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.top_shop_list h3 {
	margin: 12px 0 0;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	width: 120px;
}

.top_shop_list ul {
	width: calc(100% - 120px);
}

.top_shop_list li {
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.top_shop_list li:last-child {
	border: none;
}

.top_shop_list li a {
	padding: 13px 0;
	color: #fff;
	display: block;
	position: relative;
	background: url(../images/common/link_s_r.svg) no-repeat right 10px center / 15px auto;
}

.top_shop_list li a::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: #fff;
	transition: all 0.3s ease 0s;
}

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

	.top_shop_list h3 {
		font-size: 2.4rem;
		width: 160px;
	}

	.top_shop_list ul {
		width: calc(100% - 160px);
	}

	.top_shop_list li {
		font-size: 1.6rem;
	}

	.top_shop_list li a:hover::after {
		width: 100%;
	}

}

.top_otoku {
	background: #fff;
}

.top_otoku_inner {
	padding: 50px 0;
}

.top_otoku h2 {
	margin: 0 20px 40px;
	font-size: 2.6rem;
	font-weight: bold;
}

.top_otoku_slide {
	margin: 0 0 40px;
}

.top_otoku_slide .slide_box {
	margin: 0 20px;
	text-align: left;
}

.top_otoku_slide h3 {
	margin: 0 0 20px;
	padding: 0 25px 0 0;
	font-size: 1.8rem;
	display: inline-block;
	background: url(../images/common/link_s_r.svg) no-repeat right 5px center / 16px auto;
	transition: all 0.3s ease 0s;
}

.top_otoku_slide figure {
	margin: 0 0 15px;
	max-height: 250px;
	overflow: hidden;
}

.top_otoku_slide p {
	font-size: 1.6rem;
}

.top_otoku_navi {
	justify-content: center;
}

.top_otoku_navi button {
	width: 14px;
	height: 22px;
}

.top_otoku_navi .slide_prev {
	margin-right: 12px;
	background: url(../images/top/btn_left2.png) no-repeat 0 0 / cover;
}

.top_otoku_navi .slide_next {
	margin-left: 12px;
	background: url(../images/top/btn_right2.png) no-repeat 0 0 / cover;
}

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

	.top_otoku {
		text-align: center;
		background: #fff;
	}

	.top_otoku_inner {
		margin: 0 auto;
		padding: 100px 0;
    	width: min(100%,1680px);
	}

	.top_otoku h2 {
		margin: 0 0 90px;
		font-size: 4.0rem;
		font-weight: bold;
	}

	.top_otoku_slide {
		margin: 0 0 40px;
	}

	.top_otoku_slide .slide_box {
		margin: 0 30px;
		width: 360px;
		text-align: left;
	}

	.top_otoku_slide h3 {
		margin: 0 0 22px;
		padding: 0 25px 0 0;
		display: inline-block;
		background: url(../images/common/link_s_r.svg) no-repeat right 5px center / 16px auto;
		transition: all 0.3s ease 0s;
		font-size: 2.0rem;
	}

	.top_otoku_slide figure {
		margin: 0 0 15px;
		max-height: 270px;
		border-radius: 10px;
		overflow: hidden;
	}

	.top_otoku_slide p {
		font-size: 1.6rem;
	}

	.top_otoku_slide a:hover h3 {
		color: var(--col-site-red);
		background-position: right center;
	}

}

#adminBox,
.acms-admin-box {
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}

@media screen and (min-width: 768px) {
  #adminBox {
    height: 100px;
  }
}

