@charset "UTF-8";

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


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

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

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

	body {
		font-size: 1.3rem;
		letter-spacing: 0.02em;
	}

}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}




/*l-header
---------------------------------------------------------------------------- */
.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	transition: .5s;
}

.l-header .logo {
	width: 243px;
	position: absolute;
/*	left: 0;*/
	left:-1px;
	top: 0;
	z-index: 1;
}

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

.l-header .nav {
	float: right;
	display: flex;
	align-items: center;
}


.l-header .nav .list-col {
		margin-bottom: 10px;
		display: flex;
	justify-content: flex-end;
	align-items: center;
}


.l-header .nav .above {
	text-align: right;
	margin-right: 45px;
}

.l-header .nav .list {
	margin-right: 40px;
}

.l-header .nav li {
	display: inline-block;
	vertical-align: middle;
}

.l-header .nav li a {
	color: #fff;
	text-decoration: none;
	transition: .3s;
}

.l-header .nav .above li {
	font-size: 1.2rem;
	font-weight: 600;
	padding-left: 17px;
	position: relative;
}

.l-header .nav .above li::before {
	position: absolute;
	content: "";
	background: url("../../images/common/ico_arrow.svg")no-repeat;
	background-size: 7px;
	background-position: left center;
	width: 7px;
	height: 100%;
	left: 0;
	top: 0;
}

.l-header .nav .above li + li {
	margin-left: 15px;
}

.l-header .nav .bottom li {
	font-size: 1.5rem;
	font-weight: 500;
}

.l-header .nav .bottom li + li {
	margin-left: 40px;
}

.l-header .nav .lang {
	color: #fff;
	font-size: 1.2rem;
}

.l-header .nav .lang li {
	position: relative;
	padding-right: 15px;
}

.l-header .nav .lang li:last-child {
	padding: 0;
}

.l-header .nav .lang li::before {
	position: absolute;
	content: "/";
	height: 100%;
	right: 0;
	top: 0;
	font-size: 1.2rem;
	width: 12px;
	color: #fff;
	text-align: center;
}

.l-header .nav .lang li:last-child::before {
	display: none;
}

.l-header .nav .lang li a {
	color: rgb(255 255 255 / 60%);
}

.l-header .nav .button {
    display: flex;
}

.l-header .nav .button .box {
	width: 140px;
}

.l-header .nav .button .box a {
	text-align: center;
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	min-height: 90px;
	padding: 29px 0;
	text-decoration: none;
	transition: .3s;
}

.l-header .nav .button .box:first-child a {
	color: #000;
	background: #fff;
}

.l-header .nav .button .box:last-child a {
	color: #fff;
	background: #000;
}

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

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

	.l-header.is-scroll {
	background: rgba(0,0,0,0.6);
	}

	.l-header .nav .button .box a:hover {
		background: #b60081;
		color: #fff;
	}

	.l-header .nav li a:hover {
		color: #b60081;
	}


}

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

	.l-header .logo {
    width: 150px;
	}

	.l-header .nav .bottom li {
	    font-size: 1.4rem;
	}

	.l-header .nav .bottom li + li {
	    margin-left: 10px;
	}

	.l-header .nav .button .box a {
	    font-size: 1.2rem;
	    padding: 25px 0;
	    min-height: inherit;
	}

	.l-header .nav .button .box {
	    width: 100px;
	    min-height: inherit;
	}

	.l-header .nav .list {
	    margin-right: 20px;
	}

	/* .l-header .nav .button .box:first-child {
	    width: 70px;
	} */

	.l-header .nav .above {
	    margin-bottom: 0;
	}

}

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


	.l-header .logo {
		width: 110px;
		z-index: 52;
	}

	.l-header .nav {
		display: none;
	}

}


/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}

.l-menu {
	display: none;
}

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

    .l-menu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 51;
        background: #000;
        width: 55px;
        height: 55px;
        padding: 19px 0;
    }
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  width: 20px;
	  height: 17px;
	  background: none;
	  border: none;
	  appearance: none;
	  cursor: pointer;
	  display: block;
		margin: 0 auto;
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
	  transform: translateY(7px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  transform: translateY(-9px) rotate(45deg);
	}
    .l-gNav {
        width: 100%;
        background: #000;

    }
	.l-gNav .inner {
		padding: 0 20px;
    margin: 0 auto;
		height: 100vh;
    padding: 80px 20px 100px;
		overflow-y: scroll;
	}

	.l-gNav .menu {
		margin: 0 auto 30px;
		max-width: 300px;
	}


	.l-gNav .lang {
    margin: 0 auto 30px;
    max-width: 300px;
		color: #fff;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		font-size: 2rem;
	}

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

	.l-gNav .lang li {
		position: relative;
		display: inline-block;
		vertical-align: baseline;
		padding-right: 25px;
	}

	.l-gNav .lang li:last-child {
		padding: 0;
	}

	.l-gNav .lang li::before {
		position: absolute;
		content: "/";
		height: 100%;
		right: 0;
		top: 0;
		font-size: 2rem;
		width: 20px;
		color: #fff;
		text-align: center;
	}

	.l-gNav .lang li:last-child::before {
		display: none;
	}

	.l-gNav .lang li a {
		color: rgb(255 255 255 / 60%);
	}

	.l-gNav .menu li + li {
		margin-top: 25px;
	}

	.l-gNav .menu li a {
		text-decoration: none;
		color:#B60081;
		font-weight: bold;
		font-size: 1.2rem;
	}

    .l-gNav .menu li a span {
        display: block;
        color: #fff;
        font-size: 2.6rem;
        line-height: 1;
        letter-spacing: -0.01em;
    }
	.l-gNav .menu li ul li + li {
		margin-top: 10px;
	}

	.l-gNav .menu li ul a {
		color: #B4B4B4;
		font-size: 1.3rem;
	}

	.l-gNav .button {
		max-width: 300px;
		margin: 0 auto;
	}

	.l-gNav .button + .button {
		margin-top: 10px;
	}

	.l-gNav .button a {
		display: block;
		background: #fff;
		text-decoration: none;
		text-align: center;
		font-size: 1.1rem;
		color: #000;
		font-weight: bold;
		min-height: 85px;
		line-height: 1;
		padding: 20px 0;
	}

	.l-gNav .button a span {
		display: block;
		max-width: 285px;
		margin: 0 auto 10px;
	}

}


/* 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-bottom: 200px;
}

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


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

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


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

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


/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
	position: relative;
	background: #000;
	color: #fff;
}

.l-footer .button {
	background: #fff;
	max-width: 1250px;
	width: calc(100% - 90px);
	position: absolute;
	top: -107px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
}

.l-footer .button .block {
	border: solid 1px #000;
	line-height: 1;
}


.l-footer .button .block span {
	display: block;
	margin: 0 auto 20px;
	max-width: 292px;
}

.l-footer .button .block a {
	display: block;
	text-align: center;
	transition: .3s;
	text-decoration: none;
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
	min-height: 220px;
	padding: 70px 20px;
}

.l-footer .sitemap {
	padding: 230px 30px 110px;
	max-width: 1056px;
	margin: 0 auto;
}

.l-footer .sitemap li {
	line-height: 1;
}

.l-footer .sitemap a {
	display: block;
	text-decoration: none;
	color: #B60081;
	font-weight: 600;
	font-size: 1.2rem;
	transition: .3s;
}

.l-footer .sitemap span {
	display: block;
	font-size: 2.8rem;
	letter-spacing: -0.01em;
	color: #fff;
	padding-bottom: 10px;
}


.l-footer .sitemap .main li ul li {
	margin-top: 15px!important;
	line-height: 1.4!important;
}


.l-footer .sitemap .main li ul li a {
	color: #b2b2b2;
	font-size: 1.3rem;
}

.l-footer .info {
	border-top: solid 1px #595757;
	padding: 30px 30px 70px;
}

.l-footer .info .content {
	max-width: 1056px;
	margin: 0 auto;
}

.l-footer .info .logo {
	width: 392px;
}

.l-footer .info .mark {
	width: 74px;
}

.l-footer .address {
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    max-width: 480px;
}

.l-footer .address dt {
    position: relative;
    width: 66px;
}

.l-footer .address dd {
    width: calc(100% - 66px);
    padding-left: 15px;
}

.l-footer .address dt:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 12px;
    right: 0;
	top: 40%;
	transform: translateY(-40%);
	-webkit- transform: translateY(-40%);
}

.l-footer .copy {
	font-size: 1.4rem;
	color: #595757;
	font-weight: 400;
	text-align: center;
	padding-bottom: 30px;
}
.l-footer .policy {
	text-align: right;
	padding-top: 20px;
	max-width: 1056px;
	margin: 0 auto;

}
.l-footer .policy li {
	display: inline;
	font-size: 13px;
	margin-right:30px;
}
.l-footer .policy li:last-child {
	margin-right:0;
}
.l-footer .policy li a {
	color:#fff;
	text-decoration: none;
}

.l-footer .sitemap .ocb {
	font-size: 1.2rem;
}

.l-footer .sitemap .ocb a {
	color: #B2B2B2;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.l-footer .sitemap .ocb a small {
	color: #B60081;
	font-size: 1rem;
}

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

	.l-footer .button {
		display: flex;
		justify-content: space-between;
	}

	.l-footer .button .block a:hover {
		opacity: .5;
	}

	.l-footer .button .block {
		width: 50%;
	}

	.l-footer .button .block + .block {
		border-left: none;
	}

	.l-footer .sitemap {
		display: flex;
		justify-content: space-between;
	}

	.l-footer .sitemap .main {
		position: relative;
	}

	.l-footer .sitemap .main li {
		display: inline-block;
		vertical-align: top;
		margin-right: 36px;
	}

	.l-footer .sitemap .main > li:last-child {
		margin: 0;
		position: absolute;
		white-space: nowrap;
		top: 67px;
    right: -156px;
	}

	.l-footer .sitemap .left {
		position: relative;
	}

	.l-footer .sitemap .ocb {
		position: absolute;
		right: -55px;
		top: 160px;
	}


	.l-footer .sitemap .main li ul li {
		display: block;
	}

	.l-footer .sitemap .sub li + li {
		margin-top: 25px;
	}

	.l-footer .sitemap .main li ul li:first-child {
		margin-top: 30px;
	}

	.l-footer .info .content {
		display: flex;
		justify-content: space-between;
	}

	.l-footer .sitemap a:hover {
	    opacity: .8;
	}
	.l-footer .policy li a:hover {
	color: #b60081;
	}
}

@media screen and (min-width:1081px) and ( max-width:1140px){
	.l-footer .button .block a {
    min-height: auto;
	}

	.l-footer .info .logo {
	    width: 240px;
	}

	.l-footer .address {
	    font-size: 1.2rem;
	    max-width: 450px;
	}

}


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

	.l-footer .button .block + .block {
		border-top: none;
	}

	.l-footer .button .block a {
		min-height: auto;
		font-size: 1.1rem;
		padding: 20px 0;
	}

	.l-footer .button .block:first-child span {
    max-width: 230px;
    margin: 0 auto 10px;
	}
	.l-footer .button .block span {
    max-width: 285px;
    margin: 0 auto 10px;
	}

	.l-footer .sitemap {
		padding: 100px 20px 50px;
		display: flex;
		max-width: 414px;
		margin: 0 auto;
	}

	.l-footer .sitemap li + li {
		margin-top: 20px;
	}

	.l-footer .sitemap a {
    font-size: 1rem;
	}

	.l-footer .sitemap span {
	    font-size: 2.3rem;
	}

	.l-footer .sitemap .main li ul li {
	    margin-top: 10px;
	}

	.l-footer .sitemap .left {
    padding-right: 20px;
	}

	.l-footer .info .logo {
	    width: 226px;
	    margin: 0 auto 15px;
	}

	.l-footer .info {
	    padding: 15px 20px;
	}

	.l-footer .address {
	    font-size: 1.2rem;
	    margin: 0 auto 20px;
	}

	.l-footer .address dt {
	    width: 60px;
	    margin-bottom: 10px;
	}
    .l-footer .address dt::before {
        top: 29%;
    }
	.l-footer .address dd {
	    width: calc(100% - 60px);
	    padding-left: 9px;
		padding-bottom: 5px;
	}

	.l-footer .info .mark {
	    width: 64px;
	    margin: 0 auto;
	}

	.l-footer .copy {
	    font-size: 1rem;
	}

	.l-footer .button {
		width: calc(100% - 40px);
		top: -140px;
	}
	.l-footer .policy {
		text-align: center;
	}
    .l-footer .policy li {
        font-size: 1.2rem;
    }

		.l-footer .sitemap .ocb {
			margin-top: 20px;
		}
}

@media screen and (max-width: 768px){
	.l-footer .button {
		top: -107px;
	}
	.l-footer .button .block:first-child span {
    max-width: 285px;
	}
}
