/* ヘッダー
---------------------------------------- */
/* h1調整 */
#headNav h1{
	display: flex;
	align-items: center;
}

#headNav h1 .headCatch{
	color:#4a4a4a;
	display: flex;
	align-items: center;
	text-align: center;
	gap: 5px;
	margin-left: 0;
	letter-spacing: .1em;
}

#headNav h1 .headCatch::before,
#headNav h1 .headCatch::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #757575;
}

#headNav h1 div.headMerit{
	margin-top: 10px;
}
#headNav h1 div.headMerit span{
	font-size: 13px;
	display: inline-block;
	border: 1px solid #6a0016;
	color:#6a0016;
	padding: 2px 5px 3px;
	margin-left: 0;
	margin-right: 5px;
}

/* メインナビ調整 */
/*
#mainNav nav > div:nth-child(4) .nonLink {
	border-right: none!important;
}
*/

#mainNav nav{
	display: flex;
	align-items: center;
}

#mainNav nav > div:nth-child(4) > p > .nonLink{
	border-right: 0!important;
}

#mainNav nav > div:nth-child(5) {
    flex: 1;
	padding: 0 0 0 10px!important;
}

#mainNav nav > div:nth-child(5) > p > a{
	background: #e3dad1;
	color: #333;
	font-weight: normal;
	padding: 2px 20px;
	transition: .3s;
}

#mainNav nav > div:nth-child(6) {
    flex: 1.1;
	padding: 0!important;
}

#mainNav nav > div:nth-child(6) > p > .nonLink{
	border-right: 0!important;
}

#mainNav nav > div:nth-child(6) > p > .nonLink > span{
	background: #6a0016;
	color: #fff;
	font-weight: normal;
    padding: 2px 18px;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0 0 0 3px;
    justify-content: center;
}

#mainNav nav > div:nth-child(5) > p > a:hover,
#mainNav nav > div:nth-child(6) > p .nonLink > span:hover{
	opacity: .5;
}

#mainNav nav > div:nth-child(5) > p{
	padding: 0;
}
#mainNav nav > div:nth-child(6) .nonLink > p  {
    padding: .2rem 0;
}

#mainNav nav > div:nth-child(5) p:after,
#mainNav nav > div:nth-child(6).nonLink p:after {
	content: "";
	width: 100%;
	height: 2px;
	background: none;
	position: absolute;
	bottom: 0;;
}


.dot-prev3, .dot-next3, .dot-prev2, .dot-next2 {
    color: #6a0016!important;
}

/* oFooter：フッター
---------------------------------------- */
#scrollNav {
position: fixed;
    bottom: 20vh;
    right: 0;
    background: #FFF;
    padding: 1em 0 0;
    box-shadow: 0 0 12px 0px #ddd;
    border-radius: 5px 0 0 5px;
}

#scrollNav ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
	margin: 0!important;
}

#scrollNav ul li{
	margin: 0;
	transition: .2s;
}

#scrollNav ul li a{
    display: block;
    padding: 0 0.6em 0.5em;
    margin: 0;
}

#scrollNav ul li:not(:first-of-type) {
    margin-top: .4rem;
}

#scrollNav ul li:last-of-type{
background: #6a0016;
    color: #fff;
    font-size: 12px;
    line-height: 1.4em;
    display: block;
    margin: 0;
    padding: 0.6em 0.4em 0.5em;
    border-radius: 0 0 0 5px;
}

#scrollNav ul li:hover{
	opacity: .5;
}

#scrollNav ul li:last-of-type a{
	color: #fff;
}

.oFooter{
	width: 100%;
	font-size: 14px;
}

.oFooter h2{
	border-top: none;
	border-bottom: none;
	margin-bottom: 0;
}
/* 上段 */
.oFooter_upper{
	width: 100%;
	background: url(http://design-antiqueglass.com/wp/wp-content/themes/lightning-child/kodama_inc/img/footer_bg.png) no-repeat center top / cover;
	color: #333;
	font-size: 500;
	padding: 2.2rem 0;
}
.oFooter_upper a{
	color: #6a0016;
	text-decoration: none;
}
.oFooter_upper_inner{
	margin: 0 auto;
	width: /*110rem*/ 90%;
	max-width: 1140px; /* 追加 */
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:767.9px) {
	.oFooter_upper{
		padding: 2.8rem 0 5.5rem;
	}
	.oFooter_upper_inner{
		display: block;
		width: 85%;
	}
}
/* プロフィール */
.oFooter_profile{
	width: 25%;
}
.oFooter_profile_logo{
	background-color: transparent !important;
	padding: 0 !important;
}
.oFooter_profile_data{
	margin: 3.2rem 0 0;
	padding: 0;
}
.oFooter_profile_data > dt > small{
	display: block;
	font-size: 14px;
	font-weight: 500;
	color:#6a0016;
}
.oFooter_profile_data > dt > span{
	margin-top: 0.5rem;
	display: block;
	font-size: 16px;
	font-weight: 700;
	color:#6a0016;
}
.oFooter_profile_data > dd{
	font-size: 14px;
	line-height: 1.86;
}
.oFooter_profile_data > dt + dd{
	margin-top: 1.2rem;
}
.oFooter_profile_data > dd + dd{
	margin-top: 0.5rem;
}
@media screen and (max-width:767.9px) {
	.oFooter_profile{
		width: 100%;
	}
	.oFooter_profile_logo{
		width: 16.5rem;
	}
	.oFooter_profile_data{
		margin-top: 1.2rem;
	}
	.oFooter_profile_data > dt > small{
		font-size: 3.5vw;
	}
	.oFooter_profile_data > dt > span{
		margin-top: 0;
		font-size: 4.2vw;
	}
	.oFooter_profile_data > dt + dd{
		margin-top: 0.7rem;
		font-size: 3.6vw;
	}
	.oFooter_profile_data > dt + dd ~ dd{
		font-size: 3vw;
	}
	.oFooter_profile_data > dt + dd + dd{
		margin-top: 0.5rem;
	}
	.oFooter_profile_data > dt + dd + dd + dd{
		margin-top: 0.3rem;
	}
}
/* ご利用ガイド */
.oFooter_guide{
	width: 23.5%;
}
.oFooter_guide_hd{
	font-size: 18px;
	background-color: transparent !important;
	padding: 0 !important;
}
.oFooter_guide_hd > a{
	white-space:nowrap;
}
.oFooter_guide_link{
	margin: 24px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}
.oFooter_guide_link > li{
	display: flex;
	width: 100%;
}
.oFooter_guide_link > li + li{
	margin-top: 16px;
}
.oFooter_guide_link > li:before{
	content: '・';
}

.oFooter_guide_link > li > a{
	color: #333;
}
@media screen and (max-width:767.9px) {
	.oFooter_guide{
		display: none;
	}
}
/* 関連サイト */
.oFooter_related{
	width: 38%;
}
.oFooter_related_hd{
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	background-color: transparent !important;
	padding: 0 !important;
	color: #6a0016;
}
.oFooter_related_inner{
	margin: 10px 0 0;
	width: 100%;
}
.oFooter_related_link{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 10px;
	width: 100%;
}
.oFooter_related_link > li{
	width: 30%;
	text-align: center;
	font-weight: bold;
	margin: 0;
}
.oFooter_related_link > li > a{
	display: block;
	transition: opacity 0.5s ease 0s;
}

.oFooter_related_link > li > a > p{
	margin-bottom: 0;
	line-height: 1rem;
}

@media (any-hover: hover){
	.oFooter_related_link > li > a:hover{
		opacity:0.5;
	}
}
.oFooter_related_link_img{
	border: solid 0.3rem #fff;
	object-fit: cover;
	aspect-ratio: 31 / 20;
}
.oFooter_related_link_txt{
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.21;
	text-align: center;
	font-weight: 700;
}
@media screen and (max-width:767.9px) {
	.oFooter_related{
		margin-top: 32px;
		width: 100%;
	}
	.oFooter_related_hd{
		font-size: 5vw;
	}
	.oFooter_related_inner{
		margin-top: 20px;
		overflow: auto;
	}
	.oFooter_related_link{
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		column-gap: 1rem;
		width: fit-content;
		max-width: initial;
		padding-bottom: 1.6rem;
	}
	.oFooter_related_link_txt{
		margin-top: 7px;
		font-size: 20px;
		line-height: 1.42;
	}
	.oFooter_related_link > li{
		width: 9rem;
	}
	.oFooter_related_link > li > a > img{
		width: 100%;
	}
	.oFooter_related_link > li > a > p{
		margin-top: 7px;
        font-size: 3.5vw;
        line-height: 1.42rem;
	}
}
/* 下段 */
.oFooter_lower{
	background: #f0edea;
	color: #333;
	padding: 1.2rem 0;
}
.oFooter_lower a{
	color: #333;
	text-decoration: none;
}
@media screen and (max-width:767.9px) {
	.oFooter_lower{
		padding: 36px 0 70px;
	}
}
/* ロアフッターリンク */
.lower_link{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	flex-wrap: wrap;
}

.loarFooter1 ul.wp-block-list{
	display: flex;
    margin: 0 auto;
    padding: 0;
    /* gap: 0%; */
    list-style-type: none;
    column-gap: 22px;
    font-size: 16px;
    line-height: 1;
    flex-wrap: wrap;
    max-width: 768px;
}

.loarFooter1 ul.wp-block-list > li > a{
	display: block;
	padding-right: 25px;
	position: relative;
	transition: opacity 0.5s ease 0s;
}

@media (any-hover: hover){
	.loarFooter1 ul.wp-block-list > li > a:hover{
		opacity:0.5;
	}
}

.loarFooter1 ul.wp-block-list > li > a:after{
	content: '';
	display: block;
	width: 15px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(http://design-antiqueglass.com/wp/wp-content/themes/lightning-child/kodama_inc/img/common/ico_arw_02.svg);
	background: #6a0016;
}

@media screen and (max-width:767.9px) {
	.loarFooter1 ul.wp-block-list{
		margin: 0 auto;
        width: 100%;
        max-width: initial;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0 10px;
        font-size: 3.2vw;
        line-height: 1.29;
	}
	.loarFooter1 ul.wp-block-list > li{
		width: auto;
	}
	.loarFooter1 ul.wp-block-list > li > a{
		padding-right: 25px;
		white-space:nowrap;
		text-align:right;
	}
	.loarFooter1 ul.wp-block-list > li > a:after{
		width: 7%;
	}
}
/* お問い合わせ */
.oFooter_contact{
	display: flex;
    justify-content: space-between;
	width: 90%;
    max-width: 1080px;
    background: none;
    margin: 0 auto;
	list-style-type: none;
	column-gap: 1rem;
	margin: 20px auto 0;
	/*display: flex;
	justify-content: center;
	column-gap: 2rem;
	list-style-type: none;
	margin: 3rem 0 0;
	padding: 0;*/
}

.oFooter_contact > li{
	width: 24.7%;
}

.oFooter_contact > li > a,
.oFooter_contact > li > div{
	display:block;
	padding: 0;
	transition: opacity 0.5s ease 0s;	
}

.oFooter_contact > li > a > img{
	width: 100%;
	height: auto;
}

@media (any-hover: hover){
	.oFooter_contact > li > a:hover{
		opacity:0.5;
	}
}

/* 
.oFooter_contact_catch{
	background: #ccc;
	color: #000;
	position:relative;
	font-size: 16px;
	line-height: 1;
	padding: 1px 0 14px;
	text-align: center;
	font-weight: 700;
}
.oFooter_contact_catch:after{
	content: '';
	display: block;
	width: 0;
	padding: 0;
	margin: -1px auto 0;
	position:absolute;
	top: 100%;
	left: 0;
	right: 0;
	border-top: solid 1rem #ccc;
	border-left: solid 1rem transparent;
	border-right: solid 1rem transparent;
}
.oFooter_contact_hd{
	text-align:center;
	padding: 22px 0 0;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
}
.oFooter_contact_hd:before{
	content: '';
	display:block;
	margin: 0 auto;
	background: #000;
	mask: url(parts/cmn/ico_form.svg) no-repeat center center / contain;
	width: 4rem;
	height: 4rem;
	margin-bottom: 12px;
}
.oFooter_contact > li:nth-child(1) .oFooter_contact_hd:before{
	width: 4.5rem;
}
.oFooter_contact > li:nth-child(2) .oFooter_contact_hd:before{
	mask-image: url(parts/cmn/ico_tel.svg);
}
.oFooter_contact > li:nth-child(3) .oFooter_contact_hd:before{
	mask-image: url(parts/cmn/ico_fax.svg);
}
.oFooter_contact > li:nth-child(4) .oFooter_contact_hd:before{
	mask-image: url(parts/cmn/ico_mail.svg);
}
.oFooter_contact_txt{
	margin-top: 12px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}
.oFooter_contact > li:nth-child(4) .oFooter_contact_txt{
	font-size: 14px;
} */
@media screen and (max-width:767.9px) {
	.oFooter_contact{
		display: none;
	}
}

/* ロゴ */
.oFooter_logo{
	margin: 0 auto 0;
	width: auto;
	text-align:center;
}

.oFooter_logo > h2 > a{
	color: #6a0016;
    font-size: 32px;
    font-weight: 600;
    border: none;
    line-height: 100%;
	text-decoration: none;
}

.oFooter_logo > h2 > a > span{
	font-size: 15px;
}

@media (any-hover: hover){
	.oFooter_logo > h2 > a:hover{
		opacity:0.5;
	}
}
@media screen and (max-width:767.9px) {
	.oFooter_logo{
		margin-top: 2.4rem;
		width: 100%;
	}
	.oFooter_logo > h2 > a{
		font-size: 7.5vw;
	}
	.oFooter_logo > h2 > a > span{
		font-size: 3.5vw;
	}
}
/* SNS */
.oFooter_sns{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	list-style-type: none;
	display: flex;
	justify-content: center;
	column-gap: .6rem;
}
	.oFooter_sns > li{
		width: 45px;
	}
.oFooter_sns > li > a{
	display: block;
	border-radius: 50%;
	overflow: hidden;
	transition: opacity 0.5s ease 0s;
}

.oFooter_sns > li > a > img{
	width: 100%;
	height: auto;
}
@media (any-hover: hover){
	.oFooter_sns > li > a:hover{
		opacity:0.5;
	}
}

@media screen and (max-width:767.9px) {
	.oFooter_sns{
		column-gap: 1rem;
	}

	.oFooter_sns > li{
	width: 4.05rem;
	}
}

/* リンクB */
.oFooter_linkB{
	display: flex;
	justify-content: center;
	margin: 10px 0 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	font-size: 16px;
	line-height: 1;
}
.oFooter_linkB > li + li:before{
	content: '｜';
	margin: 0 0.5em;
}
.oFooter_linkB > li > a{
	transition: opacity 0.5s ease 0s;
}
@media (any-hover: hover){
	.oFooter_linkB > li > a:hover{
		opacity:0.5;
	}
}
@media screen and (max-width:767.9px) {
	.oFooter_linkB{
		margin: 10px auto 0;
        width: 17rem;
        flex-wrap: wrap;
        row-gap: 0rem;
        font-size: 1rem;
	}
	.oFooter_linkB > li + li:nth-child(3):before{
		display: none;
	}
}
/* コピーライト */
.oFooter_copy{
	margin: 18px 0 0;
	text-align: center;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}
.oFooter_copy > small{
	font-size: 12px;
}
@media screen and (max-width:767.9px) {
	.oFooter_copy{
		margin-top: 0;
	}
	.oFooter_copy > small{
	font-size: 1rem;
	}
}
/* LINE */
.oFooter_line{
	position: fixed;
	width: 8rem;
	left: 1rem;
	top: 50%;
}
.oFooter_line > a{
	width: 100%;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	transition: opacity 0.5s ease 0s;
}
@media (any-hover: hover){
	.oFooter_line > a:hover{
		opacity: 0.65;
	}
}
@media screen and (max-width:767.9px) {
	.oFooter_line{
		display: none;
	}
}
/* ページの先頭へ */
.oFooter_gotop{
	display: none;
	/* position: fixed;
	width: 6.3rem;
	right: 0;
	bottom: 0; */
}
.oFooter_gotop > a{
	display: none;
}

@media (any-hover: hover){
	.oFooter_gotop > a:hover{
		opacity: 0.65;
	}
}
@media screen and (max-width:990px) {
	.oFooter_gotop{
		display: inline;
		position: fixed;
		width: 3.5rem;
		right: 0;
		bottom: 4.5rem;
	}
	.oFooter_gotop > a{
	width: 100%;
	display: block;
	transition: opacity 0.5s ease 0s;
	}
}

/* oFooterSP：スマホフッター
---------------------------------------- */
#fNav ul li{
	border-radius: 0!important;
}


.oFooterSP{
	display: none;
}
@media screen and (max-width:767.9px) {
	.oFooterSP{
		position: fixed;
		display: block;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 6.4rem;
		z-index:9000;
	}
	.oFooterSP_link{
		display: flex;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.oFooterSP_link > li{
		width: 20%;
		text-align: center;
	}
	.oFooterSP_link > li > a{
		display:block;
		background: #6a0016;
	}
	/* 
	.oFooterSP_link > li:nth-child(5) > a{
		background: #007837;
	} */
	.oFooterSP_link > li > a > img{
		margin: 0 auto;
		width: auto;
		height: 6.4rem;
	}
	.oFooterSP_link > li + li{
		border-left: solid 1px #fff;
	}
}