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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
html,
body {
	padding: 0;
	margin: 0;
}
img,video {
	width: 100%;
	border: none;
}
ul,li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#by {
	width: 100%;
	margin: 0 auto;
	line-height: 2;
	font-size: 12px;
	font-family: "Noto Sans", sans-serif;
	padding-bottom: 1%;
	background-color: #fffcf5;
}
#by a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}
#by .img {
	line-height: 0;
	position: relative;
}

#main_visual .visual{
	position: relative;
	height: 65vh;
}

#main_visual .title.anim img{
	margin: 0 auto;
	
}

#main_visual .title.anim{
	width: 80%;
	max-width: 400px;
	position: absolute;
/*
  	top: 25%;
  	left: 12%;
*/
	top: 50%;
	left: 50%;
  	z-index: 2;
	opacity: 0;
	
}

#main_visual .title.anim.ac{
	animation: fadeIns 5s forwards;
	animation-delay: 0.5s;
}

@keyframes fadeIns {
    0% {
		opacity: 0;
/*		transform: translateY(8px);*/
		transform: translate(-50%, -30%);
    }
    100% {
/*        transform: translateY(0);*/
		transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #main_visual .visual{
		position: relative;
		max-width: 1024px;
		height: 53vh;
		margin: 0 auto;
	}
	#main_visual .title.anim{
		width: 60%;
		max-width: 400px;
		position: absolute;
/*
		top: 20%;
		left: 30%;
*/
		top: 50%;
		left: 50%;
		z-index: 2;
	}
}

@media only screen and (min-width: 1025px)  {
	#main_visual .visual{
		position: relative;
		max-width: 1400px;
		height: 80vh;
		margin: 0 auto;
	}
	#main_visual .title.anim{
		width: 40%;
		max-width: 500px;
		position: absolute;
/*
		top: 15%;
		left: 30%;
*/
		top: 50%;
		left: 50%;
		z-index: 2;
	}
}



#main_visual .visual_img{
	max-width: 100%;
	position: absolute;
	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}



#main_contents {
	position: relative;
}
#main_contents .v_box{
	margin: 0 auto 1%;;
}
#main_contents .section {
	position: relative;
	margin: 10% auto;
}
#main_contents .section .read{
/*	width: 550px;*/
	width: 90%;
	margin: 0 auto 5%;
}
#main_contents .section .tit{
	text-align: center;
	font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
}

#main_contents .look1_style{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
  	grid-template-rows: repeat(4, auto);
	column-gap:1%;
	max-width: 100%;
	overflow: hidden;
}


@media only screen and (min-width: 769px)  {
	#main_contents{
/*			width: 1100px;*/
	max-width: 1200px;
		width: 90%;
			margin: 0 auto;
		}
		#main_contents .v_box{
			height: 756px;
			margin-bottom: 5%;
		}
		#main_contents video{
			height: 100%;
		}
/*
		#main_contents {
			width: 1200px;
			margin: 0 auto;
		}
*/
	#main_contents .section .tit{
    	font-size: 18px;
	}
	#main_contents .section .read{
		width: 550px;
		font-size: 14px;
	}
		#main_contents .look1_style{
		column-gap:8%;
	}
}
/*
@media only screen and (max-width: 769px)  {
	#main_contents .section {
		position: relative;
		margin: 10% auto;
	}
	#main_contents .section .read{
	width: 90%;
	margin: 0 auto 7%;
	}
}
*/
		
#main_contents .item_n{
	font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    margin: 2% auto 0;
    padding: 2%;
}

#main_contents .item_n2{
	font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    margin: 0 auto;
	text-align: center;
	padding: 2%;
}

#main_contents .price{
	font-size: 11px;
	margin: 2% auto;
	text-align: center;
}
#main_contents .item_n2 span{
	font-size: 11px;
}
#main_contents .item_txt{
	font-size: 12px;
    width: 90%;
	max-width: 400px;
    margin: 0 auto 5%;
	padding: 0 2%;
}
#by .buy1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #000000;
    border-radius: 25px;
    background-color: #fffcf5;
    color: #000000;
    font-size: 1em;
}
#by .buy{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #000000;
    border-radius: 25px;
    background-color: #fffcf5;
    color: #000000;
    font-size: 1em;
}
#main_contents .look2{
    	display: block;
        width: 100%;
        margin: 20% auto;
	}
	#main_contents .look2 .child{
		width: 100%;
		margin: 0 auto 20%;
	}

@media only screen and (min-width: 769px)  {
	#main_contents .item_n{
    font-size: 14px;
    margin: 2% auto 0;
    padding: 2%;
}

	#main_contents .item_n2{
		font-size: 14px;
		margin: 0 auto;
		padding: 2%;
	}

	#main_contents .price{
		font-size: 14px;
		margin: 2% auto;
		text-align: center;
	}
	#main_contents .item_n2 span{
		font-size: 14px;
	}
	#main_contents .item_txt{
		font-size: 14px;
		margin: 0 auto 5%;
		padding: 0 2%;
		flex: 1;
		gap: 40px;
	}
	
}

#main_contents .look2 .child .slide{
/*=== 画像の表示エリア ================================= */

  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : auto;
/*  height     : 756px;*/
	aspect-ratio: 3 / 4;
}
 
 /*=== 画像の設定 ======================================= */
#main_contents .look2 .child .slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  opacity    : 0;
  animation  : slideAnime 12s ease infinite;
}

@media only screen and (min-width: 769px)  {
	#main_contents .look2 .child{
		display: flex;
		justify-content: space-between;
		height: auto;
	}
	#main_contents .look2 .child .slide{
/*		flex: 0 0 50%;  */
		flex: 1 1 0;
		max-width: 50%;
	}
	#main_contents .look2 .child .slide img {
	  display    : block;
	  position   : absolute;
	  width      : 100%;
/*	  height     : 100%;*/
		height: auto;
	  object-fit: cover;
	  opacity    : 0;
	  animation  : slideAnime 12s ease infinite;
	}
	
	#main_contents .look2 .child .item_detail {
		margin: 20% 0 0;
		width: 38%;
	}
	
	
}
 /*=== スライドのアニメーションを段差で開始する ========= */
#main_contents .look2 .child .slide img:nth-of-type(1) { animation-delay: 0s }
#main_contents .look2 .child .slide img:nth-of-type(2) { animation-delay: 4s }
#main_contents .look2 .child .slide img:nth-of-type(3) { animation-delay: 8s }
/*#main_contents .look2 .child .slide img:nth-of-type(4) { animation-delay: 9s }*/
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
   8% { opacity: 1 }
  30% { opacity: 1 }
  38% { opacity: 0 }
 100% { opacity: 0 }
}


@media only screen and (max-width: 769px)  {
#main_contents .look2 .child .slide{
	width: 100%;
	height: 138vw;
	}
}

#main_contents .look2 .child .slide2{
/*=== 画像の表示エリア ================================= */

  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : auto;
  height     : 756px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fffcf5;
}
 
 /*=== 画像の設定 ======================================= */
#main_contents .look2 .child .slide2 img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime2 15s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
#main_contents .look2 .child .slidee2 img:nth-of-type(1) { animation-delay: 0s }
#main_contents .look2 .child .slide2 img:nth-of-type(2) { animation-delay: 3s }
#main_contents .look2 .child .slide2 img:nth-of-type(3) { animation-delay: 6s }
#main_contents .look2 .child .slide2 img:nth-of-type(4) { animation-delay: 9s }
#main_contents .look2 .child .slide2 img:nth-of-type(5) { animation-delay: 12s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime2{
   0% { opacity: 0 }
   10% { opacity: 1 }
  20% { opacity: 1 }
  30% { opacity: 0 }
 100% { opacity: 0 }
}

@media only screen and (max-width: 769px)  {
#main_contents .look2 .child .slide2{
		width: 100%;
		height: 138vw;
	}
}
@media only screen and (min-width: 769px)  {
	#main_contents .v_box {
    width: 83%;
	}
/*
	#main_contents .item_n {
    font-size: 26px;
    margin: 0 0 10% 0%;
    }
	#main_contents .look2 .child .item_n {
    font-size: 24px;
    margin: 5% 0 10% 0%;
    }
	#main_contents .item_n span {
    font-size: 18px;
	}
	#main_contents .look2 .child .item_n span {
    font-size: 15px;
	}
	#main_contents .item_txt {
    width: 100%;
	font-size: 14px;
	margin: 0 auto 15%;
    }
	#by{
	font-size: 14px;
	}
	#main_contents .look2 .child .text {
    width: 100%;
	}
*/
	
	#main_contents .item_n{
    font-size: 18px;
    margin: 2% auto 0;
    padding: 2%;
}

	#main_contents .item_n2{
		font-size: 18px;
		margin: 0 auto;
		padding: 2%;
	}

	#main_contents .price{
		font-size: 16px;
		margin: 2% auto;
		text-align: center;
	}
	#main_contents .item_n2 span{
		font-size: 14px;
	}
	#main_contents .item_txt{
		font-size: 14px;
		margin: 0 auto 5%;
		padding: 0 5% 0 7%;
		flex: 1;
		gap: 40px;
	}
}

.anim {
	opacity: 0;
	transition: 1.6s all 0s ease;
}
.anim.ac {
	opacity: 1;
}

@media (min-width: 769px) and (max-width: 1024px) {
 
}