html {
  background-color: #ffffff;
  color: #2b2b2b;
  font-family: yu-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-size: 10px;
  line-height: 1;
  overflow-x: auto;
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus, *:focus {
  outline: none;
}

.bxs, .bsm, .bmd, .blg, .bxl {
  display: none;
}

.ixs, .ism, .imd, .ilg, .ixl {
  display: none;
}

@media screen and (max-width: 575px) {
  .bxs {
    display: block;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .bsm {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bmd {
    display: block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .blg {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .bxl {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .ixs {
    display: inline;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .ism {
    display: inline;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .imd {
    display: inline;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ilg {
    display: inline;
  }
}

@media screen and (min-width: 1200px) {
  .ixl {
    display: inline;
  }
}

.wbr {
  display: inline-block;
}

/*** #loader ***/
#loader {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10010;
}

#loader > .inner {
  height: auto;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#loader > .inner > .bar {
  background-color: #cacaca;
  height: .1rem;
}

/*** #contents ***/
#contents {
  height: auto;
  width: 100%;
  background-color: #fff;
  min-height: 100vh;
  min-width: 32rem;
  position: relative;
  z-index: 1;
}

#contents::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  content: '';
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transition: opacity .75s;
  z-index: 10000;
}

#contents.active::after {
  opacity: 0;
}

#contents.type2 {
  padding-top: 80px;
}
@media screen and (min-width: 1200px) {
  #contents.type2 {
    padding-top: 7.5rem;
  }
}

/*** header ***/
#header {
  height: 5.5rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #header {
    height: 120px;
  }
}

@media screen and (min-width: 1200px) {
  #header {
    height: 146px;
  }
}

#header.type2 {
  background-color: #ffffff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
  height: 80px;
}

#header > .inner {
  height: 100%;
  width: 100%;
  position: relative;
}

#header > .inner > .box1 {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20rem;
}

@media screen and (min-width: 768px) {
  #header > .inner > .box1 {
    width: 25rem;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box1 {
    width: 30rem;
  }
}

#header > .inner > .box1 > .phd {
  height: auto;
  width: 100%;
}

#header > .inner > .box1 > .phd > .lnk {
  height: auto;
  width: 100%;
  display: block;
}

#header > .inner > .box1 > .phd > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}

#header > .inner > .box2 {
  background-color: #2b2b2b;
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 1002;
}

#header > .inner > .box2.active {
  opacity: 1;
  pointer-events: visible;
}

#header > .inner > .box2 > .inner {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner {
    align-items: center;
    display: flex;
    width: 80vw;
  }
}

#header > .inner > .box2 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
  padding: 0rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 {
    margin-bottom: 6.75rem;
    width: 50%;
    padding: 0rem 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 {
    margin-bottom: 9rem;
    padding: 0rem 3rem;
  }
}

@media (min-aspect-ratio: 1 / 1) {
  #header > .inner > .box2 > .inner > .box1 {
    margin-bottom: 0;
  }
}

#header > .inner > .box2 > .inner > .box1 > .lnk {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 210px;
}

@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box1 > .lnk {
    width: 300px;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box1 > .lnk {
    width: 320px;
  }
}

#header > .inner > .box2 > .inner > .box1 > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}

#header > .inner > .box2 > .inner > .box2 {
  height: auto;
  width: 100%;
  padding: 0rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box2 {
    width: 50%;
  }
}

#header > .inner > .box2 > .inner > .box2 > .lst {
  height: auto;
  width: 100%;
}

@media (min-aspect-ratio: 1 / 1) {
  #header > .inner > .box2 > .inner > .box2 > .lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-aspect-ratio: 1 / 1) and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box2 > .lst {
    display: block;
  }
}

#header > .inner > .box2 > .inner > .box2 > .lst > .itm {
  height: auto;
  width: 100%;
}

#header > .inner > .box2 > .inner > .box2 > .lst > .itm:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box2 > .lst > .itm:not(:last-of-type) {
    margin-bottom: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box2 > .lst > .itm:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}

#header > .inner > .box2 > .inner > .box2 > .lst > .itm.type0 {
  display: none;
}

@media (min-aspect-ratio: 1 / 1) {
  #header > .inner > .box2 > .inner > .box2 > .lst > .itm {
    width: 50%;
  }
}

@media screen and (min-aspect-ratio: 1 / 1) and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box2 > .lst > .itm {
    width: 100%;
  }
}

#header > .inner > .box2 > .inner > .box2 > .lst > .itm > .lnk {
  height: auto;
  width: 100%;
}

#header > .inner > .box2 > .inner > .box2 > .lst > .itm > .lnk > .txt1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.5625rem;
  color: #ffffff;
  display: block;
  font-family: garamond-premier-pro-display, serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box2 > .lst > .itm > .lnk > .txt1 {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box2 > .lst > .itm > .lnk > .txt1 {
    font-size: 16px;
    margin-bottom: 1.125rem;
  }
}

#header > .inner > .box2 > .inner > .box2 > .lst > .itm > .lnk > .txt2 {
  height: auto;
  width: 100%;
  font-size: 0.84rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #ffffff;
  display: block;
  text-align: center;
  display: none;
}

@media screen and (min-width: 768px) {
  #header > .inner > .box2 > .inner > .box2 > .lst > .itm > .lnk > .txt2 {
    font-size: 0.98rem;
    line-height: 1;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box2 > .lst > .itm > .lnk > .txt2 {
    font-size: 1.12rem;
  }
}

#header > .inner > .box2 > .inner > .box3 {
  display: none;
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box3 {
    display: none;
    margin: 7.5rem auto 0;
    padding-top: 3rem;
    width: 50rem;
  }
}

@media screen and (min-aspect-ratio: 1 / 1) and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box3 {
    border-top: none;
    bottom: 0;
    left: 5rem;
    position: absolute;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box3 > .phd {
    height: auto;
    width: 100%;
    color: #ffffff;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box3 > .par {
    color: #ffffff;
    font-size: 1.44rem;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box3 > .lst {
    height: auto;
    margin: 0 auto;
    width: 42.5rem;
  }
  #header > .inner > .box2 > .inner > .box3 > .lst:after {
    clear: both;
    content: '';
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box3 > .lst > .trm {
    clear: both;
    color: #ffffff;
    float: left;
    font-size: 1.28rem;
    letter-spacing: 0.05em;
    line-height: 2;
    height: auto;
    width: 8rem;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box2 > .inner > .box3 > .lst > .dsc {
    color: #ffffff;
    float: left;
    font-size: 1.28rem;
    letter-spacing: 0.05em;
    line-height: 2;
    height: auto;
    width: calc(100% - 8rem);
  }
}

#header > .inner > .box3 {
  height: 2rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  z-index: 1003;
}

@media screen and (min-width: 768px) {
  #header > .inner > .box3 {
    height: 2.5rem;
    width: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box3 {
    height: 3rem;
    width: 3rem;
  }
}

#header > .inner > .box3 > .lnk {
  height: 100%;
  width: 100%;
  display: block;
}

#header > .inner > .box3 > .lnk > .bar {
  background-color: #484848;
  display: block;
  height: .1rem;
  left: 0;
  position: absolute;
  top: .9rem;
  transition: 0.5s;
  width: 50%;
}

@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .lnk > .bar {
    top: 1.15rem;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .lnk > .bar {
    top: 1.4rem;
  }
}

#header > .inner > .box3 > .lnk > .bar::before {
  background-color: #484848;
  content: '';
  display: block;
  height: .1rem;
  left: 0;
  position: absolute;
  top: -.6rem;
  transition: 0.5s;
  width: 200%;
}

@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .lnk > .bar::before {
    top: -.8rem;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .lnk > .bar::before {
    top: -1rem;
  }
}

#header > .inner > .box3 > .lnk > .bar::after {
  background-color: #484848;
  content: '';
  display: block;
  height: .1rem;
  left: 0;
  position: absolute;
  top: .7rem;
  transition: 0.5s;
  width: 150%;
}

@media screen and (min-width: 768px) {
  #header > .inner > .box3 > .lnk > .bar::after {
    top: .9rem;
  }
}

@media screen and (min-width: 1200px) {
  #header > .inner > .box3 > .lnk > .bar::after {
    top: 1.1rem;
  }
}

#header > .inner > .box3 > .lnk.active > .bar {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
}

#header > .inner > .box3 > .lnk.active > .bar::before {
  background-color: #ffffff;
  top: 0;
  transform: rotate(135deg);
  width: 100%;
}

#header > .inner > .box3 > .lnk.active > .bar::after {
  background-color: #ffffff;
  top: 0;
  transform: rotate(225deg);
  width: 100%;
}

#header.scroll {
  background-color: #ffffff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
}

/*** #banner ***/
#banner.type1 {
  height: auto;
  width: 100%;
  background-color: #f0f0f0;
  margin-top: 55px;
}
@media screen and (min-width: 1200px) {
  #banner.type1 {
    margin-top: 146px;
  }
}
#banner.type1 > .inner {
  height: auto;
  width: 100%;
}

#banner.type1 > .inner > .inner {
  background: url("../images/bg_bnr_home.png") bottom center repeat-x;
  background-size: auto 4rem;
  height: 35rem;
  padding: 7.5rem 0 9.5rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .inner {
    background-size: auto 6rem;
    height: 50rem;
    padding: 10rem 0 13rem;
  }
}

@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .inner {
    background-size: auto 8rem;
    height: 72.5rem;
    padding: 15rem 0 18rem;
  }
}

#banner.type1 > .inner > .inner > .lst {
  height: 100%;
  width: 100%;
}

#banner.type1 > .inner > .inner > .lst > .itm {
  height: 100%;
  margin: 0 2.25rem;
  width: auto;
}

@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .inner > .lst > .itm {
    margin: 0 3.9375rem;
  }
}

@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .inner > .lst > .itm {
    margin: 0 6rem;
  }
}

#banner.type1 > .inner > .inner > .lst > .itm > .lnk {
  display: block;
  height: 100%;
  width: auto;
}

#banner.type1 > .inner > .inner > .lst > .itm > .lnk > .box1 {
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.3);
  height: 100%;
  width: auto;
}

@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .inner > .lst > .itm > .lnk > .box1 {
    box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .inner > .lst > .itm > .lnk > .box1 {
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.3);
    height: calc(100% - 5rem);
  }
}

#banner.type1 > .inner > .inner > .lst > .itm > .lnk > .box1 > .img {
  display: block;
  height: 100%;
  width: auto;
}

#banner.type1 > .inner > .inner > .lst > .itm > .lnk > .box2 {
  display: none;
}

@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .inner > .lst > .itm > .lnk > .box2 {
    height: auto;
    width: 100%;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s;
  }
}

@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .inner > .lst > .itm > .lnk > .box2 > .shd {
    height: auto;
    width: 100%;
    color: #484848;
    display: block;
    font-size: 1.44rem;
    font-family: garamond-premier-pro-display, serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-bottom: 0.75rem;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .inner > .lst > .itm > .lnk > .box2 > .phd {
    height: auto;
    width: 100%;
    color: #808080;
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.2em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
  }
}

@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .inner > .lst > .itm.swiper-slide-active > .lnk > .box2 {
    opacity: 1;
  }
}

#banner.type1 > .inner > .inner .swiper-pagination-bullets {
  bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .inner .swiper-pagination-bullets {
    bottom: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .inner .swiper-pagination-bullets {
    bottom: 3rem;
  }
}

#banner.type1 > .inner > .inner .swiper-pagination-bullet {
  height: .4rem;
  width: .4rem;
}

@media screen and (min-width: 768px) {
  #banner.type1 > .inner > .inner .swiper-pagination-bullet {
    height: .5rem;
    width: .5rem;
  }
}

@media screen and (min-width: 1200px) {
  #banner.type1 > .inner > .inner .swiper-pagination-bullet {
    height: .6rem;
    width: .6rem;
  }
}

#banner.type1 > .inner > .inner .swiper-pagination-bullet-active {
  background-color: #000000;
}

#banner.type2 {
  height: auto;
  width: 100%;
  background-color: #ffffff;
}

#banner.type2 > .inner {
  height: auto;
  width: 100%;
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  #banner.type2 > .inner {
    padding: 160px 0 120px 0;
  }
}

@media screen and (min-width: 1200px) {
  #banner.type2 > .inner {
    padding: 160px 0 120px 0;
  }
}

#banner.type2 > .inner > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 1.875rem;
  font-family: garamond-premier-pro-display, serif;
  font-size: 2.04rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  #banner.type2 > .inner > .phd {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1200px) {
  #banner.type2 > .inner > .phd {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.4;
  }
}
#banner.type2 > .inner > .phd > .txt > br{
  display: block;
}
@media screen and (min-width: 1200px) {
  #banner.type2 > .inner > .phd > .txt > br{
    display: none;
  }
}

#banner.type2 > .inner > .shd {
  height: auto;
  width: 100%;
  height: auto;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  display: none;
}

@media screen and (min-width: 768px) {
  #banner.type2 > .inner > .shd {
    font-size: 12px;
    line-height: 1;
  }
}

@media screen and (min-width: 1200px) {
  #banner.type2 > .inner > .shd {
    font-size: 12px;
  }
}

/*** #main ***/
#main {
  height: auto;
  width: 100%;
  background-color: #ffffff;
}
/*** #footer ***/
footer{
  background-color: #fff;
  width: auto;
  padding: 80px 0;
  border-top: 1px solid #ededed;
}
@media screen and (min-width: 1200px) {
  footer{
    background-color: #fff;
    width: auto;
    padding: 72px 80px 128px 80px;
  }
}
.kw-footer__inner{
  display: block;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .kw-footer__inner{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.kw-footer__address{
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .kw-footer__address{
    width: 340px;
  }
}
.kw-footer__address h2{
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .kw-footer__address h2{
    text-align: left;
  }
}
.kw-footer__address h2 img{
  width: 180px;
  height: auto;
  vertical-align: top;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .kw-footer__address h2 img{
    width: 241px;
    height: auto;
    vertical-align: top;
    padding-bottom: 40px;
  }
}
.kw-footer__addresstxt{
  font-size: 12px;
  line-height: 2.5em;
  font-family: yu-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .kw-footer__addresstxt{
    font-size: 12px;
    line-height: 2.333em;
    text-align: left;
  }
}
.kw-footer__addresstxt a{
  text-decoration: none;
}
.kw-footer__contact{
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .kw-footer__contact{
    width: calc(100% - 740px);
  }
}
.btn__contact{
  display: block;
  margin-bottom: 6px;
  border: 1px solid #ededed;
  line-height: 60px;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .btn__contact{
    width: 240px;
    margin-left: auto;
  }
}
.btn__contact button{
  border: none;
  outline: none;
  width: 100%;
  background-color: transparent;
  font-family: serif;
  letter-spacing: 0.08em;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: garamond-premier-pro-display, serif;
	font-weight: 400;
	font-style: normal;
  color: #676767;
}
.kw-footer__navi{
  width: 100%;
  display: flex;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ededed;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .kw-footer__navi{
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    border: none;
    width: 400px;
    justify-content: flex-end;
  }
}
.kw-footer__navi ul{
  padding-right: 0;
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .kw-footer__navi ul{
    padding-right: 80px;
    width: auto;
  }
}
.kw-footer__navi ul li{
  font-size: 12px;
  line-height: 2.333em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .kw-footer__navi ul li{
    font-size: 12px;
  }
}
.kw-footer__navi ul li a{
  border-bottom: 1px solid #ededed;
  line-height: 60px;
  display: block;
  text-align: center;
}
.kw-footer__navi ul:first-child li a{
  border-right: 1px solid #ededed;
}
@media screen and (min-width: 1200px) {
  .kw-footer__navi ul li a{
    line-height: 2.333em;
    display: inline;
    border: none;
    text-align: left;
  }
  .kw-footer__navi ul:first-child li a{
    border-right: none;
  }
}
.kw-footer__copyright{
  padding-top: 80px;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: garamond-premier-pro-display, serif;
	font-weight: 400;
	font-style: normal;
  text-align: center;
  line-height: 1.8em;
}
@media screen and (min-width: 1200px) {
  .kw-footer__copyright{
    text-align: left;
    line-height: 1em;
  }
}
.kw-footer__copyright a{
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.kw-footer__copyright br{
  display: block;
}
@media screen and (min-width: 1200px) {
  .kw-footer__copyright a{
    display: inline-block;
    margin-left: 1em;
    margin-right: 0;
  }
  .kw-footer__copyright br{
    display: none;
  }
}


/*** #modal ***/
#modal {
  background-color: #000000;
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 9990;
}

#modal.active {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}

#modal > .inner {
  height: 100%;
  width: 100%;
  position: relative;
}

#modal > .inner > .box1 {
  height: 5.5rem;
  position: fixed;
  right: 0;
  top: 0;
  width: 5.5rem;
  z-index: 9991;
}

@media screen and (min-width: 768px) {
  #modal > .inner > .box1 {
    height: 6.5rem;
    width: 6.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #modal > .inner > .box1 {
    height: 7.5rem;
    width: 7.5rem;
  }
}

#modal > .inner > .box1 > .lnk {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}

#modal > .inner > .box1 > .lnk.hov {
  transition: opacity 0.35s;
}

#modal > .inner > .box1 > .lnk.hov:hover {
  opacity: 0.5;
}

#modal > .inner > .box1 > .lnk > .bar {
  background-color: transparent;
  height: .2rem;
  display: block;
  left: 2rem;
  position: absolute;
  top: 2.65rem;
  width: 1.5rem;
}

@media screen and (min-width: 768px) {
  #modal > .inner > .box1 > .lnk > .bar {
    left: 2.25rem;
    top: 3.15rem;
    width: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #modal > .inner > .box1 > .lnk > .bar {
    left: 2.5rem;
    top: 3.65rem;
    width: 2.5rem;
  }
}

#modal > .inner > .box1 > .lnk > .bar::before {
  background-color: #ffffff;
  content: '';
  height: .2rem;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(135deg);
  width: 100%;
}

#modal > .inner > .box1 > .lnk > .bar::after {
  background-color: #ffffff;
  content: '';
  height: .2rem;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(225deg);
  width: 100%;
}

#modal > .inner > .box2 {
  height: auto;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#modal > .inner > .box2 > .mc4wp-form {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 20rem;
}

@media screen and (min-width: 768px) {
  #modal > .inner > .box2 > .mc4wp-form {
    max-width: 30rem;
  }
}

@media screen and (min-width: 1200px) {
  #modal > .inner > .box2 > .mc4wp-form {
    max-width: 40rem;
  }
}

#modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields {
  height: auto;
  width: 100%;
}

#modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst {
    margin-bottom: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst {
    margin-bottom: 3rem;
  }
}

#modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst:last-of-type {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst:last-of-type {
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst:last-of-type {
    margin-bottom: 6rem;
  }
}

#modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst > .trm {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 1.08rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #ffffff;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst > .trm {
    margin-bottom: 1.125rem;
  }
}

@media screen and (min-width: 1200px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst > .trm {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst > .trm {
    font-size: 1.26rem;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1200px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst > .trm {
    font-size: 1.44rem;
    line-height: 2;
  }
}

#modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst > .trm > .req {
  display: inline-block;
  font-size: .8em;
  margin-left: .5em;
}

#modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst > .dsc {
  height: auto;
  width: 100%;
}

#modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst > .dsc > .ipb {
  height: auto;
  width: 100%;
  padding: 0.375rem 0.375rem;
  font-size: 1.08rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0.2rem solid #ffffff;
  border-radius: 0;
  display: block;
  font-family: yu-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, sans-serif;
}

@media screen and (min-width: 768px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst > .dsc > .ipb {
    padding: 0.5625rem 0.5625rem;
  }
}

@media screen and (min-width: 1200px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst > .dsc > .ipb {
    padding: 0.75rem 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst > .dsc > .ipb {
    font-size: 1.26rem;
    line-height: 1.875;
  }
}

@media screen and (min-width: 1200px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .lst > .dsc > .ipb {
    font-size: 1.44rem;
    line-height: 2;
  }
}

#modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .par {
  height: auto;
  width: 100%;
}

#modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .par > .ips {
  padding: 1.125rem 0rem;
  font-size: 1.08rem;
  letter-spacing: 0.05em;
  line-height: 1;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 0.2rem solid #ffffff;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  display: block;
  font-family: yu-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, sans-serif;
  height: auto;
  margin: 0 auto;
  width: 15rem;
}

@media screen and (min-width: 768px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .par > .ips {
    padding: 1.6875rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .par > .ips {
    padding: 2.25rem 0rem;
  }
}

@media screen and (min-width: 768px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .par > .ips {
    font-size: 1.26rem;
    line-height: 1;
  }
}

@media screen and (min-width: 1200px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .par > .ips {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 768px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .par > .ips {
    width: 17.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .par > .ips {
    width: 20rem;
  }
}

#modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .par > .ips.hov {
  transition: background-color 0.35s;
}

#modal > .inner > .box2 > .mc4wp-form > .mc4wp-form-fields > .par > .ips.hov:hover {
  background-color: #2b2b2b;
  color: #ffffff;
}

/*# sourceMappingURL=common.css.map */

.snsicon{
  padding-top: 12px;
  display: flex;
  justify-content:center;
  column-gap: 5px;
}
@media screen and (min-width: 1200px) {
  .snsicon{
  justify-content: flex-end;
  }
}
.snsicon li{
  width: 20px;
  opacity: .7;
}
.snsicon li img{
  width: 20px;
  height: auto;
}