@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Kaisei+Opti:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Zen Old Mincho",  serif;
	background-color: #fff;
	color: #1D1D1D;
}
body {
  padding-top: 70px;
}

/* ---------- common ---------- */
.vertical-line span {
    display: inline-block;
    border-right: 1px solid #857E60;
    padding-right: 5px;
    margin-right: 5px;
}
.onlineshop_a{
	flex-wrap: nowrap;
	align-items: stretch;
	margin: 0 auto;
}
.onlineshop_a .imgbox {
    width: 30%;
}
.onlineshop_a .txtbox {
    width: 40%;
}
.onlineshop_a .txtbox{
	background-color: #242424;
	padding: 80px 50px 30px 50px;
}
.onlineshop_a > .imgbox img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.onlineshop_a .txtbox .itembox{
    width: 100px;
	margin-left: auto;
}
.onlineshop_a .txtbox .more a{
	margin-right: auto;
}
.onlineshop_a span{
	display: inline-block;
}
@media screen and (max-width: 1350px){
	.onlineshop_a .topbox p br{
		display: none;
	}
}
.title-style1{
    justify-content: center;
}
.title-style1 h2{
    position: relative; 
    display: inline-block; 
    z-index: 1; 
	padding: 10px 0;
}
.title-style1 h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 100%;
    height: 100%;
    background-image: url("https://kanoshoten.com/system_panel/uploads/images/title-item1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; 
    z-index: -1;
}
/* ---------- more ---------- */
.more_wrap{
	gap: 30px;
}

.more a {
    --line: #433213;
    --stroke: 1px;
    --inset: 8px;
    --tick: 42px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 30px;
    min-width: 230px;
    color: #FDF7E7;
    text-decoration: none;
    background:
        linear-gradient(var(--line), var(--line)) top center / calc(100% - 2*var(--inset)) var(--stroke) no-repeat,
        linear-gradient(var(--line), var(--line)) bottom center / calc(100% - 2*var(--inset)) var(--stroke) no-repeat,
        linear-gradient(var(--line), var(--line)) left  center / var(--stroke) var(--tick) no-repeat,
        linear-gradient(var(--line), var(--line)) right center / var(--stroke) var(--tick) no-repeat;
    border: none; 
    overflow: hidden;
    transition: background-size .35s ease, opacity .2s ease;
}

.more a:hover {
    background-size:
        calc(100% - 2 * (var(--inset) + 8px)) var(--stroke),
        calc(100% - 2 * (var(--inset) + 8px)) var(--stroke),
        var(--stroke) calc(var(--tick) - 14px),
        var(--stroke) calc(var(--tick) - 14px);
}
.more-w a {
    --line: #fff;
}

/* ---------- header ---------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 999;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  opacity: 0;
  transition: ease 0.3s;
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #64D6D1;
  background: linear-gradient(180deg, rgba(100, 214, 209, 1) 0%, rgba(181, 235, 127, 1) 70%, rgba(188, 237, 120, 0) 100%);
  z-index: 1;
  opacity: 0;
  transition: ease 0.3s;
}
.header.scon::before, .header.scon::after {
  opacity: 1;
}
.header > div {
  position: relative;
  z-index: 3;
}
.header .head_menu{ 
	width: 100%;
	position: relative;
}

.header .head_menu .top_menu {
   background-color: #383736;
   padding: 10px 40px;
}
.header .bottom_menu{
    background: #fff;
    padding: 10px 40px;         
}
.header .head_menu .top_menu, .header .head_menu .bottom_menu {
  gap: 40px;
}
.header .head_menu .top_menu .flex {
  gap: 10px;
}
.header .head_menu .top_menu img {
  width: 26px;
}
.header .head_menu .top_menu .tel {
  width: 20px;
}
.header .head_menu .top_menu p {
  color: #fff;
}

.header .menu-bt {
  display: none;
}
.header .head_menu .top_menu, .header .head_menu .bottom_menu {
  gap: 30px;
}
.header .head_menu .top_menu img {
  width: 23px;
}
.header .head_menu .logo {
	width: 30%;
	max-width: 198px;
	background-color: #C9BC11;
    position: absolute;
    left: 40px;                 
    top: 0;     
    z-index: 4;
    display: block;
	z-index: 10;
}
.header .head_menu .logo img {
    height: auto;
    display: block;
	z-index: 10;
}

/* ---------- pagetitle ---------- */
.pagetitle{
	position: relative;
	width: 100%;
  	height: clamp(180px, 30vw, 360px);
    display: flex;
 	justify-content: center;
  	align-items: center;
	background-color: #000;
	padding: 80px 80px;
}
body.on .pagetitle::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	display: flex;
    background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.pagetitle .bg_img_wrap2{
	position: relative;
	overflow: hidden;
}
.pagetitle .title_wrap{
	width: 100%;
	height: 100%;
	position: relative;
}
.pagetitle .titlebox {
    flex-direction: column;
    z-index: 3;
    width: 100%;
}
.pagetitle .titlebox p{
    font-family: "EB Garamond", serif;
	letter-spacing: 0.2em;
	font-size: 15px;
	text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
}
.pagetitle .titlebox h1,.pagetitle .titlebox .font-kaisei{
    font-family: "Kaisei Opti", serif;
	letter-spacing: 0.2em;
	font-size: 28px;
	font-weight: 400;
	text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
}
/* ---------- footer ---------- */
.footer{
	position: relative;
	z-index: 3;
	background-color: #CCCCCC;
    border-top: 4px solid #000;
}
.footer .topbox .footer-menu{
	gap: 40px;
}
.footer .footer-contactbox {
	gap: 20px;
	background-color: #222222;
	margin-top: 60px;
	padding: 60px 80px;
}
.footer .footer-contactbox .titlebox{
	width: 100%;
}
.footer .footer-contactbox .box{
	justify-content: space-around;
}
.footer .footer-contactbox .rightbox {
    flex: 1; 
    padding: 0 40px;
}
.footer .footer-contactbox .box .rightbox:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3); 
}
.footer .footer-contactbox .telbox img{
	width: 25px;
	margin-right: 10px;
}
.footer .bottombox{
	flex-direction: column;
	gap:20px;
	margin-bottom: 80px;
}
.footer .bottombox .txtbox{
	flex-direction: column;
	gap:10px;
}
.footer{
	padding: 60px 0;
}
.footer .logo-box{
	width: 200px;
}
.footer .bannerbox{
	gap: 20px;
}
.footer .bannerbox img {
    max-width: 240px;       
    height: auto;      
    display: block;    
}
/* ---------- font ---------- */

.default_title{ 
	font-size: 36px;
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: 34px;
	letter-spacing: 0.05em;
}
.default_title3{
	font-size: 30px;
	letter-spacing: 0.1em;
}
.default_title4{
	font-size: 24px;
	letter-spacing: 0.05em;
}
.default_txt{
	font-size: 22px;
	letter-spacing:  0.05em;
}
.default_txt2{
	font-size: 18px;
	letter-spacing: 0.05em;
}
.default_txt3{
	font-size: 16px;
	letter-spacing: 0.05em;
}

.font-kaisei{
	font-family: "Kaisei Opti", serif;
}
.font-eb{
	font-family: "EB Garamond", serif;
}
.font-zen{
	font-family: "Zen Old Mincho", serif;
}
.font-noto{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
.lh-2 {
	line-height: 2;
}
.lh-2h {
	line-height: 2.5;
}
/* ---------- 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: #004729}
.txt-color2{color: #433213}
.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 ---------- */
	.onlineshop_a .imgbox {
		width: 25%;
	}
	.onlineshop_a .txtbox {
		width: 50%;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (min-width: 1081px){
	.menu-wrap{display: none!important;}
}
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.onlineshop_a .txtbox {
		padding: 60px 30px 20px 30px;
	}
/* ---------- header ---------- */
	body {
	  padding-top: 0px;
	}
	.header .logo2 {
		position: absolute;
		top: 5%;
		left:2%;
	    display: block;
		width: 110px;
	}
	.header .head_menu {
        display: none;
    }
  .header .menu-bt {
    display: block;
    position: relative;
    width: 70px;
    aspect-ratio: 1 / 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #C9BB11;
    cursor: pointer;
	  margin-left: auto;
  }
  .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(56, 55, 54, 0.8);
    z-index: 998;
  }
  .menu-wrap > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px 50px;
    box-sizing: border-box;
    background-color: rgba(67, 50, 19, 0.8);
  }
  .menu-wrap > div {
    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: 16px;
    font-weight: 500;
  }
  .menu-wrap > div .ul .li a p.en {
    font-size: 24px;
    font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    color: #D5CF8A;
    opacity: 0.8;
	  letter-spacing: 0.15em;
	  font-weight: 400;
  }
/* ---------- footer ---------- */
	.footer .footer-contactbox .box {
		flex-direction: column;
	}
	.footer .footer-contactbox .rightbox {
		width: 100%;
		padding: 0px;
	}
	.footer .footer-contactbox .box .rightbox:first-child {
		border-right: 0px solid rgba(255, 255, 255, 0.3);
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.footer .footer-contactbox {
		gap: 20px;
		margin-top: 50px;
		padding: 30px 20px;
	}
	.footer .logo-box{
		width: 160px;
	}
/* ---------- font ---------- */

	.default_title{ 
		font-size: 32px;
		letter-spacing: 0.05em;
	}
	.default_title2{
		font-size: 28px;
		letter-spacing: 0.05em;
	}
	.default_title3{
		font-size: 26px;
		letter-spacing: 0.1em;
	}
	.default_title4{
		font-size: 22px;
		letter-spacing: 0.05em;
	}
	.default_txt{
		font-size: 20px;
		letter-spacing:  0.05em;
	}


}
/* ---------- 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 ---------- */
    .onlineshop_a{
		flex-wrap: wrap;
	}
	.onlineshop_a .imgbox{
		width: 100%;
		height: 120px;
	}
	.onlineshop_a .txtbox{
		width: 100%;
	}
	.onlineshop_a .txtbox .more a {
    	margin: 0 auto;
	}
	.onlineshop_a .topbox p br{
		display: block;
	}
/* ---------- header ---------- */
	.header .logo2 {
		width: 80px;
	}
	  .menu-wrap > div .ul .li a p {
		font-size: 16px;
	  }
	  .menu-wrap > div .ul .li a p.en {
		font-size: 20px;
	  }
	.pagetitle .titlebox p{
		font-size: 15px;
	}
	.pagetitle .titlebox h1,.pagetitle .titlebox .font-kaisei{
		font-size: 24px;
	}
/* ---------- footer ---------- */
	.footer .bottombox {
		margin-bottom: 50px;
	}
	.footer .topbox .footer-menu {
		gap: 30px;
	}
	.footer .footer-contactbox .telbox img {
		width: 18px;
		margin-right: 10px;
	}
/* ---------- font ---------- */

	.default_title{ 
		font-size: 28px;
		letter-spacing: 0.05em;
	}
	.default_title2{
		font-size: 26px;
		letter-spacing: 0.05em;
	}
	.default_title3{
		font-size: 24px;
		letter-spacing: 0.1em;
	}
	.default_title4{
		font-size: 20px;
		letter-spacing: 0.05em;
	}
	.default_txt{
		font-size: 20px;
		letter-spacing:  0.05em;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 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 ---------- */
	.onlineshop_a .topbox p br{
		display: none;
	}
	.title-style1 h2{
		padding: 0px 0;
	}
/* ---------- header ---------- */
	.header .logo2 {
		top:15%;
		left:5%;
		width: 50px;
	}
	.header {
		padding: 15px 20px;
	  }
	  .header .menu-bt {
		width: 50px;
	  }
	  .header .menu-bt .line {
		width: 20px;
		height: 16px;
	  }
	  .menu-wrap > div {
		padding: 100px 20px 60px;
	  }
	  .menu-wrap > div .ul {
		padding: 0;
		gap: 40px 20px;
	  }
	  .menu-wrap > div .ul .li a p {
		font-size: 13px;
	  }
	  .menu-wrap > div .ul .li a p.en {
		font-size: 16px;
	  }
	.pagetitle{
		padding: 50px;
	}
	.pagetitle .titlebox p{
		font-size: 15px;
	}
	.pagetitle .titlebox h1,.pagetitle .titlebox .font-kaisei{
		font-size: 20px;
	}
/* ---------- footer ---------- */
	.footer .logo-box{
		width: 120px;
	}
	.footer .bottombox {
        margin-bottom: 30px;
    }
	.footer .topbox .footer-menu {
        gap: 20px;
    }
    .footer .footer-contactbox {
        margin-top: 30px;
    }
/* ---------- font ---------- */

	.default_title{ 
		font-size: 26px;
		letter-spacing: 0.05em;
	}
	.default_title2{
		font-size: 24px;
		letter-spacing: 0.05em;
	}
	.default_title3{
		font-size: 20px;
		letter-spacing: 0.1em;
	}

	.default_txt{
		font-size: 20px;
		letter-spacing:  0.05em;
	}
	.default_txt{
		font-size: 18px;
		letter-spacing:  0.05em;
	}
	.default_txt2{
		font-size: 16px;
		letter-spacing: 0.05em;
	}
	.default_txt3{
		font-size: 14px;
		letter-spacing: 0.05em;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
