#__bs_notify__ {
  top: auto !important;
  bottom: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 1px;
  color: #666;
}

a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  color: #666;
  text-decoration: none;
}
a:hover, a:active {
  opacity: 0.6;
}

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

ul, li {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.replace {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 50%;
  padding: 0;
  margin: 0 auto;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.row {
  position: relative;
  width: calc(100% + 20px);
  margin: 0 -10px;
  font-size: 0;
}

.col {
  position: relative;
  width: 50%;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.4rem;
}

.m-title1 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.m-title1 span {
  position: absolute;
  left: 0;
  top: -25px;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  color: #f09abb;
}
.m-title1:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 42px;
  height: 2px;
  background-color: #f09abb;
  border-radius: 1px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .m-title1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .m-title1 span {
    font-size: 14px;
  }
}

.m-title2 {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  color: #f09abb;
  margin-bottom: 60px;
}
@media screen and (max-width: 1219px) {
  .m-title2 {
    font-size: 2rem;
    line-height: 5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1219px) {
  .m-title2 {
    margin-bottom: 30px;
  }
}
.m-title2:before, .m-title2:after {
  content: "";
  position: absolute;
  top: 15px;
  display: inline-block;
  width: 20px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1219px) {
  .m-title2:before, .m-title2:after {
    width: 10px;
    height: 20px;
  }
}
.m-title2:before {
  background-image: url(../img/h2_l.webp);
  left: -40px;
}
.m-title2:after {
  background-image: url(../img/h2_r.webp);
  right: -40px;
}

.s-title1 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  padding: 5px 0;
  margin-bottom: 40px;
}
.s-title1:after {
  content: "";
  display: block;
  height: 4px;
  background-image: linear-gradient(to right, #f09abb, #e6144c);
}
@media screen and (max-width: 767px) {
  .s-title1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.s-title2 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  border-left: 8px solid #f09abb;
  padding: 2px 0 2px 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .s-title2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.m-bt {
  width: 240px;
  height: 60px;
  margin: 0 auto;
}
.m-bt a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.2rem;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  background: rgb(243, 202, 218);
  background: linear-gradient(90deg, rgb(243, 202, 218) 0%, rgb(230, 204, 240) 100%);
  border-radius: 50px;
}
.m-bt a i {
  height: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  font-size: 20px;
  line-height: 20px;
  margin: auto;
}

.fade {
  animation: fade 3s ease 0s 1 normal;
  -webkit-animation: fade 3s ease 0s 1 normal;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
}

.fadeinup {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2s;
}

.fadeinright {
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 2s;
}

.fadeinleft {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: all 2s;
}

ul.fadeturn li {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}
ul.fadeturn li:nth-child(n+1) {
  transition-delay: 0s;
}
ul.fadeturn li:nth-child(n+2) {
  transition-delay: 0.4s;
}
ul.fadeturn li:nth-child(n+3) {
  transition-delay: 0.8s;
}
ul.fadeturn li:nth-child(n+4) {
  transition-delay: 1.2s;
}
ul.fadeturn li:nth-child(n+5) {
  transition-delay: 1.6s;
}
ul.fadeturn li:nth-child(n+6) {
  transition-delay: 2s;
}
ul.fadeturn li:nth-child(n+7) {
  transition-delay: 2.4s;
}
ul.fadeturn li:nth-child(n+8) {
  transition-delay: 2.8s;
}
ul.fadeturn li:nth-child(n+9) {
  transition-delay: 3.2s;
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=common.css.map */