@charset "utf-8";
/*------------------------------------------------------------
	journal
------------------------------------------------------------*/
#main .bgBox {
	padding-top: 95px;
}
#main .mainVisual {
	position: relative;
}
#main .mainVisual .photoList {
	position: relative;
	font-size: 0;
}
#main .mainVisual .photoList span {
	height: 673px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#main .mainVisual .photoList li {
	position: relative;
}
#main .mainVisual .photoList li a {
	display: block;
	position: relative;
	z-index: 3;
}
#main .mainVisual .photoList li a::before {
	width: 100%;
	height: 524px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/journal/main_bg01.png) repeat-x left center / auto 100%;
	content: '';
	z-index: 2;
}
#main .mainVisual .photoList li.toright .bgImg {
    transform: translateX(-10%) scale(1.2);
}
#main .mainVisual .photoList li.toleft .bgImg {
    transform: translateX(10%) scale(1.2);
}
#main .mainVisual .photoList li.toright.active .bgImg {
    animation: toright 10s linear forwards;
}
#main .mainVisual .photoList li.toleft.active .bgImg {
    animation: toleft 10s linear forwards;
}
#main .mainVisual .photoList li.toscale.active .bgImg {
    animation: imgzoom 10s linear forwards;
}
@keyframes imgzoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes toright {
    0% {
        transform: translateX(-10%) scale(1.2);
    }
    100% {
        transform: translateX(0) scale(1.2);
    }
}
@keyframes toleft {
    0% {
        transform: translateX(10%) scale(1.2);
    }
    100% {
        transform: translateX(0) scale(1.2);
    }
}
#main .mainVisual .title {
	width: 200px;
	position: absolute;
	left: calc(50% + 1px);
	top: -74px;
	transform: translateX(-50%);
	font-size: 3.5rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: center;
	font-family: 'Cormorant', serif;
}
#main .mainVisual .arrowList li {
	padding: 25px;
	width: auto;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: calc(50% + 2px);
	transform: translateY(-50%);
}
#main .mainVisual .arrowList li.prev {
	left: 0;
}
#main .mainVisual .arrowList li.next {
	right: 0;
}
#main .mainVisual .arrowList li img {
	width: 10px;
}
#main .mainVisual .textBox {
	width: calc(100% - 40px);
	max-width: 1000px;
	position: absolute;
	left: 50%;
	bottom: 103px;
	transform: translateX(-50%);
	z-index: 4;
}
#main .mainVisual .textBox h2 {
	color: #fff;
	font-size: 2.35rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
	text-align: center;
}
#main .mainVisual .textBox h2 span {
	margin-bottom: 20px;
	display: block;
	height: auto;
	font-size: 2.2rem;
	font-weight: 300;
	letter-spacing: 0.013em;
	font-family: 'Cormorant', serif;
}
#main .mainVisual .page {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	text-align: center;
}
#main .mainVisual .page span {
	margin: 0 5px;
}
#main .topBox {
	padding: 119px 0 30px;
}
#main .topBox .content {
	max-width: 1166px;
	width: auto;
}
#main .topBox .titleBox {
	margin-bottom: 101px;
	display: flex;
	justify-content: space-between;
}
#main .topBox .titleBox h2 {
	margin-top: -6px;
	width: 290px;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.01em;
	font-family: 'Shippori Mincho', serif;
}
#main .topBox .titleBox p {
	width: calc(100% - 332px);
	font-weight: 500;
	line-height: 1.97;
	letter-spacing: 0.02em;
}
#main .topBox .textDl {
	margin-bottom: 47px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#main .topBox .textDl dd {
	width: 201px;
}
#main .topBox .textDl dd select {
	padding: 5px 25px 5px 10px;
	width: 100%;
	height: 35px;
	text-align: center;
	border-radius: 0;
	box-shadow: none;
	border: none;
	color: #333;
	font-size: 1.9rem;
	font-weight: 500;
	letter-spacing: 0.013em;
	border-bottom: 1px solid rgba(51,51,51,0.7);
	appearance: none;
	-webkit-appearance: none;
	font-family: 'Cormorant', serif;
	background: url(../img/common/icon05.png) no-repeat right 12px bottom 10px / 10px auto;
}
#main .topBox .textDl dt {
	margin: 3px 8px 0 0;
	max-width: calc(100% - 220px);
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#main .topBox .linkList {
	margin-top: -117px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .topBox .linkList li {
	margin-top: 117px;
	width: calc((100% - 56px) / 2);
	display: flex;
}
#main .topBox .linkList li.hide {
	display: none;
}
#main .topBox .linkList a {
	width: 100%;
}
#main .topBox .linkList .photo {
	margin-bottom: 27px;
}
#main .topBox .linkList .photo span {
	display: block;
	height: 0;
	padding-bottom: 63.24%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#main .topBox .linkList .txtBox .ttl {
	margin-bottom: 14px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.013em;
	font-family: 'Cormorant', serif;
}
#main .topBox .linkList .txtBox p {
	font-size: 1.65rem;
	line-height: 1.78;
	letter-spacing: 0;
	font-weight: 500;
}
@media all and (min-width: 1001px) {
	#main .mainVisual .arrowList li:hover {
		opacity: 0.7;
	}
	#main .topBox .linkList a:hover {
		opacity: 0.7;
	}
	#main .mainVisual .photoList li a:hover .textBox h2 {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#main .bgBox {
		padding-top: 71px;
	}
	#main .mainVisual .photoList span {
		height: 599px;
	}
	#main .mainVisual .title {
		display: none;
	}
	#main .mainVisual .arrowList {
		display: none;
	}
	#main .mainVisual .textBox {
		width: calc(100% - 40px);
		max-width: inherit;
		position: absolute;
		left: 50%;
		bottom: 93px;
		transform: translateX(-50%);
	}
	#main .mainVisual .textBox h2 {
		font-size: 1.7rem;
		letter-spacing: 0;
	}
	#main .mainVisual .textBox h2 span {
		margin-bottom: 13px;
		font-size: 1.7rem;
	}
	#main .topBox {
		padding: 95px 0 44px;
	}
	#main .topBox .content {
		padding: 0 25px;
		max-width: inherit;
		width: auto;
	}
	#main .topBox .titleBox {
		margin-bottom: 87px;
		display: block;
	}
	#main .topBox .titleBox h2 {
		margin: 0 0 31px;
		width: auto;
		font-size: 2.2rem;
		line-height: 1.76;
	}
	#main .topBox .titleBox p {
		margin-right: -7px;
		width: auto;
		font-size: 1.3rem;
		line-height: 2;
		letter-spacing: 0.01em;
	}
	#main .topBox .textDl {
		margin-bottom: 54px;
		justify-content: flex-start;
	}
	#main .topBox .linkList {
		margin-top: 0;
		display: block;
	}
	#main .topBox .linkList li {
		margin: 0 0 51px;
		width: auto;
		display: block;
	}
	#main .topBox .linkList li:last-of-type {
		margin-bottom: 0;
	}
	#main .topBox .linkList a {
		display: block;
	}
	#main .topBox .linkList .photo {
		margin-bottom: 19px;
	}
	#main .topBox .linkList .photo span {
		display: block;
		height: 0;
		padding-bottom: 63.17%;
	}
	#main .topBox .linkList .txtBox .ttl {
		margin-bottom: 11px;
	}
	#main .topBox .linkList .txtBox p {
		font-size: 1.3rem;
		line-height: 1.9;
		letter-spacing: 0.01em;
	}
}
@media all and (max-width: 374px) {
	#main .mainVisual .textBox h2 {
		font-size: 1.9rem;
	}
	#main .topBox .textDl dd {
		width: 170px;
	}
	#main .topBox .textDl dt {
		max-width: calc(100% - 190px);
	}
}
