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

#by {
		font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
		font-family:'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-size: 12px;
		line-height: 2.0em;
	    overflow: hidden;
		width: 100%;
	    margin: 0 auto;
		color: #000;
	}
img {
		width: 100%;
	    object-fit: cover;
}

a {
	text-decoration: none;
	color: #000;
}

ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main_visual {
	display: block;
	margin: 0 auto 10%;
}

#main_visual ul li:nth-child(1){
	transition: 2.5s all 0.3s ease;
}

#main_visual ul li:nth-child(2){
	transition: 2.5s all 0.6s ease;
}

#main_visual ul li:nth-child(3){
	transition: 2.5s all 0.9s ease;
}

#main_visual ul li:nth-child(4){
	transition: 2.5s all 1.2s ease;
}

#main_visual ul li:nth-child(5){
	transition: 2.5s all 1.5s ease;
}

#main_visual .kw{
	margin: 5% auto 5%;
	width: 30%;
}

@media only screen and (max-width: 768px){
	
	#main_visual .kw{
	margin: 5% auto 5%;
    width: 68%;
	}
	
	
	
}

#main_visual ul{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

#main_visual ul li{
	width: 24%;
}

#main_visual .main_ttl{
	width: 48%;
	max-width: 560px;
	margin: 5% auto;
}

@media only screen and (max-width: 768px){
	
	#main_visual .main_ttl{
		width: 84%;
	}
}
#by section {
	margin: 0% auto 80px;
}
#by section .ttl_area{
	display: flex;
	width: 1200px;
	align-items: flex-start;
	justify-content: center;
    margin: 5% auto 10%;
}

@media only screen and (max-width: 768px){
	#by section {
		margin: 0% auto 25%;
	}
	#by section .ttl_area{
	display: block;
	width: 100%;
	}
	
}


#by section .ttl_area .search{
	width: 22%;
    margin-right: 7%;
	position: relative;
}

#by section .ttl_area .search .search_ttl{
	position: absolute;
	bottom: 2%;
	transition: 2.5s all 0.6s ease;
}

#by section .ttl_area .read{
	width: 41%;
}

@media only screen and (max-width: 768px){
	
	#by section .ttl_area .search{
	width: 62%;
    margin: 15% auto 10%;
	}
	
	#by section .ttl_area .read{
	width: 90%;
    margin: 0 auto 10%;
	}
	
}

#by section .item_area{
	display: flex;
	justify-content: space-around;
	width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
}

#by section .item_area .child{
	width: 42%;
    margin: 0 auto 12%;
}
#by section .item_area .item_box{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#by section .item_area .item_box .paint {
	position: absolute;
	opacity: 0.7;
}
#by section:nth-of-type(odd) .item_area .item_box .paint:nth-of-type(1) {
	width: 96px;
	top: -14%;
	left: -4%;
}
#by section:nth-of-type(odd) .item_area .item_box .paint:nth-of-type(2) {
	width: 128px;
	top: 45%;
	right: -7%;
}
#by section:nth-of-type(odd) .item_area .item_box .paint:nth-of-type(3) {
	width: 123px;
	bottom: -23%;
	left: 35%;
}
#by section:nth-of-type(even) .item_area .item_box .paint:nth-of-type(1) {
	width: 118px;
	top: 34%;
	left: -7%;
}
#by section:nth-of-type(even) .item_area .item_box .paint:nth-of-type(2) {
	width: 120px;
	top: -5%;
	right: -7%;
}
#by section:nth-of-type(even) .item_area .item_box .paint:nth-of-type(3) {
	width: 70px;
	bottom: -20%;
	right: 22%;
}
@media only screen and (max-width: 768px){
	#by section:nth-of-type(odd) .item_area .item_box .paint:nth-of-type(1) {
		width: 17%;
		top: -7%;
		left: -4%;
	}
	#by section:nth-of-type(odd) .item_area .item_box .paint:nth-of-type(2) {
		width: 24%;
		top: 51%;
		right: -2%;
	}
	#by section:nth-of-type(odd) .item_area .item_box .paint:nth-of-type(3) {
		width: 21%;
		bottom: -6%;
		left: 28%;
	}
	#by section:nth-of-type(even) .item_area .item_box .paint:nth-of-type(1) {
		width: 19%;
		top: -8%;
		left: -4%;
	}
	#by section:nth-of-type(even) .item_area .item_box .paint:nth-of-type(2) {
		width: 22%;
		top: 45%;
		right: -2%;
	}
	#by section:nth-of-type(even) .item_area .item_box .paint:nth-of-type(3) {
		width: 12%;
		bottom: -4%;
		left: 34%;
	}
}
#by section .item_area .item_box ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap:15px;
	grid-row-gap: 50px;
}
#by section .item_area .item_box ul li .name{
	font-size: 12px;
	text-decoration: underline;
}
#by section .item_area .item_box ul li .price{
	font-size: 12px;
	text-decoration: underline;
}

/*=== 画像の表示エリア ================================= */
#by section .item_area .child .slide {
  position   : relative;
  overflow   : hidden;
  width: 100%;
  height: 705px; /* 画像のサイズに合わせて変更ください */
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
 
 /*=== 画像の設定 ======================================= */
#by section .item_area .child .slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 15s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
#by section .item_area .child .slide img:nth-of-type(1) { animation-delay: 0s }
#by section .item_area .child .slide img:nth-of-type(2) { animation-delay: 5s }
#by section .item_area .child .slide img:nth-of-type(3) { animation-delay: 10s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
   8% { opacity: 1 }
  33% { opacity: 1 }
  41% { opacity: 0 }
 100% { opacity: 0 }
}
/*=== 画像の表示エリア ================================= */
#by section .item_area .child .slide2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 705px; /* 画像のサイズに合わせて変更ください */
  margin: auto;      /* サンプルは中央寄せの背景：白 */
  background: #fff;
}
 /*=== 画像の設定 ======================================= */
#by section .item_area .child .slide2 img {
  display: block;
  position: absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width: inherit;
  height: inherit;
  opacity: 0;
  animation: slideAnime 12s ease infinite;
}
 /*=== スライドのアニメーションを段差で開始する ========= */
#by section .item_area .child .slide2 img:nth-of-type(1) { animation-delay: 0s }
#by section .item_area .child .slide2 img:nth-of-type(2) { animation-delay: 4s }
#by section .item_area .child .slide2 img:nth-of-type(3) { animation-delay: 8s }
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
	0% { opacity: 0 }
   8% { opacity: 1 }
  33% { opacity: 1 }
  41% { opacity: 0 }
 100% { opacity: 0 }
}
@media only screen and (max-width: 768px){
	
	#by section .item_area{
	display: block;
	width: 100%;
	
	}
	
	#by section .item_area .child{
	width: 92%;
    margin: 5% auto 20%;
	}
	
	#by section .item_area .child .slide {
	height: 122vw;
	}
	#by section .item_area .child .slide2 {
	height: 122vw;
	}

}

#by section .item_area .child .comment{
	margin: 5% 0 5%;
}

#by section .item_area .child .credit .key{
	margin-top: 4%;
	font-weight: 600;
}

#by section .item_area .child .credit .item_name{
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 600;
}
#by section .item_area .child .credit .item_name .name {
	position: relative;
}
#by section .item_area .child .credit .item_name span {
	position: relative;
	z-index: 1;
}
#by section .item_area .child .credit .item_name .name img {
	position: absolute;
	bottom: 0%;
	z-index: 0;
}
#by section .item_area .child .credit .item_name .buy{
	
}

#by section .item_area .child .credit .item_name .buy a{
	background-color: #333;
	border-radius: 50px;
	color: #fff;
	padding: 3px 14px;
	font-size: 12px;

	
}

@media only screen and (min-width: 768px){
	#by section .item_area .child{
		margin: 0 auto 10%;
	}
	#by section .item_area .item_box{
		width: 92%;
		margin: 0 auto 15%;
	}
	#by section .item_area .item_box ul{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap:15px;
		grid-row-gap: 0px;
	}
	#by section .item_area .child .credit .item_name{
		font-size: 13px;
	}
}
#by section:last-of-type {
	background: #eee;
	padding: 10% 0;
	margin: 0;
}
#by section .blog {
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#by section .blog div:nth-of-type(1) {
	width: 36%;
}
#by section .blog div:nth-of-type(2) {
	width: 62%;
}
#by section .blog div:nth-of-type(2) img {
	width: 54%;
	display: block;
	margin: 0 auto 8%;
}
#by section .blog div:nth-of-type(2) p {
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	margin: 2% 0 0;
}
@media only screen and (min-width: 768px){
	#by section .blog {
		width: 600px;
	}
	#by section .blog div:nth-of-type(1) {
		width: 42%;
	}
	#by section .blog div:nth-of-type(2) {
		width: 52%;
	}
	#by section .blog div:nth-of-type(2) p {r;
		font-size: 12px;
	}
}

/*////pcview////*/
   .spview {
        display: none;
    }    
    .pcview {
        display: block;
    }
@media only screen and (max-width: 768px)  {
   .spview {
        display: block;
    }    
   .pcview {
        display: none;
    }    
}


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

.anim-left {
	opacity: 0;
}
	
.anim-left.acl {
	opacity: 1;
	width: 100%;
	height: 13px;
	white-space: nowrap;
	overflow: hidden;
	animation: paint 0.3s forwards linear;
}
@keyframes paint {
	 from {
		  width: 0%;
		}
		to {
			width: 100%;
		}
	}