@charset "utf-8";

html {
    background: url(../img/common/bg01.jpg) repeat top center;
}

body {
  font-size: 15px;
  color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}

.cn-w {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 0 2%;
}

.en {
    font-family: 'Roboto', sans-serif;
}

/*===== header =====*/
header {
    width: 100%;
    min-width: 1020px;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    z-index: 12 !important;
    background: #0000006b;
    height: 61px;
}

header.color {
    background: #ffffffba;
}

header .hd-box {
  width: 100%;
  height: auto;
  margin: 0 auto;
    padding-left: 2%;
}

header .hd-box .logo {
    width: 172px;
    float: left;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

header .hd-box .logo a {
    display: block;
    color: #fff;
    text-decoration: none;
}

header .hd-box .hd-info {
    width: 140px;
    float: right;
}

header .hd-box .hd-info .btn {
    line-height: 0;
}

header #pc-nav {
    float: right;
    margin-top: 25px;
}

header #pc-nav ul {
    display: flex;
    flex-wrap: wrap;
}

header #pc-nav ul li {
    width: 130px;
    text-align: center;
}

header #pc-nav ul li.first {
}

header #pc-nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 0 1% 0 0;
    letter-spacing: 0.1em;
}

header.color #pc-nav ul li a {
    color: #000000;
}

header.color .hd-box .logo a {
    color: #000000;
}

header #pc-nav ul li.first a {
}

/*===== nav =====*/
#sp-nav, .hamburger {
  display: none;
}

/*===== visual =====*/
#visual {
    line-height: 0;
}
#visual .pc-img {
}
#visual .sp-img {
  display: none;
}

#visual .txt-box {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff;
}

#visual .txt-box .mv-hx {
    font-size: 90px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 5%;
    font-weight: bold;
}

#visual .txt-box .txt {
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

#visual.pages .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 1.4;
}

/*===== #breadcrumb パンくず =====*/
#breadcrumb {
  width: 100%;
  max-width: 1040px;
  padding: 0 2%;
  margin: 0 auto;
}

#breadcrumb ul {
  padding: 13px 0;
  font-size: 14px;
}

#breadcrumb ul li {
  float: left;
}

#breadcrumb ul li a {
  text-decoration: underline;
  color: #0a85bd;
}

#breadcrumb ul li a:hover {
  color: #0276dc;
}

/*===== #content =====*/
#content {
}

.content-top {
}

.cnw {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 3% 2%;
}

/*----- #main -----*/
#main {
}

/*===== footer =====*/
footer {
}
footer p.copy {
    text-align: center;
    padding: 20px 0 20px;
    color: #ffffff;
    background-color: #31382c;
    font-size: 13px;
}

/*===== pagetop =====*/
.pagetop {
  width: 55px;
  position: fixed;
  bottom: 5%;
  right: 8%;
    z-index: 100;
}

/*===============================================
    ■tablet 画面の横幅が1050pxまで
===============================================*/
@media screen and (max-width: 1050px) {
  header {
    min-width: auto;
  }
}

/*===============================================
    ■smart 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
  header {
    background: rgba(255,255,255,0.8);
    padding-bottom: 5px;
  }
  header .hd-box {
    padding-left: 5%;
  }
  header .hd-box .logo a {
    color: #000;
  }
  #sp-nav, .hamburger {
    display: block;
  }
/*------------------------------------*/
  #visual {
  }
  #visual .pc-img {
    display: none;
  }
  #visual .sp-img {
    display: block;
  }
  #visual.pages .text {
    font-size: 18px;
  }
/*------------------------------------*/
  #pc-nav {
    display: none;
  }
  #sp-nav {
    display: block;
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
  }
  #sp-nav .menu {
    position: fixed;
    top: 39px;
    right: 16px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
  }
}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
  html {
    background-size: 261px;
  }
}
