@charset "UTF-8";
/* CSS Document */

html{
	font-size: 100%;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #3F3F3F;
	margin: 0px;
}

img{
	max-width: 100%;
}

a{
	text-decoration:none; 
}
li{
	list-style: none;

}
p{
	font-size: 1.3rem;
}
h3{
	font-size: 18px;
	font-weight: 100;
	line-height: 1.8rem;
}　


::placeholder {
  color:  #BCBCBC;
}


.h2-wrapper{
	position: relative;
}

.h2-eng{
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
	opacity: 0.1;
	
	font-weight: bold;
	letter-spacing: 0.15rem;
	font-size:clamp(2.813rem, 2.244rem + 2.84vw, 4.375rem);
}
.h2-jp{
	margin-bottom: 50px;	
	font-size:clamp(1.406rem, 1.19rem + 1.08vw, 2rem);
}

.h2-jp-contact{
	margin-bottom: 50px;
	font-size:clamp(1.406rem, 1.19rem + 1.08vw, 2rem);
	text-align: center;
}






/*セクション関連*/
.sec-tittle{
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 80px;
	
}
.site-tittle{
	width: 40%;
	line-height: 1;
}


.c-header.c-hamburger-menu{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.c-header {
  	align-items: center;
  	background-color: white; 
  	box-sizing: border-box;
  	display: flex;
  	justify-content: space-between;
  	padding: 1.5rem 2rem; 
  	width: 100%;
}

.c-header__logo {
  color: #000; 
  min-width: 80px; 
  text-decoration: none;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.c-header__list-link {
  color: #000; 
  display: block;
  margin-right: 20px; 
  text-decoration: none;
  padding: 10px 0px; 
}

.c-header__list-link:hover {
  filter: opacity(0.6); 
}
.c-hamburger-menu {
  position: relative;
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000; 
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4; 
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}
.c-hamburger-menu__button-mark {
  background-color: #000; 
  display: block;
  height: 1px; 
  width: 20px; 
}




/*-----------------------------------------------
header
-------------------------------------------------*/
.header-remarks-wrapper{
	max-width: 100%;
	border-bottom: 1px groove;
	border-bottom-color:#D2D2D2;
}
.header-remarks{
	max-width: 960px;
	text-align: right;
	margin: 0 auto;
	padding: 15px 50px;
}

.header-remarks a{
	color: #3F3F3F;
	font-size: 0.6rem;
}

.header-wrapper{
    width: 100%; 
    background: #fff; 
  }

.header-wrapper-inner{
	max-width: 960px;
	padding: 20px 50px 0px 50px;
	margin: 0 auto;
	display: flex; 
    align-items: center; 
	justify-content: space-between;
}
.header-wrapper.fixed{
  position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
}

.header-wrapper ul{
	display: flex;
	padding: 10px 0;
	align-items: center;
	justify-content: center;
}

.header-wrapper ul li{
	font-size: 1rem;
	padding: 8px 15px;
	font-weight: bold
}
.header-wrapper ul li a{
	color: #3F3F3F;
}

.bread-wrapper{
	max-width: 100%;
}
.bread-inner{
	max-width: 960px;
	margin: 0 auto 30px auto;
	padding: 0 50px;
}
.breadcrumb ul {
	justify-content: flex-end;	
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; /* Flexboxにする */
}
/*----------------------
区切り文字
---------------------- */
.breadcrumb li::after {
  content: ">";
	font-size: 12px;
}
.breadcrumb li:last-child::after {
  content: "";
}
/*----------------------
パンくずリスト内の要素
---------------------- */
.item1 {
  padding: .5em 1em; /* 余白作成 */
  font-size: 12px;
  text-decoration: underline;
}
.item2{
  padding: .5em 1em; /* 余白作成 */
  font-size: 12px;
}

.breadcrumb ul li{
	padding: 0 1px;
}
.breadcrumb ul li a{
	color: blue;
}




















/*****************************footerここから*****************************/
#footer{
	padding: 50px 0 10px 0;
	background-color: #cccccc;
}
#footer a{
	font-size: 14px;
	color: #000;
}
.footer-inner{
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 20px;
}
.footer-link-wrap{
	display: flex;
	justify-content: center;
}
.footer-link{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 2rem;
}
.footer-link li{
	padding: 0 4rem;
	position: relative;
}
.footer-link li:nth-child(n+2)::before{
	content: "|";
	position: absolute;
	left: -0.15rem;
	color: #000;
}

.footer-adobe{
	display: flex;
	max-width: 1050px;
	justify-content: center;
	align-items: center;
	color: #000;
	margin:  40px auto;
}
.footer-adobe-text{
	margin-left: 30px;
}

.footer-adobe-text h3{
	font-size: 14px;
	font-weight: bold;
}

.footer-adobe-text p{
	font-size: 12px;
	line-height: 1.5rem;
	/*text-align: justify;*/
}

.footer-adobe img{
	width: 100%;
}

.copy-right p{
	font-size: 12px;
	text-align: center;
}


/*****************************footerここまで*****************************/


/*-----------------------------------------------
contact
-------------------------------------------------*/

.check-text{
	font-size: 1rem;
}
#formWrap {
	margin:20px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
#formWrap-check {
	margin:110px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
.error-h4{
	margin: 20px 0;
}
p.error_messe{
	margin:5px 0;
	color:red;
	font-size: 1rem;
}

.contact-wrapper{
	max-width: 960px;
	margin: 0 auto 60px auto;
}

.contact-inner{
	padding: 0 4%;
}

.contact-tittle-wrapper{
	position: relative;
	max-width: 960px;
	margin-top: 100px;
}
.contact-tittle-wrapper h2{
	font-size: 7rem;
  	color: #3F3F3F;
	opacity: 0.1;
	margin: 0 auto 20px auto;
}
.contact-p-front{
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #3F3F3F;
}
.contact-inner .contact-p-front p{
	font-size: 2rem;
	font-weight: bold;
}


.contact-message{
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: center;
	padding: 0 10px;
}
.selling-link{
	text-align: center;
	padding: 0 10px;
	font-size: 1rem;
	margin-bottom: 60px;
	text-decoration: underline;
}
.form-item{
	margin-bottom: 40px;
	align-items: center;
}
.form-item2{
	margin-bottom: 40px;
}
.form-list{
	padding: 0 10px;
}
.form-label{
	font-weight: bold;
	margin-right: 8px;
	font-size: 15px;
}
.form-label-area{
	margin: 10px 0;
}
.form-required{
	font-size: .9rem;
	color: #fff;
	text-align: center;
	display: inline-block;
	background-color: #d02323;
	padding: 0px 8px;
	line-height: 20px;
	border-radius: 4px;
}
.form-input-area{
	width: 100%;
}
.input_text,.input_text2,.input_text3,.textarea{
	border: 0;
	resize: none;
	background-color: #EDEDED;
	font-size: 16px;
	box-sizing:border-box;
	padding: 0 8px;
	border-radius: 8px;
}
.input_text{
	line-height: 48px;
	width: 100%;
}
.input_text2{
	line-height: 20px;
	width: 100%;
	padding: 15px 10px;
}
.input_text3{
	line-height: 20px;
	width: 100%;
	padding: 15px 10px;
}
.textarea{
	padding: 8px 8px;
	line-height: 1.5;
	width: 100%;
}
.submit-message{
text-align: center;	
margin-bottom: 32px;
font-size: 1rem;
}
.submit-message span{
	display: inline-block;
}
.link_privacy_policy{
	color: #265AE6;
	text-decoration: underline;
}
.submit-btn{
	appearance:none;
	border: 0;
	background-color: #222;
	text-align: center;
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	width: 360px;
	line-height: 50px;
	color: #fff;
	margin: 0 auto;
	border-radius: 20px;
}
.submit-btn{
	cursor: pointer;
}

/*-----------------------------------------------
contact確認画面
-------------------------------------------------*/
table.formTable{
	width:50%;
	margin:20px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}







/*****************************product*****************************/
.content-product,.content-news,.content-popular{
	padding: 100px 0;
	background-color: #f8f8f8;
	
}
.content-poster{
	margin-top: 80px;
	padding: 100px 0;
	background-color: #f8f8f8;
}
.content-news{
	padding: 100px 0;
	background-color: #f8f8f8;
}
.content-contact{
	margin-top:80px;
	padding: 100px 0;
}





.content-product-inner,.content-news-inner,.content-popular-inner,.content-poster-inner,.content-contact-inner{
	max-width: 1050px;
	margin:0 auto;
}
.content-news-inner2{
	max-width: 1050px;
	margin:80px auto;
	padding: 0 4%;
}









/* sp */
@media screen and (max-width:767px){
	
		
	h2{
	margin-bottom: 50px;
	}

	
	.c-header__list-item{
	height: 200px;
	}
	
	/*hamburger-menu*/
	  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズしてください */
    height: 32px; /* カスタマイズしてください */
    justify-content: center;
    width: 32px; /* カスタマイズしてください */
  }
	  .c-hamburger-menu__list {
    background-color: #fffffff7; /* カスタマイズしてください */
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    top: 100%;
    width: 100%;
	height: 500px;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
	align-items:center;
  }
	
	#hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
/*hamburger-menu-end*/
	
	
	
.footer-adobe{
		flex-direction: column;
	}
	.footer-adobe-text{
		margin: 20px 0;
	}
	.footer-adobe-text h3,p{
		text-align: center;
	}
	.footer-link li:nth-child(n+2)::before{
	display: none;
	}

	.bread-wrapper{
	display: none;
	}
	
	
	
	
	
}




@media screen and (max-width:428px){	
	.c-header{
		padding: 1.5rem 1rem;
	}

	svg{
		width: 70%;
	}

	/* header */
	.header-remarks-wrapper{
	height: 24px;
	}
	
	.header-remarks{
	padding: 0 40px 0 40px;
	height: 24px;
	}
	.header-remarks a{
	font-size: 0.5rem;
	}
	
	.site-tittle{
	width: 70%;
	line-height: 1;
	}
	.header-wrapper{	
	height: auto;
	line-height: 40px;
	margin-top: 0px;
	}	
	.header-wrapper-inner{
	flex-direction: column;
	padding: 0 30px 0 30px;
	}
	.header-wrapper ul{
	margin-top: -20px;
	}
	.header-wrapper ul li{
	font-size: 0.6rem;
	}	


	.footer-link li{
	font-size: 12px;
	padding: 0.5rem 2rem;
		text-align: center;
	}
	.footer-link li:nth-child(n+2)::before{
	display: none;
	}
	.footer-adobe{
		flex-direction: column;
	}
	.footer-link{
		flex-direction: column;
	}
	
	/*-----------------------------------------------
	contact_SP
	-------------------------------------------------*/
	.contact-tittle-wrapper h2{
	font-size: 3.5rem;
  	}
	.contact-inner .contact-p-front p{
	font-size: 1rem;
	}
	
	.contact-message{
		font-size: .8rem;
		line-height: 1.5;
	}

	.form-item{
		flex-direction: column;
	}
	.form-item2{
		flex-direction: column;
	}
	.form-label-area{
		margin-bottom: 12px;
		text-align: center;
	}
	.form-input-area{
		width: 100%;
	}
	.input_text{
		width: 100%;
	}
	.input_text2{
		width: 100%;
	}
	.input_text3{
		width: 100%;
	}
	.submit-message{
		line-height: 1.5;
	}
	.submit-btn{
		width: 100%;
		max-width: 380px;
	}
	
	#formWrap {
	width:95%;
	margin:0 auto;
	}
	#formWrap-check {
	width:95%;
	margin:0 auto 20px auto;
	}
	table.formTable th, table.formTable td {
	width:auto;
	display:block;
	}
	table.formTable th {
	margin-top:0px;
	border-bottom:0;
	}
	form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:80%;
	height:40px;
	}

}

