
/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
div.main {
	background: none;
}

/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/


/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
.menu-btn {
	background: #004e31;
	border-radius: 50%;
	right: 2px;
	width: 80px;
	height: 80px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	background: #f4ca00;
}
.menu-btn span {
	top: 45%;
}
.menu-btn p {
	color: #f4ca00;
	bottom: 15%;
	font-size: 12px;
	font-weight: bold;
}
header#masthead div.bottom,
body.page-template-page-home_chk header#masthead div.bottom {
	background: #fff;
	padding: 10px 0 5px;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.2);
}
header#masthead div.wrap2 {
	max-width: 1000px;
}
header#masthead div.bottom #infoarea,
body.page-template-page-home_chk header#masthead div.bottom #infoarea {
	width: 100%;
	display: flex;
	padding: 0 0 0 8px;
	align-items: center;
	max-width: 720px;
}
header#masthead div.bottom #infoarea .bglogo {
	width: 45%;
}
header#masthead div.bottom #infoarea .logo {
	width: 100%;
}
.bottom #infoarea > .lnavi,
body.page-template-page-home_chk #infoarea .lnavi {
	width: 65%;
}
.bottom #infoarea .lnavi > div,
body.page-template-page-home_chk #infoarea .lnavi > div {
	width: 50%;
}
#infoarea .lnavi .btn_tel a {
	background: none;
}
header#masthead div.site-header-main {
}


/*--------------------------------------------------------------
gnavi
--------------------------------------------------------------*/

/*--------------------------------------------------------------
インサート
--------------------------------------------------------------*/
#splash {
	position: fixed;
	z-index: 9999;
	inset: 0;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	visibility: visible;
	transition: opacity 1s ease;
}
/* 訪問済みの場合にJavaScriptで付与するクラス */
.is-visited #splash {
	display: none;
}
#splash .splawaku {
	width: 100%;
	max-width: 800px;
	height: 100vh;
	position: relative;
	background: url(/images/2026/top_insert.jpg) no-repeat;
	background-position: center bottom;
	background-size: cover;
	opacity: 0;
	transition: opacity 1s ease;
}
/* フェードインのアニメーション定義 */
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}
#splash .splawaku .instxt01 {
	position: absolute;
	max-width: 350px;
	top: 10%;
	left: 43%;
	opacity: 0;
	animation: fadeIn 0.8s ease-out forwards;
	animation-delay: 1.4s;
}
#splash .splawaku .instxt02 {
	position: absolute;
	max-width: 350px;
	top: 30%;
	left: 50%;
	opacity: 0;
	animation: fadeIn 0.8s ease-out forwards;
	animation-delay: 2.2s;
}

/*--------------------------------------------------------------
トップページ
--------------------------------------------------------------*/

.wrapin {
	max-width: none;
}
.bgsmartbuppan {
	background: #156032;
	border-top-left-radius: 100vh;
  border-top-right-radius: 100vh;
	margin: 150px auto 0;
}
.smartbuppan {
	max-width: 1000px;
	margin: 0 auto;
}
.smartbuppan > object {
	margin-top: -120px;
	margin-bottom: 0;
}
.bgareatext {
	background-image: linear-gradient(0deg, #007a3d, #156032);
}
.textarea {
	color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 2rem;
	padding: 40px 0;
	font-weight: 600;
	line-height: 3;
	letter-spacing: 2px;
}
.strtxt01 {
	font-size: 1.5em;
	text-decoration: underline #f4ca00;
	text-underline-offset: 10px;
	text-decoration-thickness: 4px;
}
.wave-container {
	width: 100%;
	line-height: 0; /* 隙間を埋める */
}
.wave-container svg {
	display: block;
	width: 100%;
	height: auto;
	min-height: 285px;
}
/* 次のブロックとのつながり */
.bottom-section {
	background-color: #156032; /* SVGのpath fillと同じ色にする */
	margin: -100px 0 -215px;
	padding: 0 0 100px;
	width: 100%;
	clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
}
.supportryoku {
	width: 100%;
	max-width: 800px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.ya_yellow {
	background: #f4ca00;
	width: 30%;
	position: absolute;
	font-size: 2rem;
	font-weight: bold;
	padding: 3px 10px 0 85px;
	line-height: 1.5;
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
	transform: rotate(-5deg);
	left: 58%;
}
.fuan {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.fuan .fuanhajimete {
	position: absolute;
	width: 25%;
	top: 45%;
	left: 7%;
}
.fuan .fuanoisogi {
	position: absolute;
	width: 30%;
	top: 49%;
	left: 33.5%;
}
.fuan .fuanoisogasi {
	position: absolute;
	width: 24%;
	top: 44%;
	left: 65%;
}
.ouen2box {
	width: 75%;
	border: 3px solid #fff;
	position: relative;
	margin: 100px auto 50px;
	max-width: 800px;
	padding: 30px;
	box-sizing: border-box;
}
/* 上の線の一部を消す */
.ouen2box::before {
	content: "";
	position: absolute;
	top: -3px; /* 線の太さ分浮かせる */
	right: 0;
	width: 12%;
	height: 3px;
	background: #156032; /* 背景色と同じ色 */
}
/* 下の線の一部を消す */
.ouen2box::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 12%;
	height: 3px;
	background: #156032;
}
.ye_stront01 {
	color: #f4c900;
	text-align: center;
	font-size: 5rem;
	font-weight: bold;
}
.ouen2box .textarea {
	padding: 0;
	line-height: 1.8;
	letter-spacing: 2px;
	font-size: 2.5rem;
}
.namisen {
	text-decoration: underline wavy #f4ca00;
	text-underline-offset: 8px;
	text-decoration-thickness: 4px;
}
.imgouensurugawa {
	width: 100%;
	max-width: 300px;
	position: absolute;
	left: 83%;
	bottom: -45%;
}
.mamefukugasupport {
	max-width: 800px;
	margin: 0 auto;
}
.mamefukugasupport .textarea {
	padding: 30px 0 0;
	line-height: 1.5;
	font-size: 2.5rem;
}
.yajisita {
	width: 100px;
	margin: 0 auto;
}
.erabuwake {
	padding: 250px 0 0;
	background-image: linear-gradient(0deg, #fff 30%, #f4ca00);
}
.tit_minnaerabuwake {
	max-width: 1000px;
	margin: 0 auto;
}
.ouencampaign {
	max-width: 1000px;
	margin: 0 auto 150px;
	position: relative;
	padding-top: 200px;
}
.oudanmakupresent {
	position: absolute;
	top: -80px;
}
.ouencampaigntape {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-image: url('https://e-mamefuku.jp/images/2026/top_ouencampaign_tape.svg');
	background-size: cover;
	background-position: center;
	z-index: 1;
	transform: scale(0);
	transition: transform 0.5s ease; /* 念のための滑らかさ */
}
.ouencampaigntape.is-active {
	animation: zoom-up 1.5s forwards ease-out;
	animation-delay: 0.4s;
}
.ouencampaignmoji {
	position: relative;
	z-index: 2;
}
@keyframes zoom-up {
	0% { transform: scale(0); }
	75% { transform: scale(1.1); }
	100% { transform: scale(1); }
}
.btnoudanmakushosai {
	position: absolute;
	top: 93%;
	left: 50%;
	width: 90%;
	max-width: 600px;
	transform: translate(-50%, 0);
}
.speedosusume {
	background: #f4ca00;
	padding: 30px 0;
	font-family: "M PLUS 1p", sans-serif;
}
.spo_tit01 {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	background: url(/images/2026/top_speed_h2bg.svg) no-repeat;
	background-position: right;
	background-size: cover;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.5;
	padding: 20px 0 15px;
	margin-bottom: 50px;
}
.spo_tit01 .tit01_s {
	display: block;
}
.spo_tit01 .tit01_b {
	font-size: 1.5em;
	margin: 0 3px;
}
.spo_tit01 .col_gr {
	color: #156032;
}
.hanen {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 20px 0 5px;
	margin: 0 0 -1px;
	background-image: radial-gradient(circle at 50% 100%, #fff 50%, transparent 50%);
	background-size: 350px 120px;
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
	color: #156032;
	line-height: 1.4;
}
.spo_bgwhite {
	background: #fff;
	max-width: 800px;
	margin: 0 auto 65px;
	padding: 30px;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
}
.spofamily {
	position: absolute;
	width: 215px;
	top: -200px;
	left: -5%;
}
.bg_half_yellow01 {
	color: #1a2d78;
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	margin: 0 0 40px;
	background: linear-gradient(to bottom, transparent 50%, #f4ca00 50%);
}
.spo_bgwhite h3 {
	border: none;
}
.bg_hishi {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 30px;
	box-sizing: border-box;
	clip-path: polygon(35px 0%, 100% 0%, calc(100% - 35px) 100%, 0% 100%);
} 
.bg_hishi .text_st {
	font-size: 1.4em;
}
.bgblue01 {
	font-size: 1.6rem;
	font-weight: 800;
	color: #fff;
	background-color: #036eb7;
}
.bgblue02 {
	font-size: 1.6rem;
	font-weight: 800;
	color: #fff;
	background-color: #182987;
}
.imgspeed_otodoke {
	max-width: 580px;
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;
}
.imgspeed_otodoke .smooth {
	width: 225px;
	position: absolute;
	left: 64%;
	top: 45%;
}
.spo_voice {
	max-width: 500px;
	margin: 0 auto;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}
.spo_voice .textcnt {
	text-align: center;
	padding: 10px 0;
	position: relative;
}
.spo_voice .textcnt > div {
	position: relative;
	z-index: 2;
}
.spo_voice .textcnt .bgmaker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/2026/top_speed_textbgline.svg) no-repeat center center;
	background-size: contain;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1);
	transition-delay: 0.8s;
	z-index: 1;
}
.spo_voice .textcnt.is-active .bgmaker {
	clip-path: inset(0 0 0 0);
}
.spo_voice .textright {
	text-align: right;
}
.imgyakuin {
	max-width: 600px;
	margin: 0 auto;
}
.bigtenten {
	text-align: center;
	margin: 50px 0;
	letter-spacing: 12px;
	color: #3d3a39;
}
.txt_strong {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 20px;
}
.txt_strong.txt_gre {
	color: #156032;
}
.normaltext {
	max-width: 500px;
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.spoimgjosei {
	width: 225px;
	position: absolute;
	top: 100%;
	left: 100%;
	transform: translate(-95%, -95%);
}
.shai_control {
	max-width: 600px;
	margin: 0 auto 30px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.shai_control .textcnt {
	padding: 10px 0;
	background: url(/images/2026/top_speed_textbgline.svg) no-repeat center center;
	background-size: 350px;
	font-weight: 900;
	color: #156032;
}
.border_green {
	border-top: 3px solid;
	color: #156032;
	margin: 40px auto;
	max-width: 800px;
}
.shai_point {
	max-width: 650px;
	margin: 0 auto 30px;
}
.shai_pointtext01 {
	max-width: 500px;
	margin: 0 auto 50px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.shai_pointtext01 .namisen {
	font-size: 1.5em;
}
.colorred {
	color: #e73828;
}
.imgservicejoken {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}
.imgservicejoken .hsj1000 {
	position: absolute;
	width: 145px;
	top: 390px;
	left: 432px;
	clip-path: inset(0 0 100% 0);
	transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1);
	transition-delay: 1.8s;
}
.imgservicejoken .hsj2000 {
	position: absolute;
	width: 145px;
	top: 390px;
	left: 238px;
	clip-path: inset(0 0 100% 0);
	transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1);
	transition-delay: 1.2s;
}
.imgservicejoken .hsj3000 {
	position: absolute;
	width: 145px;
	top: 390px;
	left: 42px;
	clip-path: inset(0 0 100% 0);
	transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1);
	transition-delay: 0.6s;
}
.imgservicejoken.is-active .hsj1000,
.imgservicejoken.is-active .hsj2000,
.imgservicejoken.is-active .hsj3000 {
	clip-path: inset(0 0 0 0);
}

.shai_challenge {
	text-align: center;
	position: relative;
	margin: 20px 0 80px;
}
.bg_half_yellow02 {
	display: inline-block;
	color: #156032;
	font-size: 2.5rem;
	font-weight: 900;
	background: linear-gradient(to bottom, transparent 60%, #f5e828 40%);
}
.challengewoman {
	width: 140px;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-40%, -63%);
}
.challengeman {
	width: 140px;
	position: absolute;
	top: 0;
	left: 100%;
	transform: translate(-45%, -68%);
}
.shai_advice {
	border: solid 2px #156032;
	border-radius: 20px;
	position: relative;
	padding: 30px 20px;
	box-sizing: border-box;
	max-width: 600px;
	margin: 0 auto;
}
.shai_advice .shai_pointtext01 {
	margin-bottom: 0;
}
.adv_tit {
	background: #156032;
	color: #fff;
	font-size: 1.8rem;
	position: absolute;
	display: inline-block;
	padding: 4px 15px;
	top: 0;
	left: 20px;
	border-radius: 10px;
	font-weight: 700;
	transform: translate(0, -50%);
}
.textborder_green {
	text-decoration: underline #156032;
	text-underline-offset: 6px;
	text-decoration-thickness: 2px;
}
.shai_advice .textborder_green {
	margin: 30px 0;
}
.texthaikei {
	margin-top: 20px;
	font-weight: 900;
	color: #156032;
	font-size: 1.8rem;
	position: relative;
}
.texthaikei > div {
	position: relative;
	z-index: 2;
}
.texthaikei .bgmaker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/2026/top_speed_textbgline.svg) no-repeat center center;
	background-size: contain;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1);
	transition-delay: 0.8s;
	z-index: 1;
}
.texthaikei.is-active .bgmaker {
	clip-path: inset(0 0 0 0);
}
.shai_titflag {
	width: 100%;
	max-width: 700px;
	margin: 30px auto 0;
}
.shai_case {
	margin-bottom: 40px;
}
.shai_case .casemi {
	font-size: 4rem;
	font-weight: 700;
	color: #c8c9ca;
	text-align: center;
	line-height: 1;
}
.shai_case .casetxt {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
.txt_green {
	color: #156032;
}
.txt_orange {
	color: #ea5514;
}
.shai_caseimg {
	background: #fef8e3;
	width: calc(100% + 60px);
	padding: 15px;
	box-sizing: border-box;
	margin-left: -30px;
	text-align: center;
	display: flex;
}
.shai_caseimg > div {
	width: 50%;
}
.shai_caseimg .shai_case_ichibin img {
	transition-delay: 0.6s;
}
.shai_caseimg .shai_case_nibin img {
	transition-delay: 1.2s;
}
.shai_caseimg img {
	width: 100%;
	max-width: 600px;
}
.shai_rule {
	border: solid 2px #156032;
	border-radius: 20px;
	background: #f4ca00;
	position: relative;
	padding: 40px 15px 15px;
	box-sizing: border-box;
	max-width: 800px;
	margin: 50px auto;
}
.rule_tit {
	background: #156032;
	color: #fff;
	font-size: 1.8rem;
	position: absolute;
	display: inline-block;
	padding: 3px 18px;
	top: 0;
	left: 15px;
	border-radius: 10px;
	font-weight: 700;
	transform: translate(0, -50%);
}
.shai_ruletext01 {
	margin: 0 auto;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}
.shai_ruletext01 > div {
	margin-bottom: 0.8rem;
}
.before_square {
	position: relative;
	padding-left: 1.8rem;
}
.before_square::before {
	content: "\25a0";
	position: absolute;
	left: 0;
	top: 0;
}
.kometsuki {
	position: relative;
	padding-left: 1.8rem;
}
.kometsukired {
	color: #e73828;
	display: block;
	position: relative;
	padding-left: 1.8rem;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.kometsuki::before,
.kometsukired::before {
	content: "\203b";
	position: absolute;
	left: 0;
	top: 0;
}
.textborder_bk01 {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.otodokebasho_tit {
	margin-top: 25px;
	margin-bottom: 5px !important;
}
.otodokebasho_txt {
	padding-left: 1.5rem;
}
.haiso_imgsodan {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.sodanmadoguchi {
	width: 100%;
	max-width: 800px;
	margin: 20px auto 0;
}
.koretasukaru {
	background-color: #156032;
	clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
	margin-top: -80px;
	padding-top: 72px;
	padding-bottom: 50px;
	font-family: "M PLUS 1p", sans-serif;
}
.tit_koretasukaru {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.koretasu_dokujisystem {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.koretasu_dokujisystem .floating-svg {
	position: absolute;
	width: 49%;
	top: 23%;
	left: -7%;
	animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
	0% {
		transform: translateY(0) rotate(0deg);
	}
	50% {
		transform: translateY(-15px) rotate(2deg);
	}
	100% {
		transform: translateY(0) rotate(0deg);
	}
}

.koretasu_service {
	background: #f4ca00;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 2px;
	border-radius: 20px;
}
.koretasu_service.koreorgtirashi {
	margin: -240px auto 60px;
	position: relative;
	z-index: 5;
}
.koretasu_service h2 {
	color: #156032;
	text-align: center;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.2;
	padding: 20px 0;
}
.koretasu_bgwhite {
	background: #fff;
	width: calc(100% - 4px);
	margin: 0 auto;
}
.koretasu_orgtirashi {
	width: 85%;
	margin: 0 auto;
	max-width: 600px;
}
.koretasu_speedtiou {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
.koretasuspeed01 {
	position: absolute;
	top: 55%;
	left: 0;
	width: calc(100% / 3);
	transform: scale(0);
	transition: transform 0.8s ease-out;
	transition-delay: 0.4s;
}
.koretasuspeed02 {
	position: absolute;
	top: 55%;
	left: calc(100% / 3);
	width: calc(100% / 3);
	transform: scale(0);
	transition: transform 0.8s ease-out;
	transition-delay: 1.2s;
}
.koretasuspeed03 {
	position: absolute;
	top: 55%;
	left: calc(100% / 3 * 2);
	width: calc(100% / 3);
	transform: scale(0);
	transition: transform 0.8s ease-out;
	transition-delay: 2.0s;
}
.koretasuspeed01.is-active,
.koretasuspeed02.is-active,
.koretasuspeed03.is-active {
	transform: scale(1.0);
}
.bgmaru {
	background-image: radial-gradient(ellipse 40% 33% at 50% 65%, #ffffff 100%, transparent 100%);
	padding: 10px 60px;
}
.koretasu_snstxt {
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 12px 0;
	letter-spacing: -0.8px;
}
.koretasu_crowdfunding {
	text-align: center;
}
.koretasu_kifutaoru {
	margin-top: 40px;
	padding-bottom: 40px;
	border-radius: 0 0 20px 20px;
}
.koretasu_imgkifutaoru {
	max-width: 800px;
	margin: 0 auto;
}
.koretasu_imgkifutaoru img {
	margin-top: -30px;
	margin-left: 30px;
}
.btn_jiretasy_shosai {
	width: 80%;
	max-width: 600px;
	margin: 30px auto 0;
}
.koretasu_sealtit_oya {
	text-align: center;
	padding: 30px 20px 15px;
}
.koretasu_sealtit {
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.2;
	display: inline-block;
	text-align: left;
}
.txt_storg {
	font-size: 1.2em;
	color: #e95513;
}
.bg_half_yellow03 {
	background: linear-gradient(to bottom, transparent 70%, #f5e828 30%);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size 0.8s ease-out;
	display: inline;
}
.bg_half_yellow03.is-active {
	background-size: 100% 100%; /* 横幅を100%にする */
}
.smallue {
	font-size: 0.5em;
	vertical-align: 25px;
	letter-spacing: -5px;
}
.txt_sright {
	font-size: 1.4rem;
	display: block;
	text-align: right;
	font-weight: 500;
	margin:5px 0 0;
}
.koreseal .koretasu_bgwhite {
	padding-bottom: 3vw;
	border-radius: 0 0 20px 20px;
}
.koretasu_sealtxt {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.5px;
}
.koretasu_sealimg {
	display: flex;
	gap: 15px;
	width: 90%;
	margin: 30px auto 50px;
}
.sealimgmida {
	background: #f4ca00;
	border-radius: 10vh;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.koretasu_sealqrtit {
	width: 90%;
	margin: 0 auto 3vw;
}
.koretasu_sealqrtit > img {
	transform: scale(0);
	transition: transform 0.5s ease; /* 念のための滑らかさ */
}
.koretasu_sealqrtit.is-active > img {
	animation: zoom-up 1.5s forwards ease-out;
	animation-delay: 0.2s;
}
.koretasu_imgsealqr01 {
	width: 90%;
	margin: 0 auto;
}
.koretasu_imgsealqr02 {
	margin-bottom: 50px;
}
.koretasu_imgsealqr02 img {
	margin-left: 7%;
	margin-top: -22%;
	width: 100%;
}
.koretasu_sealqrkatsuyorei {
	display: flex;
	align-items: center;
	padding: 0 5%;
	margin-bottom: 50px;
	gap: 20px;
}
.koretasu_sealqrkatsuyoreitit {
	background: #156032;
	padding: 20px 0;
	border-radius: 10vh;
	text-align: center;
	width: 32px;
}
.koretasu_sealqrkatsuyoreitit > object {
	margin: 0;
}
ul.greenmarulist {
	list-style: none;
	margin: 0;
	width: calc(100% - 52px);
}
ul.greenmarulist.padin {
	padding: 0 7%;
}
ul.greenmarulist li {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
}
ul.greenmarulist li::before {
	content: "\25cf";
	color: #156032;
	position: absolute;
	top: 0;
	left: 0;
}
.qrshohyo {
	font-size: 1rem;
	text-align: right;
	padding: 0 5%;
	font-weight: 400;
}
.gitem_tit {
	max-width: 1000px;
	margin: 0 auto;
}
.border_yellow {
	border-top: 3px solid;
	color: #f4ca00;
	margin: 0 auto 4vw;
	width: 90%;
}
.koretasu_imgfukurotoseal {
	width: 90%;
	margin: 0 auto 30px;
	position: relative;
}
.koretasuimgfukurotxt {
	font-size: 2.8rem;
	font-weight: 800;
	position: absolute;
	top: 0;
	line-height: 1.2;
}
.upseal {
	position: absolute;
	top: 42%;
	left: 0;
	width: 42.3%;
	opacity: 0;
	transform: translateX(80%) scale(0);
	transition: transform 0.5s ease-out;
}
.upseal.is-active {
	opacity: 1;
	transform: translateX(0) scale(1);
}
.gooditem {
	font-family: "M PLUS 1p", sans-serif;
	background: #f4ca00;
	padding: 60px 0;
}
.highshueki .hanen {
	height: 82px;
	width: 280px;
	margin: 60px auto -1px;
	position: relative;
}
.highshueki .hanen img {
	width: 280px;
	position: absolute;
	top: -40px;
	left: 11px;
	z-index: 2;
}
.gitem_bgwhite {
	background: #fff;
	width: 90%;
	max-width: 800px;
	margin: 0 auto 20px;
	padding: 40px 30px 30px;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
}
.gitem_bgwhite .bg_half_yellow01 {
	margin-bottom: 10px;
}
.gitem_imghanbun {
	max-width: 600px;
	margin: 0 auto 40px;
}
.gitem_imghanbun_hyo {
	position: relative;
	margin-bottom: 30px;
}
.gitem_imghanbun02 {
	max-width: 600px;
	margin: 0 auto;
}
.gitem_imghanbun02 img {
	max-width: none;
	width: calc(100% + 20px);
	margin-left: -10px;
}
.gitem_imghanbun02 img.fukidashi50 {
	position: absolute;
	top: 13%;
	left: 70%;
	width: 24%;
}
.gitem_imghanbun03 {
	position: absolute;
	width: 145px;
	top: 50%;
	left: 75%;
}
.gooditem .chushaku {
	color: #d93a2a;
	font-weight: 500;
	text-align: center;
	font-size: 1.5rem;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 3px;
}
.gitem_justpricewaku {
	position: relative;
	padding-left: 60px;
}
.gitem_imgwoman {
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
	transform: translate(-65%, 0);
}
.osusumeitem {
	font-family: "M PLUS 1p", sans-serif;
	background: url(/images/2026/top_itemshokai_bg.svg) #f4ca00;
	background-position: top center;
	background-size: contain;
	padding: 6% 0 0;
	margin-top: -1px;
}
.ositem_bgwhite {
	background: url(/images/2026/top_osusume_whitebg.jpg) #fff;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 5% 15px 50px;
	box-sizing: border-box;
	position: relative;
}
.bgmidorinaname {
	background: #156032;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 800;
	position: absolute;
	width: calc(100% + 30px);
	top: -2%;
	left: -15px;
	overflow: hidden;
	transform: rotate(-8deg);
	padding: 8px 0;
	box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.3);
}
.bgmidorinaname .titstr {
	font-size: 1.4em;
}
.osusumechktxt {
	font-size: 3rem;
	font-weight: 800;
	text-align: right;
	position: relative;
	margin: 0 3% 30px 0;
	line-height: 1.2;
}
.oshiitem {
	color: #fff000;
	-webkit-text-stroke: 5px #6a3906;
	paint-order: stroke fill;
	font-size: 4rem;
	font-weight: 800;
	background: linear-gradient(to bottom, transparent 50%, #fff100 50%);
	display: inline-block;
}
.bg_half_yellow04 {
	background: linear-gradient(to bottom, transparent 50%, #fff100 50%);
	display: inline-block;
}
.osusumechktxt .bg_half_yellow04 {
	margin-right: 1.5rem;
}
.osusume_checkicon {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	transform: translate(-10%, -25%);
}
.osusume_itemlineup {
	background: url(/images/2026/top_osusume_bgcurry.png) no-repeat;
	background-position: center center;
	background-size: contain;
}
.osusume_item10 .zoom-in-img,
.osusume_item20 .zoom-in-img {
	transform: scale(0.5);
	transition: transform 0.8s ease-out;
}
.osusume_item10 .zoom-in-img.is-active,
.osusume_item20 .zoom-in-img.is-active {
	transform: scale(1.0);
}
.osusume_kuchikomitxt {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	padding-left: 12%;
	margin-bottom: 30px;
}
.osusume_itemtxt {
	margin: 2vw auto;
}
.osusume_itemchui {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 3px 0 0 8px;
}
.kyushuareagai {
	font-family: "M PLUS 1p", sans-serif;
	background: #f4ca00;
	padding: 5vw 0 0;
	margin-top: -1px;
	overflow: hidden;
}
.kyuag_supporttxt{
	background-color: #ffffff;
	background-image: 
		linear-gradient(to right, #156032 6px, transparent 6px),
		linear-gradient(to bottom, #156032 6px, transparent 6px),
		linear-gradient(to left, #156032 6px, transparent 6px),
		linear-gradient(to bottom, #156032 6px, transparent 6px),
		linear-gradient(to right, #156032 6px, transparent 6px),
		linear-gradient(to top, #156032 6px, transparent 6px),
		linear-gradient(to left, #156032 6px, transparent 6px),
		linear-gradient(to top, #156032 6px, transparent 6px);
	background-repeat: no-repeat;
	/* 角のサイズ（20px四方） */
	background-size: 60px 60px;
	/* 配置場所（左上、右上、左下、右下） */
	background-position: 0 0, 0 0, 100% 0, 100% 0, 0 100%, 0 100%, 100% 100%, 100% 100%;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
}
.kyuag_supporttit {
	font-size: 2.5rem;
	text-align: center;
	font-weight: 800;
	color: #156032;
	line-height: 1.8;
	margin: 0 0 20px;
}
.bg_svg_yellow01 {
	background: url(/images/2026/top_kyuag_bgyellow.svg) no-repeat;
	background-position: 0 10px;
	padding-bottom: 15px;
	background-size: 0% 100%;
	transition: background-size 0.8s ease-out;
	display: inline;
}
.bg_svg_yellow01.is-active {
	background-size: 100% 100%;
}
.kyuag_supporttxt01 {
	text-align: center;
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.kyuag_supporttxtarea {
	background: #f4ca00;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 40px;
}
.kyuag_supporttxt02 {
	font-weight: 700;
	font-size: 1.4rem;
}
.kyuag_nihonchizu {
	width: 350px;
	position: absolute;
	right: -12%;
	top: 30%;
	z-index: 2;
}
.oshirase {
	font-family: "M PLUS 1p", sans-serif;
	background: #f4ca00;
	padding: 40px 0;
	margin-top: -1px;
}
.oshirase h2 {
	font-size: 3rem;
	font-weight: 800;
	text-align: center;
	color: #156032;
	text-decoration: underline #156032;
	text-underline-offset: 10px;
	text-decoration-thickness: 8px;
	margin-bottom: 50px;
}
.oshirase ul.custom-posts-list {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
	list-style: none;
	font-size: 1.5rem;
}
.oshirase ul.custom-posts-list li {
	border-bottom: 4px solid #fff;
	padding: 15px 10px;
}
.oshirase ul.custom-posts-list li .post-date {
	display: block;
	font-weight: 500;
	color: #156032;
}
.oshirase ul.custom-posts-list li a {
	display: block;
	font-weight: 500;
	color: #333;
}
.btn_oshiraseichiran {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.btn_oshiraseichiran a {
	display: block;
	background: #156032;
	width: 300px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-weight: 500;
	padding: 2px 0;
	font-size: 1.5rem;
	margin-left: auto;
	position: relative;
}
.btn_oshiraseichiran a::after {
	content: "\25b6";
	position: absolute;
	top: 50%;
	left: 93%;
	transform: translate(-50%, -48%);
}
.yokuarushitsumon {
	font-family: "M PLUS 1p", sans-serif;
	background: #f4ca00;
	padding: 50px 0;
	margin-top: -1px;
}
.yokuarushitsumon h2 {
	color: #156032;
	text-align: center;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.1;
}
.yokuarushitsumon h2 span {
	font-size: 1.8em;
	padding: 0 10px;
}
.yokuarufaq-container {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.yokuarufaq-item {
	margin: 30px 0 0;
}
.yokuarufaq-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
	list-style: none; /* デフォルトの三角を消す */
	background: #fff;
	border-radius: 10vh;
	color: #156032;
	padding: 10px 20px;
	font-size: 1.8rem;
}
.yokuarufaq-title::-webkit-details-marker {
	display: none;
}
.faq-icon {
	width: 15px;
	height: 15px;
	border-right: 4px solid #f4ca00;
	border-bottom: 4px solid #f4ca00;
	transform: rotate(45deg); /* 最初は下向きの「V」 */
	transition: transform 0.3s; /* 動きを滑らかに */
	margin-right: 10px;
}
.yokuarufaq-item[open] .faq-icon {
	transform: rotate(-135deg); /* 上向きに回転 */
}
.yokuarufaq-content {
	margin: 5px 0 0;
	padding: 15px 20px;
	background: #fff;
	border-radius: 15px;
}
.yokuarufaq-content dl {
	margin: 0;
}
.yokuarufaq-content dl dt {
	font-weight: 800;
	background: none;
	color: #156032;
	margin: 0 0 10px;
	padding: 0 0 0 2.5rem;
	position: relative;
	line-height: 1.4;
	font-size: 1.5rem;
}
.yokuarufaq-content dl dt::before {
	content: "\0051";
	font-size: 1.2em;
	position: absolute;
	left: 0;
	top: -0.3rem;
}
.yokuarufaq-content dl dd {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 0 0 30px;
	padding: 0 0 0 2.5rem;
	position: relative;
}
.yokuarufaq-content dl dd::before {
	content: "\0041";
	font-size: 1.2em;
	font-weight: 800;
	position: absolute;
	left: 0;
	top: -0.3rem;
	color: #e95513;
}
.dekirukoto {
	font-family: "M PLUS 1p", sans-serif;
	background: #f4ca00;
	padding: 50px 0;
	margin-top: -1px;
}
.dekirukotobox {
	background: #fff;
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px;
	border-radius: 20px;
	padding: 50px 30px;
	box-sizing: border-box;
}
.dekirukotobox h2 {
	background: #156032;
	color: #f4ca00;
	width: 90%;
	font-size: 2.5rem;
	margin-left: -20px;
	font-weight: 700;
	padding: 5px 0 5px 20px;
	box-sizing: border-box;
	position: relative;
}
.dekirukotobox:nth-child(1) h2::after {
	content: "\0031";
}
.dekirukotobox:nth-child(2) h2::after {
	content: "\0032";
}
.dekirukotobox:nth-child(3) h2::after {
	content: "\0033";
}
.dekirukotobox:nth-child(4) h2::after {
	content: "\0034";
}
.dekirukotobox h2::after {
	background: #156032;
	position: absolute;
	font-size: 5rem;
	top: 50%;
	left: 88%;
	border-radius: 50%;
	width: 135px;
	height: 135px;
	line-height: 135px;
	text-align: center;
	transform: translate(0, -50%);
}
.dekirukotobox h3 {
	border: none;
	font-size: 2.6rem;
	padding: 0;
	margin: 50px 0 20px;
	font-weight: 800;
	line-height: 1.3;
}
.dekirukototxt {
	font-weight: 500;
	font-size: 1.5rem;
}
.zenryokuoen {
	font-family: "M PLUS 1p", sans-serif;
	background: #f4ca00;
	padding: 50px 0;
	margin-top: -1px;
}
.znro_ouenimg {
	background: url(/images/2026/top_zenryokuoen_bgnami.png) no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.znro_bgwhite{
	width: 90%;
	max-width: 800px;
	margin: 100px auto;
	background: #fff;
	padding: 5px 30px;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
}
.znrotext {
	position: relative;
}
.znro_bgwhite h2 {
	color: #156032;
	font-size: 2.5rem;
	font-weight: 800;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.znro_bgwhite p {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 25px;
}
.znro_bgwhite dl {
	margin: 0;
}
.znro_bgwhite dl dt {
	font-size: 1.5rem;
	font-weight: 700;
	color: #156032;
	background: none;
	padding: 0 0 0 1.8rem;
	margin: 0;
	position: relative;
}
.znro_bgwhite dl dt::before {
	content: "\25cf";
	color: #156032;
	position: absolute;
	top: 0;
	left: 0;
}
.znro_bgwhite dl dd {
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0;
	margin: 0 0 20px;
}
.znro_imgleaf {
	position: absolute;
	top: 0;
	left: 50%;
	width: 150px;
	transform: translate(-50%, -125%);
}
footer#colophon {
	background: #fff;
	padding: 0;
	font-family: "M PLUS 1p", sans-serif;
}
.f_aboutus {
	font-size: 6rem;
	font-weight: 400;
	color: #e8e9e9;
}
.footerlogo {
	width: 80%;
	margin: 0 auto 20px;
	max-width: 360px;
}
.footer_add {
	font-size: 1.4rem;
	font-weight: 500;
	color: #156032;
	padding: 0;
}
.footer_telfax {
	display: flex;
	justify-content: center;
	gap: 30px;
	font-weight: 500;
	font-size: 1.4rem;
	color: #156032;
}
.footer_telfax a {
	color: #156032;
}
footer#colophon .f_mail,
.f_mail a {
	font-weight: 700;
	font-size: 1.4rem;
	color: #156032;
	line-height: 1.5;
}
#fnaviarea .over {
	display: flex;
	gap: 20px;
	margin-top: 30px;
}
#fnaviarea .over > div {
	width: 50%;
	padding: 14px 0 12px;
	font-weight: bold;
	background: #156032;
	font-size: 1.2rem;
}
#fnaviarea .over > div a {
	color: #fff;
	font-weight: 500;
}
footer #copy {
	color: #156032;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 0;
}
ul.spfooternavi {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0 15px 0 0;
	width: 150px;
	position: fixed;
	right: 0;
	bottom: 15%;
}
ul.spfooternavi li {
	margin-bottom: 10px;
}
ul.spfooternavi li a {
	display: block;
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}
ul.spfooternavi li:nth-child(1) {
	background: #00973e;
}
ul.spfooternavi li:nth-child(2) {
	background: #036eb7;
}
ul.spfooternavi li:nth-child(3) {
	background: #b81c22;
}
/*--------------------------------------------------------------
オリジナルチラシ作成ページ
--------------------------------------------------------------*/
.page_bgyellow {
	background: #f4ca00;
}
.flyerpage {
	font-family: "M PLUS 1p", sans-serif;
}
.titarea {
	background-color: #156032;
	margin: 0 0 0;
	padding: 0 0 50px;
	width: 100%;
	clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
}
.titarea h1 {
	font-size: 3rem;
	color: #f4c900;
	text-align: center;
	font-weight: 800;
	padding: 60px 0 0;
}
.titarea h1 .h1en {
	display: block;
	color: #fff;
	font-size: 1.5rem;
}
.kotebgwhite01 {
	background: #fff;
	margin: 0 auto;
	padding: 20px 0;
}
.kotebgmaru {
	background-image: radial-gradient(ellipse 40% 33% at 50% 65%, #ffffff 100%, transparent 100%);
	padding: 30px 0;
	max-width: 800px;
	margin: 0 auto;
}
.orgflyermoshikomi {
	max-width: 600px;
	margin: 30px auto;
}
.orgflyer_sample {
	max-width: 800px;
	margin: 0 auto 30px;
	background: #faf3a6;
	border-bottom: 20px solid #156032;
}
.orgflyer_sample h2 {
	color: #fff;
	background: #156032;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 800;
}
.orgflyer_sample .ml-slider {
	max-width: 550px;
	margin: 0 auto;
	padding: 40px;
	box-sizing: border-box;
}
.orgflyer_sample .ml-slider .flex-nav-prev a {
	left: -3% !important;
}
.orgflyer_sample .ml-slider .flex-nav-next a {
	left: 97% !important;
}
.moshikomimaenikimerukoto {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.maenikimerukototxt {
	padding: 50px 20px;
}
.maenikimerukototxt dl {}
.maenikimerukototxt dl dt {
	font-size: 1.5rem;
	font-weight: 800;
	color: #156032;
	background: none;
	padding: 0 0 0 1.8rem;
	margin: 0;
	position: relative;
}
.maenikimerukototxt dl dt::before {
	content: "\25bc";
	color: #156032;
	position: absolute;
	top: 0;
	left: 0;
}
.maenikimerukototxt dl dd {
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0 1.8rem;
	margin: 0 0 20px;
}
.maenikimerukototxt ul.greenmarulist li {
	font-size: 1.5rem;
	font-weight: 500;
}
.redkome01 {
	color: #e73828;
	display: block;
	position: relative;
	padding-left: 1.8rem;
}
.redkome01::before {
	content: "\203b";
	position: absolute;
	left: 0;
	top: 0;
}
.kifukinsanshoimg {
	max-width: 600px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center
}
.maekime_bgwhite {
	background: #fff;
	padding: 40px 30px 30px;
	border-radius: 20px;
}
.maekimeadvice {
	color: #156032;
	font-size: 1.8rem;
	font-weight: 800;
	text-align: center;
}
.maekimebtn {
	display: flex;
	gap: 1rem;
	margin: 30px 0 0;
}
.maekimebtn > div {
	width: 50%;
}
.orgfly_shosaijoken {
	font-family: "M PLUS 1p", sans-serif;
	background-color: #fff;
	width: 100%;
	clip-path: polygon(0% 0%, 50% 100px, 100% 0%, 100% 100%, 0% 100%);
	margin: -130px 0 0;
	padding-top: 150px;
	padding-bottom: 50px;
}
.orgfly_shosaijoken h2 {
	color: #156032;
	font-size: 2.5rem;
	font-weight: 800;
	text-align: center;
	text-decoration: underline #f4ca00;
	text-underline-offset: -15px;
	text-decoration-thickness: 28px;
}
.orgflyshosaijokentxt {
	max-width: 800px;
	margin: 0 auto;
}
.orgflyshosaijokentxt h3 {
	border: none;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #156032;
	margin: 40px 0 20px;
}
.orgflyshosaijokentxt ul.greenmarulist li {
	font-weight: 500;
	font-size: 1.5rem;
}
.teikeiflyer {
	padding: 50px 0;
}
.teikeiflyer h2 {
	background: #156032;
	color: #fff;
	text-align: center;
	font-size: 2.5rem;
	padding: 5px 0;
}
.teikeiflyertxt {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 0;
}
.teikeiflyertxt_txt {
	font-size: 1.5rem;
	font-weight: 700;
}
.redmarutsuki {
	font-size: 1.5rem;
	font-weight: 700;
	color: #e73828;
	padding-left: 30px;
	position: relative;
}
.redmarutsuki::before {
	content: "\25cf";
	color: #e73828;
	position: absolute;
	top: 0;
	left: 0;
}
.teikeiflyertxt h3 {
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	border: none;
	color: #156032;
	margin: 30px 0 8px;
	text-shadow:
		2px  2px 0 #fff,
		-2px  2px 0 #fff,
		2px -2px 0 #fff,
		-2px -2px 0 #fff;
}
.kakko_s {
	font-size: 0.85em;
	color: #333;
}
.teikeiflyer_osusumepoint {
	margin: 80px 0 50px;
	background: #fff;
	border: 2px solid #e73828;
	border-radius: 20px;
	padding: 50px 30px 30px;
	position: relative;
}
.teikeiflyer_osusumepoint h2 {
	background: #e73828;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	max-width: 330px;
	font-size: 2rem;
	font-weight: 800;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}
.teikeiflyer_osusumepoint h2 .imgpoint_yubi {
	position: absolute;
	width: 72px;
	top: -21px;
	left: 94%;
}
.teikeiflyer_osusumepointtxt {
	font-size: 1.5rem;
	font-weight: 500;
}
.teikeiflyer_osusumepointtxt .colorred {
	display: block;
}
.imgpoint_enpitsu {
	position: absolute;
	width: 140px;
	top: 42%;
	left: 85.5%;
}
.teikeiflyer_gochui {
	background: #fff;
	padding: 30px 40px;
	border-radius: 20px;
}
.teikeiflyer_gochui h2 {
	color: #156032;
	background: none;
	font-size: 2rem;
	font-weight: 800;
	position: relative;
	padding: 0;
	margin-bottom: 30px;
}
.teikeiflyer_gochui h2 .imgchui_sankaku {
	position: absolute;
	width: 60px;
	top: -5px;
	left: 25%;
}
.teikeiflyer_gochui dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.teikeiflyer_gochui dl dt {
	background: none;
	font-size: 1.3rem;
	font-weight: 500;
	color: #333;
	width: 62px;
	box-sizing: border-box;
	padding: 5px 0;
}
.teikeiflyer_gochui dl dd {
	font-size: 1.3rem;
	color: #333;
	font-weight: 500;
	width: calc(100% - 62px);
	box-sizing: border-box;
	padding: 5px 0;
	margin-bottom: 10px;
}
.teikeiflyer_gochuitxt {
	font-size: 1.3rem;
	font-weight: 500;
}
.page-id-178 .site-main > article,
.page-id-178 .entry-footer,
.page-id-182 .site-main > article,
.page-id-182 .entry-footer,
.page-id-5746 .site-main > article,
.page-id-5746 .entry-footer {
	margin: 0;
}

/*--------------------------------------------------------------
お礼シール作成ページ
--------------------------------------------------------------*/
.sealpage {
	font-family: "M PLUS 1p", sans-serif;
	padding-bottom: 8vw;
}
.sealpage_sealtit_oya {
	text-align: center;
	padding: 100px 0 20px;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
.sealpage_sealtit {
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.2;
	display: inline-block;
	text-align: left;
}
.sealpage_sealtxt {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: -0.5px;
}
.imgoreisesal {
	width: 350px;
	position: absolute;
	top: -37%;
	right: 0;
}
.oreiseal_samplebg {
	max-width: 800px;
	margin: 40px auto 30px;
	background: #faf3a6;
}
.oreiseal_samplebg h2 {
	color: #fff;
	background: #156032;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 800;
	padding: 5px;
}
.oreiseal_sample {
	display: flex;
	gap: 15px;
	padding: 60px 40px;
	margin: 0;
	border-bottom: 10px solid #156032;
}
.oreiseartxtarea {
	padding: 40px 30px;
}
.printservicetxt {
	color: #156032;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0px;
	margin-bottom: 40px;
}
.oreisealflow_tit {
	background: #f4ca00;
	color: #156032;
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	border-radius: 10vh;
	padding: 3px 0;
	margin: 0 0 20px;
}
.oreisealflowtxt {
	font-size: 1.6rem;
	font-weight: 500;
	padding-left: 2rem;
	margin-bottom: 8px;
	position: relative;
}
.oreisealflowtxt::before {
	position: absolute;
	top: 0;
	left: 0;
}
.oreisealflowtxt.flow01::before {
	content: "\2460";
}
.oreisealflowtxt.flow02::before {
	content: "\2461";
}
.oreisealflowtxt.flow03::before {
	content: "\2462";
}
.oreisealflow .redkome01 {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 20px;
	font-weight: 500;
}
	.sealpage_sealqrtit {
	margin: 0 auto 40px;
}
.sealpage_sealqrkatsuyorei {
	display: flex;
	margin-bottom: 30px;
	gap: 12px;
	align-items: center;
}
.sealpage_sealqrkatsuyoreitit {
	background: #156032;
	padding: 20px 0;
	border-radius: 10vh;
	text-align: center;
	width: 32px;
}
.sealpage_sealqrkatsuyoreitit > object {
	margin: 0;
}
.sealpage_sealqrkatsuyorei ul.greenmarulist li {
	font-size: 1.4rem;
}
.sealpage_imgsealqr01 {
	margin: 0 auto;
}
.sealpage_imgsealqr02 {
	margin-bottom: 30px;
}
.sealpage_imgsealqr02 img {
	margin-left: 8%;
	margin-top: -22%;
	width: 100%;
}
.oreiseartxtarea .qrshohyo {
	padding: 0;
}
.oreiseartxtarea .border_yellow {
	width: 100%;
}
.sealpage_imgfukurotoseal {
	width: 90%;
	margin: 0 auto 3vw;
}
.btnoreisealmoushikomi {
	width: 85%;
	max-width: 600px;
	margin: 40px auto 0;
}

/*--------------------------------------------------------------
横断幕作成ページ
--------------------------------------------------------------*/
.page-oudanmaku {
	font-family: "M PLUS 1p", sans-serif;
	overflow: hidden;
}
.page-oudanmaku .titarea {
	padding: 15px 0 0;
	clip-path: unset;
}
.oudanmakutitimg {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
.oudanmakutitimg_kazari {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.oudanmakutitimg_kazari .kamitape {
	position: absolute;
	bottom: -300px; /* 最初は画面の下外に隠す */
	left: 50%; /* 画面中央から飛び出させる */
	transform: translateX(-50%); /* 中央寄せ */
	opacity: 0;
	width: 100%; /* 画像サイズ（適宜調整） */
	height: auto;
	animation: confettiPop 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes confettiPop {
	0% {
		bottom: -300px;
		opacity: 0;
		transform: translateX(-50%) rotate(0deg) scale(1);
	}
	10% {
		opacity: 1; /* 飛び出し直後に表示 */
		bottom: 0;
		transform: translateX(-50%) rotate(0deg) scale(1.2); /* 少し大きく */
	}
	100% {
		opacity: 1;
		bottom: 0;
		transform: translateX(-50%) rotate(0deg) scale(1);
	}
}
.oudanmakuminasama {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 0 100px;
	position: relative;
}
.oudanmakutennis {
	margin-bottom: 30px;
}
.oudanmakudantaisamatxt {
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
	margin-top: -125px;
}
.oudanmakutitimg_furefure {
	width: 180px;
	position: absolute;
	left: 82%;
	top: -21%;
}
.oudanmaku_shosaijoken {
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding-top: 85px;
	padding-bottom: 60px;
	border-top-left-radius: 50% 150px;
	border-top-right-radius: 50% 150px;
}
.oudanmaku_shosaijoken h2 {
	color: #156032;
	font-size: 3rem;
	font-weight: 800;
	text-align: center;
	text-decoration: underline #f4ca00;
	text-underline-offset: -16px;
	text-decoration-thickness: 32px;
}
.oudanmakushosaijokentxt {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.oudanmakushosaijokentxt h3 {
	border: none;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	color: #156032;
	margin: 60px 0 30px;
}
.oudanmakushosaijokentxt ul.greenmarulist li {
	font-weight: 500;
	font-size: 1.6rem;
	padding-left: 1.8rem;
	margin-bottom: 1.2rem;
}
.oudanmakushosaijokentxt .colorred {
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
}
.oudanmakushosaijokentxt .kometsuki {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
.oudanmakushosai_size {
	margin: 30px 0;
	text-align: center;
}
.oudanmakusettirei {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0 0;
}
.oudanmakusettirei > div {
	margin-bottom: 60px;
}
.oudanmakuosusumepoint_bg {
	font-family: "M PLUS 1p", sans-serif;
	background-color: #156032;
	width: 100%;
	clip-path: polygon(0% 0%, 50% 100px, 100% 0%, 100% 100%, 0% 100%);
	margin: 0;
	padding-top: 180px;
	padding-bottom: 60px;
}
.oudanmakuosusumepoint {
	background: #faf3a6;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	border-radius: 20px;
	padding: 80px 40px 60px;
	box-sizing: border-box;
	position: relative;
}
.oudanmakuosusumepoint h2 {
	background: #fff;
	color: #156032;
	font-weight: 800;
	font-size: 2.3rem;
	padding: 4px 0;
	border: solid 2px #156032;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	width: 350px;
	text-align: center;
}
.oudanmakupoint01 {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 4px solid #156032;
}
.pointiconfl {
	display: flex;
	align-items: center;
	gap: 20px;
}
.pointicon {
	width: 85px;
}
.oudanmakuosusumepoint .pointiconfl h3 {
	margin: 0;
	padding: 0;
	border: none;
	width: calc(100% - 105px);
	font-size: 2.5rem;
	font-weight: 800;
}
.oudanmakuosusumepoint .pointiconfl h3 .optxtticha {
	font-size: 1.8rem;
	display: block;
	margin-top: 2px;
}
.oudanmakupointtxt {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 30px;
}
.osusumepointhuman01 {
	position: absolute;
	width: 142px;
	top: -8%;
	left: 83%;
}
.osusumepointhuman02 {
	position: absolute;
	width: 105px;
	top: 35%;
	left: -6.5%;
}
.osusumepointhuman03 {
	position: absolute;
	width: 160px;
	top: 60%;
	left: 79%;
}
.oudanmakumoshikomi_bg {
	background: #fff;
	padding: 60px 0 40px;
}
.oudanmakumoshikomi {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: #fcf3c7;
	border-radius: 20px;
	padding: 100px 30px 30px;
	box-sizing: border-box;
	position: relative;
}
.oudanmakumoshikomi h2 {
	color: #156032;
	background: #f4ca00;
	width: 100%;
	border-radius: 10vh;
	font-size: 2.5rem;
	font-weight: 800;
	text-align: center;
	padding: 4px 0;
	position: absolute;
	top: 0;
	left: 0;
}
.oudanmakumoshikomi .kometsuki {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.4;
}
.oudanmakuwebmoshikomi {
	width: 100%;
	max-width: 600px;
	margin: 20px auto 80px;
}
.oudanmakufaxmoshikomitit {
	position: relative;
	background: #182987;
	margin-bottom: 20px;
}
.oudfaximg {
	width: 120px;
	background: #182987;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-15%, -28%);
}
.oudfaxtxt {
	color: #fff;
	font-size: 2rem;
	font-weight: 800;
	padding: 5px 0 5px 7.5rem;
	box-sizing: border-box;
	letter-spacing: -0.5px;
}
.oudanmakufaxmoshikomitit02 {
	text-align: center;
	font-weight: 800;
	color: #3e3a39;
	font-size: 2rem;
}
.oudanmakufaxflow {
	background: #fff;
	padding: 30px 10px 30px 5rem;
	border-radius: 10px;
	margin-top: 20px;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
}
.oudanmakufaxflow::before {
	color: #f4c900;
	font-size: 4rem;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
}
.oudanmakufaxflow.faxflow01::before {
	content: "\0031";
}
.oudanmakufaxflow.faxflow02::before {
	content: "\0032";
}
.oudanmakufaxflow.faxflow03::before {
	content: "\0033";
}
.oudanmakufaxflow.faxflow04::before {
	content: "\0034";
}
.oudanmakufaxflow .faxnumber {
	color: #1a2d78;
	margin: 2px 0;
	font-size: 2rem;
	display: flex;
	align-items: center;
}
.oudanmakufaxflow .mailaddress {
	color: #1a2d78;
	margin: 2px 0;
	font-size: 2rem;
	display: flex;
	align-items: center;
}
.oudanmakufaxflow .faxnumber a,
.oudanmakufaxflow .mailaddress a {
	color: #1a2d78;
}
.bgkadomarublue {
	background: #1a2d78;
	color: #fff;
	border-radius: 10vh;
	padding: 2px 15px;
	margin-right: 8px;
	font-size: 1.3rem;
}
.oudanmakumoshikomi .oudanmakufaxflow .kometsuki {
	font-size: 1.3rem;
}
/*--------------------------------------------------------------
ぶっぱんとはページ
--------------------------------------------------------------*/
.page_bggreen {
	background: #156032;
}
.page-aboutbuppan {
	font-family: "M PLUS 1p", sans-serif;
	overflow: hidden;
	padding: 50px 0 0;
}
.page-aboutbuppan object {
	margin-bottom: 0;
}
.aboutbuppanwrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.abuppantensen {
	color: #f4ca00;
	font-size: 2.4rem;
	text-align: center;
	font-weight: 800;
	margin: 15px 0;
	padding: 10px 0;
	border-top: dashed 3px #fff;
	border-bottom: dashed 3px #fff;
}
.abuppanzaikorisk {
	position: relative;
}
.abuppanzaikorisktxt {
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
}
.abuppanzaikorisktxt .abrisktxtst01 {
	font-weight: 800;
	color: #f4ca00;
}
.abuppanzaikorisktxt .abrisktxtst02 {
	display: inline-block;
	color: #f4ca00;
	font-weight: 800;
	padding: 0 0 30px;
	background: url(/images/2026/aboutbuppan_riskkasen.svg) no-repeat;
	background-position: 0 30px;
}
.abuppanzaikoriskimg {
	width: 250px;
	position: absolute;
	top: 0;
	right: 0;
}
.abuppanhighshueki {
	margin: 80px 0 0;
}
.abuppanhighshueki .hanen {
	height: 82px;
	margin: 60px 0 -1px;
	position: relative;
}
.abuppanhighshueki .hanen img {
	width: 280px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-49%, -50%);
	z-index: 2;
}
.abuppan_bgwhite {
	background: #fff;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px;
	padding: 40px 30px 30px;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
}
.abuppan_imghanbun {
	max-width: 600px;
	margin: 0 auto 40px;
}
.abuppan_imghanbun_hyo {
	position: relative;
	margin-bottom: 30px;
}
.abuppan_imghanbun02 {
	max-width: 600px;
	margin: 0 auto;
}
.abuppan_imghanbun02 img {
	max-width: none;
	width: calc(100% + 20px);
	margin-left: -10px;
}
.abuppan_imghanbun03 {
	position: absolute;
	width: 145px;
	top: 50%;
	left: 75%;
}
.abuppan_imghanbun_hyo .chushaku {
	color: #d93a2a;
	font-weight: 500;
	text-align: center;
	font-size: 1.5rem;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 3px;
}
.abuppan_justpricewaku {
	position: relative;
	padding-left: 60px;
}
.abuppan_imgwoman {
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
	transform: translate(-65%, 0);
}
.abuppan_ouen2box {
	width: 90%;
	border: 3px solid #fff;
	position: relative;
	margin: 100px auto 50px;
	max-width: 800px;
	padding: 30px;
	box-sizing: border-box;
}
/* 上の線の一部を消す */
.abuppan_ouen2box::before {
	content: "";
	position: absolute;
	top: -3px; /* 線の太さ分浮かせる */
	right: 0;
	width: 12%;
	height: 3px;
	background: #156032; /* 背景色と同じ色 */
}
/* 下の線の一部を消す */
.abuppan_ouen2box::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 12%;
	height: 3px;
	background: #156032;
}
.abuppan_ouen2box .textarea {
	padding: 0;
	line-height: 1.8;
	letter-spacing: 2px;
	font-size: 2.5rem;
}
.abuppanimgouensurugawa {
	width: 260px;
	position: absolute;
	left: 100%;
	bottom: 0;
	transform: translate(-50%, 35%);
}
.abuppanmamefukugasupport {
	width: 80%;
	margin: 0 auto;
}
.bgborderyellownami {
	background: url(/images/2026/aboutbuppan_bordernami.svg) no-repeat;
	background-position: 0 0;
	background-size: cover;
	height: 45px;
	margin-top: 60px;
}
.abuppansiryoseikyu {
	font-family: "M PLUS 1p", sans-serif;
	background: #f4ca00;
	padding: 60px 10px 0 0;
	position: relative;
	overflow: hidden;
}
.abuppansiryoseikyunaka {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 60px;
	position: relative;
}
.abuppansiryoseikyu01,
.abuppansiryoseikyu02 {
	margin: 0 0 20px;
	padding-left: 280px;
}
.abuppansiryoseikyutxt {
	padding-left: 280px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}
.abuppansiryoseikyu03 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 260px;
}
.abuppan_roadmap {
	background: #ede6cf;
	font-family: "M PLUS 1p", sans-serif;
	overflow: hidden;
	padding: 60px 0 100px;
}
.abuppan_roadmapnaka {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.abuppan_roadmaptit {
	width: 70%;
	margin: 0 auto 40px;
}
.abuppan_roadmapkaigi {
	width: 90%;
	margin: 0 auto;
}
.abuppan_roadmapflow {
	position: relative;
	padding-top: 135px;
	background: url(/images/2026/aboutbuppan_roadmapflowbg.svg);
	background-size: 100%;
	background-repeat: repeat-y;
}
.abuppan_makasetedaijobu {
	position: absolute;
	width: 80%;
	top: -3%;
	left: 8%;
}
.abuppan_roadmapflow h2 {
	background: #156032;
	color: #fff;
	border-top: solid 4px #fff;
	border-bottom: solid 4px #fff;
	text-align: center;
	padding: 10px 0 10px 40px;
	position: relative;
	font-size: 3rem;
	font-weight: 700;
}
.abuppanroadmaphand {
	position: absolute;
	width: 125px;
	top: -15px;
	left: 20%;
}
.abuppanroadmapimg {
	width: 80%;
	margin: 0 auto;
	background: url(/images/2026/aboutbuppan_roadmap_road.svg) repeat-y;
	background-size: 30%;
}
.abuppanroadmapimg.rmapjunbi {
	background: url(/images/2026/aboutbuppan_roadmap_roadstart.svg) no-repeat;
	background-size: 30%;
	background-position: left bottom;
}
.abuppanroadmapimg.rmapfinish {
	background: url(/images/2026/aboutbuppan_roadmap_roadfinish.svg) no-repeat;
	background-size: 30%;
	background-position: -1.5px top;
}
.abuppanroadmapimg.rmapjunbi > object {
	padding: 80px 0 0 30%;
	width: calc(100% - 37%);
}
.abuppanroadmapimg.rmapkento > img {
	padding: 30px 0 0 10.5%;
	width: 80%
}
.abuppanroadmapimg.rmapmoshikomi > img {
	padding: 30px 0 0 10.5%;
	width: 80%
}
.abuppanroadmapimg.rmapseal > img {
	padding: 30px 0 0 10.5%;
	width: 80%
}
.abuppanroadmapimg.rmaphanbaikatsudo img {
	padding: 30px 0 0 29%;
	width: 62%
}
.abuppanroadmapimg.rmaphanbai > img {
	padding: 0 0 0 10.5%;
	width: 80%
}
.abuppanroadmapimg.rmapchumon img {
	padding: 30px 0 0 29%;
	width: 62%
}
.abuppanroadmapimg.rmapitemchumon > img {
	padding: 0 0 0 10.5%;
	width: 80%
}
.abuppanroadmapimg.rmapitemuketori > img {
	padding: 30px 0 0 10.5%;
	width: 80%
}
.abuppanroadmapimg.rmapitemhaifu > img {
	padding: 30px 0 0 10.5%;
	width: 80%
}
.abuppanroadmapimg.rmapshiharai img {
	padding: 30px 0 0 29%;
	width: 62%
}
.abuppanroadmapimg.rmapitemshiharai > img {
	padding: 0 0 0 10.5%;
	width: 80%
}
.abuppanroadmapimg.rmapfinish > object {
	padding: 15px 0 0 15%;
	width: 80%;
}
.nyoron-trigger {
	cursor: pointer;
}
.rmap-nyoron {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.5s ease-in-out;
	overflow: hidden;
	width: 92%;
	padding: 0 0 0 30%;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-weight: 500;
}
/* 中身のラッパー（これがないとアニメーションしません） */
.noyoroninner {
	min-height: 0;
	padding: 0 12px;
	border-radius: 15px;
	background: #ede6cf;
}
/* 表示された時の状態 */
.rmap-nyoron.active {
	grid-template-rows: 1fr;
	padding-top: 0;
	padding-bottom: 0;
}
.rmap-nyoron.active .noyoroninner {
	padding: 15px 12px;
}
.noyoroninner a {
	color: #ea5514;
}
.rmapmoshikomipoint {
	max-width: 350px;
	margin: 0 auto 30px;
}
.rmapseal_sealimg {
	display: flex;
	gap: 10px;
	width: 100%;
	margin: 20px auto 0px;
	background: #f4eea5;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 15px;
}
.rmapsealimgmida {
	background: #f4ca00;
	border-radius: 10vh;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.rmaphanbaipoint {
	max-width: 350px;
	margin: 0 auto 30px;
}
.rmapimghanbai {
	max-width: 250px;
	margin: 0 auto;
}
.rmapitemchumon ol {
	margin-bottom: 15px;
	margin-left: 8px;
	list-style: none;
	padding-left: 0;
}
.rmapitemchumon ol li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}
.rmapitemchumon ol li::before {
	font-weight: bold;
	margin-right: 8px;
}
.rmapitemchumon ol li:nth-child(1)::before {
	content: "\2460";
}
.rmapitemchumon ol li:nth-child(2)::before {
	content: "\2461";
}
.rmapitemchumon ol li:nth-child(3)::before {
	content: "\2462";
}
.rmapitemchumon ol li:nth-child(4)::before {
	content: "\2463";
}
.rmapitemchumon ol li:nth-child(5)::before {
	content: "\2464";
}
.rmapimgitemchumon {
	max-width: 200px;
	margin: 0 auto;
}
.rmapitemuketoripoint {
	max-width: 350px;
	margin: 0 auto 30px;
}
.rmapimgitemhaifu {
	max-width: 300px;
	margin: 0 auto;
}
.rmapitemshiharaipoint {
	max-width: 400px;
	margin: 0 auto 30px;
}
.rmapitemshiharaiimg {
	max-width: 250px;
	margin: 0 auto;
}
.abuppan_areagai {
	padding: 80px 0 0;
	overflow: hidden;
}
.abuppanagai_supporttxt {
	background-color: #ffffff;
	background-image: 
		linear-gradient(to right, #156032 6px, transparent 6px),
		linear-gradient(to bottom, #156032 6px, transparent 6px),
		linear-gradient(to left, #156032 6px, transparent 6px),
		linear-gradient(to bottom, #156032 6px, transparent 6px),
		linear-gradient(to right, #156032 6px, transparent 6px),
		linear-gradient(to top, #156032 6px, transparent 6px),
		linear-gradient(to left, #156032 6px, transparent 6px),
		linear-gradient(to top, #156032 6px, transparent 6px);
	background-repeat: no-repeat;
	/* 角のサイズ（20px四方） */
	background-size: 60px 60px;
	/* 配置場所（左上、右上、左下、右下） */
	background-position: 0 0, 0 0, 100% 0, 100% 0, 0 100%, 0 100%, 100% 100%, 100% 100%;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
}
.abuppanagai_supporttit {
	font-size: 2.5rem;
	text-align: center;
	font-weight: 800;
	color: #156032;
	line-height: 1.8;
	margin: 0 0 20px;
}
.abuppanagai_supporttxt01 {
	text-align: center;
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.abuppanagai_supporttxtarea {
	background: #f4ca00;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 40px;
}
.abuppanagai_supporttxt02 {
	font-weight: 700;
	font-size: 1.4rem;
}
.abuppanagai_nihonchizu {
	width: 350px;
	position: absolute;
	right: -12%;
	top: 30%;
	z-index: 2;
}

/*--------------------------------------------------------------
動きを追加
--------------------------------------------------------------*/
/*波線*/
.wavy-underline {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.wavy-underline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12'%3E%3Cpath d='M0 8c2.5 0 2.5-4 5-4s2.5 4 5 4 2.5-4 5-4 2.5 4 5 4' fill='none' stroke='%23f4ca00' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: 34px 26px; /* ここで波の大きさを自由自在に操れます */
	background-repeat: repeat-x;
	/* ゆっくり引かれるアニメーション */
	transition: width 1.5s cubic-bezier(0.45, 0, 0.55, 1);
}
/* 画面内に入った時に付与するクラス */
.wavy-underline.is-active::after {
	width: 100%; /* 100%まで伸びる */
}
/*スライドイン*/
.slide-in {
	opacity: 0;
	transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1),
		opacity 1.2s ease-out;
	will-change: transform;
}
/* 左から右へスライド */
.slide-left {
	transform: translateX(-100px);
}
/* 右から左へスライド */
.slide-right {
	transform: translateX(100px);
}
/* 上から下へスライド */
.slide-down {
	transform: translateY(-80px);
}
/* 下から上へスライド */
.slide-up {
	transform: translateY(80px);
}
/* 画面内に入った時の動き（JavaScriptでこのクラスをつける） */
.slide-in.is-active {
	opacity: 1;
	transform: translate(0,0);
}

@media (max-width: 767px) {
	.textarea {
		font-size: 4.8vw;
		padding: 20px 0 0;
		line-height: 2.5;
	}
	.bgsmartbuppan {
		border-top-left-radius: 100vh;
		border-top-right-radius: 100vh;
	}
	.ya_yellow {
		width: auto;
		font-size: 4vw;
		padding: 3px 4% 0 8%;
		clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
	}
	.wave-container svg {
		padding-top: 14%;
	}
	.bottom-section {
		margin: -1px 0 0;
	}
	.ouen2box {
		margin: 30px auto;
		padding: 5%;
	}
	.ye_stront01 {
		font-size: 8vw;
	}
}

