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

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;
}

body:not(.gjs-dashed){}
body.gjs-dashed{}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i,a h2,a h3,a h4{
	color: #1D1D1D;
}

.font-ubuntu{
	font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: bold;
}
.pd_wrap{
	padding: 150px 100px 0;
}
.pd_wrap_all{
	padding: 150px 100px 150px;
}
.pd_wrap_side{
	padding-left: 100px;
	padding-right: 100px;
}
.pd_wrap_t{
	padding-top: 150px;
}
.pd_wrap_b{
	padding-bottom: 150px;
}
.pd_wrap_l{
	padding-left: 100px;
}
.pd_wrap_r{
	padding-right: 100px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}

.mg_b_1{margin-bottom: 150px;}
.mg_b_2{margin-bottom: 100px;}
.mg_b_3{margin-bottom: 80px;}
.mg_b_4{margin-bottom: 50px;}
.mg_b_5{margin-bottom: 30px;}

.en_title1{
	font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(40px,5.2vw,60px);
}
.en_title2{
	font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(32px,4.2vw,52px);
}

.default_title1{
	font-size: clamp(22px,3.2vw,44px);
}
.default_title2{
	font-size: clamp(20px,2.5vw,34px);
}
.default_title3{
	font-size: clamp(18px,2.2vw,28px);
}
.default_title4{
	font-size: clamp(16px,1.8vw,22px);
}
.default_txt1{
	font-size: clamp(15px,1.6vw,20px);
}
.default_txt2{
	font-size: clamp(15px,1.4vw,18px);
}
.default_txt3{
	font-size: clamp(12px,1.2vw,14px);
}

.font-light{font-weight: lighter;}
.font-normal{font-weight: normal;}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-bold{font-weight: bold;}
.font-black{font-weight: 900;}

/* ---------- common ---------- */
.border_rad_default1{
	border-radius: 20px;
	overflow: hidden;
}
.snsbox{
	gap: 30px;
}
.snsbox a{
	width: 30px;
}
.link_wrap,.link_wrap 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: center;
    align-items: center;
	flex-direction: row;
}
.link_wrap{
	gap: 30px 80px;
}
.link_wrap a{
	gap: 20px;
}
.link_wrap a p{
	font-size: clamp(15px,1.4vw,18px);
}
.link_wrap a .icon{
	position: relative;
	background-color: #0E0E0F;
	width: 30px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	transition: ease 0.3s;
}
.link_wrap a:hover .icon{
	transform: translateY(3px);
}
.link_wrap a .icon::after{
	content: "";
	position: absolute;
	width: 40%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("https://lavorokobe.jp/system_panel/uploads/images/linkwrap_arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.cms_img{
	position: relative;
	overflow: hidden;
}
.cms_img > div{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: ease 0.6s;
}
a:hover .cms_img > div{
	transform: scale(1.1);
}

/* ---------- title ---------- */
.line_item1{position: relative;}
.line_item1::after{
	content: "";
	position: absolute;
	width: 50px;
	height: 4px;
	background-color: #EB3677;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

/* ---------- pagetitle ---------- */
.pagetitle{
	position: relative;
	background-color: #EDEEF2;
}
.pagetitle::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("https://lavorokobe.jp/system_panel/uploads/images/pagetitle_bg1.png");
	width: 100%;
	height: 100%;
	opacity: 0.5;
}
.pagetitle::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25vh;
	background-color: #fff;
	z-index: 2;
}
.pagetitle .txtbox{
	position: relative;
	z-index: 3;
	gap: 30px;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 50px;
	overflow: inherit;
}
.pagetitle .txtbox::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-image: url("https://lavorokobe.jp/system_panel/uploads/images/bubble_item2.svg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	width: 25%;
	height: 100%;
}
.pagetitle .txtbox .en{
	position: relative;
	z-index: 2;
	line-height: 1;
	font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(44px,6.0vw,70px);
}
.pagetitle .txtbox .title{
	position: relative;
	z-index: 2;
	font-size: clamp(16px,1.8vw,24px);
}
.pagetitle .imgbox{
	position: relative;
	z-index: 3;
}
body:not(.gjs-dashed) .pagetitle  .txtbox{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 0.5s;
}
body:not(.gjs-dashed) .pagetitle  .imgbox{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1.0s;
}

.pagetitle.pagetitle2{
	padding-bottom: 40vh;
	position: relative;
	z-index: 1;
	margin-bottom: -40vh;
}
.pagetitle.pagetitle2 .txtbox{
	margin-bottom: 0;
}
.pagetitle.pagetitle2::after{
	display: none;
}

.pagetitle2_bottom{
	position: relative;
	z-index: 2;
}
/* ---------- more ---------- */
.more a,.more > div{
	padding: 15px 30px;
	background-color: #0E0E0F;
	border-radius: 200px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);overflow: hidden;
}
.more a p,.more > div p{
	font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(15px,1.4vw,18px);
	font-weight: 700;
	letter-spacing: 0.1rem;
	color: #fff;
}
.more a > div,.more > div > div{
	gap: 15px;
}
.more a > div .icon,.more > div > div .icon{
	position: relative;
	background-color: #fff;
	width: 30px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	transition: ease 0.3s;
}
.more a:hover > div .icon,.more > div:hover > div .icon{
	transform: translateX(3px);
}
.more a > div .icon::after,.more > div > div .icon::after{
	content: "";
	position: absolute;
	width: 40%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("https://lavorokobe.jp/system_panel/uploads/images/more_arrow1.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.more.more2 a{
	background-color: #FFFFFF
}

.more.more2 a p,.more.more3 a p{
	color: #0E0E0F;
}
.more.more2 a > div .icon,.more.more3 a > div .icon{
	background-color: #0E0E0F;
}
.more.more2 a > div .icon::after,.more.more3 a > div .icon::after{
	background-image: url("https://lavorokobe.jp/system_panel/uploads/images/more_arrow2.svg");
}

.more.more3 a{
	background-color: transparent;
	padding: 5px;
	box-shadow: none;
	border-radius: 0;
}
/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	justify-content: space-between;
	padding: 15px 40px 0;
	z-index: 9999;
}
.header .logo{
	width: 25%;
	max-width: 380px;
}
.header .logo img{
filter:
    drop-shadow(0 0 1px white)
    drop-shadow(0 0 1px white)
    drop-shadow(0 0 1px white);
 }
.header p{
	font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: bold;
	font-size: 17px;
}
.header .headnav,.header .headnav .ul{
	gap: 40px;
}
.header .headnav .ul .li a{
	position: relative;
}
.header .headnav .ul .li a .jp{
	position: absolute;
	font-size: 13px;
	white-space: nowrap;
	top: 100%;
	left: 0;
	opacity: 0;
	transform: translateY(-100%);
	transition: ease-out 0.3s;
}
.header .headnav .ul .li a:hover .jp{
	opacity: 1;
	transform: translateY(0%);
}
.header .headnav .contact_bt a{
	display: block;
	padding: 10px 40px;
	border-radius: 200px;
	background-color: #0E0E0F;
}
.header .headnav .contact_bt a p{
	color: #fff;
}
.header .headnav .contact_bt i{display: none;}
.header .headnav .menu-bt{
	cursor: pointer;
	
}
.header .headnav .menu-bt{
	width: 50px;
	aspect-ratio: 1 / 1;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.header .headnav .menu-bt .line{
	position: relative;
	width: 15px;
	height: 12px;
}
.header .headnav .menu-bt .line div{
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 4px;
	left: 0;
	background-color: #0E0E0F;
	transition: ease 0.3s;
}
.header .headnav .menu-bt .line div:nth-of-type(1){
	top: 0;
}
.header .headnav .menu-bt .line div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%);
}
.header .headnav .menu-bt .line div:nth-of-type(3){
	bottom: 0;
}
.header .headnav .menu-bt.active .line div:nth-of-type(1){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.header .headnav .menu-bt.active .line div:nth-of-type(2){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	opacity: 0;
}
.header .headnav .menu-bt.active .line div:nth-of-type(3){
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%) rotate(-45deg);
}

.menu-wrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 9998;
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.menu-wrap > div .menu-wrap_inner{
	width: 90%;
	max-width: 1000px;
}
.menu-wrap > div .menu-wrap_inner .ul{
	align-items: flex-start;
	gap: 50px 60px;
	margin-bottom: 80px;
}
.menu-wrap > div .menu-wrap_inner a{
	transition: ease 0.3s;
}
.menu-wrap > div .menu-wrap_inner a:hover{
	transform: translateY(-5px);
}
.menu-wrap > div .menu-wrap_inner .ul .li a p{
	color: #fff;
	text-align: center;
}
.menu-wrap > div .menu-wrap_inner .ul .li a .en{
	font-family: "Ubuntu", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(23px,2.8vw,36px);
}
.menu-wrap > div .menu-wrap_inner .ul .li a .jp{
	font-size: clamp(12px,1.4vw,14px);
}
/* ---------- footer ---------- */
.footer_contact{
	position: relative;
}
.footer_contact::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #0E0E0F;
	mix-blend-mode: multiply;
	opacity: 0.5;
}
body.gjs-dashed .footer_contact{background-color: #0E0E0F;}
body.gjs-dashed .footer_contact::after{display: none;}

.footer_contact .contents{
	position: relative;
	z-index: 3;
	color: #fff;
	gap: 40px;
}
.footer_contact .contents .titlebox{
	gap: 5%;
}
.footer_contact .contents .titlebox > img{
	width: 25%;
}
.footer_contact .contents .titlebox .logo{
	width: 20%;
	min-width: 150px;
}

.footer{
	background-color: #0E0E0F;
	padding-top: 100px;
	padding-bottom: 100px;
}
.footer p{
	color: #fff;
}
.footer > div{
	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: space-between;
    align-items: center;
	flex-direction: row;
}
.footer .topbox{
	flex-wrap: nowrap; 
}
.footer .topbox .footer_nav{
	width: 70%;
	align-items: flex-start;
	justify-content: space-between;
}
.footer .topbox .footer_nav .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: flex-start;
    align-items: flex-start;
	flex-direction: column;
	gap: 15px;
	width: 27%;
}
.footer .topbox .footer_nav .ul > p{
	width: 100%;
	border-bottom: 1px solid #3C3C3C;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.footer .bottombox{
	flex-direction: row-reverse;
}
.footer .bottombox .logo{
	width: 50%;
	max-width: 180px;
}

/* 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: #1D1D1D;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #EB3677}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #EB3677}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #EB3677}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #1D1D1D;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #EB3677}
.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: #EB3677}
.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: #EB3677}
.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) {
}

/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
	.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-left: 80px;
	}
	.pd_wrap_r{
		padding-right: 80px;
	}
}
/* ---------- 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-left: 60px;
	}
	.pd_wrap_r{
		padding-right: 60px;
	}
/* ---------- common ---------- */
	.link_wrap{
		gap: 20px 60px;
	}
/* ---------- pagetitle ---------- */
	.pagetitle::after{
		height: 20vh;
	}

/* ---------- header ---------- */
	.header .headnav,.header .headnav .ul{
		gap: 30px;
	}
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.mg_b_1{margin-bottom: 100px;}
	.mg_b_2{margin-bottom: 80px;}
	.mg_b_3{margin-bottom: 60px;}
	.mg_b_4{margin-bottom: 40px;}
	.mg_b_5{margin-bottom: 30px;}
/* ---------- common ---------- */
	.link_wrap{
		gap: 20px 50px;
	}
	.link_wrap a{
		gap: 10px;
	}
/* ---------- pagetitle ---------- */
	.pagetitle::after{
		height: 15vh;
	}
/* ---------- header ---------- */
	.header .logo{
		width: 35%;
	}
	.header .headnav{
		gap: 30px;
	}
	.header .headnav .ul{
		display: none;
	}
/* ---------- footer ---------- */
	.footer{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.footer .topbox{
		justify-content: center;
		margin-bottom: 50px;
	}
	.footer .topbox .footer_nav{display: none;}
	
	.footer .bottombox{
		flex-direction: column;
		gap: 30px;
	}
}
/* ---------- 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_t{
		padding-top: 100px;
	}
	.pd_wrap_b{
		padding-bottom: 100px;
	}
	.pd_wrap_l{
		padding-left: 50px;
	}
	.pd_wrap_r{
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.link_wrap{
		gap: 20px 30px;
	}
	.link_wrap a{
		gap: 10px;
	}
/* ---------- pagetitle ---------- */
	.pagetitle::after{
		height: 10vh;
	}
/* ---------- header ---------- */
	.header .logo{
		width: 40%;
	}
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 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_t{
		padding-top: 80px;
	}
	.pd_wrap_b{
		padding-bottom: 80px;
	}
	.pd_wrap_l{
		padding-left: 20px;
	}
	.pd_wrap_r{
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.mg_b_1{margin-bottom: 80px;}
	.mg_b_2{margin-bottom: 60px;}
	.mg_b_3{margin-bottom: 50px;}
	.mg_b_4{margin-bottom: 30px;}
	.mg_b_5{margin-bottom: 20px;}
/* ---------- common ---------- */
	.sp_br_hide br{display: none;}
	.border_rad_default1{
		border-radius: 10px;
	}
	.snsbox{
		gap: 30px;
	}
	.snsbox a{
		width: 24px;
	}
	
/* ---------- title ---------- */
	.titleitem1{
		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: column;
	}
	.line_item1::after{
		width: 30px;
		height: 3px;
	}
	.link_wrap a .icon{
		width: 26px;
	}

/* ---------- pagetitle ---------- */
	.pagetitle::after{
		height: 6vh;
	}
	.pagetitle .txtbox{
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
		padding-top: 20px;
		margin-bottom: 30px;
	}
	.pagetitle .txtbox::after{
		width: 40%;
	}
/* ---------- more ---------- */
	.more a{
		padding: 13px 25px;
	}
	.more a > div{
		gap: 10px;
	}
	.more a > div .icon{
		width: 26px;
	}
/* ---------- header ---------- */
	.header{
		padding: 10px 20px 0;
	}
	.header .logo{
		width: 60%;
		max-width: 220px;
	}
	.header .headnav{
		gap: 10px;
	}
	.header .headnav .contact_bt a{
		width: 44px;
		padding: 0;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		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;
		box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	}
	.header .headnav .contact_bt i{display: block;color: #fff;}
	.header .headnav .contact_bt p{display: none;}
	.header .headnav .menu-bt{
		width: 44px;
	}
	.menu-wrap > div .menu-wrap_inner .ul{
		gap: 30px 0;
		margin-bottom: 50px;
	}
	.menu-wrap > div .menu-wrap_inner .ul a{
		display: block;
	}
	.menu-wrap > div .menu-wrap_inner .ul .li{
		width: 50%;
	}
/* ---------- footer ---------- */
	.footer_contact .contents{
		gap: 30px;
	}
	.footer_contact .contents .titlebox > img{
		width: 25%;
	}
	.footer_contact .contents .titlebox .logo{
		width: 20%;
		min-width: 120px;
	}
	.footer_contact .contents .default_title4{
		font-size: 14px;
	}
	.footer{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.footer .bottombox .logo{
		max-width: 120px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
