
/*
-----------------
format
-----------------
*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Noto Sans JP', sans-serif;
    color: #151719;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html{
    overflow-x :hidden;
}
body {
    overflow-x :hidden;
    line-height: 1.7em;
    -webkit-text-size-adjust: none;
    height: 100%;
    background: url(../img/background.png) 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
    color: #25282b;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease; /* opera */
    -moz-transition: all 0.3s ease; /* firefox */
    -webkit-transition: all 0.3s ease; /* chrome, safari */
    -ms-transition: all 0.3s ease; /* ie */
}
a img{
    opacity: 1;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease; /* opera */
    -moz-transition: all 0.3s ease; /* firefox */
    -webkit-transition: all 0.3s ease; /* chrome, safari */
    -ms-transition: all 0.3s ease; /* ie */
}
a:hover{
    opacity: 0.6;
    cursor: pointer;
}
a:hover img{
    opacity: 0.6z;
}

/*
-----------------
header @PC
-----------------
*/

header{
    width: 1080px;
    position: relative;
    z-index:50;
    margin: 0 auto;
    height: 140px;
    /* background: url(../img/walogo.png) 50% 90% no-repeat; */
    /* background-size: 130px; */
}
header h1{
    position: absolute;
    top: 80px;
    left: -40px;
}
header nav h1.spcloned{
    display: none;
    position: relative;
    /* left: -40px; */
    max-width: 1080px;
    margin: 0 auto;
    width: 80vw;
}
header h1 a img{
    height: 45px;
}
header .warec a img{
    height: 37px;
}
header .warec{
    position: absolute;
    top: 85px;
    left: 177px;
}
header > p{
    position: absolute;
    bottom: 18px;
    left: 260px;
}
header > p img{
    width: 80px;
}
header > ul{
    position: absolute;
    bottom: 18px;
    right: 26px;
    display: flex;
}
header > ul > li{
    padding: 0 30px 0 30px;
}
header > ul > li a{
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
}
header input + label {
  position: absolute;
  top: 97px;
  right: -48px;
  height: 20px;
  width: 48px;
  z-index: 5;
}
header input + label span {
  position: absolute;
  width: 30px;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  right: 0;
  display: block;
  background: #0f0f0f;
  transition: .5s;
}
header input + label span:first-child {
  top: 0;
}
header input + label span:last-child {
  top: 22px;
  width: 48px;
}
header label:hover {
  cursor: pointer;
}
header input:checked + label span {
  opacity: 0;
  top: 50%;
  width: 36px;
  background: #0f0f0f;
}
header input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(405deg);
}
header input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
}
header input ~ nav {
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  transition: .5s;
  transition-delay: .5s;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
header input ~ nav::-webkit-scrollbar {
    display:none;
}
header nav > ul {
    width: 80vw;
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
header input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
  background: rgba(255, 255, 255, 0.95);
  margin: 0 0 0 0;
}
header input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
  background: rgba(255, 255, 255, 0.95);
  margin: 0 0 0 0;
}
header input ~ nav .nav-wrap{
    display: flex;
    flex-direction: column-reverse;
    opacity: 0;
    width: 80vw;
    max-width: 1080px;
    margin: 0 auto;
    transition: .5s;
    transition-delay: 0.5s;
}
header input:checked ~ nav .nav-wrap{
    opacity: 1;
    transition-delay: 0s;
    text-align: left;
}
header nav h1{
    display: block;
    margin: 90px auto 0;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
}
header nav h1 img{
    width: 20%;
    min-width: 200px;
}
header nav .nav-wrap > ul{
    padding: 24px 0;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
header nav ul.artist_menu{
    border-bottom: 1px solid #000;
}
header nav ul.artist_menu li{
    margin-bottom: 4px;
}
header nav ul.artist_menu li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #25282b;
    font-family: 'Oswald', sans-serif;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
}
header nav ul.hmnav{
    padding-bottom: 40px;
    border-top: 1px solid #000;
}
header nav .nav-wrap p {
    width: 80vw;
    max-width: 1080px;
    margin: 0px 0 0 -10px;
    padding: 80px 0 10px;
}
header nav .nav-wrap p img{
    width: 200px;
}
header nav .nav-wrap ul.global_menu{
    padding: 32px 0;
}
header nav .nav-wrap ul.global_menu li{
    margin-bottom: 4px;
}
header nav .nav-wrap ul.global_menu li a{
    font-size: 18px;
    margin-bottom: 6px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
}
#burger{
    display: none;
}



/*
-----------------
header @tablet
-----------------
*/
@media screen and (max-width: 1080px){
    header{
        width: 90vw;
    }
    header h1{
        /* left: 0; */
    }
    header > p{
        display: none;
    }
    header > ul{
        display: none;
    }
    header input + label {
      right: 0;
    }
}
/*
-----------------
header @mobile
-----------------
*/
@media screen and (max-width: 768px){
    header{
        height: 110px;
    }
    header h1{
        top: 50px;
        left: 0;
    }
    header nav .nav-wrap p {
        width: 80vw;
        max-width: 1080px;
        margin: 0px 0 0 -10px;
        padding: 50px 0 10px;
    }
    header .warec{
        top: 50px;
        display: none;
    }
    header h1 a img{
        height: 40px;
    }
    header nav .nav-wrap p img{
        height: 40px;
        width: auto;
        margin-left: -10px;
    }
    header input + label {
        top: 60px;
    }
    header nav .nav-wrap ul.global_menu,
    header nav .nav-wrap ul.hmnav{
        padding: 16px 0;
    }
    .hmnav li ul li {
        font-size: 13px;
    }
    
}

.hmnav{
}
.hmnav li{
    width: 100%;
}

.hmnav li a{
    display: block;
    padding: 2px 0 2px 0;
}
















/*
-----------------
main @PC
-----------------
*/
main{
    width: 1080px;
    margin: 0 auto 0 auto;
    position: relative;
}
/*
-----------------
main @tablet
-----------------
*/
@media screen and (max-width: 1080px){
    main{
        width: 90vw;
    }
}

/*
-----------------
main @mobile
-----------------
*/
@media screen and (max-width: 768px){
    main{
        margin: 0 auto 40px auto;
    }
}

/*
-----------------
breadCrumbs @PC
-----------------
*/
.breadCrumbs{
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    padding: 80px 0 10px 0;
    background: #fff;
}
.breadCrumbs li{
    float: left;
    font-size: 12px;
}
.breadCrumbs li a{
    margin: 0 0 0 0;
    padding: 0 22px 0 0;
    position: relative;
    display: inline-block;
}
.breadCrumbs li a:after{
    content:"〉";
    position: absolute;
    right: 0;
    font-size: 10px;
}

/*
-----------------
breadCrumbs @tablet
-----------------
*/
@media screen and (max-width: 1080px){
    .breadCrumbs{
        width: 90vw;
    }
}
/*
-----------------
breadCrumbs @mobile
-----------------
*/
@media screen and (max-width: 768px){
    .breadCrumbs{
        display: none;
    }
}

/*
-----------------
footer @PC
-----------------
*/
footer{
	width: 100%;
    width: 1080px;
    margin: auto;
}
/*
footer > div:nth-child(1){
	text-align: right;
	position: relative;
}
footer > div:nth-child(1) a{
	width: 64px;
	height: 64px;
	font-size: 0;
	display: inline-block;
	background: #a9a9a9;
	position: absolute;
	top: -32px;
	right: 0;
}
footer > div:nth-child(1) a:after{
    content:"";
    width: 14px;
    height: 14px;
    margin: -4px 0 0 -7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
}
footer > div:nth-child(1) a:hover{
	opacity: 1;
	background: #191919;
	top: -36px;
}
*/
footer > div:nth-child(1){
	padding: 30px 0 23px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer > div:nth-child(1) ul:nth-child(1){
    display: -webkit-flex;
    display: flex;
}
footer > div:nth-child(1) ul:nth-child(1) li{
    margin: 0 30px 0 0;
}
footer > div:nth-child(1) ul:nth-child(1) li a{
    display: block;
    width: 206px;
    height: 72px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer > div:nth-child(1) ul:nth-child(1) li a:hover{
    opacity: 1;
}
footer > div:nth-child(1) ul:nth-child(1) li a:hover img{
    height: 58px;
    opacity: 1;
}
footer > div:nth-child(1) ul:nth-child(1) li img{
    height: 64px;
}
footer > div:nth-child(1) ul:nth-child(1) li:nth-child(1){
    background: #2184c7;
}
footer > div:nth-child(1) ul:nth-child(1) li:nth-child(2){
    background: #25282b;
}
footer > div:nth-child(1) ul:nth-child(1) li:nth-child(3){
    background: #f8f8f8;
    margin: 0;
}
footer > div:nth-child(1) ul:nth-child(2){
    display: -webkit-flex;
    display: flex;
}
footer > div:nth-child(1) ul:nth-child(2) li{
    height: 72px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 40px 0 0;
    font-size: 10px;
}
footer > div:nth-child(1) ul:nth-child(2) li a{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}
footer > div:nth-child(1) ul:nth-child(2) li:nth-child(1) i{
    font-size: 26px;
    color: #25282b;
    padding: 0 5px 0 0;
    vertical-align: middle;
}
footer > div:nth-child(1) ul:nth-child(2) li:nth-child(2){
    margin: 0;
}
footer > div:nth-child(1) ul:nth-child(2) li:nth-child(2) i{
    font-size: 26px;
    color: #25282b;
    padding: 0 5px 0 0;
    vertical-align: middle;
}
footer > div:nth-child(2){
    padding: 15px 0 36px 0;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
footer > div:nth-child(2) ul li{
	display: inline-block;
	padding: 0 17px 0 0;
	margin: 0 17px 0 0;
	position: relative;
}
footer > div:nth-child(2) ul li:after{
	content:"";
	width: 1px;
	height: 16px;
	margin: -6px 0 0 0;
	background: #a7a8a4;
	position: absolute;
	right: 0;
	top: 50%;
}
footer > div:nth-child(2) ul li:last-child{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
footer > div:nth-child(2) ul li:last-child:after{
	background: none;
}
footer > div:nth-child(2) ul li a{
	font-size: 11px;
	font-weight: 300;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
}
footer > div:nth-child(2) p{
	font-size: 10px;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
}

/*
-----------------
footer @tablet
-----------------
*/
@media screen and (max-width: 1080px){
	footer{
        width: 90vw;
        margin: 0 auto;
    }
    footer > div:nth-child(1) ul:nth-child(1){
        width: 90vw;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    footer > div:nth-child(1) ul:nth-child(1) li{
        margin: 0 0 0 0;
    }
    footer > div:nth-child(1) ul:nth-child(1) li a{
        width: 28vw;
    }
    footer > div:nth-child(1) ul:nth-child(1) li img{
        height: 5vw;
    }
    footer > div:nth-child(1) ul:nth-child(2){
        padding: 30px 0 0 0;
        width: 90vw;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

/*
-----------------
footer @mobile
-----------------
*/
@media screen and (max-width: 768px){
    /*
    footer > div:nth-child(1){
        margin: 0 0 0 64px;
    }
    footer > div:nth-child(1) a{
        top: -80px;
        right: 50%;
    }
    footer > div:nth-child(1) a:hover{
        top: -86px;
    }
    */
    footer > div:nth-child(2){
        width: 90vw;
        flex-wrap: wrap;
    }
    footer > div:nth-child(2) ul{
        width: 90vw;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0 0 20px 0;
    }
    footer > div:nth-child(2) p{
        width: 90vw;
        text-align: center;
    }
}
@media screen and (max-width: 480px){
    footer > div:nth-child(1) ul:nth-child(1){
        flex-wrap: wrap;
    }
    footer > div:nth-child(1) ul:nth-child(1) li{
        margin: 0 0 20px 0;
    }
    footer > div:nth-child(1) ul:nth-child(1) li a{
        width: 90vw;
    }
    footer > div:nth-child(1) ul:nth-child(1) li img{
        height: 10vw;
    }
}