@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
:root {
	--easing: cubic-bezier(.2, 1, .2, 1);
	--transition: .8s var(--easing);
	--color-base: #F5F5F5;
	--color-theme: #232322;
	--color-right: #d8d8d8;
	--color-secondary: #967422;
	--color-secondary2: #b26742;
	--font-family-mincho: "Hina Mincho", serif;
	--font-family-gothic: "Outfit", serif;
	--box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
	--box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
	--box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
	--box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}
/* RESET
----------------------------------------------------------------------------------------------------*/
a, article, body, dd, div, dl, dt, em, form, footer, header, h1, h2, h3, h4, h5, h6, html, i, iframe, img, label, legend, li, nav, ol, p, section, main, span, table, tbody, tfoot, thead, time, tr, th, td, ul, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	line-height: 1.6;
	text-align: left;
}
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	line-height: 1.6;
	text-align: left;
}
article, footer, header, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.6;
	letter-spacing: .75px;
	font-weight: normal;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	background: #F9F9F9;
}
@media only screen and (max-width : 768px) {
	body {
		font-size: 14px;
	}
}
table {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
img {
	vertical-align: middle;
	border: none;
}
a {
	transition: all 1s;
}
a:hover {
	transform: translate(0, 3px);
}
.sec {
	margin-bottom: 40px;
}
/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
	outline: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
a, a:hover, a:hover img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */
.taC {
	text-align: center !important;
}
.taR {
	text-align: right !important;
}
.taL {
	text-align: left !important;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/scripts/boxsizing.htc)
}
.container {
	margin: 0 auto;
}
.clr:after, .col:after, .container:after, .group:after, .row:after {
	content: "";
	display: table;
	clear: both
}
.row {
	padding-bottom: 0
}
.col {
	display: block;
	float: left;
	width: 100%
}
@media (min-width:769px), print {
	.gutters .col {
		margin-left: 2%
	}
	.gutters .col:first-child {
		margin-left: 0
	}
	.gutters .colR:first-child {
		margin-right: 0
	}
	.sp {
		display: none
	}
}
@media(max-width:768px) {
	.sp_none {
		display: none !important;
	}
}
img {
	max-width: 100%;
	height: auto;
	width /***/ : auto; /*IE8のみ適用*/
}
@media only screen and (max-width : 768px) {
	.sbox {
		margin-bottom: 20px;
	}
	.container {
		padding: 0 30px;
	}
	section {
		padding: 100px 0;
	}
}
@media only screen and (max-width : 480px) {
	.container {
		padding: 0 20px;
	}
}
@media only screen and (max-width : 374px) {
	.container {
		padding: 0 10px;
	}
}
@media print, screen and (min-width : 769px) {
	.sbox {
		margin-bottom: 25px;
	}
	.headercontainer {
		padding: 30px 30px;
	}
	.headerColor-default .headercontainer {
		/*padding: 28px 80px;*/
		padding: 32.25px 80px;
	}
	section {
		padding: 130px 0;
	}
}
/*英語翻訳*/
.btn_en {
	position: absolute;
	top: 25px;
	right: 20px;
	padding-right: 15px;
	z-index: 100;
}
.btn_en span {
	border: #FFF 2px solid;
	border-radius: 18px;
	padding: 5px 10px;
	color: #FFF;
	font-weight: 700;
	font-size: 14px;
	font-family: var(--font-family-gothic);
}
.headerColor-default .btn_en {
	top: 25px;
	right: 20px;
	padding-right: 0;
}
.headerColor-default .btn_en span {
	border: 2px solid var(--color-theme);
	color: var(--color-theme);
}

@media print, screen and (max-width : 1200px) {
	.btn_en {
		position: absolute;
		top: 17px;
		right: 50px;
	}
	.btn_en span {
		padding: 5px 10px;
		font-size: 13px;
	}
	.headerColor-default .btn_en {
		top: 17px;
		right: 60px;
	}
}
/*英語翻訳*/
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
.headerColor-default {
	color: #000;
	/* （画像よりも下までスクロールした時に変えたい文字色） */
	background-color: #FCFCFC;
	border-bottom: #000 0.5px solid;
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
	transition: all 0.5s 0s ease-in-out;
}
.h_logo {
	background: none;
}
.headerColor-default #gNav li a {
	color: #000;
}
.headerColor-default .h_logo {
	width: 230px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-repeat: no-repeat;
	transition: all 0.5s 0s ease-in-out;
	background-image: url(../img/common/logo.svg);
	background-size: contain;
}
.headerColor-default .h_logo a {
	display: block;
	width: 174px;
	height: 40px;
}
.h_logo_daini {
	width: 230px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-image: url(../img/common/logo.svg);
	background-repeat: no-repeat;
	transition: all 0.5s 0s ease-in-out;
}
#h_top {
	display: flex;
	justify-content: center;
	align-items: center;
}
.headerColor-default #h_top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media only screen and (max-width : 1200px) {
	.headerColor-default .h_logo {
		width: 210px;
		top: 10px;
		left: 10px;
	}
}
/*テキスト切り替え*/
#gNav li a span.en {
	display: inline;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
}
#gNav li a:hover span.en {
	display: none;
}
#gNav li a span.jp {
	display: none;
}
/*テキスト切り替えふわっとさせる*/
@keyframes show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
#gNav li a:hover span.jp {
	display: inline;
	animation: show 0.5s linear 0s;
}
/*テキスト切り替えふわっとさせる*/
#gNav li a:hover span.jp {
	display: inline;
	letter-spacing: 1px;
}
#gNav li.btn a:hover span.jp {
	display: inline;
}
/*#gNav li.nav1 {
	width: 80px;
}
#gNav li.nav2 {
	width: 130px;
}
#gNav li.nav3 {
	width: 110px;
}
#gNav li.nav4 {
	width: 90px;
}
#gNav li.nav5 {
	width: 130px;
}
#gNav li.nav6 {
	width: 180px;
}
#gNav li.nav7 {
	width: 100px;
}*/
@media only screen and (max-width : 1300px) {}
/*テキスト切り替え*/
@media only screen and (max-width : 768px) {
	.spnone {
		display: none;
	}
}
#header {
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
#gNav a:hover {
	color: #FFF;
}
nav li a {
	font-size: 15px;
	letter-spacing: 0.1em;
}
#gNav li a:hover span.jp {
	letter-spacing: 0;
}
@media only screen and (max-width : 768px) {
	nav li a {
		font-size: 14px;
		letter-spacing: 0.1em;
	}
}
@media only screen and (max-width : 768px) {
	#header {
		padding: 10px 0;
		height: 60px;
	}
	.h_logo {
		width: 220px;
		height: 34.21px;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 100;
	}
	#gNav .nav {
		overflow-y: auto;
		height: 100vh;
	}
	.mean-nav .container {
		padding: 0;
	}
	nav li .fa {
		display: none;
	}
}
@media print, screen and (min-width : 769px) {
	#header {
		height: 80px;
	}
	.h_logo img {
		width: 174px;
		position: absolute;
		/*top: 20px;
		left: 20px;*/
		top: 0;
		left: 0;
	}
	#gNav ul {
		position: relative;
		display: flex;
	}
	#gNav li {
		position: relative;
		margin: 0 1em;
	}
	#gNav li:last-child {
		margin-right: 0;
	}
	#gNav li i {
		font-size: 11px;
		margin-left: 5px;
	}
	#gNav li a {
		position: relative;
		display: block;
		text-align: center;
		/*font-family: var(--font-family-mincho);*/
		font-family: "Yuji Syuku", serif;
		color: #FFF;
		text-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
		line-height: 1;
	}
	.headerColor-default #gNav li a {
		/*text-shadow: none;*/
		text-shadow: 1px 2px 3px rgb(0 0 0 / 30%);
	}
}
#gNav li a.black {
	color: #000;
}
#gNav .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background: rgba(225, 225, 225, .8);
}
#gNav .sub-menu a {
	padding: 10px;
	display: block;
	border-bottom: none;
	padding: 20px;
	line-height: 1.2em;
	text-shadow: none;
}
#gNav .sub-menu a:hover:after {
	content: none;
}
#gNav .sub-menu li {
	display: block;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
#gNav .sub-menu li:last-child {
	border-bottom: none;
}
#gNav ul > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}
#gNav li:hover ul.sub-menu {
	top: 30px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
#gNav li ul li:after {
	content: none;
}
#gNav li:hover ul.sub-menu a {
	color: #111;
	font-family: var(--font-family-mincho);
	letter-spacing: 0;
}
.h_nav_gothic #gNav li:hover ul.sub-menu a {
	font-family: var(--font-family-gothic);
}
#gNav .sub-menu li a:hover {
	background: #fff;
}
#gNav .contact_btn a:hover {
	color: #fff;
}

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

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
	background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
	font-size: 14px;
}
.f_logo, .f_logo p {
	text-align: center;
}
.copy {
	text-align: center;
}
@media only screen and (max-width : 768px) {
	#footer {
		padding: 40px 0;
	}
	.f_logo {
		padding: 0 20px;
		text-align: center;
	}
	.f_logo p {
		text-align: center;
	}
	.f_logo img {
		margin-bottom: 20px;
		width: 150px;
	}
}
@media only screen and (max-width : 480px) {}
@media print, screen and (min-width : 769px) {
	#footer {
		padding: 30px 0;
	}
	.f_logo {}
	.f_logo img {
		margin-bottom: 20px;
		width: 200px;
	}
	.f_logo {}
	.copy {}
}
/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
.js-mainVisual {
	height: 100vh;
}
.js-mainVisual img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
#main p {
	word-break: break-all;
}
section {
	text-align: center;
}
#sec01 {
	background: #cadffa;
}
#sec02 {
	background: #99c1f3;
}
#sec03 {
	background: #7ea7d9;
}
#sec04 {
	background: #618bbe;
}
.btn {
	display: block;
	background: #fff;
	color: #618bbe;
	padding: 0.8em 1em;
	text-align: center;
	margin: 0 auto;
	border-radius: 100px;
}
.btn:before {
	content: "\f104";
	font-family: "FontAwesome";
	margin-right: 5px;
}
@media only screen and (max-width : 768px) {
	#main {
		padding-top: 58px;
	}
	.btn {
		width: 60%;
	}
}
@media only screen and (max-width : 480px) {
	.btn {
		width: 100%;
	}
}
@media print, screen and (min-width : 769px) {
	#main {
		padding-top: 80px;
	}
	.btn {
		width: 300px;
	}
}
/*最新情報*/
section.top_news {
	background-color: #F5F5F5;
	position: relative;
}
.top_news_container {
	padding: 0 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
@media print, screen and (max-width : 960px) {
	.top_news_container {
		padding: 0 30px;
	}
}
.h2_top_mds_wrap {
	width: 25%;
	position: relative;
}
.h2_top_mds_infomation_box_wrap {
	width: 70%;
}
.top_news_next_btn_wrap {
	position: absolute;
	bottom: 0;
	right: 0;
}
.next_btn {
	width: 100px;
	border-radius: 50vh;
	border: solid 0.8px var(--color-theme);
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	font-family: var(--font-family-gothic);
}
.next_btn span {
	color: var(--color-theme);
	padding-right: 10px;
}
.next_btn img {
	width: 10px;
}
.next_btn:hover {
	background: #E4E4E4;
}
h2.h2_top_mds {
	font-style: normal;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: calc(33 / 26);
	text-transform: uppercase;
	/*writing-mode: vertical-rl;*/
	color: var(--color-theme);
	font-family: var(--font-family-mincho);
}
@media only screen and (max-width : 768px) {
	.h2_top_mds_wrap {
		padding: 30px 0;
		width: 100%;
		position: relative;
	}
	.h2_top_mds_infomation_box_wrap {
		width: 100%;
	}
	h2.h2_top_mds {
		font-size: 2rem;
	}
	h2.h2_top_mds span {
		font-size: 1rem;
	}
}
@media only screen and (max-width : 480px) {
	h2.h2_top_mds {
		font-size: 1.625rem;
	}
	h2.h2_top_mds span {
		font-size: 0.875rem;
	}
}
.seemore i {
	padding-left: 0.5em;
}
.infomation_box {
	height: auto;
	overflow: scroll;
	min-height: 100px;
	max-height: 300px;
	/*max-width: 800px;*/
	margin-left: auto;
}
.topics dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1.5em 10px;
	border-bottom: 1px dotted #383838;
}
.topics dl dt {
	width: 100px;
	color: #707070;
}
.topics dl dd {
	width: calc(100% - 100px);
}
.topics dl dd a .news_title {
	color: #383838;
}
.topics dl dd a:hover .news_title {
	opacity: .7;
	transform: none;
}

/*.topics dl {
	padding: 5px 0;
}
.topics dt {
	padding-bottom: 1px;
	padding: 0.5em 0;
	color: #707070;
}
.topics dd {
	border-bottom: 1px dotted #383838;
	padding: 0.5em 0;
}*/
/*.topics dd a {
	color: #383838;
}*/
/*.topics dd a span {
	background: #FFF;
	border-radius: 50px;
	position: relative;
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	width: 120px;
	padding: 2px 10px;
	color: #808080;
	transition: 0.3s ease-in-out;
	font-weight: 700;
	border: solid 1px #808080;
	text-decoration: none;
	font-size: 11px;
}
.topics dd a:hover span {
	background: #808080;
	color: #FFF;
}
.topics dd a span:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 2px solid #808080;
	border-right: 2px solid #808080;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}
.topics dd a:hover span:after {
	border-color: #FFF;
}*/
/*@media screen and (min-width: 768px) {
	.topics dt {
		clear: left;
		float: left;
		width: 100px;
	}
}*/
@media screen and (max-width: 768px) {
	.topics dl {
		flex-direction: column;
		padding: 1em 10px;
	}
	.topics dl dt {
		width: 100%;
		margin-bottom: 5px;
	}
	.topics dl dd {
		width: 100%;
	}
	/*.topics dt, .topics dd {}*/
}
/* ページャー  */
.pager {
	margin: 2em 0;
}
.pager ul.pagination {
	text-align: center;
	margin: 0;
	padding: 0;
}
.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	background: #ccc;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
}
.pager .pagination li a {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #fff;
	text-decoration: none;
}
.pager .pagination li a span {
	display: table-cell;
	vertical-align: middle;
}
.pager .pagination li a:hover, .pager .pagination li a.active {
	color: #383838;
	background: #FCFCFC;
}
@media only screen and (max-width: 767px) {
	.pager .pagination li {
		display: none;
	}
	.pager .pagination li.pre, .pager .pagination li.next {
		display: inline-block;
		width: 40%;
		height: 50px;
		text-align: center;
	}
	.pager .pagination li.pre a, .pager .pagination li.next a {
		width: 100%;
		text-align: center;
	}
	.pager .pagination li.pre span::after {
		content: "　前の12件へ";
	}
	.pager .pagination li.next span::before {
		content: "次の12件へ　";
	}
}
/* ページャー  */
.date02 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	color: var(--color-theme);
}
h2.information_mds {
	padding: 0 0 15px 0;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	border-bottom: 1px solid var(--color-theme);
	margin-bottom: 1em;
	color: var(--color-theme);
}
h3.information_mds {
	padding: 1em 0;
	margin: 1em 0;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
.information_shosai img {
	margin: 2em auto;
	display: block;
	width: 100%;
	max-width: 400px;
}
.information .information_shosai {
	background-color: #FFF;
	padding: 4em;
	box-shadow: 0 0 10px #999;
	margin: 2em auto;
}
@media screen and (max-width: 768px) {
	.information .information_shosai {
		padding: 4%;
		margin: 2em auto;
	}
}
/*What's New*/
/*フッター*/
.daini_footer_img img {
	height: 600px;
	width: 100%;
	object-fit: cover;
}
footer {
	background: var(--color-theme);
	color: #FFF;
	padding: 100px 0;
}
.footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
.footer_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
footer .footer_logo {
	width: 300px;
	margin-bottom: 40px;
}
footer .footer_logo img {
	width: 100px;
}
.footer_left {
	width: 30%;
}
.footer_right {
	width: 70%;
	/*display: flex;
	align-items: flex-start;
	justify-content: flex-end;*/
}
.shozaichi {
	font-size: 13px;
	margin-top: 20px;
}
.kaisya {
	margin-bottom: 0.5em;
	font-size: 15px;
}
.kaisya_shosai {
	border-left: 0.5px solid #FFF;
	padding-left: 1em;
	margin-bottom: 1em;
}
.kaisya_shosai p {
	line-height: 1.8;
	;
}
.kaisya_shosai_ttl {
	margin-bottom: 0.5em;
}
.footmenu {
	writing-mode: vertical-rl;
}
.footmenu li {
	text-decoration: none;
	line-height: 2;
	letter-spacing: 0;
	padding: 2px 0;
}
.footmenu li a {
	color: #FFF;
	padding: 0 1em;
	font-family: var(--font-family-mincho);
}
.footmenu li a:hover {
	color: var(--color-right);
}
.footmenu li ul li {
	margin-left: 2em;
}
.footmenu li ul li a {
	font-weight: normal;
	line-height: 1.4em;
	position: relative;
}
.footmenu li ul li a:before {
	font-family: "Font Awesome 5 Free";
	content: "/";
	position: absolute;
	left: -1em; /*左端からのアイコンまで*/
}
@media screen and (max-width: 768px) {
	.daini_footer_img img {
		height: 200px;
		width: 100%;
		object-fit: cover;
	}
	.footmenu {
		writing-mode: horizontal-tb;
	}
	.footmenu li {
		padding: 0;
		font-size: 14px;
	}
	ul.footmenu {
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.footmenu li {
		margin: 0;
		/* width: calc(50% - 10px); */
		width: 100%;
	}
	.footmenu li a {
		padding: 0;
	}
	.footmenu li ul li {
		border-bottom: none;
		width: 100%;
		font-size: 0.9em;
	}
}
.footer_right_in {
	padding: 0 30px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.footer_copy {
	width: 100%;
	color: var(--color-right);
	text-align: right;
	margin-top: 50px;
	font-family: var(--font-family-gothic);
}
@media screen and (max-width: 768px) {
	footer {
		padding: 60px 0;
	}
	.footer {
		width: 100%;
		padding: 0 30px
	}
	.footer_wrap {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}
	footer .footer_logo {
		width: 230px;
		margin-bottom: 40px;
	}
	footer .footer_logo img {
		width: 80px;
	}
	.footer_left {
		width: 100%;
		margin-bottom: 50px;
	}
	.footer_right {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
	}
	.footer_right_in {
		padding: 0 0px;
		width: 100%;
		font-size: 13px;
		line-height: 1.6;
	}
	.footer_copy {
		width: 100%;
		color: #707070;
		text-align: left;
		margin-top: 50px;
	}
}
/*フッター*/
/*ページトップへ戻るボタン*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}
#page-top a {
	background: #FFF;
	border: solid 2px #000;
	text-decoration: none;
	color: #fff;
	width: 60px;
	height: 60px;
	padding: 10px 10px;
	text-align: center;
	border-radius: 90px;
	opacity: 0.9;
	transition: all .3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
#page-top a:hover {
	text-decoration: none;
	opacity: .5;
}
.pagetop__arrow {
	height: 10px;
	width: 10px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
	#page-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 99;
	}
	#page-top a {
		width: 50px;
		height: 50px;
	}
}
/*ページトップへ戻るボタン*/
/*TOP私たちの思い*/
.top_catch {
	background: var(--color-theme);
}
.top_catch2 {
	background: no-repeat center/100% url("../img/top/washi2.jpg");
	background-attachment: fixed;
}
.top_catch_container {
	max-width: 1200px;
	margin: 0 auto;
	color: #FFF;
}
.top_catch_container2 {
	max-width: 1200px;
	margin: 0 auto;
	color: var(--color-theme);
}
.top_catch_cnt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.top_catch1 {
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.9;
	letter-spacing: 0.1em;
	writing-mode: vertical-rl;
	order: 2;
	margin-left: 1em;
}
.top_catch_cnt p {
	writing-mode: vertical-rl;
	line-height: 1.8;
	padding-top: 3em;
}
/*TOP私たちの思い*/
.item {
	margin: 50px 0;
}
.item-inner {
	border-radius: 100%;
}
.item-inner.-right {
	margin: 0 0 0 auto;
}
.rellax_item_wrap {
	position: relative;
	z-index: 3;
}
.para_img01 img {
	width: 300px;
}
.rellax_item1 img {
	position: absolute;
	right: 100px;
	top: -200px;
	width: 400px;
	height: 300px;
	object-fit: cover;
	border-radius: 5px;
}
.rellax_item2 img {
	position: absolute;
	right: 50px;
	top: 0px;
	width: 350px;
	height: 350px;
	object-fit: cover;
	border-radius: 5px;
}
.rellax_item3 img {
	position: absolute;
	right: 150px;
	bottom: 0px;
	width: 450px;
	height: 350px;
	object-fit: cover;
	border-radius: 5px;
}
.rellax_item4 img {
	position: absolute;
	right: 50px;
	bottom: 100px;
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 5px;
}
.rellax_item5 img {
	position: absolute;
	left: 50px;
	top: 300px;
	width: 350px;
	height: 300px;
	object-fit: cover;
	border-radius: 5px;
}
.rellax_item6 img {
	position: absolute;
	right: 100px;
	top: 400px;
	width: 300px;
	height: 250px;
	object-fit: cover;
	border-radius: 5px;
}
@media screen and (max-width: 1500px) {
	.rellax_item1 img {
		position: absolute;
		right: 50px;
		top: -200px;
		width: 300px;
		height: 250px;
		object-fit: cover;
		border-radius: 5px;
	}
	.rellax_item2 img {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 250px;
		height: 200px;
		object-fit: cover;
		border-radius: 5px;
	}
	.rellax_item3 img {
		position: absolute;
		right: 50px;
		bottom: 0px;
		width: 300px;
		height: 300px;
		object-fit: cover;
		border-radius: 5px;
	}
	.rellax_item4 img {
		position: absolute;
		right: 0px;
		bottom: 100px;
		width: 250px;
		height: 200px;
		object-fit: cover;
		border-radius: 5px;
	}
	.rellax_item5 img {
		position: absolute;
		left: 50px;
		top: 300px;
		width: 300px;
		height: 300px;
		object-fit: cover;
		border-radius: 5px;
	}
	.rellax_item6 img {
		position: absolute;
		right: 50px;
		top: 400px;
		width: 250px;
		height: 200px;
		object-fit: cover;
		border-radius: 5px;
	}
}
@media screen and (min-width: 1200px) {
	.dairiki_image_sp {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.rellax_item_wrap {
		display: none;
	}
	.dairiki_image_sp {
		display: block;
		margin-top: 1em;
	}
	.dairiki_image {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.dairiki_image1 {
		padding-top: 0;
		/*padding-right: 20px;*/
		margin-right: 20px;
		width: 50%;
		aspect-ratio: 1 / 1;
		border-radius: 5px;
		position: relative;
		overflow: hidden;
	}
	.dairiki_image1 img {
		/*width: 200px;
		height: 200px;*/
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		object-fit: cover;
	}
	.dairiki_image2 {
		/*padding-top: 100px;*/
		margin-top: 10%;
		width: 45%;
		aspect-ratio: 1 / 1;
		border-radius: 5px;
		position: relative;
		overflow: hidden;
	}
	.dairiki_image2 img {
		/*width: 150px;
		height: 150px;*/
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		object-fit: cover;
	}
}
/*背景部分*/
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background-color: var(--color-theme);
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeOut 1.5s 2.5s forwards;
	z-index: 9999;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
/*ローディング中に表示されるロゴ*/
.loading__logo {
	opacity: 0;
	animation: logo_fade 2s 0.5s forwards;
	width: 175px;
}
@keyframes logo_fade {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	60% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
	}
}
/*ここまで*/
.content {
	padding: 1rem 2rem;
	margin-bottom: 100px;
}
/*TOP私たちの思い１*/
.top_omoi {
	background: no-repeat center/100% url("../img/top/washi3.jpg");
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	z-index: -2;
	background-repeat: repeat;
	padding: 130px 0 50px;
}
.top_ttl {
	font-family: var(--font-family-gothic);
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 0.15em;
	line-height: calc(30 / 10);
	color: var(--color-secondary);
	position: absolute;
	left: 30px;
	top: 60px;
}
.top_ttl span {
	padding-top: 1em;
	font-family: var(--font-family-mincho);
}
.dento1 {
	position: absolute;
	left: -100px;
	top: -100px;
	z-index: 2;
}
.dento2 {
	position: absolute;
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.dento3 {
	position: absolute;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.dento4 {
	position: absolute;
	left: -100px;
	bottom: -100px;
	z-index: 2;
}
.dento1 img {
	width: 800px;
	height: 800px;
	object-fit: contain;
}
.dento2 img {
	width: 700px;
	height: 700px;
	object-fit: contain;
}
.dento3 img {
	width: 600px;
	height: 600px;
	object-fit: contain;
}
.dento4 img {
	width: 600px;
	height: 600px;
	object-fit: contain;
}
@media screen and (max-width: 960px) {
	.dento1 img {
		width: 400px;
		height: 400px;
		object-fit: contain;
	}
	.dento2 img {
		width: 300px;
		height: 300px;
		object-fit: contain;
	}
	.dento3 img {
		width: 400px;
		height: 400px;
		object-fit: contain;
	}
	.dento4 img {
		width: 400px;
		height: 400px;
		object-fit: contain;
	}
}
@media screen and (max-width: 768px) {
	.top_omoi{
		padding: 80px 0 30px;
	}
}
.bgScale {
	background: url(https://www.nan-demo.work/wp-content/uploads/2022/07/image07.jpg) no-repeat 50% 50%;
	background-size: 100%;
	width: 800px;
	height: 600px;
}
.contents {
	height: 300px;
}
/*スクロールで画像が拡大する動きを実装*/
/*画像を境に文字色を反転*/
.kv {
	display: none;
	/*height: 300px;*/
	position: relative;
}
.kv.kv2 {
	display: block;
}
.kv.kv2 .swiper {
	width: 100%;
	aspect-ratio: 3 / 2;
	border-radius: 5px;
}
.kv.kv2 .swiper-slide {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.kv.kv2 .swiper-slide img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.bg01 {
	height: 100%;
	background: url(../img/top/ichiba1.jpg) no-repeat center/cover;
	border-radius: 5px;
}
.bg02 {
	/*height: 100%;*/
	/*background: url(../img/top/sakana1.jpg) no-repeat 40% 63%/cover;*/
	border-radius: 5px;
}
.text-block {
	display: none;
}
.text-block {
	width: 100%;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.text-black {}
.text {
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: .04em;
	text-transform: uppercase;
	font-family: var(--font-family-mincho);
}
.text-white .text {
	color: #fff;
}
.text-black .text {
	color: #222;
}
.omoi_sp {
	display: block;
	padding: 20px 0;
	text-align: left;
}
.omoi_txt {
	padding-left: 0px;
	padding-top: 0px;
	/*font-size: 14px;*/
	line-height: 1.8;
	letter-spacing: .1em;
	font-family: var(--font-family-mincho);
}
.omoi {
	padding: 0 30px 60px;
}
.omoi_sp .omoi_sp_img {
	padding-bottom: 30px;
}
.omoi_sp .omoi_sp_img img {
	width: 100%;
	border-radius: 3px;
}
@media screen and (min-width: 560px) {
	.text-block {
		display: none;
	}
	.text-black {
		display: none;
	}
}
@media screen and (min-width: 960px) {
	.top_ttl {
		font-family: var(--font-family-gothic);
		display: block;
		font-style: normal;
		font-weight: 600;
		font-size: 1rem;
		letter-spacing: 0.15em;
		line-height: calc(30 / 10);
		color: var(--color-secondary);
		position: absolute;
		left: 20px;
		top: 130px;
		writing-mode: vertical-rl;
		font-feature-settings: initial;
	}
	.top_ttl span {
		padding-top: 1em;
		font-family: var(--font-family-mincho);
	}
	.omoi_sp {
		display: none;
	}
	.text-block {
		display: block;
	}
	.kv {
		display: block;
		height: 800px;
		position: relative;
	}
	.bg {
		width: 80%;
		height: 90%;
		position: relative;
		overflow: hidden;
		margin-left: auto;
		z-index: 1;
	}
	.kv.kv2 .swiper {
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: 0;
		z-index: 0;
		aspect-ratio: unset;
	}
	.text-block {
		transform: none;
	}
	.text-white {
		bottom: -8.8%;
		left: -17.5%;
		width: 790px;
		text-shadow: 0 0 7px rgba(0,0,0,0.7);
	}
	.text-black {
		display: block;
		width: auto;
		bottom: 2%;
		left: 6%;
		width: 790px;
	}
	.text-inner {
		width: 100%;
	}
	.text {
		font-size: 3rem;
		text-align: left;
		letter-spacing: .1em;
		line-height: 1.4;
	}
	.text-black .text {
		width: 100%;
	}
	.omoi_txt {
		padding-left: 140px;
		padding-top: 20px;
		max-width: 960px;
	}
	.omoi_txt p {
		font-size: 1.2rem;
		line-height: 1.8;
		letter-spacing: .1em;
		font-family: var(--font-family-mincho);
	}
}
@media screen and (min-width: 1500px) {
	.text {
		font-size: 4rem;
		text-align: left;
		letter-spacing: .1em;
		line-height: 1.4;
	}
}
/*画像を境に文字色を反転*/
/*TOP私たちの思い１*/
/*TOP私たちの思い2*/
/*スクロールで画像が拡大する動きを実装*/
.contents2 {
	height: 300px;
}
/*スクロールで画像が拡大する動きを実装*/
/*画像を境に文字色を反転*/
.bg2 {
	height: 100%;
	background: url(../img/slide/4.jpg) no-repeat center/cover;
	border-radius: 5px;
}
.text-block2 {
	width: 100%;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.text-black2 {
	display: none;
}
.text2 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	letter-spacing: .04em;
	text-transform: uppercase;
	font-family: var(--font-family-mincho);
}
.text-white2 .text2 {
	color: #fff;
}
.text-black2 .text2 {
	color: #222;
}
@media screen and (min-width: 560px) {
	.text-black2 {
		display: block;
	}
	.text-inner2 {
		width: 50%;
		overflow: hidden;
	}
	.text2 {
		font-size: 40px;
	}
	.text-black2 .text2 {
		width: 200%;
	}
}
@media screen and (min-width: 960px) {
	.bg2 {
		width: 80%;
		height: 90%;
		position: relative;
		overflow: hidden;
		margin-right: auto;
		z-index: 1;
	}
	.text-block2 {
		transform: none;
	}
	.text-white2 {
		bottom: -8.8%;
		right: -17.6%;
		padding-left: 157px;
	}
	.text-black2 {
		width: auto;
		bottom: 2%;
		right: 0;
	}
	.text-inner2 {
		width: 100%;
	}
	.text2 {
		font-size: 4rem;
		text-align: left;
		letter-spacing: .1em;
		line-height: 1.4;
	}
	.text-black2 .text2 {
		width: 100%;
	}
}
/*画像を境に文字色を反転*/
.omoi2 {
	padding: 100px 100px 200px;
}
.omoi_txt2 {
	padding-top: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.omoi_txt2 p {
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: .1em;
	width: 730px;
	font-family: var(--font-family-mincho);
}
/*TOP私たちの思い2*/
/*swiper*/
body {
	margin: 0;
}
@keyframes fade-in {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.swiper-container {
	width: 100%;
	height: 100vh;
	position: relative;
}
.mainv_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
}
.mainv_logo img {
	/*width: 200px;
	height: 500px;*/
	width: 250px;
	object-fit: contain;
}
.mainv_logo.red img {
	filter: drop-shadow(0px 0px 7px rgba(255, 255, 255, 0.3));
}
.swiper-container .swiper-wrapper .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.swiper-container .swiper-wrapper .swiper-slide::before {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.swiper-container .swiper-wrapper .swiper-slide .mainv_catch {
	position: absolute;
	top: 52%;
	left: 55%;
	color: #ffffff;
	font-size: 1.4vw;
	font-weight: 550;
	/*font-family: var(--font-family-mincho);*/
	font-family: "Yuji Syuku", serif;
	/*writing-mode:vertical-rl;
    font-feature-settings: initial;*/
	letter-spacing: 0.1rem;
	line-height: 2;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
}
/*.swiper-container .swiper-wrapper .swiper-slide-active .mainv_catch {
	animation-name: fade-in;
	animation-duration: 2s;
	animation-delay: 2s;
	animation-fill-mode: both;
}*/
@media screen and (max-width: 960px) {
	.mainv_logo {
		top: 40%;
	}
	.mainv_logo img {
		/*width: 100px;
		height: 200px;*/
		height: 360px;
		object-fit: contain;
	}
	.swiper-container .swiper-wrapper .swiper-slide .mainv_catch {
		text-align: center;
		position: absolute;
		top: 68%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		color: #ffffff;
		font-size: 14px;
		width: 100%;
	}
	.swiper-container .swiper-wrapper .swiper-slide-active .mainv_catch {
		animation-name: none;
	}
}
@media screen and (max-width: 480px) {
	.mainv_logo img {
		height: 240px;
		object-fit: contain;
	}
}
/*swiper*/
/*動画*/
.vid_contents_wrap {
	background: #000;
	padding-right: 4%;
	padding-left: 4%;
}
div.vid_contents {
	width: 100%; /*背景色を横幅いっぱいに広げる*/
	max-width: 1500px;
	text-align: center;
	margin: auto;
	padding: 0; /*ここで動画の周りの余白を調整*/
	background: var(--color-theme);
}
video.vid_main {
	width: 100%;
}
/*動画*/

/*---------------TOP　メニュー*/
.top_menu {
	padding: 100px 0;
	background-image: url("../img/common/bg_pattern.png");
	background-size: 100px;
	background-color: #eeece9;
	position: relative;
}
.top_menu .bgimg {
	position: absolute;
	width: 40%;
	max-width: 500px;
}
.top_menu .bgimg.img01 {
	top: 1%;
	left: 2%;
	opacity: .9;
}
.top_menu .bgimg.img02 {
	top: 18%;
	right: 1%;
	opacity: .4;
}
.top_menu .bgimg.img03 {
	top: 36%;
	left: 5%;
	opacity: .6;
}
.top_menu .bgimg.img04 {
	top: 58%;
	right: 7%;
	opacity: .8;
}
.top_menu .bgimg.img05 {
	top: 78%;
	left: 0;
	opacity: .6;
}
.top_menu .section_inner {
	max-width: 1400px;
	margin: 0 auto;
}
.top_menu .menubox_wrap .menubox {
	padding: 0 30px;
	margin-bottom: 50px;
	display: flex;
}
.top_menu .menubox_wrap .menubox:nth-child(odd) {
	flex-direction: row-reverse;
}
.top_menu .menubox_wrap .menubox:last-child {
	margin-bottom: 0;
}
.top_menu .menubox_wrap .menubox .menu_imagebox {
	width: 63%;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.top_menu .menubox_wrap .menubox .menu_imagebox .menu_imagebox_inner {
	width: 100%;
	height: 100%;
	/*padding-top: 66.667%;*/
	aspect-ratio: 3 / 2;
	position: relative;
}
.top_menu .menubox_wrap .menubox .menu_imagebox img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.top_menu .menubox_wrap .menubox .menu_imagebox .menu_imagebox_inner .swiper {
	width: 100%;
	height: 100%;
}
.top_menu .menubox_wrap .menubox .menu_imagebox .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	/*padding-top: 66.7%;
	position: relative;
	overflow: hidden;*/
}
.top_menu .menubox_wrap .menubox .menu_imagebox .swiper-slide img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
/*.top_menu .menubox_wrap .menubox:nth-child(odd) .menu_imagebox {
	margin-left: auto;
}
.top_menu .menubox_wrap .menubox:nth-child(even) .menu_imagebox {
	margin-right: auto;
}*/
.top_menu .menubox_wrap .menubox .menu_textbox {
	width: 37%;
	padding: 3em;
	background-color: rgba(255,255,255,0.5);
	background-image: url("../img/common/bg_pattern.png");
	/*margin-top: -25%;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}
/*.top_menu .menubox_wrap .menubox:nth-child(even) .menu_textbox {
	margin-left: auto;
}*/
.top_menu .menubox_wrap .menubox .menu_textbox .menu_title {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 2px;
	font-family: var(--font-family-mincho);
	margin-bottom: 0.6em;
}
.top_menu .menubox_wrap .menubox .menu_textbox .text {
	font-size: 1.1rem;
	line-height: 1.8;
}
.top_menu .menubox_wrap .menubox .menu_textbox .btn_link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	padding: 0 15px;
	border-radius: 50vh;
	border: 0.8px solid #000000;
	transition: all 1s;
	font-family: var(--font-family-gothic);
	margin: 2em 0 0 auto;
}
.top_menu .menubox_wrap .menubox .menu_textbox .btn_link:hover {
	background-color: #e4e4e4;
}
@media screen and (max-width: 991px) {
	.top_menu .menubox_wrap .menubox .menu_imagebox {
		width: 80%;
	}
	.top_menu .menubox_wrap .menubox .menu_textbox .menu_title {
		font-size: 1.75rem;
	}
}
@media screen and (max-width: 768px) {
	.top_menu {
		padding: 80px 0;
	}
	.top_menu .bgimg {
		width: 60%;
	}
	.top_menu .menubox_wrap .menubox,
	.top_menu .menubox_wrap .menubox:nth-child(odd) {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.top_menu .menubox_wrap .menubox .menu_imagebox {
		width: 100%;
	}
	.top_menu .menubox_wrap .menubox .menu_textbox {
		width: 100%;
		padding: 2em;
	}
	.top_menu .menubox_wrap .menubox .menu_textbox .menu_title {
		font-size: 1.6rem;
	}
	.top_menu .menubox_wrap .menubox .menu_textbox .text {
		font-size: 1rem;
	}
}
@media screen and (max-width: 480px) {
	.top_menu {
		padding: 60px 0;
	}
	.top_menu .menubox_wrap .menubox {
		margin-bottom: 50px;
	}
	.top_menu .menubox_wrap .menubox .menu_imagebox {
		width: 100%;
		border-radius: inherit;
	}
	.top_menu .menubox_wrap .menubox .menu_imagebox::before {
		padding-top: 75%;
	}
	.top_menu .menubox_wrap .menubox .menu_textbox {
		width: 100%;
		padding: 1.5em;
		margin-top: 0;
	}
	.top_menu .menubox_wrap .menubox .menu_textbox .menu_title {
		font-size: 1.4rem;
	}
	.top_menu .menubox_wrap .menubox .menu_textbox .text {
		font-size: 0.875rem;
	}
}

/*-----------------------第二階層共通*/
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

.loading_wrap {
	opacity: 0;
	pointer-events: none;
}
body.appear .loading_wrap {
	animation-name: PageAnime-content;
	animation-duration: 0.55s;
	animation-delay: 0.55s;
	animation-fill-mode: forwards;
	opacity: 0;
	pointer-events: auto;
}
.animation .loading_wrap {
	opacity: 1;
	pointer-events: auto;
}
@keyframes PageAnime-content {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.move .animation-bg {
  background: #000000;
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.ltr .animation-bg {
  animation-name: PageAnime-ltr;
}
@keyframes PageAnime-ltr {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

.section_mv {
	position: relative;
	padding-top: 80px;
}
.section_mv .mv_inner {
	height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.section_mv .mv_inner .mv_title_wrap {
	width: 100%;
	max-width: 1080px;
	padding: 0 5%;
	margin: 0 auto;
}
.section_mv .mv_inner .mv_title {
	text-align: left;
	font-size: 2.3rem;
	letter-spacing: 0.2em;
	color: #ffffff;
	text-shadow: 0 0 3px rgba(0,0,0,0.9), 0 0 5px rgba(0,0,0,0.7), 0 0 10px rgba(0,0,0,0.6), 0 0 15px rgba(0,0,0,0.5), 0 0 18px rgba(0,0,0,0.5), 0 0 20px rgba(0,0,0,0.3);
	font-family: var(--font-family-mincho);
}
@media screen and (max-width: 768px) {
	.section_mv {
		padding-top: 60px;
	}
	.section_mv .mv_inner {
		height: 360px;
	}
	.section_mv .mv_inner .mv_title {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
	.section_mv .mv_inner {
		height: 300px;
	}
	.section_mv .mv_inner .mv_title {
		font-size: 1.4rem;
	}
}

.main .section {
	padding: 80px 0;
}
.main .section_inner {
	width: 100%;
	max-width: 1400px;
	padding: 0 4%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.main .section {
		padding: 50px 0;
	}
	.main .section_inner {
		padding: 0 30px;
	}
}
.main .section-heading {
	margin-bottom: 40px;
	text-align: center;
}
.main .section-heading h2 {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	font-family: var(--font-family-mincho);
}
.main .section-heading .lead {
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}
.main .section-heading .catch {
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.main .section-heading {
		margin-bottom: 30px;
	}
	.main .section-heading h2 {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.main .section-heading h2 {
		font-size: 1.4rem;
	}
}

/*市場定休日*/
section.top_schedule {background-image: url("../img/common/bg_pattern.png");
	background-size: 100px auto;
	background-color: #eeece9;
	position: relative;
}
.top_schedule_container {
	padding: 0 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.top_schedule_container .h2_top_mds_wrap {
	width: 25%;
}
.top_schedule_container .g_calendar {
	width: 73%;
}
.top_schedule_container .g_calendar iframe {
	width: 100%;
	height: 500px;
}
@media print, screen and (max-width : 960px) {
	.top_schedule_container {
		padding: 0 30px;
	}
}
@media only screen and (max-width : 768px) {
	.top_schedule_container {
		flex-direction: column;
	}
	.top_schedule_container .h2_top_mds_wrap {
		width: 100%;
		margin-bottom: 20px;
	}
	.top_schedule_container .g_calendar {
		width: 100%;
	}
	.top_schedule_container .g_calendar iframe {
		height: 400px;
	}
}


