@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Itim&family=Kosugi+Maru&display=swap');

/* ==============================================================
/*     Reset  
/* ============================================================== */
*{
  box-sizing: border-box;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, em, img, strong, dl, dt, dd, ol, ul, li, footer, header, nav, section{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: 500;
  vertical-align: baseline;
  background: transparent;
  word-break: break-word;
}
html{
  font-size: 62.5%;
  overflow-x: hidden;
}
body{
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

article, aside, footer, header, hgroup, nav, section {
  display: block;
}
ul{
  list-style: none;  
}
input, select{
  border: none;
  font-size: 1.6rem;
  font-family: 'Kosugi Maru', sans-serif;
  outline: none;
}

/* ==============================================================
/*     BASE
/* ============================================================== */
body{
  padding-top: 70px;
  color: #000;
}
h2, h3, h4, h5{
  font-weight: bold;
  letter-spacing: 0.1em;
}
p, li, dt, dd{
  font-size: 1.6rem;
  line-height: 1.8;
}
th, td{
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.6;
}
p{
  margin-bottom: 1em;
}
.cTxt{ text-align: center}
.rTxt{ text-align: right}
.sTxt{ font-size: 1.3rem}
.fPC{ display: none}

a, a:visited{
  text-decoration: none;
}
img{
  vertical-align: bottom;
}
@media screen and (max-width:999px){
  .imgSP100{
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width:1000px){
  body{
    padding: 0 0 0 300px;
  }
  p, li, dt, dd, th, td{
    font-size: 1.7rem;
    line-height: 2;
  }
  .fSP{ display: none}
  .fPC{ display: inline-block}
  .sTxt{ font-size: 1.5rem}
  a{
    transition: 0.2s;
  }
  a:hover{
    transition: 0.2s;
    opacity: 0.7;
  }
}

/* ==============================================================
/*     Header
/* ============================================================== */
header{
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #fff;
  text-align: center;
  padding-top: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  z-index: 9999;
}
.logo{
  width: auto;
  height: 50px;
}
.menuBtn, .menuBtn span{
  display: inline-block;
  transition: all .3s;
}
.menuBtn{
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  appearance: none;
  z-index: 9999;
}
.menuBtn span {
  position: absolute;
  left: 13px;
  width: 25px;
  height: 2px;
  background-color: #000;
}
.menuBtn span:nth-of-type(1){
  top: 18px;
}
.menuBtn span:nth-of-type(2){
  bottom: 18px;
}
.menuBtn.open span:nth-of-type(1){
  transform: translateY(6px) rotate(-45deg);
}
.menuBtn.open span:nth-of-type(2){
  transform: translateY(-6px) rotate(45deg);
}

.liMenu li{
  line-height: 1;
  font-size: 2.6rem;
  position: relative;
  text-transform: uppercase;
}
.liMenu li:not(:last-child){
  margin-bottom: 30px;
}
.liMenu li a{
  color: #000;
  font-family: "Itim", sans-serif;
}
.liMenu_jp{
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 1.5rem;
  color: #717171;
  text-transform: none;
}
@media screen and (max-width:999px){
  .blockMenu{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #F3F3F3;
    z-index: 8888;
    overflow-y: auto;
    text-align: center;
  }
  .liMenu{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (min-width:650px) and (max-width:1000px){
  .blockMenu{
    background-position: 90% 80%;
  }
}
@media screen and (min-width:1000px){
  header{
    left: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
  }
  .logo{
    width: 200px;
    height: auto;
  }
  .menuBtn{
    display: none;
  }
  .blockMenu{
    display: block;
    padding: 65px 0 0 50px;
  }
  .liMenu li{
    line-height: 0.9;
    text-align: left;
  }
  .liMenu li:not(:last-child){
    margin-bottom: 35px;
  }
}

/* ==============================================================
/*     Content & Common
/* ============================================================== */
.container{
  width: 100%;
}
.inner{
  padding: 0 20px;
}

@media screen and (min-width:1000px){
  .inner, .blockTopPoster{
    width: calc(100% - 100px);
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .blockTopPoster{
    padding: 60px 0 30px;
  }
}

.btn{
  position: relative;
  display: block;
  width: 225px;
  line-height: 55px;
  margin: 20px auto;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 1.8rem;
  border-radius: 30px;
  vertical-align: middle;
}
.btn::after{
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
.btn-back{
  background: #777;
}
.btn-back::after{
  display: none;
}
.blockBtn_mtL{
  margin-top: 60px;
}
@media screen and (min-width:1000px){
  .blockBtn{
    text-align: center;
  }
  .btn{
    display: inline-block;
    margin: 20px;
    overflow: hidden;
  }
  .btn:hover{
    color: #fff;
    opacity: 0.9;
  }
  .btn:hover::before{
    transform: scale(1, 1);
  }
  .btn:hover::after{
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

/* ==============================================================
/*     TOP
/* ============================================================== */
.blockTopNews{
  padding: 40px 20px;
}
.h2_ttl-en{
  margin-bottom: 20px;
  line-height: 0.75;
  font-family: "Itim", sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
  text-transform: uppercase;
}
.dlNews{
  border-top: 1px dashed #999;
  padding-top: 15px;
}
.dlNews dt{
  font-size: 1.4rem;
  font-weight: normal;
}
.dlNews dd{
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1.4;
  border-bottom: 1px dashed #999;
}
.dlNews dd a{
  color: #000;
  text-decoration: underline;
}
@media screen and (min-width:1000px){
  .blockTopNews{
    padding: 50px 0 40px;
  }
  .h2_ttl-en{
    margin-bottom: 30px;
    font-size: 4rem;
  }
}

.liBns li{
  margin-bottom: 15px;
}
@media screen and (max-width:999px){
  .liBns li iframe{
    width: 100%;
  }
}
@media screen and (min-width:768px){
  .liBns{
    display: flex;
    flex-wrap: wrap;
  }
  .liBns li{
    width: 100%;
    margin-top: 30px;
    margin-right: 30px !important;
  }
  .liBns li:nth-child(3n){
    margin-right: 0 !important;
  }
}

/* ==============================================================
/*     LOCAL
/* ============================================================== */
.blockH1{
  padding: 50px 0 30px;
}
.blockH1 h1{
  margin-bottom: 50px;
  text-align: center;
  font-size: 3.5rem;
  font-family: "Itim", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 0.75;
}
.blockH1 span{
  font-size: 1.4rem;
  font-family: 'Kosugi Maru', sans-serif;
  text-transform: none;
  color: #717171;
  letter-spacing: 0.05em;
}

.blockContent h2{
  margin: 40px 0 20px;
  padding: 8px 0 8px 12px;
  line-height: 1.2;
  color: #000;
  font-size: 1.8rem;
  border-left: 4px solid #4B4B4B;
}
.blockContent > h2:first-child{
  margin-top: 0;
}
.blockContent h3{
  margin: 20px 0 15px;
  font-size: 2rem;
}
.blockContent h4{
  position: relative;
  margin: 30px 0 15px;
  padding-left: 25px;
  font-size: 1.8rem;
}
.blockContent h4::before{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 3px;
  background: #000;
}

.blockContent a:not(.btn){
  color: #000;
  text-decoration: underline;
}

.blockContent dl{
  flex-wrap: wrap;
  border-bottom: 1px solid #E2E2E2;
}
.blockContent dt{
  position: relative;
  padding: 10px 5px 5px 25px;
  border-top: 1px solid #E2E2E2;
}
.blockContent dt::before{
  position: absolute;
  content: "";
  left: 5px;
  top: 23px;
  width: 10px;
  height: 2px;
  background: #000;
}
.blockContent dd{
  padding: 0 5px 10px;
}

.blockContent table{
  width: 100%;
  margin-bottom: 20px;
}
.blockContent th, .blockContent td{
  padding: 8px 5px;
  border: 2px solid transparent;
  line-height: 1.6;
  text-align: center;
}
.blockContent th{
  width: 25%;
  background: #FFF;
  vertical-align: middle;
}
.blockContent td{
  background:rgba(255, 255, 255, 0.5);
}
.blockContent .bgGr{
  background:rgba(255, 255, 255, 0.75);
}
.blockContent .tblLeft td{
  text-align: left;
}

@media screen and (min-width:1000px){
  .blockH1{
    padding: 100px 0 30px;
  }
  .blockH1 h1{
    margin-bottom: 70px;
    font-size: 6rem;
    line-height: 0.6;
  }
  .blockH1 span{
    font-size: 2rem;
  }
  .blockContent h2{
    margin: 50px 0 20px;
    font-size: 2.2rem;
  }
  .blockContent h3{
    margin: 30px 0 20px;
    font-size: 2rem;
  }
  .blockContent h4{
    margin: 40px 0 15px;
    padding-left: 30px;
    font-size: 2rem;
  }
  .blockContent h4::before{
    top: 10px;
    width: 20px;
  }
  .blockColor{
    margin-bottom: 20px;
    padding: 50px;
    border-width: 2px;
  }
  .blockContent dl{
    display: flex;
    flex-wrap: wrap;
  }
  .blockContent dt{
    width: 200px;
    margin-right: 10px;
    padding: 15px 0 15px 15px;
  border-top: 2px solid #ccc;
  }
  .blockContent dt::before{
    display: none;
  }
  .blockContent dd{
    width: calc(100% - 210px);
    border-top: 1px solid #E2E2E2;
    padding: 15px 0 15px 15px;
  }

  .blockContent table{
    margin-bottom: 20px;
  }
  .blockContent th, .blockContent td{
    padding: 10px;
  }
}

/* ==============================================================
/*     Archives
/* ============================================================== */
.liGallery{
  display: flex;
  flex-wrap: wrap;
}
.glightbox-clean .gslide-description{
  background: transparent;
  text-align: center;
}
.glightbox-clean .gdesc-inner {
  padding: 20px 0 0;
}
.glightbox-clean .gslide-title{
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width:999px){
  .liGallery li{
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .liGallery li:nth-child(2n-1){
    margin-right: 20px;
  }
}
@media screen and (min-width:1000px){
  .liGallery li{
    width: calc(25% - 15px);
    margin-bottom: 20px;
  }
  .liGallery li:not(:nth-child(4n)){
    margin-right: 20px;
  }
}

/* ==============================================================
/*     CONTACT
/* ============================================================== */
.listStep{
  display: table;
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.listStep li{
  display: table-cell;
  position: relative;
  width: 33.3333%;
  background: #f5f5f5;
  padding: 8px 0 8px 10px;
  text-align: center;
  font-size: 1.4rem;
}
.listStep li:last-child:before,
.listStep li:last-child:after{
  display:none;
}
.listStep li:before,
.listStep li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.listStep li:before{
  top: -20px;
  right: -13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 20px;
  z-index: 10;
}
.listStep li:after{
  top: -20px;
  right: -10px;
  border-style: solid;
  border-color: transparent transparent transparent #f5f5f5;
  border-width: 40px 0 40px 20px;
  z-index: 10;
}
.listStep .listStep-active{
  color: #fff;
  background: #555;
}
.listStep .listStep-active:after{
  border-color: transparent transparent transparent #555;
}
.formBox dl{
  margin: 30px 0;
}
input[type="text"], input[type="mail"], textarea{
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 10px;
  border: 1px solid #ddd;
  font-size: 1.6rem;
}
.formBox_rec{
  margin-left: 5px;
  padding: 3px 10px 5px;
  border-radius: 20px;
  background: #f00;
  color: #fff;
  font-size: 1.2rem;
}
.formBox_cap{
  font-size: 1.3rem;
}
.formBox_errorForm{
  display: none;
  margin: 20px 0;
  text-align: center;
}
.formBox_errorForm_inner{
  display: inline-block;
  padding: 12px 23px 14px 28px;
  border: 2px solid #ef444a;
  font-size: 2rem;
  color: #ef444a;
}
.formBox_text-req, .formBox_textarea-req, .formBox_select-req{
  background: #fde3e4 !important;
}
.formBox_text-req:valid, .formBox_textarea-req:valid, .formBox_select-req:valid{
  background: #fff !important;
}
.formBox_text.error, .formBox_textarea.error{
  border: 2px solid #ef454a;
}
.formBox label.error{
  color: #ef444a;
  font-size: 1.4rem;
}
@media screen and (min-width:1000px){
  .blockContent dt{
    width: 225px;
  }
  .blockContent dd{
    padding-top: 20px;
    width: calc(100% - 235px);
  }
}

/* ==============================================================
/*     FOOTER
/* ============================================================== */
footer{
  position: relative;
  margin-top: 40px;
  background: #000;
  text-align: center;
}
footer p{
  margin-bottom: 0;
  line-height: 45px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
}
