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

h1,h2,h3,h4,h5,h6,p,li,a{
	font-size:16px;
	font-weight: normal; 
	margin: 0;
	line-height: 1.6;
}
body {
    background: url("https://hairmakesnipsnap.jp/system_panel/uploads/images/bg_img.jpg") center center / cover no-repeat fixed;
}
/* ---------- common ---------- */
.pricebox p span{
	font-size: 14px;
}
.menu_label {
    position: absolute;
    top: 0;
    left: 20px;
    width: 70px;
    height: 86px;
    background: url("https://hairmakesnipsnap.jp/system_panel/uploads/images/menu_label.svg") no-repeat center top / contain;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px;
    z-index: 2;
}

.shadow_1 {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.titlebox1{
	flex-direction: column;
	gap: 2px;
}
.titlebox2{
	flex-direction: column;
	gap: 2px;
	align-items: flex-start;
	width: 100%;
}
.mg_b1{
	margin-bottom: 60px;
}
.mg_b2{
	margin-bottom: 40px;
}
.mg_t1{
	margin-top: 40px;
}
.img_deco{
	position: relative;
}
.img_deco::before {
    content: "";
    position: absolute;
    right: -50px; 
    top: -25px; 
    width: clamp(60px, 10vw, 110px); 
    aspect-ratio: 1 / 1;
    background: url("https://hairmakesnipsnap.jp/system_panel/uploads/images/leaf_deco2.svg") no-repeat center center / contain;
    z-index: 2;
    pointer-events: none;
}
.img_deco::after {
    content: "";
    position: absolute;
    left: -45px; 
    bottom: -35px;
    width: clamp(60px, 10vw, 110px); 
    aspect-ratio: 1 / 1;
    background: url("https://hairmakesnipsnap.jp/system_panel/uploads/images/leaf_deco1.svg") no-repeat center center / contain;
    z-index: 2;
    pointer-events: none;
}

.two_col .box_wrap{
	gap: 90px;
	max-width: 1400px;
	margin: 0 auto;
}
.two_col .box_wrap .txtbox{
	gap: 50px;
	flex-direction: column;
	align-items: flex-start;
	width: calc(50% - 45px);
}
.two_col .box_wrap .imgbox{
	position: relative;
	width: calc(50% - 45px);
}
.two_col .box_wrap .imgbox img{
	width: 50%;
}
.two_col .box_wrap .imgbox img:nth-of-type(1) {
    margin-bottom: 50px;
}
.two_col .box_wrap .imgbox img:nth-of-type(2) {
    margin-top: 50px;
}
.two_col .box_wrap .txtbox .topbox{
	gap: 12px;
	flex-direction: column;
	align-items: flex-start;
}
.two_col .txtbox .topbox h2 {
    position: relative;
    padding-bottom: 18px; 
}
.two_col .txtbox .topbox h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #9DD1BA;
}
.line_g {
    position: relative;
	padding-bottom: 8px;
}
.line_g::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 50px;
    height: 1px;
    background-color: #9DD1BA;
}
.coupon_wrap{
	flex-direction: column;
	gap: 60px;
}
.coupon_box{
	flex-direction: column;
	gap: 20px;
	align-items: stretch; 
}
.coupon_box .boxitem{
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	align-items: stretch;
	align-self: stretch;
}
.coupon_box .boxitem .imgbox{
	position: relative;
	width: 30%;
	flex-shrink: 0;
	height: auto;
    min-height: 100%;
    overflow: hidden;
	align-self: stretch;
}
.coupon_box .boxitem .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.coupon_box .boxitem .txtbox{
	width: 70%;
	padding: 50px 40px;
	gap: 15px;
	justify-content: space-between;
	align-items: flex-start;
}
.coupon_box .boxitem .txtbox .default_txt{
	flex:1;
}
.coupon_box .boxitem .txtbox .pricebox{
	width: auto;
}

.menu_wrap{
	flex-direction: column;
	gap: 60px;
}
.menu_wrap .menu_box_wrap{
	flex-direction: column;
	gap: 40px;
	width: 100%;
}
.menu_wrap .menu_box_wrap .title{
	flex-direction: column;
	gap: 5px;
	width: 100%;
	align-items: flex-start;
}
.menu_wrap .menu_box_wrap .menu_box{
	flex-direction: column;
	gap: 20px;
	width: 100%;
}
.menu_wrap .menu_box_wrap .menu_box .boxitem{
	width: 100%;
	flex-direction: column;
	gap: 12px;
	padding-bottom: 30px;
	border-bottom: #E1E1E1 1px solid;
	align-items: flex-start;
}
.menu_wrap .menu_box_wrap .menu_box .boxitem .topbox{
	width: 100%;
	justify-content: space-between;
}
/* ---------- more ---------- */
.more a{
	position: relative;
    padding: 13px 30px;
    min-width: 280px;
    border-radius: 3px;
    border: 1px solid #333;
    background-color: transparent;
    text-align: center;
    overflow: visible;
}
.more a::before {
    content: "";
    position: absolute;
    inset: 5px -5px -5px 5px;
    background-color: #D8EBE3;
    border-radius: 3px;
    z-index: -1;
}
.more a p{
	color: #333333;
	font-family: "Lato",  sans-serif;
}
.more a:hover {
    opacity: 1; 
}
.more a::before {
    transition: opacity 0.3s ease;
}
.more a:hover::before {
    opacity: 0.6; 
}
.more a::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 8px;
    top: 50%;
    right: 20px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: translate(0, -50%) skewX(35deg);
    transition: ease 0.3s;
}
.more a:hover::after {
    transform: translate(3px, -50%) skewX(35deg);
}

.more2 a,.more2 > div {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    min-width: 260px;
}
.more2 a .flex{
	justify-content: flex-start;
}
.more2 a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0px; 
    transform: translateY(-50%);
	transform-origin: right;
    width: 36px; 
    height: 1px; 
    background: #5E6574;
	transition: transform .28s ease;
}
.more2 a:hover::after{
    transform: translateY(-50%) scaleX(0);
}
.more2 a p{
	color: #333333;
	font-family: "Lato",  sans-serif;
}
.more3 > div {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    min-width: 260px;
}
.more3 > div .flex {
    justify-content: flex-start;
}

.more3 > div::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 36px;
    height: 1px;
    background: #5E6574;
    transform: translateY(-50%);
    transform-origin: right;
    transition: transform .28s ease;
}
.more4 a{
	width: 100%;
	height: auto;
	background-color: #9DD1BA;
	padding: 10px 26px;
	gap: 10px;
	border-radius: 200px;
}
.more4 a img{
	width: 19px;
	height: auto;
}
.more4 a p{
	color: #fff;
}
/* ---------- header ---------- */
.header{
	justify-content: space-between;
	padding: 6px 20px;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header .leftbox{
	gap: 30px;
}
.header .logo{
	width: clamp(100px, 20vw, 130px);
}
.header .head_menu{
	gap: 30px;
}
.header .head_menu .ul{
	gap: 30px;
}
.header .head_menu .ul .li p{
	font-weight: bold;
}
.header .rightbox{
	gap: 10px;
}
.header .rightbox .contact_bt a{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding: 10px 26px;
	gap: 5px;
}
.header .rightbox .contact_bt a img{
	width: 19px;
	height: auto;
}
.header .head_menu .contact_bt a p{
	color: #fff;
}
.header .menu-bt {
    display: block;
    position: relative;
    width: 45px;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    background-color: #EDE7DA;
}

.header .menu-bt .line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 12px;
    transform: translate(-50%, -50%);
}

.header .menu-bt .line > div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    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) {
    opacity: 0;
    transform: translateY(-50%) translateX(50%);
}

.header .menu-bt.active .line > div:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}
.menu-wrap.burgermenu_d::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    opacity: 0.9;
}
.menu-wrap.burgermenu_d .ul .menu_box a p.en {
    font-family: "Bellefair",  sans-serif;
	color: #9DD1BA;
	font-weight: 400;
}
.menu-wrap.burgermenu_d .ul .menu_box a p.jp {
    font-size: 16px;
    font-weight: 500;
	color: #333333;
}

.menu-wrap.burgermenu_d .ul .menu_box a {
    border-bottom: 1px solid #9DD1BA;
}
/* ---------- pagetitle ---------- */
.pagetitle {
    position: relative;
    min-height: clamp(300px, 30vw, 500px);
    overflow: hidden;
    clip-path: ellipse(95% 100% at 50% 0%);
    align-items: center;
    justify-content: flex-start;
}
.pagetitle::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0.3) 30%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 2;
    pointer-events: none;
}
body.on .pagetitle .pagetitle_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
    animation: fvZoom 4s ease-out forwards;
}
.pagetitle .txtbox{
	position: relative;
    z-index: 3;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}
.pagetitle .txtbox .box{
	flex-direction: column;
	gap: 5px;
	align-items: flex-start;
}
.pagetitle .txtbox .box > p{
	line-height: 1;
}
@keyframes fvZoom {
    0% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}
/* ---------- footer ---------- */
.footer_links_wrap1{
	gap: 25px;
}
.footer_links_wrap1 .footer_links {
    position: relative;
    width: calc((100% - 50px) / 3);
    aspect-ratio: 300 / 190;
    border-radius: 0 40px 0 40px;
    overflow: hidden;
}
.footer_links_wrap1 .footer_links::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
    transition: ease 0.3s;
}
.footer_links_wrap1 .footer_links:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}
.footer_links_wrap1 .footer_links .txtbox {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-align: center;
}
.footer_links_wrap1 .footer_links img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.footer_links_wrap2 .footer_links {
    position: relative;
    width: 100%;
    aspect-ratio: 300 / 80;
    border-radius: 0 40px 0 40px;
    overflow: hidden;
}
.footer_links_wrap2 .footer_links::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
    transition: ease 0.3s;
}
.footer_links_wrap2 .footer_links:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}
.footer_links_wrap2 .footer_links .titlebox1 {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer_links_wrap2 .footer_links img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_b {
    background: #9DD1BA;
    align-items: flex-start;
}
.footer_b .width-1280-max {
    align-items: flex-start;
}
.footer_b .leftbox {
    flex-direction: column;
    align-items: center;
}
.footer_b .leftbox .footer-logo {
    display: block;
}
.footer_b .leftbox .snsbox {
    gap: 20px;
	width: 100%;
}
.footer_b .leftbox .snsbox a img {
    width: 24px;
	height: 24px;
}
.footer_b .leftbox .snsbox a:hover i {
    opacity: .6;
}
.footer_b .rightbox {
    display: flex;
    align-items: flex-start;
    gap: clamp(50px, 8vw, 120px);
}
.footer_b .rightbox .box {
    display: flex;
    flex-direction: column;
}
.footer_b .rightbox .li:not(:last-of-type) {
    margin-bottom: 15px;
}
.footer_b .rightbox .li a {
    display: inline-block;
}
.footer_b .rightbox .li p {
    color: #fff;
    font-family:"Bellefair", serif;
    font-size: clamp(14px, 1.6vw, 17px);
    letter-spacing: 0.1em;
    line-height: 1.6;
    transition: opacity .3s ease;
}
.footer_b .rightbox .li a:hover p {
    opacity: .6;
}
.footer-bottom_b {
    background: #9DD1BA;
    color: #fff;
    padding-bottom: 30px;
}
.footer-bottom_b .copyright {
    margin-left: auto;
}
.footer-bottom_b .copyright p {
    color: #fff;
    line-height: 1;
}
.footer_b .leftbox .contact_bt a {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding: 10px 26px;
    gap: 5px;
}
.footer_b .leftbox .contact_bt a img{
	width: 19px;
	height: auto;
}
.footer_b .rightbox .li a {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
	flex-direction: row;
    gap: 12px; 
}
.footer_b .rightbox .li a::before {
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    background-color: #fff;
    flex-shrink: 0;
}
/* ---------- font ---------- */
.en_title0{
	font-family: "Ephesis",  sans-serif;
	font-size: clamp(40px,5vw,70px);
	letter-spacing: 0.1em;
	color: #9DD1BA;
	transform: rotate(-8deg);
    display: inline-block;
}
.en_title{
	font-family: "Bellefair",  sans-serif;
	font-size: 50px;
	letter-spacing: 0.15em;
}
.en_title2{
	font-family: "Bellefair",  sans-serif;
	font-size: 40px;
	letter-spacing: 0.15em;
}
.en_title3{
	font-family: "Bellefair",  sans-serif;
	font-size: 26px;
	letter-spacing: 0.15em;
}
.default_title{ 
	font-size: clamp(24px, 2.2vw, 30px);
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: clamp(20px, 2vw, 26px);
	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-lato{
	font-family: "Lato",  sans-serif;
}
.font-bellefair{
	font-family: "Bellefair",  sans-serif;
}
.font-ephesis{
	font-family: "Ephesis",  sans-serif;
}
.font-gothic{
	font-family: "Zen Kaku Gothic New",  sans-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;
}
.pd_wrap_l{
	padding: 0px 0px 0 80px;
}
.pd_wrap_r{
	padding: 0px 80px 0 0px;
}
.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: #9DD1BA}
.txt-color2{color: #957C5B}
.txt-color3{color: #333}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #9DD1BA}
.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;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 60px;
	}
	.pd_wrap_r{
		padding: 0px 60px 0 0px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.coupon_box .boxitem .txtbox {
		flex-direction: column;
		padding: 30px 20px;
	}
	.two_col {
		overflow: hidden;
	}
/* ---------- header ---------- */
     .header .head_menu {
        display: none;
    }
/* ---------- footer ---------- */
	.footer_links_wrap1 {
		flex-direction: column;
	}
	.footer_links_wrap1 .footer_links {
		width: 100%;
		aspect-ratio: 300 / 80;
		border-radius: 0 40px 0 40px;
	}
	.footer_b .rightbox {
		display: none;
	}
	.footer_b .leftbox {
		width: 100%;
	}
/* ---------- font ---------- */

	.en_title{
		font-size: 40px;
	}
	.en_title2{
		font-size: 32px;
	}
	.en_title3{
		font-size: 24px;
	}


}
/* ---------- 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;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 50px;
	}
	.pd_wrap_r{
		padding: 0px 50px 0 0px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.img_deco::before {
		right: -50px;
		top: -5px;
	}
	.img_deco::after {
		left: -45px; 
		bottom: -5px;
	}
	.more a {
		padding: 12px 30px;
		min-width: 250px;
	}
	.two_col .box_wrap {
		flex-direction: column-reverse;
	}
	.two_col .box_wrap .txtbox {
		width: 90%;
		gap: 30px;
	}
	.two_col .box_wrap .imgbox {
		width: 70%;
	}
	.two_col .box_wrap {
		gap: 50px;
	}
    .coupon_box .boxitem {
        flex-direction: column;
        height: auto;
        align-items: stretch;
    }

    .coupon_box .boxitem .imgbox {
        width: 100%;
        height: 220px;
        min-height: 220px;
        aspect-ratio: auto;
    }

    .coupon_box .boxitem .imgbox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .coupon_box .boxitem .txtbox {
        width: 100%;
        padding: 30px 25px;
        box-sizing: border-box;
        min-width: 0;
    }

    .coupon_box .boxitem .txtbox h3 {
        width: 100%;
        overflow-wrap: anywhere;
    }

/* ---------- header ---------- */
	.header .rightbox .contact_bt {
		display: none;
	}
/* ---------- footer ---------- */
	.footer_links_wrap1 .footer_links {
		border-radius: 0 20px 0 20px;
	}
/* ---------- font ---------- */

	.en_title{
		font-size: 40px;
	}
	.en_title2{
		font-size: 32px;
	}
	.en_title3{
		font-size: 24px;
	}

	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 17px;
	}
	.default_txt3{
		font-size: 15px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 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;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 20px;
	}
	.pd_wrap_r{
		padding: 0px 20px 0 0px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	h1,h2,h3,h4,h5,h6,p,li,a{
		font-size:14px;
	}
/* ---------- common ---------- */
	.more{
		margin: 0 auto;
	}
	.two_col .box_wrap .imgbox {
        width: 90%;
    }
	.more2 a,.more2 > div {
		padding: 10px 18px;
		min-width: 180px;
	}
	.more3 > div {
		padding: 10px 18px;
		min-width: 180px;
	}
	.two_col .box_wrap {
        gap: 30px;
    }
	.menu_label {
		left: 10px;
		width: 50px;
		height: 70px;
		padding-top: 10px;
	}
	.coupon_box .boxitem .txtbox {
		padding: 20px 15px;
		gap: 8px;
	}
	.coupon_wrap {
		gap: 40px;
	}
    .menu_wrap .menu_box_wrap .menu_box .boxitem .topbox {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .menu_wrap .menu_box_wrap .menu_box .boxitem .topbox .pricebox {
        margin-left: 0;
    }
	.menu_wrap .menu_box_wrap .menu_box .boxitem {
		gap: 10px;
		padding-bottom: 20px;
	}
/* ---------- header ---------- */
	.header .menu-bt {
		width: 36px;
	}
/* ---------- footer ---------- */
	.footer_links_wrap1 .footer_links .txtbox {
		gap: 0px;
	}
	.footer_links_wrap1 .footer_links {
		border-radius: 0 10px 0 10px;
	}
	.footer_links_wrap2 .footer_links {
		border-radius: 0 10px 0 10px;
		aspect-ratio: 300 / 100;
	}

	.footer_b .footer-logo {
		max-width: 150px;
	}
/* ---------- font ---------- */

	.en_title{
		font-size: 28px;
	}
	.en_title2{
		font-size: 22px;
	}
	.en_title3{
		font-size: 18px;
	}

	.default_txt{
		font-size: 17px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 14px;
	}
	.sp-br1 span{
		display: inline-block;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
