/*------------------------------------------
  Key Visual Page
------------------------------------------*/
.page-key-visual {
	width: 100%;
	height: 180px;
	background-image: url(../images/page/page_header.png);
	color: #000;
	position: relative;
}

.cmn-header.is-sub{
	padding-bottom: 0;
}

.cmn-header.is-sub .menu-trigger span{
	background-color: #000;
}

.page-key-visual .page-title {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 15%;
	text-align: center;
}
.page-key-visual .page-title .en {
	font-size: 50px;
	font-weight: 200;
}
.page-key-visual .page-title .jp {
	font-size: 24px;
}

@media only screen and (max-width: 1024px) {
	.page-key-visual .page-title .en {
		font-size: 40px;
	}
	.page-key-visual .page-title .jp {
		font-size: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.page-key-visual:before {
		width: 100px;
		height: 100px;
		top: 40px;
		right: -15px;
	}
	.page-key-visual:after {
		width: 120px;
		height: 120px;
		top: 30px;
		right: -25px;
	}
	.page-key-visual .page-title .en {
		font-size: 30px;
	}
	.page-key-visual .page-title .jp {
		font-size: 16px;
	}
}

/*------------------------------------------
	Page
------------------------------------------*/
/* Business */
.content-business{
	padding-top: 100px;
	padding-bottom: 100px;
}

.content-business .section01 {
	text-align: center;
}
.content-business .section01 .box {
	font-size: 24px;
	display: inline-block;
	position: relative;
	padding: 3rem 7rem;
}
.content-business .section01 .line {
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
}
.content-business .section01 .line:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
}
.content-business .section01 .line:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #000;
	display: block;
	position: absolute;
	left: 10px;
	top: 0;
}
.content-business .section01 .line01 {
	left: 0;
	top: 0;
}
.content-business .section01 .line02 {
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
}
.content-business .section02 {
	margin-top: 15rem;
}
.content-business .section02 .box {
	max-width: 600px;
	width: 100%;
	position: relative;
}
.content-business .section02 .text {
	max-width: 415px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -80px;
}
.content-business .section02 .text h2 {
	font-size: 22px;
	font-weight: 600;
	border-bottom: 5px solid #7C7A73;
	margin-bottom: 1.5rem;
}
.content-business .section02 .text p {
	background: #fff;
	box-shadow:  0 4px 4px rgba(0, 0, 0, .25);
	padding: 2rem 1rem;
}
.content-business .section02 .img {
	text-align: right;
}
.content-business .section02 .box.even {
	margin-top: 80px;
	margin-left: auto;
}
.content-business .section02 .even .text {
	left: auto;
	right: 0;
}
.content-business .section02 .even .text h2 {
	text-align: right;
}
.content-business .section02 .even .img {
	text-align: left;
}
@media only screen and (max-width: 1024px) {
	.content-business .section01 .box {
		font-size: 18px;
		padding: 2rem 5rem;
	}
	.content-business .section02 {
		display: flex;
		flex-direction: column;
		gap: 12rem 0;
	}
}
@media only screen and (max-width: 600px) {
	.content-business{
		padding: 0;
	}
	.content-business .section02 {
		gap: 7rem 0;
		margin-top: 5rem;
	}
	.content-business .section02 .text {
		position: static;
		max-width: 100%;
		
	}
	.content-business .section02 .text h2 {
		font-size: 18px;
		text-align: center;
	}
	.content-business .section02 .even .text h2 {
		text-align: center;
	}
	.content-business .section02 .text p {
		position: relative;
		width: 70%;
		font-size: 3vw;
		display: inline-block;
		z-index: 99;
	}
	.content-business .section02 .even .text p {
		margin-left: auto;
	}
	.content-business .section02 .img {
		width: 80%;
		text-align: right;
		margin-left: 20%;
		margin-top: -20px;
		z-index: -1;
	}
}
/* Company */
.content-company .section01{
	padding: 100px 0;
}
@media only screen and (max-width: 600px) {
	.content-company .section01{
		padding: 0;
	}
}


/* Shop */
.content-shop{
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.content-shop .text{
	text-align: center;
}

.content-shop .url{
	text-align: center;
	margin-top: 40px;
}


/* Contact */
.content-contact {
	max-width: 650px;
	width: 95%;
	margin: auto;
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.content-contact .overview {
	text-align: center;
}
.content-contact .line-title {
	border-bottom: 1px solid #7C7A73;
	margin: 10rem 0 1rem;
}
.content-contact .tel a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 5px;
}
.content-contact .tel .small {
	font-size: 34px;
	font-weight: 600;
	color: #7C7A73;
	line-height: 1;
}
.content-contact .tel .large {
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
}
@media only screen and (max-width: 600px) {
	.content-contact .tel .small {
		font-size: 24px;
	}
	.content-contact .tel .large {
		font-size: 36px;
	}
}

/* Privacy Policy */
.content-privacy {
	max-width: 1080px;
	width: 95%;
	margin: auto;
}
.content-privacy h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 3rem 0 1rem;
}
.content-privacy .ul01 {
	margin-top: 1rem;
}
.content-privacy .ul01 li {
	list-style: decimal;
	margin-left: 2rem;
	padding: 0.3rem 0;
}
.content-privacy .ul02 {
	margin: 1rem 0;
}
.content-privacy .ul02 li {
	margin-left: 6rem;
}
.content-privacy .ul03 li {
	margin-left: 10rem;
}
.content-privacy .ul03 {
	margin: 1rem 0;
}

/*------------------------------------------
	Archive Single
------------------------------------------*/
.content-single {
	max-width: 750px;
	width: 100%;
	margin: auto;
	padding-top: 80px;
}
.content-single .title {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 4px double #000;
	margin: 2rem 0 5rem;
}
.content-single .center {
	margin-top: 15rem;
	padding-bottom: 80px;
}
.content-single .center .m-button01 {
	margin: auto;
}

.content-single img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}

.content-archive{
	padding-top: 80px;
	padding-bottom: 80px;
}

.content-archive .post{
	margin: 10px 0;
}

.content-archive .pager-all{
	color: #2A2A2A;
	display: block;
	text-align: center;
	padding-top: 20px;
}
.content-archive .icon{
	width: 64px;
    height: 64px;
    display: block;
    border: 1px solid #000;
    border-radius: 50%;
	margin-left: 320px;
	margin-top: -30px;
}

.content-archive .pager-body{
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}

.content-archive .pager-body::after{
	content: "";
    width: 198px;
    height: 11px;
    display: block;
    background: url(../images/common/icon_arrow_large.svg) no-repeat center / cover;
    position: absolute;
    left: 150px;
    bottom: 20px;
    transition: .3s;
}

@media only screen and (max-width: 600px) {
	.page-single .title {
		font-size: 18px;
	}

	.content-archive .pager-all{
		width: 100vw;
	}

	.content-archive .icon{
		width: 45px;
		height: 45px;
		margin-left: 240px;
		margin-top: -10px;
	}

	.content-archive .pager-body::after{
		left: 60px;
	}
}