@charset "UTF-8";


/*========================================

  indexページ

========================================*/
main {
	color: #777;
}

/*   hero   */
#hero {
	position: relative;
}

#hero span {
	display: block;
}

#hero h1 {
	position: absolute;
	top: 6vw;
	left: 13vw;
}

#hero h1 img {
	width: 17vw;
}

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

	#hero h1 {
		position: absolute;
		top: 8vw;
		left: 8vw;
	}

	#hero h1 img {
		width: 43vw;
	}
}



/*   共通   */
h2 {
	position: relative;
	padding-bottom: 30px;
}

h2 span {
	color: #ab905e;
	font-size: 40px;
	letter-spacing: 5px;
	font-family: "Montserrat", sans-serif;
}

h2:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 20px;
	height: 4px;
	background-color: #ab905e;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	h2 {
		padding-bottom: 7vw;
	}

	h2 span {
		font-size: 6vw;
		letter-spacing: 3px;
	}

	h2:after {
		position: absolute;
		content: "";
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: 20px;
		height: 3px;
		background-color: #ab905e;
		background-size: contain;
		background-repeat: no-repeat;
	}
}



/*   sec001   */
#sec001 {
	padding-top: 140px;
}

#sec001 .copy {
	font-size: 22px;
	letter-spacing: 1px;
	margin-top: 60px;
	line-height: 2em;
}

#sec001 .p01 {
	display: block;
	margin-top: 100px;
}

#sec001 .photo {
	position: relative;
	width: 860px;
	margin: 0 auto;
	height: 630px;
	margin-top: 120px;
}

#sec001 .photo .p02 {
	position: absolute;
	top: 0;
	left: 0;
}

#sec001 .photo .p03 {
	position: absolute;
	top: 165px;
	right: 0;
}

#sec001 .photo .p04 {
	position: absolute;
	bottom: 0;
	left: 110px;
}

@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 12vw;
	}

	#sec001 h2 {
		text-align: left;
		margin-left: 10vw;
		padding-bottom: 0;
	}

	#sec001 h2:after {
		position: absolute;
		content: "";
		bottom: 2vw;
		right: 10vw;
		display: block;
		width: 20px;
		height: 3px;
		background-color: #ab905e;
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec001 .copy {
		width: 90vw;
		font-size: 4vw;
		line-height: 2em;
		text-align: left;
		margin-top: 5vw;
		padding-left: 10vw;
	}

	#sec001 .p01 {
		display: block;
		text-align: right;
		margin-top: 15vw;
	}

	#sec001 .p01 img {
		width: 90%;
	}

	#sec001 .photo {
		position: relative;
		width: 80vw;
		height: 70vw;
		margin-top: 0;
	}

	#sec001 .photo .p02 {
		position: absolute;
		top: 0;
		left: 0;
	}

	#sec001 .photo .p02 img {
		width: 45vw;
	}

	#sec001 .photo .p03 {
		position: absolute;
		top: 15vw;
		right: 0;
	}

	#sec001 .photo .p03 img {
		width: 25vw;
	}

	#sec001 .photo .p04 {
		position: absolute;
		bottom: 0;
		left: 6vw;
	}

	#sec001 .photo .p04 img {
		width: 35vw;
	}
}



/*   sec002   */
#sec002 {
	background-color: #555;
	padding-top: 120px;
	padding-bottom: 100px;
}

#sec002 .slider {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
}


#sec002 .slider ul li span {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-top: .8em;
}

#sec002 .btn {
	width: 330px;
	margin: 0 auto;
	margin-top: 60px;
}

#sec002 .btn a {
	display: block;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	border: 1px solid #fff;
	padding: .8em 0;
}

#sec002 .btn a:hover {
	opacity: .7;
	transition: .3s;
}

#sec002 .btn a span {
	position: relative;
}

#sec002 .btn a span::after {
	position: absolute;
	content: "";
	top: 10px;
	right: -20px;
	display: block;
	width: 12px;
	height: 10px;
	background-image: url(../img/icon_window.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 15vw;
		padding-bottom: 15vw;
	}

	#sec002 .slider {
		width: 76%;
		margin-top: 10vw;
	}

	#sec002 .slider,
	#sec002 .slider ul,
	#sec002 .slider ul li,
	#sec002 .slider ul li span {
		font-size: 4.2vw !important;
	}

	#sec002 .slider ul li span {
		transform: none;
	}

	#sec002 .btn {
		width: 60%;
		margin: 0 auto;
		margin-top: 7vw;
	}

	#sec002 .btn a {
		font-size: 4vw;
		padding: .8em 0;
	}

	#sec002 .btn a span::after {
		position: absolute;
		content: "";
		top: 1.5vw;
		right: -5vw;
		display: block;
		width: 3.6vw;
		height: 3vw;
		background-image: url(../img/icon_window.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}
}



/*   sec003   */
#sec003 {
	padding-top: 160px;
	padding-bottom: 140px;
}

#sec003 .copy {
	font-size: 30px;
	letter-spacing: 1px;
	margin-top: 60px;
}

#sec003 .p01 {
	display: block;
	margin-top: 90px;
}

#sec003 .box {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

#sec003 .box .item {
	width: 370px;
	text-align: left;
}

#sec003 .box .item dl {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

#sec003 .box .item dl dt {
	width: 70px;
	height: 70px;
	text-align: center;
	background-color: #666;
	margin-right: 25px;
}

#sec003 .box .item dl dt span {
	color: #fff;
	font-size: 28px;
	line-height: 70px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 3px;
}

#sec003 .box .item dl dd {
	color: #ab905e;
	font-size: 18px;
	letter-spacing: 2px;
	font-family: "Montserrat", sans-serif;
}

#sec003 .box .item dl dd strong {
	display: block;
	color: #777;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
}

#sec003 .box .item p {
	font-size: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#sec003 {
		padding-top: 15vw;
		padding-bottom: 3vw;
	}

	#sec003 h2 {
		text-align: left;
		margin-left: 10vw;
		padding-bottom: 0;
	}

	#sec003 h2:after {
		position: absolute;
		content: "";
		bottom: 2vw;
		right: 28vw;
		display: block;
		width: 20px;
		height: 3px;
		background-color: #ab905e;
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec003 .copy {
		width: 90vw;
		font-size: 5vw;
		text-align: left;
		margin-top: 5vw;
		padding-left: 10vw;
	}

	#sec003 .p01 {
		display: block;
		text-align: left;
		margin-top: 15vw;
	}

	#sec003 .p01 img {
		width: 90%;
	}

	#sec003 .box {
		flex-direction: column;
		width: 80%;
		margin: 0 auto;
	}

	#sec003 .box .item {
		width: 100%;
		margin-bottom: 12vw;
	}

	#sec003 .box .item dl dt {
		width: 15vw;
		height: 15vw;
		margin-right: 5vw;
	}

	#sec003 .box .item dl dt span {
		font-size: 6vw;
		line-height: 15vw;
	}

	#sec003 .box .item dl dd {
		font-size: 4vw;
	}

	#sec003 .box .item dl dd strong {
		font-size: 5vw;
	}

	#sec003 .box .item p {
		font-size: 3.8vw;
		margin-top: 3vw;
	}
}



/*   sec004   */
#sec004 {
	background-color: #555;
	padding-top: 140px;
	padding-bottom: 130px;
}

#sec004 .copy {
	color: #fff;
	font-size: 22px;
	margin-top: 60px;
}

#sec004 .box {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}

#sec004 .box .item {
	position: relative;
	width: 370px;
}

#sec004 .box .item::after {
	position: absolute;
	top: 60px;
	right: -30px;
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	font-size: 30px;
}

#sec004 .box .item:last-child::after {
	display: none;
}

#sec004 .box .item p strong {
	display: block;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: .8em;
}

#sec004 .box .item p {
	color: #fff;
	font-size: 15px;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 20px;
}

#sec004 .btn {
	width: 440px;
	margin: 0 auto;
	margin-top: 70px;
}

#sec004 .btn a {
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 100px;
	background-color: #ab905e;
}

#sec004 .btn a:hover {
	opacity: .7;
	transition: .3s;
}

#sec004 .btn a i {
	margin-right: .5em;
}

#sec004 .btn a span {
	position: relative;
}

#sec004 .btn a span::after {
	position: absolute;
	content: "";
	top: 12px;
	right: -35px;
	display: block;
	width: 21px;
	height: 16px;
	background-image: url(../assets/img/icon_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	#sec004 {
		padding-top: 15vw;
		padding-bottom: 15vw;
	}

	#sec004 .copy {
		font-size: 4vw;
		margin-top: 7vw;
	}

	#sec004 .box {
		flex-direction: column;
		width: 90%;
		margin: 0 auto;
		margin-top: 12vw;
	}

	#sec004 .box .item {
		width: 100%;
		display: flex;
		margin-bottom: 8vw;
	}

	#sec004 .box .item::after {
		display: none;
	}

	#sec004 .box .item span {
		display: block;
		width: 25vw;
		margin-right: 5vw;
	}

	#sec004 .box .item p strong {
		font-size: 4.5vw;
		text-align: left;
		margin-bottom: .4em;
	}

	#sec004 .box .item p {
		width: 70vw;
		font-size: 3.6vw;
		margin-top: 0;
	}

	#sec004 .btn {
		width: 80%;
		margin-top: 5vw;
	}

	#sec004 .btn a {
		font-size: 4.5vw;
		line-height: 15vw;
	}

	#sec004 .btn a i {
		margin-right: .3em;
	}

	#sec004 .btn a span::after {
		position: absolute;
		content: "";
		top: 2vw;
		right: -8vw;
		display: block;
		width: 5vw;
		height: 3.8vw;
		background-image: url(../assets/img/icon_arrow.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}
}



/*   sec005   */
#sec005 {
	background-image: url(../img/05_01_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 510px;
}

#sec005 ul {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	padding-top: 180px;
}

#sec005 ul li {
	position: relative;
	text-align: left;
	list-style: none;
}

#sec005 ul li::after {
	position: absolute;
	content: "";
	top: 75px;
	right: 40px;
	display: block;
	width: 25px;
	height: 20px;
	background-image: url(../img/icon_window2.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec005 ul li a {
	display: block;
	width: 500px;
	height: 150px;
	color: #777;
	font-size: 24px;
	font-weight: bold;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 45px;
	padding-left: 40px;
	transition: .3s;
}

#sec005 ul li a span {
	display: block;
	color: #ab905e;
	font-size: 20px;
	letter-spacing: 3px;
	font-family: "Montserrat", sans-serif;
}

#sec005 ul li a:hover {
	opacity: .9;
}

@media screen and (max-width: 767px) {
	#sec005 {
		background-image: url(../img/05_01_sp.jpg);
		background-size: 100%;
		height: 81vw;
	}

	#sec005 ul {
		flex-direction: column;
		width: 80%;
		padding-top: 15vw;
	}

	#sec005 ul li {
		margin-bottom: 6vw;
	}

	#sec005 ul li::after {
		position: absolute;
		content: "";
		top: 10vw;
		right: 6vw;
		display: block;
		width: 3.75vw;
		height: 3vw;
		background-image: url(../img/icon_window2.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec005 ul li a {
		width: 100%;
		height: auto;
		font-size: 4.5vw;
		padding-top: 5vw;
		padding-left: 7vw;
		padding-bottom: 5vw;
	}

	#sec005 ul li a span {
		font-size: 4vw;
	}
}



/*   sec006   */
#sec006 {
	padding-top: 120px;
	padding-bottom: 140px;
}

#sec006 h2 {
	padding-bottom: 50px;
}

#sec006 h2:after {
	display: none;
}

#sec006 h2 span {
	color: #777;
}

#sec006 .copy {
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	#sec006 {
		padding-top: 15vw;
		padding-bottom: 15vw;
	}

	#sec006 h2 {
		padding-bottom: 7vw;
	}

	#sec006 .map {
		width: 90%;
		margin: 0 auto;
		height: 0;
		overflow: hidden;
		padding-bottom: 70%;
		position: relative;
	}

	#sec006 .map iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}

	#sec006 .copy {
		font-size: 3.8vw;
		margin-top: 5vw;
	}
}



.star-flashing {
	padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.star-flashing {
		padding-top: 0;
		padding-bottom: 0;
	}

	.star-flashing2 {
		padding-top: 10vw;
		padding-bottom: 15vw;
	}

	.star-flashing,
	.star-flashing2 {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		position: relative;
	}

	.star-flashing::before,
	.star-flashing::after,
	.star-flashing2::before {
		width: 100%;
		height: 100%;
		content: "";
		background-image: url("../img/star_01.png");
		background-size: 100% auto;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.star-flashing::before {
		animation: star-flashing-before 6s infinite;
		opacity: 1;
	}

	.star-flashing::after {
		background-image: url("../img/star_02.png");
		animation: star-flashing-after 8s infinite;
	}


	.star-flashing::before {
		background-image: url("../img/star_03.png");
		animation: star-flashing-before 10s infinite;
	}


}

@keyframes star-flashing-before {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}

	90% {
		opacity: 0;
	}

	95% {
		opacity: 1;
	}
}


@keyframes star-flashing-after {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	70% {
		opacity: 0
	}

	80% {
		opacity: 1;
	}

	85% {
		opacity: 0;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


#insta {
	position: relative;
}

#insta .title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 108px;
	width: 108px;
	margin: auto;
	z-index: 20;
}

.infiniteslider ul,
.infiniteslider li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.infiniteslider li {
	width: 250px;
	height: 250px;
	overflow: hidden;
}

.infiniteslider img {
	width: 250px;
	height: 250px;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	#insta .title {
		height: 20vw;
		width: 20vw;
	}

	.infiniteslider ul {
		height: 35vw !important;
	}

	.infiniteslider li {
		width: 35vw;
		height: 35vw;
		overflow: hidden;
	}

	.infiniteslider img {
		width: 35vw;
		height: 35vw;
	}
}