@charset "utf-8";

/* Common */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-block;
}
* html.cf {
	height: 1%;
}
.cf {
	display: block;
	position: relative;
}
.text-important {
	color: #f00000;
}
body {
	position: relative;
}
.forGoogleSpSearchResult{
	display: none!important;
}
#Cont {
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
			user-select: none;
	-moz-user-select: none;
}
#Cont img {
	width: 100%;
	height: auto;
}
#Main_inner {
	position: relative;
	padding-bottom: 20px;
}
#Cont img {
	pointer-events: none;
}
.hideTxt {
	display: none;
}
.inner h2 {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 35px;
	text-align: center;
}
#contentArea li,
#contentArea > .inner > h2 {
	visibility: visible;
}
.anchor_link {
	position: absolute;
	margin-top: -50px;
}
li.new-mark:after {
	content: "";
	display:block;
	position: absolute;
	width: 159px;
	height: 84px;
	top: -42px;
	left: -13px;
	background: url(../images/common/new_mark.png) no-repeat center center;
	background-size:contain;
	z-index: 10;
	-webkit-transform: translateX(10%);
					transform: translateX(10%);
}
li.close-layer .close-layer-img img {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	transition: opacity 0.5s ease-in-out;
	border: none;
}
li.close-layer:hover .close-layer-img img {
	opacity: 0.85;
}
li.comming-mark:after {
	content: "";
	display: block;
	position: absolute;
	width: 232px;
	height: 81px;
	top: -53px;
	left: -28px;
	background: url(../images/common/comming_mark.png) no-repeat center center;
	background-size: contain;
	z-index: 10;
	-webkit-transform: translateX(10%);
					transform: translateX(10%);
}
li.comming-mark.comming-mark--movie:after {
	top: -50px;
}
.brank_linkstyle{
	text-indent: -1.2em;
}
.brank_linkstyle::before{
	content: "";
	background-image: url(../images/common/link_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.5em;
	width: 0.5em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-left: 5px;
}

.animationFadeIn {
	opacity: 0;
}
.animated {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}

/* animationFadeIn set */
@-moz-keyframes animationFadeIn {
	from {
		opacity: 0;
		-moz-transform: translateY(70px);
		transform: translateY(70px);
	}
	99.9%, to {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes animationFadeIn {
	from {
		opacity: 0;
		-webkit-transform: translateY(70px);
		transform: translateY(70px);
	}
	99.9%, to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes animationFadeIn {
	from {
		opacity: 0;
		transform: translateY(70px);
	}

	99.9%, to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* /animationFadeIn set */

.animationFadeIn.animated {
	-webkit-animation-name: animationFadeIn;
					animation-name: animationFadeIn;
}

/* /mvLogoAnimate set */
@-webkit-keyframes mvLogoAnimate {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		        transform: scale(1);
						margin-left: -1000px;
						margin-top: 200px;
	}
	70% {
		opacity: 1;
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
						margin-left: 0;
						margin-top: 0;
	}
	76% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	79% {
		-webkit-transform: scale(0.97);
		        transform: scale(0.97);
	}
	82% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	90% {
		opacity: 1;
	}
	99.9%, to {
		opacity: 1;
	}
}
@-moz-keyframes mvLogoAnimate {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		        transform: scale(1);
						margin-left: -1000px;
						margin-top: 200px;
	}
	70% {
		opacity: 1;
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
						margin-left: 0;
						margin-top: 0;
	}
	76% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	79% {
		-webkit-transform: scale(0.97);
		        transform: scale(0.97);
	}
	82% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	90% {
		opacity: 1;
	}
	99.9%, to {
		opacity: 1;
	}
}

@keyframes mvLogoAnimate {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		        transform: scale(1);
						margin-left: -1000px;
						margin-top: 200px;
	}
	70% {
		opacity: 1;
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
						margin-left: 0;
						margin-top: 0;
	}
	76% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	79% {
		-webkit-transform: scale(0.97);
		        transform: scale(0.97);
	}
	82% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	90% {
		opacity: 1;
	}
	99.9%, to {
		opacity: 1;
	}
}

/* /mvLogoAnimate_sp set */
@-webkit-keyframes mvLogoAnimate_sp {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		        transform: scale(1);
						margin-left: -400px;
						margin-top: 200px;
	}
	70% {
		opacity: 1;
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
						margin-left: 0;
						margin-top: 0;
	}
	76% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	79% {
		-webkit-transform: scale(0.97);
		        transform: scale(0.97);
	}
	82% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	90% {
		opacity: 1;
	}
	99.9%, to {
		opacity: 1;
	}
}
@-moz-keyframes mvLogoAnimate_sp {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		        transform: scale(1);
						margin-left: -400px;
						margin-top: 200px;
	}
	70% {
		opacity: 1;
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
						margin-left: 0;
						margin-top: 0;
	}
	76% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	79% {
		-webkit-transform: scale(0.97);
		        transform: scale(0.97);
	}
	82% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	90% {
		opacity: 1;
	}
	99.9%, to {
		opacity: 1;
	}
}

@keyframes mvLogoAnimate_sp {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		        transform: scale(1);
						margin-left: -400px;
						margin-top: 200px;
	}
	70% {
		opacity: 1;
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
						margin-left: 0;
						margin-top: 0;
	}
	76% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	79% {
		-webkit-transform: scale(0.97);
		        transform: scale(0.97);
	}
	82% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	90% {
		opacity: 1;
	}
	99.9%, to {
		opacity: 1;
	}
}

/* stamp-fade-in set */
@-moz-keyframes stamp-fade-in {
	from {
		opacity: 0;
		-moz-transform: scale(10);
		transform: scale(10);
	}
	5% {
		opacity: 0;
		-moz-transform: scale(10);
		transform: scale(10);
	}
	50% {
		opacity: 0.6;
		-moz-transform: scale(2);
		transform: scale(2);
	}
	55% {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
	56% {
		opacity: 1;
		-moz-transform: scale(0.8);
		transform: scale(0.8);
	}
	58% {
		opacity: 1;
		-moz-transform: scale(0.9);
		transform: scale(0.9);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
	85%{
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
	86%{
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
	99.9%, to {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes stamp-fade-in {
	from {
		opacity: 0;
		-webkit-transform: scale(10);
		transform: scale(10);
	}
	5% {
		opacity: 0;
		-webkit-transform: scale(10);
		transform: scale(10);
	}
	50% {
		opacity: 0.6;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
	55% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	56% {
		opacity: 1;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	58% {
		opacity: 1;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	85%{
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	86%{
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	99.9%, to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes stamp-fade-in {
	from {
		opacity: 0;
		transform: scale(10);
	}
	5% {
		opacity: 0;
		transform: scale(10);
	}
	50% {
		opacity: 0.6;
		transform: scale(2);
	}
	55% {
		opacity: 1;
		transform: scale(1);
	}
	56% {
		opacity: 1;
		transform: scale(0.8);
	}
	58% {
		opacity: 1;
		transform: scale(0.9);
	}
	60% {
		opacity: 1;
		transform: scale(1);
	}
	85%{
		opacity: 1;
		transform: scale(1);
	}
	86%{
		opacity: 1;
		transform: scale(1);
	}
	99.9%, to {
		opacity: 1;
		transform: scale(1);
	}
}
/* /stamp-fade-in set */

@-webkit-keyframes mv-firstAnimation {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes mv-firstAnimation {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes mv-firstAnimation2 {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes mv-firstAnimation2 {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.top-area-wrap {
	overflow: hidden;
}

/* News area */
.newsArea {
	width: 100%;
	background: #ffd900;
	opacity: 0;
	z-index: 7;
}
.newsArea .inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
#newsBlk {
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
	color: #131681;
	font-size: 13px;
	-webkit-transition: height 0.5s ease-in;
					transition: height 0.5s ease-in;
}
#newsBlk .newsUnit {
	position: relative;
	float: right;
	min-height: auto;
	padding: 8.5px 0;
}
#newsBlk .newsUnit .info_ttl {
	float: left;
	margin-right: 8px;
}
.cf_dl_outter{
	display: block;
	float: left;
}
#newsBlk .newsUnit dl {
	position: relative;
	font-weight: bold;
	font-size: 13px;
	display: block;
}
#newsBlk .newsUnit dl dt {
	float: left;
	white-space: pre-wrap;
	padding-right: 1em;
}
#newsBlk .newsUnit dl dd {
	float: left;
}
#newsBlk .newsUnit dl dd.small {
	font-size: 10px;
}

/* Main visual */
.main_visual_area {
	position: relative;
	width: 100%;
}
.main_visual_area .main_visual {
	position: relative;
	width: 100%;
}
.main_visual_area {
	background-repeat: no-repeat;
	background-size: 100% 107%;
	background-position: center;
	background-image: url('../images/index/nodo_top_bg.jpg?250310');
}
.main_visual_inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.main_visual_inner img {
	width: auto !important;
}
.main_visual_bottom {
	padding: 10px 0;
	background-color: #15116f;
	color: #fff;
	font-size: 12px;
}
.main_visual_bottom .note {
	display: flex;
}
.main_visual_bottom .note .mark {
	flex-shrink: 0;
}
#group {
	width: 960px;
	height: 519px;
	margin: 0 auto;
}
.gr1,
.gr2,
.gr3,
.gr4 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
}
.gr1 p,
.gr2 p,
.gr3 p,
.gr4 p {
	opacity: 0;
	position: absolute;
	margin: 0 auto;
	display: inline-block;
}
.gr1 p {
	z-index: 6;
}
.gr2 p{
	z-index: 7;
}
.gr3 p {
	z-index: 9;
	transition: all 0.5s;
}
.gr4 p {
	z-index: 11;
	transition: all 0.5s;
}
.gr.active p {
	opacity: 1;
	transition: all 0.5s;
}
/* 200615 */
.gr2.active p img{
	transition: none;
	animation: stamp-fade-in 2s forwards cubic-bezier(.7,0.01,1,0.4);
	-moz-animation: stamp-fade-in 2s forwards cubic-bezier(.7,0.01,1,0.4);
	-webkit-animation: stamp-fade-in 2s forwards cubic-bezier(.7,0.01,1,0.4);
}
/* 200615 */

/* .gr2.active p img, .gr3.active p img{
	transition: none;
	animation: mvLogoAnimate 2s cubic-bezier(.7,0.01,1,0.4);
	-moz-animation: mvLogoAnimate 2s cubic-bezier(.7,0.01,1,0.4);
	-webkit-animation: mvLogoAnimate 2s cubic-bezier(.7,0.01,1,0.4);
} */
.mv_actor_ul{
	position: relative;
}
.gr p.mv_actor{
	bottom: 0;
	left: 50%;
	transform: translateX(-426px);
	width: 888px;
}
.gr3 p.mv_actor,
.gr4 p.mv_actor{
	left: 50%;
	transform: translateX(-50%);
	width: 2000px;
}
.gr p.mv_catch{
	bottom: 15px;
	left: 50%;
	transform: translateX(-450px);
	width: 146px;
}
.mv_copy{
	top: 23px;
	left: 0;
	right: 0;
	max-width: 1600px;
	width: 100%;
}
.gr4.active p.mv_copy {
	opacity: 1;
	transition-delay: 0.25s;
	transition: all 1s;
}
.gr1.active.de-active p.mv_copy, .gr2.active.de-active p, .gr3.active.de-active p{
	opacity: 0;
	transition-delay: 0.25s;
	transition: opacity 1s;
	animation: none;
}
.gr3.active p.mv_actor img{
	animation: mv-firstAnimation 5s forwards;
	-webkit-animation: mv-firstAnimation 5s forwards;
}
.gr4.active p.mv_actor img{
	animation: mv-firstAnimation2 5s forwards;
	-webkit-animation: mv-firstAnimation2 5s forwards;
}
.gr.other_mark {
	position: absolute;
	width: 20px;
	bottom: 17px;
	left: 50%;
	transform: translateX(-463px);
	z-index: 12;
	opacity: 0;
}
.gr.notes_mark {
	position: absolute;
	width: 15px;
	bottom: 6px;
	left: 0;
	z-index: 12;
	opacity: 0;
}


/* #contentArea */
.ban-fix{
	position: fixed;
	bottom: 25px;
	right: calc((100vw - 960px)/2);
	width: 328px;
	height: 190px;
	-webkit-box-shadow: 7px 3px 14px 2px rgba(0,0,0,0.7);
	box-shadow: 7px 3px 14px 2px rgba(0,0,0,0.7);
	opacity: 0;
	transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	transition: 0.5s;
	z-index: -1;
}
.show-ban-fix{
	opacity: 1;
	z-index: 1000;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: 0.5s;
}
.show-ban-fix:hover{
	-webkit-box-shadow: 7px 5px 14px 5px rgba(0,0,0,1);
	box-shadow: 7px 5px 14px 5px rgba(0,0,0,1);
}
.show-ban-fix a{
	display: block;
	overflow: hidden;
}


/* Block banner */
.block_banner {
	text-align: center;
}
.block_banner.bnr_01 {
	position: relative;
	background: url(../images/index/bg_bubble_top.jpg?240617) repeat-x top center;
	background-size: auto;
}
.block_banner.bnr_01 img {
	max-width: 960px;
	margin: 0 auto;
}
.bnr_01__can {
	position: absolute;
	width: 100%;
	/* max-width: 1600px; */
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* Block new product */
.block_new_product {
	background: url(../images/index/bg_can_three.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
.block_new_product .inner {
	width: 100%;
	margin: 0 auto;
}
.block_new_product-white-bg {
	width: 94.375%;
	max-width: 1280px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 5% 1% 4.5% 1%;
	text-align: center;
}
.block_new_product .inner h2 {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.block_new_product img {
	width: auto !important;
	margin: 0 auto;
}
.block_new_product p:first-of-type {
	width: 100%;
	height: 100%;
	margin-top: 4.8%;
}
.block_new_product p:first-of-type img {
	margin: 0 auto;
}

/* Block listen */
.block_listen {
	background: url(../images/index/bg_can_three.jpg) no-repeat;
	background-size: cover;
}
.block_listen .inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 2.2%;
}
.block_listen img {
	width: auto !important;
	margin: 0 auto;
}
/* Block project */

.block_project .bk_hover{
	position: relative;
}
.block_project .bk_hover:before{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	visibility: hidden;
	opacity: 0;
}
.block_project .bk_hover:hover:before{
	visibility: visible;
	opacity: 1;
}
.block_project {
	position: relative;
	margin-top: -1px;
	background-color:#ffba00;
	background-position: center top;
	background-repeat: no-repeat;
}
.block_project.bg_01 {
	background-image: url(../images/index/project_bg.png);
	background-size: 100% auto;
}
.block_project .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 25px 80px;
}
.block_project .project_copy {
	border-bottom: 6px solid #14126f;
	padding-bottom: 7.8%;
}
.block_project .project_mov {
	padding: 4.1% 0 5.2%;
}
.block_project .project_mov .ttl{
	max-width: 480px;
	padding-bottom: 7.8%;
}
.block_project .project_mov .txt{
	width: 100%;
}
.block_project .project_mov .movie{
	padding-bottom: 15px;
}
.block_project .project_gallery {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block_project .project_gallery >li{
	box-sizing: border-box;
	width: 33.333%;
	padding-top: 0.8%;
	padding-bottom: 0.8%;
}
.block_project .project_gallery >li:nth-child(3n-2){
	padding-right: 0.8%;
}
.block_project .project_gallery >li:nth-child(3n-1){
	padding-left: 0.4%;
	padding-right: 0.4%;
}
.block_project .project_gallery >li:nth-child(3n){
	padding-left: 0.8%;
}
.block_project .project_gallery a{
	display: block;
}
.block_project .project_plans {
	max-width: 310px;
	margin: 0 auto;
	padding-top: 3%;
}
/* Block matsuri */
#matsuri {
	margin-top: -70px;
	padding-top: 70px;
}
.block_matsuri .matsuri_bg_01{
	background-color: #fee100;
}
.block_matsuri .matsuri_bg_02{
	background: url(../images/index/bg_matsuri.jpg) no-repeat;
	background-size: 100% 100%;
}
.block_matsuri .matsuri_bg_03{
background-color: #ffba00;
}
.block_matsuri h2{
	padding-top: 80px;
}
.block_matsuri h3{
	position: relative;
	z-index: 2;
	padding-top: 23px;
}
.block_matsuri .full_img{
	width: 100%;
	margin-top: -170px;
	background: url(../images/index/matsuri_visual_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.block_matsuri .full_img > img{
	width: 100%!important;
}
.block_matsuri .inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.block_matsuri img {
	width: auto !important;
	margin: 0 auto;
}
.block_matsuri .matsuri_txt{
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
	width: 100%;
	padding-top: 58px;
}
.block_matsuri .matsuri_detail{
	display: flex;
	justify-content: space-between;
	margin-top: 131px;
}
.block_matsuri .matsuri_d_box.link{
	position: relative;
}
.block_matsuri .matsuri_d_box.link a{
	position: absolute;
	width: 230px;
	display: inline-block;
	padding: 0 0 0 0;
	word-break: break-all;
	font-size: 19px;
	line-height: 1.2;
	top: 210px;
	color: #14126f;
	text-decoration: underline;
	text-decoration-color: #14126f;
	margin-left: 47px;
}
.block_matsuri .matsuri_d_box.link a:hover{
	text-decoration-color: #9897c0;
	color: #9897c0;
}
.block_matsuri .matsuri_d_box > span{
	text-align: right;
	color: #1D2089;
	display: block;
	margin-top: 5px;
}
.block_matsuri .matsuri_d_box > span img {
	margin-right: 0;
}
.block_matsuri .matsuri_medama{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	padding-bottom: 64px;
}
.block_matsuri .matsuri_message{
	padding-top: 28px;
	margin-bottom: 34px;
}
.block_matsuri .matsuri_message_d{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 52px;
}
.block_matsuri .matsuri_message_d > li{
	width: 23.5%;
	margin-bottom: 22px;
}
.matsuri_movie .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 66px 25px 33px;
	display: table;
}
.block_matsuri .matsuri_message_01{
	padding-top: 0;
	margin-bottom: 57px;
}
.block_matsuri .matsuri_oniyo_ttl{
	padding-top: 0;
	margin-bottom: 34px;
}
.matsuri_movie .movie{
	padding: 0;
}
.matsuri_movie .movie .img{
	margin-bottom: 0;
}
.block_matsuri .matsuri_oniyo_txt{
	padding-top: 0;
	margin-bottom: 55px;
	margin-top: 25px;
}
/* Block campaign */
.block_campaign {
	background-color: #fee100;
	position:relative;
	margin-top: -2px;
}
.block_campaign .inner {
	max-width: 1010px;
	margin: 0 auto;
	padding: 83px 25px 27px;
}
.block_campaign .inner h2 {
	max-width: 338px;
	margin-bottom: 67px;
}
.campaign_list > li {
	margin-top: 59px;
	position: relative;
}
.campaign_list > li:first-child {
	margin-top: 0;
}
.campaign_list > li a {
	position: relative;
	display: block;
}
.campaign_list > li a img {
	border: 15px solid #fff;
}
.campaign_list > li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.block_campaign ul li a img {
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.block_campaign ul li.no-campaign {
	margin: 80px auto;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #1D2089;
}
.block_campaign .basebtn,
.block_movie .basebtn{
	visibility: visible !important;
}
.block_campaign .btn {
	text-align: center;
}
.block_campaign .btn {
	margin-top: 50px;
}
.block_campaign .btn a {
	display: inline-block;
	transition: opacity 0.5s ease-in-out;
}
.block_campaign .btn a:hover {
	opacity: .7;
}
/* Block movie */
.block_movie {
	position: relative;
	width: 100%;
	background: #ffc800;
	margin-top: -2px;
}
.block_movie .inner h2{
		margin: 0 auto 78px;
		max-width: 200px;
}
.block_movie .inner {
	max-width: 1010px;
	margin: 0 auto;
	padding: 89px 25px 33px;
	display: table;
}
.block_movie .movie_bnr {
	margin-top: 0;
}
.block_movie .movie_bnr h3 {
	max-width: 628px;
	margin: 0 auto 30px;
}
.block_movie .movie_bnr a {
	display: block;
}
.block_movie .movie_bnr a img {
	transition: 0.5s ease-in-out;
}
.block_movie .movie_bnr a:hover img {
	opacity: 0.7;
}
/* Block package */
.block_package {
	background: url(../images/index/bg_package.jpg) no-repeat;
	background-size: cover;
	background-position: top;
}
.block_package .inner {
	max-width: 1010px;
	margin: 0 auto;
	padding: 89px 0 85px;
}
.block_package .inner h2{
	margin: 0 auto 78px;
	max-width: 304px;
}
.block_package .package_list{
	max-width: 1010px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
}
.block_package .package_list .slick-slide{
	margin: 0 40px;
}
.block_package .package_list .slick-arrow {
	z-index: 5;
}
.block_package .package_list .slick-next:before,
.block_package .package_list .slick-prev:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 3px solid #14126f;
	border-right: 3px solid #14126f;
	opacity: 1;
}
.block_package .package_list .slick-next:before {
	transform: rotate(45deg);
}
.block_package .package_list .slick-prev:before {
	transform: rotate(-135deg);
}
.block_package .slick-dots {
	bottom: 0;
	left: 0;
	right: 0;
	width: 86%;
	margin: auto;
}
.block_package .slick-dots li button:before {
	content: "";
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #bdbdbd;
	border-radius: 50px;
}
.block_package .slick-dots li.slick-active button:before {
	background-color: #14126f;
	opacity: 1;
}
.block_package .inner h3{
	margin: 80px auto 10px;
	max-width: 418px;
}
.block_package p{
	text-align: center;
}
.block_package p + p{
	margin-top: 80px;
}
.block_package p img{
	width: auto !important;
}

.cm_outter_top {
	width: 100%;
}
.movie {
	position: relative;
	float: left;
	width: calc(50% - 20px);
	padding-bottom: 74px;
}
.movie.movie--notitle {
	padding-bottom: 12%;
}
.movie.movie__big {
	width: 100%;
	margin-right: 0;
}
.movie.movie__vertical {
	width: 100%;
	margin: 0 auto;
}
.movie.movie__vertical .img {
	max-width: 348px;
	margin: 0 auto 15px;
}
.movie.movie__last {
	margin-left: 40px;
}
.movie .img {
	margin-bottom: 15px;
	position:relative;
}
.movie .img:after {
	content: "";
	display: block;
	position: absolute;
	width: 120px;
	height: 120px;
	margin: -45px 0 0 -45px;
	bottom: 3.5%;
	right: 2%;
	z-index: 10;
	pointer-events: none;
	background: url('../images/cm/movie_hover.png') no-repeat 0 0;
}
.movie.movie__vertical .img:after {
	bottom: 18px;
	right: 15px;
}
.movie.play_chn .img:after {
	opacity: 0.4;
}
.movie .img:hover:after {
	background: url('../images/cm/movie_hover.png') no-repeat 0 -120px;
}
.movie.play_chn .img:hover:after {
	opacity: 1;
}
.movie .img img:hover,
.movie .img img {
	opacity:1 !important;
}
.movie .img a {
	position: relative;
	display: block;
}
.movie .img a:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: url(../images/cm/movie_cover.png);
	opacity: 0;
	filter: alpha(opacity=0);
	white-space: nowrap;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
.movie .img:hover a:before{
	opacity: 1;
	filter: alpha(opacity=100);
}
.movie_column {
	float: none;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}
.movie_column ul {
	float: none;
	display: flex;
	gap: 20px;
	width: 100%;
}
.movie_column ul li {
	float: none;
}
.movietit {
	font-size: 24px;
	color: #1D2089;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.movietit .date {
	font-size: 18px;
}
.movie_mask {
	position: relative;
}
.movie_mask .img {
	position: relative;
	z-index: 1;
}
.movie_mask .mask_obj {
	position: absolute;
	right: 16px;
	bottom: -48px;
	width: 192px;
	z-index: 2;
}
.movie_mask .basebtn {
	position: relative;
	z-index: 3;
}

/* Block products */
.block_products {
	position: relative;
	background-color: #fee100;
}
.block_products .product-box {
	position: relative;
	padding-bottom: 90px;
	overflow: hidden;
}
.block_products .inner {
	max-width: 1010px;
	margin: 0 auto;
	padding: 87px 25px 0;
}
.block_products .inner h2 {
	max-width: 343px;
	margin-bottom: 70px;
}
.block_products .inner ul li {
	position: relative;
	margin-bottom: 14%;
}
.block_products .inner ul li:last-child {
	margin-bottom: 0;
}
.block_products .inner ul li .img01 {
	max-width: 225px;
	position: absolute;
	top: 35px;
	right: 125px;
}
.block_products .inner ul li .img01.show-Done {
	top: 15px;
}
.block_products .product-box_bottom {
	margin-top: 10px;
	font-size: 12px;
	color: #15116f;
}
.block_products .product-box_bottom .note {
	display: flex;
}
.block_products .product-box_bottom .note .mark {
	flex-shrink: 0;
}

/* Block other beer */
.block_other_beer {
	background: #ffe200;
}
.block_other_beer .beer_nav {
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
	padding: 37px 0 99px 0;
	display: table;
}
.block_other_beer .beer_nav li {
	display: table-cell;
	vertical-align: top;
	padding: 0 15px;
	visibility: visible !important;
}
.block_other_beer .beer_nav li a {
	display: block;
	overflow: hidden;
}
.block_other_beer .beer_nav li a:hover {
	opacity: 0.7;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.block_other_beer .beer_nav li:last-child {
	margin-right: 0;
}
.block_other_beer .beer_bnr_bottom {
	max-width: 1010px;
	margin: 0 auto;
	padding: 80px 25px 0;
}
.block_other_beer .beer_bnr_bottom li{
	display: block;
	overflow: hidden;
	margin: 0 auto 35px;
	line-height: 0;
}
.block_other_beer .beer_bnr_bottom li:last-child{
	margin: 0 auto;
}
.block_other_beer .beer_bnr_bottom a{
	display: inline-block;
	overflow: hidden;
}
.block_other_beer .beer_bnr_bottom a img {
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transition: 0.5s ease-in-out;
					transition: 0.5s ease-in-out;
}
.block_other_beer .beer_bnr_bottom a:hover img{
	opacity: .7;
}

.box-message {
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #fff;
	border-radius: 25px;
}
.box-message >.box-inner {
	padding: 25px;
}
.box-message .message-ttl-lv1 {
	font-size: 24px;
	font-weight: bold;
	color: #f00000;
	text-align: center;
}
.box-message .message-ttl-lv1 >span {
	border-bottom: 1px solid #f00000;
}
.box-message .message-ttl-lv2 {
	padding-left: 15px;
	font-size: 22px;
	font-weight: bold;
	color: #131681;
	border-left: 4px solid #131681;
}
.box-inline {
	display: flex;
	justify-content: center;
}
.box-txt:not(:first-child) {
	margin-top: 25px;
}
.box-txt >.box-inner {
	padding: 15px;
}
.box-txt .txt {
	font-size: 1.3rem;
}
.box-txt .txt a {
	display: inline-block;
}
.box-txt .txt a[href^="tel:"]{
	pointer-events: none;
}
.box-txt .txt.note img,
.box-txt .txt a img {
	width: auto !important;
}
.box-txt .txt a + span {
	display: inline-block;
	margin-left: 10px;
	transform: translateY(-10px);
}
.box-txt .list >li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	border-radius: 10px;
	background-color: #000;
}
.box-txt ul.list-num >li .box-txt {
	text-indent: 0;
}
.box-txt .note {
	padding-left: 1em;
	text-indent: -1em;
}
.box-txt .note >a {
	text-indent: 0;
}
.box-txt ul.list-num .note {
	padding-left: 3em;
	text-indent: -3em;
}
@media screen and (max-width: 1500px) and (min-width: 960px) {
	/* Block matsuri */
	.block_matsuri h3 {
		width: calc(100vw/1.9);
		margin-left: auto;
		margin-right: auto;
	}
	.block_matsuri .full_img {
		margin-top: -9%;
}
	.block_matsuri .matsuri_txt{
		margin-top: 0;
		width: calc(100vw/1.5);
	}
}
@media screen and (max-width: 960px) and (min-width: 641px) {
	/* Common */
	.brank_linkstyle::before {
		height: 0.9em;
		width: 0.9em;
		margin-right: 0.3em;
    margin-left: 0;
	}
	.anchor_link {
		margin-top: -20px;
	}
	#newsBlk .newsUnit {
		position: relative;
		float: right;
		padding: 0.75vw 0;
		min-height: auto;
	}
	#newsBlk .newsUnit .info_ttl {
		width: 10.7vw;
	}
	#newsBlk .newsUnit dl {
		font-size: 13px;
		font-size: 1.35vw;
	}
	#newsBlk .newsUnit dl dd.smalle {
		font-size: 10px;
		font-size: 1.0vw;
	}

	/* Main visual */
	#group {
		width: 100vw;
		height: 53.97vw;
	}

	/* new MV */
	.gr2.active p img{
		transition: none;
		animation: stamp-fade-in 2s forwards cubic-bezier(.7,0.01,1,0.4);
		-moz-animation: stamp-fade-in 2s forwards cubic-bezier(.7,0.01,1,0.4);
		-webkit-animation: stamp-fade-in 2s forwards cubic-bezier(.7,0.01,1,0.4);
	}
	.gr p.mv_actor{
    width: calc(888/960*100vw);
		left: 0;
		right: -30px;
		transform: translateX(0);
	}
	.gr3 p.mv_actor,
	.gr4 p.mv_actor{
		left: 50%;
		transform: translateX(-50%);
		width: 2000px;
		height: 53.97vw;
		overflow: hidden;
	}
	.gr p.mv_catch{
		width: calc(146/960*100vw);
    bottom: calc(15/960*100vw);
		left: calc(32/960*100vw);
    transform: translateX(0);
	}
	.mv_copy{
		top: calc(56/960*100vw);
		left: calc(16/960*100vw);
		width: calc(960/960*100vw);
	}
	.gr4.active p.mv_copy {
		opacity: 1;
		transition-delay: 0.25s;
		transition: all 1s;
	}
	.gr1.active.de-active p.mv_copy, .gr2.active.de-active p, .gr3.active.de-active p{
		opacity: 0;
		transition: opacity 1s;
		animation: none;
	}
	.gr.other_mark {
		position: absolute;
		width: calc(20/960*100vw);
    bottom: calc(6/960*100vw);
		left: calc(6/960*100vw);
    transform: translateX(0);
		opacity: 0;
	}
	.gr.notes_mark {
		position: absolute;
		width: calc(15/960*100vw);
    bottom: calc(6/960*100vw);
		left: calc(5/960*100vw);
		opacity: 0;
	}
	.main_visual_area {
		background-size: 100% 109%;
	}
	/* new MV */
	.ban-fix{
		bottom: 2.5vw;
		right: 2.5vw;
		width: 34.166vw;
		height: auto;
	}
	.inner h2 {
		width: 55%;
		margin: 0 auto 5%;
	}

	/* Block new product */
	.block_new_product:after {
		background-size: cover;
	}
	.block_new_product .inner h2 {
		width: calc(790/960*100vw);
	}

	/* Block matsuri */
	.block_matsuri h3{
		width: 57%;
    padding-top: 2%;
    margin-right: auto;
    margin-left: auto;
	}
	.block_matsuri .full_img {
		margin-top: -8%;
}
	.block_matsuri .matsuri_txt{
		width: 70%;
		margin-top: 1%;
		margin-right: auto;
		margin-left: auto;
	}
	.block_matsuri .matsuri_detail {
    margin-top: 10%;
}
	.block_matsuri .matsuri_d_box{
		width: 33%;
	}
	.block_matsuri .matsuri_d_box.link a {
		position: absolute;
    width: calc(100vw/4.1);
    padding: 0px 8%;
    top: 63%;
		font-size: 2vw;
		margin-left: 8%;
}
	.block_matsuri .matsuri_d_box > span {
    font-size: 1.5vw;
}
.block_matsuri .matsuri_m_box {
	width: 48%;
}
.block_matsuri .matsuri_message {
	width: 60%;
	padding-top: 4%;
	margin-right: auto;
	margin-left: auto;
}
.matsuri_movie .inner{
	width: 100%;
	box-sizing: border-box;
}
.block_matsuri .matsuri_message_01 {
	width: 100%;
	padding-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7%;
}
.block_matsuri .matsuri_oniyo_ttl {
	width: 100%;
	padding-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
}
.block_matsuri .matsuri_oniyo_txt {
	width: 100%;
	padding-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3%;
	margin-bottom: 4%;
}

	/* Block campaign */
	.campaign_list > li {
		margin-top: 8.35%;
		position: relative;
	}
	.block_campaign li.new-mark:after {
		width: 17%;
		height: 16%;
		top: -7%;
		left: -3.4%;
	}
	li.comming-mark:after {
		width: 27%;
		height: 22%;
		top: -12%;
		left: -4%;
	}
	.box-txt ul.list >li,
	.box-txt ul.list-num >li {
		margin-bottom: 0;
	}

	/* Block movie */
	.block_movie .inner {
		width: 100%;
		box-sizing: border-box;
	}
	.block_movie li.new-mark:after {
		width: 34%;
		height: 19%;
		top: -9%;
		left: -6%;
	}
	.block_movie li.movie__big.new-mark:after {
		width: 17%;
		left: -3.4%;
	}
	.movie {
		padding-bottom: 8.85%;
	}
	.movie_mask .mask_obj{
		width: 15%;
	}

/* Block package */
	.block_package .package_list .slick-arrow.slick-prev {
		left: 10px;
	}
	.block_package .package_list .slick-arrow.slick-next {
		right: 10px;
	}

	/* Block products */
	.block_products .inner ul li .img01 {
		width: 24.7%;
		right: 3.25%;
		top: 4%;
	}
}

/* :::::::::::::::::::::::::::::::::::::
**** Display in mobile
* :::::::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 640px) {
	/* Common */
	.inner h2 {
		width: 67%;
		margin-bottom: 6%;
	}
	li.new-mark:after {
    width: 27%;
    height: 20%;
    top: -9%;
    left: 2%;
	}
	li.comming-mark:after {
		width: 40%;
		height: 16%;
    top: -9%;
    left: -4%;
	}
	li.comming-mark.comming-mark--movie:after {
		height: 36%;
		top: -15%;
	}
	.brank_linkstyle::before {
		height: 0.9em;
		width: 0.9em;
		margin-right: 0.3em;
    margin-left: 0;
	}
	.anchor_link {
		margin-top: 0;
	}
	#body_inner #Main {
		margin: 0 auto 70px;
	}
	.basebtn {
		width: 77%;
	}

	/* News area */
	.newsArea {
		width: 100%;
		margin: 0 auto;
		z-index: 1;
	}
	.newsArea .inner {
		width: 100%;
	}
	#newsBlk {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		color: #131681;
		font-size: 10px;
		-webkit-transition: height 0.5s ease-in;
						transition: height 0.5s ease-in;
	}
	#newsBlk .newsUnit {
		position: relative;
		float: inherit;
		min-height: auto;
		padding: 4% 2%;
	}
	#newsBlk .newsUnit .info_ttl {
		float: left;
		width: 20%;
		height: auto;
		margin: 0 1% 0 0;
	}
	.cf_dl_outter{
		display: block;
		float: left;
		width: 79%;
	}
	#newsBlk .newsUnit dl {
		font-size: 10px;
		font-size: 3vw;
		width: 100%;
		line-height: 4.06vw;
	}
	#newsBlk .newsUnit dl dt{
		float: left;
		padding-right: 0;
	}
	#newsBlk .newsUnit dl dd{
		width: 100%;
		float: left;
	}
	#newsBlk .newsUnit dl dd.smalle{
		width: 100%;
		font-size: 2.5vw;
		text-align: right;
	}

	/* Main visual */
	.main_visual_area {
		background: url(../images/index/nodo_top_bg_sp.jpg?250310) no-repeat;
		background-size: 100% 109%;
	}
	.main_visual_bottom {
		z-index: 2;
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 10px;
	}
	#group {
		width: 100%;
		height: auto;
		padding-bottom: 103%;
	}

	/* new MV */
	.gr1 p {
		z-index: 2;
	}
	.gr2 p{
		z-index: 3;
	}
	.gr3 p {
		z-index: 4;
	}
	.gr4 p {
		z-index: 5;
	}
	.gr p.mv_actor{
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		top: auto;
		transform: translateX(0);
	}
	.gr p.mv_catch{
		top: 5%;
		bottom: auto;
		left: 4.5%;
		right: auto;
		width: 65.47%;
		transform: translateX(0);
	}
	.gr2 p.mv_copy{
		top: 1%;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		z-index: 6;
	}
	.gr4.active p.mv_copy {
		opacity: 1;
		transition-delay: 0.25s;
		transition: all 1s;
	}
	.gr1.active.de-active p.mv_copy, .gr2.active.de-active p, .gr3.active.de-active p{
		opacity: 0;
		transition: opacity 1s;
		animation: none;
	}
	.gr.other_mark {
		position: absolute;
		width: 7.03125%;
		bottom: 1%;
		left: 4.84375%;
		opacity: 0;
		transform: translateX(0);
	}
	.gr.notes_mark {
		position: absolute;
		width: 2.96875%;
		top: 15%;
		left: 1.875%;
		opacity: 0;
		z-index: 3;
	}

	/* new MV */
	.ban-fix{
		bottom: 1.5%;
		right: 2.5%;
		width: 51.25%;
		height: auto;
	}

	/* Block banner */
	.block_banner.bnr_01 {
		padding: 12% 0 0;
		background: url(../images/index/bg_bubble_top--sp.jpg?240617) no-repeat;
		background-size: cover;
	}
	.block_banner.bnr_01 p{
		width: 90.625%;
		margin: 0 auto;
		position: relative;
	}
	.block_banner.bnr_01 p.bnr_01__about{
		z-index: 2;
	}
	.block_banner.bnr_01 p.bnr_01__can{
		z-index: 2;
		width: 78.75%;
		margin-top: 10%;
	}
	.block_banner.bnr_02 {
		background: url(../images/index/bnr_02_bg_sp.png) no-repeat;
		background-size: 100% 100%;
	}
	.bnr_01__can {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 0 auto;
	}

	/* Block new product */
	.block_new_product {
		background: url(../images/index/newProduct_bg--sp.jpg) no-repeat;
		background-size: cover;
	}
	.block_new_product .inner {
		padding: 0% 0;
	}
	.block_new_product-white-bg {
	    padding: 6% 0 10% 0;
	}
	.block_new_product .inner h2 {
		position: relative;
		z-index: 1;
		padding-top: 4%;
		display: block;
	}
	.block_new_product p:first-of-type{
		padding: 0;
		margin: 10% -1.4% 6%;
		width: auto;
	}

	/* Block listen */
	.block_listen {
		margin-top: 0;
		background: url(../images/index/newProduct_bg--sp.jpg) no-repeat;
		background-size: cover;
	}
	.block_listen .inner {
		padding-top: 1%;
	}
	.block_listen h3 {
		margin-top: 8%;
	}
	.block_listen .listen_txt_sp{
		margin-top: 5.3%;
	}

	/* Block project */
	.block_project {
		padding: 0;
	}
  .block_project.bg_01 {
    background-image: url(../images/index/project_bg_sp.png);
    background-size: 100% auto;
	}
	.block_project .inner {
		padding: 10% 0 15%;
		width: 91%;
		margin: 0 auto;
	}
	.block_project .project_copy {
		border-bottom: 3px solid #14126f;
		padding-bottom: 8.5%;
	}
	.block_project .project_mov {
		padding: 5.5% 0 7%;
	}
	.block_project .project_mov .ttl{
		max-width: 100%;
		width: 100%;
		padding-bottom: 9%;
	}
	.block_project .project_mov .txt{
		padding-left: 10px;
	}
	.block_project .project_plans {
		max-width: 100%;
		width: 46%;
		margin: 0 auto;
		padding-top: 8%;
	}
	/* Block matsuri */
	#matsuri {
		margin-top: 0;
		padding-top: 0;
	}
	.block_matsuri .matsuri_bg_02 {
    background: url(../images/index/bg_matsuri_sp.jpg) no-repeat;
    background-size: 100% 100%;
}
	.block_matsuri {
		margin-top: 0;
		background: url(../images/index/newProduct_bg--sp.jpg) no-repeat;
		background-size: cover;
	}
	.block_matsuri .inner {
		padding-top: 1%;
	}
	.block_matsuri h2 {
		padding-top: 14%;
    width: 44%;
    margin-left: auto;
    margin-right: auto;
	}
	.block_matsuri h3 {
		padding-top: 9%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	}
	.block_matsuri .full_img {
		margin-top: -16%;
		background: url(../images/index/matsuri_visual_bg_sp.jpg) no-repeat;
		background-size: 100%;
	}
	.block_matsuri .matsuri_txt {
    padding-top: 5%;
    width: 81%;
	}
	.block_matsuri .matsuri_detail {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 24%;
	}
	.block_matsuri .matsuri_d_box {
		margin-bottom: 6%;
	}
	.block_matsuri .matsuri_d_box.link a {
		top: 60%;
    width: 86%;
    font-size: 4vw;
		margin-left: 10%;
		color: #367eb3;
		text-decoration-color: #367eb3;
	}
	.block_matsuri .matsuri_d_box > span {
    text-align: left;
    font-size: 3vw;
    margin-top: 1%;
	}
	.block_matsuri .matsuri_d_box > span img {
		margin-left: 0;
		margin-right: auto;
	}
	.block_matsuri .matsuri_medama {
		display: block;
		margin-top: 6%;
		padding-bottom: 10%;
	}
	.block_matsuri .matsuri_medama > .matsuri_m_box {
		width: 90%;
    margin-right: auto;
    margin-left: auto;
	}
	.block_matsuri .matsuri_medama > .matsuri_m_box:not(:last-child) {
		margin-bottom: 5%;
	}
	.block_matsuri .matsuri_message {
		width: 90%;
    margin-left: auto;
    margin-right: auto;
		padding-top: 2%;
		margin-bottom: 5%;
	}
	.block_matsuri .matsuri_message_d {
		padding-right: 5%;
		padding-left: 5%;
		padding-bottom: 9%;
	}
	.block_matsuri .matsuri_message_d > li {
    width: 49%;
    margin-bottom: 2%;
	}
	.matsuri_movie .inner{
		max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 11% 0 3.5%;
    overflow: hidden;
	}
	.block_matsuri .matsuri_message_01 {
		width: 90%;
    margin-left: auto;
    margin-right: auto;
		padding-top: 0;
		margin-bottom: 7%;
	}
	.block_matsuri .matsuri_oniyo_ttl {
		width: 90%;
    margin-left: auto;
    margin-right: auto;
		padding-top: 0;
		margin-bottom: 5%;
	}
	.matsuri_movie .movie .img {
    padding: 3px 30px 3px 30px;
	}
	.block_matsuri .matsuri_oniyo_txt {
		width: 90%;
    margin-left: auto;
    margin-right: auto;
		padding-top: 0;
		margin-top: 4%;
		margin-bottom: 10%;
	}
	/* Block campaign */
	.block_campaign .inner{
		max-width: 100%;
		height: auto;
		padding: 15% 0 15%;
	}
	.block_campaign .inner h2{
		max-width: none;
    width: 53%;
    margin-bottom: 13%;
	}
	.block_campaign .inner ul{
		width: 91%;
		margin: 0 auto;
	}
	.campaign_list > li{
		margin-top: 8%;
	}
	.campaign_list > li.pointculb{
		margin-top:7%;
	}
	.block_campaign ul li.no-campaign {
		margin: 12.5vw 0;
		font-size: 3.45vw;
	}
	.block_campaign .basebtn,
	.block_movie .basebtn{
		margin-top: 8%;
	}
	.block_campaign li.new-mark:after {
		top: -10%;
		left: -5%;
	}
	.block_campaign  {
		border-width: 10px;
	}
	.campaign_list > li a img {
		border-width: 10px;
	}

	/* Block movie */
	.block_movie{
		padding-top: 0;
	}
	.block_movie .cm_outter_top .inner {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 15% 0;
		overflow: hidden;
	}
	.block_movie ul {
		width: 90%;
		margin: 0 auto;
	}
	.block_movie .inner {
		width: 100%;
		padding: 80px 0;
	}
	.block_movie .inner h2 {
		margin: 0 auto 9%;
    max-width: none;
    width: 31%;
	}
	.block_movie .inner .movie {
		margin-bottom: 0;
		padding-bottom: 10%;
	}
	.block_movie .inner .movie:last-child {
		padding-bottom: 0;
	}
	.movie {
		width: 100%;
	}
	.movie.movie--notitle {
		padding-bottom: 20px;
	}
	.movie .img--notitle {
		padding: 13px;
	}
	.movie .img:after {
		width: 60px;
		height: 60px;
		bottom: 5.5%;
		right: 2.5%;
		background: url('../images/cm/movie_hover.png') no-repeat center 0;
		background-size: 100% auto;
	}
	.movie .img:hover:after {
		display: none;
	}
	.movie.movie__vertical .img {
		width: 48%;
	}
	.movie.movie__vertical .img:after {
		right: 5.5%;
		bottom: 3.5%;
	}
	.movie_column ul {
		width: 100%;
	}
	.movie_column ul .movie .img {
		width: 100%;
	}
	.movieVertical .cboxIframe {
		max-height: none;
	}
	.movietit {
		font-size: 14px;
	}
	.movietit .date {
		font-size: 12px;
	}
	.block_movie .basebtn, .block_movie .basebtn {
		margin-top: 12%;
	}
	.block_movie .inner .movie_mask.movie {
		padding-bottom: 13.5%;
	}
	.movie_mask .mask_obj {
    right: -8px;
    bottom: -11%;
    width: 24%;
	}
	.block_movie .movie_mask .basebtn {
		margin-top: 20%;
	}
	.block_movie .movie_bnr {
		width: 91%;
		margin: 0 auto 0;
	}
	.block_movie .movie_bnr h3 {
		width: 74.375%;
		margin-bottom: 8%;
	}

	/* Block package */
	.block_package .inner {
		width: 100%;
		padding: 15% 0;
		box-sizing: border-box;
	}
	.block_package .inner h2 {
		width: 46.875%;
		margin: 0 auto 8%;
	}
	.block_package .package_list {
		width: 100%;
		margin: 0 auto;
		padding-left: 3%;
		padding-right: 3%;
	}
	.block_package .package_list .slick-slide{
		margin: 0 8px;
	}
	.block_package .slick-dots li button:before {
		width: 15px;
		height: 15px;
	}
	.block_package .package_list .slick-next,
	.block_package .package_list .slick-prev {
		top: auto;
		bottom: -4%;
	}
	.block_package .package_list .slick-next {
		right: 5%;
	}
	.block_package .package_list .slick-prev {
		left: 5%;
	}
	.block_package .inner h3{
    width: 81.25%;
		margin-bottom: 11%;
	}
	.block_package p{
    width: 90.625%;
		margin: 0 auto;
	}
	.block_package p + p{
		margin-top: 15%;
	}

	/* Block products */
	.block_products .inner {
		width: 100%;
		height: auto;
		padding: 15% 0 12%;
	}
	.block_products .inner h2{
		margin-bottom: 11%;
    width: 53%;
    max-width: none;
	}
	.block_products .product-box {
		padding-bottom: 0;
	}
	.block_products .inner ul {
		width: 91%;
		margin: 0 auto;
	}
	.block_products .inner ul li {
		margin-bottom: 50px;
	}
	.block_products .inner ul li .img01 {
		width: 38.98125%;
		right: 27.5%;
		top: 23%;
	}
	.block_products .inner ul li .img01.show-Done {
		top: 22%;
	}
	.block_products .newIcon:before {
		height: 18vw;
		top: -15vw;
		left: -2%;
	}
	.block_products .product-box_bottom {
		width: 91%;
		margin: 10px auto 0;
	}

	/* Block other beer */
	.block_other_beer {
		display: block;
		overflow: hidden;
		background: #ffe200;
	}
	.block_other_beer .beer_nav {
		max-width: none;
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 4% 29%;
		display: block;
	}
	.block_other_beer .beer_nav li {
		display: block;
		padding: 0;
		margin-right: 0;
		margin-bottom: 3.68vw;
	}
	.block_other_beer .beer_nav li a {
		display: block;
		overflow: hidden;
	}
	.block_other_beer .beer_nav li a img {
		width: 100%;
	}
	.block_other_beer .beer_nav li:last-child {
		margin-bottom: 0;
	}
	.block_other_beer .beer_bnr_bottom{
		width: 90.625%;
		margin: 10% auto;
		padding: 0;
	}
	.block_other_beer .beer_bnr_bottom li{
		margin: 0 auto 10%;
	}
	.block_other_beer .beer_bnr_bottom li:last-child{
		margin: 0 auto;
	}
	
	.box-message {
		width: 91%;
		margin-top: 7%;
		margin-left: auto;
		margin-right: auto;
	}
	.box-message .message-ttl-lv1 {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 1.5;
	}
	.box-message .message-ttl-lv2 {
		font-size: 18px;
	}
	.box-txt .txt a[href^="tel:"]{
		pointer-events: auto;
	}
	.box-txt .txt a {
		margin-bottom: 5px;
	}
	.box-txt ul.list,
	.box-txt ul.list-num {
		width: 100%;
	}
	.box-txt ul.list >li,
	.box-txt ul.list-num >li {
		margin-top: 0;
	}
	#Main_inner {
		margin-bottom: 27px;
	}
}


#cboxContent #cboxLoadedContent{
	overflow:hidden !important;
}