@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.loadingBox {
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	min-height: 100vh;
    z-index: 1000;
	background: #000 url(../img/index/loading_bg.jpg) no-repeat left top / cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.loadingBox .logoImg {
	margin: 0 auto 3rem;
	width: 21.8rem;
	opacity: 0;
	transition: opacity ease 1s;
}
.loadingBox .logoImg img {
	width: 100%;
}
.loadingBox.on .logoImg {
	opacity: 1;
}
.loadingBox .loopImg {
	position: relative;
	margin: 0 auto;
	width: 6.2rem;
}
.loadingBox .loopImg li {
	padding-left: 1rem;
	opacity: 0;
}
.loadingBox.on .loopImg li {
	opacity: 0;
	transition: opacity ease 1s;
}
.loadingBox.on .loopImg li.on {
	opacity: 1;
}
.loadingBox .loopImg li + li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.loadingBox .loopImg li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media all and (max-width: 768px) {
	.loadingBox {
		background-image: url(../img/index/loading_bg_sp.jpg);
	}
	.loadingBox .logoImg {
		margin: 0 auto 3rem;
		width: 17.6rem;
	}
	.loadingBox .loopImg {
		width: 6.1rem;
	}
}
/* mainVisual */
.mainVisual {
	position: relative;
	z-index: 2;
}
.mainVisual .sliderBox {
	position: relative;
	z-index: 1;
}
.mainVisual .sliderBox::after {
	width: 52.29%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 3;
	background: url(../img/index/main_bg.png) no-repeat left top / cover;
}
.mainVisual .sliderBox .foo {
	position: relative;
	z-index: 2;
	margin-left: auto;
	width: 72.9%;
	line-height: 1;
}
.mainVisual .sliderBox .foo .slick-slide li {
	position: relative;
	padding-bottom: 82.8%;
}
.mainVisual .sliderBox .foo img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	transform: scale(1);
}
.mainVisual .sliderBox li.active img {
	transform: scale(1.2);
	transition: linear 9.5s;
}
.mainVisual .outBox {
	width: 39%;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	margin-top: -32rem;
}
.mainVisual .outBox .imgtext01 {
	margin: 0 auto 5.2rem;
	width: 33.5rem;
}
.mainVisual .outBox .imgtext02 {
	padding-left: 3.5rem;
	margin: 0 auto 6.8rem;
	width: 54.1rem;
}
.mainVisual .outBox .imgtext03 {
	padding-right: 2rem;
	margin: 0 auto;
	width: 38.4rem;
}
.mainVisual .slick-dots {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 2.3rem;
	width: 73.5%;
	text-align: center;
}
.mainVisual .slick-dots li {
	position: relative;
	display: inline-block;
	width: 3.3rem;
	height: 0.5rem;
	margin: 0 0.32rem;
	padding: 0;
	cursor: pointer;
	background-color: #603813;
}
.mainVisual .slick-dots li button {
	display: none;
}
.mainVisual .slick-dots li.slick-active {
	background-color: #C69C6D;
}
@media all and (min-width: 769px) {
	.mainVisual .outBox .imgtext02 {
		transition-delay: 1s;
	}
	.mainVisual .outBox .imgtext03 {
		transition-delay: 2s;
	}
}
@media all and (max-width: 768px) {
	.mainVisual .sliderBox {
		position: relative;
	}
	.mainVisual .sliderBox::after {
		display: none;
	}
	.mainVisual .sliderBox .foo {
		width: auto;
	}
	.mainVisual .sliderBox .foo .slick-slide li {
		padding-bottom: 0;
	}
	.mainVisual .sliderBox .foo img {
		position: static;
	}
	.mainVisual .sliderBox .imgtext02 {
		position: absolute;
		z-index: 5;
		left: 50%;
		transform: translateX(-50%);
		bottom: 2.5rem;
		width: 34.8rem;
	}
	.mainVisual .outBox {
		padding: 4.5rem 0 4.3rem;
		width: auto;
		position: static;
		margin-top: 0;
	}
	.mainVisual .outBox .imgtext01 {
		margin-bottom: 2.8rem;
		width: 21.6rem;
	}
	.mainVisual .outBox .imgtext03 {
		padding-right: 0;
		width: 31.5rem;
	}
	.mainVisual .slick-dots {
		bottom: 1.2rem;
		width: 100%;
	}
	.mainVisual .slick-dots li {
		width: 2.1rem;
		height: 0.35rem;
		
	}
}
/* sec01 */
#main .sec01 {
	position: relative;
	z-index: 1;
}
#main .sec01 .topPhoto {
	position: relative;
	z-index: 1;
}
#main .sec01 .topPhoto img {
	width: 100%;
}
#main .sec01 .comBg {
	padding: 7rem 0 11.3rem;
	position: relative;
	z-index: 2;
}
#main .sec01 .content {
	position: relative;
}
#main .sec01 .content::after,
#main .sec01 .content::before {
	width: 22.3rem;
	height: 85rem;
	position: absolute;
	top: -2.2rem;
	left: -13rem;
	z-index: 1;
	content: "";
	background: url(../img/index/com_img01.png) no-repeat left center / 100%;
}
#main .sec01 .content::before {
	left: auto;
	right: -13rem;
	background-image: url(../img/index/com_img02.png);
}
#main .sec01 .imgBox .textBox {
	margin-top: 3rem;
	padding-left: 4.2rem;
	width: 57%;
}
#main .sec01 .imgBox .textBox p {
	margin-bottom: 3.5rem;
	line-height: 2.19;
	font-size: 1.6rem;
	letter-spacing: -0.1em;
}
#main .sec01 .imgBox .textBox .txt01 {
	margin-bottom: 2.7rem;
}
#main .sec01 .imgBox .textBox p span {
	letter-spacing: -0.16em;
}
#main .sec01 .imgBox .photoBox {
	width: 40%;
}
@media all and (min-width: 769px) and (max-width: 1390px) {
	#main .sec01 .content::after,
	#main .sec01 .content::before {
		width: 22.3rem;
		height: 85rem;
		left: -6rem;
	}
	#main .sec01 .content::before {
		left: auto;
		right: -6rem;
}
}
@media all and (min-width: 769px) {
	#main .sec01 .imgBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
}
@media all and (max-width: 768px) {
	#main .sec01 {
		overflow: hidden;
	}
	#main .sec01 .comBg {
		padding: 6rem 0 6rem;
	}
	#main .sec01 .content::after,
	#main .sec01 .content::before {
		width: 15rem;
		height: 57.2rem;
		top: -6.3rem;
		left: -4rem;
		background-image: url(../img/index/com_img01_sp.png);
	}
	#main .sec01 .content::before {
		left: auto;
		right: -4rem;
		background-image: url(../img/index/com_img02_sp.png);
	}
	#main .sec01 .imgBox .textBox {
		margin-top: 0;
		padding-left: 0;
		width: auto;
	}
	#main .sec01 .imgBox .textBox p {
		text-align: center;
		letter-spacing: -0.07em;
	}
	#main .sec01 .imgBox .textBox .txt01 {
		margin: 0 -1rem 2.7rem;
	}
	#main .sec01 .imgBox .textBox p span {
		letter-spacing: -0.16em;
	}
	#main .sec01 .imgBox .photoBox {
		margin: 0 -1rem 3rem;
		width: auto;
	}
	#main .sec01 .imgBox .photoBox img {
		width: 100%;
	}
	#main .sec01 .imgBox .sub {
		position: relative;
	}
	#main .sec01 .imgBox .sub::after,
	#main .sec01 .imgBox .sub::before {
		width: 15rem;
		height: 57.2rem;
		position: absolute;
		top: -1.3rem;
		left: -7rem;
		z-index: 1;
		content: "";
		background: url(../img/index/com_img01_sp.png) no-repeat left center / 100%;
	}
	#main .sec01 .imgBox .sub::before {
		left: auto;
		right: -7rem;
		background-image: url(../img/index/com_img02_sp.png);
	}
}
/* sec02 */
#main .sec02 {
	padding: 10.2rem 0 9.5rem;
	position: relative;
	z-index: 2;
	background: url(../img/index/sec02_bg.jpg) no-repeat left top /cover;
}
@media all and (max-width: 768px) {
	#main .sec02 {
		padding: 6.5rem 0 8.5rem;
		background-image: url(../img/index/sec02_bg_sp.jpg);
		background-repeat: repeat-y;
		background-size: 100% 109.5rem;
	}
}
/* sec03 */
#main .sec03 {
	padding: 10.2rem 0 9.2rem;
	position: relative;
	z-index: 2;
	background: url(../img/index/sec03_bg.jpg) no-repeat left top /cover;
}
#main .sec03 .comInfo .sub .imgtext {
	margin: 0 auto 5.2rem;
	width: 26.8rem;
}
#main .sec03 .comInfo .sub .imgBox {
	margin-bottom: 5.5rem;
}
#main .sec03 .comInfo .sub .imgBox .txtBox p {
	letter-spacing: 0.01em;
	line-height: 2;
}
@media all and (max-width: 768px) {
	#main .sec03 {
		padding: 6.5rem 0 8.3rem;
		background-image: url(../img/index/sec03_bg_sp.jpg);
		background-repeat: repeat-y;
		background-size: 100% 109.5rem;
	}
	#main .sec03 .comInfo .sub h2 {
		margin-bottom: -1.5rem;
	}
	#main .sec03 .comInfo .sub .imgtext {
		margin-bottom: 2.2rem;
		width: 18.4rem;
	}
	#main .sec03 .comInfo .sub .imgBox {
		margin-bottom: 3.5rem;
	}
	#main .sec03 .comInfo .sub .imgBox .txtBox p {
		line-height: 2.3;
	}
}
/* sec04 */
#main .sec04 {
	position: relative;
	z-index: 2;
	padding-bottom: 12rem;
}
#main .sec04 h2 {
	margin: 0 auto -2.7rem;
	text-align: center;
	width: 108.7rem;
}
#main .sec04 .headLine01 {
	margin-bottom: 5.5rem;
	padding: 3.5rem 0;
	width: 64.9rem;
}
#main .sec04 .infoList li {
	width: 46.7%;
}
#main .sec04 .infoList .title {
	margin-bottom: 1.9rem;
	padding-bottom: 0.5rem;
	text-align: center;
	font-size: 2.9rem;
	color: #AA2B40;
	letter-spacing: 0.01em;
	border-bottom: 0.9rem solid #D6BFA5;
}
#main .sec04 .infoList .photo {
	margin-bottom: 2rem;
}
#main .sec04 .infoList .text {
	margin-bottom: 3.5rem;
	line-height: 2.18;
	font-size: 1.6rem;
}
#main .sec04 .infoList .text:last-of-type {
	margin-bottom: 0;
}
#main .sec04 .infoList .text a {
	padding-left: 2.1rem;
	display: inline-block;
	color: #0071BC;
	background: url(../img/common/icon01.png) no-repeat left center / 1.6rem;
}
#main .sec04 .infoList .text a:hover {
	opacity: 0.7;
}
#main .sec04 .infoList .text span {
	text-decoration: underline;
}
#main .sec04 .infoList .text01 {
	margin-bottom: 0;
}
#main .sec04 .infoList .notes {
	padding-left: 1.2rem;
	text-indent: -1.2rem;
	font-size: 1.2rem;
	letter-spacing: -0.13em;
}
@media all and (min-width: 769px) {
	#main .sec04 .infoList {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main .sec04 .infoList::after,
	#main .sec04 .infoList::before {
		width: 22.3rem;
		height: 85rem;
		position: absolute;
		top: 8.5rem;
		left: -15rem;
		z-index: 1;
		content: "";
		background: url(../img/index/com_img01.png) no-repeat left center / 100%;
	}
	#main .sec04 .infoList::before {
		left: auto;
		right: -15rem;
		background-image: url(../img/index/com_img02.png);
	}
	#main .sec04 .infoList li {
		position: relative;
		z-index: 2;
	}
}
@media all and (min-width: 769px) and (max-width: 1390px) {
		#main .sec04 .infoList::after,
		#main .sec04 .infoList::before {
			left: -8rem;
		}
		#main .sec04 .infoList::before {
			left: auto;
			right: -8rem;
		}
}
@media all and (max-width: 768px) {
	#main .sec04 {
		padding: 0 0 7.5rem;
	}
	#main .sec04 h2 {
		margin-bottom: -5.7rem;
		width: 36.2rem;
	}
	#main .sec04 .headLine01 {
		margin-bottom: 3.3rem;
		padding: 3rem 0;
		width: auto;
	}
	#main .sec04 .infoList li {
		margin-bottom: 6.5rem;
		width: auto;
	}
	#main .sec04 .infoList li:last-child {
		margin-bottom: 0;
	}
	#main .sec04 .infoList .title {
		font-size: 2.5rem;
	}
	#main .sec04 .infoList .photo img {
		width: 100%;
	}
	#main .sec04 .infoList .text {
		margin: 0 -1rem 3.5rem 0;
	}
	#main .sec04 .infoList .notes {
		font-size: 1.2rem;
		letter-spacing: -0.13em;
	}
	#main .sec04 .infoList .text01 {
		margin: 0 0 1rem;
	}
}
/* sec05 */
#main .sec05 .photoBox {
	padding: 2.85vw 0 53.403vw;
	position: relative;
	z-index: 1;
}
#main .sec05 .photoBox .photo {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	clip-path: inset(0);
}
#main .sec05 .photoBox .photo img {
    width: 100%;
    height: 100%;
    position: fixed;
	z-index: 1;
    left: 0;
    top: 0;
    object-fit: cover;
	object-position: top center;
}
#main .sec05 .comBg {
	padding: 9rem 0 10.5rem;
	position: relative;
	z-index: 1;
	background: url(../img/index/sec05_bg.png) no-repeat left top /cover,url(../img/common/com_bg.png) repeat-y left top / 100% 105rem;
}
#main .sec05 h2 {
	margin-bottom: 7.7rem;
	font-size: 2.8rem;
	font-weight: 400;
	color: #603813;
	text-align: center;
}
#main .sec05 .comBg .infoBox {
	margin-bottom: 6rem;
}
#main .sec05 .comBg .content {
	max-width: 119rem;
}
#main .sec05 .comBg .lBox {
	width: 46.5%;
}
#main .sec05 .comBg .lBox .pho {
	margin-bottom: 2.1rem;
}
#main .sec05 .comBg .lBox .pho img {
	width: 100%;
}
#main .sec05 .comBg .lBox .infoList {
	margin-left: 7.5rem;
}
#main .sec05 .comBg .lBox .infoList li {
	margin-bottom: 0.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .sec05 .comBg .lBox .infoList li:last-child {
	margin-bottom: 0;
}
#main .sec05 .comBg .lBox .infoList .tag {
	margin-right: 1.5rem;
	padding: 0.25rem 0;
	width: 8.6rem;
	text-align: center;
	color: #000;
	font-size: 1.4rem;
	border: 1px solid #000;
}
#main .sec05 .comBg .lBox .infoList .txt {
	flex: 1;
	font-size: 1.4rem;
	color: #000;
}
#main .sec05 .comBg .rBox {
	width: 52.2%;
	padding: 0.5rem;
	background-color: #EFE2D3;
}
#main .sec05 .comBg .rBox .sub {
	padding: 3rem 3.5rem;
	border: 1px solid #8E7E6C;
}
#main .sec05 .comBg .rBox .title {
	width: 18.1%;
	color: #000;
	border-right: 0.2rem solid #E5D3BA;
}
#main .sec05 .comBg .rBox .txtBox {
	padding-left: 2rem;
	flex: 1;
	color: #000;
}
#main .sec05 .comBg .rBox .txtBox .again {
	font-size: 1.4rem;
}
#main .sec05 .comBg .rBox .txtBox .ttl {
	font-size: 2.3rem;
	line-height: 1.2;
}
#main .sec05 .comBg .rBox .txtBox .ttl .sml {
	font-size: 1.3rem;
	vertical-align: 0.3rem;
}
#main .sec05 .comBg .rBox .txtBox .ttl .sml01 {
	font-size: 1.1rem;
}
#main .sec05 .comBg .rBox .txtBox .ttl .fee {
	font-size: 1.9rem;
}
#main .sec05 .comBg .rBox .notesList {
	margin-top: 1rem;
}
#main .sec05 .comBg .rBox .notesList li {
	padding-left: 1.4rem;
	text-indent: -1.4rem;
	font-size: 1.3rem;
}
#main .sec05 .comBg .rBox .txtBox .ttl01 {
	font-size: 2rem;
	line-height: 1.3;
}
#main .sec05 .comBg .rBox .txtBox .ttl02 {
	font-size: 1.9rem;
}
#main .sec05 .comBg .rBox .txtBox .ttl .big {
	font-size: 2.3rem;
}
#main .sec05 .comBg .rBox .txtBox .ttl03 {
	font-size: 1.8rem;
}
#main .sec05 .comBg .rBox .txtBox .txt {
	margin: 1rem 0 -0.3rem;
	font-size: 1.4rem;
}
#main .sec05 .comBg .rBox .txtBox .txt a {
	color: #0071BC;
	text-decoration: underline;
}
#main .sec05 .comBg .rBox .txtBox .txt a:hover {
	opacity: 0.7;
}
#main .sec05 .redNotes {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	width: 62rem;
	margin: 0 auto;
	color: #AA2B40;
	font-size: 1.6rem;
	line-height: 1.56;
}
@media all and (min-width: 769px) {
	#main .sec05 .comBg .infoBox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	#main .sec05 .comBg .rBox .textList > li {
		padding-bottom: 0.5rem;
		margin-bottom: 2rem;
		display: flex;
		flex-wrap: wrap;
	}
	#main .sec05 .comBg .rBox .textList > li:last-child {
		margin-bottom: 0;
	}
	#main .sec05 .comBg .rBox {
		transition-delay: 0.3s !important;
	}
	#main .sec05 .comBg .lBox,
	#main .sec05 .comBg .rBox {
		opacity: 0;
		transform: translateY(4rem);
		transition: all ease 1s;
	}
	#main .sec05 .comBg .infoBox.on .lBox,
	#main .sec05 .comBg .infoBox.on .rBox {
		transform: none;
		opacity: 1;
}
}
@media all and (max-width: 768px) {
	#main .sec05 .photoBox {
		padding: 159.85vw 0 56.403vw;
	}
	#main .sec05 .comBg {
		padding: 5.7rem 0 4.5rem;
		background-image: url(../img/index/sec05_bg_sp.png),url(../img/common/com_bg.png);
		background-size: 100% auto ,100% 105rem;
	}
	#main .sec05 h2 {
		margin-bottom: 3.7rem;
	}
	#main .sec05 .comBg .content {
		max-width: 100%;
	}
	#main .sec05 .infoBox {
		margin: 0 -1.5rem 3.5rem;
	}
	#main .sec05 .comBg .lBox {
		margin-bottom: 4rem;
		width: auto;
	}
	#main .sec05 .comBg .lBox .pho {
		margin-bottom: 2.1rem;
	}
	#main .sec05 .comBg .lBox .infoList {
		margin-left: 1.3rem;
	}
	#main .sec05 .comBg .lBox .infoList li {
		align-items: flex-start;
	}
	#main .sec05 .comBg .lBox .infoList .txt {
		margin-top: 0.3rem;
	}
	#main .sec05 .comBg .rBox {
		width: auto;
		background: #EFE2D3 url(../img/index/sec05_bg01_sp.png) no-repeat left top 60% / 100% auto;
	}
	#main .sec05 .comBg .rBox .sub {
		padding: 3rem 2rem 1.8rem;
	}
	#main .sec05 .comBg .rBox .textList > li {
		margin-bottom: 3.3rem;
	}
	#main .sec05 .comBg .rBox .title {
		margin-bottom: 0.5rem;
		width: auto;
		padding-bottom: 0.5rem;
		border-right: 0;
		font-size: 1.4rem;
		border-bottom: 0.2rem solid #E5D3BA;
	}
	#main .sec05 .comBg .rBox .txtBox {
		padding-left: 0;
	}
	#main .sec05 .comBg .rBox .txtBox .again {
		font-size: 1.2rem;
	}
	#main .sec05 .comBg .rBox .txtBox .ttl {
		font-size: 2rem;
		line-height: 1.4;
	}
	#main .sec05 .comBg .rBox .txtBox .ttl .sml {
		font-size: 1.2rem !important;
	}
	#main .sec05 .comBg .rBox .txtBox .ttl .sml01 {
		font-size: 1rem !important;
	}
	#main .sec05 .comBg .rBox .txtBox .ttl .fee {
		font-size: 1.6rem;
	}
	#main .sec05 .comBg .rBox .notesList {
		margin-top: 1rem;
	}
	#main .sec05 .comBg .rBox .txtBox .ttl .big {
		font-size: 2rem;
	}
	#main .sec05 .comBg .rBox .notesList li {
		font-size: 1.3rem;
	}
	#main .sec05 .comBg .rBox .txtBox .ttl01 {
		font-size: 2rem;
		line-height: 1.3;
	}
	#main .sec05 .comBg .rBox .txtBox .ttl02 {
		margin-bottom: 1.5rem;
		font-size: 1.7rem;
		line-height: 1.2;
	}
	#main .sec05 .comBg .rBox .txtBox .ttl03 {
		font-size: 1.6rem;
	}
	#main .sec05 .comBg .rBox .txtBox .ttl03 .big {
		font-size: 2rem;
	}
	#main .sec05 .comBg .rBox .txtBox .txt {
		margin: 1.5rem 0;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#main .sec05 .redNotes {
		margin: 0 0.5rem;
		width: auto;
	}
}
/* sec06 */
#main .sec06 {
	padding: 13.7rem 0 12rem;
	position: relative;
	z-index: 2;
	background: url(../img/index/sec06_bg01.jpg) no-repeat left top /cover;
}
#main .sec06 .comTtl {
	font-size: 2.7rem;
	letter-spacing: 0.2em;
	font-weight: 400;
	color: #000;
}
#main .sec06 .text {
	margin-bottom: 4.5rem;
	text-align: center;
	color: #fff;
	line-height: 2.35;
}
#main .sec06 .infoBox {
	margin: 0 auto;
	position: relative;
	max-width: 75rem;
}
#main .sec06 .infoBox .img01,
#main .sec06 .infoBox .img02 {
	position: absolute;
	z-index: 1;
	top: -16.5rem;
	left: -23.5rem;
}
#main .sec06 .infoBox .img01 img,
#main .sec06 .infoBox .img02 img {
	height: 71.7rem;
}
#main .sec06 .infoBox .img02 {
	left: auto;
	right: -25.5rem;
}
#main .sec06 .infoBox .sub {
	padding: 4.3rem 2rem 6rem;
	position: relative;
	z-index: 2;
	background: url(../img/index/sec06_bg02.png) no-repeat left top /cover;
}
#main .sec06 .infoBox h3 {
	margin-bottom: 4.5rem;
	padding-bottom: 1.4rem;
	text-align: center;
	font-weight: 400;
	font-size: 2.2rem;
	color: #CEBB93;
	letter-spacing: 0.1em;
	background: url(../img/index/sec06_line.png) no-repeat center bottom / 58.8rem auto;
}
#main .sec06 .infoBox .imgBox {
	padding-left: 1.3rem;
	margin: 0 auto;
	max-width: 54.8rem;
}
#main .sec06 .infoBox .imgBox .phoBox {
	margin-top: 3.3rem;
	width: 23.5rem;
}
#main .sec06 .infoBox .imgBox .txtBox {
	width: calc(100% - 26.5rem);
}
#main .sec06 .infoBox .imgBox .txtBox .ttl {
	margin-bottom: 0.5rem;
	padding-bottom: 0.6rem;
	font-size: 1.8rem;
	color: #CEBB93;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	border-bottom: 1px solid #CEBB93;
}
#main .sec06 .infoBox .imgBox .txtBox .ttl01 {
	padding-bottom: 0.3rem;
	font-size: 1.45rem;
	letter-spacing: 0.05em;
}
#main .sec06 .infoBox .imgBox .txtBox .txt {
	margin-bottom: 2.4rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.75;
}
#main .sec06 .infoBox .imgBox .txtBox .txt01 {
	font-size: 1.6rem;
}
#main .sec06 .infoBox .imgBox .txtBox a {
	margin-top: 1.2rem;
	padding-right: 3.5rem;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	background: url(../img/common/icon02.png) no-repeat right center / 2.5rem;
}
#main .sec06 .infoBox .imgBox .txtBox a span {
	text-decoration: underline;
}
#main .sec06 .infoBox .imgBox .txtBox a:hover {
	opacity: 0.7;
}
@media all and (min-width: 769px) {
	#main .sec06 .infoBox .imgBox  {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
@media all and (min-width: 769px) and (max-width: 1280px) {
	#main .sec06 .infoBox .img02 {
		right: -23rem;
	}
}
@media all and (max-width: 768px) {
	#main .sec06 {
		padding: 9.3rem 0 9rem;
		background-image: url(../img/index/sec06_bg01_sp.jpg);
	}
	#main .sec06 .content {
		padding: 0 1.5rem;
	}
	#main .sec06 .comTtl {
		padding-bottom: 0.2rem;
	}
	#main .sec06 .text {
		margin-bottom: 0.3rem;
		line-height: 1.875;
	}
	#main .sec06 .infoBox {
		max-width: 100%;
	}
	#main .sec06 .infoBox .img {
		margin: 0 -1.5rem 1.3rem;
		text-align: center;
	}
	#main .sec06 .infoBox .img img {
		width: 37.5rem;
	}
	#main .sec06 .infoBox .img{
		height: auto;
	}
	#main .sec06 .infoBox .sub {
		margin: 0 auto;
		width: 34.5rem;
		padding: 5rem 2rem 6rem;
		background-image: url(../img/index/sec06_bg02_sp.png);
	}
	#main .sec06 .infoBox h3 {
		margin-bottom: 3rem;
		padding-bottom: 1rem;
		background-image: url(../img/index/sec06_line_sp.png);
		background-size: 29.6rem auto;
	}
	#main .sec06 .infoBox .imgBox {
		margin: 0 3.5rem;
		padding-left: 0;
		max-width: 100%;
	}
	#main .sec06 .infoBox .imgBox .phoBox {
		margin: 0 0 1.5rem;
		width: auto;
	}
	#main .sec06 .infoBox .imgBox .phoBox img {
		width: 100%;
	}
	#main .sec06 .infoBox .imgBox .txtBox {
		width: auto;
	}
	#main .sec06 .infoBox .imgBox .txtBox .ttl {
		margin-bottom: 1.5rem;
		text-align: center;
	}
	#main .sec06 .infoBox .imgBox .txtBox .ttl01 {
		padding-bottom: 0.3rem;
		font-size: 1.45rem;
		letter-spacing: 0.05em;
	}
	#main .sec06 .infoBox .imgBox .txtBox .txt {
		margin-bottom: 4rem;
	}
	#main .sec06 .infoBox .imgBox .txtBox .txt01 {
		margin: -1.3rem 0 0;
		text-align: center;
	}
}
/* sec07 */
#main .sec07 {
	position: relative;
	z-index: 2;
	padding-top: 5.5rem;
	background-color: #000 ;
}
#main .sec07 .imgtext {
	margin: 0 auto;
	width: 31.5rem;
}
#main .sec07 .bg {
	padding: 7.2rem 0 9.3rem;
	background: url(../img/index/sec07_bg01.png) no-repeat left top /cover;
}
#main .sec07 .photoList {
	margin-top: -6.3rem;
}
#main .sec07 .photoList li {
	width: 50%;
}
#main .sec07 .photoList img {
	width: 100%;
}
#main .sec07 .imgBox {
	padding: 6rem 6.5rem 6.1rem;
	align-self: center;
	background: url(../img/index/sec07_bg02.png) no-repeat left top /cover;
}
#main .sec07 .imgBox .photoBox {
	width: 46rem;
}
#main .sec07 .imgBox .textBox {
	margin-top: 1rem;
	width: calc(100% - 54rem);
	font-weight: 400;
}
#main .sec07 .imgBox .textBox .ttl {
	margin-bottom: 2.8rem;
	color: #fff;
	font-size: 2.7rem;
}
#main .sec07 .imgBox .textBox .txt {
	margin-bottom: 2.5rem;
	color: #fff;
	line-height: 1.875;
}
#main .sec07 .imgBox .textBox .btn {
	width: 35.3rem;
}
#main .sec07 .imgBox .textBox .btn a {
	display: block;
}
#main .sec07 .imgBox .textBox .btn a:hover {
	opacity: 0.7;
}
@media all and (min-width: 769px) {
	#main .sec07 .comBtnList li {
		opacity: 0;
		transform: translateY(4rem);
		transition: all ease 1s;
	}
	#main .sec07 .comBtnList.on li {
		transform: none;
		opacity: 1;
	}
	#main .sec07 .comBtnList li:nth-of-type(2) {
		transition-delay: 0.3s;
	}
}
@media all and (max-width: 768px) {
	#main .sec07 {
		padding-top: 4.1rem;
	}
	#main .sec07 .content {
		padding: 0 1.5rem;
	}
	#main .sec07 .imgtext {
		margin-bottom: 3.2rem;
		width: 22rem;
	}
	#main .sec07 .bg {
		padding: 6.3rem 0 8.9rem;
		background: url(../img/index/sec07_bg01.png) no-repeat left top /cover;
	}
	#main .sec07 .photoList {
		margin: 0 0.5rem;
		display: block;
	}
	#main .sec07 .photoList li {
		margin-bottom: 0.8rem;
		width: auto;
	}
	#main .sec07 .photoList li:last-child {
		margin-bottom: 0.6rem;
	}
	#main .sec07 .photoList img {
		width: 100%;
	}
	#main .sec07 .comBtnList {
		margin-bottom: 7.2rem;
	}
	#main .sec07 .comBtnList li {
		margin-bottom: 6.9rem;
	}
	#main .sec07 .comBtnList li:last-child {
		margin-bottom: 0;
	}
	#main .sec07 .comBtnList .ttl {
		width: 33.2rem;
	}
	#main .sec07 .comBtnList .li01 .ttl {
		width: 31.3rem;
	}
	#main .sec07 .comBtnList .imgtxt {
		margin-bottom: 2.8rem;
	}
	#main .sec07 .comBtnList .btn {
		padding-left: 1rem;
	}
	#main .sec07 .imgBox {
		margin: 0 auto;
		width: 34.5rem;
		padding: 4.7rem 2.5rem 3.8rem;
		display: block;
		background-image: url(../img/index/sec07_bg02_sp.png);
	}
	#main .sec07 .imgBox .photoBox {
		margin-bottom: 3.5rem;
		width: auto;
	}
	#main .sec07 .imgBox .photoBox img {
		width: 100%;
	}
	#main .sec07 .imgBox .textBox {
		margin: 0 -0.7rem;
		width: auto;
	}
	#main .sec07 .imgBox .textBox .ttl {
		text-align: center;
		font-size: 2.6rem;
	}
	#main .sec07 .imgBox .textBox .txt {
		margin-bottom: 2.9rem;
	}
	#main .sec07 .imgBox .textBox .btn {
		padding-right: 1.2rem;
		width: 33rem;
	}
}