@charset "utf-8";
/* CSS Document */
html {
	/*height:100%;*/
	font-size: 10px;
}
body {
    text-align: center;
	margin:0;
	width:100%;
	background: #fffef7;
	position:relative;
	-webkit-text-size-adjust: 100%;
	font-family:"Zen Maru Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
	/*
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-family: "Zen Maru Gothic", sans-serif;
	*/
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.nofloat{
	overflow:hidden;
	zoom:1;
}

img {
    border-style:none;
}

#wrapper a {
	text-decoration: none;
}

#wrapper a:link {
	color: #000000;
}

#wrapper a:visited {
	color: #000000;
}

ruby {
	ruby-align: distribute-space;
	ruby-overhang: auto;
	ruby-position: above;
}

input[type="submit"] {
   -webkit-appearance: none;
}

:placeholder-shown {
    color:#CCC;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color:#CCC;
}

/* Firefox 18- */
:-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color:#CCC;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color:#CCC;
}

.a_block {
	display:block;
}

.img_block {
	display:block;
	margin: 0px auto;
}

.max_img {
	max-width:100%;
	height:auto;
}

.red_span {
	color:#F09100;
}

.bold_span {
	font-weight:bold;
}

.under_span {
	text-decoration:underline;
}

.inbl_span {
	display:inline-block;
	text-indent:0;
}

.br_1024 {
	display:none;
}

.br_768 {
	display:none;
}

.br_480 {
	display:none;
}

#wrapper {
	overflow-x: hidden;
	position: relative;
	z-index: 2;
	box-sizing: content-box;
}

#wrapper *,
#wrapper *:before,
#wrapper *:after {
	box-sizing: content-box;
}

#wrapper img:not(.hand01) {
	width: auto;
}

#main {
	position: relative;
	z-index: 1;
}

/*ヘッダー */

/*#header {
	position:relative;
	z-index:6;
}

.header_wrap {
	width: 100%;
	margin: 0 auto;
	background: #c7d54d;
	position: relative;
}

.header_in {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin: 0 auto;
	padding: 30px 30px;
	font-size: 0;
	position: relative;
}

.header_logo01 {
	margin: 0;
	padding: 0;
}

.header_logo01_img01 {
	display: block;
	max-height: 50px;
	width: auto;
	margin: 0 auto;
}

.header_ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.header_ul_li {
	display: inline-block;
	width: max-content;
	margin-right: 40px;
	vertical-align: middle;
	position: relative;
}

.header_ul .header_ul_li:last-child {
	margin-right: 0px;
}

.header_ul_li_sp {
	display: none;
}

.header_ul_li.onmenu {
	padding:10px 30px 10px 10px;
	padding:10px 20px 10px 20px;
}

.header_ul_li.onmenu:after {
	display:none;
	content:"\f0dd";
	font-family:"Font Awesome 5 Free";
	font-size:20px;
	color:#535554;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_ul_li.onmenu.active:after {
	content:"\f0de";
	font-family:"Font Awesome 5 Free";
}

.header_ul_li_o {
}

.header_ul_li_span01 {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #595757;
	line-height: 1;
	text-align: center;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.header_ul_li_o .header_ul_li_span01 {
}

.header_ul_li_border01 {
	display: block;
	width: 0%;
	height: 3px;
	margin: auto;
	background: #595757;
	border-radius: 5px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
}

.header_ul_li_o .header_ul_li_border01 {
	width: 30%;
	opacity: 1;
}

.header_ul_li_6_div {
	display:inline-block;
	width:30px;
	height:20px;
	margin:auto;
	padding:10px;
	position:absolute;
	top: 12px;
	right:100%;
	right:0px;
	z-index:2;
	cursor:pointer;
}

.header_ul_li_6_div_line {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background: #595757;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_before {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background: #595757;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:10px;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_after {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background: #595757;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.header_ul_li_6_div_o {
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_before {
	background:#FFF;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.header_ul_li_6_div_o .header_ul_li_6_div_line {
	background:#FFF;
	opacity: 0;
}

.header_ul_li_6_div_o .header_ul_li_6_div_line_after {
	background:#FFF;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.sub_ul {
	display:none;
	list-style:none;
	margin:0 auto;
	padding: 30px 10px 10px;
	text-align:left;
	position:absolute;
	top:100%;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:2;
}

.sub_ul_li {
	width:max-content;
	margin: 0 auto 10px;
	border-radius: 5px;
	font-size:15px;
	line-height:1;
	position:relative;
}

.sub_ul_li:last-child {
	margin-bottom: 0px;
}

.sub_ul_li_o {
}

.sub_ul_li a {
	display: block;
	padding:8px 10px;
	background:rgba(41,136,188,0.9);
	border-radius: 5px;
	color:#FFF;
	text-align:center;
	transition-duration: 0.35s;
}

.sub_ul_li a:hover {
	background:rgba(71,166,218,0.9);
	transition-duration: 0.35s;
}

.sub_ul_li_border {
	display:block;
	width:0;
	height:1px;
	margin:0 auto;
	background:#FFF;
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
}

.sub_ul_li_o .sub_ul_li_border {
	width:80%;
}*/

/*ヘッダーここまで */

/*コンテンツ */

#slider01 {
	padding: 90px 10px 30vw;
	background: url("../img/slide01_02.webp") no-repeat center top/cover;
	position: relative;
	z-index: 1;
}

.slider01_img01 {
	display: block;
	max-width: 70%;
	margin: 0 auto;
}

/*.slider1 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.slider1_pc {
}

.slider1_sp {
	display: none !important;
}

.slider1_li {
	width:100%;
	vertical-align: bottom;
}

.slider1_li_box {
	position: relative;
}

.slider1_li_img {
	display: block;
	max-width:100%;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}*/

.wrapper_title {
	margin:0 auto 80px;
	padding: 0;
	text-align: center;
}

.wrapper_title_text01 {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: #0d6072 10px solid;
	font-family: "Oswald", sans-serif;
	font-size: 80px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: top;
}

.wrapper_title_text01_c01 {
	color: #231815;
}

.wrapper_title_text01_f01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 55px;
}

.wrapper_title_text02 {
	display: block;
	margin-top: 20px;
	font-family: "Oswald", sans-serif;
	font-size: 37px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	vertical-align: top;
}

.wrapper_title_text02_c01 {
	color: #231815;
}

.wrapper_subtitle {
	margin: 0 auto 70px;
	position: relative;
}

.wrapper_subtitle_text01 {
	display: block;
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
}

.wrapper_subtitle_text01_c01 {
	color: #231815;
}

.wrapper_button01_big {
	text-align: center;
}

.wrapper_button01_big_t01 {
	text-align: left;
}

.wrapper_button01_big_t02 {
	text-align: right;
}

.wrapper_button01 {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	max-width: calc(100% - 130px);
	padding: 15px 75px 15px 55px;
	border-radius: 30px 9px 9px 30px;
	vertical-align: top;
	position: relative;
	transition-duration: 0.35s;
}

.wrapper_button01_c01 {
	background: #8ec76e;
}

.wrapper_button01_o.wrapper_button01_c01 {
	background: #c0dc61;
	transition-duration: 0.35s;
}

.wrapper_button01_c02 {
	background: #c0dc61;
}

.wrapper_button01_o.wrapper_button01_c02 {
	background: #FFF;
	transition-duration: 0.35s;
}

.wrapper_button01_c03 {
	background: #eff3be;
}

.wrapper_button01_o.wrapper_button01_c03 {
	background: #FFF;
	transition-duration: 0.35s;
}

.wrapper_button01_c04 {
	background: #f7f2e9;
}

.wrapper_button01_o.wrapper_button01_c04 {
	background: #FFF;
	transition-duration: 0.35s;
}

.wrapper_button01:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px;
	border-radius: 10px;
	position: absolute;
	top: 5px;
	left: calc(100% - 28px);
	transform: scaleX(1.2) rotate(-45deg);
	z-index: 1;
	transition-duration: 0.35s;
}

.wrapper_button01_c01:after {
	border-color: transparent #8ec76e #8ec76e transparent;
}

.wrapper_button01_o.wrapper_button01_c01:after {
	border-color: transparent #c0dc61 #c0dc61 transparent;
}

.wrapper_button01_c02:after {
	border-color: transparent #c0dc61 #c0dc61 transparent;
}

.wrapper_button01_o.wrapper_button01_c02:after {
	border-color: transparent #FFF #FFF transparent;
}

.wrapper_button01_c03:after {
	border-color: transparent #eff3be #eff3be transparent;
}

.wrapper_button01_o.wrapper_button01_c03:after {
	border-color: transparent #FFF #FFF transparent;
}

.wrapper_button01_c04:after {
	border-color: transparent #f7f2e9 #f7f2e9 transparent;
}

.wrapper_button01_o.wrapper_button01_c04:after {
	border-color: transparent #FFF #FFF transparent;
}

.wrapper_button01_o:after {
	transition-duration: 0.35s;
}

.wrapper_button01_span {
	display: block;
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.wrapper_button01_c01 .wrapper_button01_span {
	color: #FFF;
	transition-duration: 0.35s;
}

.wrapper_button01_o.wrapper_button01_c01 .wrapper_button01_span {
}

.wrapper_button01_c02 .wrapper_button01_span {
	color: #595757;
	transition-duration: 0.35s;
}

.wrapper_button01_o.wrapper_button01_c02 .wrapper_button01_span {
}

.wrapper_button01_c03 .wrapper_button01_span {
	color: #595757;
	transition-duration: 0.35s;
}

.wrapper_button01_o.wrapper_button01_c03 .wrapper_button01_span {
}

.wrapper_button01_c04 .wrapper_button01_span {
	color: #595757;
	transition-duration: 0.35s;
}

.wrapper_button01_o.wrapper_button01_c04 .wrapper_button01_span {
}

.wrapper_button01_o .wrapper_button01_span {
	transition-duration: 0.35s;
}

.wrapper_index01 {
	position: relative;
	z-index: 1;
}

.wrapper_index01_b01 {
	padding: 55px 10px 200px;
	background: url("../img/back04_02.webp") repeat top left;
	z-index: 2;
}

.wrapper_index01_b01:before {
	content: "";
	width: 100%;
	height: 70px;
	background: url("../img/back04_01.webp") repeat bottom left/auto 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
}

.wrapper_index01_b09 {
	padding: 180px 10px 100px;
	background: #FFF;
	z-index: 2;
}

.wrapper_index01_b09:before {
	content: "";
	width: 100%;
	height: 44px;
	background: url("../img/back07.webp") repeat bottom left/auto 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
}

.wrapper_index01_b02 {
	padding: 60px 10px 120px;
	background: #ff8c0a;
	z-index: 4;
}

.wrapper_index01_b02:before {
	content: "";
	width: 100%;
	height: 44px;
	background: url("../img/back05.webp") repeat bottom left/auto 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
}

.wrapper_index01_b03 {
	padding: 120px 10px 130px;
	background: #fdf7c6;
	z-index: 5;
}

.wrapper_index01_b03:before {
	content: "";
	width: 100%;
	height: 44px;
	background: url("../img/back06.webp") repeat bottom left/auto 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
}

.wrapper_index01_b04 {
	padding: 60px 0px 130px;
	background: #FFF;
	z-index: 6;
}

.wrapper_index01_b04:before {
	content: "";
	width: 100%;
	height: 44px;
	background: url("../img/back07.webp") repeat bottom left/auto 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
}

.wrapper_index01_b05 {
	padding: 60px 0px 130px;
	background: #fdf7c6;
	z-index: 7;
}

.wrapper_index01_b05:before {
	content: "";
	width: 100%;
	height: 44px;
	background: url("../img/back06.webp") repeat bottom left/auto 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
}

.wrapper_index01_b06 {
	padding: 60px 0px 130px;
	background: #FFF;
	z-index: 8;
}

.wrapper_index01_b06:before {
	content: "";
	width: 100%;
	height: 44px;
	background: url("../img/back07.webp") repeat bottom left/auto 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
}

.wrapper_index01_b07 {
	padding: 60px 0px 130px;
	background: #fdf7c6;
	z-index: 9;
}

.wrapper_index01_b07:before {
	content: "";
	width: 100%;
	height: 44px;
	background: url("../img/back06.webp") repeat bottom left/auto 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
}

.wrapper_index01_b08 {
	padding: 130px 10px 0;
	background: #fffef7;
	position: relative;
	z-index: 2;
}

.wrapper_index01_b08:before {
	content: "";
	width: 100%;
	height: 44px;
	background: url("../img/back11.webp") repeat bottom left/auto 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
}

.index_content01 {
	max-width: calc(100% - 40px);
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 3;
}

.index_backimg01 {
	display: block;
	position: absolute;
	z-index: 1;
}

.index_backimg01_p01 {
	max-width: 20%;
	right: 6%;
	top: 150px;
}

.index_backimg01_p02 {
	max-width: 60%;
	left: -30%;
	bottom: 350px;
}

.index02_box01 {
	margin: 0 auto 180px;
	position: relative;
}

.index02_box01_title01 {
	margin: 0 auto 60px;
	padding: 0;
}

.index02_box01_title01_img01 {
	display: block;
	margin: 0 auto;
}

.index02_box01_text01 {
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	color: #008549;
	line-height: 58px;
	text-align: center;
}

.index02_text01 {
	display: block;
	margin: 0 auto 15px;
	font-size: 18px;
	font-weight: bold;
	color: #3f2215;
	line-height: 1;
	text-align: center;
	transform: rotate(-10deg);
}

.index02_title01 {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 28px;
	font-weight: bold;
	color: #008549;
	line-height: 42px;
	text-align: center;
}

.index02_text02 {
	margin: 0 auto;
	font-size: 21px;
	font-weight: 500;
	color: #251e1c;
	line-height: 36px;
	text-align: center;
}

.index02_box02 {
	max-width: 100%;
	width: max-content;
	margin: 0 auto 130px;
	position: relative;
}

.index02_box02_img01 {
	display: block;
	position: absolute;
}

.index02_box02_img01_p01 {
	bottom: 70px;
	right: calc(100% - 20px);
}

.index02_box02_img01_p02 {
	top: -70px;
	left: calc(100% + 70px);
}

.index02_box03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 70px;
}

.index02_box03_content01 {
	margin-right: 80px;
}

.index02_box03_content01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0 auto 40px;
	padding: 0;
}

.index02_box03_content01_ul01_li {
	margin-right: 20px;
	position: relative;
}

.index02_box03_content01_ul01_li:nth-child(2) {
	margin-top: 40px;
}

.index02_box03_content01_ul01_li:last-child {
	margin-right: 0px;
}

.index02_box03_content01_ul01_li_img01 {
	display: block;
	position: relative;
	z-index: 1;
}

.index02_box03_content01_ul01_li_text01 {
	display: block;
	width: max-content;
	font-size: 21px;
	font-weight: bold;
	color: #3f2215;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 2;
}

.index02_box03_content01_ul01_li_text02 {
	display: block;
	width: max-content;
	font-size: 18px;
	font-weight: bold;
	color: #3f2215;
	line-height: 1;
	text-align: center;
	position: absolute;
	bottom: calc(100% + 20px);
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.index02_box03_content02 {
}

.index02_box03_content02_imgbox01 {
	margin-bottom: 40px;
	position: relative;
}

.index02_box03_content02_imgbox01_img01 {
	display: block;
	position: relative;
	z-index: 2;
}

.index02_box03_content02_imgbox01_box01 {
	width: max-content;
	position: absolute;
	bottom: -60px;
	left: calc(100% - 50px);
	z-index: 1;
}

.index02_box03_content02_imgbox01_box01_img01 {
	display: block;
	position: relative;
	z-index: 1;
}

.index02_box03_content02_imgbox01_box01_text01 {
	display: block;
	width: max-content;
	font-size: 19px;
	font-weight: 600;
	color: #5f3b13;
	line-height: 34px;
	text-align: center;
	position: absolute;
	top: 53%;
	left: 53%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 2;
}

.index02_box04 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: -50px;
	position: relative;
	z-index: 2;
}

.index02_box04_img01 {
	display: block;
	position: absolute;
	z-index: 0;
}

.index02_box04_img01_p01 {
	bottom: calc(100% - 180px);
	right: -150px;
}

.index02_box04_img01_p02 {
	bottom: -30px;
	left: -170px;
}

.index02_box04_img01_p03 {
	bottom: -10px;
	left: 30px;
	z-index: 1;
}

.index02_box04_content01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	z-index: 2;
}

.index02_box04_content01_p01 {
	margin-right: -100px;
}

.index02_box04_content01_p02 {
	margin-top: 270px;
}

.index02_box04_content01_img01 {
	display: block;
	position: relative;
	z-index: 1;
}

.index02_box04_content01_textbox01 {
	width: max-content;
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 2;
}

.index02_box04_content01_textbox01_img01 {
	display: block;
	position: absolute;
	bottom: calc(100% + 40px);
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index: 2;
}

.index02_box05 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
	margin-bottom: 140px;
}

.index02_box05_img01 {
	display: block;
	position: absolute;
	z-index: 0;
}

.index02_box05_img01_p01 {
	max-width: 360px;
	bottom: 20px;
	right: -50px;
}

.index02_box05_content01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	z-index: 2;
}

.index02_box05_content01_p01 {
	margin-right: -230px;
}

.index02_box05_content01_p02 {
	margin-top: 470px;
}

.index02_box05_content01_img01 {
	display: block;
	position: relative;
	z-index: 1;
}

.index02_box05_content01_textbox01 {
	width: max-content;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 2;
}

.index02_box05_content02 {
	width: max-content;
	position: absolute;
	left: calc(50% + 100px);
	top: 250px;
	z-index: 3;
}

.index02_box05_content02_img01 {
	display: block;
}

.index02_box05_content02_text01 {
	display: block;
	width: max-content;
	font-size: 24px;
	font-weight: 600;
	color: #008549;
	line-height: 34px;
	text-align: left;
	position: absolute;
}

.index02_box05_content02_text01_p01 {
	bottom: calc(100% + 33px);
	left: 7%;
	transform: rotate(-23deg);
}

.index02_box05_content02_text01_p02 {
	bottom: calc(100% + 10px);
	left: 22%;
	transform: rotate(-11deg);
}

.index02_box06 {
}

.index02_box06_text01 {
	margin: 0 auto;
	font-size: 20px;
	font-weight: 600;
	color: #5d3822;
	line-height: 40px;
	text-align: center;
}

.index02_imgbox01 {
	width: max-content;
	position: absolute;
	bottom: -20px;
	right: calc(50% + 260px);
}

.index02_imgbox01_img01 {
	display: block;
	margin-bottom: -40px;
	padding-right: 80px;
}

.index02_imgbox01_img02 {
	display: block;
	margin: 0 0 0 auto;
}

.index_box01 {
	max-width: 100%;
	width: max-content;
	margin: 0 auto 110px;
	position: relative;
}

.index_box01_title01 {
	margin: 0 auto 50px;
	padding: 0;
}

.index_box01_title01_img01 {
	display: block;
	margin: 0 auto;
}

.index_box01_text01 {
	margin: 0 auto;
	font-size: 21px;
	font-weight: bold;
	color: #724518;
	line-height: 42px;
	text-align: center;
}

.index_box01_ico01 {
	display: block;
	position: absolute;
	bottom: -20px;
	right: calc(100% + 10px);
}

.index_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-end;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.index_ul01_li {
}

.index_ul01_li_imgbox01 {
	margin-bottom: 25px;
	position: relative;
}

.index_ul01_li_imgbox01_img01 {
	display: block;
	margin: 0 auto;
}

.index_ul01_li_imgbox01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-end;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.index_ul01_li_imgbox01_ul01_li {
	max-width: calc(100% - 30px);
	margin-right: 15px;
	position: relative;
}

.index_ul01_li_imgbox01_ul01_li:last-child {
	margin-right: 0px;
}

.index_ul01_li_imgbox01_ul01_li:nth-child(1),
.index_ul01_li_imgbox01_ul01_li:nth-child(3) {
	margin-bottom: 30px;
}

.index_ul01_li_imgbox01_ul01_li_img01 {
	display: block;
	max-width: 121px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.index_ul01_li_imgbox01_ul01_li_text01 {
	display: block;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #3f2215;
	line-height: 23px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index: 2;
}

.index_ul01_li_imgbox01_ul01_li_text02 {
	display: block;
	width: max-content;
	font-size: 17px;
	font-weight: bold;
	color: #3f2215;
	line-height: 1;
	text-align: center;
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index: 2;
}

.index_ul01_li_imgbox01_ul01_li_text03 {
	display: block;
	width: max-content;
	font-size: 20px;
	font-weight: bold;
	color: #3f2215;
	line-height: 1;
	position: absolute;
	z-index: 2;
}

.index_ul01_li_imgbox01_ul01_li_text03_p01 {
	bottom: calc(100% + 42px);
	left: 0px;
	transform: rotate(-12deg);
}

.index_ul01_li_imgbox01_ul01_li_text03_p02 {
	bottom: calc(100% + 10px);
	left: calc(0% + 3em);
	transform: rotate(13deg);
}

.index_ul01_li_text01 {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #3f2215;
	line-height: 1;
	text-align: center;
	transform: rotate(-10deg);
}

.index_ul01_li_title01 {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 28px;
	font-weight: bold;
	color: #008549;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
}

.index_ul01_li_text02 {
	margin: 0 auto;
	min-height: 180px;
	font-size: 21px;
	font-weight: 500;
	color: #251e1c;
	line-height: 36px;
	text-align: center;
}

.index_box02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	padding: 0 20px;
	position: relative;
}

.index_box02_backimg01 {
	display: block;
	position: absolute;
	z-index: 1;
}

.index_box02_backimg01_p01 {
	max-width: 220px;
	top: 3%;
	right: calc(50% + 160px);
	z-index: 3;
}

.index_box02_backimg01_p02 {
	max-width: 380px;
	bottom: 13%;
	left: calc(50% - 840px);
	z-index: 3;
}

.index_box02_backimg01_p03 {
	max-width: 250px;
	top: 17%;
	right: calc(50% - 790px);
	z-index: 3;
}

.index_box02_backimg01_p04 {
	max-width: 320px;
	top: -9%;
	right: calc(50% - 990px);
}

.index_box02_backimg01_p05 {
	max-width: 230px;
	top: 42%;
	right: calc(50% - 700px);
}

.index_box02_backimg01_p06 {
	max-width: 380px;
	top: -6%;
	left: calc(50% - 990px);
}

.index_box02_in01 {
	position: relative;
	z-index: 2;
}

.index_box02_in01_left {
	max-width: 100%;
	margin-top: 210px;
}

.index_box02_in01_right {
	max-width: 100%;
}

.index_box02_in01_content01 {
	width: max-content;
	position: relative;
}

.index_box02_in01_content01_p01 {
	margin-bottom: -110px;
	margin-right: 70px;
	z-index: 2;
}

.index_box02_in01_content01_p02 {
	margin: 0 0 70px auto;
	z-index: 1;
}

.index_box02_in01_content01_p03 {
	margin: 0 auto;
	left: 40%;
}

.index_box02_in01_right .index_box02_in01_content01_p03 {
	display: none;
}

.index_box02_in01_content01_p04 {
	margin-bottom: 160px;
}

.index_box02_in01_content01_p05 {
	margin-bottom: -60px;
	margin-left: 100px;
	z-index: 2;
}

.index_box02_in01_content01_p06 {
	margin-left: 170px;
}

.index_box02_in01_content01_img01 {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.index_box02_in01_content01_textbox01 {
	width: max-content;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 2;
}

.index_box02_in01_content01_textbox01_title01 {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 28px;
	font-weight: bold;
	color: #008549;
	line-height: 40px;
	letter-spacing: 2px;
	text-align: center;
}

.index_box02_in01_content01_textbox01_text01 {
	margin: 0 auto;
	font-size: 21px;
	font-weight: 500;
	color: #251e1c;
	line-height: 40px;
	text-align: center;
}

.index_box02_in01_content01_textbox01_text02 {
	display: block;
	width: max-content;
	font-size: 21px;
	font-weight: bold;
	color: #008549;
	line-height: 1;
	text-align: center;
	position: absolute;
	bottom: calc(100% + 20px);
	left: 40%;
	-webkit-transform:translateX(-50%) rotate(-10deg);
	-ms-transform:translateX(-50%) rotate(-10deg);
	transform:translateX(-50%) rotate(-10deg);
}

.index_box02_in01_content01_textbox01_ico01 {
	display: block;
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.index_title01 {
	margin: 0 auto 20px;
	padding: 0;
	font-size: 28px;
	font-weight: bold;
	color: #3f2215;
	line-height: 50px;
	letter-spacing: 2px;
	text-align: center;
}

.index_imgbox01 {
	position: relative;
}

.index_imgbox01_img01 {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.index_imgbox01_textbox01 {
	max-width: 100%;
	width: max-content;
	position: absolute;
	z-index: 1;
}

.index_imgbox01_textbox01_p01 {
	top: -138px;
	left: calc(50% - 425px);
}

.index_imgbox01_textbox01_p02 {
	bottom: 44px;
	left: calc(50% - 458px);
}

.index_imgbox01_textbox01_p03 {
	top: 17px;
	right: calc(50% - 350px);
}

.index_imgbox01_textbox01_p04 {
	bottom: -27px;
	right: calc(50% - 410px);
}

.index_imgbox01_textbox01:before,
.index_imgbox01_textbox01:after {
	content: "";
	height: 1.5px;
	background: #221713;
	position: absolute;
	z-index: 1;
}

.index_imgbox01_textbox01_p01:before {
	width: 130px;
	top: 100px;
	left: calc(100% - 4px);
}

.index_imgbox01_textbox01_p01:after {
	width: 45px;
	top: 119px;
	left: calc(100% + 115px);
	transform: rotate(60deg);
}

.index_imgbox01_textbox01_p02:before {
	width: 96px;
	top: 15px;
	left: calc(100% + 5px);
}

.index_imgbox01_textbox01_p02:after {
	width: 68px;
	top: 40px;
	left: calc(100% + 90px);
	transform: rotate(48deg);
}

.index_imgbox01_textbox01_p03:before {
	width: 70px;
	top: 15px;
	right: calc(100% + 5px);
}

.index_imgbox01_textbox01_p04:before {
	width: 101px;
	top: 90px;
	right: calc(100% + 0px);
}

.index_imgbox01_textbox01_img01 {
	display: block;
	margin: 0 auto 10px;
	position: relative;
	z-index: 2;
}

.index_imgbox01_textbox01_p04 .index_imgbox01_textbox01_img01 {
	margin: 0 0 10px;
}

.index_imgbox01_textbox01_text01 {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #251e1c;
	line-height: 30px;
	text-align: left;
}

.index_title02 {
	margin: 0 auto 50px;
	padding: 0;
	position: relative;
}

.index_title02_img01 {
	display: block;
	margin: 0 auto;
}

.index_title02_img02 {
	display: block;
	position: absolute;
	top: -80px;
	left: calc(50% - 500px);
}

.index_text01 {
	margin: 0 auto;
	font-size: 21px;
	font-weight: 500;
	color: #251e1c;
	line-height: 42px;
	text-align: center;
}

.index_img01 {
	display: block;
	max-width: 380px;
	position: absolute;
	top: -20px;
	z-index: 1;
}

.index_img01_p01 {
	right: -100px;
}

.index_img01_p02 {
	left: -100px;
}

.index_title03 {
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
}

.index_title03_text01 {
	display: block;
	max-width: calc(100% - 60px);
	width: max-content;
	margin: 0 auto 40px;
	padding: 7px 30px;
	border-radius: 20px;
	font-size: 17px;
	font-weight: 600;
	color: #231814;
	line-height: 1;
	text-align: center;
	position: relative;
}

.index_title03_text01_b01 {
	background: #ffcc00;
}

.index_title03_text01_b02 {
	background: #78c8ff;
}

.index_title03_text01_b03 {
	background: #b4d75f;
}

.index_title03_text01_b04 {
	background: #ffc8d2;
}

.index_title03_text01:after {
	content: "";
	width: 17px;
	height: 15px;
	position: absolute;
	top: 100%;
	left: 45%;
}

.index_title03_text01_b01:after {
	background: url("../img/ico03_01.webp") no-repeat center center;
}

.index_title03_text01_b02:after {
	background: url("../img/ico03_02.webp") no-repeat center center;
}

.index_title03_text01_b03:after {
	background: url("../img/ico03_03.webp") no-repeat center center;
}

.index_title03_text01_b04:after {
	background: url("../img/ico03_04.webp") no-repeat center center;
}

.index_title03_text02 {
	display: block;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: bold;
	color: #221713;
	letter-spacing: 4px;
	line-height: 1;
	text-align: center;
}

.index_title03_text03 {
	display: block;
	font-size: 50px;
	font-weight: bold;
	color: #221713;
	letter-spacing: 4px;
	line-height: 1;
	text-align: center;
}

.index_text02 {
	margin: 0 auto 80px;
	font-size: 21px;
	font-weight: 500;
	color: #251e1c;
	line-height: 42px;
	text-align: center;
}

.index_ul02_wrap {
}

.index_ul02_b01 {
	border-bottom: #008549 5px solid;
}

.index_ul02_b02 {
	border-bottom: #78c8ff 5px solid;
}

.index_ul02_b03 {
	border-bottom: #b4d75f 5px solid;
}

.index_ul02_b04 {
	border-bottom: #ffc8d2 5px solid;
}

.index_ul02 {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.index_ul02_b01 .index_ul02 {
	max-width: 1200px;
}

.index_ul02_b02 .index_ul02 {
	max-width: 944px;
}

.index_ul02_b03 .index_ul02 {
	max-width: 1180px;
}

.index_ul02_b04 .index_ul02 {
	max-width: 1180px;
}

.index_ul02 .slick-list {
	overflow: visible !important;
}

.index_ul02_li {
	cursor: pointer;
}

.index_ul02_li_box01 {
	margin: 0 15px;
	padding-bottom: 60px;
	position: relative;
}

.index_ul02_li_box01:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 40px;
	border-color: transparent transparent #ff0000;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.index_ul02_b01 .index_ul02_li_box01:after {
	border-color: transparent transparent #008549;
}

.index_ul02_b02 .index_ul02_li_box01:after {
	border-color: transparent transparent #78c8ff;
}

.index_ul02_b03 .index_ul02_li_box01:after {
	border-color: transparent transparent #b4d75f;
}

.index_ul02_b04 .index_ul02_li_box01:after {
	border-color: transparent transparent #ffc8d2;
}

.slick-current .index_ul02_li_box01:after {
	opacity: 1;
}

.index_ul02_li_box01_text01 {
	width: 104px;
	height: 104px;
	margin: 0 auto -20px;
	border-radius: 50%;
	position: relative;
	opacity: 0.3;
	z-index: 1;
	transition-duration: 0.35s;
}

.slick-current .index_ul02_li_box01_text01 {
	opacity: 1;
}

.index_ul02_b01 .index_ul02_li_box01_text01 {
	border: #158749 3px solid;
}

.index_ul02_b01 .slick-current .index_ul02_li_box01_text01 {
	background: #158749;
}

.index_ul02_li.sat .index_ul02_li_box01_text01 {
	border: #61a1cf 3px solid;
}

.slick-current .index_ul02_li.sat .index_ul02_li_box01_text01 {
	background: #61a1cf;
}

.index_ul02_li.sun .index_ul02_li_box01_text01 {
	border: #ff5f8c 3px solid;
}

.slick-current .index_ul02_li.sun .index_ul02_li_box01_text01 {
	background: #ff5f8c;
}

.index_ul02_li_box01_text01_span01 {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	transition-duration: 0.35s;
}

.index_ul02_b01 .index_ul02_li_box01_text01_span01 {
	color: #158749;
}

.index_ul02_li.sat .index_ul02_li_box01_text01_span01 {
	color: #61a1cf;
}

.index_ul02_li.sun .index_ul02_li_box01_text01_span01 {
	color: #ff5f8c;
}

.slick-current .index_ul02_li_box01_text01_span01 {
	color: #FFF !important;
}

.index_ul02_li_box01_imgbox01 {
	width: 206px;
	margin: 0 auto 10px;
	background: #FFF;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}

.index_ul02_li_box01_imgbox01:before {
	content: "";
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	border-width: 0px;
	border-style: solid;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.slick-current .index_ul02_li_box01_imgbox01:before {
	border-width: 8px;
}

.index_ul02_b01 .index_ul02_li_box01_imgbox01:before {
	border-color: #158749;
}

.index_ul02_b02 .index_ul02_li_box01_imgbox01:before {
	border-color: #78c8ff;
}

.index_ul02_b03 .index_ul02_li_box01_imgbox01:before {
	border-color: #b4d75f;
}

.index_ul02_b04 .index_ul02_li_box01_imgbox01:before {
	border-color: #ffc8d2;
}

.index_ul02_li.sat .index_ul02_li_box01_imgbox01:before {
	border-color: #61a1cf;
}

.index_ul02_li.sun .index_ul02_li_box01_imgbox01:before {
	border-color: #ff5f8c;
}

.index_ul02_li_box01_imgbox01_img01 {
	display: block;
	width: 100%;
	border-radius: 50%;
	position: relative;
	opacity: 0.3;
	z-index: 1;
	transition-duration: 0.35s;
}

.slick-current .index_ul02_li_box01_imgbox01_img01 {
	opacity: 1;
	transition-duration: 0.35s;
}

.slick-slide:has(+ * + .slick-current) .index_ul02_li_box01_imgbox01_img01,
.slick-slide:has(+ .slick-current) .index_ul02_li_box01_imgbox01_img01,
.slick-current + * .index_ul02_li_box01_imgbox01_img01 {
	opacity: 1;
}

#thum01 .slick-slide:has(+ * + * + .slick-current) .index_ul02_li_box01_imgbox01_img01,
#thum03 .slick-slide:has(+ * + * + .slick-current) .index_ul02_li_box01_imgbox01_img01,
#thum04 .slick-slide:has(+ * + * + .slick-current) .index_ul02_li_box01_imgbox01_img01 {
	opacity: 1;
}

#thum01 .slick-current + * + * .index_ul02_li_box01_imgbox01_img01,
#thum03 .slick-current + * + * .index_ul02_li_box01_imgbox01_img01,
#thum04 .slick-current + * + * .index_ul02_li_box01_imgbox01_img01 {
	opacity: 1;
}

#thum01 .slick-current + * + * + * .index_ul02_li_box01_imgbox01_img01,
#thum03 .slick-current + * + * + * .index_ul02_li_box01_imgbox01_img01,
#thum04 .slick-current + * + * + * .index_ul02_li_box01_imgbox01_img01 {
	opacity: 1;
}

.index_ul02_li_box01_text02 {
	min-height: 84px;
	margin: 0 auto;
	padding: 0;
	font-size: 22px;
	font-weight: 600;
	color: #221713;
	line-height: 28px;
	text-align: center;
	opacity: 0.3;
}

.slick-current .index_ul02_li_box01_text02 {
	opacity: 1;
	transition-duration: 0.35s;
}

.slick-slide:has(+ * + .slick-current) .index_ul02_li_box01_text02,
.slick-slide:has(+ .slick-current) .index_ul02_li_box01_text02,
.slick-current + * .index_ul02_li_box01_text02 {
	opacity: 1;
}

#thum01 .slick-slide:has(+ * + * + .slick-current) .index_ul02_li_box01_text02,
#thum03 .slick-slide:has(+ * + * + .slick-current) .index_ul02_li_box01_text02,
#thum04 .slick-slide:has(+ * + * + .slick-current) .index_ul02_li_box01_text02 {
	opacity: 1;
}

#thum01 .slick-current + * + * .index_ul02_li_box01_text02,
#thum03 .slick-current + * + * .index_ul02_li_box01_text02,
#thum04 .slick-current + * + * .index_ul02_li_box01_text02 {
	opacity: 1;
}

#thum01 .slick-current + * + * + * .index_ul02_li_box01_text02,
#thum03 .slick-current + * + * + * .index_ul02_li_box01_text02,
#thum04 .slick-current + * + * + * .index_ul02_li_box01_text02 {
	opacity: 1;
}

.index_imgbox02_wrap {
	width: calc(100% + 20px);
	margin: 0 auto 60px;
	position: relative;
	right: 10px;
}

.index_imgbox02 {
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
	position: relative;
}

.index_imgbox02_img01 {
	display: block;
	position: relative;
	z-index: 1;
}

.index_imgbox02_img01_p01 {
}

.index_imgbox02_img01_p02 {
}

.index_imgbox02_img01_p03 {
}

.index_imgbox02_img01_p04 {
}

.index_imgbox02_img01_p05 {
}

.index_imgbox02_img01_p06 {
}

.index_imgbox02_img01_p07 {
}

.index_imgbox02_text01 {
	width: max-content;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #251e1c;
	line-height: 40px;
	text-align: left;
	position: absolute;
	top: 40%;
	left: 40%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 2;
}

.index_imgbox02_text01_p01 {
	left: 50%;
}
	
.index_imgbox02_img01_p07+.index_imgbox02_text01 {
	top: 33%;
}

.index_ul03 {
	list-style: none;
	max-width: 100%;
	width: 1200px;
	margin: 0 auto 0;
	padding: 0;
}

.index_ul03_li {
}

.index_ul03_li_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	max-width: calc(100% - 20px);
	width: 1200px;
	margin-top: 60px;
	padding: 0 10px;
}

.index_ul03_li_box01_left {
	max-width: 100%;
	width: 500px;
	margin-right: 50px;
}

.index_ul03_li_box01_left_img01 {
	display: block;
	margin-bottom: 25px;
	border-radius: 10px;
}

.index_ul03_li_box01_left_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin-bottom: 40px;
}

.index_ul03_li_box01_left_box01_button01 {
	margin-right: 40px;
}

.index_ul03_li_box01_left_box01_button01 a {
	display: block;
	padding: 20px 0;
	position: relative;
}

.index_ul03_li_box01_left_box01_button01 a:before {
	content: "";
	display: block;
	border-style: solid;
	border-width: 50px 0 50px 90px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index: 1;
	transition-duration: 0.35s;
}

.index_ul03_li_box01_left_box01_button01_b01 a:before {
	border-color: transparent transparent transparent #f1e8da;
}

.index_ul03_li_box01_left_box01_button01_b02 a:before {
	border-color: transparent transparent transparent #FFF;
}

.index_ul03_li_box01_left_box01_button01 a:hover:before {
	border-color: transparent transparent transparent #158749;
	transition-duration: 0.35s;
}

.index_ul03_li_box01_left_box01_button01_text01 {
	display: block;
	padding-left: 15px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #231814;
	line-height: 32px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.index_ul03_li_box01_left_box01_button01:hover .index_ul03_li_box01_left_box01_button01_text01 {
	color: #CCC;
	transition-duration: 0.35s;
}

.index_ul03_li_box01_left_box01_button02 {
	padding: 7px 15px;
	background: #4d4d4d;
	border-radius: 10px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	line-height: 22px;
	text-align: left;
	transition-duration: 0.35s;
}

.index_ul03_li_box01_left_box01_button02:hover {
	background: #da8c34;
	transition-duration: 0.35s;
}

.index_ul03_li_box01_left_box02 {
	max-width: 450px;
}

.index_ul03_li_box01_left_box02_title01 {
	margin: 0 auto 15px;
	padding: 0;
	font-size: 19px;
	font-weight: 600;
	color: #231814;
	line-height: 38px;
	text-align: left;
}

.index_ul03_li_box01_left_box02_text01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-end;
	font-size: 19px;
	font-weight: 600;
	color: #231814;
	line-height: 38px;
	text-align: left;
}

.index_ul03_li_box01_left_box02_text01_span01 {
	display: block;
}

.index_ul03_li_box01_left_box02_text01_span01_c01 {
	display: inline-block;
	margin-right: 5px;
	padding: 0 10px;
	background: #78c8ff;
	border-radius: 10px;
}

.index_ul03_li_box01_left_box02_text01_span01_c02 {
	color: #008742;
}

.index_ul03_li_box01_left_box02_text01_span02 {
	flex: 1;
	height: 8px;
	margin: 0 5px 9px;
	background: radial-gradient(circle farthest-side, #231814, #231814 30%, transparent 30%, transparent);
    background-size: 8px;
}

.index_ul03_li_box01_left_box02_text01_group01 {
	padding-left: 30px;
	position: relative;
}

.index_ul03_li_box01_left_box02_text01_group01:before,
.index_ul03_li_box01_left_box02_text01_group01:after {
	content: "";
	width: 12px;
	height: calc((100% - 30px) / 2 - 10px);
	border-left: #ff5f8c 2px solid;
	position: absolute;
	left: 9px;
}

.index_ul03_li_box01_left_box02_text01_group01:before {
	border-top: #ff5f8c 2px solid;
	top: 10px;
}

.index_ul03_li_box01_left_box02_text01_group01:after {
	border-bottom: #ff5f8c 2px solid;
	bottom: 10px;
}

.index_ul03_li_box01_left_box02_text01_group01_c01:before,
.index_ul03_li_box01_left_box02_text01_group01_c01:after {
	border-color: #5a97d1;
}

.index_ul03_li_box01_left_box02_text01_group01_text01 {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #ff5f8c;
	line-height: 1;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 4px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.index_ul03_li_box01_left_box02_text01_group01_c01 .index_ul03_li_box01_left_box02_text01_group01_text01 {
	color: #5a97d1;
}

.index_ul03_li_box01_right {
	flex: 1;
}

.index_ul03_li_box01_right_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 20px;
}

.index_ul03_li_box01_right_box01_text01 {
	display: block;
	width: 150px;
	margin-right: 20px;
	padding: 10px 0;
	border-radius: 10px;
	font-size: 19px;
	font-weight: 600;
	color: #251e1c;
	line-height: 1;
	text-align: center;
}

.index_ul03_li_box01_right_box01_text01_b01 {
	background: #78c8ff;
}

.index_ul03_li_box01_right_box01_text01_b02 {
	background: #d7ba81;
}

.index_ul03_li_box01_right_box01_text01_b03 {
	background: #e7b53e;
}

.index_ul03_li_box01_right_box01_text01_b04 {
	background: #d8cfe5;
}

.index_ul03_li_box01_right_box01_text01_b05 {
	background: #c79f62;
}

.index_ul03_li_box01_right_box01_text02_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.index_ul03_li_box01_right_box01_text02 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 90px;
	height: 90px;
	background: #158749;
	border-radius: 50%;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.index_ul03_li_box01_right_box01_text02_span01 {
	font-size: 16px;
	font-weight: 600;
	vertical-align: baseline;
}

.index_ul03_li_box01_right_box01_text02_span02 {
	margin-right: 3px;
	font-size: 26px;
	font-weight: bold;
	vertical-align: text-bottom;
}

.index_ul03_li_box01_right_box01_text02_add01 {
	display: block;
	margin-left: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #231815;
	line-height: 19px;
	text-align: left;
}

.index_ul03_li_box01_right_text01 {
	display: block;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	color: #231814;
	line-height: 40px;
	text-align: left;
}

.index_ul03_li_box01_right_title01 {
	/*margin: 0 auto 20px;*/
	margin: 0 auto 60px;
	padding: 0;
	font-size: 40px;
	font-weight: 600;
	color: #158749;
	line-height: 55px;
	text-align: left;
}

.index_ul03_li_box01_left .index_ul03_li_box01_right_box01,
.index_ul03_li_box01_left .index_ul03_li_box01_right_text01,
.index_ul03_li_box01_left .index_ul03_li_box01_right_title01 {
	display: none;
}

.index_ul03_li_box01_right_text02 {
	display: block;
	display: none !important;
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: 600;
	color: #231814;
	line-height: 1;
	text-align: left;
}

.index_ul03_li_box01_right_text03 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin: -30px auto 30px;
}

.index_ul03_li_box01_right_text03_span01 {
	display: block;
	padding: 7px 10px;
	border-radius: 7px;
	font-size: 18px;
	font-weight: bold;
	color: #231815;
	line-height: 24px;
	text-align: left;
}

.index_ul03_li_box01_right_text03_b01 .index_ul03_li_box01_right_text03_span01 {
	background: #b4b4b5;
	border: #b4b4b5 1px solid;
}

.index_ul03_li_box01_right_text03_span02 {
	display: block;
	padding: 7px 20px;
	border-radius: 7px;
	font-size: 18px;
	font-weight: bold;
	color: #231815;
	line-height: 24px;
	text-align: left;
}

.index_ul03_li_box01_right_text03_b01 .index_ul03_li_box01_right_text03_span02 {
	border: #b4b4b5 1px solid;
}

.index_ul03_li_box01_right_text03_span02_w01 {
	font-weight: 500;
}

.index_ul03_li_box01_right_box02 {
	margin-bottom: 60px;
}

.index_ul03_li_box01_right_box02_text01 {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #231814;
	line-height: 1;
	text-align: left;
}

.index_ul03_li_box01_right_box02_ul01 {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: item;
}

.index_ul03_li_box01_right_box02_ul01_li {
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 22px;
	font-weight: 500;
	color: #231814;
	line-height: 40px;
	text-align: left;
	position: relative;
}

.index_ul03_li_box01_right_box02_ul01_li:last-child {
	margin-bottom: 0px;
}

.index_ul03_li_box01_right_box02_ul01_li:before {
	content: counter(item);
	counter-increment: item;
	font-size: 30px;
	font-weight: bold;
	color: transparent;
	line-height: 1;
	text-align: left;
	position: absolute;
	top: 5px;
	left: 0px;
	-webkit-text-stroke: 1px #158749;
	text-stroke: 1px #158749;
}

.index_ul03_li_box01_right_box02_ul01_li_c01 {
	color: #008549;
}

.index_ul03_li_box01_right_box02_ul01_li_c02 {
	color: #ff5f8c;
}

.index_ul03_li_box01_right_box02_ul01_li_c03 {
	color: #1dade5;
}

.index_ul03_li_box01_right_textbox01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
}

.index_ul03_li_box01_right_textbox01_text01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 210px;
	height: 210px;
	padding: 15px;
	border-radius: 50%;
	position: relative;
}

.index_ul03_li_box01_right_textbox01_text01:first-child {
	margin-right: -30px;
	z-index: 2;
}

.index_ul03_li_box01_right_textbox01_text01_b01 {
	background: #f1e8da;
}

.index_ul03_li_box01_right_textbox01_text01_b02 {
	background: #FFF;
}

.index_ul03_li_box01_right_textbox01_text01_p01 {
	margin-top: 155px;
	margin-left: -60px;
	margin-right: -30px;
}

.index_ul03_li_box01_right_textbox01_text01_p02 {
	margin-top: 155px;
	margin-left: -110px;
	margin-right: -110px;
}

.index_ul03_li_box01_right_textbox01_text01_img01 {
	display: block;
	width: 100% !important;
	height: 100% !important;
	position: relative;
	z-index: 1;
}

.index_ul03_li_box01_right_textbox01_text01_span01 {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #251e1c;
	line-height: 31px;
	text-align: center;
}

.index_ul03_li_box01_right_textbox01_text01_span02 {
	display: block;
	width: max-content;
	font-size: 33px;
	font-weight: 600;
	color: transparent;
	line-height: 1;
	text-align: center;
	-webkit-text-stroke: 1px #231814;
	text-stroke: 1px #231814;
	position: absolute;
	bottom: calc(100% - 10px);
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index: 2;
}

.index_ul03_li_box01_right_textbox01_text01_span03 {
	display: block;
	width: max-content;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 1;
	text-align: center;
	position: absolute;
	bottom: calc(100% - 1px);
	left: calc(50% + 65px);
	-webkit-transform:translateX(-50%) rotate(28deg);
	-ms-transform:translateX(-50%) rotate(28deg);
	transform:translateX(-50%) rotate(28deg);
	z-index: 2;
}

.index_ul03_li_box01_right_textbox01_img01 {
	display: block;
	max-width: 150px;
	margin: 0 auto;
}

.index_ul03_li_box01_right_textbox01_img01_p01 {
	transform: rotate(10deg);
}

.index_ul03_li_box01_right_textbox01_img01_p02 {
	transform: rotate(-10deg);
}

.index_ul03_li_box01_arrow {
	display: block;
	width: 35px;
	height: 35px;
	border: #4d4d4d 1px solid;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.index_ul03_li_box01_arrow_prev {
	left: -90px;
}

.index_ul03_li_box01_arrow_next {
	right: -90px;
}

.index_ul03_li_box01_arrow:before {
	font-family:"Font Awesome 5 Free";
	font-size: 28px;
	font-weight: bold;
	color: #4d4d4d;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	transition-duration: 0.35s;
	cursor: pointer;
}

.index_ul03_li_box01_arrow_c01:before {
	-webkit-text-stroke: 2px #FFF;
	text-stroke: 2px #FFF;
}

.index_ul03_li_box01_arrow_c02:before {
	-webkit-text-stroke: 2px #fdf7c6;
	text-stroke: 2px #fdf7c6;
}

.index_ul03_li_box01_arrow:hover:before {
	color: #CCC;
	transition-duration: 0.35s;
}

.index_ul03_li_box01_arrow_prev:before {
	content: "\f060";
}

.index_ul03_li_box01_arrow_next:before {
	content: "\f061";
}

/*コンテンツここまで */

/*フッター */

#footer {
}

.footer_ul01 {
	list-style: none;
	margin: 0 auto 200px;
	padding: 0;
}

.footer_ul01_li {
	margin-bottom: 60px;
}

.footer_ul01_li:last-child {
	margin-bottom: 0px;
}

.footer_ul01_li_text01 {
	display: block;
	max-width: calc(100% - 60px);
	width: max-content;
	margin-bottom: 30px;
	padding: 10px 30px 12px calc(30px + 1em);
	background: #008549;
	border-radius: 40px;
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-indent: -1em;
	text-align: left;
}

.footer_ul01_li_text01:before {
	content: "Q.";
}

.footer_ul01_li_text02 {
	margin-bottom: 30px;
	padding-left: 50px;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	line-height: 40px;
	text-align: left;
	position: relative;
}

.footer_ul01_li_text02_span01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.footer_ul01_li_text02:before {
	content: "A.";
	font-size: 30px;
	font-weight: bold;
	color: #008549;
	line-height: 1;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}

.footer_ul01_li_img01 {
	display: block;
	width: 100%;
}

.footer_imgbox01 {
	margin: 0 auto 40px;
	background: #FFF;
	border-radius: 10px;
}

.footer_imgbox01_img01 {
	display: block;
	width: 100%;
	border-radius: 10px;
	opacity: 1;
	transition-duration: 0.35s;
}

.footer_imgbox01_img01:hover {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.footer_imgbox01_text01 {
	display: block;
	margin-bottom: 90px;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	text-align: left;
}

.footer_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: flex-end;
}

.footer_box01_img01 {
	display: block;
}

.footer_box01_copy {
	display: block;
	font-size: 15px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

/*フッターここまで */

.wrapper_head_big {
	/*background: url(../img/back01.webp) no-repeat center top/100% auto;*/
	position: relative;
	z-index: 2;
}

.wrapper_head {
	padding: 110px 20px 130px;
}

.wrapper_head_textbox01 {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
	position: relative;
}

.wrapper_head_textbox01_p01 {
	align-items: flex-start;
	align-content: flex-start;
}

.wrapper_head_textbox01_p02 {
	align-items: center;
	align-content: center;
}

.wrapper_head_textbox01_text01 {
	margin: 0 auto;
	padding: 0;
	font-size: 70px;
	font-weight: 600;
	color: #595757;
	line-height: 1;
	text-align: center;
}

.wrapper_head_textbox01_text02 {
	display: block;
	font-size: 35px;
	font-weight: 600;
	color: #595757;
	line-height: 1;
}

.wrapper_head_textbox01_text02:first-child {
	margin-bottom: 15px;
	text-indent: 10px;
}

.wrapper_head_textbox01_text02:last-child {
	margin-top: 15px;
}

.wrapper_head_textbox01_img01 {
	display: block;
	position: absolute;
}

.wrapper_head_textbox01_img01_about {
	max-width: 140px;
	top: 60px;
	right: calc(100% + 30px);
}

.wrapper_head_textbox01_img01_shop01 {
	top: 130px;
	right: calc(100% + 50px);
	transform: rotateY(180deg) rotate(20deg);
}

.wrapper_head_textbox01_img01_shop02 {
	top: 120px;
	left: calc(100% + 180px);
}

.wrapper_head_imgbox01 {
	padding: 350px 0 0;
	position: relative;
}

.wrapper_head_imgbox01_img01 {
	display: block;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.wrapper_head_imgbox01_text01 {
	height: max-content;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #595757;
	line-height: 1;
	text-align: left;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index: 2;
}

.wrapper_head_imgbox01_p01 {
	margin-left: 50px;
}

.wrapper_head_imgbox01_p02 {
	margin-left: -50px;
}

.wrapper_head_imgbox01_text01_span01 {
	position: relative;
}

.content_title01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin: 0 auto 15px;
	padding: 0;
}

.content_title01_ico01 {
	display: block;
	max-width: 150px;
	max-height: 150px;
	margin-right: 15px;
}

.content_title01_ico01_r01 {
	transform: rotateY(180deg);
}

.content_title01_text01 {
	display: block;
	max-width: calc(100% - 165px);
	font-size: 28px;
	font-weight: bold;
	color: #595757;
	line-height: 1;
	text-align: left;
}

.head {
	height:20px !important;
	margin-bottom:8px;
}

.subhead {
	width:200px;
	background-color:rgba(0,0,0,0.7);
	overflow: visible;
	position:relative;
	left:-33px;
}

.subhead_2 {
	width:245px;
	border-collapse:collapse;
}

.subhead_o {
	background-color:rgba(0,217,217,0.7);
}

.content {
    position: relative !important;
}
.header {
	z-index:15;
}

.fixed {
    position: fixed !important;
    top: 0px;
	-webkit-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	z-index:15;
}

.fixed_index {
    position:absolute !important;
    /*top:-20vh;*/
}

#pankuzu_div {
	margin:0 auto;
	padding:10px 0 10px 100px;
	text-align:left;
}

.pankuzu {
	display:block;
	margin:0px auto;
	text-align:left;
}

.pankuzu_span_1 {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.pankuzu_span_2 {
	display:inline-block;
	font-size:12px;
	color:#006339;
	line-height:23px;
	vertical-align:middle;
}

.content_a_wrap {
	width: 100%;
	position: relative;
}

.content_a {
	height: 0px;
	position: absolute;
	top: -92px;
}

.feednew{
	padding-left:1em;
	color:#F00;
}

#loading_big {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

#loading {
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #169D62;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  background-color: #D3CBC5;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/*The MIT License (MIT)

Copyright (c) 2015 Tobias Ahlin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/

.page-top_big {
	margin:0 auto;
	text-align: right;
	position: relative;
	z-index: 5;
}

.page-up {
	display: block;
	width: 100px;
	height: 100px;
	background: #FFF;
	border-radius: 50%;
	margin: auto;
	position:fixed;
	bottom: 70px;
	right: 20px;
	overflow: hidden;
}

.nav_wrap {
	position: relative;
	z-index: 5;
}

.nav_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	list-style: none;
	/*width: 100%;*/
	width: calc(100% - 15rem);
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: calc(2rem + 5px);
	left: 0;
}

.nav_ul01_li {
	/*width: 20%;*/
	margin-right: 20px;
}

.nav_ul01_li a {
	box-sizing: border-box !important;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: calc(10rem - 8px);
	height: calc(10rem - 8px);
	border-radius: 50%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	transition-duration: 0.35s;
}

.nav_ul01_li_s01 {
	font-size: 120%;
}

.nav_ul01_li_b01 a {
	background: #FFF;
	border: #f8e100 4px solid;
	color: #251e1c !important;
}

.nav_ul01_li_b02 a {
	background: #FFF;
	border: #98c6ed 4px solid;
	color: #251e1c !important;
}

.nav_ul01_li_b03 a {
	background: #FFF;
	border: #c4d85f 4px solid;
	color: #251e1c !important;
}

.nav_ul01_li_b04 a {
	background: #FFF;
	border: #ffcbcb 4px solid;
	color: #251e1c !important;
}

.nav_ul01_li_b05 a {
	/*padding: 18px 0 19px;*/
	background: #5f3c13;
	color: #FFF !important;
}

.nav_ul01_li_b01 a:hover {
	color: #f8e100 !important;
}

.nav_ul01_li_b02 a:hover {
	color: #98c6ed !important;
}

.nav_ul01_li_b03 a:hover {
	color: #c4d85f !important;
}

.nav_ul01_li_b04 a:hover {
	color: #ffcbcb !important;
}

.nav_ul01_li_b05 a:hover {
	background: #d1a36d;
}

.nav_ul01_li_pctext01 {
}

.nav_ul01_li_sptext01 {
	display: none;
}

.hand_wrap {
	position: relative;
	z-index: 5;
}

.hand01 {
	display: block;
	width: 65%;
	position: fixed;
	top: 470px;
	right: -100px;
	opacity: 0;
	/*-webkit-animation: grow-progress linear;
	animation: grow-progress linear;*/
	/*animation-timeline: scroll();
	-webkit-animation: index_box01_img01_p01 9s 2.5s ease-in-out;
	animation: index_box01_img01_p01 9s 2.5s ease-in-out;*/
}

@keyframes grow-progress {
	0% {
		scale: 1;
		right: -100px;
		transform: rotate(0deg);
	}
	50% {
		scale: 0.5;
		right: -300px;
		transform: rotate(-20deg);
	}
	100% {
		scale: 0.5;
		right: -300px;
		transform: rotate(-20deg);
	}
}

@keyframes index_box01_img01_p01 {
	0% {
		margin-top: 0px;
	}
	35% {
		margin-top: 9px;
	}
	70% {
		margin-top: -9px;
	}
	100% {
		margin-top: 0px;
	}
}

.span_c02 {
	color: #FFF;
	top: 0;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-shadow: 
        #111 1px 1px 0, #111 -1px -1px 0,/*右下、左上*/
        #111 -1px 1px 0, #111 1px -1px 0,/*右上、左下*/
        #111 0px 1px 0, #111  0 -1px 0,/*右、左*/
        #111 -1px 0 0, #111 1px 0 0;/*上、下*/
	text-shadow: 
    #FFF 2px 0px 0px, #FFF -2px 0px 0px,
    #FFF 0px -2px 0px, #FFF 0px 2px 0px,
    #FFF 2px 2px 0px, #FFF -2px 2px 0px,
    #FFF 2px -2px 0px, #FFF -2px -2px 0px,
    #FFF 1px 2px 0px, #FFF -1px 2px 0px,
    #FFF 1px -2px 0px, #FFF -1px -2px 0px,
    #FFF 2px 1px 0px, #FFF -2px 1px 0px,
    #FFF 2px -1px 0px, #FFF -2px -1px 0px,
    #FFF 1px 1px 0px, #FFF -1px 1px 0px,
    #FFF 1px -1px 0px, #FFF -1px -1px 0px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/* box-shadow */
	box-shadow: 3px 3px 8px -1px rgba(150,150,150,0.3);
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	backdrop-filter: blur(3px);
}

/* ここまで1024px以上の幅の場合に適応される */
