@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
/*@import url("font-awesome.min.css");*/

/*
	Big Picture by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

	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-size: 100%;
		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;
	}

	body {
		-webkit-text-size-adjust: none;
		overflow-x: hidden;
		width: 100vw;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	html {
		height: 100%;
	}

	body {
		background: #ffffff;
		height: 100%;
		min-width: 320px;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* pc、sp切り替え表示 */
.pc {
 display:block!important;
}
.sp {
 display:none!important;
}
@media screen and (max-width: 736px) {
.pc {
 display:none!important;
}
.sp {
 display:block!important;
}
}

/* Spinner */

	@-moz-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-webkit-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-ms-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

/* Loader */

	@-moz-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-webkit-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-ms-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-moz-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-webkit-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-ms-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	body {
		text-decoration: none;
	}

		body:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-moz-transform-origin: 50% 50%;
			-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			/* font-family: FontAwesome; */
			font-family: serif;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
			color: #e5e6e7;
			cursor: default;
			display: block;
			font-size: 1.2em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0;
			position: fixed;
			text-align: center;
			top: 50%;
			width: 2em;
			z-index: -1;
		}

		body:after {
			-moz-animation: overlay-hide 1.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
			-ms-animation: overlay-hide 1.5s ease-in forwards !important;
			animation: overlay-hide 1.5s ease-in forwards !important;
			background: #ffffff;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		body.is-loading:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			z-index: 100001;
		}

		body.is-loading:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

	@media (-webkit-min-device-pixel-ratio: 2) {

		body:before {
			line-height: 2.025em;
		}

	}

/* Type */

	body, input, textarea, select {
		font-family: serif;
		font-weight: 300;
		font-size: 18pt;
		line-height: 1.75em;
		color: #39454b;
		letter-spacing: 0.025em;
	}

		@media screen and (max-width: 1920px) {

			body, input, textarea, select {
				font-size: 17pt;
			}

		}

		@media screen and (max-width: 1680px) {

			body, input, textarea, select {
				font-size: 15pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, textarea, select {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 1000px) {

			body, input, textarea, select {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 736px) {

			body, input, textarea, select {
				font-size: 9pt;
				line-height: 1.5em;
			}

		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 900;
		color: #96811b!important;
		letter-spacing: -0.0325em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.6em;
		line-height: 1.25em;
		letter-spacing: -0.05em;
	}
	.h2span {
		font-size: .7em;
	}
	@media screen and (max-width: 736px) {

		h2 {
			font-size: 1.5em;
		}

	}

	strong, b {
		font-weight: 900;
		color: inherit;
	}

	em, i {
		font-style: italic;
	}

	a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		color: #98c593;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #e5e6e7;
	}

	blockquote {
		border-left: solid 0.5em #e5e6e7;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

/* Box */

	.box {
		background: rgba(255, 255, 255, 0.8);
		color: #39454b;
		padding: 2em;
		font-weight: bold;
	}

		.box > :last-child {
			margin-bottom: 0;
		}

		.box.style2 {
			padding: 3.5em 2.5em 3.5em 2.5em;
		}

		@media screen and (max-width: 736px) {

			.box {
				padding: 1em;
			}

				.box.style2 {
					padding: 1.5em 1.25em 1.5em 1.25em;
					background-color: rgba(255, 255, 255, 0.9);
				}

		}

/* Box2 */

	.box2 {
		background: #ffffff;
		color: #39454b;
		padding: 2em;
	}

		@media screen and (max-width: 736px) {

			.box2 {
				padding: 1em;
			}

		}

/*↓　2021/05/31　コードプラス追記　↓*/
/* Box3 */

	.box3 {
		background: #ffffff;
        width: 48.5%;
	}
    .box3:nth-of-type(1) {
		margin: 1%;
	}
    .box3:nth-of-type(2) {
		margin: 1% 1% 1% 0;
	}
    .box3:nth-of-type(3) {
        margin: 0 1% 1% 1%;
    }
    .box3:nth-of-type(4) {
        margin: 0 1% 1% 0;
    }
    .box3 img:hover,#karu72 a:hover {
        opacity:0.6;
        transition-duration:0.5s;
        cursor: pointer;
    }
		@media screen and (max-width: 736px) {

			.box3 {
				padding: 1em!important;
                width:100%;
                margin: 0!important;
			}

		}
/* inner_golf */
.inner_golf{
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 736px) {

			.inner_golf{
                display: block;
            }
        }
/*↑　2021/05/31　コードプラス追記　↑*/



/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background-color: #98c593;
		border: 0;
		border-radius: 3.5em;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		height: 2.5em;
		line-height: 2.5em;
		outline: 0;
		padding: 0 2em 0 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
	}

		input[type="button"].down,
		input[type="submit"].down,
		input[type="reset"].down,
		.button.down,
		button.down {
			width: 5em;
			height: 5em;
			line-height: 4.5em;
			padding: 0;
			background-image: url("../../images/dark-arrow.png");
			background-position: center center;
			background-repeat: no-repeat;
			text-indent: -10em;
			overflow: hidden;
		}

			input[type="button"].down.anchored,
			input[type="submit"].down.anchored,
			input[type="reset"].down.anchored,
			.button.down.anchored,
			button.down.anchored {
				bottom: 0;
				border-bottom: 0;
				border-radius: 3em 3em 0 0;
				height: 4.5em;
				margin-left: -2.5em;
			}

		input[type="button"].anchored,
		input[type="submit"].anchored,
		input[type="reset"].anchored,
		.button.anchored,
		button.anchored {
			position: absolute;
			left: 50%;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover,
		button:hover {
			background-color: #a8cea4;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		.button:active,
		button:active {
			background-color: #88bc82;
		}

		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		.button.style2,
		button.style2 {
			background-color: transparent;
			border: solid 2px #96811b;
			color: inherit;
		}

			input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			.button.style2:hover,
			button.style2:hover {
				background-color: rgba(229, 230, 231, 0.25);
			}

			input[type="button"].style2:active,
			input[type="submit"].style2:active,
			input[type="reset"].style2:active,
			.button.style2:active,
			button.style2:active {
				background-color: rgba(229, 230, 231, 0.375);
			}

			input[type="button"].style2.down,
			input[type="submit"].style2.down,
			input[type="reset"].style2.down,
			/*.button.style2.down, 2021/5/31　コードプラス更新*/
			button.style2.down {
				background-image: url("../../images/arrow.png");
			}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form .field {
			margin: 0 0 1.5em 0;
		}

			form .field.half {
				width: 50%;
				float: left;
				padding: 0 0 0 0.75em;
			}

				form .field.half.first {
					padding: 0 0.75em 0 0;
				}

		form > .actions {
			margin: 1.5em 0 0 0 !important;
		}

		@media screen and (max-width: 736px) {

			form .field {
				margin: 0 0 1em 0;
			}

				form .field.half {
					padding: 0 0 0 0.5em;
				}

					form .field.half.first {
						padding: 0 0.5em 0 0;
					}

			form > .actions {
				margin: 1em 0 0 0 !important;
			}

		}

		@media screen and (max-width: 480px) {

			form .field.half {
				width: 100%;
				float: none;
				padding: 0;
			}

				form .field.half.first {
					padding: 0;
				}

		}

	label {
		display: block;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		color: #39454b;
		display: block;
		width: 100%;
		padding: 0.65em 0.75em;
		background: none;
		border: solid 2px #e5e6e7;
		color: inherit;
		border-radius: 0.5em;
		outline: none;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #9ac8e9;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		line-height: 1.35em;
	}

	textarea {
		min-height: 8em;
	}

	::-moz-focus-inner {
		border: 0;
	}

	::-webkit-input-placeholder {
		opacity: 0.375;
	}

	:-moz-placeholder {
		opacity: 0.375;
	}

	::-moz-placeholder {
		opacity: 0.375;
	}

	:-ms-input-placeholder {
		opacity: 0.375;
	}

	.formerize-placeholder {
		opacity: 0.375;
	}

/* Icon */

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: serif;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		.icon > .label {
			display: none;
		}

/* Image */

	.image {
		position: relative;
		display: inline-block;
	}

		.image:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url("../../images/overlay.png");
		}

		.image img {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
		}

		ul.icons a {
			display: inline-block;
			width: 2em;
			height: 2em;
			line-height: 2em;
			text-align: center;
			border: 0;
		}

	ul.menu {
		cursor: default;
	}

		ul.menu li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px #e5e6e7;
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

	ul.actions {
		cursor: default;
	}

		ul.actions li {
			display: inline-block;
			margin: 0 0 0 0.5em;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

/* Sections/Article */

	header {
		margin-bottom: 1em;
		z-index: 99;
		position: relative;
	}

		header p {
			display: block;
			margin: 1em 0 0 0;
			padding: 0 0 0.5em 0;
		}

	footer {
		margin-top: 1em;
	}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr:nth-child(2n+2) {
				background: rgba(229, 230, 231, 0.5);
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				font-weight: 900;
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default thead {
				background: #39454b;
				color: #ffffff;
			}

			table.default tfoot {
				background: #e5e6e7;
			}

/* Poptrox */

	.poptrox-popup {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		background: #fff;
		padding-bottom: 3em;
		box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);

		/* min-width: 300px;
		min-height: 200px;
		width: 80%;
		height: 60%; */

		width: 60%!important;
	
	}

		.poptrox-popup .loader {
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -1em 0 0 -1em;
			width: 2em;
			height: 2em;
			display: block;
			font-size: 2em;
		}
.pic img{
	width: 100%;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
			.poptrox-popup .loader:before {
				-moz-animation: spinner-rotate 0.75s infinite linear !important;
				-webkit-animation: spinner-rotate 0.75s infinite linear !important;
				-ms-animation: spinner-rotate 0.75s infinite linear !important;
				animation: spinner-rotate 0.75s infinite linear !important;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				/* font-family: FontAwesome; */
				font-family: serif;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
				color: #e5e6e7;
				content: '\f1ce';
				cursor: default;
				display: block;
				height: 2em;
				left: 0;
				line-height: 2em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2em;
			}

		.poptrox-popup .caption {
			position: absolute;
			/* bottom: 0;
			left: 0; */
			background: #ffffff;
			width: 100%;
			height: 3em;
			line-height: 2.8em;
			text-align: center;
			cursor: default;
			z-index: 1;
			font-size: 0.9em;
		}

		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			opacity: 0;
			cursor: pointer;
			background: rgba(0, 0, 0, 0.01);
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

		.poptrox-popup .nav-next:before,
		.poptrox-popup .nav-previous:before {
			content: '';
			position: absolute;
			width: 96px;
			height: 64px;
			background: url("../../images/poptrox-nav.png");
			top: calc(50% - 1.5em);
			margin: -32px 0 0 0;
		}

		.poptrox-popup:hover .nav-next,
		.poptrox-popup:hover .nav-previous {
			opacity: 0.5;
		}

		.poptrox-popup:hover .nav-next:hover,
		.poptrox-popup:hover .nav-previous:hover {
			opacity: 1.0;
		}

		.poptrox-popup .nav-previous:before {
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
			-ms-filter: "FlipH";
			filter: FlipH;
		}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				right: 0;
			}

		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				left: 0;
			}

		.poptrox-popup .closer {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
			opacity: 0;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

			.poptrox-popup .closer:before {
				content: '';
				display: block;
				position: absolute;
				right: 16px;
				top: 16px;
				width: 40px;
				height: 40px;
				border-radius: 100%;
				box-shadow: inset 0 0 0 2px #fff;
				background: url("../../images/poptrox-closer.png") center center;
				color: #ffffff !important;
			}

		.poptrox-popup:hover .closer {
			opacity: 0.5;
		}

			.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
			}

		body.is-touch .poptrox-popup .nav-next,
		body.is-touch .poptrox-popup .nav-previous,
		body.is-touch .poptrox-popup .closer {
			opacity: 1.0 !important;
		}

		@media screen and (max-width: 736px) {

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				width: 48px;
				height: 32px;
				background-size: contain;
				margin: -16px 0 0 0;
			}

			.poptrox-popup .closer:before {
				right: 12px;
				top: 12px;
				width: 20px;
				height: 20px;
				box-shadow: inset 0 0 0 1px #fff;
				background-size: contain;
				opacity: 0.65;
			}

		}

/* Gallery */

	.gallery {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 45em;
		max-width: 100%;
		margin: 0 auto 2em auto;
	}

		.gallery article {
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			width: 50%;
			position: relative;
			opacity: 1.0;
		}

			.gallery article .image {
				margin: 0;
				display: block;
			}

			.gallery article:nth-last-child(1n) {
				-moz-transition-delay: 0.05s;
				-webkit-transition-delay: 0.05s;
				-ms-transition-delay: 0.05s;
				transition-delay: 0.05s;
			}

			.gallery article:nth-last-child(2n) {
				-moz-transition-delay: 0.05s;
				-webkit-transition-delay: 0.05s;
				-ms-transition-delay: 0.05s;
				transition-delay: 0.05s;
			}

			.gallery article:nth-last-child(2n) {
				-moz-transition-delay: 0.1s;
				-webkit-transition-delay: 0.1s;
				-ms-transition-delay: 0.1s;
				transition-delay: 0.1s;
			}

			.gallery article:nth-last-child(3n) {
				-moz-transition-delay: 0.1s;
				-webkit-transition-delay: 0.1s;
				-ms-transition-delay: 0.1s;
				transition-delay: 0.1s;
			}

			.gallery article:nth-last-child(3n) {
				-moz-transition-delay: 0.15s;
				-webkit-transition-delay: 0.15s;
				-ms-transition-delay: 0.15s;
				transition-delay: 0.15s;
			}

			.gallery article:nth-last-child(4n) {
				-moz-transition-delay: 0.15s;
				-webkit-transition-delay: 0.15s;
				-ms-transition-delay: 0.15s;
				transition-delay: 0.15s;
			}

			.gallery article:nth-last-child(4n) {
				-moz-transition-delay: 0.2s;
				-webkit-transition-delay: 0.2s;
				-ms-transition-delay: 0.2s;
				transition-delay: 0.2s;
			}

			.gallery article:nth-last-child(5n) {
				-moz-transition-delay: 0.2s;
				-webkit-transition-delay: 0.2s;
				-ms-transition-delay: 0.2s;
				transition-delay: 0.2s;
			}

			.gallery article:nth-last-child(5n) {
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
			}

			.gallery article:nth-last-child(6n) {
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
			}

			.gallery article:nth-last-child(6n) {
				-moz-transition-delay: 0.3s;
				-webkit-transition-delay: 0.3s;
				-ms-transition-delay: 0.3s;
				transition-delay: 0.3s;
			}

			.gallery article:nth-last-child(7n) {
				-moz-transition-delay: 0.3s;
				-webkit-transition-delay: 0.3s;
				-ms-transition-delay: 0.3s;
				transition-delay: 0.3s;
			}

			.gallery article:nth-last-child(7n) {
				-moz-transition-delay: 0.35s;
				-webkit-transition-delay: 0.35s;
				-ms-transition-delay: 0.35s;
				transition-delay: 0.35s;
			}

			.gallery article:nth-last-child(8n) {
				-moz-transition-delay: 0.35s;
				-webkit-transition-delay: 0.35s;
				-ms-transition-delay: 0.35s;
				transition-delay: 0.35s;
			}

			.gallery article:nth-last-child(8n) {
				-moz-transition-delay: 0.4s;
				-webkit-transition-delay: 0.4s;
				-ms-transition-delay: 0.4s;
				transition-delay: 0.4s;
			}

			.gallery article:nth-last-child(9n) {
				-moz-transition-delay: 0.4s;
				-webkit-transition-delay: 0.4s;
				-ms-transition-delay: 0.4s;
				transition-delay: 0.4s;
			}

			.gallery article:nth-last-child(9n) {
				-moz-transition-delay: 0.45s;
				-webkit-transition-delay: 0.45s;
				-ms-transition-delay: 0.45s;
				transition-delay: 0.45s;
			}

			.gallery article:nth-last-child(10n) {
				-moz-transition-delay: 0.45s;
				-webkit-transition-delay: 0.45s;
				-ms-transition-delay: 0.45s;
				transition-delay: 0.45s;
			}

			.gallery article:nth-last-child(10n) {
				-moz-transition-delay: 0.5s;
				-webkit-transition-delay: 0.5s;
				-ms-transition-delay: 0.5s;
				transition-delay: 0.5s;
			}

			.gallery article:nth-last-child(11n) {
				-moz-transition-delay: 0.5s;
				-webkit-transition-delay: 0.5s;
				-ms-transition-delay: 0.5s;
				transition-delay: 0.5s;
			}

			.gallery article:nth-last-child(11n) {
				-moz-transition-delay: 0.55s;
				-webkit-transition-delay: 0.55s;
				-ms-transition-delay: 0.55s;
				transition-delay: 0.55s;
			}

			.gallery article:nth-last-child(12n) {
				-moz-transition-delay: 0.55s;
				-webkit-transition-delay: 0.55s;
				-ms-transition-delay: 0.55s;
				transition-delay: 0.55s;
			}

			.gallery article:nth-last-child(12n) {
				-moz-transition-delay: 0.6s;
				-webkit-transition-delay: 0.6s;
				-ms-transition-delay: 0.6s;
				transition-delay: 0.6s;
			}

			.gallery article:nth-last-child(13n) {
				-moz-transition-delay: 0.6s;
				-webkit-transition-delay: 0.6s;
				-ms-transition-delay: 0.6s;
				transition-delay: 0.6s;
			}

			.gallery article:nth-last-child(13n) {
				-moz-transition-delay: 0.65s;
				-webkit-transition-delay: 0.65s;
				-ms-transition-delay: 0.65s;
				transition-delay: 0.65s;
			}

			.gallery article:nth-last-child(14n) {
				-moz-transition-delay: 0.65s;
				-webkit-transition-delay: 0.65s;
				-ms-transition-delay: 0.65s;
				transition-delay: 0.65s;
			}

			.gallery article:nth-last-child(14n) {
				-moz-transition-delay: 0.7s;
				-webkit-transition-delay: 0.7s;
				-ms-transition-delay: 0.7s;
				transition-delay: 0.7s;
			}

			.gallery article:nth-last-child(15n) {
				-moz-transition-delay: 0.7s;
				-webkit-transition-delay: 0.7s;
				-ms-transition-delay: 0.7s;
				transition-delay: 0.7s;
			}

			.gallery article:nth-last-child(15n) {
				-moz-transition-delay: 0.75s;
				-webkit-transition-delay: 0.75s;
				-ms-transition-delay: 0.75s;
				transition-delay: 0.75s;
			}

			.gallery article:nth-last-child(16n) {
				-moz-transition-delay: 0.75s;
				-webkit-transition-delay: 0.75s;
				-ms-transition-delay: 0.75s;
				transition-delay: 0.75s;
			}

			.gallery article:nth-last-child(16n) {
				-moz-transition-delay: 0.8s;
				-webkit-transition-delay: 0.8s;
				-ms-transition-delay: 0.8s;
				transition-delay: 0.8s;
			}

			.gallery article:nth-last-child(17n) {
				-moz-transition-delay: 0.8s;
				-webkit-transition-delay: 0.8s;
				-ms-transition-delay: 0.8s;
				transition-delay: 0.8s;
			}

			.gallery article:nth-last-child(17n) {
				-moz-transition-delay: 0.85s;
				-webkit-transition-delay: 0.85s;
				-ms-transition-delay: 0.85s;
				transition-delay: 0.85s;
			}

			.gallery article:nth-last-child(18n) {
				-moz-transition-delay: 0.85s;
				-webkit-transition-delay: 0.85s;
				-ms-transition-delay: 0.85s;
				transition-delay: 0.85s;
			}

			.gallery article:nth-last-child(18n) {
				-moz-transition-delay: 0.9s;
				-webkit-transition-delay: 0.9s;
				-ms-transition-delay: 0.9s;
				transition-delay: 0.9s;
			}

			.gallery article:nth-last-child(19n) {
				-moz-transition-delay: 0.9s;
				-webkit-transition-delay: 0.9s;
				-ms-transition-delay: 0.9s;
				transition-delay: 0.9s;
			}

			.gallery article:nth-last-child(19n) {

				-moz-transition-delay: 0.95s;
				-webkit-transition-delay: 0.95s;
				-ms-transition-delay: 0.95s;
				transition-delay: 0.95s;
			}

			.gallery article:nth-last-child(20n) {
				-moz-transition-delay: 0.95s;
				-webkit-transition-delay: 0.95s;
				-ms-transition-delay: 0.95s;
				transition-delay: 0.95s;
			}

			.gallery article:nth-last-child(20n) {
				-moz-transition-delay: 1s;
				-webkit-transition-delay: 1s;
				-ms-transition-delay: 1s;
				transition-delay: 1s;
			}

			.gallery article:nth-last-child(21n) {
				-moz-transition-delay: 1s;
				-webkit-transition-delay: 1s;
				-ms-transition-delay: 1s;
				transition-delay: 1s;
			}

			.gallery article:nth-last-child(21n) {
				-moz-transition-delay: 1.05s;
				-webkit-transition-delay: 1.05s;
				-ms-transition-delay: 1.05s;
				transition-delay: 1.05s;
			}

			.gallery article:nth-last-child(22n) {
				-moz-transition-delay: 1.05s;
				-webkit-transition-delay: 1.05s;
				-ms-transition-delay: 1.05s;
				transition-delay: 1.05s;
			}

			.gallery article:nth-last-child(22n) {
				-moz-transition-delay: 1.1s;
				-webkit-transition-delay: 1.1s;
				-ms-transition-delay: 1.1s;
				transition-delay: 1.1s;
			}

			.gallery article:nth-last-child(23n) {
				-moz-transition-delay: 1.1s;
				-webkit-transition-delay: 1.1s;
				-ms-transition-delay: 1.1s;
				transition-delay: 1.1s;
			}

			.gallery article:nth-last-child(23n) {
				-moz-transition-delay: 1.15s;
				-webkit-transition-delay: 1.15s;
				-ms-transition-delay: 1.15s;
				transition-delay: 1.15s;
			}

			.gallery article:nth-last-child(24n) {
				-moz-transition-delay: 1.15s;
				-webkit-transition-delay: 1.15s;
				-ms-transition-delay: 1.15s;
				transition-delay: 1.15s;
			}

		.gallery.inactive article {
			opacity: 0;
		}

			.gallery.inactive article.from-left {
				-moz-transform: translateX(-14em);
				-webkit-transform: translateX(-14em);
				-ms-transform: translateX(-14em);
				transform: translateX(-14em);
			}

			.gallery.inactive article.from-right {
				-moz-transform: translateX(14em);
				-webkit-transform: translateX(14em);
				-ms-transform: translateX(14em);
				transform: translateX(14em);
			}

			.gallery.inactive article.from-top {
				-moz-transform: translateY(-7em);
				-webkit-transform: translateY(-7em);
				-ms-transform: translateY(-7em);
				transform: translateY(-7em);
			}

			.gallery.inactive article.from-bottom {
				-moz-transform: translateY(7em);
				-webkit-transform: translateY(7em);
				-ms-transform: translateY(7em);
				transform: translateY(7em);
			}

		@media screen and (max-width: 480px) {

			.gallery {
				-moz-flex-wrap: nowrap;
				-webkit-flex-wrap: nowrap;
				-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.gallery article {
					width: 100%;
				}

		}


#title{
	display: none;
}

 /*Header*/

	#header {
        position: fixed;
        z-index: 10000;
        width: 100%;
        box-shadow: 0 0 0.15em 0 rgb(0 0 0 / 10%);
        background: #eee;
        box-sizing: border-box;
        padding: 10px 40px;
	}
        #header .header_box{
            display:flex;
            align-items: center;
            justify-content: space-between;
        }
		/*#header h1 {
			position: absolute;
			left: 1em;
			top: 0;
			height: 3em;
			line-height: 3em;
			cursor: default;
		}*/

			#header h1 a {
				font-size: 1.25em;
			}

		/*#header nav {
			position: absolute;
			right: 0.5em;
			top: 0;
			height: 3em;
			line-height: 3em;
		}*/

			#header nav ul {
				margin: 0;
			}

				#header nav ul li {
					display: inline-block;
					margin-left: 0.5em;
					font-size: 0.9em;
				}

					#header nav ul li a {
						display: block;
						color: inherit;
						text-decoration: none;
						height: 3em;
						line-height: 3em;
						padding: 0 0.5em 0 0.5em;
						outline: 0;
					}

		@media screen and (max-width: 736px) {

			#header {
				height: 2.5em;
				line-height: 2.5em;
			}

				#header h1 {
					text-align: center;
					position: relative;
					left: 0;
					top: 0;
					height: 2.5em;
					line-height: 2.5em;
				}

					#header h1 a {
						font-size: 1em;
					}

				#header nav {
					display: none;
				}

		}

		@media screen and (max-width: 736px) {

			/* body {
				padding-top: 2.5em;
			} */
			
				.poptrox-popup {
						width: 100%!important;
					}
		}

/* Main */
/*↓　2021/05/31　コードプラス追記　↓*/
.mv {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 100%;
	margin: 0;
	z-index: 2;
	overflow-x: hidden;
}
/*↑　2021/05/31　コードプラス追記　↑*/

	.main{
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
        position: relative;
        z-index: 2;
        margin: 0;
		overflow-x: hidden;
	}

		.main > .content{
			width: 45em;
			max-width: calc(100% - 4em);
			margin: 0 auto;
		}

/*↑　2021/06/10　コードプラス追記　↑*/
		.main2{
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			position: relative;
			margin: 0;
			overflow: hidden;
			padding: 6em 0 6em 0;
		}
			.main2 > .content{
				width: 45em;
				max-width: calc(100% - 4em);
				margin: 0 auto;
			}
			.res{
				background: #f5f6f7;
			}
			.main2 h2{
				filter: drop-shadow(0px 0px 10px #fff);
				font-size: 2em;
				line-height: 1.25em;
				letter-spacing: -0.05em;
				text-align: center;
			}
			.main2 p{
				display: block;
				margin: 1em 0 0 0;
				padding: 0 0 0.5em 0;
				text-align: center;
			}
			.main2.style3 {
				text-align: center;
				padding: 6em 0 6em 0;
				background: #f5f6f7;
			}

/*↓　2021/05/31 コードプラス追記　↓*/

        #intro .mv_content{
            width: 45em;
            max-width: calc(100% - 4em);
            margin: 0 auto;
        }

		.mv_content header h2{
			background: rgba(255,255,255,.6);
			padding: 0 50px;
		}
        #intro footer{
            text-align: center;
        }

		#intro iframe .html5-main-video{
            width: 100%!important;
            z-index: -100;
            height: 100vh!important;
            object-fit: cover!important;
        }

		.logo{
			/*position: relative;
			left: 0;
			top: 0;
			margin-left: 40px;
			margin-top: 20px;
			display: inline-block;
			z-index: 2;
			transition: all ease .3;
			width: calc(100% / 6);
			max-width: 300px;
			min-width: 150px;*/
            padding: 0;
            margin: 0;
		}
		.logo a{
			outline: none;
		}
		.logo:hover{
			opacity: .6;
			transition: all ease .3;
		}
		
/*↑　2021/05/31 コードプラス追記　↑*/
        

			.main > .content > :last-child {
				margin-bottom: 0;
			}
@media screen and (min-width: 769px) {
    .main.fullscreen {
			min-height: 100%;
		}
}
		

		.main.style2 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			padding: 3em 0 3em 0;
			overflow: hidden;
		}

			.main.style2 > .content {
				-moz-transition: -moz-transform 1s ease;
				-webkit-transition: -webkit-transform 1s ease;
				-ms-transition: -ms-transform 1s ease;
				transition: transform 1s ease;
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
				position: relative;
				width: 40%;
				margin: 0;
				max-width: 1000px;
			}

			.main.style2.left {
				-moz-justify-content: -moz-flex-start;
				-webkit-justify-content: -webkit-flex-start;
				-ms-justify-content: -ms-flex-start;
				justify-content: flex-start;
			}

			.main.style2.right {
				-moz-justify-content: -moz-flex-end;
				-webkit-justify-content: -webkit-flex-end;
				-ms-justify-content: -ms-flex-end;
				justify-content: flex-end;
			}

			.main.style2.inactive.left > .content {
				-moz-transform: translateX(-100%);
				-webkit-transform: translateX(-100%);
				-ms-transform: translateX(-100%);
				transform: translateX(-100%);
			}

			.main.style2.inactive.right > .content {
				-moz-transform: translateX(100%);
				-webkit-transform: translateX(100%);
				-ms-transform: translateX(100%);
				transform: translateX(100%);
			}

		.main.style3 {
			text-align: center;
			padding: 6em 0 6em 0;
		}

			.main.style3 .content > header {
				margin-bottom: 2em;
			}

			.main.style3.primary {
				background: #ffffff;
			}

			.main.style3.secondary {
				background: #f5f6f7;
			}

		.main.dark {
			color: #ffffff;
		}

			.main.dark a {
				color: inherit;
			}

			.main.dark .button.style2 {
				border-color: #96811b;
			}

				.main.dark .button.style2:hover {
					background-color: rgba(255, 255, 255, 0.125);
				}

				.main.dark .button.style2:active {
					background-color: rgba(255, 255, 255, 0.25);
				}

				.main.dark .button.style2.down {
					background-image: url("../../images/dark-arrow.png");
				}

		body.is-touch .main {
			background-attachment: scroll !important;
		}

		@media screen and (max-width: 1920px) {

			.main.style2 .content {
				width: 42%;
			}

		}
		@media screen and (max-width: 1280px) {

			.main.style2 .content {
				width: 45%;
			}

		}

		@media screen and (max-width: 1000px) {

			.main.style2 .content {
				width: 69%;
			}

		}

		@media screen and (max-width: 736px) {

			.main.fullscreen {
				height: auto !important;
			}

				.main.style1 h2 {
					font-size: 3em;
				}

			.main.style2 {
				padding: 0 15px 6em 15px;
			}

				.main.style2:before, .main.style2:after {
					display: none !important;
				}

				.main.style2 .button.anchored {
					display: none;
				}

				.main.style2 .content {
					width: 90%;
					max-width: 90%;
					text-align: center;
					-moz-transform: none;
					-webkit-transform: none;
					-ms-transform: none;
					transform: none;
					background: rgba(255, 255, 255, 0.6);

					position: absolute;
					top: 4em;
					left: 0;
					right: 0;
					margin:auto;
				}

			.main.style3 {
				text-align: center;
				padding: 3em 10px 3em 10px;
			}
			#one,#two,#three  {
				padding-top: 2em;
				position: relative;
				background-position: 5% center!important;
			}
			.logo{
				margin-top: 0;
			}
		}

		@media screen and (max-width: 480px) {

			.main > .content {
				max-width: calc(100% - 1.5em);
			}
            /*↓　2021/05/31 コードプラス追記　↓*/
            #intro .mv{
                max-width: calc(100% - 1.5em);
            }
            /*↑　2021/05/31 コードプラス追記　↑*/
			.logo{
				width: calc(100% / 3);
				left: 0;
				top: 0;
				margin-left: 20px;
				margin-top: 20px;
			}
		}



/*↓　2021/05/31　コードプラス追記　↓*/
#intro {
	position: relative;
  }
  #intro .video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	z-index: -100;
  }
  #intro iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	min-width: 1920px;
	min-height: 100%;
	transform: translate(-50%, -50%);
	z-index: -100;
  
  }

  @keyframes hero{
	0%{transform: scale(1.5);opacity: 0;}
	10%{opacity: 1;}
	100%{transform: scale(1.0);opacity: 0;}
  }

  #intro_inner{
	  position: relative;
	  z-index: 0;
	  height: 100vh;
	  width: 100%;
  }
  #intro_inner:after{
	  content: "";
	  background-image: url("../../images/top.jpg");
	  background-position: 50% 50%;
	  background-size: cover;
	  background-repeat: no-repeat;
	  display: block;
	  position: fixed;
	  inset: 0;
	  height: 100vh;
	  width: 100%;
	  z-index: -1;
	  transform: scale(1.5);
	  animation: hero 14s ease-out 1s infinite normal;
	  opacity: 0;
  }


/* work */
#work {
    background: #fff;
    padding: 100px 0;
    text-align: center;
    line-height: 1.9;
    position: relative;
}

#work h2 {
    font-size: 2em;
    color: #47BAAC;
    margin-bottom: 20px;
    font-weight: 600;
}

#work p {
    font-size: 1.1em;
    font-weight: bold;
}

@media screen and (max-width: 736px) {
    #work  h2 {
        font-size: 3em;
    }
    #work p {
        font-size: 1.3em;
    }
}






/* One */

	#one {
		background: url("../../images/overlay.png"), url("../../images/one.jpg");
		background-size: cover;
		/*background-attachment: fixed, fixed;*/
		background-position: top left, center center;
		background-repeat: no-repeat;
	}

/* Two */

	#two {
		background: url("../../images/overlay.png"), url("../../images/two.jpg");
		background-size: cover;
		/*background-attachment: fixed, fixed;*/
		background-position: top left, center center;
		background-repeat: no-repeat;
        border-bottom: 10px solid #fff;
	}

/* three */

#three {
	background: url("../../images/overlay.png"), url("../../images/three.jpg");
	background-size: cover;
	/*background-attachment: fixed, fixed;*/
	background-position: top left, center center;
	background-repeat: no-repeat;
    border-bottom: 10px solid #fff;
    
}

/* four */

#four {
	background: url("../../images/overlay.png"), url("../../images/four.jpg");
	background-size: cover;
	/*background-attachment: fixed, fixed;*/
	background-position: top left, center center;
	background-repeat: no-repeat;
    border-bottom: 10px solid #fff;
}

/* five */

#five {
	background: url("../../images/overlay.png"), url("../../images/five.jpg");
	background-size: cover;
	/*background-attachment: fixed, fixed;*/
	background-position: top left, center center;
	background-repeat: no-repeat;
    border-bottom: 10px solid #fff;
}

/* six */

#six {
	background: url("../../images/overlay.png"), url("../../images/six.jpg");
	background-size: cover;
	/*background-attachment: fixed, fixed;*/
	background-position: top left, center center;
	background-repeat: no-repeat;
    border-bottom: 10px solid #fff;
}

/* seven */

#seven {
	background: url("../../images/overlay.png"), url("../../images/Photo_Gallery1.jpg");
	background-size: cover;
	/*background-attachment: fixed, fixed;*/
	background-position: top left, center center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	#one{
		background: url("../../images/overlay.png"), url("../../images/one.jpg");
		background-size: cover;
		background-position: center!important;
		background-repeat: no-repeat;
        padding-top: 62.5%;
	}
	#two{
		background: url("../../images/overlay.png"), url("../../images/two.jpg");
		background-size: cover;
		background-position: center bottom!important;
		background-repeat: no-repeat;
        padding-top: 62.5%;
	}
	#three{
		background: url("../../images/overlay.png"), url("../../images/three.jpg");
		background-size: cover;
		background-position: center!important;
		background-repeat: no-repeat;
        padding-top: 62.5%;
	}
    #four{
		background: url("../../images/overlay.png"), url("../../images/four.jpg");
		background-size: cover;
		background-position: center!important;
		background-repeat: no-repeat;
        padding-top: 62.5%;
	}
    #five{
		background: url("../../images/overlay.png"), url("../../images/five.jpg");
		background-size: cover;
		background-position: center!important;
		background-repeat: no-repeat;
        padding-top: 81.5%;
	}
    #six{
		background: url("../../images/overlay.png"), url("../../images/six.jpg");
		background-size: cover;
		background-position: center!important;
		background-repeat: no-repeat;
        padding-top: 81.5%;
	}
    #seven{
		background: url("../../images/overlay.png"), url("../../images/Photo_Gallery1.jpg");
		background-size: cover;
		background-position: center!important;
		background-repeat: no-repeat;
        padding-top: 62.5%;
	}
}
/* Contact */

	#contact {
		overflow: hidden;
		padding-bottom: 0;
	}

		#contact .box {
			-moz-transition: -moz-transform 1s ease;
			-webkit-transition: -webkit-transform 1s ease;
			-ms-transition: -ms-transform 1s ease;
			transition: transform 1s ease;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			position: relative;
		}

		#contact.inactive .box {
			-moz-transform: translateY(100%);
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
		}

		@keyframes hero_sp{
			0%{transform: scale(1.2);opacity: 0;}
			10%{opacity: 1;}
			100%{transform: scale(1.0);opacity: 0;}
		}

		@media screen and (max-width: 736px) {

			#contact .box {
				padding-bottom: 2em;
			}
			#three {
				background-position: center;
			}


			#intro_inner:after{
				content: "";
				background-image: url("../../images/top.jpg");
				background-position: 50% 50%;
				background-size: cover;
				background-repeat: no-repeat;
				display: block;
				position: fixed;
				inset: 0;
				height: 100vh;
				width: 100%;
				z-index: -1;
				transform: scale(1.2);
				 animation: hero_sp 10s ease-out 1s infinite normal;
				opacity: 0;
			}
			.mv{
				top:40%;
			}
		}

/*↓　2021/06/07　コードプラス追記　↓*/
/* モーダルCSSここから */
.modalArea {
  visibility: hidden; /* displayではなくvisibility */
  opacity : 0;
  position: fixed;
  z-index: 10; /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.is-show { /* モーダル表示用クラス */
  visibility: visible;
  opacity : 1;
}
/* モーダルCSSここまで */

/*↑　2021/06/015　コードプラス追記　↑*/
.logos{
	text-align:center;
	background:rgba(222, 222, 222,.8);
	padding:20px 8px 8px;
	text-decoration:none;
	margin-top: 40px;
}
.logos img:hover{
	opacity: .8;
	transition: ease .3s;
	-moz-transition: ease .3s;
	-webkit-transition: ease .3s;
	-ms-transition: ease .3s;
}
.logos img{
	width: 150px;
	transition: ease .3s;
	-moz-transition: ease .3s;
	-webkit-transition: ease .3s;
	-ms-transition: ease .3s;
}
.slider img:hover{
	opacity: .8;
	transition: ease .3s;
	-moz-transition: ease .3s;
	-webkit-transition: ease .3s;
	-ms-transition: ease .3s;
}
.slider img{
	transition: ease .3s;
	-moz-transition: ease .3s;
	-webkit-transition: ease .3s;
	-ms-transition: ease .3s;
}
.slider img{
	height: 100%;
    width: 100%;
    margin: auto;
}
.slider li{
	width: 100%;
}
.slide_content{
	width:100%!important;
	max-width:100%!important;
}
.prev-arrow{
    width: 50px!important;
    height: auto!important;
    position: absolute;
    left: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
}
.next-arrow{
    width: 50px!important;
    height: auto!important;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
}
.footer{
	background:#000!important;
	padding-top:60px;
	padding-bottom:70px;
	color:#fff;
	letter-spacing: initial;
	margin-top: 0;
}
.footer a{
	color:#fff;
	text-decoration: none;
}

.cf a {
    outline: none;
}
.cf {
    display: inline-block;
    position: relative;
    z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: -60px;
	max-width: 800px;
}
.cf .btn {
    background-color: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 16px;
    padding: 14px 0 15px;
    width: 280px;
}

.cf a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 17px 0;
    text-align: center;
    text-decoration: none;
    width: 280px;
}
.cf .btn3{
	background: url("../../images/icon_arrow_right_02.png") 98% center no-repeat #fff!important;
	font-size: 14px;
    line-height: 1.2 !important;
    padding: 8px 0 !important;
    position: relative;
	color: #222!important;
	margin-bottom: 5px;
	transition: .3s ease;
	border: 1px solid #222;
}
.cf .btn2 {
    background: url("../../images/icon_arrow_right_03.png") 98% center no-repeat #222!important;
    border-color: #222;
    color: #fff!important;
    font-size: 14px;
    line-height: 1.2 !important;
    padding: 8px 0 !important;
    position: relative;
	margin-bottom: 5px;
	transition: .3s ease;
}
.cf .btn1{
	background: url("../../images/icon_arrow_right_02.png") 98% center no-repeat #fff!important;
	font-size: 14px;
    line-height: 1.2 !important;
    padding: 16px 0 !important;
    position: relative;
	color: #222!important;
	margin-bottom: 5px;
	transition: .3s ease;
	border: 1px solid #222;
}
.cf .btn2 span {
	font-size: 10px;
}
.cf .btn1:hover {
	transition: .3s ease;
	opacity: .7;
}
.cf .btn2:hover {
	transition: .3s ease;
	opacity: .7;
}
.cf .btn3:hover {
	transition: .3s ease;
	opacity: .7;
}	
.cf .btn3 span {
	font-size: 10px;
}

.slid_btn{
    margin-top: -100px;
    max-width: 400px;
    margin-left: auto;
}
.slid_btn a{
    background: url(../../images/icon_arrow_right_03.png) 98% center no-repeat #222!important;
    border-color: #222;
    color: #fff!important;
    font-size: 14px;
    line-height: 1.2 !important;
    padding: 8px 0 !important;
    position: relative;
    margin-bottom: 5px;
    transition: .3s ease;
    border: 1px solid #fff;
    box-sizing: border-box;
    width: 280px;
    display: inline-block;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    outline: none;
}


@media screen and (max-width: 1260px){
	.cf {
		margin-top: -45px;
	}
}
@media screen and (max-width: 768px){
	.cf {
		margin-top: -30px;
	}
    .slid_btn{
        max-width: none;
        margin-top: -30px;
    }
}
@media screen and (max-width: 480px) {
.cf .btn1{
	font-size: 14px!important;
	padding: 10px!important;
}
.cf .btn2{
	font-size: 14px!important;
	padding: 8px!important;
}
.content{
	top: 2em!important;
	padding-bottom: 0!important;
}
.content p{
	margin-bottom: 0!important;
	padding: 0;
}
}


@media screen and (max-width: 768px){
	.footer{padding-top:45px;padding-bottom:30px;}}
	.footer .footer-logo{display:flex;justify-content:center;}
@media screen and (max-width: 768px){
	.footer .footer-logo{padding-left:4%;padding-right:4%;}}
@media screen and (min-width: 769px){
	.footer .footer-logo .link{transition:opacity .5s ease;}
	.footer .footer-logo .link:hover{opacity:0.7;}}
@media print{.footer .footer-logo .link{transition:opacity .5s ease;}
	.footer .footer-logo .link:hover{opacity:0.7;}}
	.footer .footer-logo img{height:18px;}
@media screen and (min-width: 769px){
	.footer .footer-list{display:flex;flex-wrap:wrap;justify-content:center;width:530px;margin:25px auto 0;}}
@media print{
	.footer .footer-list{display:flex;flex-wrap:wrap;justify-content:center;width:530px;margin:25px auto 0;}}
	@media screen and (max-width: 768px){
	.footer .footer-list{display:flex;flex-wrap:wrap;justify-content:center;margin-top:25px;padding-left:4%;padding-right:4%;}}
	.footer .footer-list .item{font-size:12px;padding-left:5px;padding-right:5px;line-height:1;}
@media screen and (max-width: 768px){
	.footer .footer-list .item{font-size:11px;padding-left:7px;padding-right:7px;}}
	.footer .footer-list .item:nth-child(1){
	width:50%;text-align:right;}
	.footer .footer-list .item:nth-child(2){
	text-align:left;width:50%;border-left:1px solid #fff;}
	.footer .footer-list .item:nth-child(3){
	margin-left:auto;}
	.footer .footer-list .item:nth-child(4){
	border-left:1px solid #fff;}
@media screen and (min-width: 769px){
	.footer .footer-list .item:nth-child(5){
	border-left:1px solid #fff;margin-right:auto;}}
@media print{
	.footer .footer-list .item:nth-child(5){
	border-left:1px solid #fff;margin-right:auto;}}
	.footer .footer-list .item:not(:nth-child(-n+2)){
	margin-top:15px;}
@media screen and (min-width: 769px){
	.footer .footer-list .item .link{
	transition:opacity .5s ease;}
	.footer .footer-list .item .link:hover{
	opacity:0.7;}}
@media print{
	.footer .footer-list .item .link{
	transition:opacity .5s ease;}
	.footer .footer-list .item .link:hover{
	opacity:0.7;}}
@media screen and (min-width: 769px){
	.footer .footer-list2{
	display:flex;flex-wrap:wrap;justify-content:center;width:345px;margin:20px auto 0;}}
@media print{
	.footer .footer-list2{display:flex;flex-wrap:wrap;justify-content:center;width:345px;margin:20px auto 0;}}
@media screen and (max-width: 768px){
	.footer .footer-list2{
		display:flex;flex-wrap:wrap;justify-content:center;margin-top:25px;padding-left:4%;padding-right:4%;}}
	.footer .footer-list2 .item{
	font-size:12px;padding-left:5px;padding-right:5px;line-height:1;}
@media screen and (max-width: 768px){
	.footer .footer-list2 .item{font-size:11px;padding-left:7px;padding-right:7px;}}
	.footer .footer-list2 .item:not(:nth-child(3n+1)){
	border-left:1px solid #fff;}
	.footer .footer-list2 .item:not(:nth-child(-n+3)){
	margin-top:15px;}
@media screen and (min-width: 769px){
	.footer .footer-list2 .item .link{
	transition:opacity .5s ease;}
	.footer .footer-list2 .item .link:hover{
	opacity:0.7;}}
@media print{
	.footer .footer-list2 .item .link{
	transition:opacity .5s ease;}
	.footer .footer-list2 .item .link:hover{
	opacity:0.7;}}
	.footer .footer-text{
	text-align:center;font-size:12px;color:#fff;margin-top:20px;line-height:1;}
@media screen and (max-width: 768px){
	.footer .footer-text{font-size:11px;}}
@media screen and (min-width: 769px){
	.footer .footer-text .link{
	transition:opacity .5s ease;}
	.footer .footer-text .link:hover{
	opacity:0.7;}}
@media print{
	.footer .footer-text .link{
	transition:opacity .5s ease;}
	.footer .footer-text .link:hover{
	opacity:0.7;}}
	.footer .copyright{
	text-align:center;font-size:12px;margin-top:25px;}
@media screen and (max-width: 768px){
	.footer .copyright{
	font-size:10px;color:#aeaeae;}
	.footer .footer-logo img {
		height: 16px;
	}}
	.footer .link:hover{opacity:0.7;transition:opacity .5s ease;}
	.footer .link{transition:opacity .5s ease;}








/*　ハンバーガーボタン　*/
@media screen and (max-width: 736px) {
    .hamburger {
      display : block;
      position: fixed;
      z-index : 4;
      right : 13px;
      top   : 12px;
      width : 42px;
      height: 42px;
      cursor: pointer;
      text-align: center;
    }
    .hamburger span {
      display : block;
      position: absolute;
      width   : 30px;
      height  : 2px ;
      left    : 6px;
      background : #555;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition   : 0.3s ease-in-out;
      transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
      top: 10px;
    }
    .hamburger span:nth-child(2) {
      top: 20px;
    }
    .hamburger span:nth-child(3) {
      top: 30px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
      top : 16px;
      left: 6px;
      background :#fff;
      -webkit-transform: rotate(-45deg);
      -moz-transform   : rotate(-45deg);
      transform        : rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
      top: 16px;
      background :#fff;
      -webkit-transform: rotate(45deg);
      -moz-transform   : rotate(45deg);
      transform        : rotate(45deg);
    }

    nav.globalMenuSp {
      position: fixed;
      top  : 0;
      left : 0;
      color: #fff;
      background: rgba(0,0,0,0.7);
      text-align: center;
      width: 100%;
      opacity: 0;
      transition: opacity .6s ease, visibility .6s ease;
    }
    nav.globalMenuSp h2{
      padding: 20px 0 10px;
      color:#fff!important
    }
    nav.globalMenuSp ul {
      margin: 0 auto;
      padding: 0;
      width: 100%;
    }

    nav.globalMenuSp ul li {
      list-style-type: none;
      padding: 0;
      width: 100%;
      transition: .4s all;
    }
    nav.globalMenuSp ul li:last-child {
      padding-bottom: 0;
    }
    nav.globalMenuSp ul li:hover{
      background :#ddd;
    }

    nav.globalMenuSp ul li a {
      display: block;
      color: #fff;
      padding: 1em 0;
      text-decoration :none;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
      opacity: 100;
      z-index: 3;
    }
    
}




/*swiper*/
@media screen and (max-width: 768px) {
    .mainVisual-text .wrapper img{
        width: 80vw;
    }
}
@media screen and (min-width: 769px) {
    .l-container.spring .mainVisual .mainVisual-text .wrapper {
        width: 453px
    }
}
@media print {
    .l-container.spring .mainVisual .mainVisual-text .wrapper {
        width: 453px
    }
}
@media screen and (max-width: 768px) {
    .l-container.spring .mainVisual .mainVisual-text .wrapper {
        width: 226.5px
    }
}
@media screen and (min-width: 769px) {
    .l-container.summer .mainVisual .mainVisual-text .wrapper {
        width: 453px
    }
}
@media print {
    .l-container.summer .mainVisual .mainVisual-text .wrapper {
        width: 453px
    }
}
@media screen and (max-width: 768px) {
    .l-container.summer .mainVisual .mainVisual-text .wrapper {
        width: 226.5px
    }
}
@media screen and (min-width: 769px) {
    .l-container.autumn .mainVisual .mainVisual-text .wrapper {
        width: 453px
    }
}
@media print {
    .l-container.autumn .mainVisual .mainVisual-text .wrapper {
        width: 453px
    }
}
@media screen and (max-width: 768px) {
    .l-container.autumn .mainVisual .mainVisual-text .wrapper {
        width: 226.5px
    }
}
@media screen and (min-width: 769px) {
    .l-container.winter .mainVisual .mainVisual-text .wrapper {
        width: 453px
    }
}
@media print {
    .l-container.winter .mainVisual .mainVisual-text .wrapper {
        width: 453px
    }
}
@media screen and (max-width: 768px) {
    .l-container.winter .mainVisual .mainVisual-text .wrapper {
        width: 226.5px
    }
}
.mainVisual {
    width: 100%;
    position: relative
}
.mainVisual .mainVisual-text {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0 0 0);
    z-index: 2
}
@media screen and (max-width: 768px) {
    .mainVisual .mainVisual-text {
        top: -140px;
    }
}
.mainVisual .mainVisual-text .wrapper .tit1{
    font-size: 1.25rem;
}
.mainVisual .mainVisual-text .wrapper .tit2{
    font-size: 2rem;
    line-height: 1.2
}
.mainVisual .mainVisual-text .wrapper .tit2{
    display: inline-block
}
@media screen and (max-width: 768px) {
    .mainVisual .mainVisual-text .wrapper .tit1{
        font-size: 1.4rem;
    }
    .mainVisual .mainVisual-text .wrapper .tit2{
        font-size: 1.9rem;
        line-height: 1.2
    }
}
.mainVisual .pc-image {
    width: 100%;
    padding-top: 43.92387%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
@media screen and (max-width: 768px) {
    .mainVisual .pc-image {
        display: none
    }
}
.mainVisual .sp-image {
    display: none;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
@media screen and (max-width: 768px) {
    .mainVisual .sp-image {
        display: block;
    }
}
@-webkit-keyframes zoomUp {
    0% {
        transform: scale(1.15)
    }
    100% {
        transform: scale(1)
    }
}
@keyframes zoomUp {
    0% {
        transform: scale(1.15)
    }
    100% {
        transform: scale(1)
    }
}
.mainVisual .swiper-slide-active .slide-img, .mainVisual .swiper-slide-duplicate-active .slide-img, .mainVisual .swiper-slide-prev .slide-img {
    -webkit-animation: zoomUp 10s linear 0s 1 normal both;
    animation: zoomUp 10s linear 0s 1 normal both
}
.mainVisual .slide-img img {
    display: block;
    width: 100%
}
.mainVisual .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    margin: 0 4px !important
}
.mainVisual .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
    width: 6px !important;
    height: 6px !important
}
.mainVisual .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px !important
}
.mainVisual .swiper-container-horizontal > .swiper-pagination-bullets, .mainVisual .swiper-pagination-custom, .mainVisual .swiper-pagination-fraction {
    display: flex;
    align-items: center;
    justify-content: center
}
.mainVisual .swiper-container-fade .swiper-wrapper {
    height: auto
}
.mainVisual .swiper-container-fade .swiper-slide {
    height: auto
}
.mainVisual .swiper-wrapper {
    overflow: hidden;
    z-index: 1
}
.mainVisual .slide-img {
    z-index: 0;
    overflow: hidden
}
.mainVisual .swiper-slide {
    z-index: 0;
    overflow: hidden
}
.mainVisual .movie-area {
    padding-top: 43.92387%;
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 768px) {
    .mainVisual .movie-area {
        padding-top: 120%
    }
}
.mainVisual .movie-area .movie {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
    transform: translate(-50%, -50%)
}

/*スクロールアロー*/
#intro .sc {
    display: block;
    position: absolute;
    bottom: 50px;
    left: calc((100% - 750px) / 2);
    right: 0;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    line-height: 1em;
    text-align: center;
    height: 60px;
    width: 46px;
    overflow: hidden;
    text-decoration: none;
    text-shadow: 0px 0px 8px rgb(0 0 0);
}
@media screen and (max-width: 768px) {
    #intro .sc {
        bottom: 50px;
        left: 0;
        right: 0;
        margin: auto;
    }
}
#intro .sc::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 15px;
    z-index: 10;
    width: 1px;
    height: 46px;
    background-color: #fff;
}
#intro .sc::after {
    content: '';
    position: absolute;
    right: 50%;
    top: 15px;
    z-index: 20;
    width: 1px;
    height: 23px;
    background-color: #000;
    -webkit-animation: arrow 2.5s ease 0s infinite normal;
    animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
}
#intro .e{
    font-family: HelveticaLTPro-Bold, sans-serif;
}
#intro .e:hover{
    opacity: 0.45;
}





/*ローディング画面*/
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}

#loader {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    z-index: 99998;
    /* 環境によって「z-index」追加 */
}
/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
    animation: fadeOut 3s forwards;
}
#loader img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom:0;
  left: 0;
  right:0;
  z-index:99999;
}