@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@font-face {
  font-family: "SourceHanSerifCN";
  src: url("../font/SourceHanSerifCN-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "DIN";
  src: url("../font/DIN Alternate Bold.ttf") format("ttf");
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("../font/SourceHanSerif-Regular.otf") format("otf");
}
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#wrap {
  overflow: hidden;
}
.en_txt {
  font-family: "DIN", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  /*font-weight: bold;*/
}
.m_txt {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.sp_block {
  display: none!important;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.clearfix {display: inline-block;}
/* exlude MacIE5 \*/
* html .clearfix {height: 1%}
.clearfix {display: block;}
/*-----------------------------------------------------------
common
------------------------------------------------------------*/
@media screen and (min-width:769px) {
  .sp, .SP {
    display: none!important;
  }
}
@media screen and (max-width:768px) {
  .pc, .PC {
    display: none!important;
  }
}
img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width:100%;
  height:auto;
}
a{
  transition: 0.5s;
}
@media screen and (min-width:768px) {
  a:hover{
    opacity: 0.5;
  }
}

/*header-----------------------------*/
header .sp_box {
  display: none!important;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  padding-bottom: 30px;
  transition: .5s;
}
header .pc_box {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
header .pc_box h1 {
  max-width: 142px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  order: 2;
}
header .pc_box h1 img {
  width: 100%;
}
header .pc_box .bt_box {
  position: absolute;
  top: 20px;
  left: 40px;
  order: 1;
}
.isActive .bar {
  background: #191816;
}
header .pc_box .main_nav .header-nav .nav_box {
  max-width: 440px;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%) translateY(-50%);
  border-top: 1px solid #191816;
  padding-top: 50px;
}
header .pc_box .main_nav .header-nav .nav_box .nav-list li {
  font-size: 16px;
  letter-spacing: 0.3em;
  margin-bottom: 40px;
}
header .pc_box .main_nav .header-nav .nav_box .nav-list li ul li {
  font-weight: normal;
  font-size: 14px;
  padding-left: 20px;
  letter-spacing: 0.2em;
  position: relative;
  margin-top: 30px;
  margin-bottom: 0;
}
header .pc_box .main_nav .header-nav .nav_box .nav-list li ul li::after {
  content: "";
  width: 11px;
  height: 1px;
  background: #191816;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

header .pc_box .main_nav .online_bt {
  max-width: 320px;
  width: 100%;
  margin: 0 0 50px 15px;
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 16px;
}
header .pc_box .main_nav .online_bt a {
  display: block;
  padding: 20px 0;
  border: 1px solid #191816;
  color: #191816;
}
header .pc_box .main_nav .sns_link {
  display: flex;
  flex-wrap: nowrap;
}
header .pc_box .main_nav .sns_link li {
  width: 45px;
  margin: 0 15px;
}
header .pc_box .main_nav .sns_link li img {
  width: 100%;
}
.change-color {
  background: #191816;
}

@media screen and (max-width: 360px) {
  header .pc_box .main_nav .header-nav .nav_box .nav-list li {
    margin-bottom: 30px;
  }
  header .pc_box .main_nav .header-nav .nav_box{
    padding-top: 40px;
  }
}

.burger-btn{
  display: block;
  width: 38px;
  height: 41px;
  position: relative;
  z-index: 3;
  border:none;
  cursor: pointer;
}
.bar{
  width: 38px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.bar_top{
  top: 10px;
}
.bar_bottom{
  bottom: 10px;
}
.burger-btn.close .bar_top{
  transform: translate(-50%,7px) rotate(25deg);
  transition: transform .3s;
}
.burger-btn.close .bar_bottom{
  transform: translate(-50%,-13px) rotate(-25deg);
  transition: transform .3s;
}
.nav-wrapper {
  transform: translateX(-100%);
  transition: .5s;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.header-nav {
  width: 440px;
  height: 100%;
  position: relative;
  background-color:#E4D0B9;
  z-index: 2;
}
.header-nav.nav-list{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.header-nav.nav-item{
  margin-right: 0;
  margin-bottom: 40px;
}
.nav-wrapper.slide-in{
  transform: translateX(0);
  transition: .3s
}

.bar {
  background-color: #191816;
}
.noscroll{
  overflow: hidden;
}
.is_scroll{
  background: #191816;
}
.noscroll header .pc_box .logo{
  opacity: 0;
}
.is_scroll .bar {
  background: #fff;
}
.isActive .bar {
  background: #191816!important;
}
.is_scroll .logo img{
  transition: 0.3s all ease;
  filter: brightness(100);
}
header .pc_box .menu_txt {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: #fff;
  position: relative;
}
.noscroll .header{
  top: 0!important;
}
@media screen and (max-width:768px) {
  header {
    padding-bottom: 20px;
  }
  .nav-wrapper{
    display: none;
    transform: translateX(0%);
    transition: auto;
  }
  .header-nav {
    width: 100%;
  }
  .burger-btn{
    height: 41px;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%,-13px) rotate(-25deg);
  }
  header .pc_box .bt_box {
    left: 20px;
    top: 12px;
  }
  header .pc_box h1 {
    padding-top: 20px;
    max-width: 120px;
  }
  header .pc_box .main_nav .online_bt {
    margin: 0 auto 33px;
    margin-left: 0;
    font-size: 14px;
  }
  header .pc_box .main_nav .online_bt a {
    padding: 15px 0;
  }
  header .pc_box .main_nav .sns_link li:first-child {
    margin-left: 0;
  }
  header .pc_box .main_nav .header-nav .nav_box {
    top: 50%;
  }
  header .pc_box .main_nav .header-nav .nav_box .nav-list li {
    font-size: 16px;
  }
  header .pc_box .main_nav .header-nav .nav_box .nav-list li:last-child {
    margin-bottom: 80px;
  }
  header .pc_box .main_nav .header-nav .nav_box .nav-list li ul li:last-child {
    margin-bottom: 0;
  }
  header .pc_box .main_nav .sns_link {
    justify-content: center;
  }
  header .pc_box .main_nav .sns_link li {
    width: 40px;
  }
}

/*footer-----------------------------*/
footer {
  width: 100%;
  background: #191816;
  color: #FFFFFF;
  padding-bottom: 20px;
}
footer .footer_bnr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: 100%;
}
footer .footer_bnr article {
  width: calc(100% / 4);
  padding: 50px 0 48px;
  text-align: center;
}
footer .footer_bnr article:nth-of-type(1) {
  background: url(../img/footer_bnr_img01.jpg) center center;
  background-size: cover;
}
footer .footer_bnr article:nth-of-type(2) {
  background: url(../img/footer_bnr_img02.jpg) center center;
  background-size: cover;
}
footer .footer_bnr article:nth-of-type(3) {
  background: url(../img/footer_bnr_img03.jpg) center center;
  background-size: cover;
}
footer .footer_bnr article:nth-of-type(4) {
  background: url(../img/footer_bnr_img04.jpg) center center;
  background-size: cover;
}
footer .footer_bnr article .ttl {
  font-size: 21px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}
footer .footer_bnr article .ttl_jp {
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0.25em;
  line-height: 1.7;
  text-align: center;
}
footer .footer_bnr article .btn {
  display: block;
  width: 32%;
  margin: 14px auto 0;
  padding: 7px 0;
  position: relative;
  border: rgba(255, 255, 255, .7) solid 1px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF
}
footer .inner {
  width: 100%;
  max-width: calc(1200px + (24px * 2));
  margin: 94px auto 0;
  padding: 0 24px;
}
footer .foot_logo {
  width: 100px;
  margin: 0 auto;
}
footer .sns_list {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
footer .sns_list li {
  width: 17px;
  height: 17px;
  margin-left: 14px;
}
footer .sns_list li:first-of-type {
  margin-left: 0;
}
footer .footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
}
footer .footer_nav li {
  width: fit-content;
  margin-left: 30px;
}
footer .footer_nav li:first-of-type {
  margin-left: 0;
}
footer .footer_nav li a {
  font-size: 12px;
  letter-spacing: 0.25em;
  line-height: 1.7;
}
footer .copylight  {
  margin-top: 65px;
  font-size: 12px;
  letter-spacing: 0.25em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width:768px) {
  footer .footer_bnr {
    flex-direction: column;
    width: 100%;
  }
  footer .footer_bnr article {
    width: 100%;
    padding: 50px 0 48px;
    text-align: center;
  }
footer .footer_bnr article:nth-of-type(1) {
  background: url(../img/footer_bnr_img01_sp.jpg) center center;
}
footer .footer_bnr article:nth-of-type(2) {
  background: url(../img/footer_bnr_img02_sp.jpg) center center;
}
footer .footer_bnr article:nth-of-type(3) {
  background: url(../img/footer_bnr_img03_sp.jpg) center center;
}
footer .footer_bnr article:nth-of-type(4) {
  background: url(../img/footer_bnr_img04_sp.jpg) center center;
}
  footer .footer_bnr article .btn {
    width: 152px;
  }
  footer .sns_list li {
    margin-left: 21px;

  }
  footer .footer_nav {
    margin-top: 48px;
  }
  footer .footer_nav li {
    margin-left: 8%;
  }
  footer .copylight  {
    margin-top: 45px;
    text-align: left;
  }
}



