@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Quicksand:wght@300..700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #E9E5D7;
	color: #000000;
	padding-top: 90px;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}
.font-sans-serif{
	font-family: "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-serif{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.font-maru{
	font-family: "Zen Maru Gothic", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-kaisei{
	font-family: "Kaisei Opti", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font-outfit{
	font-family: "Outfit", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-quicksand{
	font-family: "Quicksand", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}

.default_title{
	font-size: 36px;
}
.default_title2{
	font-size: 32px;
}
.default_title3{
	font-size: 26px;
}
.default_txt1{
	font-size: 20px;
}
.default_txt2,.more1 p{
	font-size: 18px;
}
.default_txt3{
	font-size: 14px;
}


/* ---------- common ---------- */
.item1 {
  position: absolute;
  top: -20px;
  right: 0;
  width: 250px;
  max-width: 100%;
}

.item2{
  position: absolute;
  top: -90px;
  right: 0;
width: 350px;
  height: auto;
    z-index: -2;
}

.item3{
  position: absolute;
  top: 90px;
  left: 80px;
width: 350px;
  height: auto;
    z-index: -2;
}

.item4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px; }

.item4 img {
  display: block;
  width: 100%;
  height: auto;
}
.morewrap{
	gap: 20px 50px;
}
.more1 a > div,.more1 > div > div{
	gap: 20px;
}
.more1 a > div i,.more1 > div > div i{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	width: 40px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #8ebf49;
	color: #fff;
	transition: ease 0.3s;
}
.more1 a:hover > div i,a:hover .more1 > div > div i{
	transform: translateX(2px);
}
.follow_box{
	position: fixed;
	bottom: 5%;
	left: 3%;
	z-index: 99;
}
.online_bt_link a{
	padding: 10px 25px;
	border: 2px solid #AFC502;
	background-color: #fff;
	gap: 15px;
	border-radius: 200px;
}
.online_bt_link img{width: 28px;}
.online_bt_link p{color: #695A23;font-weight: 500;}

.snsbox{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	gap: 20px;
}
.snsbox a{
	width: 36px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #000000;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.snsbox a i{
	color: #fff;
	font-size: 18px;
}

.title_item1{
	position: relative;
}
.title_item1 .en{
	position: relative;
	z-index: 1;
	font-family: "Outfit", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(50px,7vw,90px);
	font-weight: 600;
	opacity: 0.1;
}
.title_item1 .title{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.title_item1.txt-center .title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.section_item_bottom,.section_item_top{
	position: relative;
	z-index: 2;
}
.section_item_bottom::after,.section_item_top::after{
	content: "";
	position: absolute;
	left: 0;
	height: 30px;
	width: 100%;
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.section_item_bottom::after{
	bottom: 1px;
	transform: translateY(100%);
}
.section_item_top::after{
	top: 1px;
	transform: translateY(-100%);
}

.section_item_bottom2::after{	
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/section_item_bottom2.svg");
}
.section_item_bottom3::after{	
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/section_item_bottom3.svg");
}
.section_item_bottom4::after{	
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/section_item_bottom4.svg");
}
.section_item_bottom5::after{	
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/section_item_bottom5.svg");
}
.section_item_bottom6::after{	
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/section_item_bottom6.svg");
}
.section_item_top2::after{	
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/section_item_top2.svg");
}
.section_item_top3::after{	
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/section_item_top3.svg");
}
.section_item_top4::after{	
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/section_item_top4.svg");
}
.section_item_top5::after{	
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/section_item_top5.svg");
}
.section_item_top6::after{	
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/section_item_top6.svg");
}

.pagetitle_box1{
	position: relative;
	height: 500px;
	padding-top: 60px;
}
.pagetitle_box1::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
	background: #262626;
	background: linear-gradient(135deg, rgba(38, 38, 38, 1) 0%, rgba(38, 38, 38, 0) 100%);
}
.pagetitle_box1 .txtbox{
	position: relative;
	z-index: 5;
}
.pagetitle_box1 .txtbox h1,.pagetitle_box1 .txtbox p{
	color: #fff;
}
.pagetitle_box1 .pagetitle_box1_item{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
}
.pagetitle_box1 .vertical_title{
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 10px;
	z-index: 3;
}
.pagetitle_box1 .vertical_title p{
	background-color: #fff;
	padding: 15px 5px;
}
body.on .pagetitle_box1 .vertical_title{
	position: absolute;
	bottom: 0;
	left: 10%;
}
body.on .pagetitle_box1 .vertical_title p{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.page_links{
	position: fixed;
	z-index: 99;
	top: 90px;
	left: 0;
	width: 100%;
	padding: 20px;
	gap: 40px;
	background-color: #DA411F;
}
.page_links a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	gap: 15px;
}
.page_links a p{
	color: #fff;
}
.page_links a i{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	width: 22px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	font-size: 12px;
	color: #829953;
	background-color: #fff;
	transition: ease 0.3s;
}
.page_links a:hover i{
	transform: translateY(2px);
}

.online_shop_box{
	position: relative;
	z-index: 10;
	margin-bottom: -100px;
}
.online_shop_box > div{
	width: 70%;
	max-width: 1100px;
	margin: 0 auto;
	background-color: #F6F8ED;
	border-radius: 40px;
	padding: 3%;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.online_shop_box > div > div{
	width: 47.5%;
}
.online_shop_box .imgbox{
	position: relative;
	padding:0 3%;
}
.online_shop_box .imgbox img{
	border-radius: 80px 20px 80px 20px;
}
body.on .online_shop_box .imgbox::after{
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/online_shop_box_item1.svg") left top / auto 30% no-repeat,url("https://yokota-sekizai.co.jp/system_panel/uploads/images/online_shop_box_item2.svg") right bottom / auto 30% no-repeat;
}
.online_shop_box .txtbox .title .en{
	color: #6AA01D;
}
.online_shop_box .txtbox .title .en::first-letter{
	color: #2F7527;
}
.online_shop_box .txtbox .title h2,.online_shop_box .txtbox > p{
	color: #695A23;
}
/* ---------- header ---------- */
.header{
	position: fixed;
	width: 100%;
	height: 90px;
	top: 0;
	left: 0;
	justify-content: space-between;
	gap: 20px;
	padding: 0 40px;
	z-index: 999;
	background-color: #E9E5D7;
}
.header .logo{
	gap: 20px;
	justify-content: flex-start;
}
.header .logo img{
	max-width: 270px;
}
.header .header_right{
	gap: 40px;
}
.header .header_right .menu-bt{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	width: 60px;
	aspect-ratio: 1 / 1;
	cursor: pointer;
	background-color: #DA411F;
	border-radius: 3px;
    z-index: 999;
}

.header .header_right .menu-bt .line{
	position: relative;
	width: 28px;
	height: 22px;
}
.header .header_right .menu-bt .line div{
	position: absolute;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	background-color: #fff;
	transition: ease 0.4s;
}
.header .header_right .menu-bt .line div:nth-of-type(1){
	top: 0;
}
.header .header_right .menu-bt .line div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%);
}
.header .header_right .menu-bt .line div:nth-of-type(3){
	bottom: 0;
}
.header .header_right .menu-bt.active .line div:nth-of-type(1){
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.header .header_right .menu-bt.active .line div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	opacity: 0;
}
.header .header_right .menu-bt.active .line div:nth-of-type(3){
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}


.header1 .logo2,.header1 .online_bt_link{
	display: none;
}
.header2 .logo1{
	display: none;
}
.header2 .header_right .menu-bt{
	background-color: transparent;
}
.header2 .header_right .menu-bt .line div{
	background-color: #6BA11F;
}

.menu-wrap{
	display: none;
	position: fixed;
	z-index: 992;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu-wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #DA411F;
	opacity: 0.9;
}
.menu-wrap > div{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 2;
padding-left: clamp(0px, 2vw, 80px);
padding-right: clamp(0px, 2vw, 80px);
}
.menu-wrap .ul{
	width: 90%;
	gap: 50px 30px;
	overflow: auto;
}
.menu-wrap .ul .menu_box{
	width: calc(100% / 3 - 60px / 3);
}
.menu-wrap .ul .menu_box a{
	position: relative;
	display: block;
	padding: 15px 50px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	border-bottom: 3px solid #fff;
}
.menu-wrap .ul .menu_box a p{
	color: #fff;
}
.menu-wrap .ul .menu_box a p.en{
font-size: clamp(20px, 2.5vw, 32px);
	font-weight: 700;
}
.menu-wrap .ul .menu_box a p.jp{
	font-size: 16px;
	font-weight: 700;
}
/* ---------- footer ---------- */
.footer{
	margin-top: 50px;
	position: relative;
	z-index: 9;
	background-color: #DA411F;
}
.footer::before{
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	transform: translateY(-100%);
	height: 30px;
	width: 100%;
	background-image: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/footer_item1.svg");
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.footer::after{
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 77px;
	background: url("https://yokota-sekizai.co.jp/system_panel/uploads/images/footer_item2.svg") left 5% center / auto 100% no-repeat,url("https://yokota-sekizai.co.jp/system_panel/uploads/images/footer_item3.svg") right 5% center / auto 100% no-repeat;
}

.footer .top_footer{
	padding-top: 5%;
	padding-bottom: 5%;
	justify-content: space-between;
}
.footer .top_footer .leftbox{
	max-width: 50%;
}
.footer .top_footer .leftbox .logo{
	max-width: 250px;
}
.footer .top_footer .leftbox .tel .flex{
	gap: 14px;
}
.footer .top_footer .leftbox .tel img{
	width: 27px;
}

.footer .top_footer .rightbox{
	width: 50%;
}
.footer .top_footer .rightbox .footer_list{
	gap: 30px;
}
.footer .top_footer .rightbox .footer_list a{
	width: calc(100% / 3 - 60px / 3);
	border-bottom: 2px dotted #fff;
	padding-bottom: 5px;
}
.footer .top_footer .rightbox .footer_list a p{
	color: #fff;
}
/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #418e36}
.txt-color2{color: #196110}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #418e36}
.bg-color2{background-color: #196110}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #418e36}
.border-color2{border-color: #196110}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #418e36}
.hvr-txt-color2:hover{color: #196110}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #418e36}
.hvr-bg-color2:hover{background-color: #196110}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #418e36}
.hvr-border-color2:hover{border-color: #196110}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
	.default_title{
		font-size: 32px;
	}
	.default_title2{
		font-size: 28px;
	}
	.default_title3{
		font-size: 24px;
	}
	.default_txt1{
		font-size: 20px;
	}
	.default_txt2,.more1 p{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 14px;
	}
/* ---------- common ---------- */
	.pagetitle_box1{
		height: 400px;
	}
/* ---------- header ---------- */
	.header{
		padding: 0 30px;
	}
	.header .logo img{
		max-width: 220px;
	}
	.header .header_right{
		gap: 20px;
	}
	.menu-wrap .ul{
		gap: 30px 30px;
	}
	.menu-wrap .ul .menu_box{
		width: calc(100% / 3 - 60px / 3);
	}
	.menu-wrap .ul .menu_box a p{
		font-size: 18px;
	}
/* ---------- footer ---------- */
	.footer .top_footer .rightbox{
		width: 60%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.default_title{
		font-size: 30px;
	}
	.default_title2{
		font-size: 26px;
	}
	.default_title3{
		font-size: 22px;
	}
	.default_txt1{
		font-size: 18px;
	}
	.default_txt2,.more1 p{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 13px;
	}
	.page_links a{
		gap: 10px;
	}
	.page_links a p{
		font-size: 14px;
	}
/* ---------- common ---------- */
	.online_shop_box > div{
		justify-content: center;
		gap: 30px;
		padding: 5% 20px;
	}
	.online_shop_box > div > div{
		width: 80%;
	}
	.online_shop_box .txtbox{
		width: 100%;
	}
/* ---------- header ---------- */
	.header .header_right > a{
		display: none;
	}
	.header .logo{
		max-width: 50%;
	}
	.header3 .logo > a{
		width: calc(50% - 10px);
	}
	.menu-wrap .ul{
		gap: 30px 50px;
	}
	.menu-wrap .ul .menu_box{
		width: calc(100% / 2 - 50px / 2);
	}
	.menu-wrap .ul .menu_box a p{
		font-size: 16px;
	}
/* ---------- footer ---------- */
	.footer .top_footer{
		flex-direction: column;
		gap: 30px;
	}
	.footer .top_footer .rightbox .footer_list{
		display: none;
	}
	.footer .top_footer .rightbox .online_bt_link{
		justify-content: center;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	body{
		padding-top: 70px;
	}
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.more1 a > div i,.more1 > div > div i{
		width: 36px;
	}
	.online_bt_link a{
		padding: 8px 15px;
		gap: 8px;
	}
	.online_bt_link p{
		font-size: 14px;
	}
	.online_bt_link img{
		width: 20px;
	}
	.section_item_bottom::after,.section_item_top::after{
		height: 20px;
	}
	
	.pagetitle_box1{
		height: 360px;
	}
	
	.page_links{
		top: 70px;
		gap: 30px;
	}
/* ---------- header ---------- */
	.header{
		padding: 0 20px;
		height: 70px;
	}
	.header .logo{
		gap: 10px;
	}
	.header3 .logo > a{
		width: calc(50% - 5px);
	}
	.header .header_right{
		gap: 15px
	}
	.header .header_right .menu-bt{
		width: 50px;
	}
	.menu-wrap .ul{
		gap: 30px;
	}
	.menu-wrap .ul .menu_box{
		width: calc(100% / 2 - 30px / 2);
	}
/* ---------- footer ---------- */
	.footer::before{
		height: 20px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	body{
		padding-top: 60px;
	}
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.default_title{
		font-size: 24px;
	}
	.default_title2{
		font-size: 21px;
	}
	.default_title3{
		font-size: 18px;
	}
	.default_txt1{
		font-size: 16px;
	}
	.default_txt2,.more1 p{
		font-size: 14px;
	}
	.default_txt3{
		font-size: 12px;
	}
/* ---------- common ---------- */
    .item1 {
  top: 0px;
}
    
	.more1{
		text-align: center;
	}
	.more1 a > div,.more1 > div > div{
		gap: 10px;
	}
	.more1 a > div i,.more1 > div > div i{
		width: 30px;
		font-size: 13px;
	}
	.section_item_bottom::after,.section_item_top::after{
		height: 10px;
	}

	.pagetitle_box1{
		height: 300px;
		padding-top: 0;
	}
	body.on .pagetitle_box1 .vertical_title{
		left: 2%;
	}
	.pagetitle_box1 .vertical_title p{
		padding: 12px 3px;
	}
	

	.page_links{
		position: static;
		
	}
	.online_shop_box > div > div{
		width: 100%;
	}
	.online_shop_box > div{
		gap: 20px;
	}
	.online_shop_box .imgbox{
		padding: 0 5%;
	}
	.online_shop_box .imgbox img{
		border-radius: 20px 10px 20px 10px;
	}
/* ---------- header ---------- */
	.header{
		height: 60px;
		padding: 0 10px;
	}
	.header .logo{
		max-width: 66%;
	}
	.header1 .logo a,.header2 .logo a{
		width: 80%;
	}
	.header .online_bt_link a{
		padding: 0;
		gap: 0;
		aspect-ratio: 1 / 1;
		width: 40px;
		border-radius: 50%;
	}
	.header .online_bt_link p{
		display: none;
	}
	.online_bt_link img{
		width: 22px;
	}
	.header .header_right{
		gap: 10px;
	}
	.header .header_right .menu-bt{
		width: 40px;
	}
	.header .header_right .menu-bt .line{
		width: 24px;
		height: 19px;
	}
	.header .header_right .menu-bt .line div{
		height: 2px;
	}
	.menu-wrap > div{
		padding: 120px 0 50px;
	}
	.menu-wrap .ul{
		gap: 0 10px;
	}
	.menu-wrap .ul .menu_box{
		width: calc(50% - 5px);
	}
	.menu-wrap .ul .menu_box a{
		padding: 20px 0;
	}
	.menu-wrap .ul .menu_box a p.en{font-size: 16px;}
	.menu-wrap .ul .menu_box a p.jp{font-size: 13px;}
/* ---------- footer ---------- */
	.footer::before{
		height: 10px;
	}
	.footer::after{
		height: 40px;
		top: -30px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
