@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;
		padding-bottom: 100px;
	    overflow: hidden;
		
		
	}

img {
		width: 100%;
}

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

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

#main_visual {
	position: relative;
	margin: 0 auto;
	
	}

#main_visual .main {
	
	
		
	}

#main_visual .sub_ttl {
	width: 18%;
    position: absolute;
    top: 30%;
    left: 8%;
}


#main_visual .main_ttl {
	width: 23%;
    position: absolute;
    top: 16%;
    right: 17%;
    
		
}

#main_visual .read {
	width: 30%;
    position: absolute;
    top: 58%;
    left: 72%;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 2;

		
}

@media only screen and (max-width: 768px){
	
	#main_visual .sub_ttl {
	width: 31%;
    top: 33%;
    left: 8%;
	}
	
	#main_visual .main_ttl {
	width: 32%;
    top: 8%;
    left: 8%;
    
		
	}
	
	#main_visual .read {
	width: 90%;
    position: static;
	transform: none;
	margin: 5% auto 10%;
	}
	
}


#by .icon_area{
	display: flex;
    width: 850px;
    margin: 5% auto 10%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
	
	
}

#by .icon_area div{
	margin: 8% 1%;
	width: 15%;
	
	
}

@media only screen and (max-width: 768px){
	#by .icon_area{
    width: 100%;
	flex-wrap: wrap;
	}

#by .icon_area div{
	margin: 0;
	width: 30%;
	
	
	}
	
}

#by .swiper-container ul{
	display: flex;
	justify-content: center;
	width: 900px;
}

#by .swiper-container .swiper-slide {
	width: 13%;
    margin: 10% 3% 10%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	transition: 0.2s all 0s ease;
}
@media only screen and (max-width: 768px)  {
	
	#by .swiper-container ul{
    justify-content: flex-start;
    width: 132%;
    overflow: scroll;
   
	}

	
	#by .swiper-container .swiper-slide {
		width: 13%;
        margin: 0 4% 4%;
	}
	
}

#by .circle_number {
	width: 50px;
    height: 50px;
    padding-top: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    margin: 5% auto 7%;
    font-size: 20px;
    font-weight: 600;
}

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

#by section:nth-of-type(even) .item_area{
	flex-direction: row-reverse;
}

#by .item_area .item_left{
	margin: 0 0 0 10%;
	width: 50%;
  
}

#by section:nth-of-type(even) .item_area .item_left{
	margin: 0 10% 0 5%;
	width: 50%;
  
}

#by .item_area .item_right{
	position: relative;
	margin: 0 10% 0 0;
	width: 50%;

   
}

#by section:nth-of-type(even) .item_area .item_right{
	margin: 0 0 0 10%;
    display: flex;
    flex-direction: row-reverse;
   
}

@media only screen and (max-width: 768px){
	#by .item_area{
	display: block;
	width: 100%;
	margin: 0 auto 10%;
	}
	#by .item_area .item_left{
	margin: 5% auto;
	width: 90%;
	}
	#by section:nth-of-type(even) .item_area .item_left{
	margin: 5% auto;
	width: 90%;
  
	}
	#by .item_area .item_right{
	margin: 5% auto;
	width: 90%;   
	}
	#by section:nth-of-type(even) .item_area .item_right{
    display: block;
	margin: 0 0 0 0;
	}
}

#by .item_area .item_right .circle{
	width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 1px solid #35210c;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
	top: 10%;
    left: 24%;
	z-index: -1;
	font-size: 20px;

}

#by section:nth-of-type(even) .item_area .item_right .circle{
	left: 0;
	flex-direction: row-reverse;

}

#by .item_area .item_right .circle span{
	font-size: 65px;
    margin-right: 20%;
	color: #35210c;
	font-weight: 600;

}

#by section:nth-of-type(even) .item_area .item_right .circle span{
	margin-left: 20%;

}



#by .item_area .item_right .pic_b{
	width: 57%;
    margin-left: 10%;
	
}

#by .item_area .item_right .pic_c{
	position: absolute;
    left: 40%;
    top: 55%;
	
}

#by section:nth-of-type(even) .item_area .item_right .pic_c{
	right: 40%;
	left: auto;
	
}


@media only screen and (max-width: 768px){
	
	#by .item_area .item_right .circle{
    display: none;
	}
	
	#by .item_area .item_right .pic_b{
	margin-left: 0;
	margin-bottom: 5%;
    width: 64%;
	}
	
	#by section:nth-of-type(even) .item_area .item_right .pic_b{
	margin-left: 42%;
    
	}
	
	#by .item_area .item_right .pic_c{
    position: static;
    width: 65%;
    margin-left: 35%;
	}
	
	#by section:nth-of-type(even) .item_area .item_right .pic_c{
	 position: static;
	 margin-left: 10%;
	}
}

#by .credit_area {
	width: 800px;
	margin: 5% auto 10%;
}

#by section:nth-of-type(even) .credit_area{
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-end;
	
}

#by .credit_area .item_name{
	width: 40%;
	
}

#by .credit_area .comment{
	margin: 3% auto 7%;
	
}

#by .credit_area .item_link{
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

#by .credit_area .item_link .icon_h{
	width: 28%;
    margin-left: 7%;
}

#by .credit_area .item_link .buy{
	display: flex;
    justify-content: space-between;
    align-items: center;
	width: 420px;
}

#by .credit_area .item_link .buy .price{
	font-size: 12px;
	font-weight: 600;
	
	
}

#by .credit_area .item_link .buy .box1 {
    padding: 1px 25px;
    margin: 5% 0 5% 5%;
    font-weight: bold;
    border: solid 1px #000000;
	
}
#by .credit_area .item_link .buy .box1 p{
    margin: 0; 
    padding: 0;
}



.box3 {
    padding: 0.5em 1em;
    margin: 4em 0;
    color: #fff;
    background: #000;/*背景色*/
	text-align: center;
	font-weight: 600;
	font-size: 15px;
}
.box3 p {
    margin: 0; 
    padding: 0;
	
}

.box3 p a {
	text-decoration: none;
	color: #fff;
}



@media only screen and (max-width: 768px){
	#by .credit_area {
	width: 100%;
	margin: 0 auto 10%;
	
	}
	
	#by .credit_area .item_name{
	width: 68%;
	margin: 0 auto;
	
	}
	
	#by .credit_area .comment{
	margin: 5% auto;
	width: 95%;
	}
	
	#by .credit_area .item_link{
	display: block;
	}
	
	#by .credit_area .item_link .icon_h{
	width: 55%;
    margin: 0 auto;
	}
	
	#by .credit_area .item_link .buy{
	width: 90%;
    justify-content: space-between;
    margin: 0 auto;
	}
}


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