@charset "UTF-8";
.font-go {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media print, screen and (min-width: 741px) {
  main .wrapper {
    width: 1040px;
  }
}

.heading-wrap {
  text-align: center;
}
.heading-wrap .title-primary {
  font-size: 38px;
  font-weight: bold;
  color: #EB7170;
  margin-bottom: 40px;
}
@media only screen and (max-width: 740px) {
  .heading-wrap .title-primary {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .heading-wrap img {
    width: 36px;
  }
}

.hero-area {
  background: url("../kucho/img/hero-bg.png") no-repeat center;
  position: relative;
  z-index: 10;
  margin-bottom: -70px;
}
@media print, screen and (min-width: 741px) {
  .hero-area {
    height: 627px;
  }
}
@media only screen and (max-width: 740px) {
  .hero-area {
    height: 230px;
    margin-top: 60px;
    background-size: cover;
  }
}
.hero-area .wrapper {
  position: relative;
  height: 100%;
}
.hero-area .hero-catch {
  position: absolute;
  background-color: #EB7170;
  border-radius: 20px;
  text-align: center;
  width: 348px;
  height: 348px;
  top: 150px;
  left: 0;
  padding: 30px;
  box-sizing: border-box;
  color: #Fff;
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-catch {
    transform: scale(0.52);
    width: 92.8vw;
    height: 92.8vw;
    top: 0;
    left: 15px;
    transform-origin: top left;
    padding: 15px;
  }
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-catch .cocomama-logo {
    width: 34.2vw;
    aspect-ratio: 128 / 36;
  }
}
.hero-area .hero-catch .hero-title {
  margin: 10px 0 15px;
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-catch .hero-title {
    margin: 3px auto 5px;
  }
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-catch .hero-title img {
    width: 59.7vw;
    aspect-ratio: 224 / 64;
  }
}
.hero-area .hero-catch .leaf-1 {
  position: absolute;
  top: -30px;
  right: -20px;
}
.hero-area .hero-catch .leaf-2 {
  position: absolute;
  bottom: -60px;
  left: -80px;
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-catch .leaf-2 {
    bottom: -50px;
    left: -20px;
    width: 90px;
  }
}
@media only screen and (max-width: 740px) {
  .hero-area .hero-catch-text img {
    width: 54.4vw;
  }
}

.repeat-block {
  background: url("../kucho/img/bg-image-1.jpg") no-repeat top/cover;
  padding-top: 110px;
  padding-bottom: 90px;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .repeat-block {
    background: url("../kucho/img/bg-image-1_sp.jpg") no-repeat top/cover;
  }
}
@media print, screen and (min-width: 741px) {
  .repeat-block .contents-wrap {
    display: flex;
    justify-content: center;
  }
}
.repeat-block .contents-wrap img {
  vertical-align: bottom;
}
.repeat-block .contents-wrap .text-wrap {
  background-color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 741px) {
  .repeat-block .contents-wrap .text-wrap {
    width: 458px;
  }
}
@media only screen and (max-width: 740px) {
  .repeat-block .contents-wrap .text-wrap {
    padding: 10px 20px 20px;
  }
}
.repeat-block .contents-wrap .text-wrap .btn-link {
  text-decoration: none;
  color: #fff;
  background-color: #EB7170;
  display: inline-block;
  border-radius: 30px;
  padding: 5px 30px;
}
.repeat-block .contents-wrap .text-wrap .text-1 {
  color: #4D2C18;
}
.repeat-block .contents-wrap .logo-1 {
  width: 254px;
  margin: 10px 0;
}
@media only screen and (max-width: 740px) {
  .repeat-block .contents-wrap .logo-1 {
    width: 50.6666666667vw;
  }
}
.repeat-block .contents-wrap .logo-2 {
  width: 353px;
  margin: 40px 0 16px;
}
@media only screen and (max-width: 740px) {
  .repeat-block .contents-wrap .logo-2 {
    width: 64.2666666667vw;
    margin: 10px 0 16px;
  }
}
.repeat-block-copy {
  padding-top: 50px;
}
@media only screen and (max-width: 740px) {
  .repeat-block-copy {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.repeat-block-copy::before {
  content: "";
  width: 100%;
  height: 84px;
  display: block;
  position: absolute;
  top: -84px;
  left: 0;
  background: linear-gradient(0deg, #FEFDEF 0%, rgba(255, 255, 255, 0) 100%);
}

.nayami-area {
  padding-top: 50px;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .nayami-area {
    padding-top: 20px;
  }
}
.nayami-area::before, .nayami-area::after {
  content: "";
  width: 100%;
  height: 84px;
  display: block;
  background: linear-gradient(0deg, #efeadd 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -80px;
  left: 0;
}
.nayami-area::after {
  top: auto;
  bottom: -30px;
  background: linear-gradient(180deg, #efeadd 0%, rgba(255, 255, 255, 0) 100%);
}
.nayami-area .heading-wrap .title-primary {
  margin-bottom: 20px;
}
.nayami-area .contents-wrap {
  background: url("../kucho/img/nayami-bg.png") no-repeat 78% 23%/auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 740px) {
  .nayami-area .contents-wrap {
    display: flex;
    flex-wrap: wrap;
    background-size: 103%;
    background-position: center;
    margin: 0 -3% 50px;
    padding: 0 3%;
  }
}
@media only screen and (max-width: 740px) {
  .nayami-area .contents-wrap img {
    width: 50%;
  }
}
@media print, screen and (min-width: 741px) {
  .nayami-area .contents-wrap img:nth-child(1) {
    margin-left: 150px;
    margin-bottom: -15px;
  }
}
@media print, screen and (min-width: 741px) {
  .nayami-area .contents-wrap img:nth-child(2) {
    margin-bottom: -15px;
  }
}
@media print, screen and (min-width: 741px) {
  .nayami-area .contents-wrap img:nth-child(3) {
    margin-left: 40px;
  }
}
.nayami-area .bottom-wrap {
  position: relative;
  text-align: center;
  margin-bottom: -50px;
  z-index: 10;
}
.nayami-area .bottom-wrap .img-1 {
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media only screen and (max-width: 740px) {
  .nayami-area .bottom-wrap .img-1 {
    bottom: -5px;
    z-index: -1;
    width: 27%;
  }
}
.nayami-area .bottom-wrap .arrow {
  background: url("../kucho/img/arrow-down.svg") no-repeat center/contain;
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  padding: 24px 70px 80px;
}
@media only screen and (max-width: 740px) {
  .nayami-area .bottom-wrap .arrow {
    font-size: 22px;
    padding: 20px 40px 40px;
  }
}

.kaiketsu-area {
  background: url("../kucho/img/bg-image-2.jpg") no-repeat center/cover;
  padding-top: 130px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 740px) {
  .kaiketsu-area {
    padding-top: 80px;
  }
}
.kaiketsu-area .heading-wrap .title-sub {
  font-size: 70px;
  font-weight: bold;
  color: #EB7170;
  position: relative;
  z-index: 10;
  line-height: 1;
  margin-bottom: 60px;
}
@media only screen and (max-width: 740px) {
  .kaiketsu-area .heading-wrap .title-sub {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.kaiketsu-area .heading-wrap .title-sub::before, .kaiketsu-area .heading-wrap .title-sub::after {
  content: "";
  display: inline-block;
  background: url("../kucho/img/icon-1.svg") no-repeat center/contain;
  width: 0.56em;
  aspect-ratio: 39 / 64;
  margin: 0 0.4em;
  position: relative;
  top: 0.1em;
}
.kaiketsu-area .heading-wrap .title-sub::after {
  transform: rotateY(180deg);
}
.kaiketsu-area .heading-wrap .inner {
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-align: center;
  display: inline-block;
}
.kaiketsu-area .heading-wrap .inner::before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 0.4em;
  background-color: #DAEEC9;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  transform: translatex(-50%);
}
.kaiketsu-area .image-area .img-2 {
  margin: -190px auto 10px;
  display: block;
}
@media only screen and (max-width: 740px) {
  .kaiketsu-area .image-area .img-2 {
    width: 70%;
    margin: -18% auto 10px;
  }
}
@media only screen and (max-width: 740px) {
  .kaiketsu-area .contents-wrap {
    margin: 0 3%;
  }
}
.kaiketsu-area .contents-wrap .cont-wrap {
  background-color: #EB7170;
  color: #fff;
}
@media print, screen and (min-width: 741px) {
  .kaiketsu-area .contents-wrap .cont-wrap {
    display: flex;
    align-items: center;
  }
}
.kaiketsu-area .contents-wrap .cont-wrap .photo-wrap {
  width: 50%;
}
@media only screen and (max-width: 740px) {
  .kaiketsu-area .contents-wrap .cont-wrap .photo-wrap {
    width: 100%;
  }
}
.kaiketsu-area .contents-wrap .cont-wrap .photo-wrap img {
  vertical-align: bottom;
}
.kaiketsu-area .contents-wrap .cont-wrap .text-wrap {
  flex: 1;
  padding: 40px;
}
@media only screen and (max-width: 740px) {
  .kaiketsu-area .contents-wrap .cont-wrap .text-wrap {
    padding: 20px 16px;
  }
}
.kaiketsu-area .contents-wrap .cont-wrap .text-wrap .title-1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 740px) {
  .kaiketsu-area .contents-wrap .cont-wrap .text-wrap .title-1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.kaiketsu-area .contents-wrap .cont-wrap .text-wrap .text-1 {
  margin-bottom: 0;
}
@media only screen and (max-width: 740px) {
  .kaiketsu-area .contents-wrap .cont-wrap .text-wrap .text-1 {
    font-size: 11px;
    line-height: 1.6;
  }
}
.kaiketsu-area .contents-wrap .cont-wrap:nth-child(even) {
  flex-direction: row-reverse;
}

/*# sourceMappingURL=page_kucho.css.map */
