@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: "ivymode", sans-serif;/*/
	font-family: aktiv-grotesk, sans-serif;
}

@media only screen and (min-width: 769px)  {
	#by {
		font-size: 12px;
		padding-bottom: 0%;
	}
}
/***************************************************
                bl_header
***************************************************/
#by #by_header {
	width: 100%;
    margin: 0 auto;
}
#by #by_header .main {
	width: 100%;
	position: relative;
	text-align: center;
}
#by #by_header .main .main_img  {
    margin-bottom: 10%;
}
#by #by_header .main .main_img .ttl {
    display: block;
    margin: 12% auto 8%;
    width: 80%;
}
#by #by_header .main .main_img .read {
   
}
#by #by_header .main .main_table  {
    width: 96%;
	margin: 0 auto;
}
@media only screen and (min-width: 769px)  {
	#by #by_header {
		max-width: 1100px;
        margin: 6% auto 10%;
	}
	#by #by_header .main {
		margin: 0 auto;	
	}
	#by #by_header .main .main_img .ttl {
		margin: 0 auto 40px;
        width: 80%;
        max-width: 460px;
	}
	#by #by_header .main .main_read {
        font-size: 12px; 
	}	
	#by #by_header .main .main_img {
		margin: 0 auto 5%;
	}
	#by #by_header .main .main_table {
		width: 540px;
	}
}
/***************************************************
                content
***************************************************/
#by #content {
	margin: 14% 0 5%;
}
@media only screen and (min-width: 769px) {
	#by #content {
		margin: 110px 0 80px;
	}
}
#by #content section {
	margin: 0 auto 22%;
}
#by #content section .slide1 {
	position: relative;
	overflow: hidden;
	background: #fff;
}
#by #content section .slide1 img {
	display: block;
	position: absolute;
	opacity: 0;
	animation: slideAnime1 10s ease infinite;
}
#by #content section .slide1 img:nth-of-type(1) { animation-delay: 0s }
#by #content section .slide1 img:nth-of-type(2) { animation-delay: 5s }
 @keyframes slideAnime1 {
   0% { opacity: 0 }
   2% { opacity: 1 }
  50% { opacity: 1 }
  52% { opacity: 0 }
 100% { opacity: 0 }
}
#by #content section:nth-of-type(2) {
	margin: 0 auto 6%;
	padding-bottom: 11%;
	border-bottom: solid 1px #111;
}
#by #content section .parent {
	    display: grid;
    grid-template-columns: 40.4% 1fr 2fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 0px;
}
#by #content section .parent div:nth-of-type(1) {
	grid-area: 1 / 1 / 3 / 3;
	transition: 1.5s all 0.0s ease;
}
#by #content section .parent div:nth-of-type(2) {
	grid-area: 1 / 3 / 2 / 4;
	transition: 1.5s all 0.3s ease;
}
#by #content section .parent div:nth-of-type(3) {
	grid-area: 2 / 3 / 3 / 4;
	transition: 1.5s all 0.6s ease;
}
#by #content section:nth-of-type(2) .parent {
	display: grid;
    grid-template-columns: 38% 1fr 2fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 0px;
}
#by #content section:nth-of-type(2) .parent div:nth-of-type(1) {
	grid-area: 1 / 2 / 3 / 4;
	transition: 1.5s all 0.0s ease;
}
#by #content section:nth-of-type(2) .parent div:nth-of-type(2) {
	grid-area: 1 / 1 / 2 / 2;
	transition: 1.5s all 0.3s ease;
}
#by #content section:nth-of-type(2) .parent div:nth-of-type(3) {
	grid-area: 2 / 1 / 3 / 2;
	transition: 1.5s all 0.6s ease;
}

@media only screen and (min-width: 769px) {
	#by #content {
		margin: 110px 0 80px;
	}	
}

#by #content section .review h4 {
	font-size: 14px;
    margin: 8% 0 5%;
    text-align: center;
}
#by #content section .review h4 span {
	font-size: 78%;
    display: block;
	font-weight: 400;
	color: #505050;
}
#by #content section .review .links {
	display: flex;
    width: 72%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
#by #content section .review .links a {
    display: block;
    margin: 0 auto;
    background: #111;
    width: 42%;
}
#by #content section .review .links a img {
    display: block;
    margin: 0% auto;
    width: 82%;
    padding: 6% 0;
}
#by #content section .review div {
	    font-size: 14px;
    text-align: center;
    margin: 8% 0 0;
}
#by #content section .review p {
	width: 88%;
	display: block;
    margin: 5% auto 0;
}
#by #content section .review div span {
	font-size: 78%;
    display: block;
}


@media only screen and (min-width: 768px)  {
	#by #content section {
		width: 1200px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 auto 190px;
	}
	#by #content section:nth-of-type(2) {
		flex-direction: row-reverse;
		padding-bottom: 120px;
		margin: 0 auto 75px;
	}
	#by #content section .parent {
		width: 58%;
		grid-column-gap: 5px;
	}
	#by #content section:nth-of-type(2) .parent {
		grid-column-gap: 5px;
		grid-template-columns: 38.7% 1fr 2fr;
	}
	#by #content section .review p {
		width: 100%;
	}
	#by #content section .review {
		width: 34%;
	}
	#by #content section .review h4 {
		margin: 0% 0 5%;
	}
}

#by #content .bloglinks {
	width: 88%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#by #content .bloglinks a:nth-of-type(1) {
	width: 44%;
}
#by #content .bloglinks a:nth-of-type(2) {
	width: 50%;
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
	text-decoration: underline;
	border-radius: 10px;
}
#by #content .bloglinks a:nth-of-type(2) .viewmore {
	display: block;
	width: 66%;
	margin: 0 auto 8%;
}
@media only screen and (min-width: 768px)  {
	#by #content .bloglinks {
		width: 540px;
		margin: 0 auto;
	}
	
}




#by #content .all {
	width: 80%;
    display: block;
    text-align: center;
    background: #111;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    line-height: 3.5;
}
@media only screen and (min-width: 768px)  {
	#by #content .all {
		width: 400px;
	}
}
/**************************************************
                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;
	}
}