@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.fixVideo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fixVideo.hide {
	opacity: 0;
}
.fixVideo::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #002038;
	opacity: 0.1;
	content: "";
	transition: all 1s ease-out;
}
.fixVideo.change::before {
	opacity: 0.3;
}
.fixVideo::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 40.7rem;
	width: 100%;
	background-image:linear-gradient( 180deg, #000 0%, rgba(0,0,0,0) 100%);
	opacity: 0.29;
	content: "";
}
.fixVideo video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#main {
	position: relative;
	z-index: 1;
}
.mainVisual {
	height: 100vh;
	padding: 5.6rem 2rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.mainVisual .logo {
	width: 36.7rem;
	margin: 0 auto 10.7rem;
}
.mainVisual p {
	text-align: center;
	color: #fff;
	font-size: max(10px,2.7rem);
}
#main .sec01 {
	overflow: hidden;
	padding: 28.3rem 2rem 24.6rem;
}
#main .sec01 p {
	/* margin-bottom: 4.5rem; */
	text-align: center;
	color: #fff;
	font-size: max(10px,1.7rem);
	line-height: 2.64;
	letter-spacing: 0.08em;
}
#main .sec01 p:last-child {
	margin-top: 4.5rem !important;
} 
#main .whiteBg {
	padding-bottom: 24.8rem;
	position: relative;
	z-index: 1;
	background: url(../img/common/white_bg.jpg) left top repeat;
	background-size: cover;
}
#main .whiteBg .whiteBgIcon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#main .whiteBg .whiteBgIcon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec02 {
	position: sticky;
	top: 0;
	background-color: #fff;
	height: 100vh;
	overflow: hidden;
}
#main .sec02 .pho {
	position: relative;
	left: 0;
	height: 100%;
}
#main .sec02 .pho::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/sec02_bg.png) no-repeat;
	background-size: 100% 100%;
	content: "";
}
#main .sec02 .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec02 .pho .pad {
	display: none !important;
}
#main .sec02 p {
	position: absolute;
	left: 15rem;
	/* bottom: 37.6%; */
	top: 22%;
	/* color: #fff; */
	font-size: max(10px,2.7rem);
	letter-spacing: 0.16em;
}
#main .mainBox {
	position: relative;
}
#main .fixLink {
	width: 0;
	position: sticky;
	left: 1.6rem;
	top: 0;
	display: flex;
	align-items: center;
	height: 100vh;
	z-index: 9;
	float: left;
	z-index: 11;
}
#main .fixLink li {
	margin: 2.7rem 0;
}
#main .fixLink li a {
	position: relative;
	display: block;
	color: #48382A;
	writing-mode: vertical-rl;
	opacity: 0.82;
	letter-spacing: 0.02em;
}
#main .fixLink li:not(.on) {
	opacity: 0.5;
}
#main .fixBox {
	position: relative;
}
#main .fixBox .line {
	position: absolute;
	left: -1.6rem;
	top: 5.4rem;
	width: 1.3rem;
	height: 1px;
	background-color: #48382A;
	opacity: 0.82;
	transition: all 0.3s
}
#main .fixLink.hideLine .line {
	opacity: 0;
}
#main .fixLink[data-ind="1"] .line {
	top: 14.4rem;
}
#main .fixLink[data-ind="2"] .line {
	top: 22.4rem;
}
#main .fixLink[data-ind="3"] .line {
	top: 30.4rem;
}
#main .fixBox .line.background--dark {
	background-color: #fff;
}
#main .fixLink li a.background--dark {
	color: #fff;
}
#main .fixLink.black a {
	color: #000;
}
#main .sec03 {
	padding: 5rem;
	height: 100vh;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
#main .sec03 .pho {
	position: relative;
	height: 100%;
}
#main .sec03 .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec03 .pho::before {
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/index/sec03_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 63.8rem;
	height: 61rem;
	content: "";
	transform: translate(-42%,-50%);
}
#main .sec03 h2 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: #fff;
	font-weight: 400;
	font-size: 6rem;
	letter-spacing: -0.05em;
	text-align: center;
	transform: translateY(-43.7%);
}
#main .sec03 h2 .sml {
	margin-bottom: 1.4rem;
	display: block;
	font-size: max(10px,1.6rem);
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0;
}
#main .bgBox {
	position: relative;
}
#main .bgBox .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 3s cubic-bezier(0.25, 0.5, 0.75, 1);
}
#main .sec04 {
	background-color: #EBF9FD;
}
#main .sec04 .inner {
	position: relative;
	overflow: hidden;
}
#main .sec04 .inner .pho {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
#main .sec04 .inner .pho::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/sec04_bg.png) no-repeat;
	background-size: 100% 100%;
	content: "";
}
#main .sec04 .inner .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec04 .inner .textBox {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 136.6rem;
	padding: 0 12.5rem 0 13.6rem;
	box-sizing: border-box;
	transform: translate(-50%,-1.2%);
}
#main .sec04 .inner .textBox .textInner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#main .sec04 .inner .headLine01 {
	margin: 3.5rem 0 0;
	text-align: left;
	font-size: max(10px,2.2rem);
	letter-spacing: 0.05em;
	line-height: 2;
}
#main .sec04 .inner .headLine01 .en {
	margin-top: 1.2rem;
	line-height: 1.64;
}
#main .sec04 .info {
	padding-top: 20rem;
	display: flex;
	align-items: flex-start;
	position: relative;
}
#main .sec04 .info img {
	width: 100%;
}
#main .sec04 .lPho {
	width: 50%;
	position: relative;
}
#main .sec04 .lPho::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 17.4rem;
	height: 100%;
	background-image:linear-gradient( to right, #000 0%, rgba(0,0,0,0) 100%);
	opacity: 0.2;
	content: "";
}
#main .sec04 .rBox {
	width: 50%;
	padding-top: 5.8rem;
}
#main .sec04 .rBox .textBox {
	margin: 0 0 -3.6rem 12rem;
	position: relative;
	z-index: 1;
}
#main .sec04 .phoList li {
	position: relative;
	width: 51.83%;
}
#main .sec04 .phoList li:last-child {
	width: 48.17%;
}
#main .sec04 .phoList li:first-child {
	width: 100%;
}
#main .sec04 .phoList li:first-child::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 13.4rem;
	opacity: 0.35;
	content: "";
	background-image:linear-gradient( to bottom, #FFFCFC 0%, rgba(255,255,255,0) 100%);
}
#main .sec05 {
	padding: 20rem 0 21.5rem;
	background-color: #EBF9FD;
}
#main .sec05 .info {
	max-width: 116.6rem;
	margin: 0 auto;
	position: relative;
}
#main .sec05 .headLine02 {
	position: absolute;
	left: 20.8rem;
	top: -6.3rem;
	font-size: 7rem;
	color: #000;
	z-index: 2;
}
#main .sec05 img {
	width: 100%;
}
#main .sec05 .pho01 {
	width: 89.7rem;
	margin-left: auto;
	position: relative;
}
#main .sec05 .pho01::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 19.2rem;
	background-image:linear-gradient( to bottom, #FFFCFC 0%, rgba(255,255,255,0) 100%);
	opacity: 0.23;
	content: "";
}
#main .sec05 .pho02 {
	margin: -5.5rem 0 0 -1rem;
	width: 49.8rem;
	position: relative;
	z-index: 1;
}
#main .sec05 .pho03 {
	position: absolute;
	right: 4.2rem;
	bottom: -14.5rem;
	width: 33.1rem;
}
#main .sec06 {
	padding-bottom: 25rem;
	position: relative;
	background-color: #FEFFF4;
}
#main .sec06 .imgInfo {
	position: relative;
	overflow: hidden;
}
#main .sec06 .imgInfo .pho {
	position: relative;
	height: 100vh;
}
#main .sec06 .imgInfo .pho::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:  100%;
	background: url(../img/index/sec06_bg.png) no-repeat;
	background-size: 100% 100%;
	content: "";
}
#main .sec06 .imgInfo .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec06 .imgInfo .textBox {
	position: absolute;
	left: 50%;
	top: 34.4rem;
	width: 136.6rem;
	padding: 0 13.1rem;
	box-sizing: border-box;
	transform: translateX(-50%);
}
#main .sec06 .imgInfo .textBox .textInner {
	display: flex;
}
#main .sec06 .imgInfo .headLine02 {
	margin:-5.3rem 18rem 0 0;
	flex-shrink: 0;
	color: #111;
	font-size: 12rem;
	letter-spacing: -0.02em;
}
#main .sec06 .imgInfo .headLine01 {
	margin-bottom: 0;
	text-align: left;
	font-size: max(10px,2.6rem);
	letter-spacing: 0.05em;
	line-height: 1.92;
	color: #000;
}
#main .sec06 .imgInfo .headLine01 .en {
	margin-top: 0.4rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
#main .sec06 .imgBox {
	width: 108.2rem;
	margin: 0 auto -4.1rem;
	align-items: center;
	position: relative;
	z-index: 1;
}
#main .sec06 .imgBox .pho {
	width: 45.8rem;
	position: absolute;
	left: 0;
	top: 15rem;
}
#main .sec06 .imgBox .textBox {
	width: 49rem;
	margin-left: auto;
	padding-top: 20rem;
}
#main .sec06 .comLink01 a {
	cursor: default;
	pointer-events: none;
}
#main .sec06 .comLink01 .jp {
	margin: 0;
	font-size: 7rem;
}
#main .sec06 .btmPho {
	width: calc(50% + 41.3rem);
	margin-left: auto;
}
#main .sec06 .btmPho img {
	width: 100%;
}
#main .sec07 {
	overflow: hidden;
}
#main .sec07 .imgInfo {
	position: relative;
	overflow: hidden;
}
#main .sec07 .imgInfo .pho {
	position: relative;
	height: 100vh;
}
#main .sec07 .imgInfo .pho::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/sec07_bg.png) no-repeat;
	background-size: 100% 100%;
	content: "";
}
#main .sec07 .imgInfo .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec07 .imgInfo .textBox {
	position: absolute;
	left: 50%;
	/* top: 28.4rem; */
	top: 25.4rem;
	width: 136.6rem;
	padding: 0 16.9rem;
	box-sizing: border-box;
	transform: translateX(-50%);
}
/* #main .sec07 .imgInfo .headLine02 {
	text-shadow: 0 0.3rem 5rem rgba(0,0,0,0.16);
} */
#main .sec07 .imgInfo .headLine01 {
	margin: 2.4rem 0 3.6rem;
	text-align: left;
	font-size: max(10px,2.4rem);
	letter-spacing: 0.05em;
	/* text-shadow: 0 0.3rem 1rem rgba(0,0,0,0.16); */
}
#main .sec07 .imgInfo .headLine01 .en {
	margin-top: 1.2rem;
	line-height: 1.35;
}
#main .sec07 .phoList {
	display: flex;
}
#main .sec07 .phoList li {
	width: 55.8rem;
	height: 40.4rem;
	flex-shrink: 0;
}
#main .sec07 .phoList img {
	width: auto;
	height: 100%;
}
#main .sec08 {
	margin: 22.8rem 0 0 4rem;
	position: relative;
	height: 100vh;
	overflow: hidden;
}
#main .sec08 .pho {
	height: 100%;
	left: 0;
	position: relative;
}
#main .sec08 .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec08 .pho::before {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/index/sec08_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	content: "";
}
#main .sec08 .headLine01 {
	margin: 0;
	position: absolute;
	right: 8.4rem;
	top: 17rem;
	text-align: right;
	font-weight: 500;
	font-size: max(10px,3rem);
	letter-spacing: 0.12em;
}
#main .sec08 .headLine01 .en {
	margin: 0.4rem 0.4rem 0 0;
	letter-spacing: 0.04em;
}
#main .sec09 {
	padding: 8rem 0 15rem;
	overflow: hidden;
}
#main .sec09 .imgBox {
	width: 105.2rem;
	margin: 0 auto 3.6rem;
	align-items: center;
}
#main .sec09 .imgBox .img {
	width: 44.6rem;
}
#main .sec09 .imgBox .textBox {
	width: 50.6rem;
	margin-top: -4.3rem;
}
#main .sec09 .imgBox p {
	font-size: max(10px,1.6rem);
	line-height: 2.5;
	letter-spacing: 0.01em;
}
#main .sec09 .imgInfo {
	width: 136.6rem;
	margin: 0 auto;
	justify-content: flex-end;
}
#main .sec09 .imgInfo .img {
	position: relative;
	width: 79.9rem;
	margin-top: 3.8rem;
}
#main .sec09 .imgInfo .popLink {
	padding: 0.9rem 3.2rem 0.9rem 1.3rem;
	position: absolute;
	display: block;
	font-weight: 500;
	border: 1px solid #A08974;
	background: url(../img/common/icon03.png) no-repeat right 1.3rem top 1.5rem #fff;
	background-size: 1.1rem auto;
}
#main .sec09 .imgInfo .popLink01 {
	left: 18.2rem;
	top: -41px;
}
#main .sec09 .imgInfo .popLink02 {
	padding-right: 2.7rem;
	left: 45.6rem;
	top: 0.4rem;
}
#main .sec09 .imgInfo .popLink03 {
	left: 58.3rem;
	top: 7.5rem;
}
#main .sec09 .imgInfo .popLink04 {
	left: 59.5rem;
	top: 33.8rem;
}
#main .sec09 .imgInfo .popLink05 {
	left: 29.5rem;
	top: 55.5rem;
}
#main .sec09 .imgInfo .popLink06 {
	left: 7.8rem;
	top: 33.2rem;
}
#main .sec09 .imgInfo .popLink07 {
	left: 7.8rem;
	top: 9.3rem;
	padding-right: 2.5rem;
}
#main .sec09 .imgInfo .popLink .en {
	display: block;
	color: #342312;
	font-size: max(10px,1.6rem);
	font-family: YakuHanMP, "Cormorant Garamond", serif;
	transition: .3s;
}
#main .sec09 .imgInfo .popLink .jp {
	margin-top: -0.2rem;
	display: block;
	font-size: max(10px,1.1rem);
	letter-spacing: 0.03em;
}
#main .sec09 .imgInfo .textBox {
	width: 39rem;
	margin: 17.4rem 3.7rem 0 0;
}
#main .sec09 .imgInfo .headLine02 {
	margin-bottom: 3.8rem;
	color: #47382A;
	font-size: 8rem;
}
#main .sec09 .imgInfo p {
	font-size: max(10px,1.5rem);
	line-height: 2.4;
	letter-spacing: 0.08em;
}
#main .sec09 .slideList li {
	position: relative;
	display: flex !important;
	background-color: #fff;
}
#main .sec09 .close {
	position: absolute;
	right: 1.2rem;
	top: 1.3rem;
	width: 2.7rem;
	transition: .3s;
	cursor: pointer;
	z-index: 1;
}
#main .sec09 .close:hover {
	opacity: 0.5;
}
.pad #main .sec09 .close:hover {
	opacity: 1;
}
#main .sec09 .slideList .pho {
	width: 32rem;
}
#main .sec09 .slideList .textBox {
	width: 26.7rem;
	padding: 7.2rem 3rem 1rem;
	box-sizing: border-box;
}
#main .sec09 .slideList .ttl {
	margin-bottom: 4.5rem;
	font-size: max(10px,1.2rem);
	font-weight: 400;
	letter-spacing: 0.1em;
}
#main .sec09 .slideList .ttl .en {
	display: block;
	font-size: max(10px,2.5rem);
	letter-spacing: -0.03em;
}
#main .sec09 .slideList p {
	font-size: max(10px,1.2rem);
	line-height: 1.83;
	letter-spacing: 0.04em;
}
#main .sec10 {
	/* margin: 0 0.6rem 19.3rem 0; */
	margin-bottom: 19.3rem;
	overflow: hidden;
}
#main .sec10 .imgBox {
	max-width: 128rem;
	margin: 0 auto;
	padding-bottom: 8.9rem;
	background-color: #EDE8E2;
}
#main .sec10 .textBox {
	width: calc(100% - 76.9rem);
	padding-top: 7.8rem;
	text-align: center;
}
#main .sec10 h2 {
	margin-bottom: 8.7rem;
	font-size: max(10px,2.2rem);
	font-weight: 400;
	letter-spacing: 0.04em;
}
#main .sec10 h2 .jp {
	margin: 1.6rem 0 6.4rem;
	display: block;
	font-size: max(10px,1.2rem);
}
#main .sec10 h2 .en {
	position: relative;
	display: block;
	font-size: max(10px,2.5rem);
	font-weight: 500;
	font-style: italic;
	letter-spacing: -0.02em;
}
#main .sec10 h2 .en::before {
	position: absolute;
	left: 50%;
	top: -2.2rem;
	width: 3.1rem;
	height: 1px;
	background-color: #4C3C2F;
	content: "";
	transform: translateX(-50%);
}
#main .sec10 .textImg {
	margin-left: 2rem;
	text-align: center;
}
#main .sec10 .textImg img {
	width: 30.6rem;
}
#main .sec10 .phoBox {
	width: 76.9rem;
}
#main .sec10 .pho {
	margin-bottom: 4.1rem;
}
#main .sec10 .pho .slick-dots {
	margin-top: 1.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .sec10 .pho .slick-dots li button {
	display: none;
}
#main .sec10 .pho .slick-dots li {
	margin: 0 0.9rem;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 1px solid rgba(71,56,42,0.33);
	transition: all 0.3s;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
}
#main .sec10 .pho .slick-dots li.slick-active {
	background-color: #48372A;
	border-color: #47382A;
}
#main .sec10 .textInfo {
	margin-right: 10rem;
	position: relative;
}
#main .sec10 .time {
	position: absolute;
	left: -34.7rem;
	top: -0.1rem;
	font-size: max(10px,3rem);
	text-align: center;
	letter-spacing: -0.03em;
}
#main .sec10 .time .num {
	margin-bottom: 0.6rem;
	display: block;
	font-size: max(10px,3.6rem);
	letter-spacing: 0;
}
#main .sec10 .text {
	color: #48372A;
	line-height: 2.35;
	letter-spacing: 0.01em;
}
#main .sec10 .pho {
	overflow: hidden;
}
#main .sec10 .pho .photo {
	height: 51.9rem;
}
#main .sec10 .pho .photo span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#main .sec10 .pho .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec10 .btmLink {
	max-width: 60.1rem;
	margin: 12.7rem auto 0;
}
#main .sec11 {
	margin-bottom: 22rem;
}
#main .sec11 .pho {
	width: calc(50% + 19.3rem);
}
#main .sec11 .pho img {
	width: 100%;
}
#main .sec11 .textBox {
	width: 50rem;
	margin: 12rem 0 0 -8.4rem;
}
#main .sec11 h2 {
	margin-bottom: 6rem;
	width: 41.4rem;
}
#main .sec11 h3 {
	margin-bottom: 2.1rem;
	font-size: max(10px,2.2rem);
	font-weight: 500;
	line-height: 1.81;
	letter-spacing: 0.12em;
}
#main .sec11 p {
	margin-bottom: 5rem;
	line-height: 2.14;
	letter-spacing: 0.04em;
}
#main .sec11 .link {
	margin: 0 5.3rem 0 0;
	text-align: right;
	font-size: max(10px,2.5rem);
	line-height: 1.2;
	letter-spacing: -0.03em;
	position: relative;
	z-index: 1;
}
/* #main .sec11 .link::before{
	border-bottom: 1px solid #707070;
	content: '';
	width: 100%;
  	height: 2px;
	position: absolute;
  	left: 0;
 	bottom: 0;
  	transform-origin: right top;
 	transform: scale(0, 1);
 	transition: transform .3s;
} */
#main .sec11 .link a {
	display: inline-block;
	border-bottom: 1px solid #707070;
}
#main .sec11 .img {
	margin: -2.7rem 0 0 -3.9rem;
	width: 54.8rem;
	position: relative;
}
#main .sec11 .img span {
	position: absolute;	
	bottom: 5.1rem;
	left: 6rem;
	font-size: max(10px,2rem);
	font-weight: 500;
	font-style: italic;
}
#main .sec12 {
	padding: 12.4rem 0 12.5rem;
	position: relative;
}
#main .sec12::before {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% + 41.3rem);
	bottom: 0;
	background-color: #400000;
	opacity: 0.06;
	content: "";
}
#main .sec12 .imgBox {
	width: 108.6rem;
	margin: 0 auto;
	flex-direction: row-reverse;
	position: relative;
}
#main .sec12 .phoList {
	width: 53.5rem;
}
#main .sec12 .phoList li {
	width: 25.4rem;
}
#main .sec12 .textBox {
	margin-top: 0.2rem;
	width: 45.6rem;
}
#main .sec12 .headLine02 {
	margin: 0 0 2.8rem -0.6rem;
	color: #47382A;
	font-size: 6.4rem;
	letter-spacing: -0.02em;
}
#main .sec12 h3 {
	margin-bottom: 2.5rem;
	font-weight: 600;
	font-size: max(10px,1.6rem);
	color: #48372A;
	line-height: 1.75;
	letter-spacing: 0.06em;
}
#main .sec12 p {
	line-height: 2.14;
	letter-spacing: 0.04em;
}
@media all and (min-width: 1000px) {
	#main .fixLink li a:hover {
		opacity: 0.5;
	}
	.pad #main .fixLink li a:hover {
		opacity: 1;
	}
	#main .fixLink li a::before {
		position: absolute;
		left: -1.6rem;
		top: 50%;
		width: 1.3rem;
		height: 1px;
		background-color: #48382A;
		opacity: 0.82;
		content: "";
		opacity: 0;
		transition: all 0.3s;
	}
	#main .fixLink li:not(.on) a:hover::before {
		opacity: 1;
	}
	#main .fixLink li:not(.on) a:hover.background--dark::before {
		background-color: #fff;
	}
	#main .sec04 .headLine03 {
		margin-bottom: 3rem;
	}
	#main .sec09 .popBg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #47382A;
		opacity: 0.6;
		z-index: 9;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
	}
	#main .sec09 .popBg.show {
		opacity: 0.6;
		visibility: visible;
	}
	#main .sec09 .popSlide {
		position: fixed;
		left: 50%;
		top: 50%;
		width: 58.7rem;
		height: 32rem;
		transform: translate(-50%,-50%);
		z-index: 10;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
	}
	#main .sec09 .popSlide.show {
		opacity: 1;
		visibility: visible;
	}
	#main .sec09 .prev,
	#main .sec09 .next {
		position: absolute;
		left: -3.6rem;
		top: 50%;
		width: 1.8rem;
		cursor: pointer;
		transition: .3s;
		transform: translateY(-50%);
	}
	#main .sec09 .next {
		left: auto;
		right: -3.6rem;
	}
	#main .sec09 .imgInfo .popLink:hover {
		color: #fff;
		background-color: #47382A;
		background-image: url(../img/common/icon03_on.png)
	}
	#main .sec09 .imgInfo .popLink:hover .en {
		color: #fff;
	}
	#main .sec09 .slideList .close:hover {
		opacity: 0.5;
	}
	#main .sec09 .prev:hover,
	#main .sec09 .next:hover {
		opacity: 0.5;
	}
	#main .sec10 .btmLink a:hover {
		opacity: 0.5;
	}
	#main .sec11 .link a:hover {
		border-color: transparent;
	}
	/* #main .sec11 .link:hover::before {
		transform-origin: left top;
  		transform: scale(1, 1);
	} */
	.pad #main .sec09 .imgInfo .popLink:hover {
		color: #47382A;
		background-color: #fff;
		background-image: url(../img/common/icon03.png)
	}
	.pad #main .sec09 .imgInfo .popLink:hover .en {
		color: #342312;
	}
	.pad #main .sec09 .slideList .close:hover {
		opacity: 1;
	}
	.pad #main .sec09 .prev:hover,
	.pad #main .sec09 .next:hover {
		opacity: 1;
	}
	.pad #main .sec10 .btmLink a:hover {
		opacity: 1;
	}
	.pad #main .sec11 .link a:hover {
		border-color: #707070;
	}
}
@media all and (max-width: 999px) {
	.fixVideo::after {
		height: 32.1rem;
	}
	.fixVideo video {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.mainVisual {
		padding: 5.6rem 2rem 3rem;
	}
	.mainVisual .logo {
		width: 23.7rem;
		margin: 0 auto 11.9rem;
	}
	.mainVisual p {
		font-size: 2rem;
	}
	#main .sec01 {
		padding: 18rem 2rem 22.2rem;
	}
	#main .sec01 p {
		/* margin-bottom: 3rem; */
		font-size: 1.4rem;
		line-height: 2.14;
		letter-spacing: 0.06em;
	}
	#main .sec01 .delay01 {
		display: none !important;
	}
	#main .sec01 p:last-child {
		margin-top: 3rem !important;
} 
	#main .whiteBg {
		padding-bottom: 12rem;
	}
	#main .sec02 p {
		display: none;
		/* left: 2.9rem;
		bottom: auto;
		top: 31.4%;
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: 0.06em;
		color: #47382A;  */
	}
	#main .fixLink {
		left: 0.5rem;
	}
	#main .fixLink li {
		margin: 1.8rem 0;
		font-size: 1.3rem;
	}
	#main .fixLink li a {
		opacity: 1;
	}
	#main .fixLink .line {
		left: -0.5rem;
		width: 0.5rem;
		top: 4.2rem;
	}
	#main .fixLink[data-ind="1"] .line {
		top: 11.98rem;
	}
	#main .fixLink[data-ind="2"] .line {
		top: 18.7rem;
	}
	#main .fixLink[data-ind="3"] .line {
		top: 25.3rem;
	}
	#main .sec03 {
		padding: 2.9rem;
	}
	#main .sec03 .pho::before {
		width: 26.5rem;
		height: 18.4rem;
	}
	#main .sec03 h2 {
		font-size: 3.3rem;
		letter-spacing: -0.03em;
		transform: translateY(-44.5%);
	}
	#main .sec03 h2 .sml {
		margin-bottom: 0.4rem;
		font-size: 0.9rem;
		letter-spacing: -0.02em;
	}
	#main .sec04 .inner .pho::before {
		background-image: url(../img/index/sec04_bg_sp.png);
	}
	#main .sec04 .inner .textBox {
		left: 0;
		top: 16.7rem;
		width: 100%;
		display: block;
		padding: 0;
		transform: none;
	}
	#main .sec04 .inner .textBox .textInner {
		display: block;
	}
	#main .sec04 .inner .headLine01 {
		margin: 0;
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: 0.06em;
		line-height: 1.875;
	}
	#main .sec04 .inner .headLine01 .en {
		margin-top: 0.2rem;
		line-height: 1.5;
		font-size: 1rem;
	}
	#main .sec04 .info {
		padding-top: 9.5rem;
		display: block;
	}
	#main .sec04 .lPho {
		margin-right: 2.8rem;
		width: auto;
	}
	#main .sec04 .lPho::before {
		display: none;
	}
	#main .sec04 .rBox {
		width: auto;
		padding-top: 6.1rem;
	}
	#main .sec04 .rBox .textBox {
		margin: 0 4.8rem -2.3rem;
	}
	#main .sec04 .phoList {
		margin-left: 3.8rem;
		/* margin-top: 0.3rem; */
	}
	#main .sec04 .phoList li:first-child {
		margin-bottom: -1px;
	}
	#main .sec04 .phoList li {
		width: 50%;
	}
	#main .sec04 .phoList li:last-child {
		width: 50%;
	}
	#main .sec04 .phoList li:first-child::before {
		opacity: 0.3;
		z-index: 1;
	}
	#main .sec04 .phoList li:first-child::after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 12.2rem;
		opacity: 0.23;
		content: "";
		background-image:linear-gradient( to bottom, #092E3C 0%, rgba(9,43,56,0) 100%);
	}
	#main .sec05 {
		padding: 10.2rem 0 9.5rem;
	}
	#main .sec05 .info {
		max-width: inherit;
	}
	#main .sec05 .headLine02 {
		left: 3.7rem;
		top: -3.6rem;
		font-size: 3.8rem;
		text-align: left;
	}
	#main .sec05 .pho01 {
		width: auto;
		margin-right: 2rem;
	}
	#main .sec05 .pho01::before {
		height: 13.4rem;
		opacity: 0.29;
	}
	#main .sec05 .pho01::after {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 49%;
		opacity: 0.2;
		content: "";
		background-image:linear-gradient( to right, #000 0%, rgba(0,0,0,0) 100%);
	}
	#main .sec05 .pho02 {
		margin: 4.8rem 0 0 9%;
		width: 58.93%;
	}
	#main .sec05 .pho03 {
		margin: -8rem 5.4% 0 auto;
		position: relative;
		right: auto;
		bottom: auto;
		width: 41%;
		z-index: 1;
	}
	#main .sec06 {
		padding-bottom: 9.6rem;
		overflow: hidden;
	}
	#main .sec06 .imgInfo .pho::before {
		top: 2.7rem;
		width: 31.4rem;
		height: 24.2rem;
		transform: translateX(-40%);
	}
	#main .sec06 .imgInfo .textBox {
		position: absolute;
		left: 0;
		top: 14.2rem;
		width: 100%;
		padding: 0 2rem;
		transform: none;
	}
	#main .sec06 .imgInfo .textBox .textInner {
		display: block;
	}
	#main .sec06 .imgInfo .headLine02 {
		margin: 0 0 1.2rem;
		color: #000;
		font-size: 6.5rem;
		letter-spacing: -0.03em;
	}
	#main .sec06 .imgInfo .headLine01 {
		margin-bottom: 0;
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.81;
		font-weight: 400;
	}
	#main .sec06 .imgInfo .headLine01 .en {
		margin-top: 0.5rem;
		line-height: 1.3;
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: 0.01em;
	}
	#main .sec07 .phoList li {
		width: 26.5rem;
		height: 19.6rem;
	}
	#main .sec07 .imgInfo .pho::before {
    display: none;
	}
	#main .sec08 {
		margin: 6.6rem 0 6rem;
		height: 48.8rem;
	}
	#main .sec08 .headLine01 {
		right: auto;
		left: 2.8rem;
		top: 8.3rem;
		text-align: left;
		font-size: 1.8rem;
	}
	#main .sec08 .headLine01 .en {
		display: none;
		/* margin: -0.6rem 0 0;
		letter-spacing: 0.01em;
		font-size: 1.2rem; */
	}
	#main .sec09 {
		padding: 9.7rem 0 6.3rem;
	}
	#main .sec09 .imgBox {
		width: auto;
		display: block;
		margin: 0 2.8rem 5.4rem;
	}
	#main .sec09 .imgBox .img {
		width: auto;
		margin: 0 -0.9rem 3.6rem -0.5rem;
	}
	#main .sec09 img {
		width: 100%;
	}
	#main .sec09 .imgBox .textBox {
		width: auto;
		margin-top: 0;
	}
	#main .sec09 .imgBox p {
		font-size: 1.25rem;
		line-height: 2.08;
	}
	#main .sec09 .imgInfo {
		margin: 0 2.8rem;
		width: auto;
		display: block;
	}
	#main .sec09 .imgInfo .img {
		width: auto;
		margin: 0 -2.8rem;
	}
	#main .sec09 .imgInfo .popLink {
		display: none;
	}
	#main .sec09 .imgInfo .textBox {
		width: auto;
		margin: 0 0 5.2rem;
	}
	#main .sec09 .imgInfo .headLine02 {
		margin-bottom: 1.3rem;
		font-size: 4.5rem;
		text-align: left;
	}
	#main .sec09 .imgInfo p {
		font-size: 1.25rem;
		line-height: 2.08;
		letter-spacing: 0.01em;
	}
	#main .sec09 .prev,
	#main .sec09 .next {
		display: none !important;
	}
	#main .sec09 .slideList {
		margin: 4.5rem 2rem 0;
	}
	#main .sec09 .slideList li {
		padding-top: 0.4rem;
		display: block !important;
		position: relative;
		border-bottom: 1px solid #DBCEC2;
	}
	#main .sec09 .slideList li::before {
		position: absolute;
		right: 1.6rem;
		top: 2.7rem;
		background: url(../img/common/icon07.png) no-repeat;
		background-size: 1.2rem auto;
		width: 1.2rem;
		height: 1.2rem;
		content: "";
		transition: .3s;
	}
	#main .sec09 .slideList li.on::before {
		transform: rotate(45deg);
	}
	#main .sec09 .close {
		display: none;
	}
	#main .sec09 .slideList .pho {
		width: 13rem;
		height: 8rem;
	}
	#main .sec09 .slideList .pho img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .sec09 .slideList .textBox {
		width: auto;
		padding: 0;
	}
	#main .sec09 .slideList .ttl {
		margin-bottom: 0;
		position: absolute;
		left: 14.6rem;
		top: 2rem;
		font-weight: 500;
		letter-spacing: 0.03em;
	}
	#main .sec09 .slideList .ttl .en {
		margin-bottom: -0.2rem;
		font-size: 1.7rem;
		letter-spacing: 0;
	}
	#main .sec09 .slideList p {
		padding: 1.5rem 0 1.9rem;
		font-size: 1.3rem;
		line-height: 1.77;
		letter-spacing: 0.02em;
		display: none;
	}
	#main .sec10 {
		margin: 0 2rem 10.4rem;
	}
	#main .sec10 .pho .slick-dots li {
		width: 7px;
		height: 7px;
	}
	#main .sec10 .imgBox {
		max-width: inherit;
		display: block;
		padding: 5.9rem 0 5rem;
	}
	#main .sec10 .textBox {
		width: auto;
		padding-top: 0;
	}
	#main .sec10 h2 {
		margin-bottom: 5.4rem;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.02em;
	}
	#main .sec10 h2 .jp {
		margin: 1rem 0 3.2rem;
		font-size: 1.1rem;
	}
	#main .sec10 h2 .en {
		font-size: 1.6rem;
	}
	#main .sec10 h2 .en::before {
		top: -1.3rem;
		width: 1.8rem;
	}
	#main .sec10 .textImg {
		margin-left: 0.4rem;
	}
	#main .sec10 .textImg img {
		width: 15.8rem;
	}
	#main .sec10 .phoBox {
		margin-top: 2.4rem;
		width: auto;
	}
	#main .sec10 .pho {
		margin-bottom: 2.2rem;
	}
	#main .sec10 .pho .photo {
		height: 28.3rem;
	}
	#main .sec10 .textInfo {
		margin: 0 2.4rem;
	}
	#main .sec10 .time {
		margin-bottom: 1.3rem;
		position: static;
		font-size: 2rem;
	}
	#main .sec10 .time .num {
		margin: 0 1rem 0 0;
		display: inline-block;
		font-size: 2.6rem;
	}
	#main .sec10 .text {
		color: #47382A;
		line-height: 2.08;
		letter-spacing: 0.005em;
	}
	#main .sec10 .btmLink {
		max-width: 29.9rem;
		margin: 7.3rem auto 0;
	}
	#main .sec11 {
		margin-bottom: 8.2rem;
		display: block;
		position: relative;
	}
	#main .sec11 .pho {
		width: calc(100% - 3.8rem);
	}
	#main .sec11 .textBox {
		width: auto;
		margin: 41px 38px 0;
	}
	#main .sec11 h2 {
		margin-bottom: 0;
		position: absolute;
		right: 2rem;
		top: -1.5rem;
		width: 26.6rem;
	}
	#main .sec11 h3 {
		margin-bottom: 2.9rem;
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		line-height: 1.875;
	}
	#main .sec11 p {
		margin-bottom: 2.8rem;
		line-height: 2.08;
	}
	#main .sec11 .link {
		margin: 0 0 -1.2rem;
		position: relative;
		z-index: 1;
		font-size: 2rem;
	}
	#main .sec11 .img {
		margin: 0 auto;
		width: 28.5rem;
	}
	#main .sec11 .img img {
		width: 33.4rem;
		margin: 0 -2.5rem;
		max-width: inherit;
	}
	#main .sec11 .img span {
		bottom: 2.6rem;
		left: -0.3rem;
		font-size: 1.5rem;
		line-height: 1.53;
	}
	#main .sec12 {
		padding: 0 2.2rem 5.3rem;
		margin: 0 2rem;
	}
	#main .sec12::before {
		top: 9.9rem;
		width: 100%;
	}
	#main .sec12 .imgBox {
		width: auto;
		display: block;
	}
	#main .sec12 .phoList {
		width: auto;
	}
	#main .sec12 .phoList li {
		width: 47.5%;
	}
	#main .sec12 .phoList img {
		width: 100%;
	}
	#main .sec12 .textBox {
		margin-top: 2.6rem;
		width: auto;
	}
	#main .sec12 .headLine02 {
		margin: 0 0 1.6rem;
		font-size: 4rem;
		letter-spacing: -0.03em;
	}
	#main .sec12 h3 {
		margin-bottom: 1.9rem;
		font-weight: 500;
		font-size: 1.5rem;
		color: #261A0E;
		line-height: 1.7;
		text-align: center;
		letter-spacing: 0.04em;
	}
	#main .sec12 p {
		line-height: 1.91;
		font-size: 1.2rem;
		letter-spacing: 0.03em;
	}
}
@media all and (max-width: 767px) {
	#main .sec06 .imgBox {
		width: auto;
		margin: 6.7rem 0 -2.2rem 3.8rem;
		display: block;
	}
	#main .sec06 .imgBox .pho {
		width: 18.7rem;
		position: static;
	}
	#main .sec06 .imgBox .textBox {
		margin-top: -3.2rem;
		width: auto;
		padding-top: 0;
	}
	#main .sec06 .imgBox .headLine03 {
		margin-bottom: 0.5rem;
	}
	#main .sec06 .comLink01 .jp {
		margin: 0;
		font-size: 3.7rem;
	}
	#main .sec06 .btmPho {
		width: auto;
		margin: 0 -2rem 0 1.8rem;
	}
	#main .sec07 .inner .pho::before {
		background-image: url(../img/index/sec07_bg_sp.png);
	}
	#main .sec07 .imgInfo .textBox {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		padding: 0;
		transform: none;
	}
	#main .sec07 .imgInfo .textBox .parallax {
		height: 100%;
	}
	#main .sec07 .imgInfo .headLine02 {
		position: absolute;
		left: 0;
		top: 22.7rem;
		width: 100%;
		font-size: 5.2rem;
		letter-spacing: -0.04em;
		/* text-shadow: none; */
	}
	#main .sec07 .imgInfo .headLine01 {
		margin: 0 0 1.7rem;
		font-size: 1.6rem;
		line-height: 1.875;
		letter-spacing: 0.04em;
		/* text-shadow: none; */
	}
	#main .sec07 .imgInfo .headLine01 .en {
		margin-top: 0.32rem;
		line-height: 1.5;
		font-size: 1rem;
		letter-spacing: 0.01em;
	}
	#main .sec07 .imgInfo .textInfo {
		position: absolute;
		left: 4.7rem;
		bottom: -0.8rem;
	}
	#main .sec10 .pho .photo {
        height: 22.3rem;
    }
}

@media all and (min-width: 768px)and (max-width: 999px) {
	#main .sec02 .pho .sp,
	#main .sec02 .pho .pc {
		display: none !important;
	}
	#main .sec02 .pho .pad {
		display: block !important;
	}
	#main .sec04 .inner .pho .sp {
		display: none !important;
	}
	#main .sec04 .inner .pho .pc {
		display: block !important;
	}
	#main .sec06 {
		padding-bottom: 180px;
	}
	#main .sec06 .imgBox {
		width: 664px;
		margin: 0 auto -34px;
	}
	#main .sec06 .imgBox .pho {
		width: 272px;
		top: 79px;
	}
	#main .sec06 .imgBox .textBox {
		width: 345px;
		padding-top: 114px;
	}
	#main .sec06 .imgBox .headLine03 {
		margin-bottom: 13px;
		font-size: 19px;
	}
	#main .sec06 .comLink01 .jp {
		font-size: 54px;
	}
	#main .sec06 .btmPho {
		width: calc(50% + 249px);
	}
	#main .sec07 .imgInfo .pho .sp {
		display: none !important;
	}
	#main .sec07 .imgInfo .pho .pc {
		display: block !important;
	}
	#main .sec07 .imgInfo .textBox {
		top: 200px;
		width: 590px;
		padding: 0;
	}
	#main .sec07 .imgInfo .headLine02 {
		font-size: 78px;
		text-align: left;
	}
	#main .sec07 .imgInfo .headLine01 {
		margin: 15px 0 34px;
		font-size: 22px;
	}
	#main .sec07 .imgInfo .headLine01 .en {
		margin-top: 1px;
		font-size: 13px;
	}
	#main .sec07 .imgInfo br.sp {
		display: none !important;
	}
	#main .sec07 .imgInfo .headLine01 .en br {
		display: none;
	}
	#main .sec08 .pho .sp {
		display: none !important;
	}
	#main .sec08 .pho .pc {
		display: block !important;
	}
	#main .sec09 {
		padding-bottom: 9.6rem;
	}
	#main .sec09 .imgBox {
		margin: 0 5.2rem 5.4rem;
	}
	#main .sec09 .imgInfo {
		margin: 0 5.2rem;
	}
	 #main .sec09 .slideList {
		margin: 4.5rem 5.2rem 0;
	}
	#main .sec10 {
		margin: 0 5.2rem 10.4rem;
	}
	#main .sec11 .pho {
		width: calc(100% - 5.2rem);
	}
	#main .sec11 h2 {
		right: 4rem;
	}
    #main .sec11 .textBox {
		margin: 4.8rem 5.2rem 0;
	}
	#main .sec12 {
		margin: 0 5.2rem;
	}
}