@charset "UTF-8";

/* ユーティリティー */

body {
  color: #414141;
  font-family: kiwi-maru, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 1.5;
  /*letter-spacing: 0.2em;*/
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
  overflow:hidden;
}
/*
Regular 400,
Medium 500,
*/


body.mvfix {
  overflow: visible;
}

body.fixed {
  overflow-y: hidden;
}

main {
  overflow-x: clip;
}


a {
  color: #000;
  zoom: 1;
  text-decoration: none;
  transition: opacity 0.7s;
  display: block;
}

a:hover {
  /*opacity: 0.8;*/
}


.fmin {
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight:600;
}
/*
SemiBold 600,
Bold 700,
*/


.page {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.nolink {
  pointer-events: none;
  cursor: default;
}

.sp {
  display: none;
}

img[src*="_sp"] {
  display: none;
}

.spbr {
  display: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.img_cnt {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.img_cvr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}



/* -------------------------------------
header
------------------------------------- */
header {
  padding:15px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
header.fixed {
  position: fixed;
  background-color: rgba(255,255,255,0.7);
  box-shadow: rgba(000, 000, 000, 0.12) 2px 2px 6px 3px;
}

header #head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding:20px 0;
  transition:all 0.3s;
}
header.fixed #head {
  padding:0 0;
}
header #head .head_top #logo {
  /*width: 16%;*/
  width:150px;
  /*position:absolute;
  top:24px;
  left:20px;*/
}
header #head .head_top #logo a {
  display:flex;
  align-items:center;
}


header #head .head_top #logo .on {
  display:none;
}


header.fixed #head .head_top #logo .on {
  display:block;
}
header.fixed #head .head_top #logo .off {
  display:none;
}

header.active #head .head_top #logo .on {
  display:none;
}
header.active #head .head_top #logo .off {
  display:block;
}

header nav {
  transition: all 0.4s;
}
header.fixed #head nav {
  padding: 10px 0;
}
header.fixed #head nav #gnav {
  justify-content:center;
}

header nav #gnav {
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  justify-content: flex-end;
}


header nav #gnav .navbk {
  display: flex;
  flex-wrap:wrap;
  position:relative;
  z-index:3;
}




header nav #gnav li {
  text-align: center;
}
header nav #gnav li a {
  color:#fff;
  font-size: 15px;
  font-weight:400;
  letter-spacing:0.12em;
  text-shadow: 0 0 5px #414141;
  padding: 0 15px;
  position: relative;
  transition:all 0.3s;
  z-index:1;
}
header nav #gnav li a:after {
  content:"";
  display:block;
  width:55px;
  height:32px;
  background:url(../imgs/gnav_bg.png) 0 0 no-repeat;
  background-size:contain;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index:0;
  transition:all 0.3s;
  opacity:0;
}
header nav #gnav li a span {
  position:relative;
  z-index:1;
}
header nav #gnav li a:hover:after {
  opacity:1;
}

header.fixed nav #gnav li a {
  color:#414141;
  text-shadow: none;
}

/*下層ページとスマホ時のロゴ表示*/
header .hdr_logo_blk {
  width:230px;
  margin:0 auto;
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index: 2;
}
header.active .hdr_logo_blk {
  position:static;
}
header.fixed .hdr_logo_blk {
  display:none;
}
header.active .hdr_logo_blk {
  display:block;
}
header .hdr_logo_blk .hdr_logo {
  width:230px;
  height:135px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:clip;
}
header .hdr_logo_blk .hdr_logo:before {
  content:"";
  display:block;
  width:100%;
  aspect-ratio:1 /1;
  background-color:#fff;
  border-radius:50%;
  position:absolute;
  bottom:0;
}
header .hdr_logo_blk .hdr_logo img {
  width:105px;
  height:auto;
  position:relative;
  z-index: 2;
}




header .head_top a#menu_btn {
  display: none;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  transition: all 0.4s;
}

header .head_top a#menu_btn,
header .head_top a#menu_btn span {
  display: inline-block;
  transition: all 0.4s;
}

header .head_top a#menu_btn {
  display: none;
  width: 49px;
  height: 49px;
  position: absolute;
  right: 10px;
  top: 10px;
  /*top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  z-index: 5;
}
header.fixed .head_top a#menu_btn,
header.active .head_top a#menu_btn,
.shdr header .head_top a#menu_btn {
  /*background-color: #a9a173;*/
}


header .head_top a#menu_btn span {
  width: 36px;
  height: 3px;
  margin: 0 auto;
  /*border-radius: 10px;*/
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
header.fixed .head_top a#menu_btn span {
  background-color:#14B464;
}
header.active .head_top a#menu_btn span {
  background-color:#fff;
}


header .head_top a#menu_btn span:nth-of-type(1) {
  top: 13px;
}

header .head_top a#menu_btn span:nth-of-type(2) {
  top: 24px;
}

header .head_top a#menu_btn span:nth-of-type(3) {
  top: 34px;
}



header .head_top a#menu_btn.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-330deg);
}

header .head_top a#menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}

header .head_top a#menu_btn.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(330deg);
}


/* -------------------------------------
splash
------------------------------------- */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
}

#splash_logo {
  width: 28%;
  max-width: 400px;
  min-width:200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

#splash_logo img {
}


/* -------------------------------------
article
------------------------------------- */
#toplan {
  width:30%;
  max-width:200px;
  height:auto;
  position:fixed;
  right:2vw;
  bottom:2vw;
  z-index:4;
}
#toplan a {
  position:relative;
}
#toplan a p {
  width:49%;
  max-width:98px;
  position:absolute;
  top: 45%;
  left: 56%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index:1;
}
#toplan a .topplan_bg {
  transition:all 0.3s;
}
#toplan a:hover .topplan_bg {
  transition: transform 0.3s;
  transform: rotate(10deg);
}

#toppage {
  background-color:#e5e3d5;
}
#toppage a {
  font-size:19px;
  font-family: "Noto Sans JP", sans-serif;
  text-align:center;
  letter-spacing:0.18em;
  font-weight:700;
  padding:36px 20px;
}


/* -------------------------------------
footer
------------------------------------- */
footer {
  text-align:center;
  padding:100px 0 50px;
  background-color: #14b464;
  position:relative;
}
footer .ftr_in {
  width:100%;
  max-width:960px;
  margin:0 auto;
  position:relative;
}
footer #ftr_logo {
  width:27%;
  max-width:251px;
  min-width:200px;
  margin:0 auto;
}
footer .ftr_icon {
  width:12%;
  max-width:116px;
  min-width:60px;
  position:absolute;
  bottom:0;
  right:0;
}

#totop {
  max-width: 170px;
  margin:0 auto;
  position: absolute;
  bottom: 85%;
  right: 0;
  left:0;
  z-index: 2;
}
#totop .top-arrow {
  max-width:75px;
  margin-bottom:20px;
}
#totop:hover .top-bus {
  transition: transform 0.3s;
  transform: rotate(10deg);
}


.inv_mov {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.tl_yb {
  transform: translate(0, 60px);
}

.tl_yt {
  transform: translate(0, -60px);
}

.tl_xl {
  transform: translate(-60px, 0);
}

.tl_xr {
  transform: translate(60px, 0);
}

.tl_rol {
  transform: rotate(-10deg);
}

.tl_ror {
  transform: rotate(10deg);
}
.tl_xt {
  transform: rotateX(180deg);
}
/*.tl_yt {
  transform: rotateY(180deg);
}*/

.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1s, transform 1s;
}

.mov.delay100 {
  transition-delay: 100ms;
}

.mov.delay200 {
  transition-delay: 200ms;
}

.mov.delay300 {
  transition-delay: 300ms;
}

.mov.delay400 {
  transition-delay: 400ms;
}

.mov.delay500 {
  transition-delay: 500ms;
}
.mov.delay600 {
  transition-delay: 600ms;
}
.mov.delay700 {
  transition-delay: 700ms;
}

/* -------------------------------------
404 Not found
------------------------------------- */
.notfound {
  text-align: center;
  padding: 250px 0;
}
.notfound .page {
  padding-left: 0;
}

.notfound .ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.notfound p {
  font-size: 16px;
  margin-bottom: 15px;
}

.notfound p strong {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.notfound a {
  text-decoration: underline;
  display: inline-block;
}
.notfound #toppage {
  display:none;
}


@media screen and (max-width: 1440px) {

  
}


@media screen and (max-width: 1260px) {
header nav #gnav li a {
  font-size: 14px;
  letter-spacing:0em;
  padding: 0 10px;
}

}

@media screen and (max-width: 1060px) {
/* -------------------------------------


}

@media screen and (max-width: 980px) {


/* -------------------------------------
header
------------------------------------- */
header nav {
    width: calc(100% - 240px);
}


#toppage a {
  font-size:clamp(16px,1.9vw,19px);
}


/* -------------------------------------
footer
------------------------------------- */
footer {
    text-align: center;
    padding: max(70px,10vw) 0 40px;
}

}

@media screen and (max-width: 920px) {
}

@media screen and (max-width: 880px) {
}

}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
body {
  font-size:16px;
}
.page {
  width: calc(100% - 60px);
}
  
  


/* -------------------------------------
header
------------------------------------- */
  header.fixed {
    background-color: transparent;
    box-shadow: none;
  }
  header.active {
    position:relative;
  }
  header.fixed #head {
    padding: 20px 0;
    }
  header #head {
    width:100%;
    z-index: 5;
  }
  header #head .head_top {
    width:100%;
    max-width:100%;
    padding:20px 15px;
    position: fixed;
    top: 0;
    z-index:5;
  }
  
  header.active #head .head_top #logo {
    width:200px;
    margin:0 auto;
    position:absolute;
    left:0;
    right:0;
    top:80vh;
  }
  
  header .head_top a#menu_btn {
    display: block;
  }
  header #head nav {
    display: none;
    width: 100%;
    max-width:100%;
    height: 100vh;
    padding: 70px 0 60px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -20;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  header.active #head nav {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    width:100%;
    padding-top:70px;
    background:url(../imgs/gnav_sp-base.png) center 0 no-repeat;
    background-size:cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
  }
  
  header nav #gnav {
    display:block;
  }
   
  header nav #gnav .navbk {
    flex-direction: column;
    align-items: center;
    justify-content:center;
  }
  
  header nav #gnav li {
    display: block;
    padding:1em 20px;
    position:relative;
  }
  header nav #gnav li:first-child {
    padding-top:0;
  }
  header nav #gnav li a {
    color:#fff;
    font-size:23px;
    display:block;
    max-width:310px;
    margin:0 auto;
    padding: 10px 10px;
    text-shadow: none;
  }
  header.active nav #gnav li a {
    color:#fff;
  }
  
  
  header nav #gnav li a:after {
    display:none;
  }
  header nav #gnav li:not(:last-child):after {
    content:"";
    display:block;
    width:24px;
    height:4px;
    margin:0 auto;
    background:url(../imgs/gnav_sp-dot.svg) 0 0 no-repeat;
    position:absolute;
    bottom:-2px;
    left:0;
    right:0;
    z-index:1;
  }


}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {
  img[src*="_sp"] {
    display: block;
  }

  img[src*="_pc"] {
    display: none;
  }


  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }

footer {
    /*padding: 60px 0 100px;*/
}

#totop {
    width: 150px;
}



}

@media screen and (max-width: 600px) {


}

@media screen and (max-width: 500px) {

}

@media screen and (max-width: 400px) {

}
@media screen and (max-width: 380px) {



}

@media screen and (max-width: 320px) {

}

@media screen and (min-width: 769px) {
  header #head nav {
    display:block!important;
  }
}
