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

h1,h2,h3,h4,h5,h6,p,li,a{
	font-size:16px;
	font-weight: 500; 
	margin: 0;
	line-height: 1.6;
}
:root {
    --header-height: 90px;
}

.header {
    height: var(--header-height);
}

body {
    padding-top: var(--header-height);
}
/* ---------- common ---------- */
.mg_b1{
	margin-bottom: 40px;	
}
.titlebox1{
	flex-direction: column;
}
.titlebox1 h1,
.titlebox1 h2{
	font-weight: 600;
}
.titlebox2{
	flex-direction: column;
}
.titlebox2 h2{
	font-weight: 400;
	color: #fff;
	font-family: "Zen Kaku Gothic New",  sans-serif;
}
.titlebox2 p{
	font-weight: 500;
	color: #fff;
	font-family: "Abhaya Libre",  sans-serif;
	letter-spacing: 0.1em;
}
.pagelinks .link_bt{
	gap: 50px;
}
.pagelinks .link_bt > .bt{
	width: calc((100% - 100px)/3);
	cursor: pointer;
}
.pagelinks .link_bt > .bt .pagelinks_item{
	gap: 20px;
}
.pagelinks .link_bt .pagelinks_item .imgbox{
	width: calc(40% - 10px);
	aspect-ratio: 1 / 1;
}
.pagelinks .link_bt .pagelinks_item .imgbox img{
	border-radius: 2000px;
	aspect-ratio: 1 / 1;
}
.pagelinks .pagelinks_bottom{
	width: 100%;
	margin-top: 40px;
	position: relative;
}
.pagelinks .pagelinks_bottom img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.pagelinks .pagelinks_bottom img.on{
	opacity: 1;
}
.pagelinks .link_bt .pagelinks_item .txtbox{
	width: calc(60% - 10px);
}
.product_wrap .width-1280-max{
	gap: 80px;
	align-items: flex-start;
}
.product_wrap .width-1280-max .imgbox{
	width: calc(50% - 40px);
}
.product_wrap .width-1280-max .txtbox{
	width: calc(50% - 40px);
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}
.product_wrap .width-1280-max .imgbox .itembox img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}
.product_wrap .width-1280-max .imgbox .itembox {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.product_wrap .width-1280-max .imgbox .itembox img{
	cursor: pointer;
}
.product_wrap .width-1280-max .txtbox p span{
	font-size: 34px;
	padding-left: 2px;
	padding-right: 2px;
}
.product_wrap .width-1280-max .txtbox .topbox .label{
	display: inline-flex;
	border: #6C6C6C 1px solid;
	padding: 1px 5px;
	width: auto;
	margin-bottom: 10px;
}
.product_wrap .width-1280-max .txtbox .topbox .label p{
	color: #6C6C6C;
}
.product_wrap .width-1280-max .txtbox .bottombox{
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}
.product_wrap .width-1280-max .txtbox .bottombox .box h3{
	position: relative;
	padding-left: 20px;
}
.product_wrap .width-1280-max .txtbox .bottombox .box h3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 10px;
	height: 10px;
	background: #000;
}
.product_wrap .width-1280-max .txtbox .bottombox .box p{
	color: #646464;
}

.product_banner .box_wrap{
	width: 100%;
}
.product_banner .box_wrap .txtbox{
	flex-direction: column;
	gap: 50px;
	align-items: flex-start;
}
.product_banner .box_wrap .txtbox .txtitem{
	gap: 20px;
}
.product_banner .box_wrap .txtbox .txtitem .numbox{
	flex-direction: column;
}
.product_banner .box_wrap .txtbox .txtitem .numbox .num{
	font-size: 56px;
	color: #fff;
	line-height: 1;
}
.product_banner .box_wrap .txtbox .txtitem .numbox .point{
	color: #fff;
}
.product_banner .box_wrap .txtbox .txtitem h3{
	color: #fff;
	border-bottom: #FFFFFF 1px solid;
	padding-bottom: 5px;
}
.product_bottom{
	flex-direction: column;
	gap: 100px;
}
.product_box_wrap{
	flex-direction: column;
	gap: 100px;
}
.product_box_wrap .boxitem{
	gap: 60px;
}
.product_box_wrap .boxitem:nth-child(even){
	flex-direction: row-reverse;
}
.product_box_wrap .boxitem .imgbox{
	width: calc(50% - 30px);
}
.product_box_wrap .boxitem .txtbox{
	width: calc(50% - 30px);
}
.product_box_wrap .boxitem .txtbox h3{
	border-bottom: #000000 2px solid;
	padding-bottom: 5px;
	margin-bottom: 40px;
}
.product_banner .titlebox1 h2{
	color: #fff;
}
.product_banner .titlebox1 p{
	color: #fff;
}

.product_banner2 .box_wrap {
    width: 50%;
	margin-left: auto;
	margin-right: 0;
	padding-left: 80px;
}

.worries_a .grid {
    padding: 45px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.worries_a .inner {
	position: relative;
    padding: 0;
}
.worries_a .item {
    display: flex;
    align-items: center;
    gap: clamp(12px, 2.5vw, 20px);
    background: #F1F0EE;
    border-radius: 4px;
    padding: clamp(12px, 2.2vw, 16px) clamp(16px, 3vw, 24px);
    box-shadow: none;
}
.worries_a .icon {
    width: 20px;
    height: 20px;
    background: #000;
}
.worries_a .titlebox{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(100%, 520px);
	margin: 0 auto -22px;
	padding: 12px 20px;
	background: #11862E;
	border-radius: 0;
	z-index: 2;
}

.worries_a .titlebox::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #11862E;
}

.worries_a .titlebox .title{
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.product_box_wrap2 .box_wrap{
	gap: 45px;
	align-items: flex-start;
}
.product_box_wrap2 .box_wrap .box-item{
	gap: 25px;
	flex-direction: column;
	width: calc((100% - 90px)/3);
}
.product_box_wrap2 .box_wrap .box-item .txtbox{
	gap: 20px;
	flex-direction: column;
}
.product_box_wrap2 .box_wrap .box-item .imgbox img{
	border-radius: 2px;
}
.product_box_wrap2 .box_wrap .box-item .imgbox{
	position: relative;
}

.product_box_wrap2 .box_wrap .box-item .imgbox::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;      
	transform: translateX(-50%);
	width: 2px;         
	height: 30px;       
	background: #2E2A27; 
}

.product_box_wrap2 .more_b img {
    width: 16px;
}
.product_box_wrap .boxitem .txtbox .numtxt img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.product_box_wrap .boxitem .txtbox .numtxt p{
	flex:1;
}
.product_box_wrap .boxitem .txtbox2{
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
/* ---------- more ---------- */
.more_b a {
    position: relative;
    border-radius: 200px;
    border: 5px solid rgba(17, 134, 46, 0.3);
    background-color: transparent;
    overflow: hidden;
    box-sizing: border-box;
    transition: ease 1.0s;
}
.more_b a > .flex {
    position: relative;
    min-width: 240px;
    height: 50px;
    padding: 0 20px;
	border-radius: 200px;
	background-color: #11862E;
}
.more_b a > .flex p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    transition: ease 0.3s;
    white-space: nowrap;
}
.more_b .fa-solid {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    transition: transform 0.3s ease, color 0.3s ease;
}
.more_b a:hover {
    opacity: 0.4;
}
.more_b a:hover .flex{
}
.more_b a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	transition: ease 0.3s;
	background-color: #fff;
}
.more_b a:hover .fa-solid {
 	color: #fff;
	transform: translate(5px, -50%);
}
.more_b a:hover p{
	color: #fff;
}

.more_b_b a {
    border: 5px solid rgba(0, 0, 0, 0.3);
}
.more_b_b a > .flex {
	background-color: #000;
}
.arrow_green{
	border-radius: 200px;
	border: 5px solid rgba(17, 134, 46, 0.3);
	
}
.arrow_green .flex{
	border-radius: 200px;
	background-color: #11862E;
	width: 100%;
	height: 100%;
	width: 34px;
	height: 34px;
}
.arrow_green .fa-solid {
    font-size: 18px;
    color: #fff;
    transition: transform 0.3s ease, color 0.3s ease;
}
/* ---------- header ---------- */
.header {
    white-space: nowrap;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 90px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.header .ul .li a p.en {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(-8px);
    transition: ease 0.3s;
}

.header .ul .li a:hover p.en {
    opacity: 1;
    transform: translateY(0);
}

.menu-wrap_d {
    display: none;
}

.header .rightbox {
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 50;
    white-space: nowrap;
    height: 90px;
    display: flex;
    align-items: center;
}

.header .rightbox .more_wrap {
    align-items: center;
}

.header .rightbox .more_wrap a,
.header .more_wrap > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    padding: 14px 32px;
    border-radius: 2px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    text-decoration: none;
    gap: 10px;
    transition: 0.4s ease;
}

.header .rightbox .more_wrap .morebox {
    gap: 10px;
}

.header .more_wrap .morebox p {
    color: #fff;
    font-size: clamp(16px, 4vw, 18px);
}

.header .rightbox .more_wrap .morebox img {
    width: 16px;
}

.header .centerbox .ul {
    height: 90px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    gap: clamp(10px, 5vw, 30px);
}

.header > div {
    position: relative;
    z-index: 2;
}

.header .leftbox {
    position: fixed;
    top: 25px;
    left: 20px;
    z-index: 10;
}

.header .leftbox .logo img {
    width: clamp(120px, 30vw, 200px);
}

.header .menu-item {
    position: relative;
    flex-wrap: nowrap;
}
.header .centerbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .centerbox .ul .li a p.jp {
    font-size: 14px;
    margin: 0;
    text-align: center;
    color: #000000;
    font-weight: 600;
}

.header .menu-bt {
    display: none;
}
/* ---------- pagetitle ---------- */
.pagetitle{
	width: 100%;
	height: clamp(180px, 32vw, 250px);
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #EEEEEE;
}
.pagetitle .titlebox {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.pagetitle .titlebox p,
.pagetitle .titlebox h1{
	line-height: 1;
	font-weight: 700;
}
/* ---------- footer ---------- */
.footer_f{
	background-color: #000;
}
.footer_f p, .footer_f i {
    color: #fff;
}
.footer_f .bottombox .copyright{
	color: #CCCCCC;
}
.footer_f .topbox .title p{
    font-family: "Akshar",  sans-serif;
	letter-spacing: 0.05em;
    font-weight: 600;
	font-size: 20px;
}
.footer_f .more_wrap {
    align-items: center;
}
.footer_f .more_wrap a,
.footer_f .more_wrap > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #11862E;
    color: #fff;
    padding: 14px 32px;
    border-radius: 2px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    text-decoration: none;
    gap: 10px;
    transition: 0.4s ease;
}
.footer_f .more_wrap .morebox {
    gap: 10px;
}
.footer_f .more_wrap .morebox p {
    color: #fff;
    font-size: clamp(16px, 4vw, 18px);
}
.footer_f .more_wrap .morebox img {
    width: 16px;
}
.footer_f .topbox .item2_wrap{
	gap: 15px;
	justify-content: flex-start;
}
.footer_f .topbox .item2_wrap .item2{
	width: 35px;
}
/* ---------- font ---------- */
.en_title{
	font-family: "Akshar",  sans-serif;
	font-size: 54px;
	letter-spacing: 0.05em;
    font-weight: 600;
	line-height: 1;
}
.en_title2{
	font-family: "Akshar",  sans-serif;
	font-size: 44px;
	letter-spacing: 0.05em;
    font-weight: 600;
}
.en_title3{
	font-family: "Akshar",  sans-serif;
	font-size: 34px;
	letter-spacing: 0.05em;
    font-weight: 600;
}
.default_title{  
	font-size: 40px;
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: 30px;
	letter-spacing: 0.05em;
}
.default_title3{
	font-size: 22px;
	letter-spacing: 0.05em;
}
.default_txt{
	font-size: 20px;
	letter-spacing: 0.05em;
}
.default_txt2{
	font-size: 18px;
	letter-spacing: 0.05em;
}
.default_txt3{
	font-size: 16px;
	letter-spacing: 0.05em;
}



.font-akshar{
	font-family: "Akshar",  sans-serif;
	letter-spacing: 0.05em;
}


/* ---------- default ---------- */
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-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;
}


/* 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: #0696A8}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #EEEEEE}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.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: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.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: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.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;
	}
/* ---------- common ---------- */
	.pagelinks .link_bt {
		gap: 30px;
	}
	.pagelinks .link_bt > .bt {
		width: calc((100% - 60px) / 3);
	}
	.product_banner .box_wrap .txtbox {
		gap: 30px;
	}
	.product_banner .box_wrap {
		width: 80%;
	}
	.product_banner2 .box_wrap {
		width: 100%;
		padding-left: 0px;
	}
	.product_banner2{
		position: relative;
		overflow: hidden;
	}
	.product_banner2::before{
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.3);
		z-index: 1;
	}
    .product_banner2 .box_wrap {
        position: relative;
		z-index: 2;
    }
/* ---------- header ---------- */
  .header .rightbox,
  .header .centerbox{
    display: none;
  }
  .header .menu-bt {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 20px;
    width: 55px;
    aspect-ratio: 1 / 1;
    border-radius: 2px;
    background-color: #000;
    cursor: pointer;
  }
   .header .menu-bt .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 20px;
  }
  .header .menu-bt .line > div {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background-color: #fff;
    left: 0;
    transition: ease 0.3s;
  }
  .header .menu-bt .line > div:nth-of-type(1) {
    top: 0;
  }
  .header .menu-bt .line > div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header .menu-bt .line > div:nth-of-type(3) {
    bottom: 0;
  }
  .header .menu-bt.active .line > div:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .header .menu-bt.active .line > div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    opacity: 0;
  }
  .header .menu-bt.active .line > div:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 48px;
	}
	.en_title2{
		font-size: 38px;
	}
	.en_title3{
		font-size: 30px;
	}
	.default_title{  
		font-size: 36px;
	}
	.default_title2{
		font-size: 30px;
	}
	.default_title3{
		font-size: 22px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.pagelinks .link_bt > .bt .pagelinks_item {
		flex-direction: column;
	}
	.pagelinks .link_bt .pagelinks_item .imgbox {
		width: 60%;
	}
	.pagelinks .link_bt .pagelinks_item .txtbox{
		width: 100%;
		text-align: center;
	}
	.product_banner .box_wrap {
		width: 100%;
	}
	.product_banner .box_wrap .txtbox .txtitem .numbox .num {
		font-size: 40px;
	}
	.product_wrap .width-1280-max {
		flex-direction: column;
		gap: 50px;
		align-items: center;
	}
	.product_wrap .width-1280-max .imgbox {
		width: 60%;
	}
	.product_wrap .width-1280-max .txtbox {
		width: 80%;
	}
	.product_box_wrap .boxitem {
		gap: 30px;
		flex-direction: column;
	}
	.product_box_wrap .boxitem .imgbox {
		width: 70%;
	}
	.product_box_wrap .boxitem .txtbox {
		width: 90%;
	}
	.product_box_wrap2 .box_wrap .box-item{
		width: calc((100% - 90px)/2);
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 48px;
	}
	.en_title2{
		font-size: 38px;
	}
	.en_title3{
		font-size: 30px;
	}
	.default_title{  
		font-size: 32px;
	}
	.default_title2{
		font-size: 28px;
	}
	.default_title3{
		font-size: 22px;
	}
	.default_txt{
		font-size: 20px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.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 ---------- */
    .pagelinks .link_bt .pagelinks_item .imgbox {
        width: 90%;
    }
    .product_banner .box_wrap .txtbox {
        gap: 20px;
    }
	.product_banner .box_wrap .txtbox .txtitem .numbox .num {
		font-size: 30px;
	}
	.product_wrap .width-1280-max .imgbox {
		width: 70%;
	}
	.product_wrap .width-1280-max .txtbox {
		width: 100%;
	}
	.product_box_wrap {
		gap: 60px;
	}
	.product_box_wrap2 .box_wrap .box-item{
		width: 100%;
	}
	.product_box_wrap2 .box_wrap .box-item .imgbox {
		width: 80%;
	}
	
/* ---------- header ---------- */
    .header .menu-bt {
      width: 45px;
      border: 2px solid #000;
    }
    .header .menu-bt .line {
      width: 20px;
      height: 16px;
    }
    .header .menu-bt .line > div {
        height: 2px;
    }

/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 34px;
	}
	.en_title2{
		font-size: 30px;
	}
	.en_title3{
		font-size: 30px;
	}
	.default_title{  
		font-size: 28px;
	}
	.default_title2{
		font-size: 24px;
	}
	.default_title3{
		font-size: 20px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 18px;
	}
	.default_txt3{
		font-size: 16px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.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;
	}

/* ---------- common ---------- */
	.arrow_green .flex {
		width: 28px;
		height: 28px;
	}
	.arrow_green {
		border: 4px solid rgba(17, 134, 46, 0.3);
	}
	.arrow_green .fa-solid {
		font-size: 14px;
	}
	.more_b a > .flex {
		min-width: 200px;
		height: 45px;
	}
	.more_b a {
		border-radius: 200px;
		border: 4px solid rgba(17, 134, 46, 0.3);
	}
	.more_b .fa-solid {
		font-size: 16px;
	}
	.more_b_b a {
		border-radius: 200px;
		border: 4px solid rgba(0, 0, 0, 0.3);
	}
    .pagelinks .link_bt {
        flex-direction: column;
    }
	.pagelinks .link_bt > .bt {
        width: 100%;
    }
	.pagelinks .pagelinks_bottom {
		display: none;
	}
    .pagelinks .link_bt .pagelinks_item .imgbox {
        width: 70%;
    }
	.product_banner .box_wrap .txtbox .txtitem h3 {
		font-size: 16px;
	}
    .product_banner .box_wrap .txtbox .txtitem .numbox .num {
        font-size: 26px;
    }
	.product_banner .box_wrap .txtbox .txtitem .numbox {
		
	}
	.product_banner .box_wrap .txtbox .txtitem {
		flex-direction: column;
		width: 100%;
		gap: 10px;
		align-items: flex-start;
	}
	.product_wrap .width-1280-max .imgbox {
		width: 80%;
	}
	.product_wrap .width-1280-max .txtbox {
		gap: 30px;
	}
	.product_wrap .width-1280-max .txtbox p span {
		font-size: 24px;
	}
	.worries_a .grid {
		padding: 45px 20px;
	}
	.product_box_wrap .boxitem .txtbox {
		width: 100%;
	}
    .product_box_wrap {
        gap: 40px;
    }
	.product_box_wrap .boxitem .txtbox h3 {
		margin-bottom: 20px;
	}
/* ---------- header ---------- */
	.header {
		height: 60px;
	}
	:root {
		--header-height: 60px;
	}
    .header .menu-bt {
        top: 10px;
        right: 10px;
    }
	.header .leftbox {
		top: 15px;
	}
    .header .menu-bt {
        width: 38px;
    }
/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 30px;
	}
	.en_title2{
		font-size: 28px;
	}
	.en_title3{
		font-size: 26px;
	}
	.default_title{  
		font-size: 24px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_title3{
		font-size: 18px;
	}
	.default_txt{
		font-size: 17px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 15px;
	}
	
h1, h2, h3, h4, h5, h6, p, li, a {
    font-size: 15px;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
