@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{
    padding: 0;
    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;
    -webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#by a {
	text-decoration: none;
}
#by p {
	margin: 0;
}
#by　a:hover {
	opacity: 1;
}
#by .clear{
	clear: both;
}
#by img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#by ul,#by li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#by .f-ba {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	letter-spacing: .8px;
}
@media only screen and (min-width: 769px)  {
	#by {
		font-size: 12px;
		margin: 0 auto;
		background: #d7c4a9;
	}
}
/************************************************************
                js
************************************************************/
.anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
.anim.ac {
	opacity: 1;
	transform: translate(0);
}
/************************************************************
                main 
************************************************************/
#by #by_header  {
    margin: 14% auto 0;
}
#by #by_header .main {
	width: 100%;
    margin: 0% auto;
}
#by #by_header .main .ttl {
    width: 90%;
    margin: 0 auto;
}
#by #by_header .read {
    font-size: 11px;
    text-align: center;
	margin: 8% 0 17%;
}
@media only screen and (min-width: 769px)  {
	#by #by_header  {
		max-width: 1300px;
		margin: 0 auto;
		background: #fff;
		border-left: solid 2px #111;
		border-right: solid 2px #111;
	}
	#by #by_header .main .ttl {
		width: 680px;
		padding-top: 150px;
	}
	#by #by_header .read {
		font-size: 14px;
		margin: 0;
        padding: 70px 0 80px;
	}
}

/****************************************************
                contents 
****************************************************/
#by #contents {
	max-width: 100%;
	margin: 10% auto 6%;
	background: #fff;
}
#by #contents .midashi {
	width: 88%;
margin: 15% auto 5%;
}
@media only screen and (min-width: 768px)  {
	#by #contents {
		max-width: 1300px;
		margin: 0 auto;
		background: #fff;
		border-left: solid 2px #111;
		border-right: solid 2px #111;
	}
	#by #contents .midashi {
		width: 620px;
		margin: 0 auto 60px;
		padding-top: 60px;
	}
	
}
/****************************************************
                video
****************************************************/
#by #YTWrap {
	position: relative;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 24%;
	padding-top: 56.25%;
}
#by .midashi {
	width: 88%;
	margin: 0 auto 5%;
}
#by #YTWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 768px)  {
	#by #YTWrap {
		margin: 0 auto 200px;
	}
}
/****************************************************
                
****************************************************/
#by h3 {
	text-align: center;
	font-size: 32px;
	text-decoration: underline;
}
#by .pickup {
	
}
#by .pickup .pickup-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 94%;
	margin: 12% auto 0;
}
#by .pickup .pickup-inner .box {
	width: 45%;
	margin-bottom: 12%;
}
#by .pickup .pickup-inner .box .time {
	display: block;
	cursor: pointer;
	position: relative;
	color: #111;
	font-size: 20px;
	margin-bottom: 1%;
}
#by .pickup .pickup-inner .box .time::before {
	content: url('https://www.dot-st.com/static/docs/barnyardstorm/keyword/250725_very/images/icon.svg');
    display: block;
	position: absolute;
	top: 5%;
	left: 1%;
	width: 7.5%;	
}
#by .pickup .pickup-inner .box .time span {
	margin-left: 11%;
}
#by .pickup .pickup-inner .box img {
	border: solid 1px #7c7c7c;
}
#by .pickup .pickup-inner .box .date {
	margin-top: 6%;
}
#by .pickup .pickup-inner .box .date .itemname {
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 1.8;
}
#by .pickup .pickup-inner .box .date .itemname span {
	display: block;
	color: #6F6F6F;
	font-size: 88%;
}
#by .pickup .pickup-inner .box .date .text {
	font-size: 11px;
	line-height: 1.8;
	margin: 8% 0 10%;
}
#by .pickup .pickup-inner .box .date .buy {
	display: block;
	width: 100%;
	margin: 4% auto 0;
	color: #fff;
	background: #111;
	font-size: 20px;
	padding: 3% 0 2%;
	text-align: center;
}
@media only screen and (min-width: 768px)  {
	#by h3 {
		font-size: 40px;
	}
	#by .pickup {
		width: 980px;
		margin: 0 auto 80px;
	}
	#by .pickup .pickup-inner {
		width: 100%;
		margin: 90px auto 0;
	}
	#by .pickup .pickup-inner .box {
		width: 27%;
		margin-bottom: 10%;
	}
	#by .pickup .pickup-inner .box .date .itemname {
		font-size: 13px;
		letter-spacing: .5px;
		line-height: 1.8;
	}
	#by .pickup .pickup-inner .box .time {
		margin-bottom: 2%;
		font-size: 24px;
	}
	#by .pickup .pickup-inner .box .time::before {
		top: 8%;
		left: 1%;
		width: 14px;	
	}
	#by .pickup .pickup-inner .box .time span {
		margin-left: 22px;
	}
	#by .pickup .pickup-inner .box .date .buy {
		font-size: 22px;
		padding: 4% 0 3%;
	}
}


/****************************************************
                styling
****************************************************/
#by #contents .styling {
	background: #d7c4a9;
	margin-top: 8%;
}
#by #contents .styling .styling-inner {
	background: #fff;
	width: 90%;
	margin: 0 auto;
	padding: 6% 0;
	border-left: solid 1px #111;
	border-right: solid 1px #111;
}
#by #contents .styling .styling-inner section {
    margin: 0% auto 20%;
	padding-top: 11%;
}
#by #contents .styling .styling-inner section {
	border-top: solid 1px #111;
}
#by #contents .styling .styling-inner section:first-of-type {
	border-top: none;
}
#by #contents .styling .styling-inner section .text-box {
	
}
#by #contents .styling .styling-inner section .text-box .inner {
	position: relative;
	border-bottom: solid 1px #555;
}
#by #contents .styling .styling-inner section .text-box .inner::before {
	content: "";
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #FFF;
	z-index: 2;
}
#by #contents .styling .styling-inner section .text-box .inner::after {
	content: "";
	position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
#by #contents .styling .styling-inner section .text-box .inner .name {
	text-align: center;
	font-family: "Hanken Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
}
#by #contents .styling .styling-inner section .text-box .inner .name .tex .no {
	color: #6d6d6d;
	font-weight: 400;
	font-size: 12px;
	position: relative;
	width: 36%;
	display: block;
	margin: 0 auto 2%;
}
#by #contents .styling .styling-inner section .text-box .inner .name .tex .no::before {
	content: '[';
    display: block;
	position: absolute;
	top: 0%;
	left: 0%;
}
#by #contents .styling .styling-inner section .text-box .inner .name .tex .no::after {
	content: ']';
    display: block;
	position: absolute;
	top: 0%;
	right: 0%;
}
#by #contents .styling .styling-inner section .text-box .inner .name .tex h4 {
	font-size: 26px;
	line-height: 1.3;
}
#by #contents .styling .styling-inner section .text-box .inner .name .tex h4 span {
	display: block;
	font-size: 50%;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin-top: 3%;
}
#by #contents .styling .styling-inner section .text-box .inner .item-icon img {
	display: block;
	border-radius: 50%;
	border: solid 1px #111;
	width: 20%;
	margin: 4% auto 0;
}
#by #contents .styling .styling-inner section .text-box .inner p {
	display: block;
	width: 84%;
	margin: 6% auto 10%;
}
@media only screen and (min-width: 769px)  {
	#by #contents .styling {
		margin-top: 0%;
	}
	#by #contents .styling .styling-inner {
		width: 100%;
		border-left: none;
		border-right: none;
	}
	#by #contents .styling .styling-inner section {
		width: 1000px;
		margin: 0% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding-top: 0%;
		border-top: none;
	}
	#by #contents .styling .styling-inner section:nth-of-type(odd) {
		flex-direction: row-reverse;
	}
	#by #contents .styling .styling-inner section .text-box {
		width: 48%;
	}
	#by #contents .styling .styling-inner section .img-box {
		width: 48%;
	}
	#by #contents .styling .styling-inner section .text-box .inner {
		border: solid 1px #555;
		padding: 8%;
		margin-bottom: 70px;
	}
	#by #contents .styling .styling-inner section .text-box .inner::before {
		top: 50%;
		left: -17px;
		bottom: 50%;
		margin-top: -13px;
		border: 17px solid transparent;
		border-right: 17px solid #FFF;
	}
	#by #contents .styling .styling-inner section .text-box .inner::after {
		top: 50%;
		left: -20px;
		bottom: 50%;
		margin-top: -14px;
		border: 18px solid transparent;
		border-right: 18px solid #555;
	}
	#by #contents .styling .styling-inner section:nth-of-type(even) .text-box .inner::before {
		margin-top: -10px;
		right: -17px;
		bottom: 50%;
		border-left: 17px solid #FFF;
		border-right: none;
		left: auto;
	}
	#by #contents .styling .styling-inner section:nth-of-type(even) .text-box .inner::after {
		right: -19px;
		border-left: 18px solid #555;
		border-right: none;
		left: auto;
		margin-top: -11px;
	}
	#by #contents .styling .styling-inner section .text-box .inner p {
		margin: 4% auto 0%;
		width: 94%;
	}
	#by #contents .styling .styling-inner section .text-box .inner .name {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		text-align: left;
	}
	#by #contents .styling .styling-inner section .text-box .inner .name .item-icon {
		width: 16%;
		margin-right: 4%;
	}
	#by #contents .styling .styling-inner section .text-box .inner .item-icon img {
		width: 100%;
		margin: 0;
	}
	#by #contents .styling .styling-inner section .text-box .inner .name .tex {
		width: 78%;
	}
	#by #contents .styling .styling-inner section .text-box .inner .name .tex .no {
		font-size: 12px;
		width: 120px;
		margin: 0 0 1%;
		text-align: center;
	}
	#by #contents .styling .styling-inner section .text-box .inner .name .tex h4 {
		font-size: 24px;
	}
	#by #contents .styling .styling-inner section .text-box .inner .name .tex h4 span {
		margin-top: 1%;
	}
	#by #contents .styling .styling-inner section .text-box .btn {
		width: 350px;
		display: block;
		margin: 0 auto;
	}
}



#by #contents .styling .styling-inner section .img-box {
	margin: 12% 0 0;
}
#by #contents .styling .styling-inner section .img-box .img {
	display: block;
	width: 84%;
	margin: 0% auto;
}
#by #contents .styling .styling-inner section .img-box .btn {
	display: block;
	width: 82%;
	margin: 6% auto 0%;
}
@media only screen and (min-width: 769px)  {
	#by #contents .styling .styling-inner section .img-box {
		margin: 0;
	}
	#by #contents .styling .styling-inner section .img-box .img {
		width: 80%;
	}
}
/************************************************************
                view
************************************************************/
#by .spview {
	display: block;
}
#by .pcview {
	display: none;
}
@media only screen and (min-width: 769px)  {
	#by .spview {
		display: none;
	}	
	#by .pcview {
		display: block;
	}
}
