@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
small{
font-size: 0.8em;
color:#aaa;
}
html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
}

a:hover {
	color: #FFF;
}

a:active {
	color: #FFF;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #FFF;
	font-size: 1.3rem;
    font-weight: 500;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	background-color: #02031F;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

#container {
    position: relative;
	text-align: left;
}

#main {
    margin-bottom: 124px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
    text-decoration: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
        overflow-x: hidden;
        overflow-wrap: break-word;
	word-wrap: break-word;
	}
    
    body.fixed {
        position: fixed;
        width: 100%;
        overflow-y: scroll;
        height: 100%;
    }
    
    #main {
        margin-bottom: 37px;
    }

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
    margin: 0 auto;
    padding-left: 50px;
    width: 1200px;
    box-sizing: border-box;
}

#gHeader h1 {
    margin-top: 13px;
    width: 38px;
    float: left;
}

#gHeader .hLinkBox {
    width: 1100px;
    float: right;
}

#gHeader .menuBox {
    width: 877px;
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#gHeader .menuBox .hSnsList {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
}

#gHeader .menuBox .hSnsList li {
    margin-right: 20px;
}

#gHeader .menuBox .hSnsList li:last-child {
    margin-right: 0;
}

#gHeader .menuBox .hSnsList li a:hover {
    opacity: 0.7;
}

#gHeader .menuBox .hSnsList li a img {
    width: auto;
    height: 25px;
}

#gHeader .hBtnList {
    float: right;
}

#gHeader .hBtnList li {
    width: 100px;
    box-sizing: border-box;
    float: left;
    border-left: 1px solid #00001E;
    background-color: #E5E4E9;
}

#gHeader .hBtnList li:nth-child(2n) {
    background-color: #FFF;
}

#gHeader .hBtnList li a {
    padding: 13px 5px 9px;
    display: block;
    color: #00001E;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-align: center;
}

#gHeader .hBtnList li a:hover {
    opacity: 0.7;
}

#gHeader .hBtnList li a .txt {
    margin-top: 1px;
    display: block;
}

#gHeader .hBtnList li img {
    width: 20px;
}

@media all and (min-width: 768px) {
    #gHeader .menu {
        display: none !important;
    }
}

@media all and (max-width: 767px) {
	#gHeader .hBox {
        padding: 15px 0 30px;
        width: auto;
        position: relative;
        z-index: 2;
    }

    #gHeader h1 {
        margin: 0 auto;
        width: 25px;
        float: none;
    }

    #gHeader .hLinkBox {
        width: auto;
        float: none;
    }

    #gHeader .menu {
        width: 26px;
        height: 28px;
        display: block;
        position: absolute;
        right: 14px;
        top: 15px;
        cursor: pointer;
        z-index: 1000;
    }
    
    #gHeader .menu span {
        width: 26px;
        height: 1px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: #FFF;
        -webkit-transition: all 0.3s;
		transition: all 0.3s;
    }
    
    #gHeader .menu span:nth-child(2) {
        top: 12px;
    }
    
    #gHeader .menu span:nth-child(3) {
        top: 25px;
    }
    
    #gHeader .menu.on span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
	}
	
	#gHeader .menu.on span:nth-child(2) {
		opacity: 0;
	}
	
	#gHeader .menu.on span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
	}
    
    #gHeader .menuBox {
        width: 200px;
        height: 100vh;
        display: -webkit-block;
        display: block;
        position: fixed;
        right: -200px;
        top: 0;
        background: #00001e;
        z-index: 999;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        overflow: auto;
    }
    
    #gHeader .menuBox.on {
        right: 0;
    }

    #gHeader .menuBox .hSnsList {
        margin: 0 0 70px;
    }

    #gHeader .menuBox .hSnsList li {
        margin-right: 0;
    }

    #gHeader .menuBox .hSnsList li a {
        padding: 15px 20px;
        display: block;
    }

    #gHeader .hBtnList {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1001;
    }

    #gHeader .hBtnList li {
        width: 50%;
        box-sizing: border-box;
    }

    #gHeader .hBtnList li:first-child {
        border: none;
    }

    #gHeader .hBtnList li a {
        padding: 19px 5px 17px;
        font-size: 1.5rem;
        font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    }

    #gHeader .hBtnList li a .txt {
        margin: 0 0 0 10px;
        display: inline-block;
        vertical-align: top;
    }

    #gHeader .hBtnList li img {
        width: 22px;
    }
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    margin: 24px 20px 0 0;
    text-align: right;
}

#gNavi li {
    margin-left: 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#gNavi li:before {
    width: 1px;
    height: calc(50% + 1px);
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #FFF;
    content: '';
    transform: translateY(-50%) skewX(-25deg);
}

#gNavi li:last-of-type:before {
    display: none;
}

#gNavi li a {
    padding: 0 20px;
    display: block;
    color: #FFF;
    font-size: 1.1rem;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    letter-spacing: 5.3px;
}

#gNavi li:last-of-type a {
    padding-right: 0;
}

#gNavi li a:hover {
    opacity: 0.7;
}

@media all and (max-width: 767px) {
    #gNavi {
        margin: 60px 0 0;
        text-align: left;
    }

    #gNavi li {
        margin-left: 0;
        display: block;
    }

    #gNavi li:before {
        display: none;
    }

    #gNavi li a {
        padding: 15px 20px;
        font-size: 1.3rem;
    }

    #gNavi li:last-of-type a {
        padding-right: 20px;
    }
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
    border-top: 1px solid #00001E;
    background-color: #FFF;
}

#pagePath ul {
    margin: 0 auto;
    padding: 2px 0 3px;
    width: 1100px;
}

#pagePath li {
	display: inline;
	color: #01031E;
	font-size: 1rem;
    letter-spacing: 1.5px;
}

#pagePath a {
    color: #01031E;
}

#pagePath a:hover {
    text-decoration: underline;
}

@media all and (max-width: 767px) {
    #pagePath {
        border-bottom: 1px solid #00001E;
    }

    #pagePath ul {
        padding: 2px 17px 1px;
        width: auto;
    }

    #pagePath li {
        letter-spacing: 1px;
    }

    #pagePath a:hover {
        text-decoration: none;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 71px 20px;
    text-align: center;
    border-top: 1px solid #FFF;
}

#gFooter .fNavi {
    margin-bottom: 65px;
}

#gFooter .fNavi li {
    margin-left: 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#gFooter .fNavi li:before {
    width: 1px;
    height: calc(50% + 1px);
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #FFF;
    content: '';
    -webkit-transform: translateY(-50%) skewX(-25deg);
    transform: translateY(-50%) skewX(-25deg);
}

#gFooter .fNavi li:last-of-type:before {
    display: none;
}

#gFooter .fNavi li a {
    padding: 0 20px;
    display: block;
    font-size: 1.1rem;
    letter-spacing: 5.3px;
}

#gFooter .fNavi li a:hover {
    opacity: 0.7;
}

#gFooter .fSnsList {
    margin-bottom: 31px;
}

#gFooter .fSnsList li {
    margin: 0 9px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
}
#gFooter .fSnsList li.minor{
	width: 250px;
}

#gFooter .fSnsList li a:hover {
    opacity: 0.7;
}

#gFooter .copyright {
    margin: 0 10px;
    font-size: 1rem;
    letter-spacing: 2.8px;
}

@media all and (max-width: 767px) {
    #gFooter {
        padding: 101px 0 90px;
        position: relative;
        border-top: none;
    }

    #gFooter .fNavi {
        margin-bottom: 35px;
        border-top: 1px solid #FFF;
    }

    #gFooter .fNavi li {
        margin-left: 0;
        display: block;
        border-bottom: 1px solid #FFF;
    }

    #gFooter .fNavi li:before {
        display: none;
    }

    #gFooter .fNavi li a {
        padding: 19px 10px;
        font-size: 1.4rem;
    }

    #gFooter .fSnsList li {
        margin: 0 9px;
        width: 20px;
    }

    #gFooter .copyright {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }
}

@media all and (max-width: 767px) {
   #gFooter .copyright {
        letter-spacing: 0.5px;
    } 
}
