/*=============================================================
 tools
=============================================================*/
.page-con {
  position: relative;
  padding: 200px 0;
}
@media only screen and (max-width: 1400px) {
  .page-con {
    padding: 14.2857142857vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-con {
    padding: 23.4375vw 0;
  }
}
.page-con .line-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 0 12px;
  opacity: 0.2;
}
@media only screen and (max-width: 1400px) {
  .page-con .line-box {
    gap: 0 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .line-box {
    gap: 0 1.5625vw;
  }
}
.page-con .line-box span {
  width: 12px;
  height: 100%;
  background-color: #DBC199;
}
@media only screen and (max-width: 1400px) {
  .page-con .line-box span {
    width: 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .line-box span {
    width: 1.5625vw;
  }
}
.page-con .line-box span:nth-child(odd) {
  height: calc(100% - 15px);
}
@media only screen and (max-width: 768px) {
  .page-con .line-box span:nth-child(odd) {
    height: calc(100% - 2.34375vw);
  }
}
.page-con .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .page-con .inner {
    width: 85.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .inner {
    width: 93.75vw;
  }
}
.page-con .ttl-box {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1400px) {
  .page-con .ttl-box {
    margin-bottom: 4.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .ttl-box {
    margin-bottom: 6.25vw;
  }
}
.page-con .ttl-box h1, .page-con .ttl-box .title {
  margin: 0 auto;
}
.page-con .ttl-box h1 svg, .page-con .ttl-box .title svg {
  width: 100%;
  height: auto;
}
.page-con .ttl-box .jp {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #CFAC77;
  font-weight: bold;
}
@media only screen and (max-width: 1400px) {
  .page-con .ttl-box .jp {
    font-size: 2.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .ttl-box .jp {
    font-size: 4.6875vw;
  }
}
.page-con .ttl-box .jp::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 6px);
  transform: translateY(-50%);
  display: block;
  width: 132px;
  height: 2px;
  background-color: #CFAC77;
}
@media only screen and (max-width: 1400px) {
  .page-con .ttl-box .jp::before {
    width: 9.4285714286vw;
    height: 0.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .ttl-box .jp::before {
    width: 14.375vw;
    height: 0.3125vw;
  }
}
.page-con .ttl-box .jp::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 6px);
  transform: translateY(-50%);
  display: block;
  width: 132px;
  height: 2px;
  background-color: #CFAC77;
}
@media only screen and (max-width: 1400px) {
  .page-con .ttl-box .jp::after {
    left: calc(100% + 0.4285714286vw);
    width: 9.4285714286vw;
    height: 0.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .ttl-box .jp::after {
    width: 14.375vw;
    height: 0.3125vw;
  }
}
.page-con .lang-change {
  display: flex;
  justify-content: right;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1400px) {
  .page-con .lang-change {
    margin-bottom: 0.3571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .lang-change {
    margin-bottom: 0.78125vw;
  }
}
.page-con .lang-change ul {
  display: inline-flex;
  gap: 0 10px;
  border-radius: 50px;
  border: 2px solid #DBC199;
  padding: 5px;
}
@media only screen and (max-width: 1400px) {
  .page-con .lang-change ul {
    border-radius: 3.5714285714vw;
    padding: 0.3571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .lang-change ul {
    gap: 0 1.5625vw;
    border-radius: 7.8125vw;
    padding: 0.78125vw;
  }
}
.page-con .lang-change ul li {
  width: 80px;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .page-con .lang-change ul li {
    width: 5.7142857143vw;
    border-radius: 3.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .lang-change ul li {
    width: 12.5vw;
    border-radius: 7.8125vw;
  }
}
.page-con .lang-change ul li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #514252;
  text-decoration: none;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1400px) {
  .page-con .lang-change ul li a {
    font-size: 1.1428571429vw;
    line-height: 2.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .lang-change ul li a {
    font-size: 3.125vw;
    line-height: 6.25vw;
  }
}
.page-con .lang-change ul li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.page-con .lang-change ul li.current a {
  color: #fff;
  background-color: #514252;
}
.page-con .detail-block {
  position: relative;
  padding: 40px 100px;
  border: 3px solid #DBC199;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 76px;
}
@media only screen and (max-width: 1400px) {
  .page-con .detail-block {
    padding: 2.8571428571vw 7.1428571429vw;
    margin-bottom: 5.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block {
    padding: 4.6875vw 3.125vw 7.8125vw;
    border-width: 0.46875vw;
  }
}
.page-con .detail-block .deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/parts/block_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block .deco::before {
    width: 5vw;
    height: 5vw;
  }
}
.page-con .detail-block .deco::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, 1);
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/parts/block_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block .deco::after {
    width: 5vw;
    height: 5vw;
  }
}
.page-con .detail-block .deco span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(1, -1);
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/parts/block_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block .deco span::before {
    width: 5vw;
    height: 5vw;
  }
}
.page-con .detail-block .deco span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/parts/block_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block .deco span::after {
    width: 5vw;
    height: 5vw;
  }
}
.page-con .detail-block h3 {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.6em 0.6em;
  min-height: 55px;
  color: #fff;
  border: 2px solid #DBC199;
  box-sizing: border-box;
  gap: 0 0.4em;
  margin: 1.3em 0 0.5em;
  background: url("../img/parts/h2_deco_btm-pc.png") no-repeat bottom left, url("../img/parts/h2_deco_top-pc.png") no-repeat top left, linear-gradient(90deg, #ff85bb, #db4e8b);
  background-size: 100% auto, 100% auto, auto;
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block h3 {
    font-size: 3.75vw;
    border-top-width: 0.3125vw;
    border-bottom-width: 0.3125vw;
    min-height: 7.8125vw;
    background-image: url("../img/parts/h2_deco_btm-sp.png"), url("../img/parts/h2_deco_top-sp.png"), linear-gradient(90deg, #ff85bb, #db4e8b);
  }
}
.page-con .detail-block h3::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/parts/kira_yl.svg") no-repeat top center;
  background-size: contain;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block h3::before {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.page-con .detail-block h4 {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.2;
  padding: 0.4em 0;
  min-height: 55px;
  border-top: 2px solid #DBC199;
  border-bottom: 2px solid #DBC199;
  box-sizing: border-box;
  padding-left: 0.3em;
  gap: 0 0.2em;
  margin: 1.5em 0 0.8em;
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block h4 {
    font-size: 3.4375vw;
    border-top-width: 0.3125vw;
    border-bottom-width: 0.3125vw;
    min-height: 7.8125vw;
  }
}
.page-con .detail-block h4::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/parts/kira_yl.svg") no-repeat top center;
  background-size: contain;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block h4::before {
    width: 3.75vw;
    height: 3.59375vw;
  }
}
.page-con .detail-block h5 {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  color: #F3589B;
  gap: 0 0.2em;
  margin: 1em 0 0.3em;
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block h5 {
    font-size: 3.125vw;
  }
}
.page-con .detail-block h5::before, .page-con .detail-block h5::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/parts/kira_pk.svg") no-repeat top center;
  background-size: contain;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block h5::before, .page-con .detail-block h5::after {
    width: 2.1875vw;
    height: 2.1875vw;
  }
}
.page-con .detail-block h6 {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 0.4em 0.5em;
  gap: 0 0.2em;
  margin: 1.3em 0 0.5em;
  border: 2px solid #DBC199;
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block h6 {
    font-size: 2.8125vw;
    border-width: 0.3125vw;
    padding: 0.4em;
  }
}
.page-con .detail-block h6::before, .page-con .detail-block h6::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/parts/kira_gl.svg") no-repeat top center;
  background-size: contain;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block h6::before, .page-con .detail-block h6::after {
    width: 1.875vw;
    height: 1.875vw;
  }
}
.page-con .detail-block p {
  font-size: 18px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1400px) {
  .page-con .detail-block p {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block p {
    font-size: 3.125vw;
  }
}
.page-con .detail-block p a {
  color: #94174D;
}
.page-con .detail-block p.mb {
  margin-bottom: 1em;
}
.page-con .detail-block p.small {
  font-size: 16px;
}
@media only screen and (max-width: 1400px) {
  .page-con .detail-block p.small {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con .detail-block p.small {
    font-size: 2.8125vw;
  }
}
.page-con .line-box {
  height: 0;
  transition: all 3s ease;
}
.page-con .ttl-box h1, .page-con .ttl-box .title {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s 0.4s ease;
}
.page-con .ttl-box .jp::before {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s 0.6s ease;
}
.page-con .ttl-box .jp::after {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s 0.6s ease;
}
.page-con .ttl-box .jp span {
  opacity: 0;
  transition: all 0.8s 1s ease;
}
.page-con .con-wrap {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s 1s ease;
}
.page-con.move-on .line-box {
  height: calc(100% + 15px);
}
@media only screen and (max-width: 768px) {
  .page-con.move-on .line-box {
    height: calc(100% + 2.34375vw);
  }
}
.page-con.move-on .ttl-box h1, .page-con.move-on .ttl-box .title {
  opacity: 1;
  transform: translateY(0);
}
.page-con.move-on .ttl-box .jp::before, .page-con.move-on .ttl-box .jp::after {
  opacity: 1;
  transform: translateX(0);
}
.page-con.move-on .ttl-box .jp span {
  opacity: 1;
}
.page-con.move-on .con-wrap {
  opacity: 1;
  filter: blur(0px);
}