@charset "UTF-8";

/* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #000;
}

a {
	text-decoration: underline;
	outline: none;
}

a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

/* _:-ms-lang(x), body {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
} */


/*l-header
---------------------------------------------------------------------------- */
.l-header {
	position: fixed;
	border-bottom: solid 1px #E4E4E4;
	width: 100%;
	background: #fff;
	z-index: 100;
	top: 0;
}

.l-header-logo {
    max-width: 393px;
}

.l-header-logo a {
	display: block;
	transition: .3s;
}

.l-header-content {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-header-button {
    width: 237px;
    text-align: center;
}

.l-header-button a {
    text-decoration: none;
    background: url("../../images/common/ico_gift_pc.png")no-repeat,#000;
		background-size: 22px;
		background-position: left 48px center;
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    display: block;
    min-height: 60px;
    border-radius: 60px;
    padding: 17px 0 17px 30px;
		transition: .3s;
}

@media screen and (min-width: 768px){

	.l-header-logo a:hover {
		opacity: .7;
	}

	.l-header-button a:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 1200px){
	.l-header-content {
    padding: 20px 30px;
	}
}

@media screen and (max-width: 767px){
	.l-header-logo {
    max-width: 217px;
	}

	.l-header-content {
	    padding: 10px 15px;
	}

	.l-header-button a {
	    font-size: 1rem;
	    padding: 30px 0 6px;
	    border-radius: 10px;
	    min-height: auto;
			background: url("../../images/common/ico_gift_sp.png")no-repeat,#000;
			background-size: 18px;
			background-position: top 7px center;
	}

	.l-header-button {
	    width: 77px;
	}


	.l-header {
    position: fixed;
    z-index: 10;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
	}

}

@media screen and (max-width: 320px){
	.l-header-logo {
	    max-width: 190px;
	}
}

/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav {
	border-top: solid 1px #E4E4E4;
	text-align: center;
	font-size: 0;
	padding: 40px 0 90px;
}

.l-gNav li {
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-size: 1.5rem;
}

.l-gNav li a {
	text-decoration: none;
	color: #000000
}

@media screen and (min-width: 768px) {

	.l-gNav li a:hover {
		text-decoration: underline;
	}

}

@media screen and (max-width: 1200px){

	.l-gNav li {
		font-size: 1.3rem;
	}

	.l-gNav {
	    padding: 30px 0 60px;
	}
}

@media screen and (max-width: 767px){

	.l-gNav {
		border-top: none;
		padding: 30px 0 50px;
	}

	.l-gNav li {
	    padding: 0;
	    display: block;
	    margin: 0 0 20px;
	}


}


/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
}

.l-topicPath li {
    display: inline-block;
}

.l-topicPath li.p-topicHome {
    /*
    background: url(../../../images/common/bg_crumb_home.png) left center no-repeat;
    padding-left: 22px;
    */
}

.l-topicPath li a {
    text-decoration: underline;
    color: #0588ce;
}

.l-topicPath li a:hover {
    text-decoration: none;
}

.l-topicPath-arrow {
    margin-left: 0.5em;
}

.l-topicPath-arrow:before {
    content: '＞ ';
}

@media screen and (max-width: 767px){
}


/* l-pageBody
---------------------------------------------------------------------------- */
.l-pageBody {
    width: 100%;
    overflow: hidden;
		padding-top: 126px;
}

@media screen and (max-width: 1200px){
	.l-pageBody{
		padding-top: 128px;
	}
}

@media screen and (max-width: 767px){
    .l-pageBody {
        min-width: 0;
        padding-top: 72px;
    }
}


/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {
}

@media screen and (max-width: 767px){
}


/* l-pageTop
---------------------------------------------------------------------------- */
.l-pageTop {
}

@media screen and (max-width: 767px){
}


/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
	background: #000000;
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	min-height: 90px;
	padding: 30px 0;
}

.l-footer-top {
	position: absolute;
	max-width: 74px;
	z-index: 2;
	transition: .3s;
	top: -30px;
	left: 50%;
	margin-left: -36px;
	z-index: 1;
}

.l-footer-top a {
	display: block;
}

.l-footer p {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 5;
}

@media screen and (min-width: 768px) {

	.l-footer-top:hover {
		top: -40px;
	}

}

@media screen and (max-width: 1200px){
	.l-footer {
		font-size: 1.2rem;
	}

}

@media screen and (max-width: 767px){

	.l-footer {
    padding: 15px 0;
    min-height: 60px;
	}

}
