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

* {
  box-sizing: border-box;
}
.wow{
	visibility: hidden;
}
/*=============================================
* font
*=============================================*/
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-600 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-900 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  font-family: 'Corporate Logo Rounded';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Corporate-Logo-Rounded-Bold-ver3.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*=============================================
* body
*=============================================*/
body {
  color: #4A4A4A;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  font-weight: 400;
  background: #FFF5F5;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.09em;
    text-align: left;
    min-width: 1000px;
    /* viewport */
  }
}

@media screen and (max-width: 767px) {
  :root {
    --app-height: 100%;
  }
  html.open,
  body.menu-open {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
  }
}

/*=============================================
* <main>
*=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

a, img {
  transition: 0.3s all ease-in-out;
}

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

.pink {
  color: #F0657F;
}

.orange {
  color: #F07668 !important;
}

.slick-arrow {
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  border: none;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 1;
}

.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.slick-prev {
  background-image: url("../img/icon_left@2x.png");
  left: -1vw;
}

.slick-next {
  background-image: url("../img/icon_right@2x.png");
  right: -1vw;
}

/*=============================================
* <header>
*=============================================*/
header {
  background-image: url("../img/key_bg_sp@2x-100.jpg");
  background-size: cover;
  background-position: 50%;
  padding: 1.6vw 0 0 3.7vw;
  text-align: center;
}
header .img2{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
header img {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  header {
    background-image: url("../img/key_bg@2x-100.jpg");
    padding: 0;
  }
}

footer .footer-main {
  background-image: url("../img/footer_bg_sp@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding-top: 18.133333333333333vw;
  position: relative;
}

footer .footer-main .ttl {
  text-align: center;
  font-family: 'Corporate Logo Rounded';
  font-size: 9.6vw;
  line-height: 13.333333333333334vw;
  letter-spacing: 0.1em;
  color: #6C4A42;
  position: absolute;
  left: 0;
  right: 0;
  top: 9vw;
  z-index: 1;
}

footer .footer-main .ttl span {
  color: #F0657F;
}

footer .footer-info {
  background: #6C4A42;
  color: #fff;
  text-align: center;
  padding: 7vw 0 3vw;
  font-size: 3.7333333333333334vw;
  line-height: 5vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}

footer .footer-info ul {
  margin-bottom: 4vw;
}

footer .footer-info ul li + li {
  margin-left: 5vw;
}

footer .footer-info address {
  font-size: 3.466666666666667vw;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  footer .footer-main {
    background-image: url("../img/footer_bg@2x.png");
    padding-top: 40px;
    text-align: center;
  }
  footer .footer-main img {
    display: block;
    max-width: 966px;
    width: 97%;
    margin: 0 auto;
  }
  footer .footer-main .ttl {
    width: 674px;
    font-size: 46.56px;
    line-height: 65.19px;
    top: 123px;
  }
  footer .footer-main .sttl{
    font-size: 14px;
    position: absolute;
    left: calc(50% + 60px);
    bottom: 56px;
    z-index: 1;
  }
  footer .footer-info {
    padding: 30px 0 15px;
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer-info ul {
    margin-bottom: 20px;
  }
  footer .footer-info ul li + li {
    margin-left: 25px;
  }
  footer .footer-info ul a:hover {
    text-decoration: underline;
  }
  footer .footer-info address {
    font-size: 13px;
  }
}

/*=============================================
* copyright
*=============================================*/
.db {
  display: block;
}

.df {
  display: flex;
}

.jcfs {
  justify-content: flex-start;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcfe {
  justify-content: flex-end;
}

.aifs {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .df-pc {
    display: flex;
  }
}
.fadeIn{
    animation-duration: 3s;
    animation-delay: 0.5s;
}