@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: 65%;
}
#by #by_header .main .main_img .read {
   
}
#by #by_header .main .main_table  {
    
}
#by #by_header .main .main_table .table {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: center;
    justify-content: space-between;
}
#by #by_header .main .main_table .table .midashi {
    position: relative;
    height: 10vw;
}
#by #by_header .main .main_table .table .cell {
    padding: 2%;
    width: 28.7%;
    background: #f5f5f5;
    border-bottom: dotted #aeaeae 1px;
}
#by #by_header .main .main_table .table .cell h3 {
    font-size: 12px;
}
#by #by_header .main .main_table .table .cell span {
        font-size: 84%;
    letter-spacing: 0.2px;;
}
#by #by_header .main .main_table .table .cell .img1 {
    display: block;
    width: 100%;
    margin: 7% auto 7%;

}
#by #by_header .main .main_table .table .cell .img2 {
    display: block;
    width: 24%;
    margin: 4% auto 4%;
}
#by #by_header .main .main_table .table .cell .img3 {
    display: block;
    width: 46%;
    margin: 4% auto 4%;
}
#by #by_header .main .main_table .table .midashi .midashi_inner {
    width: 24%;
    margin: 0 0.2%;
    padding: 2% 4% 2%;
    background: #c4c4c4;
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
}
#by #by_header .main .main_table .table .midashi .vs1 {
    position: absolute;
    width: 8%;
    top: 50%;
    left: 33%;
    transform: translate(-50%, -50%);

}
#by #by_header .main .main_table .table .midashi .vs2 {
    position: absolute;
	width: 7%;
	top: 50%;
	left: auto;
	right: 26.5%;
	transform: translate(-50%, -50%);
}
@media only screen and (min-width: 769px)  {
	#by #by_header {
		max-width: 1100px;
        margin: 6% auto 12%;
	}
	#by #by_header .main {
		margin: 0 auto;
		display: flex;
        justify-content: space-between;
        align-items: center;
	}
	#by #by_header .main .main_img .ttl {
		margin: 0 auto 8%;
        max-width: 450px;
	}
	#by #by_header .main .main_read {
        font-size: 12px;
        padding: 65px 0 80px;
	}	
	#by #by_header .main .main_img {
		width: 50%;
		margin: 0%;
	}
	#by #by_header .main .main_table {
        width: 50%;
    
    }
	#by #by_header .main .main_table .table .midashi .midashi_inner {
    width: 24.49%;
    margin: 0 0.2%;
    padding: 2% 4% 2%;
    background: #c4c4c4;
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
}
	#by #by_header .main .main_table .table {
		width: 100%;
		margin: 0;
	}
	#by #by_header .main .main_table .table .midashi {
        height: 58px;
    
    }
	#by #by_header .main .main_table .table .midashi .vs1 {
        width: 8%;
        top: 50%;
    
    }
	#by #by_header .main .main_table .table .midashi .vs2 {
        width: 8%;
        top: 50%;
    	right: 25.5%;
    }
	#by #by_header .main .main_table .table .cell {
		padding: 3% 2%;
	}
	#by #by_header .main .main_table .table .cell .img1 {
		width: 80%;
		margin: 4% auto 3%;
	}
	#by #by_header .main .main_table .table .cell .img3 {
		width: 44%;
	}
}
/***************************************************
                content
***************************************************/
#by #content {
	margin: 18% 0 5%;
}
@media only screen and (min-width: 769px) {
	#by #content {
		margin: 110px 0 80px;
	}
}

#by #content section {
	margin: 0 auto 24%;
}
#by #content section .parent {
    display: grid;
    grid-template-columns: 40.7% 1fr 2fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 1px;

}
/*=== 画像の表示エリア ================================= */
.slide {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 100%;
  height     : 78vw;
}
 
 /*=== 画像の設定 ======================================= */
.slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  right       : -100%;
  animation  : slideAnime 12s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 6s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { right: -100% }
   3% { right: 0     }
  47% { right: 0     }
  50% { right: 100%  }
 100% { right: 100%  }
}

#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; */
    align-items: flex-end;

}
#by #content section .parent {
	display: grid;
	grid-template-columns: 40.2% 1fr 2fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 7px;
	grid-row-gap: 0px;
}

#by #content section:nth-of-type(2) .parent {
    display: grid;
    grid-template-columns:38.1% 1fr 2fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 7px;
    grid-row-gap: 2px;
}
#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 {
		padding-top: 0%;
	}
	
}
#by #content section .review {
	
}
#by #content section .review h4 {
	font-size: 14px;
    margin: 8% 0 3%;
    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;
}
#by #content section .review div .star {
    font-size: 13px;
    color: #545454;
    letter-spacing: 2px;
    line-height: 1.6;
    margin-bottom: 4%;
}
#by #content section .review .review_inner {
	width: 88%;
    margin: 4% auto 0;
	overflow-y: scroll;
    height: 55vw;
    border: solid 1px #111;
	padding: 4%;
}
#by #content section .review .review_inner .comment {
	text-align: left;
    font-size: 11px;
    background: #eee;
    padding: 3% 4%;
    margin: 0 0 5%;
}
#by #content section .review .review_inner .comment .data {
	font-size: 86%;
	color: #545454;
	display: inline;
}
#by #content section .review .review_inner .comment:last-of-type {
    margin: 0;
}
#by #content section .item div:nth-of-type(2) p {
	margin: 0;
}
#by #content section .item div:nth-of-type(2) a {
	display: block;
    background: #111;
    color: #fff;
    text-align: center;
    width: 60%;
    margin: 10% auto 0;
    line-height: 2.4;
    font-size: 12px;
}
@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;
	}
	#by #content section .parent {
        width: 58%;
        grid-column-gap: 8px;
        grid-template-columns: 40.3% 1fr 2fr;
        grid-row-gap: 1px;
    
    }
	#by #content section:nth-of-type(2) .parent {
        grid-column-gap: 8px;
        grid-template-columns: 38.25% 1fr 2fr;
        grid-row-gap: 1px;
    
    }
	#by #content section .review p {
		width: 100%;
	}
	#by #content section .review {
		width: 34%;
	}
	#by #content section .review h4 {
		margin: 0% 0 3%;
	}
	#by #content section .review .review_inner {
		width: 90%;
		margin: 4% auto 0;
		height: 230px;
		padding: 4%;
	}
	#by #content section .review .links a img {
		width: 74%;
		padding: 5% 0;
	}
}






#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;
	}
}

#by .allitem{
	width: 100%;
	margin: 3% auto 15%;
	text-align: center;
}
#by .allitem a{
	margin: 10% auto 5%;
	max-width: 900px;
	text-align: center;
	padding: 4% 20%;
	border: 1px solid;
	color: #fff;
	background: #000;
	font-size: 18px;
}

