@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700&family=Great+Vibes&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');/* CSS Document */
.header::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);  
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
  z-index: -1;
}

.header.is-scrolled::before{
  opacity: 1;
}
.inpage_linsk::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
  backdrop-filter: blur(8px) saturate(140%);     /* ぼかし(対応ブラウザで) */
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15); 
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none; 
  z-index: -1;
}
.inpage_linsk.is-scrolled::before{
  opacity: 1;
}
.more-youtube {
    padding: 30px 60px;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #0158A6;
    border-radius: 100px;
    text-align: center;
    position: relative;
}
body:not(.on) .pagetitle3 .txtbox {
  position: absolute;
  top: 200px;
}
body:not(.on) .pagetitle3 .titlebox{
  position: absolute;
  top: 400px;
}
p span,
h1 span,
h2 span,
h3 span,
h4 span {
  display: inline-block;
}
body{ 
	font-family: "Noto Sans JP", "Zen Old Mincho", "Castoro",  sans-serif;
	background-color: #fff;
	color: #121212;
}
.inpage_linsk{
	position: fixed;
    top: 76px;
	left: 0;
	width: 100%;
	border-top: 1px solid #fff;
	padding: 10px 40px;
	gap: 40px;
	z-index: 999;
	justify-content: flex-start;
}
.inpage_linsk a{
	gap: 15px;
}
.inpage_linsk a p,.inpage_linsk a i{
	color: #fff;
	font-size: 16px;
}
.inpage_linsk a p{
	font-weight: 600;
}
.inpage_linsk a i{transition: ease 0.3s;}
.inpage_linsk a:hover i{transform: translateY(2px)}

/* --------追加------- */
.en_txt{
  font-family: "Castoro", sans-serif;
  font-size: 16px;
}

.pagetitle{
	position: relative;
	height: 450px;
	padding-top: 100px;
    z-index: 1;
}
body.on .pagetitle::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
background: #333333;
background: linear-gradient(263deg,rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 1) 100%);
  z-index: 1;
}
.pagetitle .txtbox{
	position: relative;
	z-index: 3;
}
.pagetitle .txtbox .title{
	letter-spacing: 0.1em;
	font-size: clamp(24px, 2.4vw,40px);
}
.pagetitle .txtbox .title,.pagetitle .txtbox p{color: #fff;}

/* footer*/
.footer_links {
  position: relative;
}
.morebtn {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 30;
}
.morebtn div {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}
.morebtn i {
  color: #fff;
  font-size: 20px;
}

.footer_links:hover .morebtn i {
  transform: translateX(3px);
  transition: transform 0.3s ease;
}


.footer_links > a {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 1;
}
.footer_links > a:hover {
  opacity: 1;
}
body.on .footer_links > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4CA9D3;
  background: linear-gradient(145deg, rgba(76, 169, 211, 0.7) 0%, rgba(1, 88, 165, 0.7) 100%);
  transition: ease 0.3s;
}
.footer_links > a:hover::after {
  opacity: 0.5;
}
.footer_links > a > div {
  position: relative;
  z-index: 2;
}
.footer {
  background-color: #0158A7;
}
.footer p {
  color: #fff;
}
.footer .contents {
  justify-content: space-around;
  align-items: flex-start;
}
.footer .leftbox {
  max-width: 300px;
}
.footer .leftbox .logo img {
  width: 250px;
}
.footer .tel {
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer .tel p {
    font-size: clamp(20px, 2.5vw, 25px);
}
.footer .tel img {
  width: 20px;
  margin-top: 4px;
}
.footer .youtube img {
  border-radius: 4px;
}
.footer .footer_menu {
  width: 30%;
  max-width: calc(100% - 300px - 240px);
  align-items: flex-start;
  gap: 10%;
}
.footer .footer_menu .ul > p {
  font-weight: 700;
  margin-bottom: 20px;
}
.footer .footer_menu .ul .li:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer .rightbox {
  justify-content: flex-start;
  gap: 20px;
}
.footer .rightbox a {
  width: 30px;
}
.footer .rightbox a img {
  width: 28px;
}
.footer .rightbox a p {
  color: #DD0086;
  font-size: 15px;
  font-weight: 700;
}
.copyright {
  background-color: #fff;
}
/* footer*/

/* --------追加------- */
/* ---------- more ---------- */
.more-0 a {
    display: inline-block;
    padding: 12px 0px; 
	width: 200px;
    border: 1px solid #333;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}
.more-0 a:hover{
    background-color: #0158A7;
    border: 1px solid #0158A7;
	opacity: 1 !important;
}
.more-0 a:hover p{
    color: #fff;
}

/* ---------- common ---------- */
.left-nav {
	top: 200px;
	justify-content: flex-start;
    width: 20%;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
}
.left-nav .ul {
    flex-direction: column;
    gap: 20px;align-items: flex-start;
}
.left-nav .li a {
    text-decoration: none;
    color: #0158A7;
    font-size: 16px;
    transition: color 0.3s;
}
.left-nav .li a p{
    color: #0158A7;
}
.left-nav .li a:hover {
    color: #333;
}
.left-nav .li a p {
    position: relative;
    padding-left: 35px;
}

body.on .left-nav .li a p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: #2E2E2E;
}

.title-style1{
	flex-direction: column;
	padding-bottom: 50px;
}
.title-style2{
	justify-content: flex-start;
	gap:10px;
}


body .footer-about {
    padding-bottom: 40%;
    gap: 100px;
    align-items: flex-end;
}
.footer-about .box_wrap{
	gap:40px;
	justify-content: flex-start;
	width: calc(50% - 50px);
}
.footer-about .more_wrap{
	width: calc(40% - 50px);
	justify-content: flex-end;
}
.footer-news{
	gap: 40px;
}
.footer-news .title-style2{
	flex-direction: column;
	justify-content: flex-start;
    align-items: flex-start;
}
.footer-news .left-box{
	width: calc(30% - 20px)
}
.footer-news .contents{
	width: calc(70% - 20px)
}
.footer-news .webgene-blog .webgene-item{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D0D0D0;
}
.footer-news .webgene-blog .webgene-item a > .flex{
	gap: 20px;
	padding: 10px 0;
}
.footer-news .webgene-blog .webgene-item a .date{
	width: 100px;
}
.footer-news .webgene-blog .webgene-item a .catelabel{
	background-color: #0158A7;
}
.footer-news .webgene-blog .webgene-item a .cate_txt{
	width: 100px;
	text-align: center;
	padding: 3px 5px;
	box-sizing: border-box;
}
.footer-news .webgene-blog .webgene-item a h3{
	width: calc(100% - 240px);
}
/* ---------- more ---------- */
.more-0 a {
    display: inline-block;
    padding: 12px 0px; 
	width: 200px;
    border: 1px solid #333;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}
.more-0 a:hover{
    background-color: #0158A7;
    border: 1px solid #0158A7;
	opacity: 1 !important;
}
.more-0 a:hover p{
    color: #fff;
}
.footer-about .more,
.footer-news .more{
	position: relative;
    display: inline-block;
	padding-bottom: 1px;
}
.footer-about .more .flex,
.footer-news .more .flex{
    display: flex;
    align-items: center;
    gap: 10px;
}
body.on .footer-about .more::after,
body.on .footer-news .more::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background-color: #0158A7;
}
.footer-about .more i,
.footer-news .more i{
    width: 28px;
    height: 28px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
	transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.footer-about .more:hover i,
.footer-news .more:hover i{
    transform: translateX(5px);
}

.more-shop {
    max-width: 620px;
	position: relative;
	margin: 0 auto;
}
.more-shop a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}
.more-shop .flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.more-shop .topbpx {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 50px;
    background-color: #4CA9D3;
    width: 100%;
}
.more-shop .topbpx p{
	letter-spacing: 0.1em;
	margin-top: 8px;
}
.more-shop .topbpx img {
    width: 30px;
    height: auto;
}
.more-shop .bottombox {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 50px;
    background-color: #0158A6;
    width: 100%;
}
.more-shop .bottombox p {
    color: #fff;
    font-size: 14px;
}
.more-shop .bottombox i {
    color: #fff;
    font-size: 14px;
}
.more-shop .flex > img {
	position: absolute;
	top: -10%;
	right: 5%;
    width: 35%;
    object-fit: contain;
}
.more-shop .bottombox i {
    color: #0158A6;
    font-size: 14px;
    background-color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.more-shop a:hover .bottombox i {
    transform: translateX(5px);
}
/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 40px;
	justify-content: space-between;
	gap: 30px;
	z-index: 9999;
}
body.on .header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #4CA9D3;
	background: linear-gradient(135deg, rgba(76, 169, 211, 1) 0%, rgba(1, 88, 165, 1) 100%);
	opacity: 0;
	transition: ease 0.4s;
}
.header.on::after{
	opacity: 1;
}
.header > div{
	position: relative;
	z-index: 2;
}
.header,.header .head_right{
	gap: 30px;
}
.header .head_left .logo{
	width: 240px;
}
.onlineshop_bt a{
	background-color: #0158A7;
	padding: 10px 30px;
	border-radius: 3px;
}
.onlineshop_bt a .flex{
	gap: 10px;
}
.onlineshop_bt a .flex p{
	color: #fff;
	transform: translateY(3px);
}
.onlineshop_bt a .flex img{
	width: 20px;
}
.header .menu-bt{
	display:block;
	position: relative;
	width: 40px;
	aspect-ratio: 1 / 1;
    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: 2px;
	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);
}
.menu-wrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(1,88,167,0.90);
	z-index: 998;
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu-wrap .menu-wrap-box{
	overflow: auto;
}
.menu-wrap > div .ul{
	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: 40px;
	padding: 50px;
}
.menu-wrap > div .ul .li{
	min-width: calc(100% / 4 - 120px / 4);
	text-align: center;
}
.menu-wrap > div .ul .li a{
	margin: 0 auto;
}
.menu-wrap > div .ul .li a p{
	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;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.menu-wrap > div .ul .li a p.en{
	font-family: "Castoro",  sans-serif;
	font-size: 24px;
	color: #fff;
}

/* ---------- pagetitle ---------- */
.pagetitle2{
	position: relative;
}
body.on .pagetitle2::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(76, 169, 211, 1) 0%, rgba(1, 88, 165, 1) 66%);
	opacity: 1;
}
.pagetitle2 .titlebox{
	position: relative;
	z-index: 3;
}
.pagetitle2 p,.pagetitle2 h1{
	color: #fff;
}

.pagetitle3{
	position: relative;
	flex-direction: row-reverse;
	height: 50vw;
}
body.on .pagetitle3::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.4);
	opacity: 1;
}
.pagetitle3 .titlebox{
	width: 30%;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;
	z-index: 3;
	
}
.pagetitle3 .titlebox p{
	letter-spacing: 0.2em;
	color: #fff;
	padding-top: 20px;
	
}
.pagetitle3 .titlebox h1{
	color: #fff;
	font-size: 50px;
}

.pagetitle3 .txtbox{
	width: 70%;
	position: relative;
	z-index: 3;
}
body.on .pagetitle3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: url("https://hashimoto-tane.net/system_panel/uploads/images/consulting-fvdeco.png") no-repeat center bottom;
  background-size: contain;
  aspect-ratio: 2048/192; 
  transform: translateY(55%);
  z-index: 9;
  pointer-events: none;
}
/* ---------- footer ---------- */

/* ---------- font ---------- */
.en_title{
	font-family: "Castoro",  sans-serif;
	font-size: 40px;
	letter-spacing: 0.2em;
}

.default_title{ 
	font-size: 38px;
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: 32px;
	letter-spacing: 0.05em;
}
.default_title3{
	font-size: 28px;
	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-zen{
	font-family: "Zen Old Mincho",  sans-serif;
}
.font-cas{
	font-family: "Castoro",  sans-serif;
}
.font-italic{
	font-style: italic;
}

/* ---------- 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: #0158A7}
.txt-color2{color: #208D39}
.txt-color3{color: #E2BE25}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #F2F8F0}
.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;
	}
	body .footer-about{
		padding-bottom: 70%;
		flex-direction: column;
		gap:50px;
	}
	.footer-about .box_wrap{
		width:100%;
	}
	.footer-about .more_wrap{
		width: 100%;
	}

	
/* ---------- common ---------- */
	
/* ---------- pagetitle ---------- */
	.pagetitle3 .titlebox h1{
		font-size: 40px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
.footer .contents {
    padding: 80px 20px;
  }
  .footer .footer_menu .ul .li p {
    font-size: 15px;
  }
  .footer .footer_menu {
    width: calc(100% - 200px - 240px);
    gap: 30px;
  }

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
  	.inpage_linsk{display: none;}
/* ---------- pagetitle ---------- */
	.pagetitle3{
		position: relative;
		flex-direction: row-reverse;
		height: 60vw;
	}
	.pagetitle3 .titlebox h1{
		font-size: 30px;
	}
/* ---------- header ---------- */
/* --------追加------- */
	.pagetitle{
		height: 380px;
		padding-top: 80px;
	}
/* ---------- footer ---------- */
  .footer_links > a {
    position: relative;
    width: 100%;
    min-height: 350px;
  }

    
  .footer .contents {
    padding: 80px 20px;
  }
.footer .footer_menu .ul .li p {
    font-size: 15px;
  }
  .footer .footer_menu {
    display: none;
  }
/* ---------- font ---------- */
	.en_title{
		font-size: 36px;
	}
	.default_title{ 
		font-size: 34px;
	}
	.default_title2{
		font-size: 28px;
	}
	.default_title3{
		font-size: 20px;
	}

	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 15px;
	}
}
/* ---------- 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 ---------- */
	.more-0 a {
        width: 160px;
        font-size: 13px;
        padding: 10px 0;
    }
	.more-shop .topbpx img {
		width: 20px;
	}
	.more-shop .flex > img {
		top: -5%;
		right: 2%;
		width: 32%;
	}
	.more-shop .topbpx {
		padding: 10px 30px;
	}
	.more-shop .bottombox {
		padding: 8px 30px;
	}
	.footer-news .width-1280-max{
		flex-direction: column;
	}
	.footer-news .left-box{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap; 
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		width: 100%;
		margin-bottom: 40px;
	}
	.footer-news .title-style2{
		flex-direction: row;
		justify-content: flex-start;
        align-items: center;
        gap: 10px;
		margin-bottom: 0px;
	}
    .footer-news .contents{
        width: 100%;
    }
/* ---------- pagetitle ---------- */	
	.pagetitle3 .titlebox h1{
		font-size: 24px;
	}
	
     /* --------追加------- */
    	.pagetitle{
		padding-top: 60px;
	}
     /* --------追加------- */
	.more-0 a {
        width: 160px;
        font-size: 13px;
        padding: 10px 0;
    }
/* ---------- header ---------- */
	.header .head_left .logo{
		width: 200px;
	}
/* ---------- footer ---------- */
	
/* ---------- font ---------- */
	.en_title{
		font-size: 32px;
	}
	.default_title{ 
		font-size: 30px;
	}
	.default_title2{
		font-size: 24px;
	}
	.default_title3{
		font-size: 20px;
	}

	.default_txt{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 15px;
	}
	.default_txt3{
		font-size: 14px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 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 ---------- */

	.more-0 a {
        width: 140px;
        font-size: 12px;
        padding: 8px 0;
    }
	.left-nav {
		width: 100%;
		height: auto;
		padding-bottom: 50px;
	}
	.left-nav .ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 20px;
		white-space: nowrap;
	}
	.more-shop .topbpx img {
		width: 15px;
	}
	.more-shop .bottombox i {
		width: 22px;
		height: 22px;
	}
	.footer-about .more i, .footer-news .more i {
		width: 22px;
		height: 22px;
	}
/* ---------- pagetitle ---------- */
	.pagetitle3{
		flex-direction: column;
		height: auto;
	}
	.pagetitle3 .titlebox {
		order: -1;  
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.pagetitle3 .txtbox {
		width: 100%;
		padding: 2rem 1rem; 
	}
/* ---------- header ---------- */
	.header{
		padding: 10px 20px;
	}
	.header, .header .head_right{
		gap: 15px;
	}
	.header .head_left .logo{
		width: 150px;
	}
	.onlineshop_bt a{
		padding: 10px;
	}
	.onlineshop_bt a .flex{
		gap: 6px;
	}
	.onlineshop_bt a p{font-size: 12px;}
	.onlineshop_bt a .flex img{
		width: 13px;
	}
	.header .menu-bt{
		width: 30px;
	}
	.header .menu-bt .line{
		width: 24px;
		height: 17px;
	}
	.menu-wrap > div .ul{
		gap: 20px 0;
		padding: 80px 20px;
	}
	.menu-wrap > div .ul .li{
		min-width: 50%;
	}
	.menu-wrap > div .ul .li a p.en{
		font-size: 20px;
	}
	.menu-wrap > div .ul .li a p.jp{
		font-size: 14px;
	}
  /* --------追加------- */
	.pagetitle{
		padding-top: 50px;
	}
      /* ---------- footer ---------- */
  .morebtn div {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
  }
  .morebtn i {
    color: #fff;
    font-size: 15px;
  }
  .footer_links > a {
    position: relative;
    width: 100%;
    aspect-ratio: 1.5 / 1;
  }
  .footer_links .txtbox {
    width: 60%;
    margin: 0 auto;
  }
  .footer .contents {
    padding: 50px 20px;
  }
.footer .footer_menu .ul .li p {
    font-size: 15px;
  }
  .footer .leftbox {
    margin-bottom: 30px;
  }
     /* --------追加------- */
	.more-0 a {
        width: 140px;
        font-size: 12px;
        padding: 8px 0;
    }
/* ---------- font ---------- */
	.en_title{
		font-size: 30px;
	}
	.default_title{ 
		font-size: 28px;
	}
	.default_title2{
		font-size: 22px;
	}
	.default_title3{
		font-size: 18px;
	}

	.default_txt{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 15px;
	}
	.default_txt3{
		font-size: 14px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
