@charset "UTF-8";
@media print, screen and (min-width: 741px) {
  .logo {
    z-index: 10;
  }
}
@media print, screen and (min-width: 741px) {
  .hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 740px) {
  .hide-sp {
    display: none;
  }
}

@media only screen and (max-width: 740px) {
  body#top main {
  }
}
#top-catch {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  height: 473px;
  background: url("../img/top-catch-bg.jpg") no-repeat bottom/cover;
  /*  &::after {
      content: "";
      display: block;
      width: 100%;
      height: 140px;
      background: rgb(255,255,255);
      background: linear-gradient(0deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
      position: absolute;
      @include media(pc){
        bottom: 0;
      }
      @include media(sp){
        top: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
      }
    }*/
}
@media print, screen and (min-width: 741px) {
  #top-catch {
    min-width: 1260px;
  }
}
@media only screen and (max-width: 740px) {
  #top-catch {
    width: 100%;
    height: auto;
    aspect-ratio: 375/400;
    background: url("../img/top-catch-bg-sp.jpg") no-repeat top/cover;
  }
}
#top-catch .catch-wrapper {
  z-index: 10;
}
@media print, screen and (min-width: 741px) {
  #top-catch .catch-wrapper {
    position: relative;
    width: 1260px;
    height: 100%;
    margin: 0 auto;
  }
}
#top-catch .top-catch-logo {
  position: absolute;
  display: inline-block;
  background: url("../img/top_catch_logo_01.png") no-repeat center/contain;
  width: 520px;
  height: 310px;
  right: calc(50% - 260px);
}
#top-catch .top-catch-logo:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 741px) {
  #top-catch .top-catch-logo {
    top: 12px;
  }
}
@media only screen and (max-width: 740px) {
  #top-catch .top-catch-logo {
    aspect-ratio: 265/157;
    width: 70%;
    height: auto;
    left: 25%;
    bottom: 22%;
    z-index: 10;
  }
}
#top-catch .top-catch-img01 {
  position: absolute;
  background: url("../img/top_catch_img01.png") no-repeat center/contain;
  width: 357px;
  height: 425px;
  left: 35px;
  bottom: 0;
}
@media only screen and (max-width: 740px) {
  #top-catch .top-catch-img01 {
    aspect-ratio: 126/150;
    width: 30%;
    height: auto;
    left: 10px;
    bottom: 22%;
  }
}
#top-catch .top-catch-img02 {
  position: absolute;
  background: url("../img/top_catch_img02.png") no-repeat center/contain;
  width: 248px;
  height: 260px;
  right: 45px;
  top: -10px;
}
#top-catch .top-catch-img03 {
  position: absolute;
  background: url("../img/top_catch_img03.png") no-repeat center/contain;
  width: 872px;
  height: 189px;
  right: 195px;
  bottom: -25px;
}
@media only screen and (max-width: 740px) {
  #top-catch .top-catch-img03 {
    width: 100%;
    height: auto;
    aspect-ratio: 355.5/77;
    left: 0;
    bottom: 0;
  }
}
@media print, screen and (min-width: 741px) {
  #top-catch .top-catch-img03 {
    aspect-ratio: 872 / 189;
    width: 660px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: auto;
  }
}
@media print, screen and (min-width: 741px) {
  #top-catch .img-nest {
    position: absolute;
    bottom: 10px;
    right: 60px;
    width: 220px;
  }
}
@media only screen and (max-width: 740px) {
  #top-catch .img-nest_sp {
    position: absolute;
    right: 12px;
    top: 0;
    width: 68px;
    z-index: 10;
  }
}

.top-catch-img02-sp {
  background: url("../img/top_catch_img02_sp.jpg") no-repeat center/contain;
  aspect-ratio: 350/117;
  margin: 10px 3%;
}

.img-nest-wrap {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 740px) {
  .img-nest-wrap img {
    max-width: 220px;
    width: 90%;
  }
}

#area-event {
  position: relative;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding-top: 45px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 741px) {
  #area-event {
    min-width: 1260px;
  }
}
@media only screen and (max-width: 740px) {
  #area-event {
    width: auto;
    padding-left: 3%;
    padding-right: 3%;
  }
}
#area-event::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  left: calc(50% - 1px);
  top: 0;
  background-color: #EB7170;
}
#area-event .area-title {
  text-align: center;
  color: #EB7170;
  font-size: 31px;
  margin-bottom: 5px;
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  #area-event .area-title {
    font-size: 29px;
  }
}
#area-event .title-second {
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
}
#area-event .event-content {
  display: flex;
  gap: 20px;
  justify-content: center;
}
#area-event .event-unit {
  background-color: #F5F6F4;
}
#area-event .event-place {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 10px;
}
#area-event .place-box {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  display: inline-block;
  padding: 2px 5px;
}
#area-event .date-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
#area-event .date-head {
  font-size: 16px;
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  padding: 2px 10px;
  flex-shrink: 0;
}
#area-event .event-unit {
  width: 375px;
}
#area-event .event-unit a {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  height: 100%;
}
#area-event .event-info {
  padding: 25px 25px 10px 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#area-event .event-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 741px) {
  #area-event .event-img {
    min-height: 265px;
  }
}
#area-event .event-img img {
  vertical-align: bottom;
}
#area-event .event-title {
  font-weight: bold;
}
#area-event .event-date {
  font-weight: bold;
  color: #000;
  word-break: break-all;
}
#area-event .event-unit .unit-icon {
  margin-top: auto;
  text-align: right;
}
@media only screen and (max-width: 740px) {
  #area-event .event-content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  #area-event .event-unit {
    width: 48%;
  }
  #area-event .first_unit {
    width: 100%;
  }
  #area-event .event-info {
    padding: 10px;
  }
  #area-event .event-title {
    margin-top: 0;
    font-size: 12px;
  }
  #area-event .event-unit .unit-icon {
    text-align: right;
  }
  #area-event .event-place {
    display: none;
  }
  #area-event .next-unit .date-head {
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  #area-event .scroll-area {
    width: 1020px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 740px) {
  #area-event .scroll-area {
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 741px) {
  #area-event .scroll-area.notscroll {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 740px) {
  #area-event .scroll-area.notscroll {
    padding-bottom: 10px;
  }
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.area-banner {
  display: flex;
  margin-top: 45px;
  margin-bottom: 25px;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 740px) {
  .area-banner {
    margin-top: 25px;
    margin-bottom: 45px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.area-banner .top-banner {
  width: 275px;
  height: 170px;
}
.area-banner .top-banner:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 740px) {
  .area-banner .top-banner {
    width: 45%;
    height: auto;
    aspect-ratio: 165/102;
  }
}
.area-banner .banner-01 {
  background: url("../img/top-banner-01_01.jpg") no-repeat center/contain;
}
.area-banner .banner-02 {
  background: url("../img/top-banner-02.jpg") no-repeat center/contain;
}
.area-banner .banner-03 {
  background: url("../img/top-banner-03_01.jpg") no-repeat center/contain;
}
.area-banner .banner-04 {
  background: url("../img/top-banner-04_01.jpg") no-repeat center/contain;
}
.area-banner .banner-05 {
  background: url("../img/top-banner-05_01.jpg") no-repeat center/contain;
}

.topimage {
  padding-top: 25px;
  margin-bottom: 15px;
}

.topimage img {
  vertical-align: bottom;
}

.topimage .image-sub {
  *zoom: 1;
  background: url("../misc/bg_07.png");
  font-size: 0;
  box-sizing: border-box;
}

.topimage .image-sub:before, .topimage .image-sub:after {
  content: "";
  display: table;
}

.topimage .image-sub:after {
  clear: both;
}

.event-area a {
  color: #111111;
}

.wrapper-event {
  background: url("../img/line_event_top.png") top left no-repeat, url("../img/line_event_bottom.png") bottom left no-repeat;
  padding-top: 10px;
  padding-bottom: 15px;
}

.row-top-event .title-event {
  padding-right: 25px;
}

.motto-area {
  background: url("../new-plan/cocomamapack/img/intro_bg.jpg");
  background-size: contain;
}

.motto-area img {
  vertical-align: bottom;
}

.motto-area .wrapper-motto {
  background: url("../new-plan/cocomamapack/img/intro_bg.jpg");
  background-size: contain;
}

.plan-area {
  background: url("../misc/bg_04.png");
  /*  box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.3);*/
  position: relative;
}

.row-plan .col-grids .grid-home {
  box-sizing: border-box;
  background-color: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.row-plan .col-grids .grid-home figcaption p {
  margin-bottom: 0;
}

figure img {
  margin-bottom: 0.5em;
}

.voice-area {
  background: url("../misc/bg_02.png");
}

.header-voice img {
  margin-bottom: 1em;
}

.row-voice .col-voices p {
  margin-bottom: 0;
}

.row-voice .photo-voice {
  display: block;
  text-indent: -9999px;
  background-size: cover;
  background-position: 50% 50%;
}

.text-costomer {
  color: #FF8F1E;
}

.results-area {
  background: url("../misc/bg_06.png") bottom center repeat-x, url("../misc/bg_05.png");
}

.header-results .title-results {
  position: absolute;
  left: 50%;
  z-index: 10;
}

.col-result {
  background-color: rgba(241, 237, 222, 0.9);
  box-sizing: border-box;
}

.col-result .content-header {
  position: relative;
}

.col-result .title-results-area {
  position: absolute;
  color: #663300;
  font-weight: 700;
  box-sizing: border-box;
}

.col-result .title-results-area img {
  vertical-align: bottom;
}

.result-status {
  text-align: center;
}

.footer-results {
  padding-bottom: 1.5em;
}

.event-table {
  display: table;
  width: 100%;
  margin: 12px 0;
  margin-top: 22px;
}

.event-cell {
  display: table-cell;
  vertical-align: middle;
}

.event-cell.photo {
  width: 100px;
  padding-right: 10px;
}

.event-cell.content {
  font-weight: 700;
}

.link-marked {
  display: inline-block;
  font-size: 18px;
  padding-left: 25px;
}

.link-marked:before {
  content: "\f138";
  display: inline-block;
  font-family: FontAwesome;
  text-decoration: none;
  color: #A35A00;
  margin-right: 0.5em;
  font-size: 20px;
  margin-left: -25px;
}

.panel-note a {
  color: #111;
}

.news-row {
  padding: 37px 0;
  background: #FCF9EF;
}
.news-row .line-bnr {
  flex-shrink: 0;
  width: 346px;
}
.news-row .news-wrap {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  gap: 55px;
  align-items: center;
}
.news-row .news-wrap::after {
  content: "";
  margin-left: auto;
  width: 32px;
  height: 32px;
  background: url("/misc/dropright_pink.svg") no-repeat center/cover;
  flex-shrink: 0;
}
@media only screen and (max-width: 740px) {
  .news-row .news-wrap::after {
    display: none;
  }
}
.news-row .news-wrap.no_post {
  justify-content: center;
}
.news-row .news-wrap.no_post::after {
  display: none;
}
@media only screen and (max-width: 740px) {
  .news-row .news-wrap {
    width: 95%;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
  }
}
.news-row .news-container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  .news-row .news-container {
    border: 3px solid #EB7170;
    width: 95%;
    justify-content: center;
    padding: 20px 2px;
  }
}
.news-row .news-container span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 50px;
  flex-shrink: 0;
}
@media only screen and (max-width: 740px) {
  .news-row .news-container span {
    font-size: 14px;
    margin-right: 5px;
  }
}
.news-row .news-container a {
  color: #000;
  text-decoration: underline;
}

.area-news {
  position: relative;
  background: #FFF;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic ,  "游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}

@media only screen and (max-width: 740px) {
  .area-news {
    margin: 0 4%;
    margin-top: -5px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
.area-news a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding: 14px 0;
  padding-left: 150px;
  display: block;
}

@media only screen and (max-width: 740px) {
  .area-news a {
    text-decoration: underline;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 30px;
    padding-top: 15px;
    text-align: left;
  }
}
.area-news::before {
  content: "";
  background: url("../img/news_arrow.png") no-repeat center center;
  width: 128px;
  height: 56px;
  position: absolute;
  left: 0;
  top: -7px;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 740px) {
  .area-news::before {
    width: 85px;
    height: 33px;
    background-size: cover;
    top: -15px;
    bottom: auto;
    left: 12px;
  }
}
.area-news a::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 13px;
  right: 20px;
  color: #666;
}

@media only screen and (max-width: 740px) {
  .area-news a::after {
    top: 30%;
  }
}
@media only screen and (max-width: 740px) {
  .topimage .image-side {
    margin-bottom: 15px;
  }

  .topimage img {
    width: 100%;
  }

  .topimage .image-sub {
    padding: 8px;
  }

  .topimage .image-sub li {
    width: 49%;
    margin-left: 2%;
    float: left;
  }

  .topimage .image-sub li:first-child {
    margin-left: 0;
  }

  .event-area {
    padding-bottom: 25px;
  }

  .wrapper-event {
    background-size: 740px , 740px;
    padding-bottom: 30px;
  }

  .row-top-event .title-event {
    width: 200px;
  }

  .motto-area .wrapper-motto {
    background-position: bottom left, center bottom, center center;
  }

  .motto-area .wrapper-motto .row-top-motto {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .motto-area .wrapper-motto .title-motto {
    margin: auto;
    text-align: center;
  }

  .plan-area {
    padding-top: 5px;
    padding-bottom: 25px;
  }

  .row-plan .col-heading .title-plan-header {
    width: 200px;
    margin: auto;
    margin-bottom: 1em;
  }

  .row-plan .col-grids {
    margin-bottom: 25px;
  }

  .row-plan .col-grids .grid-home {
    margin-bottom: 1.5em;
  }

  .row-plan .col-grids .grid-home figcaption {
    padding: 8px;
  }

  .row-plan .col-grids .grid-home img {
    width: 100%;
  }

  .voice-area {
    padding-bottom: 25px;
    position: relative;
  }

  .voice-area .wrapper {
    padding: 0;
  }

  .footer-voice {
    margin-top: 15px;
  }

  .header-voice {
    width: 140px;
    margin: auto;
    margin-bottom: -50px;
    position: relative;
    top: -25px;
  }

  .row-voice {
    padding: 0 6px;
  }

  .row-voice .photo-voice {
    width: 100%;
    height: 120px;
    margin-bottom: 5px;
  }

  .results-area {
    margin-top: 25px;
  }

  .header-results {
    width: 200px;
    margin: auto;
    margin-bottom: 1.5em;
    padding-top: 25px;
  }

  .header-results .title-results {
    width: 140px;
    top: -35px;
    margin-left: -70px;
  }

  .col-result {
    margin-bottom: 1.5em;
    padding: 12px;
    margin-top: 40px;
    float: left;
    width: 49%;
  }

  .col-result .title-results-area {
    font-size: 18px;
  }

  .col-result .title-results-area {
    top: -50px;
  }

  .col-result .title-result-east {
    width: 120px;
    left: -14px;
  }

  .col-result .title-result-west {
    width: 120px;
    right: -14px;
  }

  .col-result-west {
    margin-left: 2%;
  }

  .result-status img {
    display: inline-block;
  }

  .image-main {
    margin: -3%;
    margin-top: -35px;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
  }

  .col-event .event-more {
    position: absolute;
    right: 76px;
    top: 28px;
    font-size: 12px;
  }

  .list-event {
    margin-left: 2em;
  }

  #top-event-sp {
    margin-left: -3%;
    margin-right: -3%;
    margin-top: 0.5em;
  }

  .col-voices {
    margin: 0 8px;
    margin-top: -1em;
  }

  .grid-voices {
    width: 48%;
    float: left;
    margin-left: 4%;
    margin-bottom: 1.5em;
  }

  .grid-voices:first-child {
    margin-left: 0;
  }

  .grid-voices:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }

  .col-voices .text-time {
    font-size: 11px;
  }

  .col-voices .title-voice {
    font-size: 11px;
    margin: 3px 0;
  }

  .row-results {
    margin-top: 30px;
  }

  .title-customer {
    font-size: 11px;
    white-space: nowrap;
  }

  .event-table {
    margin: 0;
    width: 100%;
    margin-left: -2em;
  }

  .col-event.title-kengakukai {
    width: 250px;
  }

  .link-marked {
    display: inline-block;
    font-size: 14px;
    padding-left: 16px;
  }

  .link-marked:before {
    content: "\f138";
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    color: #A35A00;
    margin-right: 0.5em;
    font-size: 16px;
    margin-left: -16px;
  }
}
@media print, screen and (min-width: 741px) {
  .topimage .image-main {
    width: 700px;
    float: left;
  }

  .topimage .image-side {
    width: 490px;
    float: left;
  }

  .topimage .image-sub {
    padding: 9px;
    padding-left: 6px;
    padding-right: 0;
  }

  .topimage .image-sub li {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-right: 7px;
  }

  .event-area {
    padding-bottom: 45px;
    margin-top: -5px;
    margin-bottom: -25px;
  }

  .row-top-event {
    display: table;
    width: 100%;
    margin: 12px 0;
  }

  .row-top-event .col-event {
    display: table-cell;
    vertical-align: middle;
  }

  .row-top-event .col-event.title-event {
    width: 270px;
  }

  .row-top-motto {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .plan-area {
    padding-top: 35px;
    padding-bottom: 1px;
  }

  .row-plan .col-heading {
    width: 22%;
    float: left;
  }

  .row-plan .col-grids {
    margin-bottom: 45px;
  }

  .row-plan .col-grids {
    width: 78%;
    float: left;
    padding-top: 25px;
  }

  .row-plan .col-grids .grid-home {
    padding: 8px;
  }

  .row-choice {
    margin: 45px 0;
  }

  .voice-area {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .header-voice {
    text-align: center;
    width: 286px;
    margin-bottom: -306px;
  }

  .row-voice {
    display: table;
    margin-left: auto;
    width: 890px;
  }

  .row-voice .cols {
    display: table-cell;
    vertical-align: top;
  }

  .row-voice .col-voices {
    padding: 0 25px;
    padding-top: 25px;
    padding-right: 0;
  }

  .row-voice .photo-voice {
    width: 190px;
    height: 190px;
    border-radius: 50%;
  }

  .grid-voices .photo {
    margin-bottom: 0.5em;
  }

  .results-area {
    border-top: 110px solid #FFF;
  }

  .row-results {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .header-results {
    position: relative;
  }

  .header-results .title-results {
    top: -105px;
    margin-left: -143px;
  }

  .col-result {
    width: 48%;
    padding: 30px 45px;
    margin-top: 100px;
  }

  .col-result .title-results-area {
    font-size: 26px;
  }

  .col-result .title-results-area {
    top: -130px;
  }

  .col-result .title-result-east {
    width: 449px;
    height: 111px;
    padding: 20px;
    left: -64px;
  }

  .col-result .title-result-west {
    width: 449px;
    height: 111px;
    padding: 20px;
    right: -67px;
  }

  .col-result-east {
    float: left;
  }

  .col-result-west {
    float: right;
  }

  .list-event {
    font-weight: 700;
  }

  .col-event {
    position: relative;
  }

  .col-event .event-more {
    position: absolute;
    right: 120px;
  }

  .wrapper-event {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-result .photo img {
    width: 100%;
  }

  .col-event.title-kengakukai {
    width: 381px;
    position: relative;
  }

  .event-table {
    margin: 5px 0;
    margin-top: 5px;
  }
}
.title-customer {
  padding-top: 1.75em;
}

.content-result .content {
  position: relative;
}

.icon_new.position-icon-result {
  margin-left: 0px;
}

.icon_new.position-icon-result + .title {
  margin-top: 0.35em;
  padding-top: 0;
}

@media only screen and (max-width: 740px) {
  .title-customer {
    padding-top: 1.55em;
  }

  .no1jisseki {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 340px) {
  .col-result {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 740px) {
  .nenga_area {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}
.topimage.topimage2 .image-side {
  background: url("../misc/bg_07.png");
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.topimage.topimage2 .image-top {
  padding-top: 2px;
}

.topimage.topimage2 .image-sub {
  padding-left: 0;
  padding-right: 0;
  background: none;
}

.topimage.topimage2 .image-sub li {
  margin-right: 10px;
}

.topimage.topimage2 .image-sub li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 740px) {
  .topimage.topimage2 img {
    width: auto;
  }

  .topimage.topimage2 .event-ttl {
    width: 120px;
  }

  .topimage.topimage2 .image-sub li:first-child {
    margin-right: 0;
  }
}
.section-wrap_01 {
  background: url("../img/about_bg.jpg");
}

.section-wrap_01 .row-about {
  text-align: center;
  padding: 20px;
}

.section-wrap_01 .row-tenpo {
  text-align: center;
  padding: 5px;
}

@media only screen and (max-width: 740px) {
  .section-wrap_01 .row-tenpo {
    padding-top: 11vw;
  }
}
@media print, screen and (min-width: 741px) {
  .section-wrap_01 .row-about a {
    width: 385px;
    display: block;
    margin: auto;
  }
}
.section-wrap_01 .wrapper-tenpo {
  background: url("../img/tenpo_bg_01.png") no-repeat top center;
  background-size: cover;
}

@media print, screen and (min-width: 741px) {
  .section-wrap_01 .wrapper-tenpo {
    min-width: 1190px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-wrap_01 .row-tenpo a {
    width: 480px;
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 740px) {
  .section-wrap_01 .wrapper-tenpo {
    background: url("../img/tenpo_bg_01_sp.png") no-repeat top center;
    background-size: cover;
  }
}
.pickup_title {
  color: #E8FF00;
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.pickup_title::before {
  content: "";
  background: url(/img/icon_check.png);
  background-position: center;
  margin: auto;
  position: relative;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
}

.pickup-block {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.pickup-block .pickup-content .pickup-title {
  background: #E8FF00;
  color: #EC7574;
  font-weight: 700;
  text-align: left;
}

.pickup-block .pickup-content .pickup-info dl {
  border-bottom: 1px dashed #EC7574;
  display: flex;
  text-align: left;
}

.pickup-block .pickup-content .pickup-link {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 700;
  color: #E8FF00;
  background: #EC7574;
  border-radius: 29px;
  text-decoration: none;
  position: relative;
}

.section-wrap_01 .wrapper-tenpo::before {
  content: "";
  background: url(/img/pickup_bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: block;
  margin: auto;
}

@media print, screen and (min-width: 741px) {
  .pickup_title {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .pickup_title::before {
    width: 124px;
    height: 120px;
    margin-top: -93px;
  }

  .pickup-block {
    padding: 30px 40px;
    display: flex;
    width: 742px;
    margin: auto;
  }

  .pickup-block .pickup-img {
    width: 312px;
    min-width: 312px;
    margin-right: 31px;
  }

  .pickup-block .pickup-content .pickup-title {
    padding: 4px 10px;
    font-size: 27px;
    margin-bottom: 19px;
  }

  .pickup-block .pickup-content .pickup-info {
    margin-bottom: 32px;
  }

  .pickup-block .pickup-content .pickup-info dl {
    font-size: 18px;
    padding: 10px;
  }

  .pickup-block .pickup-content .pickup-info dt {
    min-width: 86px;
  }

  .pickup-block .pickup-content .pickup-link {
    width: 268px;
    height: 40px;
  }

  .section-wrap_01 .wrapper-tenpo {
    background: url(../img/tenpo_bg_01_02.png) no-repeat top center;
    height: 406px;
  }

  .section-wrap_01 .wrapper-tenpo::before {
    width: 170px;
    height: 44px;
  }
}
@media only screen and (max-width: 740px) {
  .pickup_title {
    font-size: 29px;
    margin-bottom: 12px;
  }

  .pickup_title::before {
    width: 112px;
    height: 109px;
    margin-top: -73px;
  }

  .pickup-block {
    padding: 22px;
  }

  .pickup-block .pickup-img {
    width: 100%;
    margin-bottom: 14px;
  }

  .pickup-block .pickup-content .pickup-title {
    padding: 2px 8px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .pickup-block .pickup-content .pickup-info {
    margin-bottom: 17px;
  }

  .pickup-block .pickup-content .pickup-info dl {
    font-size: 14px;
    padding: 6px 10px;
  }

  .pickup-block .pickup-content .pickup-info dt {
    min-width: 62px;
  }

  .pickup-block .pickup-content .pickup-link {
    width: 200px;
    height: 36px;
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-wrap_01 .wrapper-tenpo {
    background: url(../img/tenpo_bg_01_02_sp.png) no-repeat top center;
    height: 292px;
  }

  .section-wrap_01 .wrapper-tenpo::before {
    width: 154px;
    height: 40px;
  }
}
.line-area {
  text-align: center;
  margin: 50px auto 30px;
}

.line-area img {
  width: 400px;
}

@media print, screen and (max-width: 740px) {
  .line-area {
    max-width: 230px;
    margin: 28px auto 13px;
  }
}
.nenga {
  width: 100%;
  background-color: #fff;
}

.nenga_img {
  width: 1190px;
  margin: 0 auto;
  padding-top: 30px;
}
@media only screen and (max-width: 740px) {
  .nenga_img {
    width: 94%;
    padding: 3% 3% 0;
    margin-bottom: -35px;
  }
}

/*SP版バナーの並び調整*/
@media only screen and (max-width: 740px) {
  .area-banner {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .area-banner .top-banner {
    width: initial;
    height: initial;
    aspect-ratio: initial;
    margin: 0 4% 2%;
  }
}
#top-lineup {
  background: #fff;
  padding-top: 45px;
}
#top-lineup .lineup-area {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#top-lineup .lineup-area::before {
  content: "";
  position: absolute;
  z-index: -10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(8px);
  background: url("/img/lineup_bg.jpg") no-repeat center/cover;
}
#top-lineup .lineup-area .wrapper {
  position: relative;
  z-index: 10;
}
#top-lineup .title-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding-top: 45px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 741px) {
  #top-lineup .title-container {
    min-width: 1260px;
  }
}
@media only screen and (max-width: 740px) {
  #top-lineup .title-container {
    width: auto;
    padding-left: 3%;
    padding-right: 3%;
  }
}
#top-lineup .title-container::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  left: calc(50% - 1px);
  top: 0;
  background-color: #EB7170;
}
#top-lineup .title-container .area-title {
  text-align: center;
  color: #EB7170;
  font-size: 31px;
  margin-bottom: 5px;
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  #top-lineup .title-container .area-title {
    font-size: 29px;
  }
}
#top-lineup .title-container .title-second {
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
}
#top-lineup .lineup-container {
  display: flex;
  gap: 26px;
  padding: 40px 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 740px) {
  #top-lineup .lineup-container {
    gap: 5px 5px;
    justify-content: space-between;
    padding: 20px 0;
  }
}
#top-lineup .lineup-unit {
  text-decoration: none;
  width: 278px;
  height: 477px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  color: #000;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 740px) {
  #top-lineup .lineup-unit {
    width: 49%;
    height: 385px;
  }
}
#top-lineup .lineup-unit h3 {
  color: #EB7170;
  font-size: 20px;
  font-weight: bold;
  margin-top: 44px;
  margin-bottom: 34px;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  #top-lineup .lineup-unit h3 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#top-lineup .lineup-unit .unit-img {
  width: 100%;
  height: 150px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 740px) {
  #top-lineup .lineup-unit .unit-img {
    display: flex;
    align-items: baseline;
  }
}
@media print, screen and (min-width: 741px) {
  #top-lineup .lineup-unit .unit-img img {
    width: 100%;
    height: 100%;
  }
}
#top-lineup .lineup-unit .unit-catch {
  margin: 12px 0;
  font-size: 16px;
  text-align: center;
  color: #707070;
}
@media only screen and (max-width: 740px) {
  #top-lineup .lineup-unit .unit-catch {
    display: none;
  }
}
#top-lineup .lineup-unit .unit-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  gap: 7px 9px;
}
@media only screen and (max-width: 740px) {
  #top-lineup .lineup-unit .unit-row {
    padding: 0 26px;
    flex-direction: column;
    gap: 5px;
  }
}
#top-lineup .lineup-unit .unit-tag {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118px;
  font-size: 16px;
  padding: 2px 0px;
  border: 1px solid #707070;
  color: #707070;
}
@media only screen and (max-width: 740px) {
  #top-lineup .lineup-unit .unit-tag {
    width: 100%;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 741px) {
  #top-lineup .lineup-unit .unit-tag.tag-mini {
    font-size: 14px;
  }
}
#top-lineup .lineup-unit .unit-price {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: auto;
  margin-bottom: 24px;
}
@media only screen and (max-width: 740px) {
  #top-lineup .lineup-unit .unit-price {
    margin-bottom: 15px;
  }
}
#top-lineup .lineup-unit .unit-price .price-num {
  font-size: 28px;
}
@media only screen and (max-width: 740px) {
  #top-lineup .lineup-unit .unit-price .price-num {
    text-align: center;
  }
}
@media print, screen and (min-width: 741px) {
  #top-lineup .lineup-unit .unit-price .price-num {
    margin-left: 10px;
  }
}

#top-work {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 740px) {
  #top-work {
    padding-top: 45px;
  }
}

.work-area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding-top: 45px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 741px) {
  .work-area {
    min-width: 1260px;
  }
}
@media only screen and (max-width: 740px) {
  .work-area {
    width: auto;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.work-area::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  left: calc(50% - 1px);
  top: 0;
  background-color: #EB7170;
}
.work-area .area-title {
  text-align: center;
  color: #EB7170;
  font-size: 31px;
  margin-bottom: 5px;
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  .work-area .area-title {
    font-size: 29px;
  }
}
.work-area .title-second {
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
}

.work-container {
  display: flex;
  gap: 32px;
  align-items: stretch;
}
@media only screen and (max-width: 740px) {
  .work-container {
    flex-wrap: wrap;
    gap: 5px;
  }
}

.work-unit {
  overflow: hidden;
  width: 375px;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 740px) {
  .work-unit {
    width: calc(50% - 2.5px);
  }
}
.work-unit a {
  text-decoration: none;
}

.work-text {
  height: 100%;
  background-color: #F5F6F4;
  padding: 30px 25px 22px 25px;
}
@media only screen and (max-width: 740px) {
  .work-text {
    padding: 7px 15px;
  }
}

.work-img img {
  vertical-align: bottom;
}

.work-title {
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .work-title {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
}

.top-button_pink {
  border-radius: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EB7170;
  font-size: 16px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.top-button_pink::before {
  font-family: "FontAwesome";
  font-weight: 500;
  content: "\f105";
  color: #fff;
  margin-right: 15px;
  font-size: 20px;
}

.hero-slider .slick-slide {
  height: 475px;
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .hero-slider .slick-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 375/400;
  }
}
.hero-slider .slick-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  .hero-slider .slick-slide a {
    aspect-ratio: 375/400;
  }
}
.hero-slider .slick-slide img {
  margin: 0 auto;
}
.hero-slider .slick-track {
  display: flex !important;
}
@media only screen and (max-width: 740px) {
  .hero-slider .slick-track {
    width: 100%;
    aspect-ratio: 1125/400;
  }
}
.hero-slider .slick-slide {
  float: unset !important;
}
.hero-slider .slick-slide.slide-item_01 {
  background: url("/img/top-hero-01-bg.jpg") no-repeat center/cover;
}
@media only screen and (max-width: 740px) {
  .hero-slider .slick-slide.slide-item_01 {
    background: url("/img/top-hero-01-bg_sp.jpg") no-repeat top/cover;
  }
  .hero-slider .slick-slide.slide-item_01 a {
    align-items: flex-end;
  }
  .hero-slider .slick-slide.slide-item_01 a img {
    /*
                width: 85% !important;
    */
    position: relative;
    /*top: 50px;*/
  }
}
.hero-slider .slick-slide.slide-item_01 .slide-img-sp {
  width: 100%;
}
.hero-slider .slick-slide.slide-item_02 {
  background: url("/img/top-hero-02-bg.jpg") no-repeat center/cover;
}
@media only screen and (max-width: 740px) {
  .hero-slider .slick-slide.slide-item_02 {
    background: url("/img/top-hero-02-bg_sp.jpg") no-repeat top/cover;
  }
}
.hero-slider .slick-slide.slide-item_02 .slide-img-sp {
  width: 80%;
  position: absolute;
  top: 120px;
}
.hero-slider .slick-slide.slide-item_03 {
  background: url("/img/top-hero-03-bg.jpg") no-repeat center/cover;
}
@media only screen and (max-width: 740px) {
  .hero-slider .slick-slide.slide-item_03 {
    background: url("/img/top-hero-03-bg_sp.jpg") no-repeat top/cover;
  }
}
.hero-slider .slick-slide.slide-item_03 .slide-img-sp {
  width: 58%;
  position: absolute;
  left: 2.5%;
}
@media print, screen and (min-width: 741px) {
  .hero-slider .hide-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 740px) {
  .hero-slider .hide-sp {
    display: none !important;
  }
}

.top_bnr {
  text-align: center;
  padding: 40px 0 50px;
  background-color: #fff;
}

@media only screen and (max-width: 740px) {
  #top-lineup .lineup-unit {
    height: auto;
  }
  #top-lineup .lineup-unit .unit-img {
    height: auto;
  }
  #top-lineup .lineup-unit .unit-catch {
    display: block;
    font-size: 12px;
    min-height: 36px;
  }
  #top-lineup .lineup-unit .unit-row {
    padding: 0 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 110px);
    justify-content: center;
    grid-gap: 5px;
    margin-bottom: 15px;
  }
  #top-lineup .lineup-unit .unit-tag {
    width: 100%;
    max-width: 110px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 740px) and (min-width: 741px) {
  #top-lineup .lineup-unit .unit-tag {
    font-size: 14px;
  }
}
@media only screen and (max-width: 740px) {
  #top-lineup .lineup-unit .unit-price {
    line-height: 1.3;
  }
}

.popup-bnr {
  position: fixed;
  right: 10px;
  bottom: 100px;
  padding: 0 10px 10px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1010;
  transform: translateY(15%);
  transition: all 0.3s ease;
  opacity: 0;
}
@media only screen and (max-width: 740px) {
  .popup-bnr {
    max-width: 50%;
    bottom: 80px;
  }
}
.popup-bnr.in {
  transform: translateY(0);
  opacity: 1;
}
.popup-bnr .close-btn {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  right: 0;
  top: -12px;
  z-index: 100;
}
@media only screen and (max-width: 740px) {
  .popup-bnr .close-btn {
    top: -17px;
  }
}
.popup-bnr .close-btn::before, .popup-bnr .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 15px;
  border-radius: 3px;
  background: #000;
}
.popup-bnr .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-bnr .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-bnr a {
  position: relative;
  display: inline-block;
}
.popup-bnr a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 22px);
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 22px;
}
.popup-bnr img {
  vertical-align: middle;
}
@media print, screen and (min-width: 741px) {
  .popup-bnr img {
    width: 306px;
  }
}


/* Cocoママの思いスライド追加 - 20250902 */
.hero-slider .slick-slide.slide-item_01 {
  background: url("/img/top-hero_01_bg_02.jpg") no-repeat center / cover;
}
.hero-slider .slick-slide.slide-item_01 a img {
  margin-left: 0;
}
.hero-slider .slick-slide.slide-item_01 .build-rank-container {
  width: 75vw;
  max-width: 1040px;
  min-width: 800px;
  position: absolute;
  top: 0;
  left: calc((100vw - 1040px) / 2);
  right: max(260px, calc((100vw - 1040px) / 2));
  pointer-events: none;
}
.hero-slider .slick-slide.slide-item_01 .build-rank-container .build-rank {
  width: 100%;
}
.hero-slider .slick-slide.slide-item_01 .build-rank-container .build-rank img {
  margin: auto 0 auto auto;
}
@media print,screen and (min-width: 741px) {
  .hero-slider .slick-slide a {
    width: 1040px;
    margin: auto;
  }
  .hero-slider .slick-slide.slide-item_04 a {
    width: 1260px;
  }
}
@media only screen and (max-width: 740px) {
  .hero-slider .slick-slide.slide-item_01 {
    background: url("/img/top-hero_01_bg_sp_02.jpg") no-repeat center / cover;
    height: 100%;
    overflow: hidden;
  }
  .hero-slider .slick-slide.slide-item_01 a {
    align-items: center;
  }
  .hero-slider .slick-slide.slide-item_01 .hide-pc {
    width: 70vw;
    max-width: 280px;
    object-fit: cover;
  }
  .hero-slider .slick-slide.slide-item_01 .build-rank-container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .hero-slider .slick-slide.slide-item_01 .build-rank-container .build-rank {
    position: absolute;
    top: initial;
    bottom: 20px;
    right: 20px;
    width: clamp(115px, 12vw, 130px);
  }
  .hero-slider .slick-slide.slide-item_01 .build-rank img {
    border-radius: 8px;
  }
}

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