@charset "utf-8";

/***************************************

BASE

***************************************/


html {
	height: 100%;
	position: relative;
	background: #6b7b6e;
	
}

body{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #3D3D3D;
	letter-spacing: 0.1rem;
	
}


/***************************************

container_top

***************************************/

#container{
	width: 100%;
}

.top_wrap{
	width: 100%;
	text-align: center;
	margin-top: 5%;
}

.top_main_img{
	max-width: 100%;	
}
.top_main_text{
	width: 45%;
	margin: 2% auto;
}
.top_main_text p{
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	line-height: 2.5rem;	
	text-align: left;
	color:#fff;
}

.top_main_banaer{
	margin: 0 auto 15%;
	width: 45%;
}

.top_main_banaer img{
	width: 100%;
}

.top_main_banaer p{
	color: #fff;
}

.marker {
  background:linear-gradient(transparent 50%, rgba(194, 196, 56) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
}
.marker.on {
  background-size: 100% 100%;
}
.under_marker {
  background:linear-gradient(transparent 90%, rgba(10, 10, 10,1.0) 100%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 10%;
  transition:background-size 1.5s;
}
.under_marker.on {
  background-size: 100% 100%;
}










@media screen  and (max-width:1200px){
	
	

.top_wrap{
	width: 100%;
	text-align: center;
	margin-top: 5%;
}	
	
.top_main_text{
	width: 90%;
	margin: 2% auto;
}	
	
.top_main_text p{
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
	line-height: 1.8rem;
	text-align: left;
}	
	

.top_main_banaer{
	margin: 0 auto;
	width: 90%;
}

.top_main_banaer img{
	width: 100%;
}	
	
	
.square_btn{
	display: inline-block;
	width: 90%;

	
}

.square_btn a {
  display: inline-block;
  width: 80%;
  line-height: 50px;

}


	

	
}



/***************************************

Contents

***************************************/


.Contents_wrap{
	width: 100%;
	margin: 5% auto;
	
	
}



.Contents_main{
	width: 100%;
	margin: 10% auto;	
	
}


.Contents_main_title{
	font-size: 2rem;
	letter-spacing: 0.2rem;
	font-weight: 900;	
	color:#fff;
	text-align: center;
	margin-bottom: 2%;
	
	font-family: "Old Standard TT", serif;
  	font-weight: 400;
 	font-style: normal;
	
}

.Contents_main_title h2{
	font-size: 4rem;
	
	margin-bottom: 5%;
	
	
}




.Contents_main_img_grid{
	width: 60%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 47% 47%;
	column-gap: 3%;
	
}


.Contents_main_img_left1 img{
	width: 100%;
	transform: rotate(-1deg);
}




.Contents_main_img_right1 img{
	width: 95%;
	transform: rotate(3deg);
	margin-top: 13%;
}


.Contents_main_img_right3 img{
	width: 70%;
	transform: rotate(3deg);
	margin-top: 23%;
}

.Contents_main_img_right4 img{
	width: 75%;
	transform: rotate(3deg);
	margin-top: 23%;
}


.Contents_main_img_grid2{
	width: 40%;
	margin: -3% auto 10%;
	display: grid;
	grid-template-columns: 60% 40%;
	
	
}


.Contents_main_img_left2 img{
	width: 100%;
	transform: rotate(-1deg);
}




.Contents_main_img_right2 {
	position:relative;
	
}


.Contents_main_name{
	
	color:#fff;
	position:absolute;
	bottom: 0%;
	right:0%;
	
	
}


.Contents_main_disp{
	width: 60%;
	margin: 10% auto;
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
	line-height: 2.0rem;
	font-weight: 300;	
	color:#fff;
	text-align: left;
	
}









.Contents_sub{
	width: 100%;
	margin: 10% auto;	
	
}



.Contents_sub_item_grid{
	
	margin: 0 auto 5%;
	width: 70%;
	display: grid;
	column-gap: 1.5%;
	row-gap: 1%;
	grid-template-columns: 31.3% 31.3% 31.3%;
	overflow: hidden;
	
	
	
}



.Contents_sub_item_grid1{
	
	border: solid 5px #fff;
    
    border-radius: 20px;
	
	margin-bottom: 3%;
	
	
}

.Contents_sub_item_grid1 img{

    border-radius: 10px 10px 0 0;
	
	
}

.Contents_sub_item_grid1 p{
  	width: 80%;
	margin: 0 auto;
	color:#fff;
	
}


.Contents_sub_item_grid1 p.item_brand{
	font-size: 1rem;	
	text-align: center;
	
}

.Contents_sub_item_grid1 p.item_name{
	font-size: .8rem;
	letter-spacing: 0.2rem;
	font-weight: 500;		
	text-align: center;
	
}

.Contents_sub_item_grid1 p.item_disp{
	margin: 3% auto 0;
	font-size: .8rem;
	font-weight: 500;		
	text-align: left;
	
}


.Contents_sub_item_grid1 p.item_ditail{
	margin: 2% auto;
	font-size: .7rem;	
	font-weight: 500;	
	text-align: center;
	
}



@media screen and (max-width: 1024px) {
	




.Contents_wrap{
	width: 100%;
	margin: 5% auto;
	
	
}


.Contents_main_title h2{
	font-size: 3.5rem;
	
	margin-bottom: 5%;
	
	
}	
	


.Contents_main_img_grid{
	width: 98%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 47% 47%;
	column-gap: 3%;
	
}


.Contents_main_img_left1 img{
	width: 100%;
	transform: rotate(-1deg);
}




.Contents_main_img_right1 img{
	width: 98%;
	transform: rotate(3deg);
	margin-top: 13%;
}


.Contents_main_img_right3 img{
	width: 75%;
	transform: rotate(3deg);
	margin-top: 23%;
}

.Contents_main_img_right4 img{
	width: 75%;
	transform: rotate(3deg);
	margin-top: 23%;
}


.Contents_main_img_grid2{
	width: 80%;
	margin: -3% auto 10%;
	display: grid;
	grid-template-columns: 60% 40%;
	
	
}


.Contents_main_img_left2 img{
	width: 100%;
	transform: rotate(-1deg);
}




.Contents_main_img_right2 {
	position:relative;
	
}


.Contents_main_name{
	color:#fff;
	position:absolute;
	bottom: 0%;
	left:5%;
	
	
}
	
	.Contents_main_name p{
		font-size: 0.6rem;
	}	


.Contents_main_disp{
	width: 60%;
	margin: 10% auto;
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
	line-height: 2.0rem;
	font-weight: 300;	
	color:#fff;
	text-align: left;
	
}









.Contents_sub{
	width: 100%;
	margin: 10% auto;
	
	
}



.Contents_sub_item_grid{
	
	margin: 0 auto 10%;
	padding-bottom: 50%;
	width: 95%;
	display: grid;
	column-gap: 1.5%;
	row-gap: 1%;
	grid-template-columns: 95%;
	overflow: hidden;
	
	
	
}



.Contents_sub_item_grid1{
	
	border: solid 5px #fff;
    
    border-radius: 20px;
	
	margin-bottom: 3%;
	
	
}

.Contents_sub_item_grid1 img{

    border-radius: 10px 10px 0 0;
	
	
}

.Contents_sub_item_grid1 p{
  	width: 80%;
	margin: 0 auto;
	color:#fff;
	
}


.Contents_sub_item_grid1 p.item_brand{
	font-size: 1rem;	
	text-align: center;
	
}

.Contents_sub_item_grid1 p.item_name{
	font-size: .8rem;
	letter-spacing: 0.2rem;
	font-weight: 500;		
	text-align: center;
	
}

.Contents_sub_item_grid1 p.item_disp{
	margin: 3% auto 0;
	font-size: .8rem;
	font-weight: 500;		
	text-align: left;
	
}


.Contents_sub_item_grid1 p.item_ditail{
	margin: 2% auto;
	font-size: .7rem;	
	font-weight: 500;	
	text-align: center;
	
}

	
}

/***************************************

ボタン

***************************************/
.button a {
  font-family: 'Noto Sans JP', serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #333;
  font-weight: 700;
  border: solid 3px #333;
  border-radius: 999px;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.button a:hover {
  color: #333;
  background: initial;
  transition: all 0.3s;
}


@media screen and (max-width: 1024px) {
	
	
	
	
.button a {
  font-family: 'Noto Sans JP', serif;
  font-size: .8rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #333;
  font-weight: 700;
  border: solid 3px #333;
  border-radius: 999px;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 1% 1%;
  margin: 5%;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.button a:hover {
  color: #333;
  background: initial;
  transition: all 0.3s;
}
}


/***************************************

吹き出し

***************************************/

.Contents_main_comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 50px auto;
  padding: 0 10px;
}
.Contents_main_comment .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.Contents_main_comment .onebox:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 20px;
}
.Contents_main_comment .onebox .imgArea {
  width: 16%;
  position: relative;
}
.Contents_main_comment .onebox:nth-child(odd) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: 0;
  padding-right: 30px;
}

.Contents_main_comment .onebox .fukiArea {
  width: 80%;
}
.Contents_main_comment .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #f2f3f7;
  font-size: 18px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.Contents_main_comment .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.Contents_main_comment .onebox .fukidasi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 40px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.Contents_main_comment .onebox:nth-child(odd) .fukidasi::before {
  left: -15px;
  border-left: 25px solid #f2f3f7;
  border-top: 25px solid transparent;
}
.Contents_main_comment .onebox:nth-child(odd) .fukidasi::after {
  left: -25px;
  border-left: 25px solid #6b7b6e;
  border-top: 25px solid transparent;
}

.fukidasi span{
	font-size: 1rem;
}



@media screen and (max-width: 1024px) {
  .Contents_main_comment .onebox:nth-child(odd) .imgArea img {
    max-width: 100%;
    top: 0;
  }
  .Contents_main_comment .onebox:nth-child(even) .imgArea img {
    max-width: 70%;
    top: 0;
  }
  .Contents_main_comment .onebox .fukidasi {
    padding: 15px;
    font-size: 14px;
  }
  .Contents_main_comment .onebox .fukidasi::before {
    top: 8px;
  }
  .Contents_main_comment .onebox .fukidasi::after {
    top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .Contents_main_comment {
    margin: 30px auto;
  }
 
  .Contents_main_comment .onebox .imgArea {
    width: 20%;
  }
  .Contents_main_comment .onebox .fukidasi {
    padding: 10px 15px;
    font-size: 12px;
  }
}




/***************************************

underline

***************************************/


.underline-Area {
	  width: 50%;
	  min-width: 200px;
	  height: auto;
	  margin: 0;
	  padding: 20px;
	  border: 1px solid #333;
}

.underline-Area p {
	  margin: 60px auto;
}

.underline-before {

	background: linear-gradient(black, black) 0 100%/0 2px no-repeat;
	transition: background 3s;
	text-decoration: none;

}

.underline-after {
	background-size: 100% 2px;
  
}

	


/***************************************

UP日見出し

***************************************/

.upbi {
  position: relative;
  padding: 3% 5%;
  text-align: center;
  width: 70%;
  margin: 0 auto;	 
  font-size: 1.6rem;
　font-weight: 700;	
	
  	
}

.upbi:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #3D3D3D;
}

.upbi span {
  position: relative;
  padding: 0 1em;
  background: #B9C4C9;
  
}


@media screen  and (max-width:1200px){
	
.upbi {
  position: relative;
  padding: 3% 5%;
  text-align: center;
  width: 100%;
  margin: 0 auto 5%;	 
  font-size: 1.3rem;
　font-weight: 700;	
	
  	
}

.upbi:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #3D3D3D;
}

.upbi span {
  position: relative;
  padding: 0 1em;
  background: #B9C4C9;
  
}
	
}

/***************************************

fadeUp

***************************************/


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}



/***************************************

delay

***************************************/

.delay{
	
	 opacity: 0;
   	 animation: fadein 6s ease forwards;
}


@keyframes fadein  {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.delay_1 {animation-delay: 0.5s}
.delay_2 {animation-delay: 1.2s}
.delay_3 {animation-delay: 1.9s}
.delay_4 {animation-delay: 2.6s}
.delay_5 {animation-delay: 3.3s}
.delay_6 {animation-delay: 4.0s}


/***************************************

PC/SP

***************************************/


@media screen and (min-width: 1200px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .pc {
    display: none;
  }
}



