/* header */


header #webmenu nav>ul>li>p a {}

header.scroll {
	background: rgba(var(--secondary-rgb), .9);
}

/* search_box */
#openform {
	background: rgba(var(--white-rgb), .3);
}

/* section */
section {
	padding: 6vw 0 5vw;
}

section.section_pad {
	padding: 5vw 0;
}

section>* {
	z-index: 3;
}

section .title_box {
	margin-bottom: 40px;
}

section .title_box .area_title {
	font-weight: 500;
	font-size: max(2.8 * (1vw + 1vh) / 2, 28px);
	color: #009949;
}

section .title_box .sub_title {
	font-weight: 500;
	font-size: max(2.8 * (1vw + 1vh) / 2, 28px);
	color: #009949;
	line-height: 100%;
}

section .title_box2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

section .title_box2 .sub_title {
	font-weight: 500;
	font-size: max(3.6 * (1vw + 1vh) / 2, 29px);
	color: #ffffff;
	line-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

section .title_box2 .sub_title:before {
	position: absolute;
	content: "";
	width: 362px;
	margin-top: 15px;
	aspect-ratio: 4/2;
	background: url(/images/40/panban.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: -1;
}

section .title_box2 .area_title {
	position: absolute;
	top: -65px;
	font-weight: 500;
	font-size: max(6.8 * (1vw + 1vh) / 2, 24px);
	color: rgb(255 255 255 / 15%);
	z-index: -1;
	letter-spacing: 0.35em;
	text-transform: uppercase;
}

section#post_box .title_box .sub_title {
	color: #00021c;
}

section#post_box .title_box .area_title {
	font-size: max(1.1*(1vw + 1vh) / 2, 12px);
}

/* bg_box */
.bg_box {
	width: 100%;
	height: 100%;
	background: no-repeat 50% / cover;
	background-attachment: fixed;
	opacity: .3;
	top: 0;
	left: 0;
}

.bg_box:before {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(var(--primary-rgb), .2);
	content: "";
}

.bg_box.white:before {
	background: rgba(var(--white-rgb), .2);
}

/* about_area */
#about_area .info_box article,
#about_area2 .info_box article {
	margin-bottom: 30px;
	width: 90%;
	line-height: 210%;
	letter-spacing: 1.5px;
	font-weight: 300;
}

#about_area .info_box article p,
#about_area2 .info_box article p {
	color: #20303e;
}

#about_area {
	background: #f9fafe;
}

#about_area .info_box,
#about_area2 .info_box {
	padding: 20px;
}

#about_area .workframe,
#about_area2 .workframe {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#about_area2 .workframe {}

#about_area:before {
	content: "";
	position: absolute;
	width: 129%;
	height: 239px;
	background: #f9fafe;
	bottom: -11%;
	left: -10%;
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
}

#about_area2 {
	margin-top: 100px;
}

a.boomlink {
	display: flex;
	align-items: center;
	padding: 15px 19px;
	width: 222px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: linear-gradient(to bottom right, #53b381, #009949);
	justify-content: space-around;
	border-radius: 50px;
	color: white;
	letter-spacing: 0.15em;
	font-size: max(1.1 * (1vw + 1vh) / 2, 14px);
}

a.boomlink:hover svg {
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(90deg);
	border-radius: 50%;
}

a.boomlink svg {
	width: 28px;
	aspect-ratio: 1/1;
	margin-left: 10px;
	fill: white;
}

/*mapotext*/
.mapotext {
	display: flex;
	background: #009949;
	padding: 4px 0;
	margin-top: 20px;
}

.mapotext .workframe {
	display: flex;
	align-items: center;
}

.mapotext .workframe img {
	width: 38px;
}

.mapotext .workframe span {
	width: 2px;
	height: 20px;
	background: rgb(255 255 255 / 64%);
	margin: 0 25px;
}

.mapotext .workframe p {
	color: white;
	font-weight: 300;
	letter-spacing: 0.05em;
}

/*post_box*/

#post_box {
	background-image: url(/images/40/gas_bg.jpg);
}

#post_box .Jlinkbum ul {
	display: flex;
	justify-content: space-between;
}

#post_box .Jlinkbum ul li {
	display: flex;
	flex-direction: column;
	width: 49%;
	position: relative;
}

#post_box .Jlinkbum ul li:hover a.boomlink svg {
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(90deg);
	border-radius: 50%;
}

#post_box .Jlinkbum ul li:hover img {
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(1.2);
}

#post_box .Jlinkbum ul li * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: white;
}

#post_box .Jlinkbum ul li .Jboitem {
	overflow: hidden;
	border-radius: 20px;
}

#post_box .Jlinkbum ul li a.ufolink {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 6;
}

#post_box .Jlinkbum ul li .Jboitem:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 83%));
	border-radius: 20px;
	z-index: 2;
}

#post_box a.boomlink {
	background-image: unset;
	border: white 1px solid;
}

#post_box .Jlinkbum ul li .Jbinfo {
	position: absolute;
	bottom: 0;
	display: flex;
	width: 100%;
	flex-direction: column;
	padding: 18px 25px;
	z-index: 3;
}

#post_box .Jlinkbum ul li .Jbinfo .topJb {
	display: flex;
	justify-content: flex-end;
}

#post_box .Jlinkbum ul li .Jbinfo .topJb p {
	color: white;
	width: 85%;
	display: flex;
	align-items: center;
}

#post_box .Jlinkbum ul li .Jbinfo .topJb p:before {
	content: "";
	position: absolute;
	width: 10%;
	height: 1px;
	background: white;
	left: 4%;
}

#post_box .Jlinkbum ul li .Jbinfo .textJb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#post_box .Jlinkbum ul li .Jbinfo .textJb p {
	font-size: max(2.2 * (1vw + 1vh) / 2, 27px);
	color: white;
}

#art_box {
	background-image: url(/images/40/sogon_bg.jpg);
	background-attachment: fixed;
	padding: 8vw 0 4vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#art_box .workframe {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#art_box:before {
	content: "";
	position: absolute;
	width: 42px;
	aspect-ratio: 1/1;
	background: #fdfdfd;
	border-radius: 50%;
	top: -27px;
}

#art_box .art_textbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 253px;
}

#art_box .art_textbox:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 60px;
	background: white;
	margin-top: -77px;
}

#art_box .art_textbox * {
	color: white;
}

#art_box .art_textbox h3 {
	font-size: max(1.5*(1vw + 1vh) / 2, 16px);
}

#art_box .art_textbox p {
	font-size: max(1.1*(1vw + 1vh) / 2, 16px);
	font-weight: 300;
}

/* product_area */
#product_area .slick-list {
	overflow: visible;
}

/* news_area */
#news_area .list_box img {
	height: 320px;
}

#news_area .list_box .info_box {
	padding: 15px 30px;
}

#news_area .list_box .info_box p a {
	margin-right: 10px;
	max-width: calc(100% - 100px);
	font-weight: 400;
	z-index: 2;
}

#news_area .list_box .info_box p .time {
	width: 90px;
	font-weight: 300;
}

#news_area .list_box .info_box h3 {
	height: 34px;
	font-size: 20px;
}

/* book_area */
#book_area .list_box img {
	height: 450px;
}

#book_area .list_box .img_box {
	border: var(--white) solid;
	border-width: 0 1px 1px 0;
}

#book_area .list_box .img_box:before,
#book_area .list_box .img_box:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--white);
	z-index: 9;
	opacity: .4;
	content: "";
}

#book_area .list_box .img_box:after {
	right: 0;
	bottom: 0;
}

#book_area .list_box .atag_item {
	z-index: 10;
}

#book_area .list_box .badge {
	margin: auto;
	padding: 10px 20px;
	max-width: calc(80% - 40px);
	height: 34px;
	line-height: 36px;
	font-size: 20px;
}

/* youtube_box */
#youtube_box {
	min-height: 1px;
	padding-bottom: 30%;
}

#youtube_box a {
	position: absolute;
	background: var(--white);
	display: flex;
	top: 50%;
	left: 50%;
	z-index: 99;
}

#youtube_box a i {
	margin: auto;
	font-size: 30px;
	color: var(--primary);
}

#youtube_box iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

/* custom_area */
#custom_area {
	margin: 0;
	padding: 5vw 0 3vw;
}

#custom_area:before {
	position: absolute;
	width: 100%;
	height: 75%;
	background: rgba(var(--primary-rgb), .1);
	display: block;
	bottom: 0;
	left: 0;
	opacity: .3;
	content: "";
}

#custom_box {
	padding: 8vw 0 5vw;
}

#custom_box li .row {
	margin: 30px 20px;
	padding: 30px;
	border-bottom: 2px var(--primary) solid;
}

#custom_box li .row h2 {
	font-size: 20px;
}

#custom_box li .row article {
	margin-top: 30px;
	line-height: 200%;
}

@-webkit-keyframes spineer {
	0% {
		-webkit-box-shadow: 0 0 0 0 var(--info);
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px transparent;
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 transparent;
	}
}

@keyframes spineer {
	0% {
		box-shadow: 0 0 0 0 var(--info);
	}

	70% {
		box-shadow: 0 0 0 20px transparent;
	}

	100% {
		box-shadow: 0 0 0 0 transparent;
	}
}

@media screen and (min-width: 1281px) {
	#book_area .list_box li:hover .badge {
		background: var(--primary);
		color: var(--white);
	}

	#custom_box li:hover .row {
		box-shadow: 0 4px 17px 0 rgba(var(--black-rgb), .2);
	}
}

@media screen and (max-width: 980px) {

	#about_area .workframe,
	#about_area2 .workframe {
		display: flex;
		flex-direction: column;
	}

	#about_area .workframe .img_box,
	#about_area2 .workframe .img_box {
		margin: 25px 0;
	}

	#about_area2 {
		margin-top: 40px;
	}

	#post_box .Jlinkbum ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#post_box .Jlinkbum ul li {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	#news_area .list_box .info_box {
		padding: 15px 0;
	}

	#youtube_box {
		padding-bottom: 60vw;
	}

	#custom_box li .row {
		margin: 10px 15px;
		padding: 10px 0;
	}

	#about_area2 {
		margin-top: 10px;
	}
}

@media screen and (max-width: 640px) {
	section {
		padding: 3vw 0 2vw;
	}

	section .title_box {
		margin-top: 20px;
	}

	#about_area .info_box article,
	#about_area2 .info_box article {
		width: 100%;
	}

	#book_area .list_box img {
		height: 65vw;
	}

	#post_box a.boomlink {
		border: none;
		width: auto;
	}

	#post_box a.boomlink span {
		display: none;
	}

	#post_box .Jlinkbum ul li .Jbinfo {
		padding: 15px 15px;
	}

	section .title_box2 .sub_title:before {
		width: 137px;
	}
}

@media screen and (max-width: 480px) {
	#product_area .bgBox {
		width: 100%;
		object-fit: cover;
	}

	#about_area2 {
		margin-top: 10px;
	}

	#about_area:before {
		height: 120px;
		bottom: -2%;
	}

	.mapotext {
		padding: 2px 0;
	}

	a.boomlink svg {
		width: 22px;
	}

	a.boomlink {
		width: 149px;
		padding: 10px 3px;
	}

	.mapotext .workframe img {
		width: 28px;
	}

	#art_box .art_textbox {
		margin-top: 107px;
	}

	#art_box {
		padding: 77px 0 20px;
		background-position: 50%;
	}

	section .title_box2 .area_title {
		top: -18px;
		font-size: 38px;
	}

	#post_box {
		padding-bottom: 35px;
	}

	#art_box .art_textbox:before {
		height: 35px;
		margin-top: -42px;
	}

}