@charset "UTF-8";
/* :rootのCSS変数の宣言 */
:root {
  --base:#354954;
  --light-pink: #FEE5E8;
  --pink: #FF6392;
  --orange: #F5A730;
  --blue:#00B1CD;
  --dark-pink:#FF2E6D;
  --shadow: 0px 3px 5px 3px rgba(5, 5, 5, 0.05);
  /* --yugo:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",san-serif; */
  --yugo:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
/* -----------------------------

setting style

----------------------------- */
/* -----------------------------

mixin

----------------------------- */
/* -----------------------------

utility style

----------------------------- */
.is-pc {
  display: block !important;
}
@media (max-width: 540px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 540px) {
  .is-sp {
    display: block !important;
  }
}

.is-gnav-open {
  overflow: hidden;
  height: 100%;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mx-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.px-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mx-90 {
  margin-right: 90px;
  margin-left: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.mx-150 {
  margin-right: 150px;
  margin-left: 150px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.px-150 {
  padding-right: 150px;
  padding-left: 150px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mt-200 {
  margin-top: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.mx-200 {
  margin-right: 200px;
  margin-left: 200px;
}

.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.px-200 {
  padding-right: 200px;
  padding-left: 200px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 850px) {
  .tb-mb-0 {
    margin-bottom: 0px;
  }
  .tb-mt-0 {
    margin-top: 0px;
  }
  .tb-ml-0 {
    margin-left: 0px;
  }
  .tb-mr-0 {
    margin-right: 0px;
  }
  .tb-mx-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .tb-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .tb-pb-0 {
    padding-bottom: 0px;
  }
  .tb-pt-0 {
    padding-top: 0px;
  }
  .tb-pl-0 {
    padding-left: 0px;
  }
  .tb-pr-0 {
    padding-right: 0px;
  }
  .tb-px-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tb-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 850px) {
  .tb-mb-5 {
    margin-bottom: 5px;
  }
  .tb-mt-5 {
    margin-top: 5px;
  }
  .tb-ml-5 {
    margin-left: 5px;
  }
  .tb-mr-5 {
    margin-right: 5px;
  }
  .tb-mx-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .tb-my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .tb-pb-5 {
    padding-bottom: 5px;
  }
  .tb-pt-5 {
    padding-top: 5px;
  }
  .tb-pl-5 {
    padding-left: 5px;
  }
  .tb-pr-5 {
    padding-right: 5px;
  }
  .tb-px-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .tb-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 850px) {
  .tb-mb-10 {
    margin-bottom: 10px;
  }
  .tb-mt-10 {
    margin-top: 10px;
  }
  .tb-ml-10 {
    margin-left: 10px;
  }
  .tb-mr-10 {
    margin-right: 10px;
  }
  .tb-mx-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tb-my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tb-pb-10 {
    padding-bottom: 10px;
  }
  .tb-pt-10 {
    padding-top: 10px;
  }
  .tb-pl-10 {
    padding-left: 10px;
  }
  .tb-pr-10 {
    padding-right: 10px;
  }
  .tb-px-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tb-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 850px) {
  .tb-mb-20 {
    margin-bottom: 20px;
  }
  .tb-mt-20 {
    margin-top: 20px;
  }
  .tb-ml-20 {
    margin-left: 20px;
  }
  .tb-mr-20 {
    margin-right: 20px;
  }
  .tb-mx-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .tb-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .tb-pb-20 {
    padding-bottom: 20px;
  }
  .tb-pt-20 {
    padding-top: 20px;
  }
  .tb-pl-20 {
    padding-left: 20px;
  }
  .tb-pr-20 {
    padding-right: 20px;
  }
  .tb-px-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tb-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 850px) {
  .tb-mb-30 {
    margin-bottom: 30px;
  }
  .tb-mt-30 {
    margin-top: 30px;
  }
  .tb-ml-30 {
    margin-left: 30px;
  }
  .tb-mr-30 {
    margin-right: 30px;
  }
  .tb-mx-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .tb-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .tb-pb-30 {
    padding-bottom: 30px;
  }
  .tb-pt-30 {
    padding-top: 30px;
  }
  .tb-pl-30 {
    padding-left: 30px;
  }
  .tb-pr-30 {
    padding-right: 30px;
  }
  .tb-px-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .tb-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 850px) {
  .tb-mb-40 {
    margin-bottom: 40px;
  }
  .tb-mt-40 {
    margin-top: 40px;
  }
  .tb-ml-40 {
    margin-left: 40px;
  }
  .tb-mr-40 {
    margin-right: 40px;
  }
  .tb-mx-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .tb-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .tb-pb-40 {
    padding-bottom: 40px;
  }
  .tb-pt-40 {
    padding-top: 40px;
  }
  .tb-pl-40 {
    padding-left: 40px;
  }
  .tb-pr-40 {
    padding-right: 40px;
  }
  .tb-px-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .tb-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 850px) {
  .tb-mb-50 {
    margin-bottom: 40px;
  }
  .tb-mt-50 {
    margin-top: 40px;
  }
  .tb-ml-50 {
    margin-left: 40px;
  }
  .tb-mr-50 {
    margin-right: 40px;
  }
  .tb-mx-50 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .tb-my-50 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .tb-pb-50 {
    padding-bottom: 40px;
  }
  .tb-pt-50 {
    padding-top: 40px;
  }
  .tb-pl-50 {
    padding-left: 40px;
  }
  .tb-pr-50 {
    padding-right: 40px;
  }
  .tb-px-50 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .tb-py-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 850px) {
  .tb-mb-60 {
    margin-bottom: 60px;
  }
  .tb-mt-60 {
    margin-top: 60px;
  }
  .tb-ml-60 {
    margin-left: 60px;
  }
  .tb-mr-60 {
    margin-right: 60px;
  }
  .tb-mx-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .tb-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .tb-pb-60 {
    padding-bottom: 60px;
  }
  .tb-pt-60 {
    padding-top: 60px;
  }
  .tb-pl-60 {
    padding-left: 60px;
  }
  .tb-pr-60 {
    padding-right: 60px;
  }
  .tb-px-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .tb-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 850px) {
  .tb-mb-70 {
    margin-bottom: 70px;
  }
  .tb-mt-70 {
    margin-top: 70px;
  }
  .tb-ml-70 {
    margin-left: 70px;
  }
  .tb-mr-70 {
    margin-right: 70px;
  }
  .tb-mx-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .tb-my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .tb-pb-70 {
    padding-bottom: 70px;
  }
  .tb-pt-70 {
    padding-top: 70px;
  }
  .tb-pl-70 {
    padding-left: 70px;
  }
  .tb-pr-70 {
    padding-right: 70px;
  }
  .tb-px-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .tb-py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 850px) {
  .tb-mb-80 {
    margin-bottom: 80px;
  }
  .tb-mt-80 {
    margin-top: 80px;
  }
  .tb-ml-80 {
    margin-left: 80px;
  }
  .tb-mr-80 {
    margin-right: 80px;
  }
  .tb-mx-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .tb-my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .tb-pb-80 {
    padding-bottom: 80px;
  }
  .tb-pt-80 {
    padding-top: 80px;
  }
  .tb-pl-80 {
    padding-left: 80px;
  }
  .tb-pr-80 {
    padding-right: 80px;
  }
  .tb-px-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .tb-py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 850px) {
  .tb-mb-90 {
    margin-bottom: 90px;
  }
  .tb-mt-90 {
    margin-top: 90px;
  }
  .tb-ml-90 {
    margin-left: 90px;
  }
  .tb-mr-90 {
    margin-right: 90px;
  }
  .tb-mx-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .tb-my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .tb-pb-90 {
    padding-bottom: 90px;
  }
  .tb-pt-90 {
    padding-top: 90px;
  }
  .tb-pl-90 {
    padding-left: 90px;
  }
  .tb-pr-90 {
    padding-right: 90px;
  }
  .tb-px-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .tb-py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 850px) {
  .tb-mb-100 {
    margin-bottom: 100px;
  }
  .tb-mt-100 {
    margin-top: 100px;
  }
  .tb-ml-100 {
    margin-left: 100px;
  }
  .tb-mr-100 {
    margin-right: 100px;
  }
  .tb-mx-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .tb-my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .tb-pb-100 {
    padding-bottom: 100px;
  }
  .tb-pt-100 {
    padding-top: 100px;
  }
  .tb-pl-100 {
    padding-left: 100px;
  }
  .tb-pr-100 {
    padding-right: 100px;
  }
  .tb-px-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .tb-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 850px) {
  .tb-mb-150 {
    margin-bottom: 150px;
  }
  .tb-mt-150 {
    margin-top: 150px;
  }
  .tb-ml-150 {
    margin-left: 150px;
  }
  .tb-mr-150 {
    margin-right: 150px;
  }
  .tb-mx-150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .tb-my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .tb-pb-150 {
    padding-bottom: 150px;
  }
  .tb-pt-150 {
    padding-top: 150px;
  }
  .tb-pl-150 {
    padding-left: 150px;
  }
  .tb-pr-150 {
    padding-right: 150px;
  }
  .tb-px-150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .tb-py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 850px) {
  .tb-mb-200 {
    margin-bottom: 200px;
  }
  .tb-mt-200 {
    margin-top: 200px;
  }
  .tb-ml-200 {
    margin-left: 200px;
  }
  .tb-mr-200 {
    margin-right: 200px;
  }
  .tb-mx-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .tb-my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .tb-pb-200 {
    padding-bottom: 200px;
  }
  .tb-pt-200 {
    padding-top: 200px;
  }
  .tb-pl-200 {
    padding-left: 200px;
  }
  .tb-pr-200 {
    padding-right: 200px;
  }
  .tb-px-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .tb-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 540px) {
  .sp-mb-0 {
    margin-bottom: 0px;
  }
  .sp-mt-0 {
    margin-top: 0px;
  }
  .sp-ml-0 {
    margin-left: 0px;
  }
  .sp-mr-0 {
    margin-right: 0px;
  }
  .sp-mx-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sp-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sp-pb-0 {
    padding-bottom: 0px;
  }
  .sp-pt-0 {
    padding-top: 0px;
  }
  .sp-pl-0 {
    padding-left: 0px;
  }
  .sp-pr-0 {
    padding-right: 0px;
  }
  .sp-px-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sp-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 540px) {
  .sp-mb-5 {
    margin-bottom: 5px;
  }
  .sp-mt-5 {
    margin-top: 5px;
  }
  .sp-ml-5 {
    margin-left: 5px;
  }
  .sp-mr-5 {
    margin-right: 5px;
  }
  .sp-mx-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .sp-my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sp-pb-5 {
    padding-bottom: 5px;
  }
  .sp-pt-5 {
    padding-top: 5px;
  }
  .sp-pl-5 {
    padding-left: 5px;
  }
  .sp-pr-5 {
    padding-right: 5px;
  }
  .sp-px-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .sp-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 540px) {
  .sp-mb-10 {
    margin-bottom: 10px;
  }
  .sp-mt-10 {
    margin-top: 10px;
  }
  .sp-ml-10 {
    margin-left: 10px;
  }
  .sp-mr-10 {
    margin-right: 10px;
  }
  .sp-mx-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .sp-my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sp-pb-10 {
    padding-bottom: 10px;
  }
  .sp-pt-10 {
    padding-top: 10px;
  }
  .sp-pl-10 {
    padding-left: 10px;
  }
  .sp-pr-10 {
    padding-right: 10px;
  }
  .sp-px-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sp-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .sp-mb-20 {
    margin-bottom: 20px;
  }
  .sp-mt-20 {
    margin-top: 20px;
  }
  .sp-ml-20 {
    margin-left: 20px;
  }
  .sp-mr-20 {
    margin-right: 20px;
  }
  .sp-mx-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .sp-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sp-pb-20 {
    padding-bottom: 20px;
  }
  .sp-pt-20 {
    padding-top: 20px;
  }
  .sp-pl-20 {
    padding-left: 20px;
  }
  .sp-pr-20 {
    padding-right: 20px;
  }
  .sp-px-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sp-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .sp-mb-30 {
    margin-bottom: 30px;
  }
  .sp-mt-30 {
    margin-top: 30px;
  }
  .sp-ml-30 {
    margin-left: 30px;
  }
  .sp-mr-30 {
    margin-right: 30px;
  }
  .sp-mx-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .sp-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sp-pb-30 {
    padding-bottom: 30px;
  }
  .sp-pt-30 {
    padding-top: 30px;
  }
  .sp-pl-30 {
    padding-left: 30px;
  }
  .sp-pr-30 {
    padding-right: 30px;
  }
  .sp-px-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sp-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 540px) {
  .sp-mb-40 {
    margin-bottom: 40px;
  }
  .sp-mt-40 {
    margin-top: 40px;
  }
  .sp-ml-40 {
    margin-left: 40px;
  }
  .sp-mr-40 {
    margin-right: 40px;
  }
  .sp-mx-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .sp-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sp-pb-40 {
    padding-bottom: 40px;
  }
  .sp-pt-40 {
    padding-top: 40px;
  }
  .sp-pl-40 {
    padding-left: 40px;
  }
  .sp-pr-40 {
    padding-right: 40px;
  }
  .sp-px-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .sp-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .sp-mb-50 {
    margin-bottom: 40px;
  }
  .sp-mt-50 {
    margin-top: 40px;
  }
  .sp-ml-50 {
    margin-left: 40px;
  }
  .sp-mr-50 {
    margin-right: 40px;
  }
  .sp-mx-50 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .sp-my-50 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sp-pb-50 {
    padding-bottom: 40px;
  }
  .sp-pt-50 {
    padding-top: 40px;
  }
  .sp-pl-50 {
    padding-left: 40px;
  }
  .sp-pr-50 {
    padding-right: 40px;
  }
  .sp-px-50 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .sp-py-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .sp-mb-60 {
    margin-bottom: 60px;
  }
  .sp-mt-60 {
    margin-top: 60px;
  }
  .sp-ml-60 {
    margin-left: 60px;
  }
  .sp-mr-60 {
    margin-right: 60px;
  }
  .sp-mx-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .sp-my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .sp-pb-60 {
    padding-bottom: 60px;
  }
  .sp-pt-60 {
    padding-top: 60px;
  }
  .sp-pl-60 {
    padding-left: 60px;
  }
  .sp-pr-60 {
    padding-right: 60px;
  }
  .sp-px-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .sp-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 540px) {
  .sp-mb-70 {
    margin-bottom: 70px;
  }
  .sp-mt-70 {
    margin-top: 70px;
  }
  .sp-ml-70 {
    margin-left: 70px;
  }
  .sp-mr-70 {
    margin-right: 70px;
  }
  .sp-mx-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .sp-my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .sp-pb-70 {
    padding-bottom: 70px;
  }
  .sp-pt-70 {
    padding-top: 70px;
  }
  .sp-pl-70 {
    padding-left: 70px;
  }
  .sp-pr-70 {
    padding-right: 70px;
  }
  .sp-px-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .sp-py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 540px) {
  .sp-mb-80 {
    margin-bottom: 80px;
  }
  .sp-mt-80 {
    margin-top: 80px;
  }
  .sp-ml-80 {
    margin-left: 80px;
  }
  .sp-mr-80 {
    margin-right: 80px;
  }
  .sp-mx-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .sp-my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .sp-pb-80 {
    padding-bottom: 80px;
  }
  .sp-pt-80 {
    padding-top: 80px;
  }
  .sp-pl-80 {
    padding-left: 80px;
  }
  .sp-pr-80 {
    padding-right: 80px;
  }
  .sp-px-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .sp-py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 540px) {
  .sp-mb-90 {
    margin-bottom: 90px;
  }
  .sp-mt-90 {
    margin-top: 90px;
  }
  .sp-ml-90 {
    margin-left: 90px;
  }
  .sp-mr-90 {
    margin-right: 90px;
  }
  .sp-mx-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .sp-my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .sp-pb-90 {
    padding-bottom: 90px;
  }
  .sp-pt-90 {
    padding-top: 90px;
  }
  .sp-pl-90 {
    padding-left: 90px;
  }
  .sp-pr-90 {
    padding-right: 90px;
  }
  .sp-px-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .sp-py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 540px) {
  .sp-mb-100 {
    margin-bottom: 100px;
  }
  .sp-mt-100 {
    margin-top: 100px;
  }
  .sp-ml-100 {
    margin-left: 100px;
  }
  .sp-mr-100 {
    margin-right: 100px;
  }
  .sp-mx-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .sp-my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .sp-pb-100 {
    padding-bottom: 100px;
  }
  .sp-pt-100 {
    padding-top: 100px;
  }
  .sp-pl-100 {
    padding-left: 100px;
  }
  .sp-pr-100 {
    padding-right: 100px;
  }
  .sp-px-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .sp-py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 540px) {
  .sp-mb-150 {
    margin-bottom: 150px;
  }
  .sp-mt-150 {
    margin-top: 150px;
  }
  .sp-ml-150 {
    margin-left: 150px;
  }
  .sp-mr-150 {
    margin-right: 150px;
  }
  .sp-mx-150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .sp-my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .sp-pb-150 {
    padding-bottom: 150px;
  }
  .sp-pt-150 {
    padding-top: 150px;
  }
  .sp-pl-150 {
    padding-left: 150px;
  }
  .sp-pr-150 {
    padding-right: 150px;
  }
  .sp-px-150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .sp-py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 540px) {
  .sp-mb-200 {
    margin-bottom: 200px;
  }
  .sp-mt-200 {
    margin-top: 200px;
  }
  .sp-ml-200 {
    margin-left: 200px;
  }
  .sp-mr-200 {
    margin-right: 200px;
  }
  .sp-mx-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .sp-my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .sp-pb-200 {
    padding-bottom: 200px;
  }
  .sp-pt-200 {
    padding-top: 200px;
  }
  .sp-pl-200 {
    padding-left: 200px;
  }
  .sp-pr-200 {
    padding-right: 200px;
  }
  .sp-px-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .sp-py-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
/* width汎用class */
.w0 {
  width: 0%;
}

.h0 {
  height: 0%;
}

@media (max-width: 540px) {
  .sp-w0 {
    width: 0%;
  }
  .sp-h0 {
    height: 0%;
  }
}
.w1 {
  width: 1%;
}

.h1 {
  height: 1%;
}

@media (max-width: 540px) {
  .sp-w1 {
    width: 1%;
  }
  .sp-h1 {
    height: 1%;
  }
}
.w2 {
  width: 2%;
}

.h2 {
  height: 2%;
}

@media (max-width: 540px) {
  .sp-w2 {
    width: 2%;
  }
  .sp-h2 {
    height: 2%;
  }
}
.w3 {
  width: 3%;
}

.h3 {
  height: 3%;
}

@media (max-width: 540px) {
  .sp-w3 {
    width: 3%;
  }
  .sp-h3 {
    height: 3%;
  }
}
.w4 {
  width: 4%;
}

.h4 {
  height: 4%;
}

@media (max-width: 540px) {
  .sp-w4 {
    width: 4%;
  }
  .sp-h4 {
    height: 4%;
  }
}
.w5 {
  width: 5%;
}

.h5 {
  height: 5%;
}

@media (max-width: 540px) {
  .sp-w5 {
    width: 5%;
  }
  .sp-h5 {
    height: 5%;
  }
}
.w6 {
  width: 6%;
}

.h6 {
  height: 6%;
}

@media (max-width: 540px) {
  .sp-w6 {
    width: 6%;
  }
  .sp-h6 {
    height: 6%;
  }
}
.w7 {
  width: 7%;
}

.h7 {
  height: 7%;
}

@media (max-width: 540px) {
  .sp-w7 {
    width: 7%;
  }
  .sp-h7 {
    height: 7%;
  }
}
.w8 {
  width: 8%;
}

.h8 {
  height: 8%;
}

@media (max-width: 540px) {
  .sp-w8 {
    width: 8%;
  }
  .sp-h8 {
    height: 8%;
  }
}
.w9 {
  width: 9%;
}

.h9 {
  height: 9%;
}

@media (max-width: 540px) {
  .sp-w9 {
    width: 9%;
  }
  .sp-h9 {
    height: 9%;
  }
}
.w10 {
  width: 10%;
}

.h10 {
  height: 10%;
}

@media (max-width: 540px) {
  .sp-w10 {
    width: 10%;
  }
  .sp-h10 {
    height: 10%;
  }
}
.w11 {
  width: 11%;
}

.h11 {
  height: 11%;
}

@media (max-width: 540px) {
  .sp-w11 {
    width: 11%;
  }
  .sp-h11 {
    height: 11%;
  }
}
.w12 {
  width: 12%;
}

.h12 {
  height: 12%;
}

@media (max-width: 540px) {
  .sp-w12 {
    width: 12%;
  }
  .sp-h12 {
    height: 12%;
  }
}
.w13 {
  width: 13%;
}

.h13 {
  height: 13%;
}

@media (max-width: 540px) {
  .sp-w13 {
    width: 13%;
  }
  .sp-h13 {
    height: 13%;
  }
}
.w14 {
  width: 14%;
}

.h14 {
  height: 14%;
}

@media (max-width: 540px) {
  .sp-w14 {
    width: 14%;
  }
  .sp-h14 {
    height: 14%;
  }
}
.w15 {
  width: 15%;
}

.h15 {
  height: 15%;
}

@media (max-width: 540px) {
  .sp-w15 {
    width: 15%;
  }
  .sp-h15 {
    height: 15%;
  }
}
.w16 {
  width: 16%;
}

.h16 {
  height: 16%;
}

@media (max-width: 540px) {
  .sp-w16 {
    width: 16%;
  }
  .sp-h16 {
    height: 16%;
  }
}
.w17 {
  width: 17%;
}

.h17 {
  height: 17%;
}

@media (max-width: 540px) {
  .sp-w17 {
    width: 17%;
  }
  .sp-h17 {
    height: 17%;
  }
}
.w18 {
  width: 18%;
}

.h18 {
  height: 18%;
}

@media (max-width: 540px) {
  .sp-w18 {
    width: 18%;
  }
  .sp-h18 {
    height: 18%;
  }
}
.w19 {
  width: 19%;
}

.h19 {
  height: 19%;
}

@media (max-width: 540px) {
  .sp-w19 {
    width: 19%;
  }
  .sp-h19 {
    height: 19%;
  }
}
.w20 {
  width: 20%;
}

.h20 {
  height: 20%;
}

@media (max-width: 540px) {
  .sp-w20 {
    width: 20%;
  }
  .sp-h20 {
    height: 20%;
  }
}
.w21 {
  width: 21%;
}

.h21 {
  height: 21%;
}

@media (max-width: 540px) {
  .sp-w21 {
    width: 21%;
  }
  .sp-h21 {
    height: 21%;
  }
}
.w22 {
  width: 22%;
}

.h22 {
  height: 22%;
}

@media (max-width: 540px) {
  .sp-w22 {
    width: 22%;
  }
  .sp-h22 {
    height: 22%;
  }
}
.w23 {
  width: 23%;
}

.h23 {
  height: 23%;
}

@media (max-width: 540px) {
  .sp-w23 {
    width: 23%;
  }
  .sp-h23 {
    height: 23%;
  }
}
.w24 {
  width: 24%;
}

.h24 {
  height: 24%;
}

@media (max-width: 540px) {
  .sp-w24 {
    width: 24%;
  }
  .sp-h24 {
    height: 24%;
  }
}
.w25 {
  width: 25%;
}

.h25 {
  height: 25%;
}

@media (max-width: 540px) {
  .sp-w25 {
    width: 25%;
  }
  .sp-h25 {
    height: 25%;
  }
}
.w26 {
  width: 26%;
}

.h26 {
  height: 26%;
}

@media (max-width: 540px) {
  .sp-w26 {
    width: 26%;
  }
  .sp-h26 {
    height: 26%;
  }
}
.w27 {
  width: 27%;
}

.h27 {
  height: 27%;
}

@media (max-width: 540px) {
  .sp-w27 {
    width: 27%;
  }
  .sp-h27 {
    height: 27%;
  }
}
.w28 {
  width: 28%;
}

.h28 {
  height: 28%;
}

@media (max-width: 540px) {
  .sp-w28 {
    width: 28%;
  }
  .sp-h28 {
    height: 28%;
  }
}
.w29 {
  width: 29%;
}

.h29 {
  height: 29%;
}

@media (max-width: 540px) {
  .sp-w29 {
    width: 29%;
  }
  .sp-h29 {
    height: 29%;
  }
}
.w30 {
  width: 30%;
}

.h30 {
  height: 30%;
}

@media (max-width: 540px) {
  .sp-w30 {
    width: 30%;
  }
  .sp-h30 {
    height: 30%;
  }
}
.w31 {
  width: 31%;
}

.h31 {
  height: 31%;
}

@media (max-width: 540px) {
  .sp-w31 {
    width: 31%;
  }
  .sp-h31 {
    height: 31%;
  }
}
.w32 {
  width: 32%;
}

.h32 {
  height: 32%;
}

@media (max-width: 540px) {
  .sp-w32 {
    width: 32%;
  }
  .sp-h32 {
    height: 32%;
  }
}
.w33 {
  width: 33%;
}

.h33 {
  height: 33%;
}

@media (max-width: 540px) {
  .sp-w33 {
    width: 33%;
  }
  .sp-h33 {
    height: 33%;
  }
}
.w34 {
  width: 34%;
}

.h34 {
  height: 34%;
}

@media (max-width: 540px) {
  .sp-w34 {
    width: 34%;
  }
  .sp-h34 {
    height: 34%;
  }
}
.w35 {
  width: 35%;
}

.h35 {
  height: 35%;
}

@media (max-width: 540px) {
  .sp-w35 {
    width: 35%;
  }
  .sp-h35 {
    height: 35%;
  }
}
.w36 {
  width: 36%;
}

.h36 {
  height: 36%;
}

@media (max-width: 540px) {
  .sp-w36 {
    width: 36%;
  }
  .sp-h36 {
    height: 36%;
  }
}
.w37 {
  width: 37%;
}

.h37 {
  height: 37%;
}

@media (max-width: 540px) {
  .sp-w37 {
    width: 37%;
  }
  .sp-h37 {
    height: 37%;
  }
}
.w38 {
  width: 38%;
}

.h38 {
  height: 38%;
}

@media (max-width: 540px) {
  .sp-w38 {
    width: 38%;
  }
  .sp-h38 {
    height: 38%;
  }
}
.w39 {
  width: 39%;
}

.h39 {
  height: 39%;
}

@media (max-width: 540px) {
  .sp-w39 {
    width: 39%;
  }
  .sp-h39 {
    height: 39%;
  }
}
.w40 {
  width: 40%;
}

.h40 {
  height: 40%;
}

@media (max-width: 540px) {
  .sp-w40 {
    width: 40%;
  }
  .sp-h40 {
    height: 40%;
  }
}
.w41 {
  width: 41%;
}

.h41 {
  height: 41%;
}

@media (max-width: 540px) {
  .sp-w41 {
    width: 41%;
  }
  .sp-h41 {
    height: 41%;
  }
}
.w42 {
  width: 42%;
}

.h42 {
  height: 42%;
}

@media (max-width: 540px) {
  .sp-w42 {
    width: 42%;
  }
  .sp-h42 {
    height: 42%;
  }
}
.w43 {
  width: 43%;
}

.h43 {
  height: 43%;
}

@media (max-width: 540px) {
  .sp-w43 {
    width: 43%;
  }
  .sp-h43 {
    height: 43%;
  }
}
.w44 {
  width: 44%;
}

.h44 {
  height: 44%;
}

@media (max-width: 540px) {
  .sp-w44 {
    width: 44%;
  }
  .sp-h44 {
    height: 44%;
  }
}
.w45 {
  width: 45%;
}

.h45 {
  height: 45%;
}

@media (max-width: 540px) {
  .sp-w45 {
    width: 45%;
  }
  .sp-h45 {
    height: 45%;
  }
}
.w46 {
  width: 46%;
}

.h46 {
  height: 46%;
}

@media (max-width: 540px) {
  .sp-w46 {
    width: 46%;
  }
  .sp-h46 {
    height: 46%;
  }
}
.w47 {
  width: 47%;
}

.h47 {
  height: 47%;
}

@media (max-width: 540px) {
  .sp-w47 {
    width: 47%;
  }
  .sp-h47 {
    height: 47%;
  }
}
.w48 {
  width: 48%;
}

.h48 {
  height: 48%;
}

@media (max-width: 540px) {
  .sp-w48 {
    width: 48%;
  }
  .sp-h48 {
    height: 48%;
  }
}
.w49 {
  width: 49%;
}

.h49 {
  height: 49%;
}

@media (max-width: 540px) {
  .sp-w49 {
    width: 49%;
  }
  .sp-h49 {
    height: 49%;
  }
}
.w50 {
  width: 50%;
}

.h50 {
  height: 50%;
}

@media (max-width: 540px) {
  .sp-w50 {
    width: 50%;
  }
  .sp-h50 {
    height: 50%;
  }
}
.w51 {
  width: 51%;
}

.h51 {
  height: 51%;
}

@media (max-width: 540px) {
  .sp-w51 {
    width: 51%;
  }
  .sp-h51 {
    height: 51%;
  }
}
.w52 {
  width: 52%;
}

.h52 {
  height: 52%;
}

@media (max-width: 540px) {
  .sp-w52 {
    width: 52%;
  }
  .sp-h52 {
    height: 52%;
  }
}
.w53 {
  width: 53%;
}

.h53 {
  height: 53%;
}

@media (max-width: 540px) {
  .sp-w53 {
    width: 53%;
  }
  .sp-h53 {
    height: 53%;
  }
}
.w54 {
  width: 54%;
}

.h54 {
  height: 54%;
}

@media (max-width: 540px) {
  .sp-w54 {
    width: 54%;
  }
  .sp-h54 {
    height: 54%;
  }
}
.w55 {
  width: 55%;
}

.h55 {
  height: 55%;
}

@media (max-width: 540px) {
  .sp-w55 {
    width: 55%;
  }
  .sp-h55 {
    height: 55%;
  }
}
.w56 {
  width: 56%;
}

.h56 {
  height: 56%;
}

@media (max-width: 540px) {
  .sp-w56 {
    width: 56%;
  }
  .sp-h56 {
    height: 56%;
  }
}
.w57 {
  width: 57%;
}

.h57 {
  height: 57%;
}

@media (max-width: 540px) {
  .sp-w57 {
    width: 57%;
  }
  .sp-h57 {
    height: 57%;
  }
}
.w58 {
  width: 58%;
}

.h58 {
  height: 58%;
}

@media (max-width: 540px) {
  .sp-w58 {
    width: 58%;
  }
  .sp-h58 {
    height: 58%;
  }
}
.w59 {
  width: 59%;
}

.h59 {
  height: 59%;
}

@media (max-width: 540px) {
  .sp-w59 {
    width: 59%;
  }
  .sp-h59 {
    height: 59%;
  }
}
.w60 {
  width: 60%;
}

.h60 {
  height: 60%;
}

@media (max-width: 540px) {
  .sp-w60 {
    width: 60%;
  }
  .sp-h60 {
    height: 60%;
  }
}
.w61 {
  width: 61%;
}

.h61 {
  height: 61%;
}

@media (max-width: 540px) {
  .sp-w61 {
    width: 61%;
  }
  .sp-h61 {
    height: 61%;
  }
}
.w62 {
  width: 62%;
}

.h62 {
  height: 62%;
}

@media (max-width: 540px) {
  .sp-w62 {
    width: 62%;
  }
  .sp-h62 {
    height: 62%;
  }
}
.w63 {
  width: 63%;
}

.h63 {
  height: 63%;
}

@media (max-width: 540px) {
  .sp-w63 {
    width: 63%;
  }
  .sp-h63 {
    height: 63%;
  }
}
.w64 {
  width: 64%;
}

.h64 {
  height: 64%;
}

@media (max-width: 540px) {
  .sp-w64 {
    width: 64%;
  }
  .sp-h64 {
    height: 64%;
  }
}
.w65 {
  width: 65%;
}

.h65 {
  height: 65%;
}

@media (max-width: 540px) {
  .sp-w65 {
    width: 65%;
  }
  .sp-h65 {
    height: 65%;
  }
}
.w66 {
  width: 66%;
}

.h66 {
  height: 66%;
}

@media (max-width: 540px) {
  .sp-w66 {
    width: 66%;
  }
  .sp-h66 {
    height: 66%;
  }
}
.w67 {
  width: 67%;
}

.h67 {
  height: 67%;
}

@media (max-width: 540px) {
  .sp-w67 {
    width: 67%;
  }
  .sp-h67 {
    height: 67%;
  }
}
.w68 {
  width: 68%;
}

.h68 {
  height: 68%;
}

@media (max-width: 540px) {
  .sp-w68 {
    width: 68%;
  }
  .sp-h68 {
    height: 68%;
  }
}
.w69 {
  width: 69%;
}

.h69 {
  height: 69%;
}

@media (max-width: 540px) {
  .sp-w69 {
    width: 69%;
  }
  .sp-h69 {
    height: 69%;
  }
}
.w70 {
  width: 70%;
}

.h70 {
  height: 70%;
}

@media (max-width: 540px) {
  .sp-w70 {
    width: 70%;
  }
  .sp-h70 {
    height: 70%;
  }
}
.w71 {
  width: 71%;
}

.h71 {
  height: 71%;
}

@media (max-width: 540px) {
  .sp-w71 {
    width: 71%;
  }
  .sp-h71 {
    height: 71%;
  }
}
.w72 {
  width: 72%;
}

.h72 {
  height: 72%;
}

@media (max-width: 540px) {
  .sp-w72 {
    width: 72%;
  }
  .sp-h72 {
    height: 72%;
  }
}
.w73 {
  width: 73%;
}

.h73 {
  height: 73%;
}

@media (max-width: 540px) {
  .sp-w73 {
    width: 73%;
  }
  .sp-h73 {
    height: 73%;
  }
}
.w74 {
  width: 74%;
}

.h74 {
  height: 74%;
}

@media (max-width: 540px) {
  .sp-w74 {
    width: 74%;
  }
  .sp-h74 {
    height: 74%;
  }
}
.w75 {
  width: 75%;
}

.h75 {
  height: 75%;
}

@media (max-width: 540px) {
  .sp-w75 {
    width: 75%;
  }
  .sp-h75 {
    height: 75%;
  }
}
.w76 {
  width: 76%;
}

.h76 {
  height: 76%;
}

@media (max-width: 540px) {
  .sp-w76 {
    width: 76%;
  }
  .sp-h76 {
    height: 76%;
  }
}
.w77 {
  width: 77%;
}

.h77 {
  height: 77%;
}

@media (max-width: 540px) {
  .sp-w77 {
    width: 77%;
  }
  .sp-h77 {
    height: 77%;
  }
}
.w78 {
  width: 78%;
}

.h78 {
  height: 78%;
}

@media (max-width: 540px) {
  .sp-w78 {
    width: 78%;
  }
  .sp-h78 {
    height: 78%;
  }
}
.w79 {
  width: 79%;
}

.h79 {
  height: 79%;
}

@media (max-width: 540px) {
  .sp-w79 {
    width: 79%;
  }
  .sp-h79 {
    height: 79%;
  }
}
.w80 {
  width: 80%;
}

.h80 {
  height: 80%;
}

@media (max-width: 540px) {
  .sp-w80 {
    width: 80%;
  }
  .sp-h80 {
    height: 80%;
  }
}
.w81 {
  width: 81%;
}

.h81 {
  height: 81%;
}

@media (max-width: 540px) {
  .sp-w81 {
    width: 81%;
  }
  .sp-h81 {
    height: 81%;
  }
}
.w82 {
  width: 82%;
}

.h82 {
  height: 82%;
}

@media (max-width: 540px) {
  .sp-w82 {
    width: 82%;
  }
  .sp-h82 {
    height: 82%;
  }
}
.w83 {
  width: 83%;
}

.h83 {
  height: 83%;
}

@media (max-width: 540px) {
  .sp-w83 {
    width: 83%;
  }
  .sp-h83 {
    height: 83%;
  }
}
.w84 {
  width: 84%;
}

.h84 {
  height: 84%;
}

@media (max-width: 540px) {
  .sp-w84 {
    width: 84%;
  }
  .sp-h84 {
    height: 84%;
  }
}
.w85 {
  width: 85%;
}

.h85 {
  height: 85%;
}

@media (max-width: 540px) {
  .sp-w85 {
    width: 85%;
  }
  .sp-h85 {
    height: 85%;
  }
}
.w86 {
  width: 86%;
}

.h86 {
  height: 86%;
}

@media (max-width: 540px) {
  .sp-w86 {
    width: 86%;
  }
  .sp-h86 {
    height: 86%;
  }
}
.w87 {
  width: 87%;
}

.h87 {
  height: 87%;
}

@media (max-width: 540px) {
  .sp-w87 {
    width: 87%;
  }
  .sp-h87 {
    height: 87%;
  }
}
.w88 {
  width: 88%;
}

.h88 {
  height: 88%;
}

@media (max-width: 540px) {
  .sp-w88 {
    width: 88%;
  }
  .sp-h88 {
    height: 88%;
  }
}
.w89 {
  width: 89%;
}

.h89 {
  height: 89%;
}

@media (max-width: 540px) {
  .sp-w89 {
    width: 89%;
  }
  .sp-h89 {
    height: 89%;
  }
}
.w90 {
  width: 90%;
}

.h90 {
  height: 90%;
}

@media (max-width: 540px) {
  .sp-w90 {
    width: 90%;
  }
  .sp-h90 {
    height: 90%;
  }
}
.w91 {
  width: 91%;
}

.h91 {
  height: 91%;
}

@media (max-width: 540px) {
  .sp-w91 {
    width: 91%;
  }
  .sp-h91 {
    height: 91%;
  }
}
.w92 {
  width: 92%;
}

.h92 {
  height: 92%;
}

@media (max-width: 540px) {
  .sp-w92 {
    width: 92%;
  }
  .sp-h92 {
    height: 92%;
  }
}
.w93 {
  width: 93%;
}

.h93 {
  height: 93%;
}

@media (max-width: 540px) {
  .sp-w93 {
    width: 93%;
  }
  .sp-h93 {
    height: 93%;
  }
}
.w94 {
  width: 94%;
}

.h94 {
  height: 94%;
}

@media (max-width: 540px) {
  .sp-w94 {
    width: 94%;
  }
  .sp-h94 {
    height: 94%;
  }
}
.w95 {
  width: 95%;
}

.h95 {
  height: 95%;
}

@media (max-width: 540px) {
  .sp-w95 {
    width: 95%;
  }
  .sp-h95 {
    height: 95%;
  }
}
.w96 {
  width: 96%;
}

.h96 {
  height: 96%;
}

@media (max-width: 540px) {
  .sp-w96 {
    width: 96%;
  }
  .sp-h96 {
    height: 96%;
  }
}
.w97 {
  width: 97%;
}

.h97 {
  height: 97%;
}

@media (max-width: 540px) {
  .sp-w97 {
    width: 97%;
  }
  .sp-h97 {
    height: 97%;
  }
}
.w98 {
  width: 98%;
}

.h98 {
  height: 98%;
}

@media (max-width: 540px) {
  .sp-w98 {
    width: 98%;
  }
  .sp-h98 {
    height: 98%;
  }
}
.w99 {
  width: 99%;
}

.h99 {
  height: 99%;
}

@media (max-width: 540px) {
  .sp-w99 {
    width: 99%;
  }
  .sp-h99 {
    height: 99%;
  }
}
.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

@media (max-width: 540px) {
  .sp-w100 {
    width: 100%;
  }
  .sp-h100 {
    height: 100%;
  }
}
.max-h-100 {
  max-height: 100%;
}

/* font-size汎用class */
.fs-12 {
  font-size: clamp(10px, 2.4vw, 12px);
}

.fs-14 {
  font-size: clamp(12px, 2vw, 14px);
}

.fs-15 {
  font-size: clamp(13px, 2vw, 15px);
}

.fs-16 {
  font-size: clamp(14px, 3vw, 16px);
}

.fs-17 {
  font-size: clamp(14px, 3vw, 17px);
}

.fs-18 {
  font-size: clamp(15px, 4vw, 18px);
}

.fs-19 {
  font-size: clamp(15px, 4vw, 19px);
}

.fs-20 {
  font-size: clamp(16px, 4vw, 20px);
}

.fs-21 {
  font-size: clamp(16px, 4vw, 21px);
}

.fs-22 {
  font-size: clamp(16px, 4vw, 22px);
}

.fs-23 {
  font-size: clamp(17px, 4vw, 23px);
}

.fs-24 {
  font-size: clamp(18px, 4vw, 24px);
}

.fs-25 {
  font-size: clamp(20px, 4vw, 25px);
}

.fs-26 {
  font-size: clamp(20px, 5vw, 26px);
}

.fs-27 {
  font-size: clamp(20px, 5vw, 27px);
}

.fs-28 {
  font-size: clamp(20px, 5vw, 28px);
}

.fs-29 {
  font-size: clamp(20px, 5vw, 29px);
}

.fs-30 {
  font-size: clamp(20px, 5vw, 30px);
}

.fs-31 {
  font-size: clamp(20px, 5vw, 31px);
}

.fs-32 {
  font-size: clamp(22px, 5.5vw, 32px);
}

.fs-38 {
  font-size: clamp(27px, 6vw, 38px);
}

.fs-42 {
  font-size: clamp(27px, 8.8vw, 42px);
}

.fs-100 {
  font-size: clamp(50px, 11vw, 100px);
}

@media (max-width: 540px) {
  .sp-fz-11 {
    font-size: 11px;
  }
}
@media (max-width: 540px) {
  .sp-fz-12 {
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  .sp-fz-14 {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .sp-fz-15 {
    font-size: clamp(13px, 2vw, 15px);
  }
}
@media (max-width: 540px) {
  .sp-fz-16 {
    font-size: clamp(14px, 3vw, 16px);
  }
}
@media (max-width: 540px) {
  .sp-fz-17 {
    font-size: clamp(14px, 3vw, 17px);
  }
}
@media (max-width: 540px) {
  .sp-fz-18 {
    font-size: clamp(15px, 4vw, 18px);
  }
}
@media (max-width: 540px) {
  .sp-fz-19 {
    font-size: clamp(15px, 4vw, 19px);
  }
}
@media (max-width: 540px) {
  .sp-fz-20 {
    font-size: clamp(16px, 4vw, 20px);
  }
}
@media (max-width: 540px) {
  .sp-fz-21 {
    font-size: clamp(16px, 4vw, 21px);
  }
}
@media (max-width: 540px) {
  .sp-fz-22 {
    font-size: clamp(16px, 4vw, 22px);
  }
}
@media (max-width: 540px) {
  .sp-fz-23 {
    font-size: clamp(17px, 4vw, 23px);
  }
}
@media (max-width: 540px) {
  .sp-fz-24 {
    font-size: clamp(18px, 4vw, 24px);
  }
}
@media (max-width: 540px) {
  .sp-fz-25 {
    font-size: clamp(20px, 4vw, 25px);
  }
}
@media (max-width: 540px) {
  .sp-fz-26 {
    font-size: clamp(20px, 5vw, 26px);
  }
}
@media (max-width: 540px) {
  .sp-fz-27 {
    font-size: clamp(20px, 5vw, 27px);
  }
}
@media (max-width: 540px) {
  .sp-fz-28 {
    font-size: clamp(20px, 5vw, 28px);
  }
}
@media (max-width: 540px) {
  .sp-fz-29 {
    font-size: clamp(20px, 5vw, 29px);
  }
}
@media (max-width: 540px) {
  .sp-fz-30 {
    font-size: clamp(20px, 5vw, 30px);
  }
}
@media (max-width: 540px) {
  .sp-fz-31 {
    font-size: clamp(20px, 5vw, 31px);
  }
}
@media (max-width: 540px) {
  .sp-fz-32 {
    font-size: clamp(22px, 5.5vw, 32px);
  }
}
@media (max-width: 540px) {
  .sp-fz-38 {
    font-size: clamp(27px, 6vw, 38px);
  }
}
@media (max-width: 540px) {
  .sp-fz-42 {
    font-size: clamp(27px, 8.8vw, 42px);
  }
}
@media (max-width: 540px) {
  .sp-fz-100 {
    font-size: clamp(50px, 11vw, 100px);
  }
}
/* letter-spacing汎用class */
.ls-s {
  letter-spacing: 0.1em;
}

.ls-m {
  letter-spacing: 0.2em;
}

.ls-l {
  letter-spacing: 0.35em;
}

/* letter-spacing汎用class */
/* border radius汎用class */
/* color系汎用class */
.color-primary {
  color: #fe929f;
}

a.color-primary {
  color: #fe929f;
}

.bg-primary {
  background-color: #fe929f;
}

.bd-color-primary {
  border-color: #fe929f;
}

.color-wt {
  color: #fff;
}

a.color-wt {
  color: #fff;
}

.bg-wt {
  background-color: #fff;
}

.bd-color-wt {
  border-color: #fff;
}

.color-bk {
  color: #3a3a3a;
}

a.color-bk {
  color: #3a3a3a;
}

.bg-bk {
  background-color: #3a3a3a;
}

.bd-color-bk {
  border-color: #3a3a3a;
}

@media (hover: none) {
  .hov-color-primary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hov-color-primary:active {
    color: #fe929f;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-touch-enabled: 0),
  (hover: hover) {
  .hov-color-primary:hover {
    color: #fe929f;
  }
}

@media (hover: none) {
  a.hov-color-primary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  a.hov-color-primary:active {
    color: #fe929f;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-touch-enabled: 0),
  (hover: hover) {
  a.hov-color-primary:hover {
    color: #fe929f;
  }
}

@media (hover: none) {
  .hov-bg-primary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hov-bg-primary:active {
    background-color: #fe929f;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-touch-enabled: 0),
  (hover: hover) {
  .hov-bg-primary:hover {
    background-color: #fe929f;
  }
}

@media (hover: none) {
  .hov-bd-color-primary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hov-bd-color-primary:active {
    border-color: #fe929f;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-touch-enabled: 0),
  (hover: hover) {
  .hov-bd-color-primary:hover {
    border-color: #fe929f;
  }
}

@media (hover: none) {
  .hov-color-wt {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hov-color-wt:active {
    color: #fff;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-touch-enabled: 0),
  (hover: hover) {
  .hov-color-wt:hover {
    color: #fff;
  }
}

@media (hover: none) {
  a.hov-color-wt {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  a.hov-color-wt:active {
    color: #fff;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-touch-enabled: 0),
  (hover: hover) {
  a.hov-color-wt:hover {
    color: #fff;
  }
}

@media (hover: none) {
  .hov-bg-wt {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hov-bg-wt:active {
    background-color: #fff;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-touch-enabled: 0),
  (hover: hover) {
  .hov-bg-wt:hover {
    background-color: #fff;
  }
}

@media (hover: none) {
  .hov-bd-color-wt {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hov-bd-color-wt:active {
    border-color: #fff;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-touch-enabled: 0),
  (hover: hover) {
  .hov-bd-color-wt:hover {
    border-color: #fff;
  }
}

@media (hover: none) {
  .hov-color-bk {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hov-color-bk:active {
    color: #3a3a3a;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-touch-enabled: 0),
  (hover: hover) {
  .hov-color-bk:hover {
    color: #3a3a3a;
  }
}

@media (hover: none) {
  a.hov-color-bk {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  a.hov-color-bk:active {
    color: #3a3a3a;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-touch-enabled: 0),
  (hover: hover) {
  a.hov-color-bk:hover {
    color: #3a3a3a;
  }
}

@media (hover: none) {
  .hov-bg-bk {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hov-bg-bk:active {
    background-color: #3a3a3a;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-touch-enabled: 0),
  (hover: hover) {
  .hov-bg-bk:hover {
    background-color: #3a3a3a;
  }
}

@media (hover: none) {
  .hov-bd-color-bk {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hov-bd-color-bk:active {
    border-color: #3a3a3a;
  }
}
@media (-ms-high-contrast: none),
  (-ms-high-contrast: active),
  (-moz-touch-enabled: 0),
  (hover: hover) {
  .hov-bd-color-bk:hover {
    border-color: #3a3a3a;
  }
}

/* border系汎用class */
.bd-b-0 {
  border-bottom-width: 0px;
}

.bd-t-0 {
  border-top-width: 0px;
}

.bd-l-0 {
  border-left-width: 0px;
}

.bd-r-0 {
  border-right-width: 0px;
}

.border-0 {
  border-width: 0px;
}

@media (max-width: 540px) {
  .sp-bd-b-0 {
    border-bottom-width: 0px;
  }
  .sp-bd-t-0 {
    border-top-width: 0px;
  }
  .sp-bd-l-0 {
    border-left-width: 0px;
  }
  .sp-bd-r-0 {
    border-right-width: 0px;
  }
  .sp-border-0 {
    border-width: 0px;
  }
}
.bd-b-1 {
  border-bottom-width: 1px;
}

.bd-t-1 {
  border-top-width: 1px;
}

.bd-l-1 {
  border-left-width: 1px;
}

.bd-r-1 {
  border-right-width: 1px;
}

.border-1 {
  border-width: 1px;
}

@media (max-width: 540px) {
  .sp-bd-b-1 {
    border-bottom-width: 1px;
  }
  .sp-bd-t-1 {
    border-top-width: 1px;
  }
  .sp-bd-l-1 {
    border-left-width: 1px;
  }
  .sp-bd-r-1 {
    border-right-width: 1px;
  }
  .sp-border-1 {
    border-width: 1px;
  }
}
.bd-b-2 {
  border-bottom-width: 2px;
}

.bd-t-2 {
  border-top-width: 2px;
}

.bd-l-2 {
  border-left-width: 2px;
}

.bd-r-2 {
  border-right-width: 2px;
}

.border-2 {
  border-width: 2px;
}

@media (max-width: 540px) {
  .sp-bd-b-2 {
    border-bottom-width: 2px;
  }
  .sp-bd-t-2 {
    border-top-width: 2px;
  }
  .sp-bd-l-2 {
    border-left-width: 2px;
  }
  .sp-bd-r-2 {
    border-right-width: 2px;
  }
  .sp-border-2 {
    border-width: 2px;
  }
}
.bd-b-3 {
  border-bottom-width: 3px;
}

.bd-t-3 {
  border-top-width: 3px;
}

.bd-l-3 {
  border-left-width: 3px;
}

.bd-r-3 {
  border-right-width: 3px;
}

.border-3 {
  border-width: 3px;
}

@media (max-width: 540px) {
  .sp-bd-b-3 {
    border-bottom-width: 3px;
  }
  .sp-bd-t-3 {
    border-top-width: 3px;
  }
  .sp-bd-l-3 {
    border-left-width: 3px;
  }
  .sp-bd-r-3 {
    border-right-width: 3px;
  }
  .sp-border-3 {
    border-width: 3px;
  }
}
.bd-b-4 {
  border-bottom-width: 4px;
}

.bd-t-4 {
  border-top-width: 4px;
}

.bd-l-4 {
  border-left-width: 4px;
}

.bd-r-4 {
  border-right-width: 4px;
}

.border-4 {
  border-width: 4px;
}

@media (max-width: 540px) {
  .sp-bd-b-4 {
    border-bottom-width: 4px;
  }
  .sp-bd-t-4 {
    border-top-width: 4px;
  }
  .sp-bd-l-4 {
    border-left-width: 4px;
  }
  .sp-bd-r-4 {
    border-right-width: 4px;
  }
  .sp-border-4 {
    border-width: 4px;
  }
}
.bd-b-5 {
  border-bottom-width: 5px;
}

.bd-t-5 {
  border-top-width: 5px;
}

.bd-l-5 {
  border-left-width: 5px;
}

.bd-r-5 {
  border-right-width: 5px;
}

.border-5 {
  border-width: 5px;
}

@media (max-width: 540px) {
  .sp-bd-b-5 {
    border-bottom-width: 5px;
  }
  .sp-bd-t-5 {
    border-top-width: 5px;
  }
  .sp-bd-l-5 {
    border-left-width: 5px;
  }
  .sp-bd-r-5 {
    border-right-width: 5px;
  }
  .sp-border-5 {
    border-width: 5px;
  }
}
.bd-b-6 {
  border-bottom-width: 6px;
}

.bd-t-6 {
  border-top-width: 6px;
}

.bd-l-6 {
  border-left-width: 6px;
}

.bd-r-6 {
  border-right-width: 6px;
}

.border-6 {
  border-width: 6px;
}

@media (max-width: 540px) {
  .sp-bd-b-6 {
    border-bottom-width: 6px;
  }
  .sp-bd-t-6 {
    border-top-width: 6px;
  }
  .sp-bd-l-6 {
    border-left-width: 6px;
  }
  .sp-bd-r-6 {
    border-right-width: 6px;
  }
  .sp-border-6 {
    border-width: 6px;
  }
}
.bd-b-7 {
  border-bottom-width: 7px;
}

.bd-t-7 {
  border-top-width: 7px;
}

.bd-l-7 {
  border-left-width: 7px;
}

.bd-r-7 {
  border-right-width: 7px;
}

.border-7 {
  border-width: 7px;
}

@media (max-width: 540px) {
  .sp-bd-b-7 {
    border-bottom-width: 7px;
  }
  .sp-bd-t-7 {
    border-top-width: 7px;
  }
  .sp-bd-l-7 {
    border-left-width: 7px;
  }
  .sp-bd-r-7 {
    border-right-width: 7px;
  }
  .sp-border-7 {
    border-width: 7px;
  }
}
.bd-b-8 {
  border-bottom-width: 8px;
}

.bd-t-8 {
  border-top-width: 8px;
}

.bd-l-8 {
  border-left-width: 8px;
}

.bd-r-8 {
  border-right-width: 8px;
}

.border-8 {
  border-width: 8px;
}

@media (max-width: 540px) {
  .sp-bd-b-8 {
    border-bottom-width: 8px;
  }
  .sp-bd-t-8 {
    border-top-width: 8px;
  }
  .sp-bd-l-8 {
    border-left-width: 8px;
  }
  .sp-bd-r-8 {
    border-right-width: 8px;
  }
  .sp-border-8 {
    border-width: 8px;
  }
}
.bd-b-9 {
  border-bottom-width: 9px;
}

.bd-t-9 {
  border-top-width: 9px;
}

.bd-l-9 {
  border-left-width: 9px;
}

.bd-r-9 {
  border-right-width: 9px;
}

.border-9 {
  border-width: 9px;
}

@media (max-width: 540px) {
  .sp-bd-b-9 {
    border-bottom-width: 9px;
  }
  .sp-bd-t-9 {
    border-top-width: 9px;
  }
  .sp-bd-l-9 {
    border-left-width: 9px;
  }
  .sp-bd-r-9 {
    border-right-width: 9px;
  }
  .sp-border-9 {
    border-width: 9px;
  }
}
.bd-b-10 {
  border-bottom-width: 10px;
}

.bd-t-10 {
  border-top-width: 10px;
}

.bd-l-10 {
  border-left-width: 10px;
}

.bd-r-10 {
  border-right-width: 10px;
}

.border-10 {
  border-width: 10px;
}

@media (max-width: 540px) {
  .sp-bd-b-10 {
    border-bottom-width: 10px;
  }
  .sp-bd-t-10 {
    border-top-width: 10px;
  }
  .sp-bd-l-10 {
    border-left-width: 10px;
  }
  .sp-bd-r-10 {
    border-right-width: 10px;
  }
  .sp-border-10 {
    border-width: 10px;
  }
}
.bd-s-solid {
  border-style: solid;
}

.bd-s-dashed {
  border-style: dashed;
}

.bd-s-dotted {
  border-style: dotted;
}

.bd-s-double {
  border-style: double;
}

.bd-s-groove {
  border-style: groove;
}

.bd-s-ridge {
  border-style: ridge;
}

.bd-s-none {
  border-style: none;
}

/* text-align */
.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-j {
  text-align: justify;
}

@media (max-width: 540px) {
  .sp-ta-l {
    text-align: left;
  }
  .sp-ta-c {
    text-align: center;
  }
  .sp-ta-r {
    text-align: right;
  }
  .sp-ta-j {
    text-align: justify;
  }
}
/* flex */
.flex {
  display: flex;
}

.fw-w {
  flex-wrap: wrap;
}

.fd-r {
  flex-direction: row;
}

.fd-rr {
  flex-direction: row-reverse;
}

.fd-cr {
  flex-direction: column-reverse;
}

.fd-c {
  flex-direction: column;
}

.jc-c {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.jc-sa {
  justify-content: space-around;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-fs {
  justify-content: flex-start;
}

.ai-c {
  align-items: center;
}

.ai-fe {
  align-items: flex-end;
}

.ai-fs {
  align-items: flex-start;
}

@media (max-width: 540px) {
  .sp-fw-w {
    flex-wrap: wrap;
  }
  .sp-fd-r {
    flex-direction: row;
  }
  .sp-fd-rr {
    flex-direction: row-reverse;
  }
  .sp-fd-cr {
    flex-direction: column-reverse;
  }
  .sp-fd-c {
    flex-direction: column;
  }
  .sp-jc-c {
    justify-content: center;
  }
  .sp-jc-sb {
    justify-content: space-between;
  }
  .sp-jc-sa {
    justify-content: space-around;
  }
  .sp-jc-fe {
    justify-content: flex-end;
  }
  .sp-jc-fs {
    justify-content: flex-start;
  }
  .sp-ai-c {
    align-items: center;
  }
  .sp-ai-fe {
    align-items: flex-end;
  }
  .sp-ai-fs {
    align-items: flex-start;
  }
}
.ofi {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.bold,
.fw-b {
  font-weight: bold;
}

.fw-n {
  font-weight: normal;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.pos-s {
  position: static;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}

.zi-m1 {
  z-index: -1;
}

.zi-0 {
  z-index: 0;
}

.zi-1 {
  z-index: 1;
}

.zi-2 {
  z-index: 2;
}

.zi-3 {
  z-index: 3;
}

.zi-100 {
  z-index: 100;
}

.zi-9999 {
  z-index: 9999;
}

.d-b {
  display: block;
}

.d-ib {
  display: inline-block;
}

.d-i {
  display: inline;
}

.d-t {
  display: table;
}

.d-f {
  display: flex;
}

.ovf-v {
  overflow: visible;
}

.ovf-x-v {
  overflow-x: visible;
}

.ovf-y-v {
  overflow-y: visible;
}

.ovf-s {
  overflow: scroll;
}

.ovf-x-s {
  overflow-x: scroll;
}

.ovf-y-s {
  overflow-y: scroll;
}

.ovf-h {
  overflow: hidden;
}

.ovf-x-h {
  overflow-x: hidden;
}

.ovf-y-h {
  overflow-y: hidden;
}

.ts-0 {
  transition: 0s;
}

.ts-1 {
  transition: 0.1s;
}

.ts-2 {
  transition: 0.2s;
}

.ts-3 {
  transition: 0.3s;
}

.ts-4 {
  transition: 0.4s;
}

.ts-5 {
  transition: 0.5s;
}

.ts-6 {
  transition: 0.6s;
}

.ts-7 {
  transition: 0.7s;
}

.ts-8 {
  transition: 0.8s;
}

.ts-9 {
  transition: 0.9s;
}

.ts-10 {
  transition: 1s;
}

.ts-11 {
  transition: 1.1s;
}

.ts-12 {
  transition: 1.2s;
}

.ts-13 {
  transition: 1.3s;
}

.ts-14 {
  transition: 1.4s;
}

.ts-15 {
  transition: 1.5s;
}

.ts-16 {
  transition: 1.6s;
}

.ts-17 {
  transition: 1.7s;
}

.ts-18 {
  transition: 1.8s;
}

.ts-19 {
  transition: 1.9s;
}

.ts-20 {
  transition: 2s;
}

.va-b {
  vertical-align: bottom !important;
}

.va-m {
  vertical-align: middle !important;
}

.va-t {
  vertical-align: top !important;
}

@media (max-width: 540px) {
  .sp-va-b {
    vertical-align: bottom !important;
  }
  .sp-va-m {
    vertical-align: middle !important;
  }
  .sp-va-t {
    vertical-align: top !important;
  }
}
.fc-w {
  color: #fff;
}

.fc-black {
  color: #1a1a1a;
}

.no-link {
  cursor: default;
  pointer-events: none;
}

.anm {
  transition: 1s;
}
.anm.fading {
  opacity: 0;
}
.anm.to-up {
  transform: translateY(20px);
}
.anm.to-down {
  transform: translateY(-20px);
}
.anm.to-right {
  transform: translateX(-10px);
}
.anm.to-left {
  transform: translateX(10px);
}
.anm.to-left-zoomin {
  transform: translateX(10px) scale(0.9);
  transform-origin: right bottom;
}
.anm.blur {
  filter: blur(10px);
}
.anm.ease-back {
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.anm.ease-back.to-up {
  transform: translateY(40px);
}
.anm.is-show.fading {
  opacity: 1;
}
.anm.is-show.to-up {
  transform: translateY(0px);
}
.anm.is-show.to-down {
  transform: translateY(0px);
}
.anm.is-show.to-right {
  transform: translateX(0px);
}
.anm.is-show.to-left {
  transform: translateX(0px);
}
.anm.is-show.to-left-zoomin {
  transition: 2s 0.4s;
  transform: translateX(0px) scale(1);
}
.anm.is-show.blur {
  filter: blur(0px);
}
.anm.is-show.delay1 {
  transition-delay: 0.2s;
}
.anm.is-show.delay2 {
  transition-delay: 0.4s;
}
.anm.is-show.ease-back {
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.anm.is-show.ease-back.to-up {
  transform: translateY(0px);
}

.no-link {
  pointer-events: none;
}

.link a {
  text-decoration: underline;
  color: #007aff;
}

.gray_bk {
  background: #eee;
}

.color_w {
  color: #fff !important;
}

.line_w {
  border-bottom: solid 1px #fff !important;
}

.m-top5em {
  margin-top: 5em;
}

.m-bo5em {
  margin-bottom: 5em;
}

/* -----------------------------

reset style

----------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: inherit;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -----------------------------

base style

----------------------------- */
html {
  font-size: clamp(14px, 3vw, 16px);
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Kiwi Maru","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
  "游ゴシック体", YuGothic,"Yu Gothic Medium", "游ゴシック", "Yu Gothic",
  "メイリオ","Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.08rem;
  color: var(--base);
  background: #ffffff;
}

a {
  text-decoration: none;
  color: #3a3a3a;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

select,
input,
textarea,
button {
  vertical-align: middle;
}

main {
  display: block;
  min-height: calc(100vh - 80px);
}

/* -----------------------------

header style

----------------------------- */
header {
  background-color: #D4EDF7;
}
.l-header {
  /* position: fixed; */
  top: 0;
  left: 0;
  padding: 0 2%;
  width: 100%;
  height: 80px;
  z-index: 10000;
  display: flex;
  align-items: center;
  transition: background-color 0.6s;
}
@media (max-width: 540px) {
  .l-header {
    padding: 10px 4%;
    height: 80px;
  }
}
.l-header-top {
  background-color: var(--light-pink);
  padding: 10px 2%;
  text-align: right;
  font-size: 13px;
  /* z-index: 10002; */
  box-shadow: 0px 3px 5px 3px rgba(5, 5, 5, 0.05);
}
  @media (max-width: 540px) {
    .l-header-top {
      text-align: left;
      line-height: 1.5;
      font-size: 10px;
      display: none;
    }
    
  }

.l-header__inner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .l-header__inner {
    position: fixed;
    width: 90%;
    z-index: 99999;
  }
}
@media (max-width: 540px) {
  .l-header__inner {
    top: 2%;
  }
}
.l-header__logo {
  z-index: 10002;
}
.l-header__logo img {
  max-width: 230px;
  /* margin-top: 20px; */
  width: 100%;
  height: 100%;
}

@media (max-width: 540px) {
  .l-header__logo img {
    max-width: 180px;
    margin-top: 0;
    width: 100%;
    height: 100%;
  }
}


.l-header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 25px;
  font-size: 15px;
}
.l-header__nav-item {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.l-header__nav a:hover {
  color: var(--pink);
}
.l-header__contact {
  background: var(--pink);
  color: #fff;
  display: block;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  width: 170px;
  /* max-width: 170px; */
  text-align: center;
  border-radius: 50px;
  box-shadow: var(--shadow);
  cursor: pointer;
}
.l-header__contact a {
  color: #fff;
}
.l-header__contact a:hover {
  color: #fff;
}
.l-header__contact:hover {
  background: var(--dark-pink);
}

.l-header__gnav-btn {
  width: 30px;
  height: 25px;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 10002;
  transition: 0.2s;
  top: calc(50% - 25px / 2);
}
@media (max-width: 540px) {
  .l-header__gnav-btn {
    width: 30px;
    height: 25px;
    top: calc(50% - 25px / 2);
  }
}
.l-header__gnav-btn::before,
.l-header__gnav-btn::after {
  content: "";
  width: 100%;
  height: 2px;
  /* background: #3a3a3a; */
  position: absolute;
  transition: 0.4s;
  right: 0;
}
.l-header__gnav-btn:before {
  background-color: #EC7097;
  top: 0;
}
.l-header__gnav-btn:after {
  bottom: 0;
  background-color: #00B1CD;
}
.l-header__gnav-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #FAC319;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  transition: 0.2s 0.2s;
}
.l-header__gnav-btn.is-gnav-active:before,
.l-header__gnav-btn.is-gnav-active:after {
  /* background: #3a3a3a; */
  transition: 0.4s 0.2s;
}
.l-header__gnav-btn.is-gnav-active:before {
  transform: rotate(45deg);
  top: calc(50% + 2px / 2);
  background: #EC7097;
}
.l-header__gnav-btn.is-gnav-active:after {
  transform: rotate(315deg);
  bottom: calc(50% - (2px + 2px / 2));
  background: #00B1CD;
}
.l-header__gnav-btn.is-gnav-active span {
  transform: scaleX(0);
  transition: 0.2s;
}

.l-header__gnav {
  position: fixed;
  /* background: #D4EDF7; */
  background: #fff;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  /* padding: 150px 0 0 0; */
  transition: 0.4s;
}
.l-header__gnav.is-gnav-open {
  display: block;
  left: 0;
  opacity: 1;
  transition: left 0.4s, opacity 0.2s;
}
.l-header__gnav.is-gnav-open .l-header__gnav-inner {
  opacity: 1;
  transition: 0.4s 0.3s ease-in-out;
  transform: translateX(0px);
}
.l-header__gnav-inner {
  opacity: 0;
  height: 100%;
  width: 100%;
  transform: translateX(-50px);
}
.l-header__gnav-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-header__gnav-item {
  margin: 10px 0;
  letter-spacing: 0.1em;
}
.l-header__gnav-item a span:first-child {
  margin-bottom: 5px;
  font-size: 25px;
}
.l-header__gnav-item-en {
  font-family: "Stick No Bills", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.l-header__gnav-item-ja {
  font-size: 14px;
}
.l-header__gnav-item a {
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  font-size: 16px;
  position: relative;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
}

.l-gnav--pos-left {
  right: 0;
}
.l-gnav--pos-left.is-gnav-active {
  right: 0;
  transition: left 0.4s;
}

@media screen and (max-width: 1000px) {
  .l-header__nav {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .l-header__gnav-btn {
    display: none;
  }
}
.gnav-bg.is-gnav-bgopen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

body.is-gnav-bgon {
  overflow: hidden;
}

/* gナビ */
.l-header__gnav li {
  width: 100%;
  text-align: center;
}

.l-header__gnav li.triangle_arrow {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #0b0b0b;
  padding: 20px;
  color: #0b0b0b;
}

.l-header__gnav li a {
  color: var(--dark-pink);
}

.l-header__gnav li:nth-of-type(2) a {
  color: var(--blue);
}
.l-header__gnav li:nth-of-type(3) a {
  color: #fc9800;
}
.l-header__gnav li:nth-of-type(4) a {
  color: #75B98E;
}
.l-header__gnav li:nth-of-type(5) a {
  color: #9775AA;
}
.l-header__gnav li:nth-of-type(6) a {
  color: var(--blue);
}
.l-header__gnav li:nth-of-type(8) a {
  color: #fc9800;
}
/* .l-header__gnav li:nth-of-type(2n) a {
  color: var(--blue);
}
.l-header__gnav li:nth-of-type(3n) a {
  color: #fc9800;
}
.l-header__gnav li:nth-of-type(4n) a {
  color: #75B98E;
}
.l-header__gnav li:nth-of-type(5n) a {
  color: #9775AA;
} */

.l-header__gnav li a:hover {
  opacity: 0.7;
}

.l-header__gnav li:not(li.triangle_arrow) {
  font-size: 20px;
  color: #9e9e9e;
  padding: 15px;
}

/* -----------------------------

footer style

----------------------------- */
.l-footer {
  background-color: #FFF;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 540px) {
  .l-footer {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1024px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 30px 5%;
}
@media (max-width: 768px) {
  .footer-address {
    width: 100%;
  }
  .l-footer__inner {
    justify-content: flex-start;
  }
}


/* .l-footer__box {
  flex-grow: 1;
} */
.l-footer__company {
  font-size: clamp(16px, 4vw, 20px);
}
.l-footer__address {
  line-height: 1.5;
}
.l-footer__address-list {
  margin-top: 15px;
}
.l-footer__address-list a{
  line-height: 1.5;
  font-size: 14px;
  pointer-events: none
}
.l-footer__nav {
  display: flex;
  font-size: 15px;
}
.l-footer__list {
  line-height: 2;
  /* display: flex;
  gap: 4% 10%; */
  justify-content: flex-start;
}
@media (max-width: 540px) {
  .l-footer__list {
    flex-direction: column;
  }
}
.l-footer__item a {
  color: #afafaf;
  font-size: clamp(12px, 2vw, 14px);
  position: relative;
}
.l-footer__list a:hover {
  color: var(--dark-pink);
}
.l-footer__sns {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.l-footer__sns img {
  width: 44px;
}
.l-footer__sns a:hover {
  opacity: 0.7;
}

.l-page-top {
  background-color: #0b0b0b;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: solid 1px #fff;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
  color: #fff;
  z-index: 9999;
}
@media (max-width: 540px) {
  .l-page-top {
    opacity: 0.8;
  }
}
.l-page-top p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9rem;
  letter-spacing: normal;
  white-space: nowrap;
}
.l-page-top span {
  font-family: "Stick No Bills", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
}
.l-page-top:hover {
  opacity: 0.7 !important;
}

.l-copy {
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  background-color: var(--light-pink);
  width: 100%;
}

/* -----------------------------

main style

----------------------------- */
.l-block-common {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 540px) {
  .l-block-common {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.l-block-bottom {
  padding-bottom: 80px;
}
@media (max-width: 540px) {
  .l-block-bottom {
    padding-bottom: 50px;
  }
}

.l-block-top {
  padding-top: 80px;
}
@media (max-width: 540px) {
  .l-block-top {
    padding-top: 50px;
  }
}

.l-box-common {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1179px) {
  .l-box-common {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    box-sizing: border-box;
  }
}
.l-box-in {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 999px) {
  .l-box-common {
    padding-right: 4%;
    padding-left: 4%;
    box-sizing: border-box;
  }
}


.l-box-wide {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2%;
}
@media (max-width: 540px) {
  .l-box-wide {
    max-width: 100%;
    padding: 0 2.6%;
    box-sizing: border-box;
  }
}

.l-box-narrow {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 949px) {
  .l-box-narrow {
    max-width: 100%;
    padding-right: 4% !important;
    padding-left: 4% !important;
    box-sizing: border-box;
  }
}

.l-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.l-box__inner {
  width: 50%;
}
.l-box__title {
  font-size: 2rem;
}
.l-box__btn {
  background: #fe929f;
  width: 100%;
  height: 30%;
}

/* -----------------------------

component style

----------------------------- */
.c-title__box {
  text-align: left;
  display: flex;
  align-items: baseline;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  gap: 10px;
}
@media (max-width: 540px) {
  .c-title__box {
    display: block;
  }
}
.c-title__en {
  font-size: clamp(27px, 6vw, 38px);
}
.c-title__ja {
  font-size: clamp(12px, 2vw, 14px);
}

.home .c-title {
  border-bottom: solid 1px #161616;
}
@media (max-width: 540px) {
  .home .c-title__box {
    display: flex;
  }
}

.c-btn a{
  font-size: 17px;
  font-weight: bold;
  /* background: #131313; */
  /* font-family:var(--yugo); */
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
  width: 100%;
  padding: 15px 45px;
  color: #fff !important;
  transition: 0.3s ease-in-out;
  z-index: 0;
  text-decoration: none !important;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: var(--shadow);
}

.c-btn.pink a {
  background-color: var(--pink);
}

.c-btn.orange a {
  background-color: var(--orange);
}

.c-btn.blue a {
  background-color: var(--blue);
}
/* .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #0b0b0b;
  transition: 0.3s;
  left: 0;
} */
.c-btn:hover {
  opacity: 0.7;
}
/* .btn:hover::before {
  width: 100%;
  z-index: -1;
} */

.arw {
  position: relative;
}
.arw:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #3a3a3a;
  position: absolute;
  top: calc(50% - 5px);
  transition: 0.2s;
  border-right: 1px solid #3a3a3a;
  right: 25%;
  transform: rotate(-45deg);
}
.arw:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 850px) {
  .arw {
    transition: 0.2s;
  }
  .arw:hover:after {
    right: 20%;
    color: #fff;
  }
}

.btn02 {
  font-size: clamp(15px, 4vw, 18px);
  font-weight: 500;
  border: 2px solid #ffffff;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  padding: 27px 0;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index: 0;
}
.btn02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #0b0b0b;
  transition: 0.3s;
  left: 0;
}
.btn02:hover {
  color: #ffffff;
}
.btn02:hover::before {
  width: 100%;
  z-index: -1;
}

.bk-box {
  height: 80px;
  background: #ced0ce;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

/*------------------------------
カテゴリー
---------------------------- */
.cat {
  font-size: clamp(10px, 2.4vw, 12px);
  font-weight: bold;
  text-align: center;
}
.cat a {
  color: #fff;
  padding: 5px 0;
  width: 100px;
  display: block;
  background-color: #0b0b0b;
}

.catnews {
  display: flex;
  gap: 10px;
}

.catlist {
  display: flex;
  font-size: 12px;
}

.catlist li {
  background-color: #E9F8F8;
  border-radius: 30px;
  margin-right: 10px;
  text-align: center;
  padding: 5px;
  min-width: 80px;
  border: solid 1px var(--blue);
}

.catlist li a {
  color: var(--blue);
}

.category-top {
  background-color: #0b0b0b;
  color: #fff;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 5px;
  z-index: 3;
}

/*------------------------------
ページャー
---------------------------- */
.pagination .nav-links {
  text-align: center;
}

.page-numbers {
  display: flex;
  justify-content: center;
  gap: 2%;
}

.pagination .nav-links .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background: var(--dark-pink);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.pagination .nav-links .dots {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
}

.pagination .nav-links a.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background-color: #FFF0F4;
  font-size: 14px;
  text-decoration: none;
  line-height: 30px;
  color: var(--dark-pink);
}

.pagination .nav-links a.page-numbers:hover {
  background: var(--pink);
  color: #fff;
  transition: all 0.3s;
}

.pagination .nav-links a.prev.page-numbers,
.pagination .nav-links a.next.page-numbers {
  width: auto;
  padding-right: 6px;
  padding-left: 6px;
  border: 0;
  background: transparent;
  font-size: 14px;
}

.pagination .nav-links a.prev.page-numbers:hover,
.pagination .nav-links a.next.page-numbers:hover {
  color: var(--pink);
}

.c-under__block {
  min-height: 50vh;
  padding-bottom: 30px;
}
.c-under__title {
  font-weight: bold;
  font-size: clamp(17px, 4vw, 23px);
  line-height: 1.2;
  border-bottom: 2px #FCEAB7 solid;
  padding-bottom: 15px;
  color: var(--dark-pink);
  position: relative;
}

.c-under__title.blue {
  color: var(--blue);
}


.c-under__title h3 {
  padding-left: 50px;
}



.c-under__title::after {
  content: '';
  /* border-bottom: 2px var(--pink) solid; */
  position: absolute;
  top: 115%;
  background-color: #C0EAEB;
  width: 100%;
  height: 2px;
}

.c-under__title::before {
  content: '';
  /* border-bottom: 2px var(--pink) solid; */
  position: absolute;
  top: 85%;
  background-color: #FFDFE7;
  width: 100%;
  height: 2px;
}

.c-under__title h3::before {
  content: "";
  background-image: url(../images/onpu-pink.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -10px;
  left: 10px;
  background-size: contain;
  display: inline-block;
}

.c-under__title.blue h3::before {
  background-image: url(../images/onpu-blue.png);

}

@media (max-width: 600px) {
  .c-under__title h3::before {
    width: 30px;
    height: 30px;
    top: -5px;
  }
  
}
.c-under__content {
  font-size: clamp(15px, 4vw, 18px);
  line-height: 1.5;
}

.triangle_arrow a {
  position: relative;
}

.triangle_arrow a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #0b0b0b;
  border-left: solid 2px #0b0b0b;
  position: absolute;
  top: 3px;
  text-align: center;
  transform: rotate(-405deg);
  transition: all 0.2s;
  top: 5px;
  right: -15px;
}

.smf-form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

[data-screen="back"]
  .smf-progress-tracker__item--input
  .smf-progress-tracker__item__number,
[data-screen="complete"]
  .smf-progress-tracker__item--complete
  .smf-progress-tracker__item__number,
[data-screen="confirm"]
  .smf-progress-tracker__item--confirm
  .smf-progress-tracker__item__number,
[data-screen="input"]
  .smf-progress-tracker__item--input
  .smf-progress-tracker__item__number,
[data-screen="invalid"]
  .smf-progress-tracker__item--input
  .smf-progress-tracker__item__number {
  background-color: #0b0b0b;
}

.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-textarea-control__control {
  border: 2px solid #0b0b0b;
}

.smf-action .smf-button-control__control {
  background-color: #0b0b0b;
  background-image: none;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 10px 50px;
}

.smf-action .smf-button-control__control:hover {
  opacity: 0.7;
}

.smf-item__description {
  color: #0b0b0b;
}

.smf-form .smf-item .smf-checkbox-control {
  align-items: center;
}

/* -----------------------------

project style

----------------------------- */
.p-kv {
  width: 100%;
  background-color:#D4EDF7;
}

/* .p-top-kv {
  position: relative;
  top: 0;
} */

.p-kv__img img {
  margin: 0 auto;
  display: block;
}

/* -----------------------------

animation style

----------------------------- */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0b0b0b !important;
  opacity: 0 !important;
}

.swiper-pagination-bullet-active {
  background-color: #0b0b0b !important;
}

.l-header.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.l-page-top {
  transition: 1s;
}

.l-page-top.active {
  display: block;
}

/* アコーディオンボックス全体のスタイル */
.accordion {
  width: 300px;
  margin: 20px auto;
  border: 1px solid #ccc;
  overflow: hidden;
}

/* 質問部分のスタイル */
.accordion-close {
  background-color: #f5f5f5;
  padding: 10px;
  cursor: pointer;
}

/* 回答部分の初期スタイル */
.accordion-open {
  padding: 10px;
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

/* アニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 100px;
  }
}
.fade-up {
  opacity: 0;
}

.fade-up.is-slide-active {
  animation: fadeup 1s ease-out forwards;
}

.fade-up.item2.is-slide-active {
  animation-delay: 0.2s;
}

.fade-up.item3.is-slide-active {
  animation-delay: 0.4s;
}

.fade-up.item4.is-slide-active {
  animation-delay: 0.6s;
}

.fade-up.item5.is-slide-active {
  animation-delay: 0.8s;
}

.fade-up.item6.is-slide-active {
  animation-delay: 1s;
}

.fade-left.is-slide-active {
  animation: fadeleft 1s ease-out forwards;
}

.fade-left.item2.is-slide-active {
  animation-delay: 0.2s;
}

.fade-left.item3.is-slide-active {
  animation-delay: 0.4s;
}

.fade-left.item4.is-slide-active {
  animation-delay: 0.6s;
}

.fade-right.is-slide-active {
  animation: faderight 1s ease-out forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeleft {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes faderight {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.mask-bg {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
  /* width: 30%; */
}

.mask-img {
  opacity: 0;
}

.mask-bg::after {
  /* background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%); */
  background: #0e0c30;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}

.mask-bg.is-slide-active {
  color: #0e0c30;
}

.mask-img.is-slide-active {
  animation: mask-img 1.2s forwards;
}

.mask-bg.is-slide-active::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

@keyframes mask-bg {
  0% {
    /* transform: translate(0, 101%) */
    transform: translateX(101%);
  }
  40%,
  60% {
    transform: translate(0, 0%);
  }
  100% {
    /* transform: translate(0, -100%) */
    transform: translateX(-100%);
  }
}
@keyframes mask-img {
  0% {
    opacity: 0;
  }
  40%,
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  height: 40px;
  margin-top: 15px;
}

.smooth.is-slide-active {
  clip-path: inset(0);
}

/* .p-under-kv {
  margin-top: 80px;
}
@media (max-width: 540px) {
  .p-under-kv {
    margin-top: 50px;
  }
} */

/* .p-under-kv__inner {
  position: relative;
  background: url(../images/under-bk.jpg) no-repeat;
  background-size: cover;
  height: 220px;
}
@media (max-width: 598px) {
  .p-under-kv__inner {
    background-size: cover;
  }
} */


.p-news {
  display: flex;
  gap: 50px 2%;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 698px) {
  .p-news {
    flex-direction: column;
    align-items: center;
    gap: 2%;
  }
}
/* .p-news:after {
  content: "";
  display: block;
  width: 32%;
} */

.p-news__box {
  width: 32%;
  position: relative;
  background: #fff;
  min-width: 300px;
}
@media (max-width: 698px) {
  .p-news__box {
    margin-top: 20px;
    width: 100%;
  }
}
.p-news__img {
  overflow: hidden;
  height: 250px;
  box-shadow: 0px 2px 2px 2px rgba(5, 5, 5, 0.05);
  border-radius: 30px;
}
.p-news__img img {
  transition: transform 0.6s ease;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  
}
/* .p-news__img img:hover {
  transform: scale(1.1);
} */
.p-news__txtbox {
  padding: 8% 5%;
  max-height: 300px;
}
.p-news__box:hover {
  opacity: 0.7;
}
.p-news__title {
  color: var(--dark-pink);
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
  font-size: clamp(14px, 3vw, 16px);
}
.p-news__txt {
  line-height: 1.5;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-news__day {
  font-size: 12px;
  /* color: #929292; */
  color: #788C97;
  /* margin-top: 20px; */
}


