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

html {
	font-size: 62.5%;
	text-align: justify;
}

body {
	font-size: 1.3rem;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #2A2A2A;
}

p{
	color: #FFFFFF;
}

@media screen and (min-width:768px) {
	body {
		font-size: 1.6rem;
			padding-bottom:0;
	}
}
#all_wrap{
	background-color:#f3eed8;
}

a img:hover {
	opacity: 0.8;
}


.main_v{
	background-color:#f3eed8;
}

.responsive {
	width: 100%;
	padding: 0 10px;
	overflow: hidden;	
}

@media screen and (min-width:768px) {
	.responsive {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (min-width:1024px) {
	.responsive {
		width: 1000px;
		margin: 0 auto;
	}
}

.main_v_pc {
display:none!important;

}

.main_v_sp {
	display:block!important;

}
@media screen and (min-width:768px) {
	.main_v_pc {
		display:block!important;
		
		}
		
		.main_v_sp {
			display:none!important;
		
		}
}

img {
	width: 100%;
	height: auto;
}

.logo_flex {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	align-items: center;
}

.logo_small {
	width: 200px;
}

.ig_logo{
	width: 35px;
	margin-left: auto;
}

@media screen and (min-width:768px) {
	.logo_flex {
		display: flex;
		margin-top: 60px;
		margin-bottom: 30px;
		align-items: center;
	}
	.logo_small {
		width: 400px;
	}
	.ig_logo {
		width: 45px;
		margin-left: auto;
	}
}

.text_4th {
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 40px 0;
	line-height: 1.7;
	color: #7b4f25;
}
.responsive .text_4th br{
display:none;
}

@media screen and (min-width:768px) {
	.text_4th {
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		margin: 40px 0;
		line-height: 1.7;
	}

	.responsive .text_4th br{
		display:block;
		}
}

.top_button_flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
	gap: 10px;
}

.top_button_flex div {
	width: 100%;
}

.top_button_flex a,
.top_button_flex img {
	display: block;
	width: 100%;
}

@media screen and (min-width:768px) {
	.top_button_flex {
		flex-wrap: nowrap;
	}

	.top_button_flex div {
		width: calc((100% - 20px) / 3);
		margin-bottom: 30px;
	}
}

.tokuyama {
	margin-bottom: 30px;
}

.gibie_tokuyama {
	text-align: center;
	font-size: 2.0rem;
	color: #000000;
	border-bottom: 1px solid #572C00;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
@media screen and (min-width:768px) {
	.gibie_tokuyama {
		text-align: center;
		font-size: 2.5rem;
		color: #000000;
		border-bottom: 1px solid #572C00;
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-weight: bold;
	}

}

.gibie_tokuyama_wrap {
	text-align: center;
}

.gibie_tokuyama_wrap p {
	font-size: 1.5rem;
	line-height: 2.0;
	text-align:left;
}

.gibie_tokuyama_wrap p br{
	display:none;
}
	.gibie_tokuyama_wrap img {
	height: auto;
	width: 90%;
	margin-bottom: 10px;
}

@media screen and (min-width:768px) {
	.gibie_tokuyama_wrap p {
		font-size: 1.5rem;
		line-height: 2.0;
		text-align: center;
	}
	
	.gibie_tokuyama_wrap p br{
		display:block;
	}
	
.gibie_tokuyama_wrap img {
	height: 50px;
	width: auto;
	margin-bottom: 10px;
}
}

.item_info .chusyaku {
	border-radius:initial;
	padding-bottom: 10px;
	margin:initial;
	font-size:1.2rem;
}
.chusyaku {
	line-height: 1.5;
	display: block;
}

.bg_store {
	background: #DCCF33;
	padding:25px 0px;
	margin-bottom: 20px;
}
@media screen and (min-width:768px) {
	.bg_store {
		background: #DCCF33;
		margin-bottom: 50px;
	}
}


/**/

.ns_flex {
	display: block;
}

@media screen and (min-width:768px) {
	.ns_flex {
		display: flex;
		flex-wrap: wrap;
	}
}

.ns_flex li {
	width: 100%;
	margin-bottom: 40px;
}

.ns_flex li:nth-child(odd) {
	margin-right: 0;
}

@media screen and (min-width:768px) {
	.ns_flex li {
		width: calc((100% - 30px)/2);
		margin-bottom: 90px;
	}
	.ns_flex li:nth-child(odd) {
		margin-right: 30px;
	}
}

.new_store_flex {
	display: flex;
	align-items: center;
}

.no {
	width: 100px;
	position: relative;
	margin-bottom: 5px;
}

.no p {
	position: absolute;
	color: yellow;
	font-size: 1rem;
	line-height: 1;
	top: 50%;
	left: 68%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	text-align: center;
}

.no p span {
	font-size: 1.2rem;
}

.name_wrap {
	position: relative;
	width: calc(100% - 110px);
	color: #FFFFFF;
}

.name {
	padding-left: 10px;
	line-height: 1.1;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	top: -28px;
}

.name span {
	font-size: 1.1rem;
}
.name_1l{
	padding-left: 10px;
	line-height: 1.1;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	top: -15px;
}

.name_1l span{
	font-size: 1.1rem;
}

.store_info_flex {
	display: flex;
	align-items: flex-end;
}

.item_info {
	padding-right: 8px;
	margin-top: 5px;
}

.item_info h3 {
	color: #FFFFFF;
	font-size: 2.0rem;
	font-weight: 900;
	line-height: 1.3;
	margin-top:5px;
}
.item_info span {
	padding: 3px 5px;
	font-size: 1.1rem;
	margin-right: 3px;
	border-radius: 2px;
}
br_none{
	display:block;
}
@media screen and (min-width:768px) {
br_none{
	display:none;
}
}
.br_none span{
	line-height:1;
	display:block;
}

.item_info h3 span {
	font-size: 2.5rem;
	background: initial;
	padding: initial;
	font-size: 1.5rem;
	color: #FFFFFF;
}
@media screen and (min-width:768px) {
	.item_info h3 {
		color: #FFFFFF;
		font-size: 2.0rem;
		font-weight: 900;
		line-height: 1.3;
	}
	
	.item_info h3 span {
		font-size: 2.5rem;
		background: initial;
		padding: initial;
		font-size: 1.1rem;
		color: #FFFFFF;
	}
}
@media screen and (min-width:1024px) {
	.item_info h3 {
		color: #FFFFFF;
		font-size: 2.4rem;
		font-weight: 900;
		line-height: 1.3;
	}
	
	.item_info h3 span {
		font-size: 2.5rem;
		background: initial;
		padding: initial;
		font-size: 1.5rem;
		color: #FFFFFF;
	}
}
.price {
	color: #FFFFFF;
	font-size: 1.4rem;
}



.item {
	font-size: 1.4rem;
	line-height: 1.3;
}

.staff_img {
	width: 110px;
}

.staff_img img {
	display: block;
	border-left: 2px solid #512800;
	border-bottom: 2px solid #512800;
}

.staff_img p {
	font-size: 1.4rem;
	padding: 5px;
	text-align: center;
	line-height: 1.2;
}

.staff_img p span {
	font-size: 1.2rem;
}

/**/

.store_flex {
	display: flex;
	flex-wrap: wrap;
}

.store_flex li {
	width: calc(100%);
	margin-bottom: 40px;
	position: relative;
}

.store_flex li:nth-child(odd) {
	margin-right: 0;
}

@media screen and (min-width:768px) {
	.store_flex li {
		width: calc((100% - 45px)/2);
		margin-bottom: 90px;
		position: relative;
	}
	.store_flex li:nth-child(odd) {
		margin-right: 45px;
	}
}

.store_flex li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #4c211a;
	z-index: 1;
	width: 70%
}

.coupon_flex {
	display: flex;
	align-items: center;
	margin-top: 15px;
	position: relative;
}

.coupon_flex::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #ffffff;
	z-index: 1;
	width: 70%;
}

.cp_flex01 {
	width: 15%;
}

.cp_flex02 {
	width: 55%;
	padding-left: 5px;
	line-height: 1.3;
	color: #ffffff;
}


@media screen and (min-width:768px) {
	.coupon_flex {
		display: flex;
		align-items: center;
		margin-top: 30px;
	}
	.cp_flex02 {
		width: 55%;
		padding-left: 5px;
		line-height: 1.3;
		font-size: 1rem;
		color: #ffffff;
	}
	.cp_flex02 span {
		font-size: 1.5rem;
		color: #ffffff;
	}
}
@media screen and (min-width:1024px) {
	.coupon_flex {
		display: flex;
		align-items: center;
		margin-top: 30px;
	}
	.cp_flex02 {
		width: 55%;
		padding-left: 5px;
		line-height: 1.3;
		font-size: 1.3rem;
		color: #ffffff;
	}
	.cp_flex02 span {
		font-size: 1.8rem;
		color: #ffffff;
	}
}

.cp_flex03 {
	width: 30%;
}

.cation {
	font-size: 1.2rem;
}

.bg_red {
	background: #e84220;
	background-image: url(../img/bn_Red.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 40px;
	margin-top: 50px;
}
@media screen and (min-width:768px) {
	.bg_red {
		background: #e84220;
		background-image: url(../img/bn_Red.png);
		background-repeat: no-repeat;
		background-size: contain;
		padding-top: 140px;
		margin-top: 50px;
	}
}
.menu_kaihatsu {
	display: block;
	margin: 0 auto 0 auto;
	width: 100%;
}

@media screen and (min-width:768px) {
	.menu_kaihatsu {
		display: block;
		margin: 0 auto 0 auto;
		width: 700px;
	}
}

.sc_list {
	letter-spacing: -1em;
	font-size: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	.sc_list {
		letter-spacing: -1em;
		font-size: 0;
		text-align: center;
		width: 700px;
		margin: 0 auto;
	}
}

.sc_list li {
	display: inline-block;
	font-size: 2.0rem;
	padding: 2px 20px;
	color: white;
	letter-spacing: normal;
}

.sc_list .sc_list_small {
	font-size: 1.2rem;
}
.sc_list_store .sc_list_small {
	font-size: 1.2rem;
}
.sc_list_store {
	letter-spacing: -1em;
	font-size: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	.sc_list_store {
		letter-spacing: -1em;
		font-size: 0;
		text-align: center;
		width: 700px;
		margin: 0 auto;
	}
}

.sc_list_store li {
	display: inline-block;
	font-size: 2.0rem;
	padding: 2px 15px;
	color: white;
	letter-spacing: normal;
}

.store_sc_flex {
	display: flex;
	flex-wrap: wrap;
}

.store_sc_flex li {
	width: calc((100% - 10px)/2);
	margin-bottom: 40px;
	color: white;
	text-align: center;
	font-size: 1.5rem;
}


.store_sc_flex li p {
	margin-top: 5px;
}

.store_sc_flex li:nth-child(odd) {
	margin-right: 10px;
}
@media screen and (min-width:768px) {
	.store_sc_flex li {
		width: calc((100% - 45px)/2);
		margin-bottom: 40px;
		color: white;
		text-align: center;
		font-size: 1.5rem;
	}
	.store_sc_flex li:nth-child(odd) {
		margin-right: 45px;
	}
	
	}
.mb {
	margin-bottom: 50px;
}

.stamp_howto_flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (min-width:768px) {
	.stamp_howto_flex {
		display: flex;
		align-items: flex-start;
	}
}

.stamp_howto_step {
	width: 100%;
}

@media screen and (min-width:768px) {
	.stamp_howto_step {
		width: 65%;
		padding-right: 30px;
	}
}

.stamp_howto_img {
	width: 60%;
	margin:10px auto 10px auto;
}

@media screen and (min-width:768px) {
	.stamp_howto_img {
		width: 35%;
		padding-right: 50px;
	}
}

.stamp_howto_img p {
	text-align: right;
}

.step1, .step2, .step3 {
	position: relative;
	line-height: 1.3;
	padding-left: 3em;
	font-size: 1.7rem;
	font-weight: bold;
	vertical-align:middle;
	height:50px;
}
.step1 span
 {
	position:absolute;
	top:30%;
}

.step2 span,
.step3 span {
	position:absolute;
	top:20%;
}
@media screen and (min-width:768px) {
	.step1 span,
	.step2 span,
	.step3 span {
		position:absolute;
		top:30%;
	}
}



.step1:before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 50px;
	height:50px;
	background: url("../img/howto_no_01.png") no-repeat;
	background-size: contain;
}

.step2:before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 50px;
	height:50px;
	background: url("../img/howto_no_02.png") no-repeat;
	background-size: contain;
}

.step3:before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 50px;
	height:50px;
	background: url("../img/howto_no_03.png") no-repeat;
	background-size: contain;
}

.step_text {
	margin-top: 10px;
}

.mt_sp {
	margin-top: 30px;
}

@media screen and (min-width:768px) {
	.mt_sp {
		margin-top: 10px;
	}
}

.step_text br {
	display: none;
}

@media screen and (min-width:768px) {
	.step_text {
		margin-top: 10px;
		padding-left: 3em;
	}
	.step_text br {
		display: block;
	}
}

.next {
	display: none;
}

@media screen and (min-width:768px) {
	.next {
		display: block;
		width: 20px;
		height: auto;
		margin: 25px auto;
	}
}

.stamp_button {
	width: 90%;
	display: block;
	margin: 50px auto;
}

@media screen and (min-width:768px) {
	.stamp_button {
		width: 600px;
		display: block;
		margin: 50px auto;
	}
}

.stamp_rule_p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.stamp_rule_list {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
	color: #ffffff;
}

.stamp_rule_list li {
	margin-bottom: 15px;
}

.stamp_rule_list li span {
	font-size: 1.2rem;
}

.bg_yellow {
	background: #DCCF33;
	background-image: url(../img/bg_yellow.webp);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 10px;
	margin-top: 50px;
	border-bottom: 10px;
}
@media screen and (min-width:768px) {
	.bg_yellow {
		background: #DCCF33;
		background-image: url("../img/bg_yellow.webp");
		background-repeat: no-repeat;
		background-size: contain;
		padding-top: 50px;
		margin-top: 50px;
		border-bottom: 10px;
	}
}
.present_p {
	font-size: 1.3rem;
	margin-bottom: 30px;
	color: #222222;
}

.sc_midashi {
	width: auto;
	height:25px;
	display: block;
	margin: 20px auto;
}
@media screen and (min-width:768px) {
	.sc_midashi {
		width: auto;
		height: 32px;
		display: block;
		margin: 20px auto;
	}
}
.miashi_wrap {
	position: relative;
	margin-bottom: 30px;
}

.miashi_wrap:before {
	position: absolute;
	content: "";
	border-bottom: 1px solid #fff;
	height: 1px;
	width: 20%;
	top: 50%;
	left: 0;
	transform: translate(-30%, -50%);
	-webkit-transform: translate(-30%, -50%);
	-ms-transform: translate(-30%, -50%);
}

.miashi_wrap:after {
	position: absolute;
	content: "";
	border-bottom: 1px solid #fff;
	height: 1px;
	width: 20%;
	top: 50%;
	right: 0;
	transform: translate(30%, -50%);
	-webkit-transform: translate(30%, -50%);
	-ms-transform: translate-(30%, -50%);
}
@media screen and (min-width:768px) {
	.miashi_wrap:before {
		position: absolute;
		content: "";
		border-bottom: 1px solid #fff;
		height: 1px;
		width: 40%;
		top: 50%;
		left: 0;
		transform: translate(-30%, -50%);
		-webkit-transform: translate(-30%, -50%);
		-ms-transform: translate(-30%, -50%);
	}
	
	.miashi_wrap:after {
		position: absolute;
		content: "";
		border-bottom: 1px solid #fff;
		height: 1px;
		width: 40%;
		top: 50%;
		right: 0;
		transform: translate(30%, -50%);
		-webkit-transform: translate(30%, -50%);
		-ms-transform: translate-(30%, -50%);
	}

}

.utiawase {
	color: white;
	text-align: left;
	font-size: 1.5rem;
	line-height: 2.0;
	margin-bottom: 30px;
}
.utiawase br{
display:none;
}
@media screen and (min-width:768px) {
	.utiawase {
		color: white;
		text-align: center;
		font-size: 1.5rem;
		line-height: 2.0;
		margin-bottom: 30px;
	}
	.utiawase br{
		display:block;
		}
}

.taroni {
	width: 80%;
	height: auto;
	margin: 30px auto;
	display: block;
}

.taroni_flex {
	display: block;
}

@media screen and (min-width:768px) {
	.taroni_flex {
		display: flex;
		align-items: center;
	}
}

.taroni_img {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 5px;
}

@media screen and (min-width:768px) {
	.taroni_img {
		width: 45%;
		margin-bottom: 0;
	}
}

.taroni_flex p {
	width: 100%;
	line-height: 2.0;
}

@media screen and (min-width:768px) {
	.taroni_flex p {
		width: 50%;
		margin-left: 5%;
		line-height: 2.0;
	}
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.youtube_channel {
	display: block;
	margin: 30px auto 50px auto;
	width: 80%;
}

@media screen and (min-width:768px) {
	.youtube_channel {
		display: block;
		margin: 30px auto 50px auto;
		width: 600px;
	}
}

.insta_present {
	width: 80%;
	display: block;
	margin: 40px auto;
}

@media screen and (min-width:768px) {
	.insta_present {
		width: 700px;
		display: block;
		margin: 40px auto;
	}
}

@media screen and (min-width:1024px) {
	.insta_present {
		width: 800px;
		display: block;
		margin: 40px auto;
	}
}


.oubo {
	text-align: left;
}

@media screen and (min-width:768px) {
	.oubo {
		text-align: center;
	}
	

}

.oubo2 {
	text-align: center;
}


.step {
	width: auto;
	height: 60px;
	display: block;
	margin: 30px auto 20px auto;
}

.insta_flex {
	width: 100%;
	margin: 0 auto 50px auto;
}

@media screen and (min-width:768px) {
	.insta_flex {
		width: 800px;
		margin: 0 auto 50px auto;
	}
}

.insta_oubo_flex {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
}

@media screen and (min-width:768px) {
	.insta_oubo_flex {
		display: flex;
		align-items: center;
		margin: 0 auto;
		border-bottom: 1px solid #572C00;
		padding-bottom: 20px;
		position: relative;
	}
}

.insta_oubo_flex::after {
	content: "";
	display: none;
}

@media screen and (min-width:768px) {
	.insta_oubo_flex::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -10px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #572C00 transparent transparent transparent;
		border-width: 10px 10px 0 10px;
		display: block;
	}
}

.c3 {
	width: 100%;
	font-size: 2.5rem;
	font-weight: bold;
	color: #572C00;
}

.c3 img {
	width: 40%;
	height: auto;
	margin: 0 auto;
	display: block;
}

@media screen and (min-width:768px) {
	.c3 {
		width: 25%;
		font-size: 2.5rem;
		font-weight: bold;
		color: #572C00;
	}
	.c3 img {
		width: 100%;
		height: auto;
	}
}

.c3 ul {
	list-style: inside;
	list-style: none
}

.c3 ul li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.0;
	padding-top: 5px;
}

.c3 span {
	font-size: 1.6rem;
	font-weight: normal;
	color: initial;
	margin-left: 3px;
}

.listA li::before {
	content: "A."
}

.listB li::before {
	content: "B."
}

.listC li::before {
	content: "C."
}

.listA li img,
.listC li img {
	margin-top:20px;
}

.step1_or {
	width: 100%;
}

@media screen and (min-width:768px) {
	.step1_or {
		width: calc(25% /2);
		text-align: center;
	}
}

.step1_or img {
	width: auto;
	height: 30px;
	margin: 15px auto;
	display: block;
}

@media screen and (min-width:768px) {
	.step1_or img {
		width: auto;
		height: 30px;
		margin: 30px auto;
	}
}

.insta_oubo_flex2 {
	display: block;
	position: relative;
	padding-bottom: 20px;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	.insta_oubo_flex2 {
		display: flex;
		align-items: start;
		position: relative;
		padding-bottom: 20px;
		margin: 0 auto;
		border-bottom: 1px solid #572C00;
	}
}

.insta_oubo_flex2::after {
	display: none;
}

@media screen and (min-width:768px) {
	.insta_oubo_flex2::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -10px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #572C00 transparent transparent transparent;
		border-width: 10px 10px 0 10px;
	}
}

.c2_img {
	width: 100%;
}

@media screen and (min-width:768px) {
	.c2_img {
		width: 40%;
	}
}

.c2_img img {
	width: 40%;
	margin: 0 auto;
	display: block;
}

@media screen and (min-width:768px) {
	.c2_img img {
		width: 100%;
	}
}

.c2 {
	width: 100%;
	font-size: 2.5rem;
	font-weight: bold;
	color: #572C00;
}

@media screen and (min-width:768px) {
	.c2 {
		width: 60%;
		font-size: 2.5rem;
		padding-left: 15px;
	}
}

.c2 ul {
	list-style: inside;
	list-style-type: upper-latin;
}

.c2 span {
	font-size: 1.6rem;
	font-weight: normal;
	color: initial
}

.c2 ul li img {
	width: auto;
	height: 30px;
	margin: 10px auto;
	display: block;
}

@media screen and (min-width:768px) {
	.c2 ul li img {
		width: auto;
		height: 30px;
		margin: 10px auto;
		display: block;
	}
}

.insta_oubo_flex3 {
	display: block;
}

@media screen and (min-width:768px) {
	.insta_oubo_flex3 {
		display: flex;
		align-items: center;
	}
}

.ig_img {
	width: 100%;
}

@media screen and (min-width:768px) {
	.ig_img {
		width: 40%;
	}
}

.ig_img img {
	width: 60%;
	margin: 0 auto;
	display: block;
}

@media screen and (min-width:768px) {
	.ig_img img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
}

.ig {
	width: 100%;
}

@media screen and (min-width:768px) {
	.ig {
		width: 60%;
		padding-left: 15px;
	}
}

.gibie_store {
	display: block;
	width: 100%;
	margin: 0 auto 20px auto;
}

@media screen and (min-width:768px) {
	.gibie_store {
		display: flex;
		align-items: center;
		width: 800px;
		margin: 0 auto 20px auto;
	}
}

.store_img2 {
	width: 50%;
}

@media screen and (min-width:768px) {
	.store_img2 {
		padding-right: 5px;
		width: 40%
	}
}

.store_info {
	width: 100%;
}

@media screen and (min-width:768px) {
	.store_info {
		width: 60%;
		padding-left: 20px;
		border-left: 1px solid #000;
	}
}

.info_cild_flex {
	display: block;
	font-size: 1.5rem;
}

@media screen and (min-width:768px) {
	.info_cild_flex {
		display: flex;
		align-items: start;
		flex-wrap: wrap;
		font-size: 1.5rem;
	}
}

.info_cild_flex div {
	width: 100%;
}

@media screen and (min-width:768px) {
	.info_cild_flex div {
		width: 50%;
	}
}

.gibie_store_list {
	padding: 5px 0;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	color: #222222;
}

.gibie_store_list span {
	padding: 0 10px;
	color: #222222;
}

footer {
	background: #000000;
	padding: 50px 0;
	margin-top: 50px;
}

footer img {
	display: block;
	width: 70%;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	footer img {
		display: block;
		height: 80px;
		width: auto;
		margin: 0 auto;
	}
}

footer p {
	text-align: center;
	width: 100%;
	margin: 20px auto 0 auto;
	color: white;
}

@media screen and (min-width:768px) {
	footer p {
		text-align: center;
		width: 700px;
		margin: 20px auto 0 auto;
		color: white;
	}
}

@media screen and (min-width:1024px) {
	footer p {
		text-align: center;
		width: 900px;
		margin: 20px auto 0 auto;
		color: white;
	}
}

.responsive800 {
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	.responsive800 {
		width: 100%;
	}
}
@media screen and (min-width:1024px) {
	.responsive800 {
		width: 800px;
	}
}



.insta_enbed {
display:flex;
justify-content: center;
margin-bottom:30px;
}
/*ページトップへ戻る*/

/*リンクの形状*/

#page-top a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: gray;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1rem;
	transition: all 0.3s;
}

#page-top a:hover {
	background: #777;
}

#page-top a span {
	margin-top: 3px;
	display: block;
}

/*リンクを右下に固定*/

#page-top {
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 2;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*　下に下がる動き　*/

#page-top.DownMove {
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(100px);
	}
}

.bottom_stamp {
	background:#CCC;
	position:fixed;
	bottom:0;
	height:50px;
	width:100%;
	display:flex;
	align-items:center;
}

.bottom_stamp a{
	width:90%;
	margin:10px auto;
	border-radius:20px;
	background:#C30;
	color:white;
	padding:5px 0;
	text-align:center;
	opacity:1.0;
	font-size:1.6rem;
	font-weight:bold;
	
}
@media screen and (min-width:768px) {
	.bottom_stamp {
	display:none;
}
}



/**/

.fadeIn {
	opacity: 0;
	transition: 2s;
}

.fadeIn.is-show {
	opacity: 1;
}

.fadeIn_up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 2s;
}

.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.flex_reset {
	display: block;
}

.mt0 {
	margin-top: 0;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.pb0 {
	padding-bottom: 0!important;
}

.bd0 {
	border: none!important;
}

.text_oubo{
	text-align: center;
	padding-bottom: 20px
}
.text_oubo span{
	font-size: 2rem;
	color: #000000;
	font-weight: 600;
}

@media screen and (min-width:768px) {
	.text_oubo span{
	font-size: 5rem;
	}}



/* 2026 TOP adjustment */
.main_v .responsive {
	padding-bottom: 1px;
}

.main_v .text_4th {
	color: #7b4f25;
}

@media screen and (min-width:768px) {
	.main_v .text_4th {
		margin: 24px 0 20px;
		font-size: 1.5rem;
		line-height: 1.7;
	}

	.main_v .top_button_flex {
		width: 84%;
		margin: 0 auto 30px;
	}
}


/* ==============================
   2026 menu section
============================== */
.menu_world_section {
	padding: 16px 0 12px;
}

.menu_world_inner {
	max-width: 860px;
}

.menu_world_heading {
	max-width: 780px;
	margin: 0 auto 18px;
}

.menu_world_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 14px;
	align-items: start;
}

.menu_world_grid li {
	margin: 0;
	filter: drop-shadow(0 3px 4px rgba(84, 55, 22, 0.16));
}

.menu_world_grid img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #d6c39d;
	background: #fff;
}

.menu_world_note {
	margin: 18px 0 0;
	font-size: 1.1rem;
	line-height: 1.7;
	color: #6f6451;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.menu_world_section {
		padding-top: 8px;
	}

	.menu_world_heading {
		margin-bottom: 14px;
	}

	.menu_world_grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.menu_world_note {
		font-size: 1rem;
	}
}

.menu_world_link {
	display: block;
}

.menu_world_link img {
	display: block;
}


/* 2026 stamp guide section */
.stamp_guide_section {
	background: #e8e4dc;
	padding: 40px 0 60px;
}

.stamp_guide_inner {
	max-width: 860px;
}

.stamp_guide_heading {
	margin: 0 auto 28px;
}

.stamp_guide_heading img,
.stamp_guide_visual,
.stamp_guide_lineqr,
.stamp_guide_button img {
	display: block;
	width: 100%;
	height: auto;
}

.stamp_guide_step {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 36px;
}

.stamp_guide_text {
	width: 100%;
}

.stamp_guide_side,
.stamp_guide_full {
	width: 100%;
}

.stamp_guide_titlewrap {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
}

.stamp_guide_badge {
	width: 40px;
	flex: 0 0 40px;
	height: auto;
}

.stamp_guide_titlewrap h3 {
	margin: 0;
	font-size: 3rem;
	line-height: 1.25;
	font-weight: 700;
	color: #ef5423;
}

.stamp_guide_text p {
	margin: 0 0 18px;
	font-size: 1.8rem;
	line-height: 1.75;
	color: #222;
}

.stamp_guide_note {
	margin-bottom: 14px;
}

.stamp_guide_lineqr {
	max-width: 220px;
	margin: 10px auto 18px;
}

/* LINE：PCはQR、スマホはバナー */
.stamp_line_pc {
	display: block;
}

.stamp_line_sp {
	display: none;
}


/* スマホ */
@media screen and (max-width: 767px) {

	.stamp_line_pc {
		display: none;
	}

	.stamp_line_sp {
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 16px auto 20px;
	}

	.stamp_line_sp img {
		display: block;
		width: 100%;
		height: auto;
	}

}



.stamp_guide_entry {
	max-width: 760px;
	margin: 0 auto;
}

.stamp_guide_food,
.stamp_guide_scan {
	max-width: 320px;
	margin: 8px auto 0;
}

.stamp_guide_present {
	max-width: 760px;
	margin: 10px auto 0;
}

.stamp_guide_button {
	display: block;
	max-width: 520px;
	margin: 36px auto 28px;
}

.stamp_guide_rule_title {
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	margin: 0 0 22px;
	color: #1f1f1f;
}

.stamp_guide_rule_list {
	padding-left: 1.5em;
	margin: 0 auto 14px;
	max-width: 720px;
	color: #222;
}

.stamp_guide_rule_list li {
	font-size: 1.5rem;
	line-height: 1.75;
	margin-bottom: 12px;
}

.stamp_guide_rule_note {
	font-size: 1.2rem;
	line-height: 1.6;
	max-width: 720px;
	margin: 0 auto;
	color: #333;
}

@media screen and (min-width: 768px) {
	.stamp_guide_section {
		padding: 60px 0 80px;
	}

	.stamp_guide_heading {
		margin-bottom: 38px;
	}

	.stamp_guide_step1 .stamp_guide_text {
		width: calc(100% - 260px);
		padding-right: 24px;
	}

	.stamp_guide_step1 .stamp_guide_side {
		width: 240px;
	}

	.stamp_guide_step2 .stamp_guide_text,
	.stamp_guide_step3 .stamp_guide_text {
		width: calc(100% - 280px);
		padding-right: 24px;
	}

	.stamp_guide_step2 .stamp_guide_side,
	.stamp_guide_step3 .stamp_guide_side {
		width: 260px;
	}

	.stamp_guide_text_full {
		width: 100%;
	}

	.stamp_guide_step {
		margin-bottom: 48px;
	}

	.stamp_guide_badge {
		width: 60px;
		flex-basis: 60px;
	}

	.stamp_guide_titlewrap {
		gap: 16px;
		margin-bottom: 16px;
	}

	.stamp_guide_titlewrap h3 {
		font-size: 1.9em;
	}

	.stamp_guide_text p {
		font-size: 2rem;
	}

	.stamp_guide_lineqr {
		max-width: 210px;
		margin: 0 0 18px auto;
	}

	.stamp_guide_food,
	.stamp_guide_scan {
		max-width: 240px;
		margin-top: 8px;
	}

	.stamp_guide_button {
		max-width: 620px;
		margin: 44px auto 32px;
	}

	.stamp_guide_rule_title {
		font-size: 2.2rem;
	}

	.stamp_guide_rule_list li {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px) {
	.stamp_guide_section {
		padding-left: 14px;
		padding-right: 14px;
	}

	.stamp_guide_titlewrap h3 {
		font-size: 1.5em;
	}

	.stamp_guide_text p {
		font-size: 1.6rem;
	}

	.stamp_guide_rule_title {
		font-size: 1.8rem;
	}

	.stamp_guide_rule_list li {
		font-size: 1.4rem;
	}
}


/* 2026 stamp prize section */
.stamp_prize_section {
	background: #e8e4dc;
	padding: 0 0 40px;
}

.stamp_prize_inner {
	max-width: 860px;
}

.stamp_prize_sp,
.stamp_prize_period {
	display: block;
	width: 100%;
	height: auto;
}

.stamp_prize_sp_wrap {
	display: block;
	max-width: 760px;
	margin: 0 auto;
}

.stamp_prize_sp {
	margin: 0 auto;
}

.stamp_prize_store_note {
	margin: 14px auto 18px;
	max-width: 92%;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
	color: #222;
}

.stamp_prize_period {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.stamp_prize_section {
		padding: 0 14px 30px;
	}

	.stamp_prize_sp_wrap {
		display: block;
		max-width: 100%;
	}

	.stamp_prize_sp {
		margin: 0 auto;
	}

	.stamp_prize_store_note {
		font-size: 1.2rem;
		line-height: 1.7;
		max-width: 100%;
		margin: 12px 0 16px;
	}
}


/* ==============================
   2026 manga section
============================== */
.manga_2026 {
	background: #f3eed8;
	padding: 50px 0 60px;
}

.manga_2026_inner {
	max-width: 900px;
}

.manga_2026_heading {
	max-width: 780px;
	margin: 0 auto 34px;
}

.manga_2026_heading img,
.manga_2026_button img,
.manga_2026_info_heading,
.manga_2026_info_image img {
	display: block;
	width: 100%;
	height: auto;
}

.manga_2026_intro {
	margin: 0 auto 36px;
	max-width: 820px;
	color: #221a15;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.9;
	text-align: center;
}

.manga_2026_book {
	max-width: 720px;
	margin: 0 auto 26px;
}

.manga_2026_book .slider {
	width: 100%;
}


/* マンガスライダー画像 */
.manga_2026_book .slick-slide img {
	display: block;
	width: 80%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
}

/* スマホ */
@media screen and (max-width: 767px) {
	.manga_2026_book .slick-slide img {
		width: 100%;
	}
}


.manga_2026_button {
	display: block;
	max-width: 560px;
	margin: 0 auto 64px;
}

.manga_2026_info {
	max-width: 760px;
	margin: 0 auto 48px;
}

.manga_2026_info:last-child {
	margin-bottom: 0;
}

.manga_2026_info_heading {
	margin-bottom: 20px;
}

.manga_2026_info_body {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 30px;
	align-items: center;
}

.manga_2026_info_image {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
}

.manga_2026_info_body p {
	margin: 0;
	color: #5f381d;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: left;
}

.manga_2026_info--pepper .manga_2026_info_body p {
	color: #e80016;
}

@media screen and (max-width: 767px) {
	.manga_2026 {
		padding: 32px 0 42px;
	}

	.manga_2026_heading {
		margin-bottom: 24px;
	}

	.manga_2026_intro {
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: left;
		margin-bottom: 28px;
	}

	.manga_2026_intro br {
		display: none;
	}

	.manga_2026_book {
		margin-bottom: 22px;
	}

	.manga_2026_button {
		max-width: 100%;
		margin-bottom: 44px;
	}

	.manga_2026_info {
		margin-bottom: 38px;
	}

	.manga_2026_info_heading {
		margin-bottom: 16px;
	}

	.manga_2026_info_body {
		grid-template-columns: 115px 1fr;
		gap: 18px;
		align-items: start;
	}

	.manga_2026_info_body p {
		font-size: 1.35rem;
		line-height: 1.7;
	}
}

/* ==============================
   2026 common background color
============================== */
html,
body,
#all_wrap,
.main_v,
.menu_world_section,
.stamp_guide_section,
.stamp_prize_section,
.manga_2026,
.bg_store,
.tenpo_ichiran,
footer {
	background-color: #f3eed8 !important;
}

/* Keep the fixed SP stamp area consistent with the site background. */
.bottom_stamp {
	background-color: #f3eed8;
}


/* ==============================
   2026 Instagram section
============================== */
#sns {
	padding-top: 0;
}

.instagram_2026 {
	max-width: 900px;
	margin: 0 auto;
	padding: 54px 20px 66px;
	background: #f3eed8;
}

.instagram_2026_title {
	margin: 0 0 34px;
	padding: 0;
	border-bottom: 0;
	color: #67360f;
	font-size: 2.4rem;
	line-height: 1.55;
	font-weight: 700;
	text-align: center;
}

.instagram_2026_button {
	display: block;
	width: min(100%, 640px);
	margin: 0 auto 42px;
}

.instagram_2026_button img {
	display: block;
	width: 100%;
	height: auto;
}

.instagram_2026 .insta_enbed {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.instagram_2026 .instagram-media {
	margin-left: auto !important;
	margin-right: auto !important;
}

@media screen and (min-width: 768px) {
	.instagram_2026 {
		padding-top: 70px;
		padding-bottom: 82px;
	}

	.instagram_2026_title {
		font-size: 3rem;
		margin-bottom: 38px;
	}

	.instagram_2026_button {
		width: min(100%, 635px);
		margin-bottom: 48px;
	}
}

@media screen and (max-width: 767px) {
	.instagram_2026 {
		padding-left: 14px;
		padding-right: 14px;
	}

	.instagram_2026_title {
		font-size: 2rem;
		margin-bottom: 24px;
	}

	.instagram_2026_button {
		margin-bottom: 30px;
	}
}


/* ==============================
   2026 stores / footer section
============================== */
.tenpo_ichiran {
	max-width: 920px;
	margin: 0 auto;
	padding: 64px 24px 44px;
	color: #17120e;
	background: #f3eed8;
}

.tenpo_ichiran > .gibie_tokuyama {
	max-width: 650px;
	margin: 0 auto 52px;
	padding-bottom: 16px;
	border-bottom: 1px solid #5d3718;
	color: #5d3718;
	font-size: 2.8rem;
	line-height: 1.35;
	font-weight: 700;
}

.tenpo_ichiran .gibie_store_list {
	margin: 42px 0 28px;
	padding: 0;
	color: #17120e;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
}

.tenpo_ichiran .gibie_store_list span {
	color: #17120e;
	padding: 0 8px;
}

.tenpo_ichiran .gibie_store {
	width: min(100%, 800px);
	margin: 0 auto 22px;
	align-items: center;
}

.tenpo_ichiran .store_img2 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.tenpo_ichiran .store_img2 img {
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.tenpo_ichiran .store_info {
	box-sizing: border-box;
	color: #17120e;
}

.tenpo_ichiran .info_cild_flex {
	color: #17120e;
	font-size: 1.35rem;
	line-height: 1.45;
}

/* Footer: keep the site's unified beige background and reproduce the airmail border. */
footer {
	position: relative;
	margin-top: 34px;
	padding: 72px 20px 78px;
	background: #ffffff !important;
	color: #17120e;
}

footer::before,
footer::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 18px;
	background: repeating-linear-gradient(
		125deg,
		#174f8b 0 13px,
		#f3eed8 13px 22px,
		#e43a1c 22px 35px,
		#f3eed8 35px 44px
	);
}

footer::before { top: 0; }
footer::after { bottom: 0; }

footer img {
	display: block;
	width: min(520px, 78%);
	height: auto;
	margin: 0 auto 36px;
}

footer p {
	width: min(100%, 760px);
	margin: 0 auto 34px;
	color: #17120e !important;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
}

footer p:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.tenpo_ichiran .gibie_store {
		display: flex;
		width: min(100%, 800px);
	}

	.tenpo_ichiran .store_img2 {
		width: 40%;
		padding-right: 18px;
	}

	.tenpo_ichiran .store_info {
		width: 60%;
		padding-left: 18px;
		border-left: 1px solid #17120e;
	}

	footer img {
		width: min(520px, 62%);
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.tenpo_ichiran {
		padding: 44px 18px 30px;
	}

	.tenpo_ichiran > .gibie_tokuyama {
		margin-bottom: 34px;
		font-size: 2.2rem;
	}

	.tenpo_ichiran .gibie_store_list {
		margin-top: 34px;
		font-size: 1.7rem;
	}

	.tenpo_ichiran .gibie_store {
		margin-bottom: 28px;
	}

	.tenpo_ichiran .store_img2 {
		width: min(82%, 320px);
		margin: 0 auto 14px;
	}

	.tenpo_ichiran .store_info {
		width: 100%;
		padding: 12px 0 0;
		border-top: 1px solid rgba(23, 18, 14, .55);
	}

	.tenpo_ichiran .info_cild_flex {
		font-size: 1.25rem;
		line-height: 1.6;
	}

	footer {
		padding: 58px 18px 62px;
	}

	footer img {
		width: min(92%, 520px);
		margin-bottom: 28px;
	}

	footer p {
		font-size: 1.2rem;
		line-height: 1.6;
		margin-bottom: 28px;
	}
}




/* Instagram埋め込み調整 */
.instagram-media {
    position: static !important;
}