@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
*{
    min-height: 0;
    min-width : 0;
}
#by {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #2b2b2b;
    -webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#by a {
	text-decoration: none;
	color: #2b2b2b;
}
#by p {
    margin: 0;
}
#by　a:hover {
	opacity: 1;
}
#by .clear{
	clear: both;
}
#by img{
    width: 100%;
    line-height: 0;
}
#by ul,#by li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#by .f-en {
    font-family: "Hanken Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
@media only screen and (min-width: 769px)  {
	#by {
		font-size: 12px;
	}
}


/*  #main_visual
**************************************************/
#by #main_visual {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#by #main_visual .main_ttl {
	width: 64%; 
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 28%;
}
#by #main_visual .sub_ttl {
	position: absolute;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 5%;
}
#by .read {
	text-align: center;
	font-size: 11px;
	margin: 8% auto 16%;
}
@media only screen and (min-width: 769px)  {
	#by #main_visual {
		max-width: 1400px;
		margin: 0 auto;
	}
	#by #main_visual .main_ttl {
		max-width: 480px;
        width: 50%;
		top: 28%;
	}
	#by #main_visual .sub_ttl {
		font-size: 20px;
		bottom: 4.5%;
	}
	#by .read {
		font-size: 13px;
		margin: 80px auto 80px;
	}
}

/*  section
**************************************************/
#by section {
	margin: 0 0 22%;
}
#by section .box {
	width: 96%;
    margin: 20% auto 25% 0;
}
#by section:nth-of-type(even) .box {
    margin: 20% 0 25% auto;
}
#by section .box_pic {
	position: relative;
	width: 100%;
}
#by section .box_pic .pic {
	width: 82%;
	margin: 0 auto;
}
#by section .box_pic .no {
	position: absolute;
    width: 20%;
    top: -4%;
    left: 3%;
}
#by section:nth-of-type(even) .box_pic .no {
	top: auto;
    left: auto;
    bottom: -2%;
    right: 3%;
}
#by section .box_pic .point {
	position: absolute;
    width: 34%;
    bottom: 0%;
    right: 2%;
}
#by section:nth-of-type(even) .box_pic .point {
	bottom: auto;
	right: auto;
    top: 4%;
    left: 2%;
}


#by section .box_text {
	width: 82%;
    margin: 4% auto 0;
}

#by section .box_text h3 {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 5%;
}
#by section .box_text p {
	margin-bottom: 6%;
}
#by section .box_text h3 span {
	display: block;
    font-size: 68%;
    font-weight: 400;
    letter-spacing: .5px;
    color: #909090;
}
#by section .box_text .buy {
	display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 3.5;
    color: #fff;
    background: #adafa6;
}
#by section .box_text .buy img {
	display: block;
    width: 42%;
    margin: 4% auto;
}

#by section .box_text .link {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#by section .box_text .link a {
	width: 50%;
	border: solid 1px #282b3a;
}
#by section .box_text .link a:nth-of-type(2) {
	border-left: none;
}
#by section .box_text .link a img {
	display: block;
    width: 68%;
    margin: 7% auto;
}

@media only screen and (min-width: 769px)  {
	#by #content {
		width: 1100px;
		margin: 80px auto 0px;	
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	#by #content section {
		width: 44%;
		margin: 0 0 100px;
	}
	#by #content section .box_text h3 {
		font-size: 17px;
	}
	#by #content section .box_text h3 span {
		font-size: 74%;
	}
}

#by .more {
	width: 72%;
	margin: 0 auto;
}
@media only screen and (min-width: 769px)  {
	#by .more {
		max-width: 340px;
		margin: 0 auto;
	}
}

/* js
**************************************************/
#by .anim {
	opacity: 0;
	transition: 1s all 0s;
}
#by .anim.ac {
	opacity: 1;
	transform: translate(0);
}



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