@charset "UTF-8";

html,
body {
	width: 100%;
}

html {
	scroll-behavior: smooth;
	overflow-y: scroll;
}

body {
	position: relative;
	color: #000;
	font-size: 16px;
	margin: 0 auto;
	/*font-family: 'Zen Kaku Gothic Antique', 'Jost', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-family: 'Shippori Mincho', 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	line-height: 2;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

a {
	transition: 0.3s ease-in-out;
}

img {
	transition: 0.3s ease-in-out;
}

a:active,
a:hover,
input[type=submit]:hover {
	opacity: 0.7;
}
input[type=submit]{
	transition: 0.3s ease-in-out;
	cursor: pointer;
}


.mb0 {
	margin-bottom: 0 !important;
}

@media (min-width: 1001px) {
	.mb5 {
		margin-bottom: 5px !important;
	}
}

@media (max-width: 1000px) {
	.mb5 {
		margin-bottom: 0.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb10 {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 1000px) {
	.mb10 {
		margin-bottom: 1.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb15 {
		margin-bottom: 15px !important;
	}
}

@media (max-width: 1000px) {
	.mb15 {
		margin-bottom: 2vw !important;
	}
}

@media (min-width: 1001px) {
	.mb20 {
		margin-bottom: 20px !important;
	}
}

@media (max-width: 1000px) {
	.mb20 {
		margin-bottom: 2.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb25 {
		margin-bottom: 25px !important;
	}
}

@media (max-width: 1000px) {
	.mb25 {
		margin-bottom: 3.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb30 {
		margin-bottom: 30px !important;
	}
}

@media (max-width: 1000px) {
	.mb30 {
		margin-bottom: 3.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb40 {
		margin-bottom: 40px !important;
	}
}

@media (max-width: 1000px) {
	.mb40 {
		margin-bottom: 5.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb50 {
		margin-bottom: 50px !important;
	}
}

@media (max-width: 1000px) {
	.mb50 {
		margin-bottom: 6.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb60 {
		margin-bottom: 60px !important;
	}
}

@media (max-width: 1000px) {
	.mb60 {
		margin-bottom: 8vw !important;
	}
}

@media (min-width: 1001px) {
	.mb70 {
		margin-bottom: 70px !important;
	}
}

@media (max-width: 1000px) {
	.mb70 {
		margin-bottom: 9.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb80 {
		margin-bottom: 80px !important;
	}
}

@media (max-width: 1000px) {
	.mb80 {
		margin-bottom: 10.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb90 {
		margin-bottom: 90px !important;
	}
}

@media (max-width: 1000px) {
	.mb90 {
		margin-bottom: 12vw !important;
	}
}

@media (min-width: 1001px) {
	.mb100 {
		margin-bottom: 100px !important;
	}
}

@media (max-width: 1000px) {
	.mb100 {
		margin-bottom: 13.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb110 {
		margin-bottom: 110px !important;
	}
}

@media (max-width: 1000px) {
	.mb110 {
		margin-bottom: 14.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb120 {
		margin-bottom: 120px !important;
	}
}

@media (max-width: 1000px) {
	.mb120 {
		margin-bottom: 16vw !important;
	}
}

@media (min-width: 1001px) {
	.mb130 {
		margin-bottom: 130px !important;
	}
}

@media (max-width: 1000px) {
	.mb130 {
		margin-bottom: 17.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb140 {
		margin-bottom: 140px !important;
	}
}

@media (max-width: 1000px) {
	.mb140 {
		margin-bottom: 18.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb150 {
		margin-bottom: 150px !important;
	}
}

@media (max-width: 1000px) {
	.mb150 {
		margin-bottom: 20vw !important;
	}
}

.pb0 {
	padding-bottom: 0 !important;
}

@media (min-width: 1001px) {
	.pb10 {
		padding-bottom: 10px !important;
	}
}

@media (max-width: 1000px) {
	.pb10 {
		padding-bottom: 1.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb150 {
		padding-bottom: 150px !important;
	}
}

@media (max-width: 1000px) {
	.pb150 {
		padding-bottom: 20vw !important;
	}
}

@media (min-width: 1001px) {
	.p15 {
		padding: 0 15px !important;
	}
}

@media (max-width: 1000px) {
	.p15 {
		padding: 0 2vw !important;
	}
}

@media (min-width: 1001px) {
	.pt10 {
		padding-top: 10px !important;
	}
}

@media (max-width: 1000px) {
	.pt10 {
		padding-top: 1.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pt15 {
		padding-top: 15px !important;
	}
}

@media (max-width: 1000px) {
	.pt15 {
		padding-top: 2vw !important;
	}
}

@media (min-width: 1001px) {
	.pt20 {
		padding-top: 20px !important;
	}
}

@media (max-width: 1000px) {
	.pt20 {
		padding-top: 2.6vw !important;
	}
}

@media (min-width: 1001px) {
	.pt30 {
		padding-top: 30px !important;
	}
}

@media (max-width: 1000px) {
	.pt30 {
		padding-top: 3.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pt40 {
		padding-top: 40px !important;
	}
}

@media (max-width: 1000px) {
	.pt40 {
		padding-top: 5.3vw !important;
	}
}

@media (min-width: 1001px) {
	.ls-1 {
		letter-spacing: -1px;
	}
}

@media (min-width: 1001px) {
	.ls-2 {
		letter-spacing: -2px;
	}
}

@media (min-width: 1001px) {
	.ls-3 {
		letter-spacing: -3px;
	}
}

@media (min-width: 1001px) {
	.ls-4 {
		letter-spacing: -4px;
	}
}

@media (min-width: 1001px) {
	.fs10 {
		font-size: 10px;
	}
}

@media (min-width: 1001px) {
	.fs14 {
		font-size: 14px;
	}
}

@media (min-width: 1001px) {
	.fs15 {
		font-size: 15px;
	}
}

@media (min-width: 1001px) {
	.fs16 {
		font-size: 16px;
	}
}

@media (min-width: 1001px) {
	.fs24 {
		font-size: 24px;
	}
}

@media (min-width: 1001px) {
	.fs26 {
		font-size: 26px;
	}
}

.mb05em {
	margin-bottom: 0.5em !important;
}

.mb1em {
	margin-bottom: 1em !important;
}

.mb2em {
	margin-bottom: 2em !important;
}

.mb3em {
	margin-bottom: 3em !important;
}

.mb4em {
	margin-bottom: 4em !important;
}

.pb05em {
	padding-bottom: 0.5em !important;
}

.mr0 {
	margin-right: 0 !important;
}

li {
	list-style: none;
}

p {
	text-align: justify;
	-ms-text-justify: auto;
	text-justify: auto;
	text-justify: inter-ideograph;
	line-height: 2;
  letter-spacing: 0.2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: normal;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

.noborder {
	border: none !important;
}

.nomargin {
	margin: 0 0 !important;
}

.ta_r {
	text-align: right;
}

.ta_c {
	text-align: center;
}

.ta_l {
	text-align: left;
}

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

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

a {
	color: #2D281D;
	text-decoration: none;
}

/*---------------------------------------------------------*/
/* font */
/* family */
.crimson{
	font-family: 'Crimson Text', serif;
}
.sawarabi{
	font-family: 'Sawarabi Mincho', serif;
}
.shippori{
	font-family: 'Shippori Mincho', 'M PLUS Rounded 1c', sans-serif;
}
.notosans{
	font-family: 'Noto Sans JP', sans-serif;
}
/* weight */
.light{
	font-weight: 300;
}
.normal{
	font-weight: 400;
}
.medium{
	font-weight: 500;
}
.semibold{
	font-weight: 600;
}
.bold{
	font-weight: 700;
}
.extrabold{
	font-weight: 800;
}
.black{
	font-weight: 900;
}
/* color */
.color_brown{
	color: #C4972F;
}
/* size */
.size_s{
	font-size: 80%;
}

/*---------------------------------------------------------*/
/* inview */
/* up */
.showup {
	opacity: 0;
	transition: 1s;
	transform: translateY(20px);
}
.upview {
	animation: showup 1s ease-out 0s 1 normal forwards;
}
.upview.uv2 {
	animation: showup 1s ease-out 0.5s 1 normal forwards;
}
.upview.uv3 {
	animation: showup 1s ease-out 1s 1 normal forwards;
}
.upview.uv4 {
	animation: showup 1s ease-out 1.5s 1 normal forwards;
}
.upview.uv5 {
	animation: showup 1s ease-out 2s 1 normal forwards;
}
/* down */
.showdown {
	opacity: 0;
	transition: 1s;
	transform: translateY(-20px);
}
.downview {
	animation: showdown 1s ease-out 0s 1 normal forwards;
}
.downview.dv2 {
	animation: showdown 1s ease-out 0.5s 1 normal forwards;
}
.downview.dv3 {
	animation: showdown 1s ease-out 1s 1 normal forwards;
}
.downview.dv4 {
	animation: showdown 1s ease-out 1.5s 1 normal forwards;
}
/* left */
.showleft {
	opacity: 0;
	transition: 1s;
	transform: translateX(-20px);
}
.leftview {
	animation: showleft 1s ease-out 0s 1 normal forwards;
}
.leftview.lv2 {
	animation: showleft 1s ease-out 0.5s 1 normal forwards;
}
/* right */
.showright {
	opacity: 0;
	transition: 1s;
	transform: translateX(20px);
}
.rightview {
	animation: showright 1s ease-out 0s 1 normal forwards;
}
.rightview.rv2 {
	animation: showright 1s ease-out 0.5s 1 normal forwards;
}
/* imgeffect */
.showimgeffect{
	opacity: 0;
	width: 1px;
	height: 100%;
	overflow: hidden;
	transition: 1s cubic-bezier(0.79, 0.14, 0.15, 0.86) width;
	position: relative;
}
.showimgeffect::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #03375c;
	z-index: 1;
}
.showimgeffect img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(106%);
	z-index: 0;
	position: relative;
}
.imgeffectview{
	opacity: 1;
	width: 100%;
}
.imgeffectview::after{
	animation: imgeffect_after 1s cubic-bezier(0.79, 0.14, 0.15, 0.86) 1s forwards;
	z-index: 2;
}
@keyframes imgeffect_after {
	0% {
		width: 100%;
	}
	100% {
		width: 0%;
	}
}
.imgeffectview img{
	animation: imgeffect_img 5s ease-out 1s forwards;
}
@keyframes imgeffect_img {
	0% {
		transform: scale(106%);
	}
	100% {
		transform: scale(100%);
	}
}

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */
@media (min-width: 1001px) {

	.for_sp {
		display: none !important;
	}

	.for_tab {
		display: none !important;
	}

	.for_nw {
		display: none !important;
	}

	.tab .for_pcnotab {
		display: none !important;
	}

	.tab .for_tab {
		display: inline !important;
	}

	.wrap,
	#page {
		width: 100%;
		position: relative;
	}

	.pc_sidepadding{
		padding: 0 3%;
	}

	/* common
	---------------------------------------------------------------------- */
	.mainw,
	.mainw_pc {
		max-width: 1100px;
		margin: 0 auto;
	}
	.mainw1316{
		max-width: 1316px;
		margin: 0 auto;
	}

	.w1600 {
		max-width: 1600px;
		margin: 0 auto;
	}

	.w1200 {
		max-width: 1200px;
		margin: 0 auto;
	}

	.w1100 {
		max-width: 1100px;
		margin: 0 auto;
	}

	.w1000 {
		max-width: 1000px;
		margin: 0 auto;
	}

	.w950 {
		max-width: 950px;
		margin: 0 auto;
	}

	.w900 {
		max-width: 900px;
		margin: 0 auto;
	}

	.w920 {
		max-width: 920px;
		margin: 0 auto;
	}

	.w800 {
		max-width: 800px;
		margin: 0 auto;
	}

	.w700 {
		max-width: 700px;
		margin: 0 auto;
	}

	.anchor {
		margin-top: -100px;
		padding-top: 100px;
	}

	.cflex {
		display: flex;
	}

	p {
		font-size: 16px;
		line-height: 28px;
	}

	.img100 {
		width: 100%;
	}

	.img100 img {
		width: 100%;
	}

	.ui-state-default:hover,
	.ui-widget-content .ui-state-default:hover,
	.ui-widget-header .ui-state-default:hover {
		background: #000;
		color: #FFF;
	}

	/* keyframe
	---------------------------------------------------------------------- */
	@keyframes imgfade {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	
	@keyframes showup {
		0% {
			opacity: 0;
			transform: translateY(20px);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	
	@keyframes showdown {
		0% {
			opacity: 0;
			transform: translateY(-20px);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
		
	@keyframes showleft {
		0% {
			opacity: 0;
			transform: translateX(-20px);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@keyframes showright {
		0% {
			opacity: 0;
			transform: translateX(20px);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	
}
/* End @media (min-width: 1001px) */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {

	html,
	body {
		font-size: 3.7333vw;
	}

	.container{
		font-size: 0.92308rem;
		overflow: hidden;
	}

	a:active,
	a:hover,
	a:hover img {
		opacity: 0.7;
	}

	.mb20 {
		margin-bottom: 2.6vw !important;
	}

	.mb25 {
		margin-bottom: 3.3vw !important;
	}

	.mb30 {
		margin-bottom: 4vw !important;
	}

	.mb40 {
		margin-bottom: 5.3vw !important;
	}

	.mb50 {
		margin-bottom: 6.6vw !important;
	}

	.mb60 {
		margin-bottom: 8vw !important;
	}

	.mb70 {
		margin-bottom: 9.3vw !important;
	}

	.mb80 {
		margin-bottom: 10.6vw !important;
	}

	.mb90 {
		margin-bottom: 12vw;
	}

	.mb100 {
		margin-bottom: 13.3vw !important;
	}

	.mb120 {
		margin-bottom: 16vw !important;
	}

	.pt50 {
		padding-top: 6.6vw !important;
	}

	.ls-1 {
		letter-spacing: -1px;
	}

	.ls-2 {
		letter-spacing: -2px;
	}

	.ls-3 {
		letter-spacing: -3px;
	}

	.ls-4 {
		letter-spacing: -4px;
	}

	.fs10 {
		font-size: 3vw;
	}

	.fs14,
	.fs15 {
		font-size: 3.4vw;
	}

	.fs16 {
		font-size: 3.7vw;
	}

	.fs24 {
		font-size: 4vw;
	}

	.fs26 {
		font-size: 5vw;
	}

	.wrap,
	#page {
		width: 100%;
		position: relative;
	}

	.for_pc {
		display: none !important;
	}

	.for_tab {
		display: none;
	}

	.for_pcnotab {
		display: none !important;
	}

	.for_nw {
		display: none !important;
	}

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

	.cf_s:after {
		clear: both;
	}

	.cf_s {
		zoom: 1;
	}

	.showup {
		opacity: 0;
		transition: 1s;
		transform: translateY(4vw);
	}

	.showdown {
		opacity: 0;
		transition: 1s;
		transform: translateY(-4vw);
	}

	.showleft {
		opacity: 0;
		transition: 1s;
		transform: translateX(-4vw);
	}

	.showright {
		opacity: 0;
		transition: 1s;
		transform: translateX(4vw);
	}


	/* common
	---------------------------------------------------------------------- */
	.mainw,
	.mainw1316,
	.w1600,
	.w1200,
	.w1100,
	.w1000,
	.w900,
	.w920,
	.w800,
	.w700 {
		width: 86.6667vw;
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.w950 {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.anchor {
		margin-top: -20vw;
		padding-top: 20vw;
	}

	/* keyframe
	---------------------------------------------------------------------- */
	@keyframes showup {
		0% {
			opacity: 0;
			transform: translateY(4vw);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@keyframes txtfade {
		0% {
			opacity: 0;
			transform: translateY(4vw);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@keyframes showleft {
		0% {
			opacity: 0;
			transform: translateX(-4vw);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

	@keyframes showright {
		0% {
			opacity: 0;
			transform: translateX(4vw);
		}

		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}

}
/* End @media (max-width:1000px) */

