
/* CSS Document */

/*==================================================

メインイメージ

=================================================*/

.main-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	margin: 80px 0 auto auto;
}
.main-image .Title{
	padding: 6% 20px 3%;
	max-width: 1200px;
	margin: 1px auto;
}
.main-image .Title .en{
	color: #c7a840;
	font-size: clamp(22px, 3.5vw, 35px);
	font-family: "beyondinfinity";
}
.main-image .Title .en .num{
	font-family: "Cinzel", serif;
	font-size: clamp(20px, 2.8vw, 28px);
	color: #c7a840;
	display: inline-block;
	padding-right: 6px
}
.main-image .Title h2{
	margin: 10px 0;
	font-weight: 400;
}
.main-image .Photo {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.main-image .Photo img{
	width: 100%;
	height: auto;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {

.main-image {
	width: 100%;
	position: relative;
	line-height: 0;
	margin: 70px auto 0;
}
}

@media print , screen and (min-width:1px) and (max-width: 768px) {

	
}
@media print , screen and (min-width:1px) and (max-width: 530px) {

}

.lead{
	margin: 5% auto;
	text-align: center;
}
.lead p{
	text-align: center;
}@media print , screen and (min-width:1px) and (max-width: 768px) {
.lead{
	margin: 8% auto;
	text-align: center;
}
	
}

/* 私たちの特長 */

.features{
	position: relative;
	margin: 5% auto;
	z-index: 1;
}
.features01,
.features02,
.features03{
	margin: 8% auto;
}

.features::before{
	content: "";
	height: 70%;
	width: 100%;
background-image: -webkit-linear-gradient(left, #000, #1d2e47 30%);
background-image: -o-linear-gradient(left, #000, #1d2e47 30%);
background-image: linear-gradient(to right, #000, #1d2e47 30%);
	left: 0;
	top: 15%;
	position: absolute;
	z-index: -1;
}

.features .txt{
	width: 60%;
	margin: 0 auto 0 0;
background-image: -webkit-linear-gradient(300deg, #ffffff, #bcc6cd 100%);
background-image: -o-linear-gradient(300deg, #ffffff, #bcc6cd 100%);
background-image: linear-gradient(30deg, #ffffff, #bcc6cd 100%);
	padding: 4% 5% 4% 10%;
	position: relative;
	z-index: 5;
}
.features .txt .num{
	position: absolute;
	left: 15%;
	top: 0px;
	font-family: "Cinzel", serif;
	font-size: clamp(60px, 10vw, 120px);
	color: #c7a840;
}
.features .txt p{
	margin: 20px 0;
}
.features .txt .btn{
	margin: 30px auto 20px 10px;
	width: 80%;
	max-width: 400px;
}
.features .txt .btn a{
	display: block;
	background: #0a0651;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: clamp(16px, 1.8vw, 18px);
	position: relative;
}
.features .txt .btn a::before {
  content: '';
	background: url("../img/common/btn_arrow.svg") center center no-repeat;
	background-size: 12px;
	width: 12px;
	height: 10px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.features .photo{
	width: 70%;
	margin: -7% 0 0 auto;
}
.features .photo img{
	width: 100%;
	height: auto;
}

@media print , screen and (min-width:1px) and (max-width: 1400px) {

.features .txt .num{
	left: 8%;
	top: -15px;
}
.features .txt{
	width: 75%;
	margin: 0 auto 0 0;
	padding: 4% 3% 4% 5%;
	position: relative;
	z-index: 5;
}
.features .photo{
	width: 80%;
}		
	
}

@media print , screen and (min-width:1px) and (max-width: 960px) {

.features::before{
	content: "";
	height: 70%;
	width: 100%;
background-image: -webkit-linear-gradient(left, #000, #1d2e47 30%);
background-image: -o-linear-gradient(left, #000, #1d2e47 30%);
background-image: linear-gradient(to right, #000, #1d2e47 30%);
	left: 0;
	top: 20%;
	position: absolute;
	z-index: -1;
}
	
.features .txt .num{
	left: 25px;
	top: -15px;
}
.features .txt{
	width: 80%;
	margin: 0 auto 0 0;
	padding: 50px 30px 20px;
	z-index: 5;
}	
.features .photo{
	width: 85%;
	margin: -5% 0 0 auto;
}	
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.features::before{
	content: "";
	height: 70%;
	width: 100%;
background-image: -webkit-linear-gradient(left, #000, #1d2e47 30%);
background-image: -o-linear-gradient(left, #000, #1d2e47 30%);
background-image: linear-gradient(to right, #000, #1d2e47 30%);
	left: 0;
	top: 25%;
	position: absolute;
	z-index: -1;
}
.features .txt .num{
	left: 25px;
	top: -15px;
}
.features .txt{
	width: 90%;
	margin: 0 auto 0 0;
	padding: 40px 20px 15px;
	z-index: 5;
}	
.features .photo{
	width: 100%;
	margin: -20px 0 0 auto;
}	
}

@media print , screen and (min-width:1px) and (max-width: 530px) {

.features .txt .num{
	left: 20px;
	top: -10px;
}
.features .txt{
	width: 90%;
	margin: 0 auto 0 0;
	padding: 30px 20px 15px;
	z-index: 5;
}
}


/*商品開発の歩み*/
.history_w,
.history_g{
	position: relative;
	margin: 0 auto;
}

.history_w .Flexbox,
.history_g .Flexbox{
	max-width: 1000px;
	width: 96%;
	padding: 4% 30px 6%;
	border-left: 1px solid #cccccc;
	margin: auto;
	position: relative;
}
.history_w .Flexbox::after,
.history_g .Flexbox::after{
	content: "";
	left: -20px;
	width: 40px;
	height: 1px;
	top: 0;
	background: #cccccc;
	position: absolute;
}
.history .num{
	position: absolute;
	left: 30px;
	top: -15px;
	font-family: "Cinzel", serif;
	font-size: clamp(25px, 6vw, 60px);
	color: #c7a840;
}
.history_w .Flexbox .txt,
.history_g .Flexbox .txt{
	width: 50%;
	padding-right: 20px;
}
.history_w .Flexbox .txt h4,
.history_g .Flexbox .txt h4,
.history_w .Flexbox .txt p,
.history_g .Flexbox .txt p{
	margin-bottom: 10px;
}
.history_w .Flexbox .txt p,
.history_g .Flexbox .txt p{
	font-size: clamp(13px, 1.5vw, 15px);
	line-height: 1.8em;
	font-family: "Noto Sans JP", sans-serif;
}
.history_w .Flexbox .photo,
.history_g .Flexbox .photo{
	width: 50%;
}
.history_g{
background-image: -webkit-linear-gradient(300deg, #ffffff, #bcc6cd 100%);
background-image: -o-linear-gradient(300deg, #ffffff, #bcc6cd 100%);
background-image: linear-gradient(30deg, #ffffff, #bcc6cd 100%);
}

@media print , screen and (min-width:1px) and (max-width: 768px) {
	
.history_w .Flexbox .txt,
.history_g .Flexbox .txt{
	width: 100%;
}
.history_w .Flexbox .photo,
.history_g .Flexbox .photo{
	width: 100%;
	margin: 20px auto 20px 0;
}
.history_w .Flexbox .photo.photos,
.history_g .Flexbox .photo.photos{
	width: 60%;
	margin: 20px auto 20px 0;
}
}


/*製造の流れ*/

.process{
	position: relative;
}
.process img{
	width: 100%;
	height: auto;
}
.process .process_t{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.process .process_t .num{
	font-family: "Cinzel", serif;
	font-size: clamp(50px, 10vw, 100px);
	color: #0a0651;
	line-height: 0.8em;
	padding-right: 15px;
}
.process .process_t h4{
	color: #0a0651;
	line-height: 1.4em;
}
.process .txt p,
.process .txtr p{
	font-size: clamp(13px, 1.5vw, 16px);
	line-height: 1.8em;
	font-family: "Noto Sans JP", sans-serif;
}

.process .txt{
	max-width: 600px;
	width: 50%;
	margin: 0 auto 0 15%;
	padding: 2% 20px 3%;
}
.process .txtr{
	max-width: 500px;
	width: 50%;
	margin: 0 15% 0 auto;
	padding: 2% 20px 3%;
}

.process01{
	background: url("../img/process/process_1_back.png") center top no-repeat;
	background-size: 100% auto;
	padding-top: 5%;
	margin-top: -5%;
}
.process01 .txt{
	padding: 6% 20px 4%;
}
.process01 .process_p1{
	text-align: center;
	margin: 3% auto 0;
}
.process02{
	position: relative;
	padding-bottom: 55%;
}
.process02 .txtr{
	padding: 3% 20px 4%;
}
.process02 .process_p2{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.process02 .process_p2 img{
	width: 100%;
	height: auto;
}

.process03{
	position: relative;
}
.process03 .txt{
	padding: 0 20px 5%;
	margin-top: -25%;
}
.process03 .process_p3{
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}
.process03 .process_p3-2{
	width: 50%;
	margin: 0 auto 0 0;
}
.process04{
	position: relative;
}
.process04 .txtr{
	padding: 0 20px 4%;
	margin-top: -5%;
}
.process04 .process_p4{
	text-align: center;
	margin: 3% auto 0;
}
.process05{
	position: relative;
}
.process05 .process_p5{
	position: absolute;
	right: 0;
	top: 0;
	width: 80%;
}
.process05 .process_p5-2{
	width:60%;
	margin: 3% auto 3% 0;
}
.process06{
	position: relative;
}
.process06 .process_p6{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}
.process06 .process_p6-2{
	width:60%;
	margin: 3% 0 0 auto;
}

.process07{
	position: relative;
}
.process07 .process_p7{
	width: 60%;
	margin: 0 0 0 auto;
}
.process .process07 .txt{
	position: absolute;
	left: 15%;
	top: 15%;
}

.process08{
	position: relative;
	margin-bottom: 8%;
}
.process08 .process_p8{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60%;
}


@media print , screen and (min-width:1px) and (max-width: 1100px) {
.process .txt{
	max-width: 600px;
	width: 50%;
	margin: 0 auto 0 3%;
	padding: 3% 20px 4%;
}
.process .txtr{
	max-width: 600px;
	width: 50%;
	margin: 0 3% 0 auto;
	padding: 3% 20px 4%;
}
.process03 .txt{
	margin-top: -25%;
}
.process04 .txtr{
	margin-top: -5%;
}
.process .process07 .txt{
	position: absolute;
	left: 15%;
	top: 15%;
}
}


@media print , screen and (min-width:1px) and (max-width: 768px) {
.process .process07 .txt{
	position: absolute;
	left: 5%;
	top: 10%;
}
}

@media print , screen and (min-width:1px) and (max-width: 630px) {

.process .txt{
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	padding: 3% 20px 4%;
}
.process .txtr{
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	padding: 3% 20px 4%;
}
	
.process01{
	background: url("../img/process/process_1_back.png") left top no-repeat;
	background-size: cover;
	padding-top: 12%;
	margin-top: -12%;
}
.process02 .txtr{
	padding: 8% 20px 8%;
}
.process03 .txt{
	padding: 0 20px 0;
	margin-top: -10%;
}
.process03 .process_p3{
	width: 70%;
	position: relative;
	right: inherit;
	top: inherit;
	margin: -5% 0 0 auto;
}
.process03 .process_p3-2{
	width: 60%;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
.process04 .txtr{
	padding: 5% 20px 4%;
	margin-top: 0;
}

.process05 .txt{
	padding: 15% 20px 4%;
	margin-top: 0;
}

.process05 .process_p5-2{
	width:80%;
	margin: 3% auto 3% 0;
}
.process06 .txtr{
	padding: 15% 20px 4%;
	margin-top: 0;
}
.process06 .process_p6{
	position: absolute;
	left: inherit;
	right: 0;
	top: 0;
	width: 50%;
}
.process06 .process_p6-2{
	width:80%;
	margin: 3% 0 0 auto;
}

.process07 .process_p7{
	width: 70%;
	margin: -20% 0 0 auto;
}
.process .process07 .txt{
	position: relative;
	left: inherit;
	top: inherit;
	padding: 8% 20px 0;
}

.process08 .txtr{
	padding: 0 20px 3%;
	margin-top: -5%;
}
.process08 .process_p8{
	position:relative;
	left: inherit;
	bottom: inherit;
	width: 90%;
	margin: 0 auto 0 0;
}
	
}


/*会社情報*/

.Midashi{
	margin: 8% auto 5%;
	text-align: center;
}
.Midashi h3{
	font-size: clamp(20px, 3.0vw, 35px);
	letter-spacing: 0.1em;
	padding: 5px;
	color: #0a0651;
}
.Midashi .en{
	color: #c7a840;
	font-size: clamp(22px, 3.5vw, 35px);
	font-family: "beyondinfinity";
} 

.greeting{
	background: url("../img/about/about_back.png") center 70% no-repeat;
	background-size: 100% auto;
}

.greeting h4{
	margin-bottom: 5%;
}
.greeting p{
	font-size: clamp(15px, 1.8vw, 18px);
	line-height: 2.4em;
}
.greeting .sign{
	text-align: right;
	margin: 3% 0 3% auto;
	font-size: clamp(16px, 2vw, 20px);
}

.greeting dl{
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 30px auto;
}
.greeting dl dt{
	background: #0a0651;
	color: #fff;
	font-size: clamp(15px, 2vw, 20px);
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.greeting dl dd{
	width: 80%;
	background: #fff;
	padding: 15px 30px;
	text-align: left;
}

.access .accessback{
	color: #fff;
	position: relative;
	background-image: -webkit-linear-gradient(left, #000, #1d2e47 30%);
	background-image: -o-linear-gradient(left, #000, #1d2e47 30%);
	background-image: linear-gradient(to right, #000, #1d2e47 30%);
	padding: 0px 20px;
	margin: 5% auto 8%;
}

.access .accessinner{
	max-width: 1000px;
	width: 96%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.access .accessinner .access_t{
	width: 12%;
	font-size: clamp(16px, 2.2vw, 22px);
	padding: 30px 0;
}
.access .accessinner .access_add{
	width: 48%;
	padding: 30px 20px 30px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8em;
	font-size: clamp(14px, 1.6vw, 16px);
}
.access .accessinner .access_p{
	position: absolute;
	width: 40%;
	max-width: 350px;
	right: 0;
	bottom: 30px;
}


@media print , screen and (min-width:1px) and (max-width: 960px) {
.greeting{
	background: url("../img/about/about_back.png") center 50% no-repeat;
	background-size: 100% auto;
}
.greeting dl{
	margin: 20px auto;
}
.greeting dl dt{
	background: #0a0651;
	color: #fff;
	font-size: clamp(15px, 2vw, 20px);
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.greeting dl dd{
	width: 80%;
	background: #fff;
	padding: 12px 20px;
	text-align: left;
}
.access .accessinner .access_p{
	position: absolute;
	width: 35%;
	max-width: 350px;
	right: 0;
	bottom: 30px;
}
	
}

@media print , screen and (min-width:1px) and (max-width: 768px) {
.greeting{
	background: url("../img/about/about_back.png") center center no-repeat;
	background-size: 200% auto;
}
.greeting p{
	line-height: 2em;
}
.greeting dl{
	margin: 15px auto;
}
.greeting dl dt{
	background: #0a0651;
	color: #fff;
	font-size: clamp(15px, 2vw, 20px);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}
.greeting dl dd{
	width: 100%;
	background: #fff;
	padding: 10px 20px;
	text-align: left;
}
	
.access .accessinner .access_t{
	width: 100%;
	padding: 30px 0 10px;
}
.access .accessinner .access_add{
	width: 60%;
	padding: 10px 0px 30px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8em;
	font-size: clamp(14px, 1.6vw, 16px);
}
.access .accessinner .access_p{
	position: absolute;
	width: 40%;
	max-width: 350px;
	right: 0;
	bottom: 30px;
}
	
}

@media print , screen and (min-width:1px) and (max-width: 630px) {

.access .accessinner .access_add{
	width: 100%;
	padding: 10px 0px;
	}
.access .accessinner .access_p{
	position: relative;
	width: 100%;
	max-width: 100%;
	right: inherit;
	bottom: inherit;
	margin: 10px auto 30px;
}	
	
}

.form{
	margin: 3% auto 5%;
}

.form .need{
	background: #ff3a3a;
	display: inline-block;
	padding: 3px 5px;
	line-height: 1.2em;
	font-size: 0.8em;
	color: #fff !important;
	border-radius: 5px;
	margin-left: 10px;
}

.form .w30{
	width: 30%;
}
.form .w60{
	width: 60%;
}
.form .w100{
	width: 100%;
}
.form input {
	font-size: 1.6rem;
}
.form input[type="text"],
.form textarea {
	color: #000!important;
	border: 1px solid #ccc;
	background: #FFF;
	padding: 3px;
	margin: 5px 0;
}
.form input[type="email"] {
	border: 1px solid #999;
	border-radius: 4px;
	background: #FFF;
	margin: 10px 10px 10px 0;
	padding: 3px;
	margin: 5px 0;
}

.form select {
	font-size: 1.6rem;
	border: 1px solid #999;
	margin: 10px 0;
}

.form .Sendbtn{
	margin: 5% auto 0;
	padding-bottom: 8%;
	width: 70%;
	display: flex;
	justify-content: center;
}
.form .Sendbtn .btnblue,
.form .Sendbtn .btnglay{
	width: 50%;
	display: block;
	text-align: center;
}
.form .Sendbtn .btnblue input,
.form .Sendbtn .btnblue button{
	background: #09064d;
	color: #fff;
	display: block;
	padding: 15px 10px;
	width: 100%;
}
.form .Sendbtn .btnglay input,
.form .Sendbtn .btnglay button{
	background: #a4a9ae;
	color: #fff;
	display: block;
	padding: 15px 10px;
	width: 100%;
}

.privacy{
	padding: 5% 0 ;
}
.privacy .waku{
	background: #f6f6f5;
	padding: 20px 10px;
	text-align: center;
	margin: 20px auto;
}
.privacy .waku p{
	text-align: center;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
.form .w30{
	width: 60%;
}
.form .w60{
	width: 100%;
}
.form .w100{
	width: 100%;
}
.form .Sendbtn{
	margin: 5% auto 8%;
	width: 90%;
	display: flex;
	justify-content: center;
}	
}

.privacy h3{
	font-weight: 500;
	margin: 30px 0px;
	text-align: left;
	font-size: clamp(16px, 2.2vw, 22px);
	color: #09064d;
	border-bottom: 1px solid #09064d;
}
.privacy ol{
	margin: 3% auto;
}
.privacy ol li{
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 5px;
	text-align: left;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
.privacy ol li{
	margin-left: 30px;
}
}