


body {
	margin: 0;
	padding: 0;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	text-align: center;
}


.inner {
	width: 1100px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.t-center {
	text-align: center;
}
.fadeinclass {
	opacity: 0;
	transition: 1s all
}
.fadeinclass2 {
	opacity: 0;
	transition: 1s all
}
.sp {
	display: none;
}
.spbr {
	display: none;
}


/* header */
.header-bg {
	background: url("../../images/main-header-bg.webp") center top no-repeat;
	background-size: cover;
	height: 921px;
	position: relative;
	z-index: 10;
}

/* sec1 */
.sec1 {
	background: rgb(156,135,89);
	background: linear-gradient(90deg, rgba(156,135,89,1) 0%, rgba(188,168,122,1) 35%, rgba(143,123,78,1) 100%);
	margin-top: -15px;
	position: relative;
	z-index: 0;
	padding-top: 50px;
}

.header-nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.header-nav ul li a {
	position: relative;
}
.header-nav ul li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #ffffff;
	bottom: -5px;
	transform: scale(0, 1);
	transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.3s;   /*変形の時間*/
}
.header-nav ul li a:hover::after {
	transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}


.fixed-nav {
	background-color: rgba(255,255,255,0.85);
	color: #804F21;
	padding: 17px 0 15px 0;
	position: fixed;
	width: 100%;
	opacity: 0;
	transition: 0.8s all;
	z-index: 999;
}
.fixed-nav.fixed {
	position: fixed;
	top: 0;
	opacity: 1;
	display: block;
}
.fixed-nav nav {
	display: flex;
}
.fixed-nav .sns {
	display: flex;
	justify-content: space-around;
	padding-left: 1.5vw;
}
.fixed-nav .sns li a:first-child {
	margin-right: 1.5vw;
}
.fixed-nav .navlink {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.fixed-nav .navlink li {
	padding-top: 2px;
}
.fixed-nav .navlink li a {
	position: relative;
}
.fixed-nav .navlink li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #804F21;
	bottom: -5px;
	transform: scale(0, 1);
	transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.3s;   /*変形の時間*/
}
.fixed-nav .navlink li a:hover::after {
	transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.sp-nav {
	display: none;
}


.year100 {
	padding-top: 100px;
	padding-bottom: 50px;
}
.year100 .inner {
	display: flex;
	align-items: center;
}
.year100 .left-box {
	padding-left: 70px;
	padding-right: 75px;
}
.year100 .right-box p {
	line-height: 2.4;
	letter-spacing: 0.13em;
}
.year100-line {
	background: url("../../images/year100-line.png") center top no-repeat;
	height: 107px;
}

.day51 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.day51-main-img {
	margin-top: 90px;
	background: url("../../images/day51-img2.png") center top no-repeat;
	height: 489px;
}
.day51-main-img .pc {
	margin-top: 80px;
}
.day51 .message {
	margin-top: 50px;
}
.day51 .message p {
	line-height: 2.4;
	letter-spacing: 0.2em;
}
.day51-line {
	background: url("../../images/day51-line.png") center top no-repeat;
	height: 108px;
}

.special97 h2 {
	font-size: 48px;
	letter-spacing: 0.13em;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 70px;
	font-weight: 400;
}
.special97 .cover {
	display: flex;
	align-items: center;
}
.special97 .left-box {
	margin-right: 80px;
}
.special97 .right-box h3 {
	font-size: 28px;
	letter-spacing: 0.13em;
	padding-bottom: 30px;
}
.special97 .right-box p {
	line-height: 2.4;
	letter-spacing: 0.2em;
}
.special97-line {
	background: url("../../images/special97-line.png") center top no-repeat;
	height: 131px;
}

.flavor97 {
	
}
.header-inner-w {
	padding-top: 100px;
	background-color: #FFFFE5;
}
.flavor97 header {
	padding-bottom: 70px;
}
.flavor97 header h2 {
	font-size: 48px;
	letter-spacing: 0.13em;
	text-align: center;
	color: #804F21;
	margin-bottom: 20px;
	font-weight: 400;
}
.flavor97 header p {
	font-size: 28px;
	line-height: 2.4;
	letter-spacing: 0.13em;
	text-align: center;
	color: #804F21;
}
.flavor97 .bg1 {
	background: url("../../images/flavor97-bg1.png") center top no-repeat;
	height: 601px;
}
.flavor97 .bg2 {
	background: url("../../images/flavor97-bg2.png") center top no-repeat;
	height: 601px;
}
.flavor97 .bg3 {
	background: url("../../images/flavor97-bg3.png") center top no-repeat;
	height: 601px;
	position: relative;
	z-index: 0;
}
.flavor97 .detail {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: space-around;
}
.flavor97 .detail .left-box {
	padding: 120px 90px 0 0;
	order: 1;
	width: 550px;
}
.flavor97 .detail .right-box {
	padding: 90px 0 0 100px;
	box-sizing: border-box;
	width: 550px;
	order: 2;
}
.flavor97 .bg3 .detail .left-box {
	padding: 30px 90px 0 0;
}
.flavor97 .bg3 .detail .right-box {
	padding: 40px 0 0 100px;
}
.flavor97 .bg1 .detail .right-box h4 {
	background-color: #E5003B;
	letter-spacing: 0.13em;
	color: #F9DAD9;
}
.flavor97 .bg2 .detail .right-box h4 {
	background-color: #005A3B;
	letter-spacing: 0.13em;
	color: #D8E8B6;
}
.flavor97 .bg3 .detail .right-box h4 {
	background-color: #783807;
	letter-spacing: 0.13em;
	color: #F8E8D5;
}
.flavor97 .detail .right-box h4 {
	width: 100%;
	display: inline-block;
	font-size: 20px;
	padding: 5px 0;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 30px;
}
.flavor97 .detail .right-box h3 {
	font-size: 36px;
	margin-bottom: 20px;
}
.flavor97 .detail .right-box h3 span {
	letter-spacing: 0.1em;
}
.flavor97 .detail .right-box img {
	margin-bottom: 20px;
}
.flavor97 .detail .right-box p {
	line-height: 2.4;
	letter-spacing: 0.13em;
	white-space: nowrap;
}
.flavor97 .detail .right-box {
	
}

.anniversary97 {
	padding-top: 150px;
	margin-top: -60px;
	background: rgb(156,135,89);
	background: linear-gradient(90deg, rgba(156,135,89,1) 0%, rgba(188,168,122,1) 35%, rgba(143,123,78,1) 100%);
	position: relative;
	z-index: -1;
}
.anniversary97 h2 {
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0.13em;
	text-align: center;
}
.anniversary97 .ribon {
	color: #804F21;
	font-size: 32px;
	letter-spacing: 0.08em;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	--r: .4em; /* control the ribbon shape */
	padding-inline: calc(var(--r) + .3em);
	line-height: 1.8;
	padding-left: 0px;
	padding-right: 0px;
	clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%, var(--r) 50%);
	background: rgb(249,190,0);
	background: linear-gradient(90deg, rgba(249,190,0,1) 0%, rgba(247,208,71,1) 78%);
	width: 0px;
	transition: 1s all;
	white-space: nowrap;
}
.anniversary97 .ribon.active {
	width: 500px;
 	padding-left: 100px;
	padding-right: 100px;
}

.anniversary97 .image-box {
	display: flex;
}
.anniversary97 .image-box .right-box {
	margin-left: -110px;
}
.anniversary97 .message {
	margin-top: -90px;
}
.anniversary97 .message h3 {
	font-size: 32px;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}
.anniversary97 .message h4 {
	font-size: 32px;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.anniversary97 .message h4 span {
	font-size: 16px;
	display: inline-block;
	padding-left: 5px;
}
.anniversary97 .link {
	display: flex;
	justify-content: space-around;
	padding: 50px 50px 80px 50px;
	position: relative;
	
}
.anniversary97 .link a {
	display: inline-block;
	color: #804F21;
	font-size: 19px;
	font-weight: 500;
	background-color: #fff;
	padding: 15px 0;
	text-align: center;
	width: 400px;
	border-radius: 50px;
	letter-spacing: 0.08em;
	transition: all 0.1s;
}
.anniversary97 .link a:hover {
	font-size: 125%;
}
.anniversary97-line {
	background: url("../../images/anniversary97-line.png") center top no-repeat;
	height: 51px;
}

.flavorbox {
	background-color: #FFFFE5;
}
.flavorbox header {
	padding-top: 100px;
	padding-bottom: 60px;
}
.flavorbox header h2 {
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0.13em;
	color: #804F21;
}
.flavorbox header p {
	letter-spacing: 0.08em;
}
.flavorbox header .ribon {
	color: #ffffff;
	font-size: 32px;
	letter-spacing: 0.08em;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	--r: .4em; /* control the ribbon shape */
	padding-inline: calc(var(--r) + .3em);
	line-height: 1.8;
	padding-left: 0px;
	padding-right: 0px;
	clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%, var(--r) 50%);
	background: rgb(243,199,152);
	background: linear-gradient(71deg, rgba(243,199,152,1) 0%, rgba(235,164,19,1) 28%, rgba(210,92,76,1) 100%);
	width: 0px;
	transition: 1s all;
	white-space: nowrap;
}
.flavorbox header .ribon.active {
	width: 500px;
	padding-left: 100px;
	padding-right: 100px;
}
.flavorbox header h3 {
	color: #804F21;
	font-size: 28px;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}
.flavorbox header p {
	color: #231815;
}
.flavorbox .goods-box {
	color: #231815;
	display: flex;
	justify-content: space-between;
}
.flavorbox .goods {
	text-align: left;
}
.flavorbox .goods img {
	margin-bottom: 30px;
}
.flavorbox .goods h4 {
	margin-bottom: 8px;
}
.flavorbox .goods h5 {
	font-size: 24px;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
}
.flavorbox .goods .price {
	font-size: 32px;
	letter-spacing: 0.04em;
	margin-bottom: 12px;
}
.flavorbox .goods .price span {
	font-size: 16px;
	letter-spacing: 0.04em;
	display: inline-block;
	margin-left: 5px;
}
.flavorbox .link {
	padding: 80px 0px 50px 0px;
}
.flavorbox .link a {
	display: inline-block;
	color: #ffffff;
	font-size: 19px;
	font-weight: 500;
	background: rgb(177,149,79);
	background: linear-gradient(90deg, rgba(177,149,79,1) 16%, rgba(234,210,165,1) 61%, rgba(163,131,88,1) 94%);
	padding: 15px 0;
	text-align: center;
	width: 400px;
	border-radius: 50px;
	letter-spacing: 0.08em;
	transition: all 0.1s;
}
.flavorbox .link a:hover {
	font-size: 125%;
}
.flavorbox-line {
	background: url("../../images/flavorbox-line.png") center top no-repeat;
	height: 141px;
}

.snscontents {
	padding-top: 100px;
}
.snscontents h2 {
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0.13em;
	margin-bottom: 100px;
}
.snscontents .snsbox {
	background: url("../../images/snscontents-bg.png") center top no-repeat;
	color: #804F21;
	position: relative;
	margin-bottom: 81px;
}
.snscontents .snsbox::after {
	content: "";
	width: 1100px;
	height: 81px;
	position: absolute;
	bottom: -81px;
	left: 0;
	background: url("../../images/snscontents-bg-bottom.png") center top no-repeat;
}
.snscontents .snsbox h3 {
	font-size: 32px;
	letter-spacing: 0.13em;
	padding-top: 60px;
	padding-bottom: 30px;
	line-height: 1.4;
}
.snscontents .snsbox .main-img {
	margin-bottom: 30px;
	width: 350px;
	height: 350px;
}
.snscontents .snsbox .message {
	margin-bottom: 35px;
	letter-spacing: 0.13em;
}
.snscontents .snsbox dl{
	display: flex;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	text-align: left;
}
.snscontents .snsbox dt {
	width: 140px;
	letter-spacing: 0.08em;
}
.snscontents .snsbox dd {
	width: 540px;
	letter-spacing: 0.08em;
}
.snscontents .snsbox dd .fsb {
	font-size: 24px;
}
.snscontents .snsbox dd .icon-w {
	display: flex;
}
.snscontents .snsbox dd .icon-w:nth-child(1) {
	margin-bottom: 30px;
}
.snscontents .snsbox dd .icon {
	margin-right: 10px;
	margin-top: 6px;
}
.snscontents .snsbox dd .sub-img-w {
	padding: 30px 0 20px 0;
}
.snscontents .snsbox .kiyaku-b {
	display: inline-block;
	color: #231815;
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
	padding: 15px 0;
	text-align: center;
	width: 400px;
	border-radius: 50px;
	letter-spacing: 0.08em;
	margin: 20px 0 30px 0;
	cursor: pointer;
	position: relative;
}
.snscontents .snsbox .kiyaku-open {
	display: none;
}
.kiyaku-b::before, .kiyaku-b::after  {
	content: '';
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #231815;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.4s;
}
.kiyaku-b::after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.4s;
}

.kiyaku-b.show::before {
	opacity: 0;
}

.kiyaku-b.active::after {
	transform: translateY(-50%) rotate(180deg);
}




.snscontents .snsbox ul {
	color: #717071;
	font-size: 12px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.snscontents .snsbox ul li {
	list-style-type: disc;
}
.snscontents .link {
	display: flex;
	justify-content: space-around;
	padding: 50px 50px 0px 50px;
}
.snscontents .link a {
	display: inline-block;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	padding: 15px 0;
	text-align: center;
	width: 400px;
	border-radius: 50px;
	letter-spacing: 0.08em;
	transition: all 0.1s;
}
.snscontents .link a:hover {
	font-size: 125%;
}
.snscontents .link .x {
	background-color: #231815;
}
.snscontents .link .insta {
	background: rgb(255,210,0);
	background: linear-gradient(90deg, rgba(255,210,0,1) 0%, rgba(252,84,12,1) 51%, rgba(249,27,191,1) 100%);
}
.snscontents-line {
	background: url("../../images/snscontents-line.png") center top no-repeat;
	height: 131px;
}

.anniversary51 {
	background: none;
	background-color: #F7CF89;
	margin-top: 0px;
	padding-top: 70px;
	color: #404040;
}
.anniversary51 h2 {
	font-size: 36px;
	font-weight: 400;
}
.anniversary51 header h3 {
	margin: 30px 0 40px 0;
	font-size: 24px;
	line-height: 1.6;
}
















/* footer */
.main-footer {
	background: rgb(156,135,89);
	background: linear-gradient(90deg, rgba(156,135,89,1) 0%, rgba(188,168,122,1) 35%, rgba(143,123,78,1) 100%);
	border-top: solid 2px #fff;
	padding: 50px 0 35px 0;
}
.main-footer hr {
	border-top: solid 2px #fff;
	height: 0;
	margin: 50px 0 40px 0;
}
.main-footer h2 {
	font-size: 28px;
	letter-spacing: 0.13em;
	margin-bottom: 15px;
}
.main-footer p {
	letter-spacing: 0.08em;
	margin-bottom: 25px;
	font-size: 14px;
}
.main-footer img {
	margin-bottom: 15px;
}
.main-footer .copy {
	font-size: 14px;
}







/* 更新分 */
.floating1 {
	position: absolute;
	top: 20px;
	right: 20px;
}
.floating2 {
	position: fixed;
	bottom: 100px;
	right: 0;
	display: none;
}
.floating2 .batu {
	position: absolute;
	top: 20px;
	left: 0px;
	cursor: pointer;
}

.event97 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.event97 header h2 {
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0.13em;
	margin-bottom: 80px;
}
.event97 header h3 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.13em;
	margin-bottom: 20px;
}
.event97 header p {
	line-height: 2.8;
	letter-spacing: 0.2em;
}
.event97 .detail-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.event97 .detail-box .left-box {
	padding-top: 80px;
	padding-right: 20px;
}
.event97 .detail-box .right-box {
	width: 420px;
}
.event97 .detail-box .right-box h4 {
	margin-bottom: 20px;
	text-align: center;
}
.event97 .detail-box .right-box p {
	line-height: 2.2;
	letter-spacing: 0.1em;
}
.event97 .detail-box .right-box p span {
	font-size: 12px;
}
.event97 .detail-box .right-box .link {
	margin-top: 25px;
	text-align: center;
}
.event97 .detail-box .right-box .link a {
	display: inline-block;
	color: #804F21;
	font-size: 19px;
	font-weight: 500;
	background-color: #fff;
	padding: 15px 0;
	text-align: center;
	width: 400px;
	border-radius: 50px;
	letter-spacing: 0.08em;
	transition: all 0.1s;
}
.event97 .detail-box .right-box .link a:hover {
	font-size: 125%;
}
.event97-line {
	background: url("../../images/event97-line.png") center top no-repeat;
	height: 111px;
}

.storys {
	padding-top: 100px;
	padding-bottom: 100px;
}
.storys header h2 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.13em;
	margin-bottom: 20px;
}
.storys header h2 img {
	margin-right: 8px;
}
.storys header p {
	line-height: 2.4;
	letter-spacing: 0.2em;
}
.story-box {
	margin: 30px 0 0 0;
}
.storys .one {
	text-align: center;
	padding: 0 15px;
}
.storys .one img {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	background-color: #dddddd;
	font-size: 30px;
	width: 300px;
	height: 100px;
	border-radius: 3px;
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
	width: 100%;
	height: auto;
	margin-bottom: 15px
}
.slide-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	cursor: pointer;
}
.prev-arrow {
	left: -25px;
}
.next-arrow {
	right: -50px;
}
.slick-disabled {
	opacity: 0.15;
	cursor: auto;
}



@media screen and (min-width: 1024px) and ( max-width: 1350px) {
	.header-bg {
		background: url("../../images/main-header-bg-min.webp") center top no-repeat;
		background-size: cover;
		height: 0px;
		padding-top: 68.14814814814815%;
	}
	
	
	
	
	
}



@media only screen and (max-width: 1024px) {
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	.sec1 {
		background: rgb(169,150,105);
		background: linear-gradient(90deg, rgba(169,150,105,1) 0%, rgba(144,124,84,1) 100%);
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pcbr {
		display: none;
	}
	.spbr {
		display: block;
	}
	.line {
		width: 100%;
		height: auto;
	}
	.sptitle {
		margin-right: auto;
		margin-left: auto;
	}
	
	.inner {
		width: 100%;
		padding-left: 4vw;
		padding-right: 4vw;
		box-sizing: border-box;
		margin: 0;
	}
	
	.header-bg {
		background: url("../../images/main-header-bg-sp.webp") center top no-repeat;
		background-size: cover;
		height: 0;
		padding-top: 164%;
	}
	
	.sp-toggle-w {
		position: fixed;
		top: 10px;
		right: 10px;
		background-color: rgba(255,255,255,0.8);
		padding: 4px 0 0 0px;
		display: inline-block;
		border-radius: 5px;
		transition: 0.8s all;
	}
	.sp-toggle-w.touka {
		background-color: rgba(255,255,255,0);
	}
	.sp-toggle{
	    width: 50px;
	    height: 50px;
	    cursor: pointer;
	    margin: 0 auto;
	    position: relative;
	    z-index: 200;
	}
	.sp-toggle span{
	    display: block;
	    margin: 0;
	    border: none;
	    width: 50%;
	    height: 2px;
	    background: #804F21;
	    transform-origin:0% 50%;
	    position: absolute;
	    top: 12px;
	    left: 25%;
	    transition: .3s;
	}
	.sp-toggle span:nth-of-type(2){
	    top: 21px;
	}
	.sp-toggle span:nth-of-type(3){
	    top: 30px;
	}
	.close span{
	    left: 30%;        
	}   
	.close span:nth-of-type(1){
	    transform: rotate(45deg);
	    width: 52%;
	}
	.close span:nth-of-type(2){
	    opacity: 0;
	}
	.close span:nth-of-type(3){
	    top: 30px;
	    transform: rotate(-45deg);
	    width: 52%;
	}
	
	.sp-nav {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 550px;
		background-color: rgba(255,255,255,0.8);
		color: #804F21;
		z-index: -1;
		visibility: hidden;
		opacity: 0;
		transition: 0.8s all;
	}
	.sp-nav ul {
		display: block;
		text-align: center;
		padding-top: 120px;
	}
	.sp-nav ul li {
		margin-bottom: 2em;
	}
	.sp-nav.open {
		visibility: visible;
		opacity: 1;
	}
	
	.fixed-nav, .header-nav {
		display: none!important;
	}
	.floating2, .floating1 {
		display: none!important;
	}
	
	
	.floating-box-w {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.floating-box {
 		background-color: #FCFBE4;
		padding: 0 0 10px 0;
		position: relative;
		z-index: -10;
		box-sizing: border-box;
	}
	.floating-box-batu {
		position: absolute;
		bottom: 70px;
		right: 0;
		z-index: -20;
	}
	.floating-box img {
		display: inline-block;
	}
	
	
	.year100 {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.year100 .inner {
		display: block;
	}
	.year100 .left-box {
		padding: 0;
		text-align: cener;
	}
	.year100 .left-box img {
		margin: 0 auto;
		margin-bottom: 90px;
		width: 80%;
		height: auto;
	}
	.year100 .right-box p {
		text-align: center;
	}
	.year100-line {
		display: none;
	}
	
	
	.day51 .t-center {
		padding: 0;
	}
	.day51-main-img {
		background: none;
		height: auto;
	}
	.day51-main-img img {
		width: 100%;
		height: auto;
	}
	.day51-line {
		display: none;
	}
	
	.special97 h2 {
		font-size: 42px;
		line-height: 1.2;
	}
	
	.special97 .cover {
		display: block;
	}
	.special97 .left-box {
		text-align: center;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.special97 .left-box img {
		margin: 0 auto;
	}
	.special97 .right-box h3 {
		line-height: 1.8;
		text-align: center;
		font-size: 26px;
	}
	.special97 .right-box p {
		text-align: center;
	}
	.special97-line {
		display: none;
	}
	.special97-line-sp {
		margin-bottom: -18px;
	}
	

	.flavor97 header h2 {
		font-size: 42px;
		line-height: 1.2;
	}
	.flavor97 header p {
		line-height: 1.6;
		letter-spacing: 0.00em;
	}
	
	.flavor97 .detail {
		display: block;
		padding: 0;
	}
	.flavor97 .detail .left-box {
		padding: 50px 0px 50px 0;
		width: 100%;
	}
	
	.flavor97 .detail .right-box {
		padding: 90px 0 0 0px;
		width: 100%;
	}
	.flavor97 .detail .right-box h4 {
		font-size: 20px;
		padding: 5px 0;
		margin-bottom: 40px;
	}
	.flavor97 .detail .right-box img {
		margin-bottom: 30px;
	}
	.flavor97 .detail .right-box p {
		white-space: unset;
		padding-right: 4vw;
		padding-left: 4vw;
		margin-bottom: 50px;
		letter-spacing: 0.06em;
		text-align: left;
	}
	.flavor97 .detail .right-box .line {
		margin-bottom: -20px;
	}
	.flavor97 .sph {
		width: 100%;
		padding: 5px 0;
		font-size: 20px;
	}
	.flavor97 .sph41 {
		background-color: #E5003B;
	}
	.flavor97 .sph42 {
		background-color: #005A3B;
	}
	.flavor97 .sph43 {
		background-color: #783807;
	}
	.flavor97 .cover {
		
	}
	.flavor97 .bg1 .right-box {
		background: rgb(230,0,34);
		background: linear-gradient(0deg, rgba(230,0,34,1) 0%, rgba(231,53,98,1) 9%, rgba(239,138,154,1) 67%, rgba(239,138,154,1) 100%);
	}
	.flavor97 .bg1 .left-box {
		background-color: #F9DAD9;
	}
	.flavor97 .bg2 .right-box {
		background: rgb(0,99,32);
		background: linear-gradient(0deg, rgba(0,99,32,1) 0%, rgba(143,195,31,1) 100%);
	}
	.flavor97 .bg2 .left-box {
		background-color: #D8E8B6;
	}
	.flavor97 .bg3 .right-box {
		background: rgb(135,77,41);
		background: linear-gradient(0deg, rgba(135,77,41,1) 0%, rgba(216,126,60,1) 38%, rgba(216,126,60,1) 100%);
	}
	.flavor97 .bg3 .left-box {
		background-color: #F8E8D5;
	}
	.flavor97 .bg3 .detail .left-box {
		padding: 30px 0 0 0;
	}
	.flavor97 .bg3 .detail .right-box {
		padding: 40px 0 0 0px;
	}
	.flavor97 .detail .right-box h3 {
		margin-bottom: 35px;
		letter-spacing: 0.08em;
	}
	.flavor97 .detail .right-box {
		padding-top: 50px;
	}
	.flavor97 .bg1 {
		background: none;
		height: auto;
	}
	.flavor97 .bg2 {
		background: none;
		height: auto;
	}
	.flavor97 .bg3 {
		background: none;
		height: auto;
	}
	.flavor97 .detail .left-box {
		padding: 80px 0 80px 0!important;
		text-align: center;
	}
	.flavor97 .detail .left-box img {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	
	
	
	.anniversary97 h2 {
		font-size: 42px;
		line-height: 1.4;
	}
	.anniversary97 .ribon {
		font-size: 21px;
		margin-top: 25px;
		margin-bottom: 35px;
	}
	.anniversary97 .ribon.active {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.anniversary97 .image-box {
		display: block;
	}
	.anniversary97 .image-box .right-box {
		margin-left: 0px;
		text-align: center;
	}
	.anniversary97 .image-box .right-box img {
		width: 80%;
		margin: 30px auto 30px auto;
	}
	.anniversary97 .message h3 {
		font-size: 30px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.anniversary97 .message h4 {
		font-size: 30px;
	}
	.anniversary97 .message {
		margin-top: 0px;
	}
	.anniversary97 .link {
		display: block;
		padding: 50px 4vw 50px 4vw;
	}
	.anniversary97 .link a {
		width: 100%;
		margin-bottom: 30px;
		font-size: 16px;
	}
	.anniversary97 .link a:hover {
		font-size: 100%;
	}
	.anniversary97-line {
		display: none;
	}
	.anniversary97-line-sp {
		margin-bottom: -2px;
		margin-top: -15px;
	}
	
	.flavorbox header {
		padding-bottom: 0;
	}
	.flavorbox header h2 {
		font-size: 42px;
	}
	.flavorbox header h3 {
		line-height: 1.6;
	}
	.flavorbox header p {
		line-height: 2.2;
	}
	.flavorbox header .ribon {
		font-size: 21px;
	}
	.flavorbox header .ribon.active {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.flavorbox .goods-box {
		display: block;
	}
	.flavorbox .goods {
		padding-top: 70px;
	}
	.flavorbox .goods img {
		width: 90%;
		margin: 0 auto 20px auto;
	}
	.flavorbox .link {
		padding: 60px 8vw 130px 8vw;
		
	}
	.flavorbox .link a {
		font-size: 16px;
		width: 100%;
	}
	.flavorbox .link a:hover {
		font-size: 100%;
	}
	.flavorbox-line {
		display: none;
	}
	.flavorbox-line-sp {
		margin-top: -49px;
	}
	
	.event97 {
		padding-bottom: 80px;
	}
	.event97 header h2 {
		font-size: 42px;
		margin-bottom: 40px;
	}
	.event97 header h3 {
		line-height: 1.6;
		font-size: 26px;
	}
	.event97 header h3 span {
		display: none;
	}
	.event97 header p {
		text-align: left;
	}
	.event97 .detail-box {
		display: block;
	}
	.event97 .detail-box .left-box {
		padding-top: 0;
	}
	.event97 .detail-box .right-box {
		width: 100%;
	}
	.event97 .detail-box .right-box h4 img {
		padding-bottom: 30px;
		width: 100%;
		height: auto;
	}
	.event97 .detail-box .right-box .link {
		padding-right: 4vw;
		padding-left: 4vw;
	}
	.event97 .detail-box .right-box .link a {
		width: 100%;
	}
	.event97-line {
		display: none;
	}
	.event97-line-sp {
		margin-top: 0px;
	}
	
	.snscontents h2 {
		font-size: 42px;
		line-height: 1.4;
		margin-bottom: 50px;
	}
	.snscontents .snsbox .main-img {
		width: 100%;
		height: auto;
	}
	.snscontents .snsbox {
		background: url("../../images/snscontents-bg-sp.png") center top no-repeat;
		background-size: cover;
		padding-right: 4vw;
		padding-left: 4vw;
		margin-bottom: 0;
	}
	.snscontents .snsbox h3 {
		letter-spacing: 0.0em;
		font-size: 27px;
	}
	.snscontents .snsbox .message {
		text-align: left;
	}
	.snscontents .snsbox dl {
		display: block;
		width: 100%;
	}
	.snscontents .snsbox dt {
		width: 100%;
	}
	.snscontents .snsbox dd {
		width: 100%;
		box-sizing: border-box;
		padding-left: 10px;
		
	}
	.snscontents .snsbox dd .icon-w {
		display: flex;
		flex-shrink: 0;
	}
	.snscontents .snsbox dd .icon-w .icon {
		width: 31px;
		height: auto;
		flex-shrink: 0;
	}
	.snscontents .snsbox .kiyaku-b {
		width: 100%;
	}
	.snscontents .snsbox ul {
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 50px 30px;
	}
	
	.snscontents .link {
		display: block;
		padding: 0px 0 50px 0;
	}
	.snscontents .link a {
		width: 100%;
		margin-bottom: 20px;
	}
	.snscontents .link a:hover {
		font-size: 100%;
	}
	.snscontents-bg-sp {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding-left: 5vw;
		padding-right: 4.7vw;
	}
	.snscontents-line {
		display: none;
	}
	.snscontents-line-sp {
		width: 100%;
		height: auto;
		margin-bottom: -23px;
	}
	.snscontents .snsbox::after {
		display: none;
	}
	
	.anniversary97 h2 {
		font-size: 26px;
	}
	.anniversary97 h2 span {
		display: none;
	}
	
	.anniversary51 header h3 {
		font-size: 20px;
	}
	.anniversary51 h2 {
		font-size: 24px;
	}
	
	
	
	.storys header h2 {
		font-size: 22px;
	}
	.storyinner {
		padding: 0;
	}
	.storys .filter {
		background-color: #fff;
		border-radius: 3px;
	}
	.storys .one img {
		opacity: 0.4;
		transition: all 0.1s;
	}
	.storys .slick-current.one img {
		opacity: 1;
	}
	.prev-arrow {
		left: 20px;
		z-index: 5;
	}
	.next-arrow {
		right: 0px;
		z-index: 5;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.main-footer {
		padding: 50px 0 0px 0;
	}
	
	
	
	
	
	
	
	
	
	
	
}

@media screen and (min-width: 767px) and ( max-width: 1024px) {
	
	.special97-line-sp {
		margin-bottom: -37px;
	}
	.flavorbox-line-sp {
		margin-top: -105px;
	}
	.snscontents-line-sp {
		margin-bottom: -50px;
	}
	
	.header-bg {
		background: url("../../images/main-header-bg-min.webp") center top no-repeat;
		background-size: cover;
		height: 0;
		position: relative;
		z-index: 10;
		padding-top: 68.14814814814815%;
	}
	.floating1 {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.floating2 {
		position: fixed;
		bottom: 100px;
		right: 0;
		display: block!important;
	}
	.floating2 .batu {
		position: absolute;
		top: 20px;
		left: 0px;
		cursor: pointer;
	}
	.floating-box-w {
		display: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
}



















