@charset "UTF-8";
/* ------------------------------
    common
------------------------------ */

/* ------------------------------
    page_ttl
------------------------------ */
.page_ttl{
	width: 100%;
	height: 300px;
	background: url(../img/about/bg_pagettl.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
@media screen and (max-width: 768px) {
	.page_ttl{
		height: 150px;
		background: url(../img/about/bg_pagettl_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
}


/* ------------------------------
    mission
------------------------------ */

.mission {
	background:url(../img/about/bg_line.png),
		url(../img/about/bg_mission.png);
	background-repeat: no-repeat;
	background-size: auto,cover;
	background-position: center bottom,center top;
	padding: 110px 0 ;
}

.mission .ttl {
	font-size: 8rem;
	margin-bottom: 50px;
}

.mission .txt {
	font-size: 2.2rem;
	line-height: 2;
	text-align: center;
	font-feature-settings: "palt";
}


@media screen and (max-width: 768px) {
	.mission {
		background:url(../img/about/bg_line.png),
			url(../img/about/bg_mission_sp.png);
		background-repeat: no-repeat;
		background-size: 90% auto, cover;
		background-position: center bottom,center top;
		padding: 75px 0 105px;
	}

	.mission .ttl {
		font-size: 4.8rem;
		margin-bottom: 30px;
	}

	.mission .txt {
		font-size: 1.1rem;
		line-height: 2.1;
	}

}

/* ------------------------------
    message
------------------------------ */

.message {
	background:url(../img/common/bg04.png);
	background-repeat: repeat;
	padding: 80px 0 90px;
}

.message .ttl {
	font-size: 8rem;
	margin-bottom: 50px;
}
.message .txt{
	width: 610px;
}
.message .txt p{
	font-size: 1.7rem;
	line-height: 2.35
}
.message .txt p:first-child{
	font-size: 2.4rem;
	margin-bottom: 40px;
	line-height: 1;
	font-feature-settings: "palt";
}
.message .img{
	margin-right: 25px;
	width: 300px;
}
.message .img img{
	box-shadow:25px 25px 0px 0px #E2BB8C;
}
.message .ceo_name{
	margin-top: 56px;
}
.message .ceo_name p{
	font-size: 2.8rem;
}
.message .ceo_name p span{
	display: block;
	font-size: 1.6rem;
	line-height: 2;
}
.message .ceo_name p.en{
	font-size: 3.3rem;
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	.message {
		padding: 30px 0 45px;
	}

	.message .ttl {
		font-size: 4.8rem;
		margin-bottom: 30px;
	}
	.message .txt{
		float: none;
		width: inherit;
	}
	.message .txt p{
		font-size: 1.2rem;
		line-height: 1.83;
	}
	.message .txt p:first-child{
		font-size: 1.7rem;
		margin-bottom: 20px;
		line-height: 1.83;
	}
	.message .img{
		float: none;
		width: calc(100% - 18px);
		max-width: 260px;
		margin:  30px auto 0;
		text-align: center;
		padding-right: 18px;
	}
	.message .img img{
		box-shadow: 18px 18px 0px 0px #E2BB8C;
	}
	.message .ceo_name{
		margin-top: 36px;
		display: flex;
		align-items: flex-end;
	}
	.message .ceo_name p{
		font-size: 2rem;
	}
	.message .ceo_name p span{
		font-size: 1.1rem;
		line-height: 2;
		margin-bottom: 5px;
	}
	.message .ceo_name p.en{
		font-size: 2.3rem;
		margin-top: 0;
		margin-left: 8px;
		margin-bottom: -2px;
	}
}


/* ------------------------------
    philosophy
------------------------------ */
.philosophy {
	background: url(../img/about/bg_philosophy.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0 100px;
}
.philosophy .ttl{
	margin-bottom: 36px;
}
.philosophy .font_midashi{
	width: 325px;
	height: 95px;
	background: url(../img/about/bg_ttl_philosophy.png) no-repeat;
	background-size: 100%;
	background-position: center;
	font-size: 3.2rem;
	line-height: 95px;
	color: #fff;
	margin-bottom: 20px;
}
.philosophy .txt{
	font-size: 3.3rem;
	line-height: 1.5;
	margin-bottom: 46px;
}
.philosophy ul li{
	font-size: 1.65rem;
	line-height: 2;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.philosophy {
		background: url(../img/about/bg_philosophy_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		padding: 36px 0 65px;
	}
	.philosophy .wrap{
		padding: 0;
	}
	.philosophy .ttl{
		margin-bottom: 27px;
	}
	.philosophy .ttl img{
		width: 205px;
	}
	.philosophy .font_midashi{
		width: 227px;
		height: 66px;
		font-size: 2.2rem;
		line-height:66px;
		margin-bottom: 10px;
	}
	.philosophy .txt{
		font-size: 2.3rem;
		margin-bottom: 23px;
		letter-spacing: -2px;
	}
	.philosophy ul{
		padding: 0 5%;
	}
	.philosophy ul li{
		font-size: 1.2rem;
	}
}

/* ------------------------------
    shop
------------------------------ */

.shop {
	background: url(../img/about/bg_shop.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0 86px;
}
.shop .wrap{
	background: rgba(255, 255, 255, 0.76);
	padding: 10px 38px 75px;
	border-radius: 10px;
}

.shop .ttl {
	font-size: 12rem;
	margin-bottom: 10px;
}

.shop .more_btn {
	margin-top: 52px;
}

.shop .shop_list {
	flex-wrap: nowrap;
	gap: 10px;
}



@media screen and (max-width: 768px) {
	.shop {
		background: url(../img/about/bg_shop_sp.jpg)no-repeat;
		background-size: cover;
		background-position: center;
		padding: 73px 0 60px;
	}
	.shop .wrap{
		width: 90%;
		padding: 20px 16px 37px;
		border-radius: 7px;
	}

	.shop .ttl {
		font-size: 7.5rem;
		margin-bottom: 20px;
	}

	.shop .shop_list {
		flex-wrap: wrap;
	}

	.shop .shop_list li{
		width: 48%;
	}
	.shop .shop_list li:nth-child(odd){
		margin-left: 0;
	}
	.shop .shop_list li:nth-of-type(2){
		margin-top: 0;
	}
	.shop .shop_list li img{
		width: 100%;
	}

	.shop .more_btn {
		margin-top: 38px;
	}


}

/* ------------------------------
    comapany
------------------------------ */
.company {
	background-image: url(../img/common/bg02.png);
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	padding: 80px 0 90px;
	position: relative;
}
.company::before{
	content: "";
	width: 100%;
	height: 18px;
	position: absolute;
	top: -5px;
	left: 0;
	background:url(../img/common/bg02_top.png);
	z-index: 1;
}
.company::after{
	content: "";
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: -5px;
	left: 0;
	background:url(../img/common/bg02_bottom.png);
	z-index: 1;
}
.company .sitename {
	text-align: right;
	max-width: 1200px;
	margin: 0 auto 5px;
}

.company .wrap_box {
/*	width: 100%;*/
	padding: 80px 0 90px;
	background-image: url(../img/common/border_yoko.png), url(../img/common/border_yoko.png),
	url(../img/common/border_tate.png),
	url(../img/common/border_tate.png);
	background-repeat: repeat-x,
	repeat-x,
	repeat-y,
	repeat-y;
	background-size: auto;
	background-position: left top,
	left bottom,
	left top,
	right top;
}

.company .ttl{
	margin-bottom: 54px;
}
.company .img{
	position: absolute;
	top: -43px;
	right: 30px;
	padding: 5px;
	background: #fff;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3)
}
.company dl{
	border-top: 1px solid #000;
	display: flex;
  flex-wrap: wrap;
}
.company dl dt{
	width: 140px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
	border-bottom: 1px solid #000;
	padding: 0 0 0 15px;
	display: flex;
	align-items: center;
	background: url(../img/common/stripe.png) repeat-x;
	background-position: left bottom;
}
.company dl dd{
	padding: 23px 10px 23px 56px;;
	width: calc(100% - 143px);
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.5;
	border-bottom: 1px solid #000;
}
.company dd ul li{
	font-size: 1.6rem;
	line-height: 1.8;
}
.company dd ul li span{
	font-size: 1.8rem;
}
.company dd ul li + li{
	margin-top: 8px;
}


@media screen and (max-width: 768px) {
	.company {
		width: inherit;
		padding: 25px 0 20px;
		position: relative;
	}
	.company::before{
		height: 9px;
		background-size: 50px 9px;
	}
	.company::after{
		height: 9px;
		background-size: 50px 9px;
	}

	.company .sitename {
		margin: 0 5% 5px;
	}

	.company .sitename img{
		width: 90px;
	}
	.company .wrap_box {
		width: 90%;
		padding: 38px 0 23px;
		background-size: auto 2px,
		auto 2px,
		2px auto,
		2px auto;
	}
	.company .ttl{
		text-align: center;
		margin-bottom: 35px;
	}
	.company .ttl img{
		width: 178px;
	}
	.company dl dt{
		width: 75px;
		font-size: 1.2rem;
		padding: 0 0 0 3px;
		background-size: auto 4px;
	}
	.company dl dd{
		padding: 10px 10px 10px 14px;
		width: calc(100% - 75px);
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.company dd ul li{
		font-size: 1.1rem;
	}
	.company dd ul li span{
		font-size: 1.2rem;
	}
	.company dd ul li + li{
		margin-top: 8px;
	}
}
