@charset "utf-8";

/* ========================================================
	index
======================================================== */

/* index_main
============================================================================================================ */
.index_main {
	position: relative;
	padding-left: 9.3%;
}
.index_main .lead {
	position: relative;
	height: 90px;
	padding-top: 40px;
	text-align: right;
	font-size: 9rem;
	line-height: 1.2;
	pointer-events: none;
	z-index: 3;
}
.index_main article a {
	position: relative;
	color: #fff;
}
.index_main article a .ph_wrap {
	margin: 0;
}
.index_main article a .content {
	position: relative;
	background: #000;
	z-index: 3;
}
.index_main article a .date {
	margin-right: 20px;
}
@media screen and (min-width: 768px), print {
	.index_main .entry_list {
		display: block;
	}
	.index_main .entry_list > * {
		display: block;
		width: 100%;
	}
	.index_main article a {
		position: relative;
		color: #fff;
		padding-top: 53.7%;
	}
	.index_main article a .ph_wrap {
		position: static;
	}
	.index_main article a .ph {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		padding: 0;
	}
	.index_main article a .num {
		width: 260px;
		height: 90px;
		bottom: 100px;
		font-size: 7.6rem;
		line-height: 1.4;
	}
	.index_main article a .num .total {
		font-size: 2.8rem;
	}
	.index_main article a .num .slash {
		font-size: 6.2rem;
	}
	.index_main article a .person {
		left: 260px;
		bottom: 100px;
		width: 90px;
		height: 90px;
	}
	.index_main article a .person img {
		top: 12px;
		left: 12px;
		width: 66px;
		height: 66px;
	}
	.index_main article a .content {
		position: absolute;
		left: 0;
		bottom: 0;
		max-width: 100%;
		height: 100px;
		padding: 20px 30px;
	}
	.index_main article a .title {
		font-size: 2.2rem;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.index_main article a .info {
		display: flex;
		align-items: center;
	}
	.index_main article a .category {
		margin-top: 0;
	}
	.index_main article a .category li {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.index_main {
		padding-left: 5vw;
	}
	.index_main .lead {
		height: 45px;
		padding-top: 20px;
		font-size: 4rem;
	}
	.index_main article a .num {
		width: 130px;
		font-size: 3.8rem;
		line-height: 1.4;
	}
	.index_main article a .num .total {
		font-size: 1.4rem;
	}
	.index_main article a .num .slash {
		font-size: 3.1rem;
	}
	.index_main article a .person {
		left: 130px;
	}
	.index_main article a .content {
		padding: 15px 20px 10px;
	}
}
.index_main .scrool {
	position: absolute;
	left: 5%;
	bottom: 100px;
	padding-right: 140px;
	transform-origin: 0 0;
	transform: rotate(90deg);
	font-size: 1.2rem;
	text-decoration: none;
	z-index: 10;
}
.index_main .scrool .arrow {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 120px;
}
.index_main .scrool .arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -1px;
	border-top: 2px solid #c5c5c5;
}
.index_main .scrool .arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -3px;
	width: 20px;
	height: 10px;
	margin-top: -5px;
	border-radius: 10px;
	background-color: #ee807b;
	animation: scrool 3s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
	.index_main .scrool {
		left: 3vw;
		height: 5vw;
		bottom: -20px;
		padding-right: 50px;
		transform-origin: 0 100%;
	}
	.index_main .scrool .arrow {
		width: 50px;
	}
}
@keyframes scrool {
	0% {
		left: -22px;
		background-color: #ee807b;
	}
	20% {
		left: 0;
		background-color: #ee807b;
	}
	70% {
		left: 0;
		background-color: #ee807b;
	}
	100% {
		left: calc(100% + 3px);
		background-color: #e9c134;
	}
}


/* index_concept
============================================================================================================ */
.index_concept {
	padding: 90px 0 120px;
	font-size: 2rem;
	line-height: 1.8;
}
.index_concept h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 6rem;
	line-height: 1;
}
.index_concept .contents {
	letter-spacing: 0.05em;
}
.index_concept .logo {
	text-align: center;
}
@media screen and (min-width: 768px), print {
	.index_concept .contents {
		text-align: center;
	}
	.index_concept .contents p + p {
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.index_concept {
		padding: 80px 0 60px;
	}
	.index_concept h2 {
		margin-bottom: 20px;
		font-size: 3.2rem;
	}
	.index_concept .contents {
		font-size: 1.4rem;
	}
	.index_concept .logo {
		margin-bottom: 30px;
	}
	.index_concept .logo img {
		width: 170px;
	}
}

/* index_todo
============================================================================================================ */
.index_todo h2 {
	font-size: 6rem;
}
@media screen and (max-width: 767px) {
	.index_todo h2 {
		font-size: 3.2rem;
	}
}

/* index_stories
============================================================================================================ */
.index_stories {
	position: relative;
	padding: 110px 0 120px;
}
.index_stories h2 {
	margin-bottom: 25px;
	text-align: center;
	font-size: 6rem;
	line-height: 1;
}
.index_stories .lead {
	margin-bottom: 80px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
}
.index_stories .more_btn {
	margin-top: 100px;
}
@media screen and (max-width: 767px) {
	.index_stories {
		padding: 65px 0 60px;
	}
	.index_stories h2 {
		margin-bottom: 10px;
		font-size: 3.2rem;
	}
	.index_stories .lead {
		margin-bottom: 30px;
		font-size: 1.3rem;
	}
	.index_stories .more_btn {
		margin-top: 50px;
	}
}

/* index_itineraries
============================================================================================================ */
.index_itineraries {
	position: relative;
	padding: 120px 0;
	border-top: 1px solid #cccccc;
}
.index_itineraries > * {
	position: relative;
	padding-top: 100px;
	padding-bottom: 75px;
}
.index_itineraries h2 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 6rem;
	line-height: 1;
	transform: translateY(-50%);
}
.index_itineraries ul a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 220px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	text-decoration: none;
	font-size: 5rem;
	color: #fff;
	line-height: 1;
}
.index_itineraries ul a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	mix-blend-mode: multiply;
	opacity: 0.2;
}
.index_itineraries ul a > span {
	position: relative;
	z-index: 3;
}
.index_itineraries ul a > span::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 6px;
	border-bottom: 2px solid #fff;
}
.index_itineraries ul a.day1 {
	background-image: url(../images/nav_1day.jpg);
}
.index_itineraries ul a.day2 {
	background-image: url(../images/nav_2days.jpg);
}
.index_itineraries ul a.day3 {
	background-image: url(../images/nav_3days.jpg);
}
@media screen and (min-width: 768px), print {
	.index_itineraries > *::before {
		content: "";
		position: absolute;
		top: 0;
		right: 50%;
		bottom: 0;
		width: 86%;
		max-width: 1100px;
		background-color: #f2f2f2;
		transform: translateX(50%);
		z-index: -1;
	}
	.index_itineraries ul {
		display: flex;
		justify-content: space-between;
	}
	.index_itineraries ul li {
		max-width: 410px;
		width: 32%;
	}
}
@media screen and (max-width: 767px) {
	.index_itineraries {
		padding: 65px 0 60px;
	}
	.index_itineraries > * {
		padding: 50px 40px;
		background-color: #f2f2f2;
	}
	.index_itineraries h2 {
		font-size: 3.2rem;
	}
	.index_itineraries ul li + li {
		margin-top: 10px;
	}
	.index_itineraries ul a {
		height: 110px;
		font-size: 2.5rem;
	}
	.index_itineraries ul a > span::after {
		bottom: 3px;
		border-bottom-width: 1px;
	}
}

/* about_img
============================================================================================================ */
.about_img {
	position: relative;
}
@media screen and (min-width: 768px), print {
	.about_img {
		height: 580px;
	}
}
@media screen and (max-width: 767px) {
	.about_img {
		height: 200px;
	}
}

/* index_about
============================================================================================================ */
.index_about {
	padding: 140px 0 120px;
	background-color: #f2f2f2;
}
.index_about > .w {
	position: relative;
	padding-top: 60px;
	background-color: #fff;
}
.index_about h2 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 6rem;
	line-height: 1;
	transform: translateY(-50%);
}
.index_about .lead {
	margin-bottom: 70px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
}
.index_about .btns {
	margin: 0 80px;
}
.index_about .btns a {
	display: block;
	padding: 30px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.5;
}
.index_about .btns a.basic {
	background-color: #b3ccd6;
}
.index_about .btns a.history {
	background-color: #f6c0be;
}
.index_about .btns a.access {
	background-color: #7f7f7f;
}
@media screen and (min-width: 768px), print {
	.index_about .btns {
		display: flex;
		justify-content: space-between;
	}
	.index_about .btns li {
		width: calc((100% - 40px) / 3);
	}
}
@media screen and (max-width: 767px) {
	.index_about {
		padding: 65px 0 50px;
	}
	.index_about > .w {
		padding-top: 25px;
	}
	.index_about h2 {
		font-size: 3.2rem;
	}
	.index_about .lead {
		margin-bottom: 25px;
		font-size: 1.3rem;
	}
	.index_about .btns {
		margin: 0 8vw;
	}
	.index_about .btns li {
		margin-bottom: 10px;
	}
	.index_about .btns a {
		padding: 15px 0;
		font-size: 1.5rem;
	}
}
.index_about .bnr {
	padding: 100px 80px 85px;
	background-color: #333333;
}
.index_about .bnr a {
	display: block;
	padding-top: 40px;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	font-size: 3rem;
	line-height: 1.2;
}
.index_about .bnr a > span {
	display: block;
}
.index_about .bnr .writer {
	background: #fff url(../images/index/bnr_writer_logo.png) no-repeat 50% 80px;
	background-size: 100%;
}
.index_about .bnr .writer .title {
	margin-bottom: 70px;
}
.index_about .bnr .instagram .title {
	margin-bottom: 10px;
}
.index_about .bnr .instagram .user {
	margin-top: 12px;
	font-size: 1.4rem;
	text-decoration: underline;
}
@media screen and (min-width: 768px), print {
	.index_about .bnr {
		display: flex;
		justify-content: space-between;
	}
	.index_about .bnr a {
		width: 440px;
		height: 340px;
	}
}
@media screen and (max-width: 767px) {
	.index_about .bnr {
		padding: 8vw;
	}
	.index_about .bnr li + li {
		margin-top: 10px;
	}
	.index_about .bnr a {
		height: 37.3vw;
		padding-top: 6.6vw;
		font-size: 1.9rem;
	}
	.index_about .bnr .writer {
		background-position: 50% 4vw;
		background-size: 92%;
	}
	.index_about .bnr .writer .title {
		margin-bottom: 5.8vw;
	}
	.index_about .bnr .writer .img img {
		width: 82%;
	}
	.index_about .bnr .instagram {
		padding-top: 5vw;
	}
	.index_about .bnr .instagram .title {
		margin-bottom: 1.3vw;
	}
	.index_about .bnr .instagram .user {
		margin-top: 3.6vw;
		font-size: 1rem;
	}
}

/* index_information
============================================================================================================ */
.index_information {
	padding: 100px 0 120px;
}
.index_information h2 {
	font-size: 5rem;
	line-height: 1;
}
.index_information li a {
	font-size: 1.8rem;
}
.index_information li a .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_information li a .category {
	font-size: 1.3rem;
}
@media screen and (min-width: 768px), print {
	.index_information {
		display: flex;
		justify-content: space-between;
	}
	.index_information ul {
		margin-top: -25px;
		width: calc(100% - 330px);
	}
	.index_information li a {
		padding: 20px 0;
	}
	.index_information li a .title {
		width: calc(100% - 140px);
	}
}
@media screen and (max-width: 767px) {
	.index_information {
		padding: 50px 0 60px;
	}
	.index_information h2 {
		margin-bottom: 10px;
		font-size: 2.7rem;
	}
	.index_information li a {
		padding: 12px 0;
		font-size: 1.2rem;
	}
	.index_information li a .category {
		font-size: 1.1rem;
	}
}



