@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/

html{ font-size: 62.5%; }

body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";/*weight:400,500,700*/
	color:#231815;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	font-feature-settings: "palt";
	font-optical-sizing: auto;
	font-style: normal;
	/*text-align: justify;*/
	background:#FFF;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

img{
	width: 100%;
	height: auto;
}
img { -ms-interpolation-mode: bicubic; }

.object-fit-img {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'
}

a{
	text-decoration: none;
	outline: none;
	transition-duration: 0.5s;
	transition-property: opacity, color;
}

.f_en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:"slnt" 0;
}


a:hover{
	text-decoration: none;
	opacity: 0.7;
}

strong {
	font-weight: 700;
}

section#qa div.section_inner div.block::-webkit-scrollbar {
	background: #FFF;
	width: 3px;
	height: 40px;
	margin: 20px 0;
}
section#qa div.section_inner div.block::-webkit-scrollbar-thumb {
	width: 3px;
	background: #E83820;
}



/*----DWナビゲート用----*/
.pc{}
.sp{}
.img-switch{}


header {
	width: 100%;
	background: rgba(255,255,255,.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

main,article{
	width: 100%;
}

section {
	position: relative;
}

footer{
    width: 100%;
	background: #000;
	position: relative;
}

/*ページトップ*/
.SmoothScroll_pageTop{
    text-align:right;
    position: absolute;
    top: -16px;
    right: 90px;
	z-index: 5;
	line-height: 0;
}
.SmoothScroll_pageTop a{
	display:inline-block;
    width:28px;
}


/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 641px){
	
	.sp{
		display: none!important;
	}
	
	body {
		padding-top: 68px;
	}
	
	a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
	
	a#sp_contact_btn {
		display: none;
	}
	
	.hamburger {
      display : none;
    }
	
	header, footer, main {
		min-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	
	header {
		width: 100%;
		height: 68px;
	}
	
	header div.h_block {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	
	header div.h_block h1{
		width: 198px;
		line-height: 0;
		margin-left: 38px;
	}
	
	header div.h_block nav.globalMenuSp{
		width: auto;
		line-height: 0;
	}
	
	header div.h_block nav.globalMenuSp ul.outside{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li{
		display: inline-block;
		font-size: 12px;
		font-size: clamp(1.2rem,1.2vw,1.6rem);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		letter-spacing: 0.14em;
		line-height: 1;
		margin-right: 30px;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li.insta{
		width: 46px;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li.contact{
		width: 23.9vw;
		max-width: 320px;
		height: 68px;
		background: #E83820;
		margin-right: 0;
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .25);
		position: absolute;
		bottom: -68px;
		right: 0;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li a{
		color: #231815;
		display: inline-block;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li.contact a{
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		font-size: clamp(1.4rem,1.4vw,1.9rem);
		font-weight: 500;
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		color: #FFF;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li.contact a::after{
		content: "";
		width: 10px;
		height: 18px;
		background: url("../images/common/arrow_right_w.svg") no-repeat;
		background-size: contain;
		margin-left: 9.2%;
		margin-top: 2px;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li ul.inner{
		display: none;
	}
	
	main {
		position: relative;
		overflow: hidden;
	}
	
	article {
		width: 100%;
	}
	
	div#page_title {
		width: 100%;
		color: #FFF;
		height: 300px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		line-height: 0;
		position: relative;
		z-index: 0;
	}
	
	div#page_title h2{
		font-size: 29px;
		font-size: clamp(2.9rem,2.9vw,4.0rem);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		text-align: center;
		letter-spacing: 0.14em;
		line-height: 0.8;
	}
	
	div#page_title h2 small{
		font-size: 12px;
		font-size: clamp(1.2rem,1.2vw,1.6rem);
		font-weight: 500;
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		letter-spacing: 0.38em;
	}
	
	div#wapper {
		width: 100%;
		position: relative;
		z-index: 2;
		clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
		background: #FFF;
		margin-top: -80px;
		padding: 150px 0 80px;
	}
	
	section {
		width: 100%;
		max-width: 1366px;
		margin: 0 auto;
		position: relative;
	}
	
	section h2{
		font-size: 29px;
		font-size: clamp(2.9rem,2.9vw,4.0rem);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		text-align: center;
		letter-spacing: 0.14em;
		line-height: 0.9;
		margin-bottom: 45px;
	}
	
	section h2 small{
		font-size: 12px;
		font-size: clamp(1.2rem,1.2vw,1.6rem);
		font-weight: 500;
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		letter-spacing: 0.38em;
		color: #898989;
	}
	
	section#qa div.section_inner {
		background: #FFF;
		padding: 35px 8px;
		height: 28.5vw;
		min-height: 290px;
		max-height: 370px;
	}
	
	section#qa div.section_inner div.block{
		width:100%;
		padding: 0 8px;
		height: 100%;
		margin: 0 auto;
		overflow: hidden;
		overflow-y:scroll;
	}
	
	section#qa div.section_inner div.block dl{
		width: 624px;
		margin: 0 auto;
		font-size: 12px;
		font-size: clamp(1.2rem,1.2vw,1.6rem);
		line-height: 1.6;
		letter-spacing: 0.16em;
	}
	
	section#qa div.section_inner div.block dl dt{
		width: 100%;
		min-height: 30px;
		margin-bottom: 14px;
		padding-left: 42px;
		background: url("../images/common/icon_q.svg") no-repeat;
		background-size: 30px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	section#qa div.section_inner div.block dl dd{
		width: 100%;
		min-height: 30px;
		padding-bottom: 30px;
		padding-left: 42px;
		background: url("../images/common/icon_a.svg") no-repeat;
		background-size: 30px;
		border-bottom: 1px solid #DCDDDD;
		margin-bottom: 25px;
		text-align: justify;
	}
	
	section#qa div.section_inner div.block dl dd:last-of-type {
		border: none;
		margin-bottom: 0;
	}
	
	div.f_top_bg_photo {
		line-height: 0;
		margin-top: -80px;
		position: relative;
		z-index: 5;
	}
	
	footer div#f_tel_block{
		width: 100%;
		padding: 40px;
		background: #EFEFEF;
		text-align: center;
	}
	
	footer div#f_tel_block h3{
		font-size: 13px;
		font-size: clamp(1.3rem,1.3vw,1.8rem);
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.24em;
		margin-bottom: 18px;
	}
	
	footer div#f_tel_block span.tel{
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
		font-size: 29px;
		font-size: clamp(2.9rem,2.9vw,4.0rem);
        font-weight: 700;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		line-height: 1;
		letter-spacing: 0.08em;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	footer div#f_tel_block span.tel::before{
		content: "";
		width: 30px;
		height: 31px;
		background: url("../images/common/icon_tel.svg") no-repeat;
		background-size: contain;
		display: inline-block;
		margin-right: 8px;
	}
	
	footer div#f_tel_block span.tel a{
		color: #231815;
	}
	
	footer div#f_contact_block{
		width: 100%;
		padding: 50px 40px 80px;
		background: #E83820;
	}
	
	footer div#f_contact_block a{
		width: 43%;
		max-width: 590px;
		display: block;
		margin: 0 auto;
		background: #FFF;
		border-radius: 32px;
		padding: 20px;
		font-size: 16px;
		font-size: clamp(1.6rem,1.6vw,2.3rem);
		font-weight: 500;
		color: #E83820;
		line-height: 1;
		letter-spacing: 0.28em;
		text-align: center;
		position: relative;
	}
	
	footer div#f_contact_block a::after{
		content: "";
		width: 16px;
		height: 6px;
		background: url("../images/common/arrow_line_r.svg") no-repeat;
		background-size: contain;
		position: absolute;
		right: 28px;
		top: -webkit-calc(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: calc(50% - 3px);
	}
	
	footer div#f_block{
		width: 100%;
		padding: 55px 40px 40px;
	}
	
	footer div#f_block div.block_inner{
		width: 80%;
		max-width: 1080px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	footer div#f_block div.block_inner h2{
		width: 210px;
		line-height: 0;
	}
	
	footer div#f_block div.block_inner p{
		color: #FFF;
		display: inline-block;
	}
	
    footer div#f_block div.block_inner p{
		font-size: 13px;
		font-size: clamp(1.3rem,1vw,1.4rem);
		letter-spacing: 0.15em;
    }
}

@media screen and (min-width: 1686px){
	header div.h_block nav.globalMenuSp ul.outside li.contact{
		position: relative;
		bottom: initial;
		right: initial;
		box-shadow: none;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 640px){
	
	.pc{
		display: none!important;
	}
	
	.hamburger {
        display : block;
        position: absolute;
        z-index : 9999;
        width : 40px;
        height: 40px;
        text-align: center;
        top: 12px;
        right: 12px;
		border: 1px solid #231815;
		border-radius: 50%;
    }
	
	body {
        padding-top: 68px;
    }
	
	body.nav_open {
        overflow: hidden;
    }
	
	a:hover{
		text-decoration: none;
		opacity: 1;
	}
	
	a#sp_contact_btn {
		width: 63.8%;
		max-width: 260px;
		height: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		font-size: clamp(1.4rem,3.88vw,1.7rem);
		font-weight: 500;
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		color: #FFF;
		letter-spacing: 0.14em;
		background: #E83820;
		border-radius: 20px 0 0 20px;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
		position: fixed;
		bottom: 15px;
		right: 0;
		z-index: 50;
	}

	
	a#sp_contact_btn::after{
		content: "";
		width: 10px;
		height: 18px;
		background: url("../images/common/arrow_right_w.svg") no-repeat;
		background-size: contain;
		margin-left: 6%;
		margin-top: 2px;
	}
	
	header {
		padding: 0;
		height: 68px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}
	
	header div.h_block {
		width: 90%;
		height: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	header div.h_block h1{
		width: 150px;
		line-height: 0;
	}
	
	main {
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	article {
		overflow: hidden;
	}
	
	div#page_title {
		width: 100%;
		color: #FFF;
		height: 36.8vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		line-height: 0;
		position: relative;
		z-index: 0;
	}
	
	div#page_title h2{
		font-size: 26px;
		font-size: clamp(2.6rem,7.22vw,3.1rem);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		text-align: center;
		letter-spacing: 0.14em;
		line-height: 1;
		padding-bottom: 3vw;
	}
	
	div#page_title h2 small{
		font-size: 15px;
		font-size: clamp(1.5rem,4.16vw,1.8rem);
		font-weight: 500;
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		letter-spacing: 0.38em;
	}
	
	div#wapper {
		width: 100%;
		position: relative;
		z-index: 2;
		clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0 100%);
		background: #FFF;
		margin-top: -40px;
		padding: 70px 0 40px;
	}
	
	section {
        width: 100%;
		margin: 0 auto;
	}
	
	section h2{
		font-size: 35px;
		font-size: clamp(3.5rem,9.72vw,4.2rem);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1;
		margin-bottom: 35px;
	}
	
	section h2 small{
		font-size: 15px;
		font-size: clamp(1.5rem,4.16vw,1.8rem);
		font-weight: 500;
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		letter-spacing: 0.38em;
		color: #898989;
	}
	
	section#qa div.section_inner {
		background: #FFF;
		padding: 5.3vw 8px;
		height: 145vw;
	}
	
	section#qa div.section_inner div.block{
		width:100%;
		padding: 0 8px;
		height: 100%;
		margin: 0 auto;
		overflow: hidden;
		overflow-y:scroll;
	}
	
	section#qa div.section_inner div.block dl{
		width: 100%;
		margin: 0 auto;
		font-size: 15px;
		font-size: clamp(1.5rem,4.16vw,1.8rem);
		line-height: 1.6;
		letter-spacing: 0.14em;
	}
	
	section#qa div.section_inner div.block dl dt{
		width: 100%;
		min-height: 30px;
		margin-bottom: 14px;
		padding-left: 42px;
		background: url("../images/common/icon_q.svg") no-repeat;
		background-size: 30px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	section#qa div.section_inner div.block dl dd{
		width: 100%;
		min-height: 30px;
		padding-bottom: 30px;
		padding-left: 42px;
		background: url("../images/common/icon_a.svg") no-repeat;
		background-size: 30px;
		border-bottom: 1px solid #DCDDDD;
		margin-bottom: 25px;
		text-align: justify;
	}
	
	section#qa div.section_inner div.block dl dd:last-of-type {
		border: none;
		margin-bottom: 0;
	}
	
	div.f_top_bg_photo {
		line-height: 0;
		margin-top: -70px;
		position: relative;
		z-index: 5;
	}
	
	footer div#f_tel_block{
		width: 100%;
		padding: 35px 2.5%;;
		background: #EFEFEF;
		text-align: center;
	}
	
	footer div#f_tel_block h3{
		font-size: 17px;
		font-size: clamp(1.7rem,4.53vw,2.0rem);
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.24em;
		margin-bottom: 15px;
	}
	
	footer div#f_tel_block span.tel{
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
		font-size: 29px;
		font-size: clamp(2.9rem,7.73vw,3.4rem);
        font-weight: 700;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		line-height: 1;
		letter-spacing: 0.06em;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	footer div#f_tel_block span.tel::before{
		content: "";
		width: 25px;
		height: 25px;
		background: url("../images/common/icon_tel.svg") no-repeat;
		background-size: contain;
		display: inline-block;
		margin-right: 6px;
	}
	
	footer div#f_tel_block span.tel a{
		color: #231815;
	}
	
	footer div#f_contact_block{
		width: 100%;
		padding: 50px 5% 60px;
		background: #E83820;
	}
	
	footer div#f_contact_block a{
		width: 100%;
		display: block;
		margin: 0 auto;
		background: #FFF;
		border-radius: 30px;
		padding: 18px;
		font-size: 19px;
		font-size: clamp(1.9rem,5.06vw,2.3rem);
		font-weight: 500;
		color: #E83820;
		line-height: 1;
		letter-spacing: 0.28em;
		text-align: center;
		position: relative;
	}
	
	footer div#f_contact_block a::after{
		content: "";
		width: 18px;
		height: 6px;
		background: url("../images/common/arrow_line_r.svg") no-repeat;
		background-size: contain;
		position: absolute;
		right: 28px;
		top: -webkit-calc(50% - 3px);
        top: -moz-calc(50% - 3px);
        top: calc(50% - 3px);
	}
	
	footer div#f_block{
		width: 100%;
		padding: 50px 0 74px;
	}
	
	footer div#f_block div.block_inner{
		width: 90%;
		margin: 0 auto;
		line-height: 1.4;
	}
	
	footer div#f_block div.block_inner h2{
		width: 210px;
		line-height: 0;
		margin: 0 auto 45px;
	}
	
	footer div#f_block div.block_inner p{
		color: #FFF;
		text-align: center;
	}
	
    footer div#f_block div.block_inner p{
		font-size: 13px;
		font-size: clamp(1.3rem,0.34vw,1.6rem);
		letter-spacing: 0.15em;
    }
	
	nav.globalMenuSp {
        width: 90%;
        max-width: 375px;
        height: 100%;
        position: fixed;
        z-index : 998;
        top  : 0;
        right : 0;
        color: #231815;
        background: #FFF;
        text-align: left;
        transform: translateX(100%);
        transition: all 0.6s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    nav.globalMenuSp ul.outside {
        padding: 40px 0 80px;
		position: relative;
    }

    nav.globalMenuSp ul.outside li {
		list-style-type: none;
        width: 100%;
        text-align: left;
        padding: 8px 40px;
        line-height: 1.4;
    }

    nav.globalMenuSp ul.outside li a {
      color: #231815;
      text-decoration :none;
      letter-spacing: 0.06em;
      line-height: 1.3;
    }

    nav.globalMenuSp ul.outside li a span.en{
        width: 56px;
        display: block;
        margin-top: 6px;
    }

    nav.globalMenuSp ul.outside li ul li{
      padding: 5px 40px;
    }

    nav.globalMenuSp ul.outside li ul li{
      padding: 5px 0;
    }
	
	header div.h_block nav.globalMenuSp ul.outside li{
		display: inline-block;
		font-size: 24px;
		font-size: clamp(2.4rem,6.66vw,2.8rem);
		font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        font-variation-settings:"slnt" 0;
		letter-spacing: 0.14em;
		line-height: 1;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li.insta{
		margin: 30px auto 0;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li.insta a{
		width: 46px;
		margin: 0 auto;
		display: block;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li.contact{
		width: 100%;
		height: 68px;
		background: #E83820;
		margin-right: 0;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li a{
		color: #231815;
		display: inline-block;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li.contact a{
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		font-size: clamp(1.8rem,5vw,2.1rem);
		font-weight: 500;
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		color: #FFF;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li.contact a::after{
		content: "";
		width: 10px;
		height: 18px;
		background: url("../images/common/arrow_right_w.svg") no-repeat;
		background-size: contain;
		margin-left: 9.2%;
		margin-top: 2px;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li ul.inner{
		display: block;
		margin-top: 8px;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li ul.inner li{
		margin: 0 0 8px;
		padding: 0;
	}
	
	header div.h_block nav.globalMenuSp ul.outside li ul.inner li a{
		font-size: 18px;
		font-size: clamp(1.8rem,5vw,2.1rem);
		font-weight: 500;
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	header div.h_block nav.globalMenuSp ul.outside li ul.inner li a::before{
		content: "-";
	}

}

/*　ハンバーガーボタン　*/
.hamburger span {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 1px ;
  left    : 9px;
  background : #231815;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
header.add_color .hamburger span {
    background : #231815;
}
body.nav_open .hamburger span {
    background : #231815!important;
}

.hamburger span:nth-of-type(1) {
    top: 12px;
}
.hamburger span:nth-of-type(2) {
    top: 19px;
}
.hamburger span:nth-of-type(3) {
	width: 10px;
    bottom: 12px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 18px;
  left: 9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

.hamburger.active span:nth-child(3) {
  display: none;
}

body #modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -888;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: opacity, color;
    visibility: hidden; 
}

body.nav_open #modal {
    z-index: 888;
    opacity: 1;
    visibility: visible;

}




/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateX(0%); 
}

	
