@charset "UTF-8";
/* CSS Document */
body{
	margin: 0px !important;
	overscroll-behavior: none;
}
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;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
#bl{
    padding: 0;
    font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #111;
	background: #fff;
    -webkit-text-size-adjust: 100%;
}
#bl a {
	text-decoration: none;
	color: #2b2b2b;
}
#bl p {
    margin: 0;
}
#bl　a:hover {
	opacity: 1;
}
#bl .clear{
	clear: both;
}
#bl img{
    width: 100%;
    line-height: 0;
}
#bl ul,#bl li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bl .f-en {
	font-family: aktiv-grotesk, sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
/**
#bl_header     
*********************************************/
#bl #bl_header {
	width: 100%;
}
#bl #bl_header .main {
	width: 100%;
	margin: 0;
	position: relative;
}
#bl #bl_header .main .ttl {
	display: block;
	position: absolute;
	width: 78%;
	right: 0;
	bottom: 7%;
	left: 0;
	margin: auto;
}

@media only screen and (min-width: 769px) {
	#bl #bl_header {
		max-width: 1400px;
		margin: 0 auto;
	}
	#bl #bl_header .main .ttl {
		width: 50%;
        max-width: 460px;
        right: 10%;
        left: auto;
        top: 0;
        bottom: 0;
        margin: auto;
	}
}

/**
#menu      
*********************************************/
#bl #menu {   
    margin: 10% 0 0;
}
#bl #menu .inner {
	width: 88%;
    margin: 0 auto;
	padding-top: 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#bl #menu .inner a {
	display: block;
	width: 45%;
    margin-bottom: 6%;
	border-bottom: solid 1px #111;
	position: relative;
}
#bl #menu .inner a img {
	width: 50%;
}
#bl #menu .inner a::after {
	position: absolute;
	content: url('https://www.dot-st.com/static/docs/babylone/keyword/251217_review/images/under.svg');
	width: 7%;
    right: 2%;
    bottom: 0;
	top: 0;
}


@media only screen and (min-width: 769px) {
	#bl #menu {
		width: 100%;
		margin: 50px 0 0;
	}
	#bl #menu .inner {
		flex-wrap: nowrap;
		width: 80%;
		max-width: 800px;
		margin: 0 auto;
	}
	#bl #menu .inner a {
		width: 20%;
	}
	
}


/**
#contents       
*********************************************/
#bl #contents {
	background: #fff;
	position: relative;
	padding-top: 20%;
}

@media only screen and (min-width: 769px) {
	#bl #contents {
		width: 100%;
		padding-top: 140px;
	}
}
/*********************************************
       section       
*********************************************/
#bl .midashi {
	width: 60%;
	margin: 0 auto 6%;
}
#bl section {
	width: 100%;
	margin-bottom: 14%;
}
#bl section .item {
	margin-bottom: 18%;
}
#bl section .item .item-main a {
	display: block;
	border: solid 1px #111;
	width: 86%;
	margin: 0 auto;
	line-height: 0;
}
#bl section .item .item-main .text {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
	width: 84%;
    margin: 4% auto 20%;
}
#bl section .item .item-main .text div:nth-of-type(1) {
	width: 80%;
}
#bl section .item .item-main .text div:nth-of-type(1) .no {
	display: block;
	width: 12%;
	margin-bottom: 2%;
}
#bl section .item .item-main .text div:nth-of-type(1) .price {
	letter-spacing: .5px;
}
#bl section .item .item-main .text div:nth-of-type(1) .price span {
	color: crimson;
	font-size: 110%;
}

#bl section .item .item-main .text div:nth-of-type(2) {
	width: 20%;
	background: #111;
	padding: 3% 0;
}
#bl section .item .item-main .text div:nth-of-type(2) img {
	display: block;
	margin: 0 auto;
	width: 50%;
}


#bl section .item .review {
	margin: 0 auto 8%;
}
#bl section .item .review .review_ttl {
	width: 60%;
	margin: 0 auto 10%;
	display: block;
}
#bl section .item .review .box {
	width: 84%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#bl section .item .review .box div {
	width: 45%;
	position: relative;
	line-height: 1.8;
	letter-spacing: .5px;
	padding-bottom: 1.5%;
	margin-bottom: 10%;
	display: inline-block;
    height: auto;
}
#bl section .item .review .box div::after {
	position: absolute;
	content: url('https://www.dot-st.com/static/docs/babylone/keyword/251217_review/images/line.svg');
	width: 100%;
    left: 0%;
	bottom: -43%;
}
#bl section .item .review .box div.three::after {
	bottom: -32%;
}

#bl section .item .review .box div span {
	font-size: 82%;
	line-height: 2.2;
	color: #6C6C6C;
	display: block;
}
#bl section .item .review .box .voice {
	text-align: center;
    margin-bottom: 0%;
    margin: 9% 0;
    font-size: 10px;
    text-decoration: underline;
	border-bottom:none;
	color: #ffa4a4;
}
#bl section .item .review .box .voice::after {
	content: none;
}


#bl section .item .link {
	border-top: solid 1px #111;
	border-bottom: solid 1px #111;
}
#bl section .item .link img {
	display: block;
	width: 12%;
	margin: 0 auto;
	padding: 4% 0;
}
@media only screen and (min-width: 769px) {
	#bl .midashi {
		width: 320px;
		margin: 0 auto 60px;
	}
	#bl section {
		width: 90%;
		max-width: 1400px;
		margin: 0 auto 100px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#bl section .item {
		width: 30%;
		margin-bottom: 0;
	}
	#bl section .item .review .box {
	align-items: flex-start;
	}
}

#bl .all {
	background: #111;
	width: 80%;
	margin: 0 auto;
}
#bl .all a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 13px;
    padding: 4% 0;
}
#bl .all span {
	display: block;
	font-size: 70%;
}

@media only screen and (min-width: 769px) {
	#bl .all {
	width: 30%;
		max-width: 300px;
	}
}
/*********************************************
                js
*********************************************/
#bl .anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
#bl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
/*********************************************
                view
*********************************************/
.spview {
	display: block;
}
.pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
    .spview {
		display: none;
	}	
	.pcview {
		display: block;
	}
}	
