@charset "utf-8";
*{
    margin:0;
    padding:0;
	border:none;
}
body{
    background:#000  repeat bottom left;
    font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 12px;
    letter-spacing:1px;
	line-height:1.4em;
    /*width:5000px; /* 12525px to launch the section 4 */
	min-height:610px;
	/*max-height:900px;*/
    position:relative;
    top:0px;
    left:0px;
    bottom:0px;
	color:#000;
	-webkit-text-size-adjust: none;
	height: 100vh;
}
a{
    text-decoration:none;
	color:#FFFFFF;
}
a:hover{
	color:#f1464e;
}
ul{
	list-style:none;
}

/************** スタート画面 *************/
.start {
	background: #FFD900;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10000;
}
.start div {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;

}

/************** メインコンテンツ *************/
.main-box
{
    width: 11000px;
    height: 100vh;
    overflow: auto;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 80px;
	font-family: 'Noto Sans JP';
}
.contents {
    float: left;
    width: 800px;
    height: calc(100vh - 500px);
    margin: 0px 0px 0px 260px;
}
.contents p {
    top: 50%;
    position: absolute;
    font-size: 30px;
}
.bg1{
    color:#000;
    background: #000  repeat-x top right;
    border: 0px solid #fff;
}
.section_small {
    margin: 0px;
    bottom: 0px;
    float: left;
    height: 100%;
    box-sizing: border-box;
}
.section{
    margin:0px;
    bottom:0px;
    width:2500px;
    float:left;
    height:100%;
}
.arrow_next {
	float:left;
	position:relative;
	top:45%;
	left:80px;
}
.arrow_back {
	float:left;
	position:relative;
	top:85%;
	left: 0px;
}




img {
	width: 100%;
}



/************** セクション 1　限定20マン！とか文 *************/

.bg01{
	background-color:#FFD900;
	background-image:url("../img/back_bill.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom 0px right 0px;
	position: relative;
	width: 170vh;
	border: 20px solid #000000;/* 枠線 */
}

/*flont要素*/
.s1_flont_content {
    height: 100%;
    position: relative;
    z-index: 1;
    width: auto;
}

/*でかい文字*/
.s1catch {
    position: absolute;
    height: 65%;
    top: 10px;
    width: 13%;
    left: 12px;
}
.s1catch_title img {
	position: absolute;
	height: 100%;
	width: auto;
}
.s1catch2 {
    position: absolute;
    height: 25%;
    width: 13%;
    left: 30px;
    bottom: 12px;
}
.s1catch_title2 img {
	position: absolute;
	height: 100%;
	width: auto;
}


.s1_textbox {
    position: absolute;
    top: max(1vh,15px);
    color: black;
    width: 70vh;
    height: 20%;
	max-width: 44em;
    left: max(83vh,100px);
    /* background-color: cadetblue; */
}
.s1_textbox_position {
    display: flex;
    flex-wrap: wrap;
}
p.s1_text.p1 {
	top: 0;
    right: 100%;
    line-height: 6.8vh;
    font-size: 6.8vh;
    width: max-content;
    text-align: center;
    font-weight: 900;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
}
p.s1_text.p2 {
	font-size: 3vh;
    font-weight: bold;
    line-height: 6.8vh;
}
p.s1_text.p3 {
	font-size: 10.5vh;
	font-weight: bold;
	line-height: 6.8vh;
	white-space: nowrap;
	color: #ff001a;
	text-shadow: 4px 4px #302a00;
}

p.s1_text.p4 {
	font-size: 5.4vh;
	font-weight: bold;
	line-height: 15vh;
	white-space: nowrap;
	color: #ff001a;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0 -1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}

p.s1_text {
    left: 0;
    position: relative;
    /* background-color: floralwhite; */
}
.s1_textbox2 {
    right: max(-6vh,-27px);
    position: absolute;
}
.s1_textbox2.logo {
	top: 1vh;
    width: 19vh;
    max-width: 148px;
}
.s1_textbox2.text {
    right: 13%;
    bottom: -148%;
    position: absolute;
    height: 30%;
    /* background-color: blueviolet; */
}
.s1_textbox2.text p {
	top: 1.5em;
	writing-mode: vertical-rl;
	font-size: 8.5vh;
	/* position: absolute; */
	width: 100%;
	height: 5em;
	font-weight: bold;
	color: #ff001a;
	text-shadow: 4px 4px #302a00;
}
@media (max-height: 600px) {
	.s1_textbox2.text p {
		height: initial;
		writing-mode: initial;
	}
	.s1_textbox2.text {
		right: 0;
		bottom: 0;
		position: relative;
		height: initial;
		line-height: 11.8vh;
	}
	.s1_textbox2 {
		right: 0;
	}
  }


/*セクション1の矢印親要素*/

.arrow_s2 {
	position: absolute;
	bottom: 0;
	z-index: 2;
	left: 98%;
	height: 100%;
}
.arrow_s3 {
	position: absolute;
	bottom: 0;
	z-index: 2;
	left: 92%;
	height: 100%;
}
.arrow_s1 {
	position: relative;
	width: 6rem;
	bottom: 40%;
	z-index: 2;
	left: 95%;
}
.arrow_back {
	position: absolute;
	top: 70%;
	width: 7em;
}
li.arrow_start {
	width: 7em;
	position: absolute;
	top: 50%;
}

li.arrow_return {
	position: absolute;
	bottom: 0;
	left: -8em;
	width: 15em;
}

li.arrow_return.s3 {
	bottom: 2em;
}


/*セクション1ビール缶*/

.beer_s1 {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 31em;
}
/*s1の後ろの斜線左側*/
.s1_end_line_box_left{
	overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.s1_end_line_box_left hr{
	transform: rotate(4deg);
	border-left: 92px solid #000;
	transform-origin: 0% 0%;
	position: absolute;
	height: 100vh;
	top: -1em;
	right: -70px;
}
/*s1の後ろの斜線右側*/
.s1_end_line_box_right{
	overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
}
.s1_end_line_box_right hr{
	transform: rotate(4deg);
	border-left: 92px solid #000;
	transform-origin: 0% 0%;
	position: absolute;
	height: 100vh;
	top: -1em;
	left: -39px;
}
.s1_end_pic.slash{
	    top: -5px;
	    transform: rotate(4deg);
    /*修正*/
	    /* width: 420px; */
    /*修正*/
	    border-left: 15px solid #000;
	    transform-origin: 0% 0%;
	    position: absolute;
	    left: 61vh;
	    height: 104%;
}
.s1_end_pic.slash2{
	    transform: rotate(4deg);
    /*修正*/
	    /* width: 740px; */
    /*修正*/
	    border-left: 12px solid #000;
	    transform-origin: 0% 0%;
	    position: absolute;
	    left: 57vh;
	    top: -6px;
	    height: 104%;
}
.s1_end_line_box_end{
	overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
}
.s1_end_line_box_end hr{
	transform: rotate(4deg);
	border-left: 92px solid #000;
	transform-origin: 0% 0%;
	position: absolute;
	height: 100vh;
	top: -1em;
	left: -39px;
	left: 84%;
	border-left: 200px solid #000;
}


/*s1の後ろ*/
.s1_end {
    height: 100%;
    background-image:url("../img/back_bill.svg");
    background-color:#FFD900;
    background-repeat: no-repeat;
    background-size: cover;
    width: 85vh;
    position: relative;
    background-position: bottom 0px right 0px;
    float: left;
    border: 20px solid #000000;
}
.s1_end_pic {
	position: absolute;
	width: 10em;
}
.s1_end_pic.no1 {
    position: absolute;
    top: 1vh;
    left: 14vh;
    width: 18vh;
    max-width: 170px;
}
.s1_end_pic.no2 {
	position: absolute;
    top: 15vh;
    left: 32vh;
    width: 17vh;
    max-width: 110px;
}
.s1_end_pic.no3 {
	position: absolute;
    left: 2em;
    bottom: 0;
    width: 42vh;
    max-width: 380px;
}
 /*セクション2つ目*/
.bg02 {
	background-color: #FFD900;
    background-position: bottom 0px right 0px;
    position: relative;
    width: 160vh;
    border: 20px solid #000000;
    max-width: 1300px;
}





/************** セクション 2 *************/

.bg02 {
	background-color: #FFD900;
	background-position: bottom 0px right 0px;
	position: relative;
	width: 1300px;
	border: 20px solid #000000;
	background-repeat: no-repeat;
	background-size: cover;
}

 /*セクション2 左アイコン*/
.s2_logoarea {
	width: 100px;
}
.s2_logoarea.no1 {
    position: absolute;
    top: 1%;
    left: 10px;
    width: 15vh;
    max-width: 120px;
    min-width: 50px;
}
.s2_logoarea.no3 {
    position: absolute;
    top: 33%;
    left: 10px;
    width: 15vh;
    max-width: 149px;
    min-width: 50px;
}
.s2_logoarea.no2 {
	position: absolute;
    left: 32%;
    width: 21vh;
    max-width: 150px;
    top: 1%;
}
.s2_logoarea.no4 {
    position: absolute;
    bottom: 0;
    left: 2em;
    width: 40vh;
    max-width: 430px;
    min-width: 100px;
}
.s2_logoarea.no5 {
	position: absolute;
    bottom: 2%;
    left: 33%;
    width: 20vh;
    z-index: 3;
    max-width: 150px;
}
.s2_logoarea.no6 {
	position: absolute;
    right: 5em;
    top: 2%;
    width: 33vh;
    z-index: 0;
    max-width: 17em;
}

 /*セクション2 右テキストエリア*/
.s2_textbox_area {
    position: absolute;
    width: 55%;
    background-color: #fcc800a3;
    right: 0;
    height: 100%;
}

.s2_textbox {
	width: 500px;
    margin: 0;
    margin-top: 3%;
    color: #000;
}
.s2_textbox h1 {
	font-size: 6.5vh;
	line-height: 1.4em;
	margin-left: 5%;
	font-weight: bold!important;
}
.s2_textbox2 h1 {
	font-size: 6.5vh!important;
	line-height: 1.4em;
	margin-left: 5%!important;
	font-weight: bold;
}
.s2_textbox p {
    font-size: 4vh;
    line-height: 1.3em;
    margin-top: 1em;
    font-weight: bold;
	margin-left: 5%;
}
.s2_textbox p:nth-of-type(2) {
	margin-top: 1em;
	font-size: 2.5vh;
	line-height: 1.5em;
}
.s2_textbox hr {
    border-top: 3.5px solid;
    margin-top: 2em;
    left: 0;
}
 /*セクション2 右テキストエリア2つめ*/
.s2_textbox_area2 {
    position: absolute;
    width: 55%;
    background-color: #6785c3bf;
    right: 0;
    height: 100%;
}
.s2_textbox2 {
	width: 500px;
	margin: auto;
	margin-top: 5em;
	margin-left: 3em;
	color: #fff;
	position: relative;
	z-index: 1;
}
.s2_textbox2 hr {
	border-top: 3.5px solid;
	margin-top: 2em;
	left: 0;
	margin-left: -8.1em;
}
.s2_textbox2 p {
	font-size: 4vh;
	line-height: 1.3em;
	margin-top: 1em;
	font-weight: bold;
}
.s2_textbox2 p:nth-of-type(2) {
	margin-top: 1em;
	font-size: 2.5vh;
	line-height: 1.5em;
}
@media (max-height: 600px) {
.s2_sp_none{
	display: none;
}
  }
 /*ギザギザ*/
.zigzagbox::before {
	background: linear-gradient(
		328deg, #000 53%, transparent 52%),
		linear-gradient(28deg, transparent 50%, #000 52%);
	background-size: 190px 70px;
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	height: 100%;
	width: 90px;
}

.zigzagbox.no2::before {
	background: linear-gradient(
		328deg, #FFD900 53%, transparent 52%),
		linear-gradient(28deg, transparent 50%, #FFD900 52%);
	background-size: 190px 70px;
	content: "";
	position: absolute;
	/* top: 0; */
	left: 8em;
	height: 100%;
	width: 200px;
}
.zigzagbox.no3::before {
	background: linear-gradient(
		328deg, #E94723 53%, transparent 52%),
		linear-gradient(28deg, transparent 50%, #E94723 52%);
	background-size: 190px 70px;
	content: "";
	position: absolute;
	/* top: 0; */
	left: 16em;
	height: 100%;
	width: 200px;
}
.zigzagbox.no4::before {
	background: linear-gradient(
		328deg, #6785C3 53%, transparent 52%),
		linear-gradient(28deg, transparent 50%, #6785C3 52%);
	background-size: 190px 70px;
	content: "";
	position: absolute;
	/* top: 0; */
	left: 24em;
	height: 100%;
	width: 200px;
}
.s2_end {
	float: left;
	width: 33em;
	height: 100%;
	position: relative;
	background: #000;
}
.s2_ozeki {
	position: absolute;
    top: 40%;
    left: 10%;
    z-index: 1;
    width: 34vh;
    max-width: 290px;
}

/**********************ニコちゃん***********************************/
.nico {
    top: 10%;
    position: absolute;
    left: 40%;
    opacity: 0.2;
    width: 500px;
}
/*********************************************************************************/


/************** セクション 3 *************/
.bg03 {
	height: 100%;
    background-position: bottom 0px right 0px;
    position: relative;
    width: 170vh;
    background-image: linear-gradient(to right, #6785C3 33%, #E94723 33%, #E94723 66%, #FCC800 66%);
    max-width: 1300px;
}
.s2_backcolor{
	background-image: url(../img/s3_back.jpg);
    width: 100em;
    height: 100%;
    top: 2em;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}
/* セクション2ボタン切り替え */
.bg02 input {
    display: none;
}

.s2_textbox_area2 {
	   height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.s2_textbox_area_visible {
    height: 100%;
    opacity: 1;
}
.s2_textbox_area_hidden {
	height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/* マウスオーバーマスク */
.bk-img-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    left: -7em;
    z-index: 3;
    height: 100%;
	}
.bk-img-borderimg {
    width: 121vh;
    overflow: hidden;
    position: absolute;
    top: -20%;
    left: 0;
    max-width: 1030px;
}
.bk-img-borderimg img,
.bk-img-box-mask img{
width: 100%;
}
.bk-img-box-mask-over-img img{
height: 100%;
}
.bk-img-box-mask {
    width: 121vh;
    overflow: hidden;
    position: absolute;
    top: -20%;
    left: 0;
    max-width: 1030px;
}
.mask-img {
mask-image: url("../img/test.svg");
mask-repeat: no-repeat;
mask-position: 0 0;
mask-size: 100%;
/* Chrome, Safari用 */
-webkit-mask-image: url("../img/test.svg");
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: 0 0;
-webkit-mask-size: 100%;
}
.bk-img-box-mask-over {
width:100%;
height:100%;
position:absolute;    /* 絶対位置指定 */
top:0;
left: 0;
opacity:0;    /* マスクを表示しない */
background-color:rgba(0,0,0,0.2);    /* マスクは半透明 */
-webkit-transition:all 0.6s ease;
transition: all 0.6s ease;
}
.bk-img-box-mask-over .bk-img-box-mask-over-img {
color: #fff;
font-size: 1.2em;
line-height:1.2em;
text-align:center;
position: relative;
top: 50%; /*親要素を起点に上から50%*/
left: 50%;  /*親要素を起点に左から50%*/
transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
-webkit-transform: translateY(-50%) translateX(-50%);   
height: 100%; 
}
.bk-img-box:hover .bk-img-box-mask-over {
opacity:1;    /* マスクを表示する */
}
/* マウスオーバーマスク */

.s3_textbox {
	width: 30%;
	position: absolute;
	top: 5%;
	right: 5%;
	color: white;
	z-index: 3;
	font-weight: bold;
	line-height: 2.3rem;
	font-size: 1.7vh;
	height: 100%;
}
.s3_block {
	position: absolute;
    width: 66vh;
    bottom: 1.5em;
    z-index: 100;
    left: 63vh;
    max-width: 49em;
}
.s3_block_img02 {
	position: absolute;
    z-index: 3;
    right: 16%;
    bottom: 14%;
    max-width: 170px;
    width: 22vh;
}
.s3_block_img03 {
    position: absolute;
    top: 0em;
    z-index: 2;
    right: 0em;
    width: 50%;
    height: 60%;
}
.s3_block_img4 {
    bottom: 0;
    position: absolute;
    z-index: 1;
    right: 0;
}




/************** セクション 4 *************/
#section4 {
	width: auto;
	position:relative;
}
.contents_s4 {
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    display: flex;
    /* position: relative; */
}
.s4_title {
    height: 100%;
    background-color: #000;
    float: left;
    width: 50vh;
    position: relative;
    max-width: 430px;
}
.s4_title img {
	width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.s4_beerbox {
	position: relative;
}
.s4_beerbox_bg {
	height: 95.7%;
	border: solid 13.5px black;
}
.s4_beerbox_bg img{
	max-width: 100%;
	object-fit: cover;
	height: 100%;
	width: auto;
}
.s4_beerbox_img01 {
	position: absolute;
    top: 4.4%;
	left: 15px;
	width: auto;
	height: 94%;
}
.s4_beerbox_img01 img{
	max-width: 100%;
	object-fit: cover;
	height: 99.3%;
}
.s4_beerbox_img01 .beerImage_hover {
	position: absolute;
	top: 21%;
	left: 36px;
	width: 45%;
	height: 45%;
	object-fit: contain;
}
.s4_beerbox_img01 .beerImage_hover img{
	max-width: 100%;
	object-fit: cover;
	height: 45%;
}
.s4_beerbox_img01 .beerImage_hover {
display: none;
}
.s4_beerbox_img01:hover .beerImage_hover {
display: inline;
}
.s4_beerbox_text img {
    width: auto;
}

.s4_beerbox_text {
	position: absolute;
	top: 22%;
	left: 28%;
	width: 34%;
	height: 40%;
	/* background-color: antiquewhite;*/
}
.s4_beerbox_text p {
    width: auto;
    margin: 15px 0;
    line-height: 1.5;
    font-size: 1.8vh;
    font-weight: bold;
    top: 23%;
    color: #000;
    height: 50%;
    /* background-color: blueviolet; */
    padding: 10px;
}
.s4_beerbox_text p:hover{
	color:#fff;
}
.s4_beerbox_textIpa {
	top: 54%;
	left: 28%;
}

/**** ホバーイラスト ****/
.s4_beerbox_people {
    position: absolute;
    /* background-color: aliceblue; */
    width: 33%;
    height: 95%;
    top: 20px;
    right: 15px;
}
.peopleImage_hover {
	position: absolute;
	top: 2%;
	width: 33%;
	height: 100%;
	object-fit: contain;
	right: 17px;
}
a .peopleImage_hover {
display: none;
}
a:hover .s4_beerbox_people {
	display: none;
}
a:hover .peopleImage_hover {
display: inline;
}




/**** クリックで表示切替 ****/
.s4_beerbox_click {
	position: absolute;
	width: 39%;
	top: 4%;
	left: 24%;
	height: 47%;
}
.s4_beerbox_click img {
	width: auto;
	object-fit: contain;
	height: 100%;
}
.s4_clickbox p {
    margin: 10px 0;
    line-height: 1.8;
    font-size: 1.7vh;
    font-weight: bold;
    top: 23%;
    left: 7%;
    color: #fff;
    width: 83%;
    height: 45%;
}
.s4_clickbox_photo {
    position: absolute;
    top: 49%;
    left: 7%;
    height: 30%;
    width: auto;
}
.s4_ipabox_click {
	position: absolute;
	width: 38%;
	top: 48%;
	left: 25%;
	height: 51.3%;
}
.s4_ipabox_click img {
	width: auto;
	object-fit: contain;
	height: 100%;
}
.s4_click_ipabox p {
    margin: 10px 0;
    line-height: 1.7;
    font-size: 1.7vh;
    font-weight: bold;
    top: 25%;
    left: 5%;
    color: #fff;
    height: 45%;
    width: 84%;
}



/**** 矢印 ****/
.arrow_next_s4 {
	float:left;
	position:absolute;
	top: 50.7%;
	right: 2%;
	margin-right: 0;
	width: 8%;
	height: 35%;
	z-index: 1;
	/* background-color: aqua; */
}
.arrow_next_s4 ul {
	width: auto;
	margin-bottom: 5%;
	/* display: revert; */
	float: left;
	position: relative;
	/* left: 35px; */
	height: 100%;
}
.nav_s4 li {
	margin-bottom: 50%;
}

.nav_s4 li:nth-child(3) {
	width: 200%;
	margin-top: 5%;
	padding-right: 5%;
	position: absolute;
	right: 0%;
	height: 30%;
}





/************** クリックで表示切替 *************/
.title-on {
	width: auto;
}
.title-off {
	display: none;
  width: auto;
}

.title-on2 {
	width: auto;
}
.title-off2 {
	display: none;
  width: auto;
}




/************** セクション 5 *************/
#section5 {
    width: 150vh;
    display: flex;
    position: relative;
}
.contents_s5 {
    width: 24%;
    height: 87%;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 7%;
    right: 4%;
    /* background-color: aqua; */
}
.s5_title {
	height: 100%;
	background-color: #000;
	float: left;
}
.s5_title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s5_textbox {
    /* top: 19%; */
    position: relative;
    width: auto;
    background-color: #000000bf;
    height: 100%;
    /* left: 1325px; */
    z-index: 5;
}
.s5_textbox .s5_textbox_title {
	font-weight: bold;
	font-size: 4vh;
	padding: 5% 8%;
	line-height: 1.5;
	top: 0%;
	color: #fff;
	border-bottom: solid 2px #fff;
}
.s5_textbox .s5_textbox_text {
	color: #fff;
	font-size: 1.7vh;
	letter-spacing: 1.5px;
	padding: 5% 8%;
	top: 23%;
	line-height: 2.8vh;
	font-weight: 600;
	text-align: justify;
}
.s5_textbox_beer {
    position: absolute;
    bottom: -3%;
    width: 35%;
    z-index: 1;
    /* height: 30%; */
    right: 5%;
    /* background-color: bisque; */
}
.s5_textbox_beer img {
	max-width: 100%;
}
.s5_textbox_photo {
    bottom: 4%;
    position: absolute;
    left: 7%;
    width: 85%;
    /* height: 27%; */
    /* background-color: aquamarine; */
}
.s5_textbox_photo img {
	max-width: 100%;
}
.s5_textbox_button {
    position: absolute;
    top: 3%;
    right: 6%;
}
.s5_textbox_button img {
	max-width: 100%;
}
.arrow_next_s5 {
	float:left;
	position:absolute;
	top: 54%;
	right: 5px;
	margin-right: 0;
	width: 6%;
	height: 15%;
	z-index: 5;
	/* background-color: azure; */
}
.arrow_back_s5 {
	float:left;
	top:85%;
	left:-100px;
}
.arrow_next_s5 ul {
	width: 110%;
	margin-bottom: 11px;
	display: revert;
}





/************** ループテキスト *************/
.loop_wrap{
	overflow: hidden;
    width: 100%;
    background-color: #FFD900;
    background-image: url(../img/back_bill.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom 0px right 0px;
    height: 100%;
    border: solid 13.5px #6785c3;
    font-family: 'Murecho', sans-serif;
    box-sizing: border-box;
}
  .loop_text_min{
    font-size:2vh;
	line-height: 0.75;
    color:#000;
    animation: flowing 13s linear infinite;
    transform: translateX(100%);/*初期位置*/
}
  .loop_text_mid{
    font-size:4vh;
	line-height: 1;
    color:#000;
    animation: flowing 12s linear infinite;
    transform: translateX(100%);/*初期位置*/
    top: 80px;
}
  .loop_text_lar{
    font-size:3.5em;
	line-height: 1.2;
	  font-weight: 500;
    color:#000;
    animation: flowing 10s linear infinite;
    transform: translateX(100%);/*初期位置*/
    top: 350px;
}
.loop_text_biglar {
	font-size:7vh;
	line-height: 1.2;
	color:#000;
	animation: flowing 10s linear infinite;
	transform: translateX(100%);/*初期位置*/
	top: 350px;
	font-weight: 600;
}
.slowrtext {
	animation: flowing 8s linear infinite;
}
.weighttext {
	animation: flowing 9s linear infinite;
	font-weight: bolder;
}
.berylowrtext {
	animation: flowing 15s linear infinite;
}
  @keyframes flowing {
    100% {
      transform: translateX(-100%);
    }
  }




/************** セクション 6 *************/
#section6 {
	/*width: 1090px;*/
	position:relative;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #000;
	/* height: 100%; */
}
.s6_beerbox {
    height: 100%;
}
.contents_s6 {
    width: auto;
    height: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    position: relative;
}
.s6_title {
	height: 100%;
	background-color: #000;
	float: left;
	background-color: #6785c3;
}
.s6_title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s6_beerbox_bg {
	height: 100%;
	border: solid 15px black;
	box-sizing: border-box;
}
.s6_beerbox_bg img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.s6_textbox_title {
	display: flex;
	justify-content: space-between;
}
.s6_textbox .s6_textbox_title span {
	font-size: 47px;
}
.s6_textbox .s6_textbox_title {
	font-size: 21px;
	left: 5%;
	border-bottom: solid 2px #000;
	padding: 30px 10px;
	width: 65%;
	z-index: 1;
	top: 5%;
}
.s6_goodsBoxarea {
	display: flex;
	position: absolute;
	left: 25%;
	top: 28%;
	/* background-color: blueviolet; */
	height: 42%;
}
.s6_goodsBox {
	z-index: 1;
	height: 100%;
}
.s6_goodsBox01 {
	margin-right: 140px;
}
.s6_goodsBox img {
    height: 100%;
    max-height: 400px;
    width: auto;
}
.s6_goodsBox .s6_goodsBox_beer {
    font-size: 20px;
    position: initial;
}
p.s6_goodsBox_beer_inside {
	font-size: 12px;
    position: initial;
    top: 0;
}
.s6_goodsBox .s6_goodsBox_price {
	font-size: 12px;
	position: initial;
}
.s6_goodsBox_price .s6_goodsBox_salePrice02 {
    font-size: 35px;
    font-weight: 600;
}
.s6_goodsBox_price .s6_goodsBox_salePrice01 {
	font-size: 30px;
}
.s6_goodsBox_text2 {
	display: flex;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
    flex-direction: column;
    margin: auto;
	padding-top: 15px;
	font-family: 'Noto Sans JP';
    line-height: 20px;
}

.s6_goodsBox_text {
    margin-left: 10px;
}
.arrow_next_s6 {
	float:left;
	position:absolute;
	top: 63%;
	right: 5%;
	margin-right: 0;
	width: 16%;
	height: auto;
	z-index: 1;
}
.arrow_next_s6 ul {
	width: 110%;
	margin-bottom: 11px;
	display: revert;
}
.nav_s6 li {
	margin-bottom: 30px;
}
.s6_goodsBox_price02 {
    color: #ff001a;
}




/*  最終調整　*/
.img-bk-01,
.img-bk-02,
.img-bk-03{
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.img-bk-01.img-bk-disable,
.img-bk-01.img-bk-visible,
.img-bk-02.img-bk-disable,
.img-bk-02.img-bk-visible,
.img-bk-03.img-bk-disable,
.img-bk-03.img-bk-visible
{
    position: absolute;
    height: 100%;
    margin: auto;
    width: 100%;
}
.img-bk-visible{
	opacity:1;
}
.img-bk-disable{
	opacity:0;
}
.img-bk-01 img,
.img-bk-02 img,
.img-bk-03 img
 {
  object-fit: cover;
  width: 100%;
  height: 100%
} 
.btn-animation-01 {
    animation: btn-animation-01 1s  infinite;
}

@keyframes btn-animation-01 {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    50% {transform: translate(3px, 2px) rotateZ(-5deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
.start p {
    position: fixed;
    left: 40%;
    top: 67%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 9999;
    font-size: 61px;
    letter-spacing: -6px;
    font-family: serif;
    color: #FFF;
}
.beer_s1 {
	position: absolute;
    right: 50%;
    height: 100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    margin: auto;
    transform: translateY(-1000px);
    transition: transform 1s;
}
.beer_s1 img {
    height: 90%;
    margin: auto;
    position: absolute;
    bottom: 0;
}
.beer_s1_after{
    transform: translate(0);
}
@media (max-width: 400px) {
p.s1_text.p4 {
	font-size: 3.4vh;
}
}

@media (max-width: 400px) {
	.beer_s1 {
		right: 61%;

	}
}