
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
#contentsReview {
width: 100%!important;
}
html,
body {
	padding: 0;
	margin: 0;
}
a {color: #111;}
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;
}
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
#wrap {
    padding: 0;
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    margin: 0 auto;
    line-height: 2.0;
    color: #222;
    letter-spacing: 0.5px;
}
#wrap a {
	text-decoration: none;
	color: #000;
}
#wrap img,#wrap video {
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
	z-index: 0;
}
#wrap ul,#wrap li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#wrap h1,#wrap h2,#wrap h3,#wrap h4 {
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0;
}
.clear {
	clear: both;
}
.anim {
	opacity: 0;
}
.anim.ac {
	-webkit-animation: fadein 1.4s forwards ease;
	animation: fadein 1.4s forwards ease;
}

@keyframes fadein {
  0% {
	  opacity: 0;
  }
  100% {
	  opacity: 1;
  }
}


#wrap {
	width: 100%;
	min-width: 1100px;
}
@media only screen and (max-width: 768px)  {
	#wrap {
		min-width: 100%;
	}	
}



/*============
ビジュアル
===========*/
#visual {
	background-image: url("https://www.dot-st.com/static/docs/barnyardstorm/pages/220810_personal/images/0726/240814_main_p.jpg");
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
	opacity: 0;
	transition: 1.4s all 0s ease;
	
}
#visual.ac {
	opacity: 1;
}
#visual .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40%;
}
#visual .title .logo {
	width: 50%;
	margin:0 auto 10%;
}
@media only screen and (max-width: 768px)  {
	#visual {
		background-image: url("https://www.dot-st.com/static/docs/barnyardstorm/pages/220810_personal/images/0726/240814_main_s.jpg");
		background-position: 60% center;
		height: 75vh;
	}
	#visual .title {
		width: 90%;
	}
}




/*============
リード文
===========*/

#read {
	margin: 5% auto;
	padding: 0 5%;
}
#read .txt {
	font-size: 14px;
	text-align: center;
	margin: 30px auto;
	line-height: 2.2
}

@media only screen and (max-width: 768px)  {
	#read .txt {
		font-size: 12px;
		text-align: left;
	}
}


/*============
キャンペーン
===========*/

#cam {
	margin: 5% auto;
	padding: 0 ;
	width: 50%;
}
#cam::before,#cam::after{
	display: block;
	content: '';
	background-color: #000;
	width: 100%;
	height: 1px;
	margin: 0 auto;
}
#cam .cam-img {
	width: 30%;
	min-width: 200px;
	margin: 5% auto;
}
#cam .txt {
	font-size: 14px;
	text-align: center;
	margin: 20px auto 5%;
	line-height: 2.2
}
#cam .bold {
	font-weight: bold;
	font-size: 20px;
}
#cam .small {
	font-size: 10px;
}

@media only screen and (max-width: 768px)  {
	#cam {
		width: 100%;
		padding: 0;
	}
	#cam::before,#cam::after{
		display: block;
		content: '';
		background-color: #000;
		width: 90%;
		height: 1px;
		margin: 15% auto;
	}
	#cam .txt {
		font-size: 12px;
	}
	#cam .bold {
		font-size: 16px;
	}
	#cam .small {
		font-size: 10px;
	}
}

@media screen and (min-width: 768px){
	.br-sp {
		display: none;
	}
}

/*============
キャンペーンののノベリティ
===========*/
#cam .novo-box{
	width: 100%;
	position: relative;
	margin-bottom: 5%;
}
#cam .novo-box .novo-bg{
	background-image: url(../images/novo-bg.jpg);
	width: 100%;
	height: 60vh;
	/* height: 400px; */
	background-position: right 50%;
	background-size: cover;
	z-index: 998;
	position: relative;
}
#cam .novo-box .inner{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#cam .novo-box .novo{
	width: 30%;
	margin: 0 auto;
	padding-top: 5%;
	box-sizing: content-box;
}
#cam .novo-box  .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
	margin: 5% auto;
}
#cam .novo-box .novo-img{
	width: 40%;
}
#cam .novo-box .t-box{
	width: 55%;
}

#cam .novo-box .txt{
	color: #fff;
}
@media screen and (max-width: 768px){
	#cam .novo-box .novo-bg{
		height: 95vh;
	}
	#cam .novo-box .novo{
		width: 60%;
		margin: 5% auto;
		padding-top: 5%;
		box-sizing: content-box;
	}
	#cam .novo-box  .flex{
		display: block;
		width: 100%;
	}
	#cam .novo-box .novo-img{
		width: 70%;
		margin: 5% auto;
	}
	#cam .novo-box .t-box{
		width: 80%;
		margin: 0 auto 5%;
	}
}
@media screen and (max-width: 415px){
	#cam .novo-box .novo-bg{
		height: 85vh;
	}
}
/*============
ハウツー
===========*/

#howto {
	position: relative;
	margin: 0 auto 10%
}
#howto h2 {
	width: 50%;
	max-width: 150px;
	margin: 0 auto;
	
}
#howto .inner {
	background: #eee;
	padding: 30px;
	margin-top: -15px
}
#howto ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	width: 100%;
	max-width: 900px;
	margin: 20px auto 0;
}
#howto li {
	padding: 0 5%;
	position: relative;
}
#howto li::before {
	content: "\025b6";
	position: absolute;
	top: 80px;
	right: 0;
}
#howto li:nth-last-of-type(1)::before {
	display: none;
}
#howto li .no {
	max-width: 35px;
	margin: 0 auto;
}
#howto li .icon {
	max-width: 90px;
	margin: 15px auto 25px;
}
#howto li .tit {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
#howto li .txt {
	font-size: 12px;
	margin-top: 5px;
}
#howto li .info {
	font-size: 10px;
	margin-top: 5px;
}
@media only screen and (max-width: 768px)  {
	#howto ul {
		grid-template-columns: 1fr;
		margin: 10px auto 0;
	}
	#howto li {
		padding: 10% 10% 15%;
		position: relative;
	}
	#howto li .no {
		max-width: 35px;
		margin: 0 auto;
	}
	#howto li .icon {
		max-width: 70px;
		margin: 20px auto;
	}
	#howto li::before {
		content: "\025bc";
		position: absolute;
		top: auto;
		bottom: 0;
		right: auto;
		left: 50%;
		transform: translate(-50%,0)
	}
}


/*============
ショップ
===========*/
#shop {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin:  0 auto;
}
#shop::after {
	content: "";
	display: block;
	clear: both;
}
@media only screen and (max-width: 768px)  {
	
	
}


/*============
ショップ＿サイドメニュー
===========*/
#shop #side {
	position: sticky;
	top: 75px;
	width: 200px;
	float: left;
	padding: 0 60px 20%;
	box-sizing: content-box;
}
#shop #side li {
	font-size: 14px;
	margin: 5px 0;
}
#shop #side li:nth-of-type(3) {
	margin: 30px auto 10px;
}
#shop #side li.nav::before {
	content: "\025b6";
	padding-right: 5px;
	font-size: 11px;
}
@media only screen and (max-width: 768px)  {
	#shop #side {
		position: relative;
		top: auto;
		width: 90%;
		float: none;
		box-sizing: border-box;
		padding: 0 0 10%;
		margin:0 auto 10%;
		border-bottom: 1px solid #9a9a9a;
	}
	#shop #side li.non {
		display: none;
	}
	#shop #side ul {
		display: grid;
		grid-template-columns: 1.8fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
	}
	#shop #side li {
		font-size: 12px;
		margin: 5px 0;
		text-align: center;
	}
	#shop #side li.tit,#shop #side li:nth-last-child(1) {
		grid-column:1/6;
	    grid-row: auto;
		font-size: 18px;
		margin-bottom: 15px;
	}
	#shop #side li:nth-of-type(3) {
		margin:0 auto 10px;
	}
	#shop #side li.nav::before {
		content: "\025bc";
	}
	#shop #side li.nav:nth-last-child(1)::before {
		content: "\025b6";
	}
}


/*============
ショップ＿メイン
===========*/
#shop #main {
	width: calc(100% - 320px);
	float: right;
}

#main .section {
	position: relative;
	padding-bottom: 5%;
	margin-bottom: 5%;
}

#main .section::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 60px;
	height: 1px;
	background: #9a9a9a;
}
#main .section:nth-last-of-type(1)::before {
	display: none;
}

#main .section:nth-last-of-type(1) {
	padding-bottom: 0%;
}
@media only screen and (max-width: 768px)  {
	#shop #main {
		width:100%;
		float: none;
	}
	#main .section {
		position: relative;
		padding-bottom: 15%;
		margin-bottom: 15%;
	}
	#main .section::before {
		right: 0px;
	}
}



#main .section h2 {
	text-align: center;
	font-size: 34px;
	padding-right: 60px
}
#main .section .btn {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content:center;
	flex-wrap: wrap;
	    padding-right: 60px;
	margin-top: 25px;
}
#main .section .btn a {
	display: block;
	margin: 0 20px;
	font-size: 12px;
}
#main .section .btnset {
	max-width: 400px;
	margin: 0 auto;
	padding: 15px 60px 0 0;
}
#main .section .btnset .button {
	border: 1px solid #9a9a9a;
	padding: 7px 0 5px 0;
	text-align: center;
	color: #333;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
}
#main .section .btnset .button::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0,-50%);
}
#main .section .btnset .button.boxclose::after {
	content: "-";
}
#main .section .accordion {
	max-width: 400px;
	padding-right: 60px;
	margin: 15px auto;
}
#main .section .accordion .accordion-title,#main .section .accordion .accordion-reset {
	font-size: 14px;
	cursor: pointer;
	margin: 10px 0 0;
}
#main .section .accordion .accordion-title::before {
	content: "+";
	padding-right: 5px;
}
#main .section .accordion .accordion-title.open::before {
	content: "−";	
}
#main .section .accordion .accordion-reset::before {
	content: "−";
	padding-right: 5px;
}
#main .section .accordion .searchList li {
	font-size: 12px;
	margin: 5px 14px;
}
#main .section .accordion .searchList li a::before {
	content: "\025bc";
	padding-right: 5px;
	font-size: 10px;
}
#main .section .accordion .searchList li a.ac {
	background:#FFFBB5;
}
@media only screen and (max-width: 768px)  {
	#main .section h2 {
		text-align: center;
		font-size: 28px;
		padding-right: 0px
	}
	#main .section .btn {
			padding-right: 0px;
	}
	#main .section .btn a {
		display: block;
		margin: 5px 10px;
		font-size: 11px;
	}
	#main .section .btnset {
		max-width: 80%;
		margin: 0 auto;
		padding: 15px 0px 0 0;
	}
	#main .section .btnset .button {
		font-size: 14px;
	}
	#main .section .accordion {
		max-width: 80%;
		padding-right: 0;
		margin: 0 auto;
		border: 1px solid #9a9a9a;
		padding:10px;
		box-sizing: border-box;
		margin-top: -1px;
	}
}




#main .section .box {
	margin: 10% auto 0;
	position: relative;
}

/* ボタン全体 */

#main .section .box .topbtn{
	position: sticky;
	bottom: 15px;
	float: right;
	padding: 0 60px 0 0;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	opacity: 0;
	transition: 0.5s all 0s ease;
}
#main .section .box.ac .topbtn{
	opacity: 1;
}
#main .section .box .topbtn a{
	display: block;
	position: relative;
}
#main .section .box .topbtn a::before {
font-weight: 900;
content: '\025b2';
font-size: 18px;
color: #000;
position: absolute;
width: 30px;
height: 25px;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

#main .section .box .topbtn a::after{
content: 'PAGE TOP';
font-size: 12px;
color: #000;
position: absolute;
top: 25px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
#main .section .box1 .topbtn a::after{
content: '北海道・東北エリアトップ';
}
#main .section .box2 .topbtn a::after{
content: '関東エリアトップ';
}
#main .section .box3 .topbtn a::after{
content: '中部エリアトップ';
}
#main .section .box4 .topbtn a::after{
content: '近畿エリアトップ';
}
#main .section .box5 .topbtn a::after{
content: '九州エリアトップ';
}
@media only screen and (max-width: 768px)  {
	#main .section .box .topbtn{
		position: sticky;
		bottom: 10px;
		float: right;
		padding: 0;
		width: 100%;
	}
	#main .section .box .topbtn a::after{
		font-size: 11px;

	}
}
/*#main .section .box .topbtn a {
	display: block;
	position: sticky;
	top: 0;
	width: 100%;
}*/
#main .section .box::before {
	content: "";
	display: block;
	clear: both;
}
#main .section .box ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	margin: 0 auto
}
#main .section .box li {
	margin: 0 auto 50px;
	box-sizing: border-box;
	padding: 0 60px 0 0 ;
	width: 100%;
	opacity: 0;
}

#main .section .box li.ac {
	-webkit-animation: fadein 1.4s forwards ease;
	animation: fadein 1.4s forwards ease;
}

#main .section .box li.shop_box {
	grid-column:1/3;
	grid-row: auto;
}

#main .section .box li .shop_name {
	text-align: center;
	font-size: 24px;
	position: relative;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	font-weight: 500;
}
#main .section .box li .shop_name::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 25px;
	height: 1px;
	background: #000;
	transform: translate(-50%,0);
}
#main .section .box li .shop_detail {
	text-align: center;
	font-size: 12px;
	margin-bottom: 30px;
}
#main .section .box li .shop_img {
	width: 100%;
}
@media only screen and (max-width: 768px)  {
	#main .section .box ul {
		grid-template-columns: 1fr;
		margin: 0 auto 0;
	}
	#main .section .box li {
		margin: 6% auto;
		box-sizing: border-box;
		padding: 0 ;
		width: 100%;
	}
	#main .section .box li.shop_box {
		grid-column:1;
	}
	#main .section .box li .shop_name {
		font-size: 20px;
		margin: 0 auto 15px;
		padding-bottom: 15px;
	}	
}




#main .section .box li .face {
	width: 35%;
	float: left;
}
#main .section .box li .data {
	width: 60%;
	float: right;
	font-size: 12px;
}
@media only screen and (max-width: 1300px)  {
	#main .section .box li .face {
		width:40%;
	}
	#main .section .box li .data {
		width: 55%;
		font-size: 11px;
	}	
}
@media only screen and (max-width: 1180px)  {
	#main .section .box li .face {
		width: 45%;
	}
	#main .section .box li .data {
		width: 50%;
		font-size: 11px;
	}	
}
@media only screen and (max-width: 768px)  {
	#main .section .box li.staff_box {
		box-sizing: border-box;
		padding: 0 5%;
	}
	#main .section .box li .face {
		width: 38%;
	}
	#main .section .box li .data {
		width: 57%;
		font-size: 10px;
	}

}



#main .section .box li .data .name {
	font-size: 18px;
	border-bottom: 1px solid #000;
	line-height: 1;
	padding-bottom: 10px;
}
#main .section .box li .data .profile {
	margin: 10px 0;
}
#main .section .box li .data .profile div {
	width: 100%;
	margin-bottom: 5px;
}
#main .section .box li .data .profile div:nth-of-type(1) {
	width: 45%;
	float: left;
}
#main .section .box li .data .profile div:nth-of-type(2) {
	width: 55%;
	float: left;
}
@media only screen and (max-width: 1180px)  {
	#main .section .box li .data .profile div {
		margin-bottom: 0;
	}
	#main .section .box li .data .profile div:nth-of-type(1),#main .section .box li .data .profile div:nth-of-type(2) {
		width: 100%;
		float: none;
	}	
}
@media only screen and (max-width: 768px)  {
	#main .section .box li .data .profile div:nth-of-type(1) {
		width: 48%;
		float: left;
	}
	#main .section .box li .data .profile div:nth-of-type(2) {
		width: 52%;
		float: right;
	}
}

#main .section .box li .data .bold {
	font-weight: 500;
}
#main .section .box li .btn {
	margin: 20px auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
}
#main .section .box li .btn a {
	margin-right: 2%;
	background: #eee;
	width: 98%;
	border-radius: 10px;
}
#main .section .box li .btn a:nth-of-type(2) {
	margin-right: auto;
	margin-left: 2%;
}
#main .section .box li .btn a img {
	width: 90px;
	margin: 8px auto;
	display: block;
}

#main .section .box li .txt {
	font-size: 13px;
	margin: 15px 0 0;
	padding: 15px 15px 10px;
	position: relative;
}
#main .section .box li .txt::before,#main .section .box li .txt::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}
#main .section .box li .txt::before {
	width: 25px;
	height: 1px;
}
#main .section .box li .txt::after {
	width: 1px;
	height: 25px;
}
#main .section .box li .award {
	font-size: 10px;
}
#main .section .box li .award div {
	position: relative;
	padding-left: 15px;
}
#main .section .box li .award .icon img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	transform: translate(0,-50%);
}

#main .section .box li .all a {
	text-align: center;
	background: #000;
	color: #FFF;
	padding: 5px 0;
	display: block;
	width: 80%;
	max-width: 450px;
	margin: 0 auto 5%;
	font-size: 16px;
}
@media only screen and (max-width: 768px)  {
	#main .section .box li .txt {
		font-size: 12px;
	}
	#main .section .box li .all a {
		font-size: 14px;
	}
	
}
/*/20250820campaign/*/
#by .cp {
	width: 50%;
	max-width: 600px;
	margin: 8% auto;
	padding: 50px;
	font-size: 13px;
	border: solid 1px #111;
}
#by .cp .cp_ttl {
	display: block;
	width: 100%;
    max-width: 500px;
	margin: 0 auto;	
}
#by .cp .cp_price {
	display: block;
	width: 80%;
    max-width: 390px;
	margin: 0 auto;
}
#by .cp p {
	text-align: center;
	margin: 10% 0;
}
#by .cp p:nth-of-type(2) {
	font-size: 80%;
	margin: 5% 0 0;
}

@media only screen and (max-width: 768px)  {
	#by .cp {
		width: 84%;
		margin: 16% auto 20%;
		padding: 10% 5%;
		font-size: 12px;
	}
	#by .cp p:nth-of-type(1) {
		text-align: left;
	}
	#by .cp p:nth-of-type(2) {
		margin: 8% 0 0%;
	}
	#by .cp .cp_ttl {
		width: 100%;
	}
	#by .cp .cp_price {
		width: 86%;
	}
	#by .cp_img {
	
	}
}
/*//////////////////*/
#by #footer {
	padding-bottom: 50px;
	background: #fff;
}
#by #footer .info {
	background: #eee;
	padding: 5% 25%;
	font-size: 10px;
}
#by #footer .logo {
	width: 70%;
	max-width: 300px;
	margin: 50px auto;
}
#by #footer .copy {
	font-size: 10px;
	text-align: center;
}
@media only screen and (max-width: 768px)  {
	#by #footer .info {
		padding: 5%;
	}
	
}
#by .spview {
	display: block;
}
#by .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
    #by .spview {
		display: none;
	}	
	#by .pcview {
		display: block;
	}
}