@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #fff;
	color: #452310;
}
body {
  margin: 0;
  min-height: 100vh;
  background-image: url("https://meria-910.com/system_panel/uploads/images/bg_img.png");
  background-repeat: repeat;
  background-size: 1200px 1200px;
  background-position: top left;
}
h1,h2,h3,h4,h5,h6,p,li,a{
	font-size:16px;
	font-weight: normal; 
}
body.gjs-dashed{}
body:not(.gjs-dashed){}
body > #root{width: 100%;overflow: hidden;}
/* ---------- common ---------- */
.titlebox1{
	flex-direction: column;
	gap: 5px;
}
.titlebox1 img{
	width: 36px;
}
.bg_white {
    position: relative;
}

.bg_white::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(253, 253, 253, 0.4);
    pointer-events: none;
	z-index: 0;
}
.bg_white > div {
    position: relative;
	z-index: 2;
}
.pagelinks_d a{
	border-bottom: #452310 solid 1px;
}
.pagelinks_d a > .flex{
	gap: 20px;
}
.pagelinks_d a > .flex .more-icon{
	width: 20px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 2px solid #404040;
	background-color: inherit;
	transition: transform 0.25s ease;
}
.pagelinks_d a > .flex .more-icon img{
	width: 7px;
    transform: rotate(90deg);
    transition: ease 0.3s;
}
.pagelinks_d a:hover > .flex .more-icon {
    transform: translateY(3px);
}
/* ---------- more ---------- */
.more_wrap{gap:30px;}
.more > a{
	min-width: 200px;
	gap: 20px;
	border-radius: 200px;
	padding: 10px 30px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #79544B;
}
.more a > div p{
	color: #fff;
	font-size: 16px;
	font-family: "Cormorant", sans-serif;
	letter-spacing: 0.1em;
}
.more a > div .jp{
	font-family: "Zen Old Mincho", sans-serif;
}
/* ---------- header ---------- */
.header{
	align-items: center;
	justify-content: space-between;
	padding: 8px 40px;
	position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 999;
}
.header .leftbox{
	gap: 80px;
}
.header .leftbox .logo{
	width: clamp(100px, 15vw, 200px);
}
.header .leftbox .head_menu{
	gap: 30px;
}
.header .head_menu .ul{
	gap: 22px;
}
.header .head_menu .ul .li p{
	font-weight: 700;
	font-family: "Zen Old Mincho", "serif";
	color: #452310;
}
.header .rightbox{
	gap: 20px;
}
.header .rightbox .box{
	flex-direction: column;
	gap: 5px;
}
.header .rightbox .box p{
	font-family: "Zen Old Mincho", "serif";
	color: #452310;
	font-size: 15px;
	font-weight: 500;
}
.header .rightbox .box .txtbox p {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header .rightbox .box .txtbox p {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.header .rightbox .box .txtbox p::before,
.header .rightbox .box .txtbox p::after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.header .rightbox .box .txtbox p::before {
  background-image: url("https://meria-910.com/system_panel/uploads/images/header_deco1.svg");
}
.header .rightbox .box .txtbox p::after {
  background-image: url("https://meria-910.com/system_panel/uploads/images/header_deco2.svg");
}
.header .rightbox .box .bt_wrap{
	gap: 7px;
}
.header .rightbox .box .bt{
	background-color: #fff;
	padding: 10px 20px;
	gap: 5px;
	border-radius: 6px;
}
.header .rightbox .box .bt img{
	width: 15px;
	height: 15px;
}
.header .rightbox .line1{
	height: 20px;
	width: 1px;
}
.header .menu-bt{
	cursor: pointer;
	aspect-ratio: 1 / 1;
	width: clamp(40px, 4vw, 56px);
	background-color: #452310;
}
.header .menu-bt .line{
	position: relative;
	width: 24px;
	height: 18px;
}
.header .menu-bt .line div{
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	transition: ease 0.3s;
}
.header .menu-bt .line div:nth-of-type(1){
	width: 100%;
	top: 0;
}
.header .menu-bt .line div:nth-of-type(2){
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.header .menu-bt .line div:nth-of-type(3){
	width: 100%;
	bottom: 0;
}
.header .menu-bt.active .line div:nth-of-type(1){
	width: 100%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.header .menu-bt.active .line div:nth-of-type(2){
	width: 100%;
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	opacity: 0;
}
.header .menu-bt.active .line div:nth-of-type(3){
	width: 100%;
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}

.menu-wrap.burgermenu_c .ul .li a p.jp {
    color: #452310;
	
}
.menu-wrap.burgermenu_c .ul .li a p.jp {
    font-family: "Zen Old Mincho", sans-serif;
}
.menu-wrap.burgermenu_c .menu-side .tel {
    color: #452310;
    font-weight: 700;
    margin: 0;
    font-size: clamp(25px, 2vw, 30px);
    font-family: "Zen Old Mincho", sans-serif;
}
.header .head_menu .ul .contact_bt {
    padding: 6px 18px;
    background-color: #452310;
    border-radius: 100px;
}
.menu-wrap.burgermenu_c .menu-side .cta {
    background: #452310;
    color: #fff;
    border-radius: 6px;
}
.menu-wrap.burgermenu_c .menu-side .sns i{
    color: #452310;
}
.menu-wrap.burgermenu_c .menu-side .telbox i {
    color: #452310;
}
.menu-wrap.burgermenu_c .ul .li a p.jp {
	white-space: normal;
}
/* ---------- pagetitle ---------- */
.pagetitle {
    position: relative;
}
.pagetitle::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(155, 107, 98, 0.2) 0%,
        rgba(155, 107, 98, 0.1) 50%,
        rgba(155, 107, 98, 0) 100%
    );
    z-index: 1;
    pointer-events: none;
}
.pagetitle .titlebox{
	flex-direction: column;
	gap: 8px;
}
.pagetitle .titlebox .bottom{
	gap: 28px;
}
.pagetitle .titlebox .bottom img{
	width: clamp(18px, 15vw, 40px);
}
.pagetitle .titlebox h1{
	flex-direction: column;
	gap: 8px;
}
.pagetitle1{
	gap: 70px;
}
.pagetitle1 .leftbox{
	flex-direction: column;
	gap: 40px;
	width: calc(50% - 45px);
}
.pagetitle1 .rightbox{
	position: relative;
	width: calc(50% - 45px);
}
.pagetitle1 .rightbox{
  position: relative;
  width: calc(50% - 45px);
}

.pagetitle1 .rightbox .img1{
  position: relative;
  z-index: 2;
  width: 100%;
}
.pagetitle1 .rightbox .img2{
  position: absolute;
  left: -20px;
  bottom: 0px;
  z-index: 3;
  width: clamp(70px, 8vw, 120px);
}
/* ---------- footer ---------- */
.footer_info.bg_img_wrap2{
	position: relative;
    padding-right: 0;
    overflow: hidden;
}
.footer_info p,
.footer_info h2,
.footer_info h3{
	color: #fff;
}
.footer_info .box_wrap{
	position: relative;
    z-index: 1;
    gap: 50px;
	width: 80%;
	margin-left: auto;
}
.footer_info .box_wrap .txtbox{
	gap: 40px;
	flex-direction: column;
	align-items: flex-start;
	width: calc(50% - 25px);
}
.footer_info .box_wrap .imgbox{
	position: relative;
	width: calc(50% - 25px);
}
.footer_info .box_wrap .txtbox .topbox{
	gap: 10px;
	flex-direction: column;
	align-items: flex-start;
}
.footer_info .box_wrap .txtbox .txtitem{
	gap: 5px;
	flex-direction: column;
	align-items: flex-start;
}
.footer_info .box_wrap .imgbox {
    position: relative;
    width: calc(50% - 25px);
    margin-top: -80px;
}

.footer_info .box_wrap .imgbox .img1 {
    width: 100%;
    display: block;
}

.footer_info .box_wrap .imgbox .img2 {
    position: absolute;
    left: -8%;
    bottom: -35px;
    width: 70%;
    max-width: 460px;
}

.footer_wrap {
  position: relative;
  background: rgba(121, 75, 80, 0.2);
}
.footer_wrap .footer_inner {
  max-width: 1400px;
  margin: 0 auto;
}
.footer_wrap .txtbox p {
  margin: 0;
  line-height: 1.9;
  letter-spacing: .06em;
}
.footer_wrap .footer_upper .default_txt2, .footer_wrap .footer_upper .default_txt3 {
  white-space: nowrap;
}
.footer_wrap p {
    color: #452310;
}
/* ---------- upper ---------- */
.footer_wrap .footer_upper {
  position: relative;
  gap: 64px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 70px;
}
.footer_wrap .footer_upper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: calc(100% - 30px);
  background: rgba(69, 35, 16, .55);
}
.footer_wrap .footer_upper_left {
  width: 45%;
  min-width: 300px;
}
.footer_wrap .footer_upper_right {
  width: 45%;
  display: grid;
  gap: 26px;
  max-width: 400px;
}
.footer_wrap .footer_linkrow {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  width: auto;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(69, 35, 16, .55);
  text-decoration: none;
}
.footer_wrap .footer_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
  text-decoration: none;
  color: inherit;
}
.footer_wrap .footer_upper_right .footer_item {
  border-bottom: 1px solid rgba(69, 35, 16, .55);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.footer_wrap .footer_item_row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
/* ---------- icon ---------- */
.footer_wrap .icon {
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .25s ease;
}
.footer_wrap a:hover .icon {
  transform: translateX(6px);
}
.footer_wrap .icon img {
  width: 8px;
  height: auto;
  display: block;
  transform: translateX(1px);
}
.footer_wrap .footer_linkrow:hover, .footer_wrap .footer_item:hover {
  opacity: .75;
}
/* ---------- line ---------- */
.footer_wrap .footer_hline {
  height: 1px;
  width: 100vw;
  background: rgba(69, 35, 16, .55);
  margin: 0 calc(50% - 50vw) 70px;
}
/* ---------- lower ---------- */
.footer_wrap .footer_lower {
  flex-wrap: nowrap;
  align-items: start;
  justify-content: space-between;
}
.footer_wrap .footer_brand {
  width: clamp(180px, 22vw, 280px);
	flex-direction: column;
}
.footer_wrap .footer_brand .imgbox img {
  display: block;
}
.footer_wrap .snsbox {
  gap: 14px;
  margin-top: 20px;
}
.snsbox a i {
  font-size: 20px;
  color: #452310;
  transition: .3s;
}
.snsbox a .fa-line {
  font-size: 24px;
}
.snsbox a:hover {
  opacity: .5;
}
/* ---------- nav ---------- */
.footer_wrap .footer_nav {
  gap: 36px;
}
.footer_wrap .footer_nav .rightbox {
  display: flex;
  gap: clamp(40px, 6vw, 90px);
  align-items: flex-start;
  flex-wrap: nowrap;
}
.footer_wrap .footer_nav .ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer_wrap .footer_nav .li {
  position: relative;
  padding-left: 22px;
}
.footer_wrap .footer_nav .li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
}
.footer_wrap .footer_nav .li a {
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  letter-spacing: .12em;
  line-height: 1.2;
}
.footer_wrap .footer_nav .li a p {
  margin: 0;
}
/* ---------- copy ---------- */
.footer_wrap .footer_copy {
  margin-top: 44px;
  display: flex;
  justify-content: flex-start;
  opacity: .6;
}
/* ---------- font ---------- */
.en_title{
	font-family: "Cormorant",  sans-serif;
	font-size: 60px;
	letter-spacing: 0.15em;
    font-weight: 600;
}
.en_title3{
	font-family: "Cormorant",  sans-serif;
	font-size: 40px;
	letter-spacing: 0.15em;
    font-weight: 600;
}
.en_title2{
	font-family: "Cormorant",  sans-serif;
	font-size: 28px;
	letter-spacing: 0.15em;
    font-weight: 600; 
}
.default_title{ 
	font-size: 30px;
	letter-spacing: 0.05em;
	font-weight: 700;
}
.default_title2{
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: 700;
}
.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-cormorant{
	font-family: "Cormorant",  sans-serif;
	letter-spacing: 0.15em;
}
.font-zen{
	font-family: "Zen Old Mincho", "serif";
}


/* ---------- 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: #452310}
.txt-color2{color: #79544B}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #FFE93C}
.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 ---------- */
/* ---------- header ---------- */
	.header .rightbox .box,
	.header .rightbox .line1{
		display: none;
	}
/* ---------- footer ---------- */
	.footer_info .box_wrap{
		width: 100%;
	}
	.footer_info .box_wrap .imgbox {
		margin-bottom: auto;
		margin-top: 0px;
	}
/* ---------- font ---------- */
.en_title{
	font-size: 50px;
}
.en_title2{
	font-size: 42px;
}
.en_title2{
	font-size: 26px;
}
.default_title{ 
	font-size: 30px;
}
.default_title2{
	font-size: 24px;
}
.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 ---------- */
	.pagetitle1{
		flex-direction: column-reverse;
		gap: 50px;
	}
	.pagetitle1 .leftbox {
		width: 100%;
		gap: 30px;
	}
	.pagetitle1 .rightbox {
		width: 70%;
	}
/* ---------- header ---------- */
	.header .head_menu {
		display: none;
	}
	.header {
		padding: 8px 30px;
	}
/* ---------- footer ---------- */
.footer_wrap .footer_upper {
    justify-content: center;
  }
  .footer_wrap .footer_lower {
    gap: 44px;
  }
  .footer_wrap .footer_upper::after {
    display: none;
  }
  .footer_wrap .footer_upper_right {
    margin-top: 40px;
  }
  .footer_wrap .footer_lower {
    flex-direction: column;
    align-items: center;
  }
	.footer_info .box_wrap .txtbox {
		gap: 30px;
		flex-direction: column;
		align-items: flex-start;
		width: calc(50% - 25px);
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 40px;
	}
	.en_title3{
		font-size: 36px;
	}
	.en_title2{
		font-size: 24px;
	}
	.default_title{ 
		font-size: 26px;
	}
	.default_title2{
		font-size: 22px;
	}
	.default_title3{
		font-size: 20px;
	}
	.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 ---------- */
/* ---------- header ---------- */
	.header {
		padding: 8px 20px;
	}
/* ---------- footer ---------- */
.footer_wrap .footer_upper_right {
    width: 80%;
  }
  .footer_wrap .footer_nav .rightbox {
    flex-direction: column;
    gap: 20px;
  }
    .footer_info .box_wrap {
        flex-direction: column-reverse;
    }
    .footer_info .box_wrap .txtbox {
        gap: 20px;
        width: 100%;
    }
	.footer_info .box_wrap .txtbox .txtitem {
		gap: 0px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 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;
	}
	h1,h2,h3,h4,h5,h6,p,li,a{
		font-size:14px; 
	}
/* ---------- common ---------- */
	.more_wrap {
		flex-direction: column;
		gap: 20px;
		margin: 0 auto;
	}
	.more {
		margin: 0 auto
	}
	.pagetitle1{
		gap: 30px;
	}
	.pagetitle1 .leftbox {
		gap: 20px;
	}
	.pagetitle .titlebox {
		gap: 3px;
	}
	.titlebox1 {
		gap: 0px;
	}
	.sp-br span{
		display: inline-block;
	}
/* ---------- header ---------- */
	.header .menu-bt .line {
		width: 20px;
		height: 14px;
	}

/* ---------- footer ---------- */
.footer_wrap .footer_upper {
    display: block;
  }
  .footer_wrap .footer_upper_left, .footer_wrap .footer_upper_right {
    width: 100%;
    max-width: none;
  }
  .footer_wrap .footer_nav .ul {
    gap: 20px;
  }
	.footer_info .box_wrap .imgbox {
		width: 70%;
	}
	.footer_info .box_wrap .txtbox .topbox img{
		width: 150px;
	}
/* ---------- font ---------- */
.en_title{
	font-size: 34px;
}
.en_title3{
	font-size: 28px;
}
.en_title2{
	font-size: 22px;
}
.default_title{ 
	font-size: 24px;
}
.default_title2{
	font-size: 20px;
}
.default_title3{
	font-size: 18px;
}
.default_txt{
	font-size: 18px;
}
.default_txt2{
	font-size: 16px;
}
.default_txt3{
	font-size: 14px;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
