@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.dpc {
display: block!important;
}
.dsp {
display: none!important;
}
@media screen and (max-width: 750px) {
.dpc {
display: none!important;
}
.dsp {
display: block!important;
}
}

/* -----------------------------
  Common
------------------------------*/
body {
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
color: #3e3a39;
font-family: "Noto Sans Japanese","Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

.dpc {
display: block;	
}

.dsp {
display: none;	
}

.is_view {
opacity: 0;
transform: translate(0, 20px);
transition: all 1000ms 0s ease;
}

.is_view_show {
opacity: 1;
transform: translate(0,0);
}

@media screen and (max-width: 750px) {
.dpc {
display: none;
}

.dsp {
display: block;
}
}

/* -----------------------------
  header
------------------------------*/
#header {
width: 100%;
height: 83px;
min-width: 750px;
position: fixed;
top: 0;
background: #000000;
color: #ffffff;
z-index: 50;
}

#header .logo01 {
padding: 20px 0 0;
text-align: center;
}

#header .logo02 {
position: absolute;
top: 19px;
right: 34px;
}

#header .navOpen {
width: 32px;
height: 28px;
position: absolute;
top: 27px;
left: 67px;
text-indent: -9999px;
cursor: pointer;
}

#header .navOpen:before {
content: "";
display: block;
width: 100%;
height: 4px;
position: absolute;
top: 12px;
left: 0;
background: #ffffff;
}

#header .navOpen span:before,
#header .navOpen span:after {
content: "";
display: block;
width: 100%;
height: 4px;
position: absolute;
left: 0;
background: #ffffff;
}

#header .navOpen span:before {
top: 0;
}

#header .navOpen span:after {
bottom: 0;
}

#header nav {
display: none;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color: #000000;
z-index: 10;
}

#header nav.is_open {
display: flex;
}

#header nav.is_open_row {
overflow: auto;
display: block;
}

#header nav .navClose {
width: 31px;
height: 31px;
position: absolute;
top: 30px;
left: 67px;
text-indent: -9999px;
cursor: pointer;
z-index: 9;
}

#header nav .navClose:before,
#header nav .navClose:after {
content: "";
display: block;
width: 40px;
height: 4px;
position: absolute;
left: 0;
background-color: #ffffff;
}

#header nav .navClose:before {
top: 14px;
transform: rotate(45deg);
}

#header nav .navClose:after {
bottom: 13px;
transform: rotate(-45deg);
}

#header nav ul {

}

#header nav ul li {
padding: 35px 0;
position: relative;
text-align: center;
}

#header nav ul li:after {
content: "";
display: block;
margin-left: -25px;
width: 50px;
position: absolute;
bottom: 0;
left: 50%;
border-bottom: 2px solid #ffffff;
}

#header nav ul li:last-child:after {
content: none;
}

#header nav ul li a {
color: #ffffff;
}

@media screen and (max-width: 750px) {
#header {
min-width: initial;
height: 58px;
}

#header .logo01 {
padding: 12px 0;
}

#header .logo01 img {
width: 54px;
height: auto;
}

#header .logo02 {
top: 15px;
right: 10px;
}

#header .logo02 img {
width: 105px;
height: auto;
}

#header .navOpen {
width: 24px;
height: 21px;
top: 18px;
left: 18px;
}

#header .navOpen:before {
height: 3px;
top: 9px;
}

#header .navOpen span:before,
#header .navOpen span:after {
height: 3px;
}

#header nav .navClose {
width: 22px;
height: 22px;
top: 18px;
left: 18px;
}

#header nav .navClose:before,
#header nav .navClose:after {
width: 28px;
height: 3px;
}

#header nav .navClose:before {
top: 10px;
}

#header nav .navClose:after {
bottom: 10px;
}

#header nav ul li {
padding: 25px 0;
}

#header nav ul li:after {
margin-left: -15px;
width: 35px;
}

#header nav ul li a img {
height: auto;
}

#header nav ul li:first-child a img {
width: 29px;
}

#header nav ul li:nth-of-type(2) a img {
width: 71px;
}

#header nav ul li:nth-of-type(3) a img {
width: 60px;
}

#header nav ul li:nth-of-type(4) a img {
width: 77px;
}

#header nav ul li:nth-of-type(5) a img {
width: 61px;
}

#header nav ul li:nth-of-type(6) a img {
width: 50px;
}

#header nav ul li:nth-of-type(7) a img {
width: 112px;
}

}

/* -----------------------------
  footer
------------------------------*/
#footer {
margin-top: 99px;
padding: 60px 0 20px;
min-width: 1050px;
background: #000000;
color: #ffffff;
}

#footer .logo01 {
margin: 0 0 85px;
text-align: center;
}

#footer .share {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto 40px;
width: 170px;
}

#footer #copyright {
text-align: center;
}

@media screen and (max-width: 750px) {
#footer {
margin-top: 70px;
padding: 70px 10px 15px;
min-width: initial;
min-width: auto;
}

#footer .logo01 {
margin: 0 0 90px;
}

#footer .logo01 img {
width: 62px;
height: auto;
}

#footer .share {
margin: 0 auto 35px;
width: 150px;
}

#footer .share .fb img,
#footer .share .tw img {
width: 25px;
height: auto;
}
}

/* -----------------------------
  content
------------------------------*/
#content {
min-width: 1050px;
}

@media screen and (max-width: 750px) {
#content {
min-width: initial;
min-width: auto;
}

}
/* -----------------------------
  pagetop
------------------------------*/
.pageTop {
display: none;
margin: 0 auto;
width: 1050px;
position: relative;
}

.pageTop li {
margin: auto;
width: 100%;
position: absolute;
}

.pageTop li a {
display: block;
margin-left: auto;
width: 91px;
height: 86px;
background: url(../img/pagetop.png) no-repeat left top;
text-indent: -9999px;
}

.pageTop.c01 li a {
background-image: url(../img/pagetop2.png)
}

.pageTop.fixed {
width: 1050px;
height: 0;
position: fixed;
left: 50%;
bottom: 20px;
transform: translate(-525px,0);
}

.pageTop.fixed li {
height: 0;
position: relative;
}

.pageTop.fixed li a {
position: relative;
top: -86px;
}

@media screen and (max-width: 750px) {
.pageTop {
margin: 0 15px 0 0;
width: auto;
}

.pageTop li a {
width: 54px;
height: 50px;
background-size: 54px auto;
}

.pageTop.fixed {
width: auto;
position: fixed;
left: auto;
right: 0;
bottom: 20px;
transform: translate(0);
}

.pageTop.fixed li a {
top: -50px;
}

}

