﻿/* PC */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.pc {
  display: block;
}
.sp {
  display: none;
}
/*-------------
base
-------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: top;
}
body {
  background-color: #fff;
}
a {
  color: #696969;
  outline: none;
  text-decoration: none;
  font-size: 12px;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
.fLeft {
  float: left;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*-------------
firefox fade対策
-------------*/
img {
  box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}
/*-------------
fontstyle
-------------*/
body {
  font-size: 12px;
  line-height: 2.2;
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
/*-------------
start
-------------*/
.start {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*width: 100%;*/
  margin: 0 auto;
  z-index: 9999;
  border: none;
}
/*-------------
container
-------------*/
#container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* Header */
#header {
  width: 100%;
  position: relative;
  z-index: 1;
}
#header_inner {
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 110;
  padding: 0 0;
  background-color: #000;
}
h1.toplogo_left.clearfix {
  margin: 10px 0 0 2%;
}
h1.toplogo_left.clearfix a {
  display: block;
  width: 227px;
}
/* PCメニュー */
div#header_inner ul {
  position: absolute;
  top: 0;
  right: 9%;
  z-index: 101;
}
div#header_inner ul li {
  float: left;
}
div#header_inner ul li a {
  font-size: 14px;
  display: block;
  padding: 0 0;
  margin: 0 3px;
}
/*-------------
menu
-------------*/
#nav-tgl {
  display: none;
}
.nav-tgl-btn {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2%;
}
.open {
  z-index: 200;
  width: 45px;
  height: auto;
  color: #696969;
  transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 35px 0 0 5px;
}
.open::before, .open::after {
  content: "";
}
.open span, .open::before, .open::after {
  content: "";
  position: absolute;
  top: calc(62% - 1px);
  right: 25%;
  width: 70%;
  border-bottom: 5px solid #fff;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
  transform: translateY(-12px);
}
.open::after {
  transform: translateY(12px);
}
.close {
  z-index: 11;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}
#nav-tgl:checked + .open {
  transform: translateX(-260px);
}
#nav-tgl:checked + .open span {
  transform: scaleX(0);
}
#nav-tgl:checked + .open::before {
  transform: rotate(45deg);
}
#nav-tgl:checked + .open::after {
  transform: rotate(-45deg);
}
#nav-tgl:checked ~ .close {
  pointer-events: auto;
  background: #fff(0, 0, 0, .4);
  position: fixed;
  top: 0;
}
.content-wrapper {
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-tgl:checked ~ .content-wrapper {
  transform: translateX(-250px);
}
.drower-menu {
  z-index: 999;
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  margin: 0;
  padding: 0 0 10px;
  box-sizing: border-box;
  background: #282828;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drower-menu a {
  display: block;
  color: white;
  padding: 5px 10px;
  text-decoration: inherit;
  transition: background .6s;
  font-size: 1.0rem;
}
.drower-menu a:hover {
  background: #828282;
}
#nav-tgl:checked ~ .drower-menu {
  transform: none;
}
#underlayer_main {
  width: 100%;
  min-height: 700px;
  margin: 120px auto 30px auto;
  overflow: hidden;
}
.underlayer_main_inner {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
h2.banner {
  width: 100%;
  font-family: "Lusitana", serif;
  font-weight: 300;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 2px;
  padding: 0 0;
  text-align: center;
}
h2.banner span {
  display: block;
  width: 360px;
  font-family: auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: "Montserrat", serif;
}
h3.title {
  width: 100%;
  font-size: 20px;
  line-height: 10px;
  font-weight: 600;
  text-align: center;
  margin: 30px 0 15px 0;
}
h3.title hr {
  width: 50px;
  text-align: center;
  border-width: 0;
  border-bottom: solid 4px #e60020;
  margin: 15px auto 0 auto;
}
.pagetop {
  position: fixed;
  bottom: 0px;
  right: 10px;
}
/*-------------
footer
-------------*/
#footer {
  clear: both;
  width: 100%;
  background-color: #252525;
  margin: 0 auto;
  padding: 30px 0 5px 0;
}
.ft_middle {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
img.footer_logo {
  width: 145px;
}
ul.footer_list.clearfix {
  float: left;
  width: 370px;
  overflow: hidden;
  margin: 0 0 0 50px;
  color: #fff;
}
ul.footer_list.clearfix li:nth-child(2) {
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  margin: 5px 0 0 0;
}
ul.footer_list.clearfix li:nth-child(2) span {
  font-size: 12px;
}
ul.footer_list.clearfix li:nth-child(3) {
  font-size: 0.9rem;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
ul.footer_list.clearfix li:nth-child(5) {
  font-size: 1.2rem;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: -1px;
}
ul.footer_list2.clearfix.pc {
  width: 400px;
  float: left;
  margin: 58px 0 0 80px;
}
ul.footer_list2.clearfix.pc li {
  float: left;
  font-size: 13px;
  line-height: 23px;
  color: #fff;
}
ul.footer_list2.clearfix.pc li:nth-child(odd) {
  width: 120px;
}
ul.footer_list2.clearfix.pc li:nth-child(even) {
  width: 200px;
}
ul.footer_list2.clearfix.pc li a {
  font-size: 13px;
  color: #fff;
}
ul.footer_list2.clearfix.pc li a:hover {
  text-decoration: underline;
}
li.footer_btn.clearfix {
  float: left;
  width: 370px;
  margin: 10px 0 0 0;
}
.ft_bottom {
  width: 1000px;
  height: 22px;
  font-size: 12px;
  margin: 0 auto 0 auto;
}
.ft_bottom p {
  margin: 0 0 0 50px;
  color: #696969;
}
/* Tablet */
@media screen and (max-width: 1024px) {
  /*-------------
    base
    -------------*/
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  body {
    background-color: #fff;
  }
  a {
    color: #323232;
    outline: none;
    text-decoration: none;
    font-size: 12px;
  }
  a:hover {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
    firefox fade対策
    -------------*/
  img {
    box-shadow: #000 0 0 0;
  }
  img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
  }
  /*-------------
    fontstyle
    -------------*/
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 2.2;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
    start
    -------------*/
  .start {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
  }
  .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 380px;
  }
  .ft_middle {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  ul.footer_list.clearfix {
    float: left;
    width: 44%;
    overflow: hidden;
    margin: 0 0 0 50px;
    color: #fff;
  }
  ul.footer_list2.clearfix.pc {
    width: 40%;
    float: left;
    margin: 58px 0 0 9%;
  }
  .ft_bottom {
    width: 100%;
    height: 22px;
    font-size: 12px;
    margin: 0 auto 0 auto;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  * {
    margin: 0;
    padding: 0;
  }
  *::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*-------------
    base
    -------------*/
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
  }
  img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
  }
  body {
    background-color: #fff;
  }
  a {
    color: #323232;
    outline: none;
    text-decoration: none;
    font-size: 12px;
  }
  a:hover {
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  .fLeft {
    float: left;
  }
  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }
  /*-------------
    firefox fade対策
    -------------*/
  img {
    box-shadow: #000 0 0 0;
  }
  img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
  }
  /*-------------
    fontstyle
    -------------*/
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 2.2;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*-------------
start
-------------*/
  .start {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
  }
  .start video {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*display: none;*/
    z-index: 9999;
    max-width: 50%;
    margin: 0 auto;
  }
  h1.toplogo_left.clearfix a {
    display: block;
    width: 130px;
  }
  /*-------------
main
-------------*/
  #underlayer_main {
    width: 100%;
    margin: 90px auto 0 auto;
    overflow: hidden;
  }
  .underlayer_main_inner {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }
  h2.banner {
    width: 100%;
    font-family: "Lusitana", serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 2px;
    padding: 0 0;
    text-align: center;
  }
  h2.banner span {
    display: block;
    width: 200px;
    font-family: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0;
    margin: 0 auto;
  }
  h3.title {
    width: 100%;
    font-size: 15px;
    line-height: 10px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 15px 0;
  }
  h3.title hr {
    width: 50px;
    text-align: center;
    border-width: 0;
    border-bottom: solid 4px #e60020;
    margin: 10px auto 0 auto;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    width: 100%;
    background-color: #252525;
    margin: 0 auto;
    padding: 30px 0 5px 0;
  }
  .ft_middle {
    width: 95%;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
  }
  img.footer_logo {
    width: 145px;
  }
  ul.footer_list.clearfix {
    float: left;
    width: 370px;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
  }
  ul.footer_list.clearfix {
    float: none;
    background-color: #252525;
    overflow: hidden;
  }
  ul.footer_list.clearfix li:nth-child(2) {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    margin: 5px 0 0 0;
  }
  ul.footer_list.clearfix li:nth-child(2) span {
    font-size: 12px;
  }
  ul.footer_list.clearfix li:nth-child(3) {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 5px 0;
  }
  ul.footer_list.clearfix li:nth-child(4) {
    width: 135px;
    margin: 0 auto;
  }
  ul.footer_list.clearfix li:nth-child(5) {
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: -1px;
  }
  .ft_bottom {
    width: 95%;
    height: 22px;
    font-size: 12px;
    text-align: center;
    margin: 0 auto 0 auto;
  }
  .ft_bottom p {
    margin: 0 0 0 0;
  }
}