@charset "UTF-8";
* {
  box-sizing: border-box;
  word-break: break-all;
}

img {
  max-width: 100%;
}

.w100 {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.txt_underline {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .hv_op {
    transition: opacity 0.3s;
  }
  .hv_op:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

.u-bold {
  font-weight: bold;
}

/* フェードイン */
[data-anime=fadeInUp] {
  opacity: 0;
}
[data-anime=fadeInUp].in-view {
  animation: fadeInUp 0.8s 0.3s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* === body
==================================== */
html {
  scroll-behavior: smooth;
}

body > div.wrapper {
background: repeating-linear-gradient(-45deg, #FCDDEB, #FCDDEB 5.3333333333vw, #FFEDF5 0, #FFEDF5 8vw);
}
@media (min-width: 769px) {
body > div.wrapper {
background: repeating-linear-gradient(-45deg, #FCDDEB, #FCDDEB 40px, #FFEDF5 0, #FFEDF5 60px);
}
}

@media (min-width: 769px) {
  .l-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 210px);
  }
}

.cmn-sec {
  margin: 0 20px 15px;
}
@media (min-width: 769px) {
  .cmn-sec {
    width: 96%;
    max-width: 700px;
    margin: 0 auto 15px;
  }
}

.cmn-sec-in {
  background: #fff;
  border: 3px solid #E6BCCE;
  border-radius: 30px;
  padding: 25px 0 30px;
}
@media (min-width: 769px) {
  .cmn-sec-in {
    padding: 55px 0 30px;
  }
}

.btn-line {
  width: 83.6%;
  margin: 0 auto;
}
.mv-ttl {
  text-align: center;
  margin-bottom: 3%;
}
.mv-ttl img {
  width: 89%;
}
@media (min-width: 769px) {
  .mv-ttl img {
    max-width: 582px;
  }
}

.sec01 .img01 {
  width: 79%;
  margin: 4% auto 0;
}

.sec02 .img01 {
  width: 87.6%;
  margin: 0 auto 7%;
}
.sec02 .custom-ttl {
  width: 69%;
  margin: 0 auto 5%;
}
.sec02 .custom-list li {
  text-align: center;
}
.sec02 .custom-list .item01 {
  padding: 0 5% 3%;
}
.sec02 .custom-list .item02 {
  padding: 0 15% 3% 9%;
}
.sec02 .custom-list .item03 {
  padding: 0 11% 7% 8%;
}

.copyrigth {
  font-size: 10px;
  text-align: center;
  color: #D14F4F;
  margin-bottom: 15px;
}
/*# sourceMappingURL=map/style.css.map */