@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------------------------
　トップページ
------------------------------------------------------------------------------------*/
#content {
	overflow: hidden;
}

#content .detail {
	margin: 8% auto;
	width: 70%;
}

.fv_slide{
	width: 100%;
	margin: 0 auto 100px;
}
.fv_slide .slick-slide img {
	width: 100%;
	height: auto;
}
.fv_slide .slick-dots li button::before {
	font-size: 14px;
    opacity: 1;
    color: #ffffff;
}
.fv_slide .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #ff931e;
}
.news {
	margin-top: 5%;
	padding: 20% 0;
	background: url(../images/common/bg_block_01.png) no-repeat center top;
	background-size: 960px auto;
	position: relative;
}
.news h2 {
	padding: 0 12%;
}

.news_block {
	margin: 12% auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1060px;
	width: 86%;
	position: relative;
}
.mochi {
	width: 25%;
	position: absolute;
	top: -60px;
	left: -5%;
  transform: translateY(100%);
}
.news_box {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
	position: relative;
	background: #fff;
	width: 47%;
	text-align: left;
	font-size: 1.8em;
	line-height: 1.2;
	margin: 0 1.5% 3%;
}
.news_box h3 {
	order: 3;
	width: 100%;
	margin: 5px 5% 0;
	border-bottom: #333333 2px dotted;
	font-weight: bold;
	padding-bottom: 3%;
}
.news_box .cat {
	order: 1;
	margin: 0 0 0 5%;
	margin-right: 0;
	line-height: 1;
	font-size: 0.9em;
}

.news_box .cat span {
	display: inline-block;
	padding: 0.2em 0.5em;
	letter-spacing: 0.05em;
	border-radius: 0.7em;
}
.news_box .cat .release {
	background: #facb0a;
	color: #6c2c2f;
}
.news_box .cat .info {
	background: #00a5d5;
	color: #ffffff;
}
.news_box .cat .renewal {
	background: #F99;
	color: #ffffff;
}
.news_box .cat .limitedtime {
	background: #a6cb52;
	color: #6c2c2f;
}

.news_box .date {
	order: 2;
	text-align: right;
	margin: 0 5%;
	font-size: 0.9em;
	padding: 0.2em 0;
}
.news_box .image{
	order: 0;
	width: 100%;
	margin-bottom: 10px;
}
.news_box .txt {
	order: 4;
	width: 100%;
	margin: 5px 5% 5%;
}
.news_box .link a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	overflow: hidden;
}
.tirol {
	display: none;
}

.lineup {
	margin-top: -20%;
	padding: 25% 0 30%;
	background: url(../images/common/bg_block_02.png) no-repeat center top;
	background-size: 960px auto;
	position: relative;
}
.lineup ul {
	margin: 5% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 980px;
	width: 70%;
}
.lineup li {
	margin: 5%;
}

.insta {
	margin-top: -15%;
	position: relative;
	padding-top: 1%;
}
.insta_box {
	padding: 20% 0 25%;
	background: url(../images/common/bg_block_01.png) no-repeat center top;
	background-size: 960px auto;
	position: relative;
	z-index: 1;
}
.george_body {
	width: 25%;
	position: absolute;
	top: -6.5%;
	right: 6%;
  transform: translateY(100%);
}
.george_body img{
	width: 100%;
}
.george_hand {
	width: 25%;
	position: absolute;
	top: 1%;
	right: 6%;
	z-index: 2;
}
.george_hand img{
	width: 100%;
}
.insta_box {
	overflow: hidden;
}
.insta .instagram {
	margin: 5% auto;
	display: flex;
	justify-content: center;
	position: relative;
	width: 500%;
	animation: loop 50s linear infinite;
}
.insta .instagram li {
	width: 5%;
    max-height: 23.5vw;
    overflow: hidden;
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.insta .instagram::before {
	content: "";
	display: block;
	width: 100%;
	bottom: 100%;
	position: absolute;
	height: 13px;
	background: url(../images/index/bg_insta.png) repeat-x left top;
}
.insta .instagram::after {
	content: "";
	display: block;
	width: 100%;
	top: 100%;
	position: absolute;
	height: 13px;
	background: url(../images/index/bg_insta.png) repeat-x left top;
}
.insta .banner {
	margin: 10% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 850px;
	width: 80%;
}
.insta .banner li {
	margin: 5px;
}

#footer {
	margin-top: -5%;
	position: relative;
	z-index: 10;
}

/* デスクトップレイアウト : 769 px ～*/
@media only screen and (min-width: 769px) {
#content .detail {
	margin: 5% auto;
}

.fv_slide .slick-slide{
	margin: 0 18px;
}
.fv_slide .slick-prev,
.fv_slide .slick-next {
	z-index: 10;
	margin-top: 0;
	width:40px;
	height:40px;
}
.fv_slide .slick-prev {
	right: 93%;
	left: auto;
}
.fv_slide .slick-next {
	left: 93%;
	right: auto;
}
.fv_slide .slick-prev::before,
.fv_slide .slick-next::before {
    content: '';
	display:block;
	width:40px;
	height:40px;
	text-indent:-9999px;
	background: url(../images/index/slide_arrow.svg) no-repeat left top;
	background-size: 100% auto;
}
.fv_slide .slick-next::before {
	transform: scale(-1, 1);
}
.fv_slide .slick-slide:not(.slick-center) {
	background: #000;
	transition: 0.2s linear;
}
.fv_slide .slick-slide:not(.slick-center) img {
	opacity: 0.4;
	transition: 0.2s linear;
}
	.news {
		padding: 12% 0;
		background-size: 101% auto;
	}
	.news_block {
		margin-top: 85px;
	}
	.mochi {
		top: -130px;
		left: 0;
	}
	.news_box {
		width: 30%;
		min-width: 245px;
	}
	.tirol {
		display: block;
		position: absolute;
	  transform: translateY(20%);
	  z-index: 10;
	}
	#wrapper .tirol img {
		max-width: none!important;
	}
	.tirol01 {
		top: 0;
		right: 85%;
	}
	.tirol02 {
		top: 6%;
		left: 85%;
	}
	.tirol03 {
		bottom: 12%;
		left: 83%;
	}
	.tirol04 {
		bottom: 6%;
		right: 85%;
	}
	.lineup {
		margin-top: -15%;
		padding: 15% 0;
		background-size: 101% auto;
	}
	.lineup li {
		margin: 1.5%;
		width: 30%;
	}
	.tirol05 {
		top: 6%;
		left: 88%;
	}
	.tirol06 {
		top: 16%;
		right: 85%;
	}
	.tirol07 {
		top: 40%;
		left: 88%;
	}
	.tirol08 {
		top: 45%;
		right: 88%;
	}
	.tirol09 {
		top: 65%;
		left: 88%;
	}
	.tirol10 {
		top: 75%;
		right: 85%;
	}
	.insta_box {
		padding: 15% 0 10%;
		background-size: 101% auto;
	}
	.george_body {
		top: -100px;
		right: 11.5%;
	}
	.george_hand {
		top: -5px;
		right: 11.5%;
	}
	.george_body img{
		width: auto;
	}
	.george_hand img{
		width: auto;
	}
	.insta .instagram li:nth-of-type(n+4) {
		display: block;
	}
	.insta .banner {
		margin: 5% auto;
		flex-wrap: nowrap;
	}
	.tirol11 {
		top: -3%;
		left: 85%;
	}
	.tirol12 {
		top: 15%;
		right: 85%;
	}
	.insta .instagram {
		width: 300%;
	}
	.insta .instagram li {
		max-height: 14vw;
	}
}

