﻿html:not(.responsive) {
  min-width: 1000px; /* viewport */
}

/*=============================================
 * body
 *=============================================*/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  background: #ffffff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  color: #000000;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* @font-face {
	font-family: "fnt-common";
	src: url("../fonts/UDShinGoPro-Light.otf"), url("../fonts/UDShinGoPro-Light.eot#iefix") format("embedded-opentype"), url("../fonts/UDShinGoPro-Light.ttf") format("truetype"), url("../fonts/UDShinGoPro-Light.woff") format("woff"), url("../fonts/UDShinGoPro-Light.svg#UDShinGoPro-Light") format("svg");	
} */
/*=============================================
 * <main>
 *=============================================*/

main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#head-top {
  position: relative;
  overflow: hidden;
}
/*=============================================
 * <header>
 *=============================================*/

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden;
}

header .inner {
  position: relative;
  box-sizing: border-box;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(255 255 255 / 80%);
  position: fixed;
  width: 100%;
}

header .logo {
  max-width: 120px;
  width: 120px;
  height: auto;
  transition: all 0.3s ease;
}

header .logo img {
  width: 100%;
  height: auto;
}

header .link ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

header .link ul li {
  margin-left: 35px;
}

header .link ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  color: #000;
}
header .link ul li a:hover{
  opacity: 0.7;
}
.menu-hambuger {
  display: none;
}

@media only screen and (max-width: 1023px) {
  header .inner {
    padding: 30px 20px 20px 30px;
  }
  header .link ul li {
    margin-left: 20px;
  }
  .error404 footer {
    margin-top: 250px;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  #keyvisual {
    z-index: 0;
  }
  .error404 footer {
    margin-top: 10px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  main {
    padding-top: 0;
  }

  header {
    position: fixed;
  }

  .ham-open header {
    position: fixed;
  }

  header .logo {
    max-width: 70px;
    width: 70px;
  }

  header .inner {
    padding: 10px 20px 12px !important;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }

  /* .fixed-nav header .inner,
  header.page-child .inner {
    padding: 5px 20px 5px 20px !important;
  } */

  .ham-open header .inner {
    height:55px;
  }

  header.page-child .logo {
    width: 60px;
  }

  .menu-hambuger {
    position: absolute;
    top: 3px;
    right: 12px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 99999;
  }

  /* .menu-hambuger::before {
    font-size: 11px;
    color: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    text-align: center;
    content: "menu";
    transition: all 0.3s ease;
  } */

  .menu-hambuger span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #BE302D;
    border-radius: 4px;
    left: 10px;
    transition: all 0.4s ease;
  }
  /* .fixed-nav .menu-hambuger span,
  header.page-child .menu-hambuger span {
    background-color: #000;
  }
  .fixed-nav .menu-hambuger::before,
  header.page-child .menu-hambuger::before {
    color: #000;
  } */

  .fixed-nav .menu-hambuger,
  header.page-child .menu-hambuger {
    top: 3px;
    position: fixed;
  }
  .menu-hambuger,
  .menu-hambuger span {
    display: inline-block;
  }
  .menu-hambuger span:nth-of-type(1) {
    top: 15px;
  }
  .menu-hambuger span:nth-of-type(2) {
    top: 24px;
  }
  .menu-hambuger span:nth-of-type(3) {
    bottom: 15px;
  }
  .ham-open .menu-hambuger span:nth-of-type(2) {
    opacity: 0;
  }

  .ham-open .menu-hambuger {
    position: fixed;
    top: 10px;
  }
  .ham-open .menu-hambuger span:nth-of-type(1) {
    top: 23px;
    transform: rotate(45deg);
  }
  .ham-open .menu-hambuger span:nth-of-type(3) {
    bottom: 25px;
    transform: rotate(-45deg);
  }

  

  header .link {
    background: rgb(255 255 255 / 80%);
    position: fixed;
    width: 40%;
    height: 30vh;
    z-index: 99;
    overflow: auto;
    top: 55px;
    right: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }

  .ham-open header .link {
    opacity: 1;
    z-index: 99;
    visibility: visible;
  }

  header .link ul {
    padding: 15px 25px;
    display: block;
  }

  header .link ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 !important;
    border-bottom: 1px solid #75838F;
    border-right: none;
    margin: 0;
  }

  header .link ul li a {
    display: block;
    font-size: 13px;
    padding: 0;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
  }
  
  header .link ul li a::after{
    content: '01';
    position: absolute;
    left: 0;
    top: 0;
  }
  header .link ul li:nth-child(2) a::after{
    content: '02';
  }
  header .link ul li:nth-child(3) a::after{
    content: '03';
  }
  header .link ul li:nth-child(4) a::after{
    content: '04';
  }
  header .link ul li:nth-child(5) a::after{
    content: '05';
  }
  .ham-open .logo {
    background: url(../img/shared/logo.png) no-repeat center;
            background-size: contain;
        width: 70px;
        position: fixed;
        top: 10px;
        left: 20px;
        z-index: 100;
  }

  .ham-open .logo img {
    opacity: 0;
  }

  header .link ul li a::before {
    display: none !important;
  }
}

.slick-dots {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  z-index: 99;
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  text-indent: -9999px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@keyframes bg {
  0% {
    background: #fff;
  }

  100% {
    background: #27b2bf;
  }
}

@-webkit-keyframes bg {
  0% {
    background: #fff;
  }

  100% {
    background: #27b2bf;
  }
}

@keyframes op {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes op {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*=============================================
 * <footer>
 *=============================================*/

footer {
  padding: 35px 0 80px;
  position: relative;
  box-sizing: border-box;
  font-weight: 400;
}
footer .wrap {
  max-width: 1220px;
}
footer .group-1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
footer .group-1 .logo-ft {
  width: 150px;
  margin-bottom: 20px;
}
footer .group-1 .logo-ft img {
  width: 100%;
  height: auto;
}
footer .info{
  font-size: 13px;
  line-height: 20px;
}
footer .nav-ft {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  width: 500px;
  position: absolute;
  right: 0;
  top: 80px;
}
footer .row {
  text-align: center;
  position: relative;
  letter-spacing: 0.5px;
}
footer .row .btn-ft {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
footer .copy-right{
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 30px 0 25px;
  }
  footer .left{
    order: 2;
    display: flex;
  }
  footer .group-1{
    flex-wrap: wrap;
  }
  footer .group-1 .logo-ft {
    width:90px;
    margin-right: 15px;
  }

  footer .nav-ft{
    position: relative;
    top: auto;
    right: auto;
    order: 1;
    display: block;
    margin-bottom: 30px;
  }
  footer .nav-ft li a{
    font-size: 12px;
  }
  footer .info{
    font-size: 9px;
    line-height: 13px;
  }
  footer .row{
    text-align: left;
  }
  footer .copy-right{
    font-size: 9px;
  }
  footer .row .btn-ft{
    font-size: 9px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  footer .nav-ft {
    width: 400px;
  }

}