@charset "UTF-8";
/* CSS Document */
h2{
	text-align: center;
	margin-bottom: 0;
	font-size:32px;
	font-weight: bold;
}
h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8rem;
}

p{
	font-size: 18px;
	line-height: 1.8rem;
	text-align: justify;
}
a {
  text-decoration: none;
}
li{
	list-style: none;
}

.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; 
}

.h2-wrapper{
	position: relative;
}
.h2-jp-privacy{
	font-size:clamp(1.406rem, 1.19rem + 1.08vw, 2rem);
	color: #fff;
}
.h2-eng-privacy{
	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);
	color: #fff;
}

.content-header{
	width: 100%;
	margin-top: 80px;
	
}
.content-header-bg img{
	width:100%;
	max-width: 1920px;
	vertical-align: middle;
}





/*************************privacy*************************/


.content-privacy{
	margin-top:100px;
	background-color: #1741B7;
	padding: 70px 0;
}

.h2-jp-privacy{
	margin-bottom: 0;
}

.content-privacy-tittle{
	padding: 100px 0;	
}
.content-privacy-tittle-inner{
	max-width: 1050px;
	margin:0 auto;
	padding: 0 20px;
}
.content-privacy-tittle-inner h3{
	text-align: left;
	margin-bottom: 40px;
}
.list{
	margin: 20px 0;
	padding-left: 40px;
	list-style-type: decimal;
}
.list li{
	list-style-type: inherit;
	font-size: 18px;
	line-height: 1.8;
	padding-bottom: 30px;
	text-align: justify;
}
.seitei{
	margin: 30px;
	text-align: right;
}
.seitei p{
	text-align: right;
}
.p-kana{
	display: none;
}



/*************************selling*************************/

.selling-p{
	font-size: 17px;
	line-height: 2.1rem;
}
h3.selling-h{
	text-align: center;
}






/*****************************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;
}

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

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


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





/*******************レスポンシブ*********************/
@media screen and (max-width: 767px){
p{
	font-size:14px;	
}
	
h2{
	margin-bottom: 50px;
}
h3{
	font-size: 20px;		
	}
	
.c-header__list-item{
	height: 200px;
}

/***********************content-inner***********************/
	
/*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*/
	
	
	
	.content-privacy-tittle{
		padding: 50px 0;
	}
	
	.content-privacy-tittle-inner h3{
		text-align: center;
	}
	
	.list li{
		font-size: 14px;
	}
	.seitei{
		margin: 30px 0;
	}
	.text-contact p{
		text-align: left;
	}

	
	
	.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;
	}

}

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

	svg{
		width: 70%;
	}
	
	.p-kana{
		display: block;
	}

	.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;
	}
	
	
	
	
}