:root {
	--oc-link-color: #5F4865;
	--oc-primary-color: #11110F;

	--oc-btn-primary-color: #11110F;
	--oc-btn-alt-color: #11110F;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;

	--header-height: 100px;
}

@media screen and (max-width:820px) {
	:root {
		--header-height: 80px;
	}
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1px;
	background: #d2d4d8;
}
body:not(.home) {
	padding-top: var(--header-height);
}

.text-primary-color{
	color: var(--oc-primary-color);
}
.clear-fix { clear: both; }

a {
	text-decoration: none;
	color: var(--oc-link-color);
}
a:hover {
	color: var(--oc-link-color);
	text-decoration: none;
}
img {
	max-width: 100%;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-bg-top .caption {
}
.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

/* OC Button Style */
.site-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 73px;
    max-width: 90%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s;
}
.site-btn {
    color: var(--oc-primary-color);
    border-color: var(--oc-primary-color);
}

/* END - OC Button Style */

/* OC Modal Style */
.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
} 
.modal-dialog{
	max-width: 800px;
	padding: 1rem;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}
.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400; /* 枠の調整 */
	border-radius: 50%;  /* 丸みの度合い */
	background: #fff; /* ボタンの背景色 */
}

.round_btn::before, .round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px; /* 棒の幅（太さ） */
	height: 22px; /* 棒の高さ */
	background: #AA8400; /* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* END - OC Modal Style */
*{
	word-break: break-word;
}
a{
    transition: all .3s;
}
/*a:hover{
	opacity: 0.5;
}*/
p{
	margin-bottom: 35px;
}
p:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
}
figure{
	margin-bottom: 0;
}
i{
	font-style: normal;
}
table{
	width: 100%;
}
ul.reset,
ol.reset,
#header ul,
#footer ul,
.home dl,
.home dd,
.home ul,
.home ul,
.home ol{
	margin: 0;
	padding: 0;
}
ul.reset li,
ol.reset li,
#header li,
#footer li,
.home li{
	list-style: none;
}
.mt0{margin-top: 0px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt75{margin-top: 75px!important;}
.mt80{margin-top: 80px!important;}
.mt85{margin-top: 85px!important;}
.mt90{margin-top: 90px!important;}
.mt95{margin-top: 95px!important;}
.mt100{margin-top: 100px!important;}
.mb0{margin-bottom: 0px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb55{margin-bottom: 55px!important;}
.mb60{margin-bottom: 60px!important;}
.mb65{margin-bottom: 65px!important;}
.mb70{margin-bottom: 70px!important;}
.mb75{margin-bottom: 75px!important;}
.mb80{margin-bottom: 80px!important;}
.mb85{margin-bottom: 85px!important;}
.mb90{margin-bottom: 90px!important;}
.mb95{margin-bottom: 95px!important;}
.mb100{margin-bottom: 100px!important;}
.mlr10{margin-left: 10px!important;margin-right: 10px!important;}
.mlr20{margin-left: 20px!important;margin-right: 20px!important;}
.mlr30{margin-left: 30px!important;margin-right: 30px!important;}
.mlr40{margin-left: 40px!important;margin-right: 40px!important;}
.mlr50{margin-left: 50px!important;margin-right: 50px!important;}
.mlr60{margin-left: 60px!important;margin-right: 60px!important;}
.mlr70{margin-left: 70px!important;margin-right: 70px!important;}
.mlr80{margin-left: 80px!important;margin-right: 80px!important;}
.mlr90{margin-left: 90px!important;margin-right: 90px!important;}
.mlr100{margin-left: 100px!important;margin-right: 100px!important;}
.tb,
.sp{
	display: none;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.anchor-parent{
	position: relative;
}
.anchor{
	position: absolute;
	top: calc(-1 * var(--header-height));
}
.f1{
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
}

@media screen and (max-width:820px) {
	.tb{
		display: block;
	}
	.pc.large{
		display: none;
	}
}

@media screen and (max-width:767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/*base*/
#container{
	overflow: hidden;
}
.home .container{
	margin: 0;
	padding: 0;
	margin-bottom: 240px;
	padding-top: var(--header-height);
	max-width: 100%;
}
.wrap{
	margin: 0 auto;
	max-width: 1210px;
	padding: 0 25px;
}

@media screen and (max-width:820px) {
	.container{
		margin-bottom: 125px;
	}
}

@media screen and (max-width:767px) {
	body.home .container{
		margin-bottom: 0;
	}
}

/*ヘッダー*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #D2D4D8;
	z-index: 99;
}
#header #hinr{
	align-items: center;
	padding-left: 30px;
	padding-right: 25px;
	height: var(--header-height);
}
#header a{
	color: var(--oc-primary-color);
}
#header a:hover{
	color: var(--oc-link-color);
}
#header .left{
	display: flex;
	align-items: center;
}
#header .right{
	display: flex;
	align-items: center;
	gap: 25px;
}
#header .left ul{
	display: flex;
	gap: 30px;
	margin-left: 35px;
}
#header .left li a{
	display: block;
	padding-left: 10px;
	background: url(../img/arrow.svg) no-repeat 0 center;
}
#header .left .logo{
	margin: 0;
	padding: 0;
}
#header .left .logo img{
	display: block;
	width: 174px;
}
#header .right .contact{
	display: flex;
	align-items: center;
	gap: 20px;
}
#header .contact a{
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 13px;
	line-height: 1.2;
}
#header .contact b{
	display: block;
	font-weight: normal;
	font-size: 16px;
}
#header .contact .t a{
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: 0;
}
#header .contact a:after,
#header .contact a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 100%;
    transition: all .3s;
}
#header .contact a:after{
	opacity: 0;
}
#header .contact .t a:before{
	background: url(../img/icon-phone.svg) no-repeat 0 center;
}
#header .contact .t a:after{
	background: url(../img/icon-phone02.svg) no-repeat 0 center;
}
#header .contact .s a:before{
	background: url(../img/icon-shopping.svg) no-repeat 0 center;
}
#header .contact .s a:after{
	background: url(../img/icon-shopping02.svg) no-repeat 0 center;
}
#header .contact .f a:before{
	background: url(../img/icon-mail.svg) no-repeat 0 center;
}
#header .contact .f a:after{
	background: url(../img/icon-mail02.svg) no-repeat 0 center;
}
#header .contact a:hover:before{
	opacity: 0;
}
#header .contact a:hover:after{
	opacity: 1;
}
#header .contact .t b{
	font-size: 18px;
	letter-spacing: 2px;
}
.sp-menu{
	position: fixed;
	top: var(--header-height);
	right: -100%;
	width: auto;
	padding: 0 40px;
	padding-top: 0;
	width: 375px;
	height: calc(100% - var(--header-height));
	color: #fff;
	background: rgba(17,17,15, 0.84);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
}
.sp-menu.on{
	right: 0;
}
#header .sp-menu ul{
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}
.sp-menu li{
	padding: 20px 0;
	list-style: none;
	line-height: 1.5;
	border-bottom: #fff 1px solid;
}
.sp-menu a{
	color: #fff!important;
}
.sp-menu li a{
	display: block;
	padding-left: 8px;
	background: url(../img/arrow02.svg) no-repeat 0 11px;
	background-size: 3px auto;
}
.sp-menu .s,
.sp-menu .t{
	margin-bottom: 30px;
}
#header .sp-menu .contact a:after{
	display: none;
}
#header .sp-menu .contact .t a:before{
	background: url(../img/icon-phone03.svg) no-repeat 0 center;
}
#header .sp-menu .contact .s a:before{
	background: url(../img/icon-shopping03.svg) no-repeat 0 center;
}
#header .sp-menu .contact .f a:before{
	background: url(../img/icon-mail03.svg) no-repeat 0 center;
}
#header .sp-menu .contact a:hover:before{
	opacity: 1;
}
.menu-trigger{
	display: none;
	width: 30px;
	height: 24px;
	cursor: pointer;
	text-align: center;
}
.menu-trigger .inr{
	position: relative;
	width: 100%;
	height: 100%;
}
.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background: var(--oc-primary-color);
	transition: all .4s;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}

@media screen and (max-width:1400px) {
	#header .menu,
	#header .right{
		display: none;
	}
	.menu-trigger{
		display: block;
	}
}

@media screen and (max-width:820px) {
	#header #hinr{
		padding-left: 15px;
	}
	.menu-trigger{
		width: 20px;
		height: 16px;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  transform: translateY(5px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
	  transform: translateY(-9px) rotate(45deg);
	}
}

@media screen and (max-width:767px) {
	#header .left .logo img{
		width: 140px;
	}
	.sp-menu{
		width: 100%;
	}
}

/*メインカラム*/
.top-mv {
	position: relative;
	background: #000;
}
.top-mv .box img{
	width: 100%;
}
.top-mv .text{
	position: absolute;
	left: 70px;
	bottom: 50px;
	color: #fff;
	font-size: 25px;
	line-height: 1.6;
}
.top-mv .text p.s1{
	margin-bottom: 40px;
	width: 342px;
}
.top-content h2,
.top-content .header{
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.top-content .header{
	display: flex;
	align-items: center;
	gap: 35px;
}
.top-content .header h2{
	margin: 0;
	letter-spacing: 4px;
}
.top-content .header .sub{
	color: #979ca5;
	font-size: 16px;
}
.top-content h2{
	font-size: 28px;
}
.top-content.c01 {
	margin-bottom: 120px;
	padding-top: 130px;
	padding-bottom: 110px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: url(../img/top-c01-bg.jpg) no-repeat right center;
	background-size: cover;
}
.top-content.c01 h2{
	margin-bottom: 65px;
	line-height: 2;
	letter-spacing: 3px;
}
.top-content.c01 h2 b{
	display: block;
	font-size: 40px;
}
.top-content.c01 p:not(:last-child){
	margin-bottom: 45px;
}
.top-content.c02 {
	margin-bottom: 100px;
}
.top-content.c02 .wrap{
	position: relative;
	padding-bottom: 80px;
}
.top-content.c02 .wrap:before {
	content: '';
	position: absolute;
	left: 15px;
	bottom: 0;
	width: calc(100% - 50px);
	height: 4px;
	background: #bdc1c9;
	border-radius: 2px;
}
.top-content.c02 .inr{
	align-content: center;
	margin: 0 auto;
	max-width: 940px;
}
.top-content.c02 .left{
	display: flex;
	align-items: center;
	padding-top: 10px;
	width: 20%;
}
.top-content.c02 .right{
	width: 80%;
}
.top-content.c02 h2{
	letter-spacing: 10px;
    writing-mode: vertical-rl;
}
.top-content.c02 li{
	padding-top: 15px;
	padding-bottom: 25px;
    background-size: 5px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: linear-gradient(to right, #11110F 1px, transparent 1px);
}
.top-content.c02 li:last-child{
	background: none;
}
.top-content.c02 li a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
	color: var(--oc-primary-color);
}
.top-content.c02 .date{
	display: inline-block;
	position: relative;
	margin-right: 85px;
}
.top-content.c02 .date:before{
	content: '…';
	position: absolute;
	top: 1px;
	right: -50px;
}
.top-content.c02 .date i{
	display: inline-block;
	margin: 0 5px;
}
.top-content.c03 {
	margin-bottom: 190px;
}
.top-content.c03 .header{
	margin-bottom: 75px;
}
.top-content.c03 .box:not(:last-child){
	margin-bottom: 95px;
}
.top-content.c03 .image{
	width: 49%;
}
.top-content.c03 .box:nth-of-type(even) .image{
	order: 2;
}
.top-content.c03 .text{
	padding-top: 45px;
	width: 41.5%;
}
.top-content.c03 .box:nth-of-type(3) .text{
	padding-top: 75px;
}
.top-content.c03 .box h2,
.top-content.c03 .box h3{
	display: inline-block;
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 15px;
	font-size: 25px;
}
.top-content.c03 .box h2:after,
.top-content.c03 .box h3:after,
.top-content.c03 .box h2:before,
.top-content.c03 .box h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-width: 300px;
	height: 1px;
	background: #979CA5;
}
.top-content.c03 .box h2:after,
.top-content.c03 .box h3:after{
	width: 50px;
	min-width: 50px;
	background: #BDC1C9;
	z-index: 1;
}
.top-content.c04 {
	margin-bottom: 195px;
}
.top-content.c04 .header{
	margin-bottom: 75px;
}
.top-content.c04 .middle,
.top-content.c04 .upper{
	margin-bottom: 90px;
}
.top-content.c04 .upper p.s1{
	font-size: 20px;
	overflow: hidden;
}
.top-content.c04 .upper p.s1 span{
	display: inline-block;
	position: relative;
}
.top-content.c04 .upper p.s1 span:before{
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	width: 1200px;
	height: 1px;
	background: #bdc1c9;
}
.top-content.c04 .upper .inr{
    counter-reset: count1;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 3.5%;
}
.top-content.c04 .upper .box{
	padding: 20px;
	width: 31%;
	background: #f5f6f8;
	border: #bdc1c9 1px solid;
	border-radius: 3px;
}
.top-content.c04 .upper h3{
	display: flex;
	align-items: flex-end;
	position: relative;
	margin-bottom: 20px;
	padding-left: 60px;
	padding-bottom: 20px;
	min-height: 74px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: #d2d4d8 1px solid;
}
.top-content.c04 .upper h3:before{
    counter-increment: count1;
    content: counter(count1);
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 20px;
	width: 53px;
	height: 53px;
	font-size: 24px;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	background: url(../img/fukidashi.svg) no-repeat 0 0;
	background-size: 100% auto;
}
.top-content.c04 .bottom h2,
.top-content.c04 .middle h2{
	margin-bottom: 40px;
	font-size: 20px;
	overflow: hidden;
}
.top-content.c04 .bottom h2 span,
.top-content.c04 .middle h2 span{
	display: inline-block;
	position: relative;
}
.top-content.c04 .bottom h2 span:before,
.top-content.c04 .middle h2 span:before{
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	width: 1200px;
	height: 1px;
	background: #979ca5;
}
.top-content.c04 .middle .inr{
	display: flex;
	gap: calc(4% / 3);
}
.top-content.c04 .middle .box{
	width: 24%;
	letter-spacing: 0;
}
.top-content.c04 .middle .image{
	margin-bottom: 25px;
}
.top-content.c04 .middle h3{
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}
.top-content.c04 .bottom .left{
	display: flex;
	flex-wrap: wrap;
	width: 49%;
}
.top-content.c04 .bottom .right{
	padding-top: 65px;
	width: 41%;
}
.top-content.c04 .bottom h2{
	margin-bottom: 50px;
}
.top-content.c04 .bottom .inr{
	align-items: self-start;
}
.top-content.c04 .bottom .left span{
	position: relative;
	width: 50%;
}
.top-content.c04 .bottom .left span:before{
	content: '';
	display: block;
	padding-top: 100%;
}
.top-content.c04 .bottom .left img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-content.c04 .bottom h3{
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 1.5;
}
.top-content.c04 .bottom h3:after,
.top-content.c04 .bottom h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #979ca5;
}
.top-content.c04 .bottom h3:after{
	width: 50px;
	background: #BDC1C9;
	z-index: 1;
}
.top-content.c05 {
	margin-bottom: 180px;
	padding-top: 100px;
	padding-bottom: 80px;
	background: #f5f6f8;
}
.top-content.c05 .upper{
	margin-bottom: 70px;
}
.top-content.c05 .header{
	margin-bottom: 45px;
}
.top-content.c05 .middle {
	margin-left: -50px;
	margin-bottom: 95px;
	width: calc(100% + 50px);
}
.top-content.c05 .left{
	width: 41%;
}
.top-content.c05 .right{
	padding-top: 55px;
	width: 56%;
}
.top-content.c05 dl:not(:last-child){
	margin-bottom: 55px;
}
.top-content.c05 dt{
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 20px;
	line-height: 1.5;
}
.top-content.c05 dt:before{
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 11px;
	height: 11px;
	background: #d2d4d8;
	border: #979ca5 1px solid;
}
.top-content.c05 dt span{
	font-size: 14px;
}
.top-content.c05 dd{
	padding-left: 25px;
	background: url(../img/icon-line.svg) no-repeat 7px 6px;
}
.top-content.c05 .bottom{
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
}
.top-content.c06 {
	margin-bottom: 180px;
}
.top-content.c06 .header{
	margin-bottom: 75px;
}
.top-content.c06 .upper {
	display: flex;
	flex-wrap: wrap;
	gap: calc(10.4% / 3);
	margin-bottom: 45px;
}
.top-content.c06 .upper .box{
	padding: 20px;
	width: 22.4%;
	line-height: 1.8;
	letter-spacing: 0;
	background: #f5f6f8;
	border: #bdc1c9 1px solid;
	border-radius: 2px;
}
.top-content.c06 .upper h3{
	margin-bottom: 15px;
	padding-bottom: 20px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	border-bottom: #bdc1c9 1px solid;
}
.top-content.c06 .bottom{
	font-size: 20px;
	text-align: center;
}
.top-content.c06 .bottom p:not(:last-child){
	margin-bottom: 45px;
}
.top-content.c07 .more,
.top-content.c06 .more{
	text-align: center;
}
.top-content.c07 .more a,
.top-content.c06 .more a{
	display: inline-block;
	width: 200px;
	height: 60px;
	color: #11110F;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	border: #11110F 1px solid;
}
.top-content.c07 .more a:hover,
.top-content.c06 .more a:hover{
	color: #fff;
	background: #11110F;
}
.top-content.c07 {
	margin-bottom: 180px;
}
.top-content.c07 .header{
	margin-bottom: 55px;
}
.top-content.c07 .left{
	width: 49%;
}
.top-content.c07 .right{
	width: 41%;
}
.top-content.c07 h3{
	display: inline-block;
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 1.5;
}
.top-content.c07 h3:after,
.top-content.c07 h3:before{
 	content: '';
 	position: absolute;
 	left: 0;
 	bottom: 0;
 	width: 100%;
 	min-width: 390px;
 	height: 1px;
 	background: #979CA5;
}
.top-content.c07 h3:after{
 	width: 50px;
 	min-width: 50px;
 	background: #BDC1C9;
 	z-index: #111;
}
.top-content.c07 .more a{
	width: 240px;
}
.top-content.c08 {
	margin-bottom: 180px;
}
.top-content.c08 .header{
	margin-bottom: 60px;
}
.top-content.c08 ul{
	display: flex;
	flex-wrap: wrap;
	gap: 0 1.4%;
}
.top-content.c08 li{
	width: 32.4%;
}
.top-content.c08 li a{
	color: var(--oc-primary-color);
}
.top-content.c08 .image{
	position: relative;
	margin-bottom: 30px;
}
.top-content.c08 .image:before{
	content: '';
	display: block;
	padding-top: 73%;
}
.top-content.c08 .image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-content.c08 h3{
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: bold;
}
.top-content.c08 .date{
	margin-bottom: 20px;
	text-align: right;
}
.top-content.c08 .date i{
	margin: 0 5px;
}

.top-content.c09 {
	padding-top: 110px;
	padding-bottom: 185px;
	color: #fff;
	background: #979ca5;
}
.top-content.c09 .header{
	display: block;
	margin-bottom: 50px;
	text-align: center;
}
.top-content.c09 .header h2{
	margin-bottom: 10px;
}
.top-content.c09 .header .sub{
	display: block;
	color: #d2d4d8;
}
.top-content.c09 .upper{
	margin-bottom: 150px;
}
.top-content.c09 dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 770px;
}
.top-content.c09 dt{
	padding-top: 35px;
	padding-bottom: 20px;
	width: 23.5%;
	font-weight: bold;
	border-bottom: #fff 1px solid;
}
.top-content.c09 dd{
	padding-top: 35px;
	padding-bottom: 20px;
	width: 74%;
	border-bottom: #fff 1px solid;
}
.top-content.c09 .bottom p.s1{
	margin-bottom: 0;
	font-size: 28px;
	letter-spacing: 4px;
	text-align: center;
}
.top-content.c09 .bottom dt{
	width: 18%;
	font-weight: normal;
}
.top-content.c09 .bottom dt i{
	margin: 0 5px;
}
.top-content.c09 .bottom dd{
	width: 79%;
}
.top-content.c10 {
	margin-bottom: 190px;
}
.top-content.c10 .map{
	margin-bottom: 35px;
}
.top-content.c10 .wrap{
	max-width: 1030px;
}
.top-content.c10 .inr{
	align-items: center;
}
.top-content.c10 .left,
.top-content.c10 .right{
	padding-left: 10%;
	width: 50%;
}
.top-content.c10 .right{
	line-height: 1.5;
}
.top-content.c10 h2{
	margin-bottom: 15px;
}
.top-content.c10 .left .sub{
	color: #979ca5;
}
.top-content.c10 .name{
	margin-bottom: 25px;
	font-size: 20px;
}
.top-content.c10 .tel{
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 20px;
	background: url(../img/icon-phone.svg) no-repeat 0 center;
}
.top-content.c10 .address{
	margin-bottom: 20px;
	line-height: 1.3;
}
.top-content.c10 dt{
	margin-bottom: 10px;
	font-size: 20px;
}
.top-content.c10 dd{
	padding-left: 23px;
	background: url(../img/icon-line.svg) no-repeat 6px 3px;
}
.top-content.c11 .wrap{
	max-width: 1030px;
}
.top-content.c11 .wrap-inr{
	padding: 75px 95px;
	background: #fff;
	border: #bdc1c9 1px solid;
}
.top-content.c11 .upper{
	margin-bottom: 85px;
}
.top-content.c11 .header{
	display: block;
	margin-bottom: 75px;
	text-align: center;
}
.top-content.c11 h2{
	margin-bottom: 10px;
}
.top-content.c11 .upper .inr{
	align-items: center;
	margin: 0 auto;
	max-width: 600px;
	height: 112px;
	background: #e7ebf3;
	border: #bdc1c9 1px solid;
}
.top-content.c11 .upper .inr:hover{
	background: #f5f6f8;
    transition: all .3s;
}
.top-content.c11 .upper .left,
.top-content.c11 .upper .right{
	padding-left: 30px;
	width: 50%;
}
.top-content.c11 .upper .right a{
	display: inline-block;
	padding-left: 30px;
	color: var(--oc-primary-color);
	font-size: 14px;
	line-height: 1.3;
	background: url(../img/icon-phone.svg) no-repeat 0 7px;
	background-size: 26px auto;
}
.top-content.c11 .upper .right span{
	display: block;
	text-align: center;
	letter-spacing: 2px;
}
.top-content.c11 .upper .right b{
	display: block;
	font-size: 29px;
	font-weight: normal;
}
.top-content.c11 .upper .left img{
	width: 211px;
}
.form-content .u{
	margin-bottom: 35px;
}
select,
textarea,
[type="password"],
[type="email"],
[type="number"],
[type="text"]{
	padding: 10px;
	padding-left: 15px;
	width: 100%;
	border: #ccc 1px solid;
	border-radius: 3px;
	box-shadow: none;
	-webkit-appearance: none;
}
[type="checkbox"]{
	margin-right: 5px;
}
textarea{
	min-height: 200px;
}
::placeholder {
  color: #AAAAAA;
}
[type="submit"]{
	border: none;
	box-shadow: none;
}
.form-content .m{
	margin-bottom: 50px;
}
.form-content dt span:before,
.form-content span.req{
	display: inline-block;
	margin-right: 3px;
	width: 31px;
	height: 17px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 17px;
	background: #80A1CC;
	border-radius: 2px;
}
.form-content .req dt span:before,
.form-content span.req{
	background: #D85C5C;
}
.form-content .u{
	margin-bottom: 35px;
}
.form-content dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.form-content dt{
	position: relative;
	padding-right: 40px;
	width: 30%;
}
.form-content dt span{
	display: inline-block;
	position: relative;
}
.form-content dt span:before{
	content: '任意';
	position: absolute;
	top: 8px;
	right: -38px;
}
.form-content .req dt span:before{
	content: '必須';
}
.form-content dd{
	width: 70%;
}
.form-content .b{
	text-align: center;
}
.form-content .privacy{
	margin-bottom: 25px;
	text-align: center;
}
.form-content .privacy a{
	color: var(--oc-primary-color);
}
.g-recaptcha.no-confirm {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}
.form-content .submit{
	position: relative;
	margin: 0 auto;
	width: 300px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	background: #927f97;
	border-radius: 3px;
    transition: all .3s;
}
.form-content .submit:hover{
	background: #5f4865;
}
.form-content .submit:before{
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	width: 10px;
	height: 100%;
	background: url(../img/arrow02.svg) no-repeat 0 center;
}
.form-content .submit input{
	color: #fff;
	background: none;
}

@media screen and (max-width:1160px) {
	.top-content.c04 .bottom .right{
		padding-top: 0;
		width: 46%;
	}
}

@media screen and (max-width:900px) {
	.form-content dt,
	.form-content dd{
		width: 100%;
	}
	.form-content dt{
		margin-bottom: 5px;
	}
}

@media screen and (max-width:820px) {
	.top-mv .text{
		left: 20px;
		bottom: 25px;
		font-size: 20px;
	}
	.top-mv .text p.s1 {
	    margin-bottom: 25px;
	    width: 240px;
	}
	.top-content.c02 .left{
		padding-top: 0;
		width: 100%;
	}
	.top-content.c02 .right{
		width: 100%;
	}
	.top-content.c02 h2{
		width: 100%;
		text-align: center;
		letter-spacing: 10px;
	    writing-mode: horizontal-tb;
	}
	.top-content.c03 .image{
		margin-bottom: 50px;
		width: 100%;
	}
	.top-content.c03 .box:nth-of-type(even) .image{
		order: 0;
	}
	.top-content.c03 .text{
		padding-top: 0!important;
		width: 100%;
	}
	.top-content.c04 .upper .box{
		width: 100%;
	}
	.wide-content-wrap{
		margin-right: -25px;
	    overflow-x: auto;
	    scroll-snap-type: x mandatory;
	}
	.wide-content-inr{
	    width: 1075px;
	}
	.wide-content-wrap::-webkit-scrollbar {
	  display: none;
	}
	.top-content.c04 .bottom .left,
	.top-content.c04 .bottom .right{
		width: 100%;
	}
	.top-content.c04 .bottom .left{
		margin-bottom: 50px;
	}
	.top-content.c05 .middle {
	    margin-left: 0;
	    width: 100%;
	}
	.top-content.c05 .left{
		margin: 0 auto;
		width: 80%;
	}
	.top-content.c05 .right{
		width: 100%;
	}
	.top-content.c07 .left,
	.top-content.c07 .right{
		width: 100%;
	}
	.top-content.c07 .left{
		margin-bottom: 50px;
	}
	.top-content.c08 ul{
		gap: 80px;
	}
	.top-content.c08 li {
	    width: 100%;
	}
	.top-content.c10 .left,
	.top-content.c10 .right{
		padding: 0;
		width: 100%;
	}
	.top-content.c10 .left{
		margin-bottom: 50px;
	}
}

@media screen and (max-width:767px) {
	.top-mv .box img{
		width: 100%;
		height: calc(100vh - 80px);
		object-fit: cover;
	}
    .top-mv .text {
        font-size: 18px;
    }
	.top-content .header{
		display: block;
		margin-left: -8px;
	}
	.top-content .header h2{
		margin-bottom: 10px;
		letter-spacing: 2px;
	}
	.top-content .header .sub{
		font-size: 14px;
	}
	.top-content h2{
		font-size: 25px;
	}
	.top-content.c01 {
		margin-bottom: 20vw;
		padding-top: 25vw;
		padding-bottom: 28vw;
		font-size: 16px;
		background: url(../img/top-c01-bg-sp.jpg) no-repeat right center;
		background-size: cover;
	}
	.top-content.c01 h2{
		margin-bottom: 12vw;
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 1.5;
	}
	.top-content.c01 h2 b{
		margin: 6vw 0;
		font-size: 30px;
	}
	.top-content.c01 p:not(:last-child){
		margin-bottom: 35px;
	}
	.top-content.c02 {
	    margin-bottom: 32vw;
	}
	.top-content.c02 .wrap {
	    padding-bottom: 7vw;
	}
    .top-content.c02 h2 {
        letter-spacing: 2px;
    }
	.top-content.c02 li a{
	    -webkit-line-clamp: 3;
	}
	.top-content.c02 h2{
		margin-bottom: 12vw;
	}
	.top-content.c02 .date{
		display: block;
		margin-right: 0;
	}
	.top-content.c02 .date:before{
		display: none;
	}
	.top-content.c03 {
	    margin-bottom: 32vw;
	}
	.top-content.c03 .header {
	    margin-bottom: 10vw;
	}
    .top-content.c03 .image {
        margin-bottom: 9vw;
    }
	.top-content.c03 .box:not(:last-child) {
	    margin-bottom: 18vw;
	}
	.top-content.c03 .box h2,
	.top-content.c03 .box h3{
		display: block;
		margin-bottom: 25px;
		font-size: 18px;
	}
	.top-content.c04 {
	    margin-bottom: 30vw;
	}
	.top-content.c04 .header {
	    margin-bottom: 8vw;
	}
	.top-content.c04 .middle,
	.top-content.c04 .upper {
	    margin-bottom: 32vw;
	}
	.top-content.c04 .upper p.s1 {
		margin-bottom: 25px;
	    font-size: 18px;
	}
	.top-content.c04 .upper .box {
	    padding: 20px 15px;
	}
	.top-content.c04 .upper h3 {
	    margin-bottom: 15px;
	    padding-bottom: 20px;
	}
	.top-content.c04 .middle .inr {
	    gap: 3%;
	}
	.top-content.c04 .middle .box {
	    width: 22%;
	}
	.top-content.c04 .bottom h2,
	.top-content.c04 .middle h2 {
	    font-size: 18px;
	}
    .top-content.c04 .bottom .left {
        margin-bottom: 10vw;
    }
	.top-content.c04 .bottom h3 {
	    display: block;
	    margin-bottom: 25px;
	    font-size: 18px;
	 }
	.top-content.c05 {
	    margin-bottom: 26vw;
	    padding-top: 15vw;
	    padding-bottom: 35vw;
	}
	.top-content.c05 .header {
	    margin-bottom: 8vw;
	}
	.top-content.c05 .upper {
	    margin-bottom: 14vw;
	}
    .top-content.c05 .left {
    	margin: 0 -3vw;
    	width: calc(100% + 6vw);
    }
	.top-content.c05 .right {
	    padding-top: 8vw;
	}
	.top-content.c05 .middle {
	    margin-bottom: 12vw;
	}
	.top-content.c05 dl:not(:last-child) {
	    margin-bottom: 8vw;
	}
	.top-content.c05 dt {
	    margin-bottom: 5px;
	}
	.top-content.c05 .bottom {
	    font-size: 18px;
	}
	.top-content.c06 {
	    margin-bottom: 32vw;
	}
	.top-content.c06 .header {
	    margin-bottom: 12vw;
	}
	.top-content.c06 .wide-content-inr{
	    width: 1125px;
	}
	.top-content.c06 .upper {
	    gap: calc(8% / 3);
	}
	.top-content.c06 .upper .box {
	    width: 23%;
	}
	.top-content.c06 .bottom {
	    line-height: 1.6;
	}
	.top-content.c07 {
	    margin-bottom: 32vw;
	}
	.top-content.c07 h2{
		letter-spacing: 0;
	}
    .top-content.c07 .left {
        margin-bottom: 9vw;
    }
	.top-content.c07 h3 {
	    display: block;
	    margin-bottom: 25px;
	    font-size: 18px;
	}
	.top-content.c08 {
	    margin-bottom: 28vw;
	}
	.top-content.c08 .header {
	    margin-bottom: 10vw;
	}
    .top-content.c08 ul {
        gap: 15vw;
    }
	.top-content.c08 .date {
	    margin-bottom: 10px;
	    font-size: 14px;
	}
	.top-content.c09 {
		padding: 26vw 0;
	}
	.top-content.c09 .header {
		margin-left: 0;
	}
	.top-content.c09 .upper {
	    margin-bottom: 30vw;
	}
	.top-content.c09 dl{
		margin-bottom: 10px;
		line-height: 1.7;
	}
	.top-content.c09 .bottom dt,
	.top-content.c09 dt{
		padding: 7px 10px;
		width: 100%;
		background: #acb0b7;
		border: none;
	}
	.top-content.c09 .bottom dd,
	.top-content.c09 dd{
		padding: 7px 10px;
		width: 100%;
	    background-size: 4px 1px;
	    background-repeat: repeat-x;
	    background-position: left top;
	    background-image: linear-gradient(to right, #fff 1px, transparent 1px);
		border: none;
	}
	.top-content.c09 .bottom p.s1 {
	    font-size: 25px;
	    letter-spacing: 3px;
	}
	.top-content.c10 {
	    margin-bottom: 24vw;
	}
    .top-content.c10 .left {
    	margin-left: -8px;
    }
	.top-content.c10 .name {
	    margin-bottom: 5px;
	}
	.top-content.c10 .tel {
	    margin-bottom: 10px;
	}
	.top-content.c10 dt {
	    margin-bottom: 5px;
	}
	.top-content.c11 .wrap-inr {
		margin: 0 -25px;
	    padding: 24vw 25px;
	    padding-bottom: 32vw;
	    width: calc(100% + 50px);
	    border: none;
	}
	.top-content.c11 .upper {
	    margin-bottom: 10vw;
	}
	.top-content.c11 .upper .inr {
		justify-content: center;
		gap: 20px;
		padding: 15px;
		padding-top: 20px;
	    height: auto;
	}
	.top-content.c11 .upper .left,
	.top-content.c11 .upper .right{
		padding-left: 0;
		width: 100%;
		text-align: center;
	}
	.top-content.c11 .upper .left img {
	    width: 190px;
	}
	.form-content .u {
	    margin-bottom: 12vw;
	}
	.form-content .m {
	    margin-bottom: 25px;
	}
	.form-content dl:not(:last-child) {
	    margin-bottom: 35px;
	}
	.form-content .submit {
	    height: 70px;
	    line-height: 68px;
	}
}

/*フッター*/
#footer {
	position: relative;
	background: #C1C3C9;
}
#finr{
	padding: 85px 25px;
}
#footer a{
	color: var(--oc-primary-color);
}
#footer a:hover{
	color: var(--oc-link-color);
}
#footer .left{
	width: 260px;
}
#footer .right{
	display: flex;
	flex-wrap: wrap;
	gap: 0 33%;
	width: 57.5%;
}
#footer .left dt{
	margin-bottom: 15px;
	width: 232px;
}
#footer .address{
	margin-bottom: 25px;
	line-height: 1.8;
}
#footer .sns{
	display: flex;
	gap: 15px;
}
#footer .sns img{
	display: block;
}
#footer .menu a{
	display: block;
	margin-bottom: 15px;
	padding-left: 10px;
	background: url(../img/arrow.svg) no-repeat 0 center;
}
#footer .contact{
	padding-top: 5px;
	font-size: 13px;
	line-height: 1.3;
}
#footer .contact a{
	display: block;
	position: relative;
	padding-left: 25px;
}
#footer .contact b{
	display: block;
	font-weight: normal;
	font-size: 16px;
}
#footer .contact .t{
	margin-bottom: 30px;
	font-size: 11px;
	letter-spacing: 0;
}
#footer .contact .t b{
	display: block;
	font-size: 18px;
	letter-spacing: 3px;
}
#footer .contact .s{
	margin-bottom: 30px;
}
#footer .contact .s b{
	letter-spacing: 0;
}
#footer .contact a:after,
#footer .contact a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 100%;
    transition: all .3s;
}
#footer .contact a:after{
	opacity: 0;
}
#footer .contact .t a:before{
	background: url(../img/icon-phone.svg) no-repeat 0 center;
}
#footer .contact .t a:after{
	background: url(../img/icon-phone02.svg) no-repeat 0 center;
}
#footer .contact .s a:before{
	background: url(../img/icon-shopping.svg) no-repeat 0 center;
}
#footer .contact .s a:after{
	background: url(../img/icon-shopping02.svg) no-repeat 0 center;
}
#footer .contact .f a:before{
	background: url(../img/icon-mail.svg) no-repeat 0 center;
}
#footer .contact .f a:after{
	background: url(../img/icon-mail02.svg) no-repeat 0 center;
}
#footer .contact a:hover:before{
	opacity: 0;
}
#footer .contact a:hover:after{
	opacity: 1;
}
#footer .pagetop a{
	position: absolute;
	top: -15px;
	right: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	background: #fff;
	border: #11110F 1px solid;
}
#footer .copyright{
	height: 40px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 40px;
	letter-spacing: 0;
	background: #11110F;
}

@media screen and (max-width:1400px) {
	#finr{
		padding-top: 35px;
	}
	#footer .right {
		display: none;
	}
	#footer .sns img{
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width:1000px) {
	#footer .left{
		width: 100%;
	}
	#footer .right {
	    gap: 0 20%;
	    width: 60%;
	}
}

@media screen and (max-width:820px) {
	#footer .sns {
	    gap: 23px;
	}
	#footer .address {
	    margin-bottom: 20px;
	}
}

