@charset "utf-8";
header .title {
  display: none;
}
.kv {
  position: relative;
  padding-top: 23vh;
  background: #FFFAE7;
}
@media print, screen and (max-width: 850px) {
  .kv {
    padding-top: 5vh;
    padding-bottom: 30px;
  }
}
.kv::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #fff;
  /* 三角を白にする */
  border-left: 100vw solid transparent;
}
.kv h1 {
  opacity: 0;
  transform: translateY(20px);
}
body.loaded .kv h1 {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 600ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.kv .tit {
  opacity: 0;
  transform: translateY(20px);
}
body.loaded .kv .tit {
  transition-delay: 200ms;
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 600ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.kv .body {
  opacity: 0;
  transform: translateY(20px);
}
body.loaded .kv .body {
  transition-delay: 400ms;
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 600ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.kv .image {
  opacity: 0;
}
body.loaded .kv .image {
  opacity: 1;
  transition-delay: 600ms;
  transition-duration: 1000ms;
  transition-property: opacity;
}
.kv .side {
  position: absolute;
  top: 100px;
  right: 2%;
}
.floating {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 99
}
.bl_floatingBanner {
  position: relative;
  width: 250px;
  max-width: 100%;
}
.bl_floatingBanner.js_close {
  display: none;
}
.bl_floatingBanner2 {
  position: relative;
  width: 250px;
  max-width: 100%;
  margin-top: 15px;
}
.bl_floatingBanner2.js_close {
  display: none;
}
.bl_floatingBanner3 {
  position: relative;
  width: 250px;
  max-width: 100%;
  margin-top: 15px;
}
.bl_floatingBanner3.js_close {
  display: none;
}
.bl_floatingBanner_img {
  display: block;
  transition: 0.3s;
}
.bl_floatingBanner_img:hover {
  opacity: 0.6;
}
.bl_floatingBanner_close {
  width: 30px;
  height: auto;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
@media print, screen and (max-width: 850px) {
  .kv .side {
    display: none;
  }
}
.kv .side ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  margin-bottom: 10px;
  padding: 15px 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 0px #BFBFBF;
  color: #262522;
  text-decoration: none;
  text-align: center;
}
@media print, screen and (min-width: 851px) {
  #wrapper .base {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(../images/back.png);
    background-size: calc(2159px / 1) auto;
    background-repeat: no-repeat;
    background-position: calc(50% + 150px) top; */
  }
  .content {
    position: relative;
  }
  .kv {
    position: relative;
    margin-bottom: 150px;
    padding-top: 100px;
  }
  .kv .inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .kv .eff {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .kv .eff .efo1 {
    width: calc(64px);
    height: calc(64px);
    left: -100px;
    top: -40px;
  }
  .kv .eff .efo2 {
    width: calc(56px);
    height: calc(56px);
    right: -50px;
    top: -40px;
  }
  .kv .eff .efo3 {
    width: calc(36px);
    height: calc(36px);
    right: -80px;
    bottom: 60px;
  }
  .kv .eff .efo4 {
    width: calc(20px);
    height: calc(20px);
    left: -5px;
    top: -70px;
  }
  .kv .eff .efo5 {
    width: calc(20px);
    height: calc(20px);
    left: -50px;
    bottom: 170px;
  }
  .kv .eff .efo6 {
    width: calc(20px);
    height: calc(20px);
    right: -90px;
    top: 60px;
  }
  .kv .eff .efo7 {
    width: calc(20px);
    height: calc(20px);
    right: -100px;
    bottom: 130px;
  }
  .kv .eff .efo8 {
    width: calc(15px);
    height: calc(15px);
    left: -80px;
    top: 90px;
  }
  .kv .image {
    width: calc(868px / 2);
  }
  .kv .texts {
    position: relative;
    z-index: 1;
    margin-right: -30px;
  }
  .kv .texts h1 {
    background-image: url(../../common/images/title.svg);
    background-size: 100% 100%;
    width: 460px;
    height: calc(460px / 894.05 * 279.45);
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
  }
  .kv .texts .tit {
    margin-top: 80px;
    color: #E1673E;
    font-size: 162%;
    line-height: 1.5em;
  }
  .kv .texts .body {
    margin-top: 40px;
    line-height: 2em;
  }
  .kv .texts .body p {
    margin-bottom: 1em;
  }
  .contentbox {
    position: relative;
  }
  .content .links {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
  .content .links ul {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
  }
  .content .links ul li li {
    display: flex;
    align-items: center;
    border: 1px #231815 solid;
    margin-left: 20px;
    border-radius: 100px;
    text-decoration: none;
    background-color: #fff;
    color: #231815;
    padding: 6px 30px;
    box-shadow: 0 2px 0px #231815;
  }
  .linksList li {
    display: flex;
    align-items: center;
    border: 1px #231815 solid;
    margin-left: 20px;
    border-radius: 100px;
    text-decoration: none;
    background-color: #fff;
    color: #231815;
    padding: 6px 30px;
    box-shadow: 0 2px 0px #231815;
  }
  .content .links ul li a {
    color: unset;
    text-align: center;
    text-decoration: none;
  }
  .content .links ul li a span {
    display: block;
    font-size: 80%;
  }
}
@media only screen and (max-width: 850px) {
  body.loaded .kv .image {
    transition-delay: 100ms;
  }
  #wrapper .base {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(../images/back_sp.png);
    background-size: calc(240vw) auto;
    background-repeat: no-repeat;
    background-position: calc(50% + 20vw) top; */
  }
  .content {
    position: relative;
  }
  .kv {
    position: relative;
    margin-bottom: 12vw;
  }
  .kv .inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .kv .eff {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100vw);
    height: calc(100vw / 740 * 900);
  }
  .kv .eff .efo1 {
    width: 10vw;
    height: 10vw;
    left: 0vw;
    top: 28vw;
  }
  .kv .eff .efo2 {
    width: 10vw;
    height: 10vw;
    right: 3vw;
    top: 35vw;
  }
  .kv .eff .efo3 {
    width: 10vw;
    height: 10vw;
    right: 3vw;
    bottom: -12vw;
  }
  .kv .eff .efo4 {
    width: 3vw;
    height: 3vw;
    left: 6vw;
    top: -6vw;
  }
  .kv .eff .efo5 {
    width: 6vw;
    height: 6vw;
    left: 3vw;
    bottom: 0px;
  }
  .kv .eff .efo6 {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    top: 54vw;
  }
  .kv .eff .efo7 {
    width: 3vw;
    height: 3vw;
    right: 3vw;
    bottom: 10vw;
  }
  .kv .eff .efo8 {
    width: 3vw;
    height: 3vw;
    left: 12vw;
    top: 43vw;
  }
  .kv .image {
    margin-top: 6vw;
    width: 64vw;
    margin-left: auto;
    margin-right: auto;
  }
  .kv .texts h1 {
    background-image: url(../../common/images/title.svg);
    background-size: 100% 100%;
    width: 72vw;
    margin-left: auto;
    margin-right: auto;
    height: calc(72vw / 894.05 * 279.45);
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
  }
  .kv .texts .tit {
    margin-top: 40px;
    color: #E1673E;
    font-size: 162%;
    line-height: 1.5em;
    text-align: center;
  }
  .kv .texts .body {
    margin-top: 40px;
    line-height: 2em;
    margin-left: 20px;
    margin-right: 20px;
  }
  .kv .texts .body p {
    margin-bottom: 1em;
  }
  .contentbox {
    position: relative;
  }
  .content .links {
    display: none;
  }
  .floating {
    position: fixed;
    bottom: 0;
    right: 2.5%;
    width: 95%;
    max-width: 100%;
    z-index: 99;
  }
  .bl_floatingBanner {
    width: 100%;
    max-width: 100%;
    z-index: 99;
  }
  .bl_floatingBanner2 {
    width: 100%;
    max-width: 100%;
	  margin-top: 0;
    z-index: 99;
  }
	.bl_floatingBanner3 {
    width: 100%;
    max-width: 100%;
	  margin-top: 0;
    z-index: 99;
  }
  .bl_floatingBanner.js_close {
    display: none;
  }
  .bl_floatingBanner2.js_close {
    display: none;
  }
	.bl_floatingBanner3.js_close {
    display: none;
  }
  .bl_floatingBanner_img {
    display: block;
    transition: 0.3s;
  }
  .bl_floatingBanner_close {
    width: 30px;
    height: auto;
    position: absolute;
    right: 0;
    top: -15px;
    cursor: pointer;
  }
}