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

@font-face {
font-family: 'Billabong';
src: url("../webfonts/Billabong.ttf");
}

html {
font-size: 62.5%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
color: #fff;
font-family: "Yu Gothic medium", "Noto Sans JP", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
background: #111;
margin: 0;
}
img{
width:100%;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
video, iframe {
width: 100%;
vertical-align: bottom;
}
a {
text-decoration: none;
color: #fff;
}
i {
font-size: 0.8em;
padding-right: 5px;
}
p {
word-break: break-all;
}
a.btn {
display: block;
border: 1px solid #b5b5b6;
background: #fff;
text-align: center;
width: 100%;
max-width: 320px;
margin: 0 auto;
}

/*--------------------
header
--------------------*/
header{
position: fixed;
width: 100%;
top: 0;
z-index: 10000;
}

/* ハンバーガーメニュー*/
.drawer{
position: fixed;
z-index: 10002;
}
.drawer-hidden {
display: none;
}
.drawer-open {
display: flex;
justify-content: center;
align-items: center;
position: relative;
z-index: 10001;
cursor: pointer;
}
.drawer-open span:before,
.drawer-open span:after {
content: '';
display: block;
border-radius: 3px;
background: #fff;
transition: 0.5s;
position: absolute;
transform: translateX(-50%);
}
#drawer-check:checked ~ .drawer-open span::before {
transform: translateX(-50%) rotate(45deg);
background: #111;
}
#drawer-check:checked ~ .drawer-open span::after {
transform: translateX(-50%) rotate(-45deg);
background: #111;
}
.drawer-content {
height: 100%;
position: fixed;
top: 0;
right: -100%;
background: #fff;
transition: .5s;
z-index: 10000;
}
#drawer-check:checked ~ .drawer-content {
right: 0;
}
/* ハンバーガーメニュー*/
header .drawer-list li a{
display: block;
position: relative;
color: #111;
font-family: 'Work Sans', sans-serif;
font-weight: 600;
}
header .drawer-list li a:hover{
color: #777;
}
header .drawer-list li a:before {
position: absolute;
content: '';
display: block;
background-color: #000;
}
header .drawer-list li a:hover:before {
background-color: #777;
}
header .drawer-list li a span{
display: block;
font-family: "Yu Gothic medium", "Noto Sans JP", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
}
/*--------------------
footer
--------------------*/
#footer{
text-align: center;
background: #111;
letter-spacing: 0.3em;
}

@media (max-width: 559px){
/*--------------------
header
--------------------*/
header .logo{
width: 150px;
margin-left: 20px;
padding: 10px 0;
}
.drawer{
right: 20px;
top: 8px;
}
.drawer-open {
height: 30px;
width: 30px;
}
.drawer-open span:before,
.drawer-open span:after {
height: 1px;
width: 30px;
}
.drawer-open span:before {
bottom: 9px;
}
.drawer-open span:after {
top: 9px;
}
#drawer-check:checked ~ .drawer-open span::before {
bottom: 15px;
}
#drawer-check:checked ~ .drawer-open span::after {
top: 14px;
}
.drawer-content {
width: 100%;
}
/* nav */
header .drawer-list{
padding:  80px 0 0 15px;
}
header .drawer-list li{
margin-bottom: 20px;
}
header .drawer-list li a:before {
top: 20px;
left: 0;
width: 15px;
height: 1px;
}
header .drawer-list li a{
font-size: 2.2rem;
padding-left: 30px;
}
header .drawer-list li a span{
font-size: 1.4rem;
color: #777;
font-weight: 600;
}
/*--------------------
footer
--------------------*/
#footer{
font-size: 1.0rem;
padding-bottom: 10px;
}
}

@media (min-width: 560px){
br.nobr{
display: none;
}
}
@media (min-width: 560px) and (max-width: 959px){
/*--------------------
header
--------------------*/
header .logo{
width: 200px;
padding: 10px 0;
margin-left: 30px;
}
.drawer{
right: 30px;
top: 5px;
}
.drawer-open {
height: 35px;
width: 35px;
}
.drawer-open span:before,
.drawer-open span:after {
height: 2px;
width: 40px;
}
.drawer-open span:before {
bottom: 10px;
}
.drawer-open span:after {
top: 10px;
}
#drawer-check:checked ~ .drawer-open span::before {
bottom: 16px;
}
#drawer-check:checked ~ .drawer-open span::after {
top: 16px;
}
.drawer-content {
width: 80%;
}
/* nav */
header .drawer-list{
padding:  100px 0 0 40px;
}
header .drawer-list li{
margin-bottom: 30px;
}
header .drawer-list li a:before {
top: 25px;
left: 0;
width: 20px;
height: 1px;
}
header .drawer-list li a{
font-size: 4rem;
padding-left: 60px;
}
header .drawer-list li a span{
font-size: 1.2rem;
}	
/*--------------------
footer
--------------------*/
#footer{
font-size: 1.2rem;
padding-bottom: 20px;
}
}


@media (min-width: 960px){
a:hover {
color: #fff;
}
/*--------------------
header
--------------------*/
header .logo{
width: 350px;
padding: 10px 0;
margin-left: 35px;
}
.drawer{
right: 35px;
top: 5px;
}
.drawer-open {
height: 40px;
width: 40px;
}
.drawer-open span:before,
.drawer-open span:after {
height: 2px;
width: 40px;
}
.drawer-open span:before {
bottom: 12px;
}
.drawer-open span:after {
top: 12px;
}
#drawer-check:checked ~ .drawer-open span::before {
bottom: 19px;
}
#drawer-check:checked ~ .drawer-open span::after {
top: 19px;
}
/* nav */
header .drawer-list{
padding:  100px 0 0 40px;
}
header .drawer-list li{
margin-bottom: 30px;
}
header .drawer-list li a:before {
top: 25px;
left: 0;
width: 20px;
height: 1px;
}
header .drawer-list li a{
font-size: 3rem;
padding-left: 60px;
}
header .drawer-list li a span{
font-size: 1.6rem;
}	
/*--------------------
footer
--------------------*/
#footer{
font-size: 1.2rem;
padding-bottom: 20px;
}
}

@media (min-width: 960px) and (max-width: 1279px){
.drawer-content {
width: 50%;
}
}


@media (min-width: 1280px) and (max-width: 1599px){
.drawer-content {
width: 40%;
}
}

@media (min-width: 1600px){
.drawer-content {
width: 30%;
}
}
