@charset "UTF-8";
/* ==========================================================================
   subppage
   ========================================================================== */
.detail {
  /* メニューリスト
     ----------------------------------------------------------------- */
}
.detail__topmenuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .detail__topmenuWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.detail__topmenuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .detail__topmenuItem {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .detail__topmenuItem {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .detail__topmenuItem {
    width: 49%;
    margin: 1% 0;
  }
  .detail__topmenuItem:nth-child(2) {
    margin: 1% 0 0 2%;
  }
}
.detail__topmenuItem:nth-child(odd) .detail__topmenuLink {
  background: #3B83F3;
}
.detail__topmenuItem:nth-child(even) .detail__topmenuLink {
  background: #1FB6C4;
}
.detail__topmenuItem:nth-child(3) .detail__topmenuLink {
  background: #EB6969;
}
.detail__topmenuLink {
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .detail__topmenuLink {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .detail__topmenuLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.detail__topmenuLink img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .detail__topmenuLink:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40%;
    width: 1px;
    background: #000;
  }
  .detail__topmenuLink:last-child:after {
    display: none;
  }
}
.detail__ruteWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .detail__ruteWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.detail__ruteItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .detail__ruteItem {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .detail__ruteItem {
    width: 100%;
  }
}
.detail__ruteLink {
  background: #004097;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .detail__ruteLink {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .detail__ruteLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.detail__ruteLink img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .detail__ruteLink:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40%;
    width: 1px;
    background: #000;
  }
  .detail__ruteLink:last-child:after {
    display: none;
  }
}
.detail__table-bottom {
  font-size: 17px;
  font-size: 1.7rem;
  color: #333;
  font-weight: 300;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .detail__table-bottom {
    border: 1px solid #1FB6C4;
    border-top: 0px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .detail__table-bottom {
    border-top: 1px solid #1FB6C4;
    border-left: 1px solid #1FB6C4;
    border-right: 1px solid #1FB6C4;
  }
}
@media screen and (min-width: 1024px) {
  .detail__table-bottom tr {
    border: 1px solid #1FB6C4;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .detail__table-bottom tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.detail__table-bottom th {
  text-align: left;
  font-weight: 500;
  color: #1FB6C4;
  background: #F2F7F8;
}
@media screen and (min-width: 1024px) {
  .detail__table-bottom th:nth-child(n+2) {
    border-left: 1px solid #1FB6C4;
  }
}
@media screen and (max-width: 767px) {
  .detail__table-bottom th:nth-child(n+2) {
    border-left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .detail__table-bottom th {
    border-right: 1px solid #1FB6C4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .detail__table-bottom th {
    border-bottom: 1px solid #1FB6C4;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .detail__table-bottom th {
    position: relative;
    border-bottom: 1px solid #1FB6C4;
    border-top: 1px solid #1FB6C4;
  }
}
.detail__table-bottom td {
  line-height: 1.8;
  min-width: 200px;
}
@media screen and (min-width: 1024px) {
  .detail__table-bottom td {
    max-width: 468px;
    width: 468px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .detail__table-bottom td {
    border-left: 1px solid #1FB6C4;
    border-bottom: 1px solid #1FB6C4;
    width: 70%;
  }
}
.detail__table-bottom th,
.detail__table-bottom td {
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .detail__table-bottom th,
  .detail__table-bottom td {
    display: block;
    width: 100%;
    padding: 4vw 6.67vw 4vw 6.67vw;
    font-size: 32px;
    font-size: 4.27vw;
  }
}
.detail__table-school {
  font-size: 17px;
  font-size: 1.7rem;
  color: #333;
  font-weight: 300;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .detail__table-school {
    border-top: none;
  }
}
.detail__table-school tr {
  border: 1px solid #1FB6C4;
}
.detail__table-school th {
  text-align: left;
  font-weight: 500;
  color: #fff;
  background: #1FB6C4;
  min-width: 30%;
}
@media screen and (min-width: 768px) {
  .detail__table-school th {
    border-right: 1px solid #1FB6C4;
  }
  .detail__table-school th:nth-child(n+2) {
    border-left: 1px solid #1FB6C4;
  }
}
@media screen and (max-width: 767px) {
  .detail__table-school th {
    position: relative;
    border-bottom: 1px solid #1FB6C4;
  }
}
.detail__table-school td {
  line-height: 1.8;
  min-width: 70%;
}
.detail__table-school th,
.detail__table-school td {
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .detail__table-school th,
  .detail__table-school td {
    display: block;
    width: 100%;
    padding: 4vw 6.67vw 4vw 6.67vw;
    font-size: 32px;
    font-size: 4.27vw;
  }
}
.detail__price-item {
  margin-right: 20px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .detail__price-item {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .detail__price-item .text {
    margin-bottom: 10px;
    display: inline-block;
  }
}
.detail__price-item .price {
  color: #004097;
  font-size: 52px;
  font-size: 5.2rem;
  font-family: "Fahkwang", sans-serif;
  font-weight: 500;
  margin-right: 5px;
  line-height: 0.8;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .detail__price-item .price {
    font-size: 3.023255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .detail__price-item .price {
    font-size: 3.5135135135vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .detail__price-item .price {
    font-size: 6.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .detail__price-item .price {
    font-size: 8.125vw;
  }
}
@media screen and (min-width: 768px) {
  .detail__price-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.eventcont__date {
  color: #004097;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin: 15px 0;
}
@media screen and (max-width: 1023px) {
  .eventcont__date {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .eventcont__date {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .eventcont__date {
    font-size: 40px;
    font-size: 4rem;
  }
}
.gmap {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .gmap {
    height: 117.33333vw;
  }
}

/*
   ----------------------------------------------------------------- */
/*
   ----------------------------------------------------------------- */
.p-pickup {
  display: inline-block;
  width: 100%;
  background: #efefef;
}
.p-pickup__list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-pickup__list_btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24.25%;
  height: 40px;
  font-weight: 400;
  background: #1FB6C4;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-pickup__list_btn li:nth-child(n+5) {
    margin: 1% 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-pickup__list_btn li:nth-child(8n+2) {
    background: #004097;
  }
  .p-pickup__list_btn li:nth-child(8n+4) {
    background: #004097;
  }
  .p-pickup__list_btn li:nth-child(8n+5) {
    background: #004097;
  }
  .p-pickup__list_btn li:nth-child(8n+7) {
    background: #004097;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-pickup__list_btn li:nth-child(2n+2) {
    background: #004097;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__list_btn li:nth-child(4n+2) {
    background: #004097;
  }
  .p-pickup__list_btn li:nth-child(4n+3) {
    background: #004097;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup__list_btn li {
    width: calc(50% - 5px) !important;
    margin: 5px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-pickup__list_btn li {
    width: 31.85% !important;
    margin: 5px;
  }
}
.p-pickup__list_btn li span {
  font-size: 20px;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pickup__list_btn li span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-pickup__list_btn li span {
    padding: 0px 0px 0px !important;
  }
}
.p-pickup__list_btn:before, .p-pickup__list_btn:after {
  content: "";
  display: block;
  width: 24.25%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-pickup__list_btn:before, .p-pickup__list_btn:after {
    width: calc(50% - 5px) !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-pickup__list_btn:before, .p-pickup__list_btn:after {
    width: 31.85% !important;
    margin: 0 5px;
  }
}
.p-pickup__list_btn:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/*.Photofixed
   ----------------------------------------------------------------- */
.Photofixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Photofixed::after {
  content: "";
  display: block;
  width: 32.5%;
}
.Photofixed figure {
  position: relative;
  width: 32.5%;
  height: auto;
  margin-bottom: 13px;
  overflow: hidden;
}
.Photofixed figure img {
  width: 390px;
  height: 290px;
}
@media screen and (max-width: 1023px) {
  .Photofixed figure img {
    width: 236.59px;
    height: 177.44px;
  }
}
@media screen and (max-width: 767px) {
  .Photofixed figure img {
    width: 50.6666666667vw;
    height: 34.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .Photofixed figure {
    width: 49.5%;
    margin-bottom: 10px;
  }
}
.Photofixed figure:before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media screen and (max-width: 767px) {
  .Photofixed figure:before {
    padding-top: 80%;
  }
}
.Photofixed figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Photofixed figcaption {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* PhotoGallery
   ----------------------------------------------------------------- */
.photo-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.photo-gallery__wrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .photo-gallery__wrap {
    margin-bottom: 5.2325581395vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .photo-gallery__wrap {
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .photo-gallery__wrap {
    margin-bottom: 10.7421875vw;
  }
}
@media screen and (max-width: 767px) {
  .photo-gallery__wrap {
    margin-bottom: 14.3229166667vw;
  }
}
.photo-gallery::after {
  content: "";
  display: block;
  width: 32.5%;
}
.photo-gallery figure {
  position: relative;
  width: 32.5%;
  height: auto;
  overflow: hidden;
}
.photo-gallery figure:nth-child(n+3) {
  margin-top: 13px;
}
@media screen and (max-width: 1023px) {
  .photo-gallery figure:nth-child(n+2) {
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .photo-gallery figure {
    width: 49.5%;
  }
  .photo-gallery figure:nth-child(n+3) {
    margin-top: 2px;
  }
}
.photo-gallery figure:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.photo-gallery figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 4/3;
  display: block;
  overflow: hidden;
}
.photo-gallery figure a img {
  width: 100%;
  height: 100%;
}
.photo-gallery figure:nth-child(-n+2) {
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  .photo-gallery figure:nth-child(-n+2) {
    width: 100%;
  }
}
.photo-gallery figcaption {
  display: none;
}

.photo-gallery figure img.outset {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.photo-gallery figure img.inset {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/* PhotoGallery-sub
   ----------------------------------------------------------------- */
.photo-gallery-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.photo-gallery-sub__wrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .photo-gallery-sub__wrap {
    margin-bottom: 5.2325581395vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .photo-gallery-sub__wrap {
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .photo-gallery-sub__wrap {
    margin-bottom: 10.7421875vw;
  }
}
@media screen and (max-width: 767px) {
  .photo-gallery-sub__wrap {
    margin-bottom: 14.3229166667vw;
  }
}
.photo-gallery-sub::after {
  content: "";
  display: block;
  width: 24.5%;
}
@media screen and (max-width: 1023px) {
  .photo-gallery-sub::after {
    width: 32.5%;
  }
}
.photo-gallery-sub::before {
  content: "";
  display: block;
  width: 24.5%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1023px) {
  .photo-gallery-sub::before {
    width: 32.5%;
  }
}
.photo-gallery-sub figure {
  position: relative;
  width: 24.5%;
  height: auto;
  overflow: hidden;
}
.photo-gallery-sub figure:nth-child(n+5) {
  margin-top: 13px;
}
@media screen and (max-width: 1023px) {
  .photo-gallery-sub figure {
    width: 32.5%;
  }
  .photo-gallery-sub figure:nth-child(n+4) {
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .photo-gallery-sub figure {
    width: 49.5%;
  }
  .photo-gallery-sub figure:nth-child(n+3) {
    margin-top: 13px;
  }
}
.photo-gallery-sub figure:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.photo-gallery-sub figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 4/3;
  display: block;
  overflow: hidden;
}
.photo-gallery-sub figure a img {
  width: 100%;
  height: 100%;
}
.photo-gallery-sub figcaption {
  display: none;
}

.photo-gallery figure img.outset {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.photo-gallery figure img.inset {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/* youtube
   ----------------------------------------------------------------- */
.youtube {
  position: relative;
}
.youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube p {
  position: absolute;
}
.youtube__text {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .linkArea__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.linkArea__item {
  width: calc(50% - 10px);
  display: block;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  background: #1FB6C4;
  color: #fff;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 20px 30px 22px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: solid 1px #fff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .linkArea__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .linkArea__item {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .linkArea__item {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.linkArea__item:hover {
  color: #1FB6C4;
  background: #fff;
  opacity: 1;
  border: solid 1px #1FB6C4;
}

.p-topLoan {
  padding-top: 236px;
}
@media screen and (max-width: 767px) {
  .p-topLoan {
    padding-top: 90px;
  }
}
.p-topLoan__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 54px;
}
@media screen and (max-width: 1023px) {
  .p-topLoan__lists {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-topLoan__list {
  width: 47.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #1FB6C4;
  padding-bottom: 10px;
  padding-right: 10px;
}
.p-topLoan__list:nth-of-type(n + 3) {
  margin-top: 29px;
}
@media screen and (max-width: 1023px) {
  .p-topLoan__list {
    padding-right: 0px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-topLoan__list:nth-of-type(n + 2) {
    margin-top: 29px;
  }
}
.p-topLoan__title {
  background-color: #1FB6C4;
  border-radius: 5px;
  padding: 5px 0;
  width: 240px;
  text-align: center;
  color: #fff;
  margin-right: 18px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-topLoan__title {
    font-size: 16px;
    font-size: 1.6rem;
    width: 200px;
    margin-right: 10px;
  }
}
.p-topLoan__minus-btn {
  background-color: #fff;
  border: 1px solid #1FB6C4;
  border-radius: 5px;
  color: #1FB6C4;
  padding: 5px 8px 5px 8px;
  cursor: pointer;
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-topLoan__minus-btn:hover {
  background-color: #1FB6C4;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-topLoan__minus-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-topLoan__plus-btn {
  background-color: #fff;
  border: 1px solid #1FB6C4;
  border-radius: 5px;
  color: #1FB6C4;
  padding: 5px 8px 5px 8px;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-topLoan__plus-btn:hover {
  background-color: #1FB6C4;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-topLoan__plus-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-topLoan__number-area {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  width: 199px;
  text-align: right;
  margin-right: 23px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-topLoan__number-area {
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 350px) {
  .p-topLoan__number-area {
    font-size: 20px;
    font-size: 2rem;
    width: 160px;
  }
}
.p-topLoan__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-topLoan__wrapper {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-topLoan__wrapper {
    width: 100%;
  }
}
.p-topLoan__wrapper--left {
  width: 47.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #1FB6C4;
  padding-bottom: 4px;
  padding-right: 16px;
}
@media screen and (max-width: 1023px) {
  .p-topLoan__wrapper--left {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-topLoan__wrapper--left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-topLoan__wrapper--right {
  width: 47.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-topLoan__wrapper--right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-topLoan__wrapper--right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-topLoan__total-title {
  background-color: #1FB6C4;
  border-radius: 5px;
  padding: 18px 0;
  width: 240px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-topLoan__total-title {
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
    padding: 10px 0;
  }
}
.p-topLoan__total-price {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-topLoan__total-price {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
}
.p-topLoan__price {
  font-size: 29px;
  font-size: 2.9rem;
  color: #666;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-topLoan__price {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-topLoan__number {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 500;
  margin-right: 3px;
  line-height: 1;
  font-family: "Fahkwang", sans-serif;
  color: #004097;
}
@media screen and (max-width: 767px) {
  .p-topLoan__number {
    font-size: 40px;
    font-size: 4rem;
  }
}
.p-topLoan__bonus {
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-topLoan__bonus {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-topLoan__reset-title {
  background-color: #004097;
  border-radius: 5px;
  padding: 34px 0;
  width: 145px;
  text-align: center;
  color: #fff;
  border: 1px solid #004097;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-topLoan__reset-title:hover {
  background-color: #fff;
  color: #004097;
  border: 1px solid #004097;
}
@media screen and (max-width: 767px) {
  .p-topLoan__reset-title {
    width: 100%;
    padding: 18px 0;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.p-topLoan__reset-text {
  width: 400px;
  text-align: justify;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-topLoan__reset-text {
    width: 100%;
  }
}

/* ===============================================
#p-staffReco
=============================================== */
.p-staffReco__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-staffReco__list {
  position: relative;
  width: 48%;
}
@media screen and (min-width: 1024px) {
  .p-staffReco__list:nth-of-type(n + 3) {
    margin: 2.63vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-staffReco__list:nth-of-type(n + 3) {
    margin: 6vw 0vw 0vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__list {
    width: 100%;
  }
  .p-staffReco__list:nth-of-type(n + 2) {
    margin: 8vw 0vw 0vw 0vw;
  }
}
.p-staffReco__list.new .p-staffReco__category {
  background-color: #EB6969;
}
.p-staffReco__list.new .p-staffReco__tag {
  border-color: #EB6969;
  color: #EB6969;
}
.p-staffReco__list.new .p-staffReco__tag.member {
  color: #fff;
  background-color: #EB6969;
}
.p-staffReco__list.land .p-staffReco__category {
  background-color: #00B285;
}
.p-staffReco__list.land .p-staffReco__tag {
  border-color: #00B285;
  color: #00B285;
}
.p-staffReco__list.land .p-staffReco__tag.member {
  color: #fff;
  background-color: #00B285;
}
.p-staffReco__list.old .p-staffReco__category {
  background-color: #2E97E4;
}
.p-staffReco__list.old .p-staffReco__tag {
  border-color: #2E97E4;
  color: #2E97E4;
}
.p-staffReco__list.old .p-staffReco__tag.member {
  color: #fff;
  background-color: #2E97E4;
}
.p-staffReco__list.apartment .p-staffReco__category {
  background-color: #E9AF49;
}
.p-staffReco__list.apartment .p-staffReco__tag {
  border-color: #E9AF49;
  color: #E9AF49;
}
.p-staffReco__list.apartment .p-staffReco__tag.member {
  color: #fff;
  background-color: #E9AF49;
}
.p-staffReco__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 240px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
  }
}
.p-staffReco__body-left {
  width: 47.4%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__body-left {
    height: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .p-staffReco__body-left {
    width: 48.5%;
  }
}
.p-staffReco__body-right {
  width: 50%;
  height: calc(100% - 72px);
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__body-right {
    height: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .p-staffReco__body-right {
    width: 48.5%;
  }
}
.p-staffReco__body-right.height100 {
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__body-right.height100 {
    height: 170px;
  }
}
.p-staffReco__category {
  color: #fff;
  padding: 6px 0 8px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__category {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-staffReco__img {
  position: relative;
  height: calc(100% - 40px);
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__img {
    height: 100%;
  }
}
.p-staffReco__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-staffReco__address {
  font-size: 20px;
  font-size: 2rem;
  margin-top: -8px;
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .p-staffReco__address {
    margin-top: -5px;
    line-height: 1.3;
    margin-bottom: 3px;
  }
}
.p-staffReco__access {
  margin-bottom: 2px;
}
.p-staffReco__floor {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__floor {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-staffReco__text {
  font-size: 20px;
  font-size: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -8px;
  line-height: 1.7;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__text {
    margin-top: -4px;
    line-height: 1.3;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-staffReco__price {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__price {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-staffReco__price span {
  font-family: "Fahkwang", sans-serif;
  color: #BB121A;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__price span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-staffReco__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 72px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__tags {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .p-staffReco__tags {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 50%;
  }
}
.p-staffReco__tag {
  width: 48.7%;
  border: 1px solid;
  text-align: center;
  padding: 3px 0 5px;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #fff;
  margin-bottom: 8px;
}
.p-staffReco__body-btn {
  position: absolute;
  bottom: 48px;
  right: 0;
  width: 50%;
  display: block;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #B59F0C;
  color: #B59F0C;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 6px 0 10px;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__body-btn {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-staffReco__body-btn {
    width: 48.5%;
    bottom: auto;
    top: 125px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__body-btn {
    width: 48.5%;
    bottom: auto;
    top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__body-btn {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 3px 0 4px;
  }
}
.p-staffReco__body-btn :hover {
  opacity: 0.8;
}
.p-staffReco__body-btn.arrow:before {
  width: 15px;
  height: 15px;
  border-top: 3px solid #B59F0C;
  border-right: 3px solid #B59F0C;
  position: absolute;
  margin: auto;
  top: 0%;
  bottom: 0;
  right: 3%;
  display: block;
  content: "";
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .p-staffReco__body-btn.arrow:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #B59F0C;
    border-right: 2px solid #B59F0C;
  }
}
.p-staffReco__body-btn2 {
  display: block;
  text-align: center;
  background-color: #3B83F3;
  border: 1px solid #3B83F3;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 21px 0 25px;
  margin-top: 12px;
}
@media screen and (max-width: 1279px) {
  .p-staffReco__body-btn2 {
    padding: 16px 0 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-staffReco__body-btn2 {
    margin-top: 10px;
    padding: 6px 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__body-btn2 .big {
    font-size: 20px;
  }
}
.p-staffReco__body-btn2 .small {
  font-size: 17px;
}
.p-staffReco__body-btn2.arrow {
  position: relative;
}
.p-staffReco__body-btn2.arrow .big:after {
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (min-width: 1024px) {
  .p-staffReco__body-btn2.arrow .big:after {
    position: absolute;
    margin: auto;
    top: 0%;
    bottom: 0;
    right: 3%;
    -webkit-transform: translate(-50%) rotate(45deg);
            transform: translate(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 1023px) {
  .p-staffReco__body-btn2.arrow .big:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    -webkit-transform: translate(0%, -10%) rotate(45deg);
            transform: translate(0%, -10%) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__body-btn2.arrow .big:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(0%, -25%) rotate(45deg);
            transform: translate(0%, -25%) rotate(45deg);
  }
}
.p-staffReco__like-box {
  background-color: #f8f8f8;
  padding: 8px 0;
  width: 100%;
  min-height: 41px;
}
@media screen and (max-width: 1023px) {
  .p-staffReco__like-box {
    padding: 6px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__like-box {
    padding: 6px 0;
  }
}
.p-staffReco__like {
  width: 100%;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-staffReco__like img {
  width: 28px;
}
.p-staffReco__check-box {
  background-color: #f8f8f8;
  width: 100%;
  min-height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-staffReco__check-box {
    padding: 6px 0;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffReco__check-box {
    padding: 6px 0;
  }
}
.p-staffReco__check-box::before {
  content: "";
  display: block;
  width: 3px;
  height: 60%;
  border-radius: 5px;
  background: #cccccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.p-staffReco__check-box .p-staffReco__like {
  width: 50%;
}
.p-staffReco__btn {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  display: block;
  margin: 0 auto;
  width: 570px;
  padding: 4px 0 5px;
  padding-right: 47px;
  border: 1px solid #1FB6C4;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-staffReco__btn::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 11px;
  width: 35px;
  height: 23px;
  background: transparent url(./../image/top/arrow.svg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffReco__btn::before {
    top: 8px;
  }
}
.p-staffReco__btn:hover {
  background-color: #1FB6C4;
  color: #fff;
  opacity: 1;
}
.p-staffReco__btn:hover::before {
  background: transparent url(./../image/odawara/arrow-white_1.svg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffReco__btn {
    font-size: 22px;
    font-size: 2.2rem;
    width: 100%;
  }
}

/* ===============================================
#detailReco
=============================================== */
.detailReco__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .detailReco__lists {
    width: 70%;
    margin: 0 auto;
  }
}
.detailReco__list {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .detailReco__list {
    width: 100%;
  }
}
.detailReco__list.new .detailReco__category {
  background-color: #EB6969;
}
.detailReco__list.new .detailReco__tag {
  border-color: #EB6969;
  color: #EB6969;
}
.detailReco__list.new .detailReco__tag.member {
  color: #fff;
  background-color: #EB6969;
}
.detailReco__list.land .detailReco__category {
  background-color: #00B285;
}
.detailReco__list.land .detailReco__tag {
  border-color: #00B285;
  color: #00B285;
}
.detailReco__list.land .detailReco__tag.member {
  color: #fff;
  background-color: #00B285;
}
.detailReco__list.old .detailReco__category {
  background-color: #2E97E4;
}
.detailReco__list.old .detailReco__tag {
  border-color: #2E97E4;
  color: #2E97E4;
}
.detailReco__list.old .detailReco__tag.member {
  color: #fff;
  background-color: #2E97E4;
}
.detailReco__list.apartment .detailReco__category {
  background-color: #E9AF49;
}
.detailReco__list.apartment .detailReco__tag {
  border-color: #E9AF49;
  color: #E9AF49;
}
.detailReco__list.apartment .detailReco__tag.member {
  color: #fff;
  background-color: #E9AF49;
}
.detailReco__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 240px;
}
@media screen and (max-width: 1279px) {
  .detailReco__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
  }
}
.detailReco__body-left {
  width: 47.4%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
}
@media screen and (max-width: 1279px) {
  .detailReco__body-left {
    height: 33vw;
  }
}
@media screen and (max-width: 1023px) {
  .detailReco__body-left {
    width: 48.5%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .detailReco__body-left {
    height: 27.5vw;
  }
}
.detailReco__body-right {
  width: 50%;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1279px) {
  .detailReco__body-right {
    height: 170px;
  }
}
@media screen and (max-width: 1023px) {
  .detailReco__body-right {
    width: 48.5%;
  }
}
.detailReco__body-right.height100 {
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .detailReco__body-right.height100 {
    height: 170px;
  }
}
.detailReco__category {
  color: #fff;
  padding: 6px 0 8px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .detailReco__category {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.detailReco__img {
  position: relative;
  height: calc(100% - 40px);
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .detailReco__img {
    height: 100%;
  }
}
.detailReco__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detailReco__address {
  font-size: 20px;
  font-size: 2rem;
  margin-top: -8px;
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .detailReco__address {
    margin-top: -5px;
    line-height: 1.3;
    margin-bottom: 3px;
  }
}
.detailReco__access {
  margin-bottom: 2px;
}
.detailReco__floor {
  font-size: 20px;
  font-size: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1279px) {
  .detailReco__floor {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.detailReco__text {
  font-size: 20px;
  font-size: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -8px;
  line-height: 1.7;
}
@media screen and (max-width: 1279px) {
  .detailReco__text {
    margin-top: -4px;
    line-height: 1.3;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.detailReco__price {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1279px) {
  .detailReco__price {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.detailReco__price span {
  font-family: "Fahkwang", sans-serif;
  color: #BB121A;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .detailReco__price span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.detailReco__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 72px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1279px) {
  .detailReco__tags {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .detailReco__tags {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 50%;
  }
}
.detailReco__tag {
  width: 48.7%;
  border: 1px solid;
  text-align: center;
  padding: 3px 0 5px;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #fff;
}
.detailReco__body-btn {
  position: absolute;
  bottom: 48px;
  right: 0;
  width: 50%;
  display: block;
  text-align: center;
  border: 1px solid #B59F0C;
  color: #B59F0C;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 6px 0 10px;
}
@media screen and (max-width: 1279px) {
  .detailReco__body-btn {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .detailReco__body-btn {
    width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  .detailReco__body-btn {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 3px 0 4px;
  }
}
.detailReco__like-box {
  background-color: #f8f8f8;
  padding: 8px 0;
  width: 100%;
  min-height: 41px;
}
@media screen and (max-width: 1023px) {
  .detailReco__like-box {
    padding: 6px 0;
  }
}
@media screen and (max-width: 767px) {
  .detailReco__like-box {
    padding: 6px 0;
  }
}
.detailReco__like {
  width: 100%;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detailReco__like img {
  width: 28px;
}
.detailReco__check-box {
  background-color: #f8f8f8;
  width: 100%;
  margin-top: 8px;
  min-height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .detailReco__check-box {
    padding: 6px 0;
  }
}
@media screen and (max-width: 767px) {
  .detailReco__check-box {
    padding: 6px 0;
  }
}
.detailReco__check-box::before {
  content: "";
  display: block;
  width: 3px;
  height: 60%;
  border-radius: 5px;
  background: #cccccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.detailReco__check-box .detailReco__like {
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .detailReco__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.detailReco__btn {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  display: block;
  width: 570px;
  padding: 4px 0 5px;
  padding-right: 47px;
  border: 1px solid #0A64F0;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1023px) {
  .detailReco__btn {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 0 auto;
  }
  .detailReco__btn:nth-child(2) {
    margin: 25px auto 0;
  }
}
.detailReco__btn::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 11px;
  width: 35px;
  height: 23px;
  margin: auto;
  background: transparent url(./../image/top/arrow.svg) no-repeat top center/cover;
}
.detailReco__btn:hover {
  background-color: #0A64F0;
  color: #fff;
  opacity: 1;
}
.detailReco__btn:hover::before {
  background: transparent url(./../image/odawara/arrow-white_1.svg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .detailReco__btn {
    width: 100%;
  }
}

.ctaBanner {
  position: fixed;
  z-index: 100;
  bottom: -60px;
  left: 0;
  background: rgba(240, 240, 240, 0.8);
  width: 100%;
  padding: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ctaBanner {
    padding: 7px;
  }
}
.ctaBanner.is-show {
  opacity: 1;
  bottom: 0;
}
.ctaBanner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .ctaBanner__inner {
    padding: 0vw 1.33vw 0vw 1.33vw;
  }
}
@media screen and (min-width: 768px) {
  .ctaBanner__inner {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ctaBanner__item {
  border-radius: 5px;
  padding: 8px 0;
  color: #fff;
  font-size: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .ctaBanner__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ctaBanner__item {
    font-size: 15px;
  }
  .ctaBanner__item .min {
    display: none;
  }
}
.ctaBanner__item img {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .ctaBanner__item img {
    width: 20px;
  }
}
.ctaBanner__item:nth-child(1) {
  width: 49%;
  background: #1FB6C4;
}
.ctaBanner__item:nth-child(1) img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ctaBanner__item:nth-child(1) img {
    margin-right: 5px;
  }
}
.ctaBanner__item:nth-child(2) {
  width: 49%;
  background: #004097;
}
.ctaBanner__item:nth-child(2) img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ctaBanner__item:nth-child(2) img {
    margin-right: 5px;
  }
}

.bg-all-eme {
  background: rgba(33, 185, 193, 0.05);
}

/* ===============================================
#detailslide
=============================================== */
.detailslide__slider-item {
  background-color: #fff;
  margin: 0 24px;
  overflow: hidden;
}
@media screen and (max-width: 1479px) {
  .detailslide__slider-item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .detailslide__slider-item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .detailslide__slider-item {
    margin: 0;
  }
}
.detailslide__slider-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 170px;
}
@media screen and (max-width: 1479px) {
  .detailslide__slider-body {
    height: 210px;
  }
}
@media screen and (max-width: 1279px) {
  .detailslide__slider-body {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .detailslide__slider-body {
    height: auto;
    display: grid;
    grid-template-rows: 60px 90px 1fr;
    grid-template-columns: 52.7% 47.3%;
  }
}
.detailslide__img {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .detailslide__img {
    width: calc(43.3% - 20px);
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .detailslide__img {
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
.detailslide__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detailslide__meta {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .detailslide__meta {
    width: 56.7%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .detailslide__meta {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-left: 10px;
  }
}
.detailslide__new {
  font-family: "Fahkwang", sans-serif;
  color: #b59f0c;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .detailslide__new {
    margin: 0 0 0 4px;
  }
}
.detailslide__info {
  position: relative;
}
@media screen and (min-width: 768px) {
  .detailslide__info {
    width: 61%;
    margin-left: 20px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .detailslide__info {
    grid-row: 3/4;
    grid-column: 1/3;
    padding: 5px 10px;
  }
}
.detailslide__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: calc(100% + 100px);
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .detailslide__info::before {
    left: 0px;
    width: 100%;
  }
}
.detailslide__info-text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
}
.detailslide__text {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .detailslide__text {
    margin-left: 20px;
    width: 56.7%;
  }
}
@media screen and (max-width: 767px) {
  .detailslide__text {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 10px;
  }
}
.detailslide__prev-icon, .detailslide__next-icon {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  top: 0;
  bottom: 0;
  width: 55px;
  height: 100%;
  position: absolute;
  margin: auto;
  display: block;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .detailslide__prev-icon, .detailslide__next-icon {
    border: 1px solid #0A64F0;
  }
}
@media screen and (max-width: 767px) {
  .detailslide__prev-icon, .detailslide__next-icon {
    width: 20px !important;
  }
}
.detailslide__prev-icon.slick-disabled, .detailslide__next-icon.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .detailslide__prev-icon:hover, .detailslide__next-icon:hover {
    background: #0A64F0;
  }
  .detailslide__prev-icon:hover:before, .detailslide__prev-icon:hover:after, .detailslide__next-icon:hover:before, .detailslide__next-icon:hover:after {
    background-color: #fff;
  }
}
.detailslide__prev-icon {
  left: -60px;
}
@media screen and (max-width: 1023px) {
  .detailslide__prev-icon {
    left: -70px;
  }
}
@media screen and (max-width: 767px) {
  .detailslide__prev-icon {
    left: -20px;
  }
}
.detailslide__prev-icon:before, .detailslide__prev-icon:after {
  content: "";
  display: block;
  width: 60px;
  height: 9px;
  background-color: #0A64F0;
  position: absolute;
  left: -4px;
}
@media screen and (max-width: 1023px) {
  .detailslide__prev-icon:before, .detailslide__prev-icon:after {
    left: -3px;
  }
}
.detailslide__prev-icon:before {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  top: calc(50% - 28.5px);
}
.detailslide__prev-icon:after {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  bottom: calc(50% - 28.5px);
}
.detailslide__next-icon {
  right: -60px;
}
@media screen and (max-width: 1023px) {
  .detailslide__next-icon {
    right: -70px;
  }
}
@media screen and (max-width: 767px) {
  .detailslide__next-icon {
    right: -20px;
  }
}
.detailslide__next-icon:before, .detailslide__next-icon:after {
  content: "";
  display: block;
  width: 60px;
  height: 9px;
  background-color: #0A64F0;
  position: absolute;
  right: -4px;
}
@media screen and (max-width: 1023px) {
  .detailslide__next-icon:before, .detailslide__next-icon:after {
    right: -3px;
  }
}
.detailslide__next-icon:before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  top: calc(50% - 28.5px);
}
.detailslide__next-icon:after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  bottom: calc(50% - 28.5px);
}
@media screen and (min-width: 768px) {
  .detailslide__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.detailslide__btn {
  position: relative;
  background-color: #fff;
  border: 1px solid;
  width: 375px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.detailslide__btn::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 11px;
  width: 35px;
  height: 23px;
}
@media screen and (max-width: 1023px) {
  .detailslide__btn::before {
    top: 11px;
  }
}
@media screen and (max-width: 1023px) {
  .detailslide__btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .detailslide__btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.detailslide__btn:nth-of-type(1) {
  border-color: #0A64F0;
  padding: 10px 0 12px 14px;
}
.detailslide__btn:nth-of-type(1)::before {
  background: transparent url(./../image/top/arrow.svg) no-repeat top center/cover;
}
.detailslide__btn:nth-of-type(1):hover {
  background-color: #0A64F0;
  color: #fff;
  opacity: 1;
}
.detailslide__btn:nth-of-type(1):hover::before {
  background: transparent url(./../image/odawara/arrow-white_1.svg) no-repeat top center/cover;
}
.detailslide__btn:nth-of-type(2) {
  border-color: #001496;
  padding: 10px 0 12px 7px;
  margin-left: 48px;
}
.detailslide__btn:nth-of-type(2)::before {
  background: transparent url(./../image/odawara/arrow-right_2.svg) no-repeat top center/cover;
}
.detailslide__btn:nth-of-type(2):hover {
  background-color: #001496;
  color: #fff;
  opacity: 1;
}
.detailslide__btn:nth-of-type(2):hover::before {
  background: transparent url(./../image/odawara/arrow-white_1.svg) no-repeat top center/cover;
}
@media screen and (max-width: 1479px) {
  .detailslide__btn:nth-of-type(2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .detailslide__btn:nth-of-type(2) {
    padding: 10px 0 12px 14px;
  }
}
@media screen and (max-width: 767px) {
  .detailslide__btn:nth-of-type(2) {
    margin-left: 0;
    margin-top: 4vw;
  }
}

/* detailBtnarea
   ----------------------------------------------------------------- */
.detailBtnarea {
  width: 100%;
}
.detailBtnarea__item {
  overflow: hidden;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1023px) {
  .detailBtnarea__item {
    width: 540px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailBtnarea__item {
    width: 100%;
  }
}
.detailBtnarea__item .rent,
.detailBtnarea__item .btn {
  position: relative;
  overflow: hidden;
}
.detailBtnarea__textArea {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  line-height: 1.6;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fahkwang", sans-serif;
  color: #fff;
}
.detailBtnarea__textArea .en {
  letter-spacing: 0.25em;
  margin-bottom: 5px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .detailBtnarea__textArea .en {
    font-size: 14px;
  }
}
.detailBtnarea__textArea .title {
  font-weight: 400;
  font-size: 65px;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .detailBtnarea__textArea .title {
    line-height: 1.1;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .detailBtnarea__textArea .title {
    font-size: 40px;
  }
}
.detailBtnarea__textArea .jp {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .detailBtnarea__textArea .jp {
    font-size: 22px;
  }
}
.detailBtnarea__imageArea {
  background: #563F05;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  data-align: center;
}
@media screen and (min-width: 1024px) {
  .detailBtnarea__imageArea {
    height: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .detailBtnarea__imageArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.detailBtnarea__imageArea img {
  opacity: 0.4;
  width: 25%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .detailBtnarea__imageArea img {
    width: 50%;
  }
}
.detailBtnarea__text {
  font-weight: 300;
  margin-top: 15px;
  line-height: 1.6;
  font-size: 17px;
}
.detailBtnarea__image {
  max-width: 180px;
}
.detailBtnarea__image.min {
  padding: 0 15px;
}
/* check
-------------------------------------------------------------------------- */
.checkArea {
  background: #F8F8F8;
}

.check-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .check-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .check-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 7vw auto 0;
  }
}
.check-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .check-area__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .check-area__content {
    height: auto;
    margin: 0;
  }
}
.check-area__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .check-area__btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .check-area__btn p,
  .check-area__btn a {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
    width: 100%;
  }
}
.check-area__btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .check-area__btn p {
    width: 100%;
    margin-right: 0;
  }
  .check-area__btn p span {
    width: 100%;
    height: 30px;
  }
  .check-area__btn p:first-of-type {
    margin-right: 0px;
  }
}
.check-area__btn p:first-child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check-area__btn p:last-child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .check-area__btn p:last-child span {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .check-area__btn p:last-child {
    width: 100%;
    height: auto;
    margin: 0 auto 7.5vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .check-area__btn p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 40px;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .check-area {
    height: auto;
  }
}
.check-area__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .check-area__select {
    margin-bottom: 10px;
  }
}
.check-area__select .color {
  color: #1FB6C4;
}
.check-area__select input[type=checkbox] {
  margin-right: 10px;
  margin-left: 20px;
}
.check-area__select div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check-area__select div select {
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 30px;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .check-area__select div select {
    width: 100%;
    margin: 20px;
  }
}

.c-checkBtn__btn--m {
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  border: solid 2px #ddd;
  background: #fff;
}

.allcheck__btn {
  border-radius: 5px;
  margin: 0 5px;
  color: #fff;
  background: #1FB6C4;
  font-weight: 300;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 9px 20px 9px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: solid 1px #1FB6C4;
  font-size: 20px;
  font-size: 2rem;
}
.allcheck__btn.en {
  font-family: "Fahkwang", sans-serif;
  font-weight: 300;
}
.allcheck__btn.width300 {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .allcheck__btn.width300 {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .allcheck__btn.width300 {
    margin: 0vw auto 4vw auto;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .allcheck__btn.width300 {
    margin: 0vw auto 5.33vw auto;
  }
}
@media screen and (max-width: 767px) {
  .allcheck__btn.width300 {
    margin: 0vw auto 8vw auto;
  }
}
.allcheck__btn:hover {
  color: #1FB6C4;
  background: #fff;
  opacity: 1;
  border: solid 1px #1FB6C4;
}
.allcheck__btn2 {
  border-radius: 5px;
  margin: 0 5px;
  color: #fff;
  background: #1FB6C4;
  font-weight: 100;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 9px 20px 9px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: solid 1px #1FB6C4;
  font-size: 20px;
  font-size: 2rem;
}
.allcheck__btn2.en {
  font-family: "Fahkwang", sans-serif;
  font-weight: 300;
}
.allcheck__btn2.width300 {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .allcheck__btn2.width300 {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .allcheck__btn2.width300 {
    margin: 0vw auto 4vw auto;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .allcheck__btn2.width300 {
    margin: 0vw auto 5.33vw auto;
  }
}
@media screen and (max-width: 767px) {
  .allcheck__btn2.width300 {
    margin: 0vw auto 8vw auto;
  }
}
.allcheck__btn2:hover {
  color: #1FB6C4;
  background: #fff;
  opacity: 1;
  border: solid 1px #1FB6C4;
}
.allcheck__btn3 {
  border-radius: 5px;
  margin: 0 5px;
  color: #fff;
  background: #999999;
  font-weight: 100;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 9px 20px 9px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: solid 1px #999999;
  font-size: 20px;
  font-size: 2rem;
}
.allcheck__btn3.en {
  font-family: "Fahkwang", sans-serif;
  font-weight: 300;
}
.allcheck__btn3.width300 {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .allcheck__btn3.width300 {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .allcheck__btn3.width300 {
    margin: 0vw auto 4vw auto;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .allcheck__btn3.width300 {
    margin: 0vw auto 5.33vw auto;
  }
}
@media screen and (max-width: 767px) {
  .allcheck__btn3.width300 {
    margin: 0vw auto 8vw auto;
  }
}
.allcheck__btn3:hover {
  color: #999999;
  background: #fff;
  opacity: 1;
  border: solid 1px #999999;
}

.checkbox-input {
  display: none;
}
.checkbox-input:checked + .checkbox-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: #D2D4E3;
}
.checkbox-input:checked + .checkbox-parts::after {
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 20px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-right: 4px solid #1FB6C4;
  border-bottom: 4px solid #1FB6C4;
}
.checkbox-input:checked + .allcheckbox-parts::after {
  position: absolute;
  top: 3px;
  right: 0;
  left: 5px;
  display: block;
  width: 10px;
  height: 20px;
  content: "";
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-right: 4px solid #1FB6C4;
  border-bottom: 4px solid #1FB6C4;
}

.checkbox-parts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checkbox-parts::before {
  position: relative;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  content: "";
  border: 1px solid #d4d4d4;
  background: #fff;
}

.allcheckbox-parts {
  font-size: 17px;
  line-height: 1.8em;
  position: relative;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.allcheckbox-parts::before {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  content: "";
  border: 1px solid #1FB6C4;
  background: #fff;
  border-radius: 5px;
}

.atentext {
  margin-top: 30px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .atentext {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .atentext {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.mypageCheck {
  display: block;
  width: 50%;
  height: 100%;
}
.mypageCheck .mypageCheckbox-input {
  display: none;
}
.mypageCheck .mypageCheckbox-input:checked + .mypageCheckbox-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.mypageCheck .mypageCheckbox-input:checked + .mypageCheckbox-parts::after {
  border-right: 2px solid #1FB6C4;
  border-bottom: 2px solid #1FB6C4;
}
.mypageCheck .mypageCheckbox-input:checked + .mypageCheckbox-parts::before {
  border: 1.5px solid #cccccc;
}
.mypageCheck .mypageCheckbox-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mypageCheck .mypageCheckbox-parts::before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border: 1.5px solid #333333;
}
.mypageCheck .mypageCheckbox-parts::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 9px;
  height: 17px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-right: 2px solid #F8F8F8;
  border-bottom: 2px solid #F8F8F8;
}

.likeCheck {
  display: block;
  width: 50%;
  height: 100%;
}
.likeCheck .mypageCheckbox-input {
  display: none;
}
.likeCheck .mypageCheckbox-input:checked + .mypageCheckbox-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.likeCheck .mypageCheckbox-input:checked + .mypageCheckbox-parts::after {
  opacity: 1;
}
.likeCheck .mypageCheckbox-input:checked + .mypageCheckbox-parts::before {
  opacity: 0;
}
.likeCheck .mypageCheckbox-parts {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 23px;
  height: 23px;
  display: block;
}
.likeCheck .mypageCheckbox-parts::before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: url(../image/search/like-off.svg);
  display: block;
  width: 100%;
  height: 100%;
}
.likeCheck .mypageCheckbox-parts::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  content: url(../image/search/like-on.svg);
  opacity: 0;
}

/* p-searchIndex
-------------------------------------------------------------------------- */
.p-searchIndex__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-searchIndex__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-searchIndex__c3item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3item {
    width: calc(50% - 20px);
  }
  .p-searchIndex__c3item:nth-child(2) {
    margin-left: 40px;
  }
  .p-searchIndex__c3item:nth-child(3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-searchIndex__c3item {
    width: 100%;
  }
  .p-searchIndex__c3item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.p-searchIndex__c3item:nth-child(odd) .icon {
  background: #1FB6C4;
}
.p-searchIndex__c3item:nth-child(odd) .en {
  background: #1FB6C4;
}
.p-searchIndex__c3item:nth-child(even) .icon {
  background: #004097;
}
.p-searchIndex__c3item:nth-child(even) .en {
  background: #004097;
}
.p-searchIndex__c3item .text {
  margin-top: 5px;
}
.p-searchIndex__c3inner .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.p-searchIndex__c3inner .icon img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .icon img {
    width: 2.9069767442vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .icon img {
    width: 3.3783783784vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .icon img {
    width: 5.37109375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchIndex__c3inner .icon img {
    width: 6.5104166667vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .icon img {
    height: 2.9069767442vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .icon img {
    height: 3.3783783784vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .icon img {
    height: 5.37109375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchIndex__c3inner .icon img {
    height: 6.5104166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchIndex__c3inner .icon {
    padding: 15px 10px;
  }
  .p-searchIndex__c3inner .icon img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .icon img {
    width: 4.6511627907vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .icon img {
    width: 5.4054054054vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .icon img {
    width: 8.59375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-searchIndex__c3inner .icon img {
    width: 10.4166666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .icon img {
    height: 4.6511627907vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .icon img {
    height: 5.4054054054vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .icon img {
    height: 8.59375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-searchIndex__c3inner .icon img {
    height: 10.4166666667vw;
  }
}
.p-searchIndex__c3inner .jp {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  padding: 5px 0;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .jp {
    font-size: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .jp {
    font-size: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .jp {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchIndex__c3inner .jp {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchIndex__c3inner .jp {
    padding: 10px 0;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .jp {
    font-size: 2.3255813953vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .jp {
    font-size: 2.7027027027vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .jp {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-searchIndex__c3inner .jp {
    font-size: 6.25vw;
  }
}
.p-searchIndex__c3inner .en {
  font-size: 30px;
  font-size: 3rem;
  padding: 5px 0;
  color: #fff;
  font-family: "Fahkwang", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .en {
    font-size: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .en {
    font-size: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .en {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchIndex__c3inner .en {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchIndex__c3inner .en {
    padding: 10px 0;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .en {
    font-size: 2.3255813953vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .en {
    font-size: 2.7027027027vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .en {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-searchIndex__c3inner .en {
    font-size: 6.25vw;
  }
}
.p-searchIndex__c3inner .en .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  z-index: 10;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vw;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .en .arrow {
    width: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .en .arrow {
    width: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .en .arrow {
    width: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchIndex__c3inner .en .arrow {
    width: 3.90625vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .en .arrow {
    height: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .en .arrow {
    height: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .en .arrow {
    height: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchIndex__c3inner .en .arrow {
    height: 3.90625vw;
  }
}
.p-searchIndex__c3inner .en .arrow .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 0.9302325581vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 1.0810810811vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-searchIndex__c3inner .en .arrow {
    right: 15px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .en .arrow {
    width: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .en .arrow {
    width: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .en .arrow {
    width: 4.296875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-searchIndex__c3inner .en .arrow {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .en .arrow {
    height: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .en .arrow {
    height: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .en .arrow {
    height: 4.296875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-searchIndex__c3inner .en .arrow {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 1.1627906977vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 2.1484375vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchIndex__c3inner .en .arrow {
    right: 15px;
    margin-left: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .en .arrow {
    width: 2.9069767442vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .en .arrow {
    width: 3.3783783784vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .en .arrow {
    width: 5.37109375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-searchIndex__c3inner .en .arrow {
    width: 6.5104166667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .en .arrow {
    height: 2.9069767442vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .en .arrow {
    height: 3.3783783784vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .en .arrow {
    height: 5.37109375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-searchIndex__c3inner .en .arrow {
    height: 6.5104166667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 1.4534883721vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 1.6891891892vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 2.685546875vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-searchIndex__c3inner .en .arrow .img {
    width: 3.2552083333vw;
  }
}

/* p-sh
-------------------------------------------------------------------------- */
.p-sh {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-sh {
    background-size: 12vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-sh {
    background-size: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh {
    background-position: left;
    background-size: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .p-sh__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .p-sh__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-sh__item {
  display: block;
  text-decoration: none;
}
.p-sh__item .p-sh__itemwrap {
  aspect-ratio: 12/7;
}
@media screen and (max-width: 767px) {
  .p-sh__item .p-sh__itemwrap {
    aspect-ratio: 6/4.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-sh__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item {
    width: 80%;
  }
  .p-sh__item:nth-child(n+2) {
    margin-top: 5%;
  }
  .p-sh__item .p-sh__textArea .text .jp {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__item .p-sh__textArea .text .jp {
    font-size: 1.1627906977vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__item .p-sh__textArea .text .jp {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .p-sh__item .p-sh__textArea .text .jp {
    font-size: 17px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp {
    font-size: 25px;
  }
  .p-sh__item .p-sh__textArea .text .jp span {
    font-size: 27px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp .big span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__item .p-sh__textArea .text .jp .big span {
    font-size: 1.8604651163vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__item .p-sh__textArea .text .jp .big span {
    font-size: 2.1621621622vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp .big span {
    font-size: 3.28125vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .p-sh__item .p-sh__textArea .text .jp .big span {
    font-size: 3.5416666667vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .p-sh__item .p-sh__textArea .text .jp .big span {
    font-size: 25px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp .big {
    font-size: 37px;
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__item .p-sh__textArea .text .jp .big {
    font-size: 2.1511627907vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__item .p-sh__textArea .text .jp .big {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp .big {
    font-size: 3.7939453125vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .p-sh__item .p-sh__textArea .text .jp .big {
    font-size: 4.0950520833vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp .big span {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__item .p-sh__textArea .text .jp .big span {
    font-size: 2.5581395349vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__item .p-sh__textArea .text .jp .big span {
    font-size: 2.972972973vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp .big span {
    font-size: 4.51171875vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .p-sh__item .p-sh__textArea .text .jp .big span {
    font-size: 4.8697916667vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp .mid {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__item .p-sh__textArea .text .jp .mid {
    font-size: 1.2790697674vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__item .p-sh__textArea .text .jp .mid {
    font-size: 1.4864864865vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp .mid {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .p-sh__item .p-sh__textArea .text .jp .mid {
    font-size: 17px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp .small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__item .p-sh__textArea .text .jp .small {
    font-size: 1.0465116279vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__item .p-sh__textArea .text .jp .small {
    font-size: 1.2162162162vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp .small {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .p-sh__item .p-sh__textArea .text .jp .small {
    font-size: 17px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp .small span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__item .p-sh__textArea .text .jp .small span {
    font-size: 1.1627906977vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__item .p-sh__textArea .text .jp .small span {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp .small span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .p-sh__item .p-sh__textArea .text .jp .small span {
    font-size: 17px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .jp .small {
    font-size: 25px;
  }
  .p-sh__item .p-sh__textArea .text .jp .small span {
    font-size: 27px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .en {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .en .big {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__item .p-sh__textArea .text .en .big {
    font-size: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__item .p-sh__textArea .text .en .big {
    font-size: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .en .big {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .p-sh__item .p-sh__textArea .text .en .big {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .p-sh__item .p-sh__textArea .text .en .big {
    font-size: 52px;
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__item .p-sh__textArea .text .en .big {
    font-size: 3.023255814vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__item .p-sh__textArea .text .en .big {
    font-size: 3.5135135135vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .en .big {
    font-size: 6.09375vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
  .p-sh__item .p-sh__textArea .text .en .big {
    font-size: 8.125vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .en .small {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__item .p-sh__textArea .text .en .small {
    font-size: 1.7441860465vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__item .p-sh__textArea .text .en .small {
    font-size: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .en .small {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .p-sh__item .p-sh__textArea .text .en .small {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
  .p-sh__item .p-sh__textArea .text .en .small {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__item .p-sh__textArea .text .en .small {
    font-size: 2.4418604651vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__item .p-sh__textArea .text .en .small {
    font-size: 2.8378378378vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__item .p-sh__textArea .text .en .small {
    font-size: 4.921875vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
  .p-sh__item .p-sh__textArea .text .en .small {
    font-size: 6.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__item {
    width: 100%;
  }
  .p-sh__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.p-sh__itemwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-sh__imageArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-sh__imageArea img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-sh__textArea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-sh__textArea .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  z-index: 10;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vw;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .arrow {
    width: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .arrow {
    width: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .arrow {
    width: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__textArea .arrow {
    width: 3.90625vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .arrow {
    height: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .arrow {
    height: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .arrow {
    height: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__textArea .arrow {
    height: 3.90625vw;
  }
}
.p-sh__textArea .arrow .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .arrow .img {
    width: 0.9302325581vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .arrow .img {
    width: 1.0810810811vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .arrow .img {
    width: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__textArea .arrow .img {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-sh__textArea .arrow {
    right: 15px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .arrow {
    width: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .arrow {
    width: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .arrow {
    width: 4.296875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-sh__textArea .arrow {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .arrow {
    height: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .arrow {
    height: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .arrow {
    height: 4.296875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-sh__textArea .arrow {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-sh__textArea .arrow .img {
    width: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .arrow .img {
    width: 1.1627906977vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .arrow .img {
    width: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .arrow .img {
    width: 2.1484375vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-sh__textArea .arrow .img {
    width: 2.6041666667vw;
  }
}
.p-sh__textArea .text {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-sh__textArea .text .jp {
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  background: rgba(0, 0, 0, 0.35);
  padding: 2px 0;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .text .jp {
    font-size: 1.4534883721vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .text .jp {
    font-size: 1.6891891892vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .jp {
    font-size: 2.9296875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__textArea .text .jp {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__textArea .text .jp {
    font-size: 20px;
  }
}
.p-sh__textArea .text .jp.color-g {
  background: rgba(31, 182, 196, 0.75);
  padding: 5px 0;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .jp.color-g {
    padding: 10px 0;
  }
}
.p-sh__textArea .text .jp.color-y {
  background: rgba(255, 184, 83, 0.75);
  padding: 5px 0;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .jp.color-y {
    padding: 10px 0;
  }
}
.p-sh__textArea .text .jp .big span {
  font-weight: 500;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Fahkwang", sans-serif;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .text .jp .big span {
    font-size: 1.8604651163vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .text .jp .big span {
    font-size: 2.1621621622vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .jp .big span {
    font-size: 3.28125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__textArea .text .jp .big span {
    font-size: 3.5416666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-sh__textArea .text .jp .big span {
    font-size: 25px;
  }
}
.p-sh__textArea .text .jp .mid {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .text .jp .mid {
    font-size: 1.2790697674vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .text .jp .mid {
    font-size: 1.4864864865vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .jp .mid {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__textArea .text .jp .mid {
    font-size: 17px;
  }
}
.p-sh__textArea .text .jp .small {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .text .jp .small {
    font-size: 1.0465116279vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .text .jp .small {
    font-size: 1.2162162162vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .jp .small {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__textArea .text .jp .small {
    font-size: 17px;
  }
}
.p-sh__textArea .text .jp .small span {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Fahkwang", sans-serif;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .text .jp .small span {
    font-size: 1.1627906977vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .text .jp .small span {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .jp .small span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__textArea .text .jp .small span {
    font-size: 17px;
  }
}
.p-sh__textArea .text .en {
  background: rgba(0, 0, 0, 0.55);
  font-family: "Fahkwang", sans-serif;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  line-height: 1;
  padding: 15px 0;
  position: relative;
}
.p-sh__textArea .text .en .big {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .text .en .big {
    font-size: 2.3255813953vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .text .en .big {
    font-size: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .en .big {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__textArea .text .en .big {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .en .big {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .text .en .big {
    font-size: 1.8604651163vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .text .en .big {
    font-size: 2.1621621622vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .en .big {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .p-sh__textArea .text .en .big {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__textArea .text .en .big {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .text .en .big {
    font-size: 2.9069767442vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .text .en .big {
    font-size: 3.3783783784vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .en .big {
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-sh__textArea .text .en .big {
    font-size: 7.8125vw;
  }
}
.p-sh__textArea .text .en .small {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .text .en .small {
    font-size: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .text .en .small {
    font-size: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .en .small {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__textArea .text .en .small {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .en .small {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .text .en .small {
    font-size: 1.4534883721vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .text .en .small {
    font-size: 1.6891891892vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .en .small {
    font-size: 2.9296875vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .p-sh__textArea .text .en .small {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__textArea .text .en .small {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__textArea .text .en .small {
    font-size: 2.3255813953vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__textArea .text .en .small {
    font-size: 2.7027027027vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__textArea .text .en .small {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-sh__textArea .text .en .small {
    font-size: 6.25vw;
  }
}
.p-sh__btmtextArea {
  margin-top: 15px;
}
.p-sh__btmtextArea .big {
  font-size: 20px;
  font-weight: 400;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-sh__btmtextArea.center {
    text-align: center;
  }
}
.p-sh__banner {
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__banner {
    padding-top: 3.1395348837vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__banner {
    padding-top: 3.2432432432vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__banner {
    padding-top: 6.4453125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__banner {
    padding-top: 8.59375vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__banner {
    padding-bottom: 3.1395348837vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__banner {
    padding-bottom: 3.2432432432vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__banner {
    padding-bottom: 6.4453125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__banner {
    padding-bottom: 8.59375vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-sh__banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__banner {
    padding-top: 6.2790697674vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__banner {
    padding-top: 6.4864864865vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__banner {
    padding-top: 11.71875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-sh__banner {
    padding-top: 15.625vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__banner {
    padding-bottom: 6.2790697674vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__banner {
    padding-bottom: 6.4864864865vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__banner {
    padding-bottom: 11.71875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-sh__banner {
    padding-bottom: 15.625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__banner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__banner {
    padding-top: 7.8488372093vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__banner {
    padding-top: 8.1081081081vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__banner {
    padding-top: 14.6484375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-sh__banner {
    padding-top: 19.53125vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__banner {
    padding-bottom: 7.8488372093vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__banner {
    padding-bottom: 8.1081081081vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__banner {
    padding-bottom: 14.6484375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-sh__banner {
    padding-bottom: 19.53125vw;
  }
}
.p-sh__bannerImageArea {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -5;
}
.p-sh__bannerImageArea img {
  width: 100%;
  height: 100%;
}
.p-sh__bannerImageArea:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(33, 185, 193, 0.6)), color-stop(33.33%, rgba(33, 185, 193, 0.6)), color-stop(33.33%, rgba(0, 0, 0, 0.4)), color-stop(66.66%, rgba(0, 0, 0, 0.4)), color-stop(66.66%, rgba(0, 64, 151, 0.6)), to(rgba(0, 64, 151, 0.6)));
  background: linear-gradient(to right, rgba(33, 185, 193, 0.6) 0%, rgba(33, 185, 193, 0.6) 33.33%, rgba(0, 0, 0, 0.4) 33.33%, rgba(0, 0, 0, 0.4) 66.66%, rgba(0, 64, 151, 0.6) 66.66%, rgba(0, 64, 151, 0.6) 100%);
}
@media screen and (max-width: 1023px) {
  .p-sh__bannerImageArea:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(33, 185, 193, 0.6)), color-stop(20%, rgba(33, 185, 193, 0.6)), color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(80%, rgba(0, 0, 0, 0.4)), color-stop(80%, rgba(0, 64, 151, 0.6)), to(rgba(0, 64, 151, 0.6)));
    background: linear-gradient(to right, rgba(33, 185, 193, 0.6) 0%, rgba(33, 185, 193, 0.6) 20%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 64, 151, 0.6) 80%, rgba(0, 64, 151, 0.6) 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-sh__bannerImageArea:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(33, 185, 193, 0.6)), color-stop(10%, rgba(33, 185, 193, 0.6)), color-stop(10%, rgba(0, 0, 0, 0.4)), color-stop(90%, rgba(0, 0, 0, 0.4)), color-stop(90%, rgba(0, 64, 151, 0.6)), to(rgba(0, 64, 151, 0.6)));
    background: linear-gradient(to right, rgba(33, 185, 193, 0.6) 0%, rgba(33, 185, 193, 0.6) 10%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.4) 90%, rgba(0, 64, 151, 0.6) 90%, rgba(0, 64, 151, 0.6) 100%);
  }
}
.p-sh__bannerTitle .jp {
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  font-size: 2.5rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__bannerTitle .jp {
    font-size: 1.4534883721vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__bannerTitle .jp {
    font-size: 1.6891891892vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__bannerTitle .jp {
    font-size: 2.9296875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__bannerTitle .jp {
    font-size: 3.90625vw;
  }
}
.p-sh__bannerTitle .en {
  font-family: "Fahkwang", sans-serif;
  font-weight: 600;
  color: #fff;
  width: 100%;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__bannerTitle .en {
    font-size: 2.3255813953vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__bannerTitle .en {
    font-size: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__bannerTitle .en {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__bannerTitle .en {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__bannerTitle .en {
    font-size: 50px;
    font-size: 5rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__bannerTitle .en {
    font-size: 2.9069767442vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__bannerTitle .en {
    font-size: 3.3783783784vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__bannerTitle .en {
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-sh__bannerTitle .en {
    font-size: 7.8125vw;
  }
}
.p-sh__banner .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vw;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__banner .arrow {
    width: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__banner .arrow {
    width: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__banner .arrow {
    width: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__banner .arrow {
    width: 3.90625vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__banner .arrow {
    height: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__banner .arrow {
    height: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__banner .arrow {
    height: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__banner .arrow {
    height: 3.90625vw;
  }
}
.p-sh__banner .arrow .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__banner .arrow .img {
    width: 0.9302325581vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__banner .arrow .img {
    width: 1.0810810811vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__banner .arrow .img {
    width: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-sh__banner .arrow .img {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-sh__banner .arrow {
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__banner .arrow {
    width: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__banner .arrow {
    width: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__banner .arrow {
    width: 4.296875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-sh__banner .arrow {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__banner .arrow {
    height: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__banner .arrow {
    height: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__banner .arrow {
    height: 4.296875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-sh__banner .arrow {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-sh__banner .arrow .img {
    width: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-sh__banner .arrow .img {
    width: 1.1627906977vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-sh__banner .arrow .img {
    width: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sh__banner .arrow .img {
    width: 2.1484375vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-sh__banner .arrow .img {
    width: 2.6041666667vw;
  }
}

/* p-shbt
-------------------------------------------------------------------------- */
.p-shbt {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-shbt {
    background-size: 12vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-shbt {
    background-size: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .p-shbt {
    background-position: left;
    background-size: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .p-shbt__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-shbt__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-shbt__item {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-shbt__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-shbt__item {
    width: 100%;
  }
  .p-shbt__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.p-shbt__itemwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-shbt__imageArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-shbt__imageArea img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-shbt__textArea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-shbt__textArea .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  line-height: 1.2;
  font-size: 14px;
  font-family: "Fahkwang", sans-serif;
  font-weight: 500;
  height: 60px;
  width: 60px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vw;
}
@media screen and (max-width: 1023px) {
  .p-shbt__textArea .icon {
    height: 55px;
    width: 55px;
    font-size: 12px;
  }
}
.p-shbt__textArea .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  z-index: 10;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vw;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-shbt__textArea .arrow {
    width: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-shbt__textArea .arrow {
    width: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-shbt__textArea .arrow {
    width: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-shbt__textArea .arrow {
    width: 3.90625vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-shbt__textArea .arrow {
    height: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-shbt__textArea .arrow {
    height: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-shbt__textArea .arrow {
    height: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-shbt__textArea .arrow {
    height: 3.90625vw;
  }
}
.p-shbt__textArea .arrow .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-shbt__textArea .arrow .img {
    width: 0.9302325581vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-shbt__textArea .arrow .img {
    width: 1.0810810811vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-shbt__textArea .arrow .img {
    width: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-shbt__textArea .arrow .img {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-shbt__textArea .arrow {
    right: 15px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-shbt__textArea .arrow {
    width: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-shbt__textArea .arrow {
    width: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-shbt__textArea .arrow {
    width: 4.296875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-shbt__textArea .arrow {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-shbt__textArea .arrow {
    height: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-shbt__textArea .arrow {
    height: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-shbt__textArea .arrow {
    height: 4.296875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-shbt__textArea .arrow {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-shbt__textArea .arrow .img {
    width: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-shbt__textArea .arrow .img {
    width: 1.1627906977vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-shbt__textArea .arrow .img {
    width: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-shbt__textArea .arrow .img {
    width: 2.1484375vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-shbt__textArea .arrow .img {
    width: 2.6041666667vw;
  }
}
.p-shbt__textArea .text {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-shbt__textArea .text .jp {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  background: rgba(0, 0, 0, 0.35);
  font-weight: 400;
  padding: 20px 0;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-shbt__textArea .text .jp {
    font-size: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-shbt__textArea .text .jp {
    font-size: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-shbt__textArea .text .jp {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-shbt__textArea .text .jp {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-shbt__textArea .text .jp {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-shbt__textArea .text .jp {
    font-size: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-shbt__textArea .text .jp {
    font-size: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-shbt__textArea .text .jp {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-shbt__textArea .text .jp {
    font-size: 6.25vw;
  }
}
.p-shbt__btmtextArea {
  margin-top: 15px;
}
.p-shbt__btmtextArea .big {
  font-size: 20px;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-shbt__btmtextArea .big {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-shbt__btmtextArea.center {
    text-align: center;
  }
}

/* p-searchList
-------------------------------------------------------------------------- */
.p-searchList {
  margin-top: 130px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList {
    margin-top: 6.8023255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList {
    margin-top: 7.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList {
    margin-top: 12.6953125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList {
    margin-top: 16.9270833333vw;
  }
}
.p-searchList__btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-searchList__btnList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-searchList__btn {
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(20% - 20px);
  background: #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-searchList__btn {
    width: calc(33.33% - 10px);
  }
  .p-searchList__btn:nth-child(n+2) {
    margin-left: 15px;
  }
  .p-searchList__btn:nth-child(n+4) {
    margin-top: 20px;
  }
  .p-searchList__btn:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__btn {
    padding: 8px 0 10px;
    line-height: 1;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__btn {
    font-size: 1.1627906977vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__btn {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__btn {
    font-size: 17px;
  }
}
.p-searchList__btn.on {
  background: #004097;
}
@media screen and (min-width: 768px) {
  .p-searchList__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-searchList__item {
  width: calc(50% - 20px);
}
.p-searchList__item:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__item:nth-child(n+3) {
    margin-top: 2.6162790698vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__item:nth-child(n+3) {
    margin-top: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__item:nth-child(n+3) {
    margin-top: 5.37109375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__item:nth-child(n+3) {
    margin-top: 7.1614583333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-searchList__item {
    width: 100%;
  }
  .p-searchList__item:nth-child(n+2) {
    margin-top: 50px;
  }
}
.p-searchList__item.new .p-searchList__titleArea .title:before {
  color: #C68E8F;
}
.p-searchList__item.new .p-searchList__textArea {
  border-bottom: 1px solid #C68E8F;
}
.p-searchList__item.new .p-searchList__arrow {
  border: #C68E8F 1px solid;
}
.p-searchList__item.new .p-searchList__arrow .icon:before, .p-searchList__item.new .p-searchList__arrow .icon:after {
  background: #C68E8F;
}
.p-searchList__item.new .p-searchList__text span {
  color: #C68E8F;
  padding: 0 5px;
}
.p-searchList__item.used .p-searchList__titleArea .title:before {
  color: #6AA5B6;
}
.p-searchList__item.used .p-searchList__textArea {
  border-bottom: 1px solid #6AA5B6;
}
.p-searchList__item.used .p-searchList__arrow {
  border: #6AA5B6 1px solid;
}
.p-searchList__item.used .p-searchList__arrow .icon:before, .p-searchList__item.used .p-searchList__arrow .icon:after {
  background: #6AA5B6;
}
.p-searchList__item.used .p-searchList__text span {
  color: #6AA5B6;
  padding: 0 5px;
}
.p-searchList__item.mantion .p-searchList__titleArea .title:before {
  color: #D3B000;
}
.p-searchList__item.mantion .p-searchList__textArea {
  border-bottom: 1px solid #D3B000;
}
.p-searchList__item.mantion .p-searchList__arrow {
  border: #D3B000 1px solid;
}
.p-searchList__item.mantion .p-searchList__arrow .icon:before, .p-searchList__item.mantion .p-searchList__arrow .icon:after {
  background: #D3B000;
}
.p-searchList__item.mantion .p-searchList__text span {
  color: #D3B000;
  padding: 0 5px;
}
.p-searchList__item.land .p-searchList__titleArea .title:before {
  color: #99AB7A;
}
.p-searchList__item.land .p-searchList__textArea {
  border-bottom: 1px solid #99AB7A;
}
.p-searchList__item.land .p-searchList__arrow {
  border: #99AB7A 1px solid;
}
.p-searchList__item.land .p-searchList__arrow .icon:before, .p-searchList__item.land .p-searchList__arrow .icon:after {
  background: #99AB7A;
}
.p-searchList__item.land .p-searchList__text span {
  color: #99AB7A;
  padding: 0 5px;
}
.p-searchList__content {
  height: calc(100% - 41px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-searchList__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-searchList__titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #F8F8F8;
  height: 41px;
}
.p-searchList__titleArea .title {
  font-size: 20px;
  font-weight: 400;
}
.p-searchList__titleArea .title:before {
  content: "●";
  margin-right: 5px;
  margin-left: 10px;
}
.p-searchList__textArea {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-searchList__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  margin-left: 20px;
  margin-top: 10px;
}
.p-searchList__arrow .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p-searchList__arrow .icon:before, .p-searchList__arrow .icon:after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
}
.p-searchList__arrow .icon:before {
  -webkit-transform: translateY(-8px) translateX(1px) rotate(-30deg);
          transform: translateY(-8px) translateX(1px) rotate(-30deg);
}
.p-searchList__arrow .icon:after {
  -webkit-transform: translateY(8px) translateX(-1px) rotate(30deg);
          transform: translateY(8px) translateX(-1px) rotate(30deg);
}
.p-searchList__imageArea {
  position: relative;
  aspect-ratio: 4/3;
  width: 230px;
  overflow: hidden;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-searchList__imageArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__imageArea {
    width: 13.3720930233vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__imageArea {
    width: 15.5405405405vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__imageArea {
    width: 24.70703125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__imageArea {
    width: 29.9479166667vw;
  }
}
.p-searchList__imageArea img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-searchList__imageArea {
    width: 100%;
    margin-right: 0;
  }
}
.p-searchList__textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-searchList__new {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #1FB7C5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  height: 3em;
  width: 3em;
  font-family: "Fahkwang", sans-serif;
  font-weight: 400;
  border-radius: 100vw;
}
@media screen and (max-width: 1023px) {
  .p-searchList__new {
    font-size: 20px;
  }
}
.p-searchList__member {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #FFB853;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
  font-size: 16px;
  height: 3em;
  width: 3em;
  font-weight: 400;
  border-radius: 100vw;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .p-searchList__member {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-searchList__imageWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
}
.p-searchList__imageItem {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-searchList__imageItem {
    width: calc(33.3333333333% - 40px);
  }
  .p-searchList__imageItem:nth-child(n+2) {
    margin-left: 60px;
  }
  .p-searchList__imageItem:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-searchList__imageItem:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__imageItem {
    width: calc(50% - 20px);
    margin: 0 auto;
  }
  .p-searchList__imageItem:nth-child(2) {
    margin-left: 30px;
  }
  .p-searchList__imageItem:nth-child(n+3) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__imageItem {
    width: 100%;
  }
  .p-searchList__imageItem:nth-child(n+2) {
    margin-top: 10%;
  }
}
@media screen and (min-width: 768px) {
  .p-searchList__imageItem.culm1 {
    width: 100%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1024px) {
  .p-searchList__imageItem.culm2 {
    width: calc(50% - 40px);
  }
}
.p-searchList__price {
  text-align: right;
  line-height: 1;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Fahkwang", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__price {
    font-size: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__price {
    font-size: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__price {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__price {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-searchList__price {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__price {
    font-size: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__price {
    font-size: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__price {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-searchList__price {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__price {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__price {
    font-size: 2.9069767442vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__price {
    font-size: 3.3783783784vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__price {
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-searchList__price {
    font-size: 7.8125vw;
  }
}
.p-searchList__price span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin-left: 5px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__price span {
    font-size: 1.1627906977vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__price span {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__price span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__price span {
    font-size: 17px;
  }
}
.p-searchList__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-searchList__cate .item {
  position: relative;
  width: calc(50% - 5px);
  font-family: "Fahkwang", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  padding: 3px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 26px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__cate .item {
    font-size: 0.988372093vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__cate .item {
    font-size: 1.1486486486vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__cate .item {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__cate .item {
    font-size: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .p-searchList__cate .item {
    padding: 6px 0;
    height: auto;
  }
}
.p-searchList__cate .item.w100p {
  width: 100%;
}
.p-searchList__cate .item.blue {
  background: #0256B5;
  color: #ffffff;
  border: 1px solid #0256B5;
}
.p-searchList__cate .item.green {
  background: #1FB6C4;
  color: #ffffff;
  border: 1px solid #1FB6C4;
}
.p-searchList__cate .item .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: 10px;
}
.p-searchList__cate .item .arrow:before, .p-searchList__cate .item .arrow:after {
  content: "";
  display: block;
  width: 2px;
  height: 11px;
  background: #fff;
}
.p-searchList__cate .item .arrow:before {
  -webkit-transform: translateY(-4px) translateX(1px) rotate(-30deg);
          transform: translateY(-4px) translateX(1px) rotate(-30deg);
}
.p-searchList__cate .item .arrow:after {
  -webkit-transform: translateY(4px) translateX(-1px) rotate(30deg);
          transform: translateY(4px) translateX(-1px) rotate(30deg);
}
.p-searchList__body-btn2 {
  display: block;
  position: relative;
  background: #F7F7F7;
  border: 1px solid #1FB6C4;
  color: #1FB6C4;
  font-weight: 500;
  margin: 10px 0;
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .p-searchList__body-btn2 {
    margin-top: 10px;
    padding: 6px 20px 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__body-btn2 .big {
    font-size: 20px;
  }
}
.p-searchList__body-btn2 .small {
  font-size: 17px;
}
.p-searchList__body-btn2 .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 10;
  margin: auto;
  background: #1EB6C5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vw;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__body-btn2 .arrow {
    width: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__body-btn2 .arrow {
    width: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__body-btn2 .arrow {
    width: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__body-btn2 .arrow {
    width: 3.90625vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__body-btn2 .arrow {
    height: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__body-btn2 .arrow {
    height: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__body-btn2 .arrow {
    height: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__body-btn2 .arrow {
    height: 3.90625vw;
  }
}
.p-searchList__body-btn2 .arrow .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__body-btn2 .arrow .img {
    width: 0.9302325581vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__body-btn2 .arrow .img {
    width: 1.0810810811vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__body-btn2 .arrow .img {
    width: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__body-btn2 .arrow .img {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-searchList__body-btn2 .arrow {
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__body-btn2 .arrow {
    width: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__body-btn2 .arrow {
    width: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__body-btn2 .arrow {
    width: 4.296875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-searchList__body-btn2 .arrow {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__body-btn2 .arrow {
    height: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__body-btn2 .arrow {
    height: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__body-btn2 .arrow {
    height: 4.296875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-searchList__body-btn2 .arrow {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-searchList__body-btn2 .arrow .img {
    width: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__body-btn2 .arrow .img {
    width: 1.1627906977vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__body-btn2 .arrow .img {
    width: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__body-btn2 .arrow .img {
    width: 2.1484375vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-searchList__body-btn2 .arrow .img {
    width: 2.6041666667vw;
  }
}
.p-searchList__text {
  word-break: break-all;
  line-height: 1.6;
  margin: 10px 0 5px;
}
@media screen and (max-width: 1023px) {
  .p-searchList__text {
    width: 100%;
  }
}
.p-searchList__text .addless {
  font-weight: 400;
}
.p-searchList a.p-searchList__text {
  color: #5f523c;
  text-decoration: underline;
}
.p-searchList a.p-searchList__text:hover {
  text-decoration: none;
}
.p-searchList__body.news {
  display: none;
}
.p-searchList__body.buy {
  display: none;
}
.p-searchList__body.rent {
  display: none;
}
.p-searchList__contents .big {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__contents .big {
    font-size: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__contents .big {
    font-size: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__contents .big {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__contents .big {
    font-size: 4.6875vw;
  }
}
.p-searchList__contents .mid {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__contents .mid {
    font-size: 1.4534883721vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__contents .mid {
    font-size: 1.6891891892vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__contents .mid {
    font-size: 2.9296875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__contents .mid {
    font-size: 3.90625vw;
  }
}
.p-searchList__contents .small {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__contents .small {
    font-size: 0.988372093vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__contents .small {
    font-size: 1.1486486486vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__contents .small {
    font-size: 1.9921875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__contents .small {
    font-size: 2.65625vw;
  }
}
.p-searchList__contents .bold {
  font-weight: bold;
}
.p-searchList__contents .color {
  color: #004097;
}
.p-searchList__contents a {
  text-decoration: underline;
  color: #004097;
}
.p-searchList__like-box {
  background-color: #F2F2F2;
  padding: 8px 0;
  width: 100%;
  min-height: 41px;
}
@media screen and (max-width: 1023px) {
  .p-searchList__like-box {
    padding: 6px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__like-box {
    padding: 6px 0;
  }
}
.p-searchList__like {
  width: 100%;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-searchList__like img {
  width: 23px;
}
.p-searchList__check-box {
  min-height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-searchList__check-box {
    padding: 6px 0;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__check-box {
    padding: 6px 0;
  }
}
.p-searchList__check-box div,
.p-searchList__check-box span {
  margin: 0 15px;
}
.p-searchList__check-box::before {
  content: "";
  display: block;
  width: 2px;
  height: 60%;
  border-radius: 5px;
  background: #929292;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.p-searchList__check-box .p-staffReco__like {
  width: 50%;
}
.p-searchList__check-box.lc_only::before {
  display: none;
}
.p-searchList__morebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-size: 2.5rem;
  color: #666666;
  background: #CEEFF2;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__morebtn {
    font-size: 1.4534883721vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__morebtn {
    font-size: 1.6891891892vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__morebtn {
    font-size: 2.9296875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__morebtn {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__morebtn {
    padding-top: 1.0465116279vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__morebtn {
    padding-top: 1.0810810811vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__morebtn {
    padding-top: 2.1484375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__morebtn {
    padding-top: 2.8645833333vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__morebtn {
    padding-bottom: 1.0465116279vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__morebtn {
    padding-bottom: 1.0810810811vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__morebtn {
    padding-bottom: 2.1484375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__morebtn {
    padding-bottom: 2.8645833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-searchList__morebtn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__morebtn {
    font-size: 1.7441860465vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__morebtn {
    font-size: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__morebtn {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-searchList__morebtn {
    font-size: 4.6875vw;
  }
}
.p-searchList__morebtn .arrow {
  margin-left: 20px;
  z-index: 10;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vw;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__morebtn .arrow {
    width: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__morebtn .arrow {
    width: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__morebtn .arrow {
    width: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__morebtn .arrow {
    width: 3.90625vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__morebtn .arrow {
    height: 1.7441860465vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__morebtn .arrow {
    height: 2.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__morebtn .arrow {
    height: 3.22265625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__morebtn .arrow {
    height: 3.90625vw;
  }
}
.p-searchList__morebtn .arrow .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__morebtn .arrow .img {
    width: 0.9302325581vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__morebtn .arrow .img {
    width: 1.0810810811vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__morebtn .arrow .img {
    width: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-searchList__morebtn .arrow .img {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-searchList__morebtn .arrow {
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__morebtn .arrow {
    width: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__morebtn .arrow {
    width: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__morebtn .arrow {
    width: 4.296875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-searchList__morebtn .arrow {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__morebtn .arrow {
    height: 2.3255813953vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__morebtn .arrow {
    height: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__morebtn .arrow {
    height: 4.296875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-searchList__morebtn .arrow {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-searchList__morebtn .arrow .img {
    width: 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-searchList__morebtn .arrow .img {
    width: 1.1627906977vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-searchList__morebtn .arrow .img {
    width: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-searchList__morebtn .arrow .img {
    width: 2.1484375vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-searchList__morebtn .arrow .img {
    width: 2.6041666667vw;
  }
}

/* p-planList
-------------------------------------------------------------------------- */
.p-planList {
  margin-top: 130px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-planList {
    margin-top: 6.8023255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-planList {
    margin-top: 7.027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-planList {
    margin-top: 12.6953125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-planList {
    margin-top: 16.9270833333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-planList__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-planList__item {
  border: 1px solid #1FB6C4;
  width: calc(50% - 20px);
}
.p-planList__item figcaption {
  display: none;
}
.p-planList__item:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-planList__item:nth-child(n+3) {
    margin-top: 2.6162790698vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-planList__item:nth-child(n+3) {
    margin-top: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-planList__item:nth-child(n+3) {
    margin-top: 5.37109375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-planList__item:nth-child(n+3) {
    margin-top: 7.1614583333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-planList__item {
    width: 100%;
  }
  .p-planList__item:nth-child(n+2) {
    margin-top: 50px;
  }
}
.p-planList__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-planList__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-planList__titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #F8F8F8;
  height: 34px;
}
.p-planList__titleArea .title {
  font-size: 20px;
  font-weight: 400;
}
.p-planList__titleArea .title:before {
  color: #1FB6C4;
  content: "●";
  margin-right: 5px;
  margin-left: 10px;
}
.p-planList__textArea {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-planList__imageArea {
  position: relative;
  aspect-ratio: 4/3;
  width: 230px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-planList__imageArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-planList__imageArea {
    width: 13.3720930233vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-planList__imageArea {
    width: 15.5405405405vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-planList__imageArea {
    width: 24.70703125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-planList__imageArea {
    width: 29.9479166667vw;
  }
}
.p-planList__imageArea img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-planList__imageArea {
    width: 100%;
    margin-right: 0;
  }
}
.p-planList__textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-planList__plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  font-weight: 500;
  color: #1FB6C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  height: 1.5em;
  width: 1.5em;
  border-radius: 100vw;
}
@media screen and (max-width: 1023px) {
  .p-planList__plus {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 768px) {
  .p-planList__imageWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
}
.p-planList__imageItem {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-planList__imageItem {
    width: calc(33.3333333333% - 40px);
  }
  .p-planList__imageItem:nth-child(n+2) {
    margin-left: 60px;
  }
  .p-planList__imageItem:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-planList__imageItem:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-planList__imageItem {
    width: calc(50% - 20px);
    margin: 0 auto;
  }
  .p-planList__imageItem:nth-child(2) {
    margin-left: 30px;
  }
  .p-planList__imageItem:nth-child(n+3) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-planList__imageItem {
    width: 100%;
  }
  .p-planList__imageItem:nth-child(n+2) {
    margin-top: 10%;
  }
}
@media screen and (min-width: 768px) {
  .p-planList__imageItem.culm1 {
    width: 100%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1024px) {
  .p-planList__imageItem.culm2 {
    width: calc(50% - 40px);
  }
}
.p-planList__text {
  line-height: 1.3;
  margin: 7px 10px 2.5px;
}
.p-planList__text .addless {
  font-weight: 400;
}
.p-planList__text .color {
  color: #1FB7C5;
}
.p-planList__desc {
  line-height: 1.3;
  margin: 2.5px 10px 5px;
}
.p-planList__desc .addless {
  font-weight: 400;
}
.p-planList__desc .color {
  color: #1FB7C5;
}

/* メニューリスト
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .btm-desc {
    text-align: center;
  }
}

.realestate-detail__list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.realestate-detail__list_btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49.5%;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.realestate-detail__list_btn li:nth-child(n+3) {
  margin-top: 1%;
}
@media screen and (max-width: 767px) {
  .realestate-detail__list_btn li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .realestate-detail__list_btn li {
    width: 100%;
  }
  .realestate-detail__list_btn li:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .realestate-detail__list_btn li {
    width: 48%;
    margin: 1%;
  }
}
@media screen and (max-width: 767px) {
  .realestate-detail__list_btn li .pc_tb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .realestate-detail__list_btn li .sp {
    display: none;
  }
}
.realestate-detail__list_btn li a {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .realestate-detail__list_btn li a {
    font-size: 40px;
    font-size: 5.33vw;
  }
}
@media screen and (min-width: 768px) {
  .realestate-detail__list_btn li a {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.realestate-detail__list_btn li a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.realestate-detail__list_btn li a .min {
  margin-top: 3px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .realestate-detail__list_btn li a .min {
    font-size: 30px;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .realestate-detail__list_btn li a .min {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.realestate-detail__list_btn li:nth-child(2) {
  font-family: "Fahkwang", sans-serif;
}
@media screen and (min-width: 768px) {
  .realestate-detail__list_btn li:nth-child(1) a, .realestate-detail__list_btn li:nth-child(4) a {
    background: #1FB6C4;
    border: 1px solid #1FB6C4;
    color: #fff;
  }
  .realestate-detail__list_btn li:nth-child(1) a img.color, .realestate-detail__list_btn li:nth-child(4) a img.color {
    display: none;
  }
  .realestate-detail__list_btn li:nth-child(1) a:hover, .realestate-detail__list_btn li:nth-child(4) a:hover {
    background: #fff;
    opacity: 1;
    color: #1FB6C4;
  }
  .realestate-detail__list_btn li:nth-child(1) a:hover img.color, .realestate-detail__list_btn li:nth-child(4) a:hover img.color {
    display: inline-block;
  }
  .realestate-detail__list_btn li:nth-child(1) a:hover img.white, .realestate-detail__list_btn li:nth-child(4) a:hover img.white {
    display: none;
  }
  .realestate-detail__list_btn li:nth-child(2) a, .realestate-detail__list_btn li:nth-child(3) a {
    background: #fff;
    border: 1px solid #1FB6C4;
    color: #1FB6C4;
  }
  .realestate-detail__list_btn li:nth-child(2) a img.white, .realestate-detail__list_btn li:nth-child(3) a img.white {
    display: none;
  }
  .realestate-detail__list_btn li:nth-child(2) a:hover, .realestate-detail__list_btn li:nth-child(3) a:hover {
    background: #1FB6C4;
    opacity: 1;
    color: #fff;
  }
  .realestate-detail__list_btn li:nth-child(2) a:hover img.color, .realestate-detail__list_btn li:nth-child(3) a:hover img.color {
    display: none;
  }
  .realestate-detail__list_btn li:nth-child(2) a:hover img.white, .realestate-detail__list_btn li:nth-child(3) a:hover img.white {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .realestate-detail__list_btn li:nth-child(odd) a {
    background: #1FB6C4;
    border: 1px solid #1FB6C4;
    color: #fff;
  }
  .realestate-detail__list_btn li:nth-child(odd) a img.color {
    display: none;
  }
  .realestate-detail__list_btn li:nth-child(odd) a:hover {
    background: #fff;
    opacity: 1;
    color: #1FB6C4;
  }
  .realestate-detail__list_btn li:nth-child(odd) a:hover img.color {
    display: inline-block;
  }
  .realestate-detail__list_btn li:nth-child(odd) a:hover img.white {
    display: none;
  }
  .realestate-detail__list_btn li:nth-child(even) a {
    background: #fff;
    border: 1px solid #1FB6C4;
    color: #1FB6C4;
  }
  .realestate-detail__list_btn li:nth-child(even) a img.white {
    display: none;
  }
  .realestate-detail__list_btn li:nth-child(even) a:hover {
    background: #1FB6C4;
    opacity: 1;
    color: #fff;
  }
  .realestate-detail__list_btn li:nth-child(even) a:hover img.color {
    display: none;
  }
  .realestate-detail__list_btn li:nth-child(even) a:hover img.white {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .realestate-detail__text {
    line-height: 1.3em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .realestate-detail__text {
    font-size: 50px;
    font-size: 6.67vw;
  }
}
@media screen and (min-width: 768px) {
  .realestate-detail__text {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .realestate-detail__subtext {
    font-size: 32px;
    font-size: 4.27vw;
  }
}
@media screen and (min-width: 768px) {
  .realestate-detail__subtext {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.v-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .v-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.v-banner__image {
  padding: 0 30px;
  background: #fff;
  width: 35%;
}
@media screen and (max-width: 1023px) {
  .v-banner__image {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }
  .v-banner__image:before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    z-index: 0;
    background: #fff;
    top: 0;
    left: -50%;
    position: absolute;
  }
  .v-banner__image img {
    position: relative;
    z-index: 100;
    width: 60%;
    margin: 20px auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .v-banner__image img {
    width: 80%;
    margin: 10px auto;
  }
}
.v-banner__textArea {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .v-banner__textArea {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .v-banner__textArea {
    width: 75%;
  }
}
.v-banner__en {
  color: #fff;
}
.v-banner__text {
  display: block;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .v-banner__text {
    font-size: 30px;
    font-size: 3rem;
  }
}
.v-banner__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 6%;
}
@media screen and (max-width: 767px) {
  .v-banner__arrow {
    width: 10%;
  }
}
.v-banner__link {
  display: block;
}