@font-face {
  font-family: "UDD";
  src: url("../font/A-OTF-UDShinGoNTPro-DeBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UDB";
  src: url("../font/A-OTF-UDShinGoNTPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UDH";
  src: url("../font/A-OTF-UDShinGoNTPro-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LOGOG";
  src: url("../font/LOGOG_BG.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "banana";
  src: url("../font/YDWbananaslipplus.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.front-page * {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.front-page h2.type1 {
  font-size: 28px;
  line-height: 1.42;
  text-align: center;
  position: relative;
  color: #222222;
  margin-bottom: 54px;
  font-weight: bold;
}
@media only screen and (max-width:960px) {
  .front-page h2.type1 {
    font-size: 24px;
    margin-bottom: 44px;
  }
}
.front-page h2.type1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url("../img/border_01.webp");
}
@media only screen and (max-width:960px) {
  .front-page h2.type1::after {
    height: 2px;
    bottom: -12px;
    -o-border-image: url("../img/border_01-sp.webp");
       border-image: url("../img/border_01-sp.webp");
  }
}
.front-page p {
  margin: 0;
}
.front-page .more {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width:960px) {
  .front-page .more {
    margin-top: 20px;
  }
}
.front-page .more__inner {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  display: inline-block;
}
.front-page .more__inner a {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6d6d6));
  background: linear-gradient(to bottom, #ffffff 0%, #d6d6d6 100%);
  border: 1px solid #fff;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #222222;
  position: relative;
  width: 256px;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.front-page .more__inner a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/contain no-repeat url("../img/arrow_02.webp");
  width: 28px;
  height: 28px;
}
.front-page .section:not(.section--fv) {
  padding-top: 60px;
}
@media only screen and (max-width:960px) {
  .front-page .section:not(.section--fv) {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width:960px) {
  .front-page .section:not(.section--fv):not(.section--expe--01) {
    padding-top: 60px;
  }
}
.front-page .section:not(.section--fv) .section__inner {
  width: 71.7%;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width:1250px) {
  .front-page .section:not(.section--fv) .section__inner {
    width: 90.6%;
  }
}
@media only screen and (max-width:960px) {
  .front-page .section:not(.section--fv) .section__inner {
    width: 100%;
  }
}
@media only screen and (max-width:960px) {
  .front-page .section:not(.section--fv) .section__inner .box {
    width: 90.6%;
    margin: 0 auto;
  }
}
.front-page .section--fv__front {
  background: center/cover no-repeat url("../img/top/fv_bg.webp");
  padding-top: 6.9vw;
  padding-bottom: 15px;
  padding-left: 80px;
}
@media only screen and (max-width:960px) {
  .front-page .section--fv__front {
    padding-top: 3.9vw;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: -20px;
    background-image: url("../img/top/fv_bg-sp.webp");
    overflow: hidden;
  }
}
.front-page .section--fv__front h2 {
  width: 53.1%;
}
@media only screen and (max-width:960px) {
  .front-page .section--fv__front h2 {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:600px) {
  .front-page .section--fv__front h2 {
    width: 111%;
    margin-left: -6%;
  }
}
.front-page .section--fv__bottom {
  background: #000;
  padding-top: 60px;
  padding-bottom: 68px;
}
@media only screen and (max-width:960px) {
  .front-page .section--fv__bottom {
    padding-top: 24px;
    padding-bottom: 58px;
  }
}
.front-page .section--fv__bottom h2.type1 {
  color: #fff;
  margin-bottom: 42px;
}
.front-page .section--fv__bottom .swiper-container#slide01 {
  height: 100%;
  width: 71.7%;
  max-width: 980px;
  margin-bottom: 47px;
  padding-bottom: 30px;
}
@media only screen and (max-width:1250px) {
  .front-page .section--fv__bottom .swiper-container#slide01 {
    width: 90.6%;
  }
}
@media only screen and (max-width:960px) {
  .front-page .section--fv__bottom .swiper-container#slide01 {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
.front-page .section--fv__bottom .swiper-container#slide01 .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front-page .section--fv__bottom .swiper-container#slide01 .swiper-pagination {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.front-page .section--fv__bottom .swiper-container#slide01 .swiper-pagination .swiper-pagination-bullet {
  background-color: #333333;
  opacity: 1;
  width: 9px;
  height: 9px;
}
.front-page .section--fv__bottom .swiper-container#slide01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}
.front-page .section--fv__bottom .area {
  width: 71.7%;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width:1250px) {
  .front-page .section--fv__bottom .area {
    width: 90.6%;
  }
}
@media only screen and (max-width:960px) {
  .front-page .section--fv__bottom .area {
    width: 100%;
  }
}
.front-page .section--fv__bottom .area .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width:960px) {
  .front-page .section--fv__bottom .area .box {
    width: 90.6%;
    margin: 0 auto;
    gap: 15px;
  }
}
.front-page .section--fv__bottom .area .box__item {
  border: 1px solid #fff;
  width: calc(16.6% - 13px);
}
@media only screen and (max-width:960px) {
  .front-page .section--fv__bottom .area .box__item {
    width: calc(33.333% - 10px);
  }
}
.front-page .section--fv__bottom .area .box__item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page .section--fv__bottom .area .box__item p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-top: 3px;
  margin-bottom: 7px;
}
.front-page .section--expe .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 34px 19px;
}
@media only screen and (max-width:960px) {
  .front-page .section--expe .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.front-page .section--expe .box__item {
  width: calc(50% - 9.5px);
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width:960px) {
  .front-page .section--expe .box__item {
    width: 100%;
  }
}
@media only screen and (max-width:960px) {
  .front-page .section--expe .box__item:last-child {
    border: none;
  }
}
.front-page .section--expe .box__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width:374px) {
  .front-page .section--expe .box__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .section--expe .box__item a p {
  font-size: 18px;
  line-height: 1.55;
  margin-top: 12px;
  padding-bottom: 13px;
  font-weight: bold;
}
@media only screen and (max-width:960px) {
  .front-page .section--expe .box__item a p {
    margin-top: 9px;
    padding-bottom: 12px;
  }
}
.front-page .section--expe .box__item a:hover {
  color: #222222;
}
.front-page .section--expe .box__item .img {
  width: 180px;
  min-width: 180px;
}
@media only screen and (max-width:960px) {
  .front-page .section--expe .box__item .img {
    width: 160px;
    min-width: 160px;
  }
}
@media only screen and (max-width:374px) {
  .front-page .section--expe .box__item .img {
    width: 100%;
  }
}
.front-page .section--expe .box__item .img img {
  aspect-ratio: 180/120;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width:374px) {
  .front-page .section--expe .box__item .img img {
    width: 100%;
    height: auto;
  }
}
.front-page .section--expe .box__item .img .btn {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f64b81), to(#f72b52));
  background: linear-gradient(to bottom, #f64b81 0%, #f72b52 100%);
  color: #fff;
  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;
  height: 36px;
}
@media only screen and (max-width:960px) {
  .front-page .section--expe .box__item .img .btn {
    height: 40px;
  }
}
.front-page .section--expe .box__item .text .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front-page .section--expe .box__item .text .icon span {
  font-size: 11px;
  line-height: 1.8;
}
.front-page .section--expe .box__item .text .icon .check {
  width: 29px;
  margin-right: 5px;
}
@media only screen and (max-width:960px) {
  .front-page .section--expe .box__item .text .icon .check {
    width: 28px;
  }
}
.front-page .section--expe .box__item .text .icon .calendar {
  width: 29px;
  margin-right: 11px;
}
@media only screen and (max-width:960px) {
  .front-page .section--expe .box__item .text .icon .calendar {
    width: 28px;
  }
}
.front-page .section--expe .box__item .text .icon .good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-right: 11px;
}
.front-page .section--expe .box__item .text .icon .good img {
  width: 22px;
}
.front-page .section--expe .box__item .text .icon .bad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-right: 11px;
}
.front-page .section--expe .box__item .text .icon .bad img {
  width: 22px;
}
.front-page .section--expe .box__item .text .icon .like {
  width: 24px;
}
.front-page .section--expe .box__item .text .class dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.front-page .section--expe .box__item .text .class dl dt,
.front-page .section--expe .box__item .text .class dl dd {
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (max-width:960px) {
  .front-page .section--expe .box__item .text .class dl dt,
  .front-page .section--expe .box__item .text .class dl dd {
    font-size: 12px;
  }
}
.front-page .section--expe .box__item .text .class dl dt {
  color: #777777;
}
.front-page .section--expe .box__item .text .class dl dd {
  line-height: 1;
  color: #f390a3;
  margin-right: 15px;
  vertical-align: baseline;
}
.front-page .section--expe--01 .box__item .text .icon svg.check path {
  fill: #f72b52;
}
.front-page .section--expe--01 .box__item .text .icon svg.calendar path:not(:last-child) {
  fill: #f72b52;
}
.front-page .section--expe--02 .box__item .img .btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff821a), to(#f84e03));
  background: linear-gradient(to bottom, #ff821a 0%, #f84e03 100%);
}
.front-page .section--expe--02 .box__item .text .icon svg.check path {
  fill: #ff821a;
}
.front-page .section--expe--02 .box__item .text .icon svg.calendar path:not(:last-child) {
  fill: #ff821a;
}
.front-page .section--recommend .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
}
@media only screen and (max-width:960px) {
  .front-page .section--recommend .box {
    gap: 20px;
    padding-bottom: 20px;
  }
}
.front-page .section--recommend .box__item {
  width: calc(25% - 15px);
}
@media only screen and (max-width:960px) {
  .front-page .section--recommend .box__item {
    width: calc(50% - 10px);
  }
}
.front-page .section--recommend .box__item img {
  aspect-ratio: 230/160;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page .section--recommend .box__item h3 {
  font-size: 15px;
  color: #222222;
  line-height: 1.46;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 7px;
}
.front-page .section--recommend .box__item *:not(h3) {
  color: #777777;
}
.front-page .section--recommend .box__item .class {
  margin-bottom: 5px;
}
.front-page .section--recommend .box__item .class dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.front-page .section--recommend .box__item .class dl dt,
.front-page .section--recommend .box__item .class dl dd {
  font-size: 12px;
  line-height: 1.83;
}
.front-page .section--recommend .box__item .class dl dd {
  margin-right: 10px;
}
.front-page .section--recommend .box__item .class.tag dl dd {
  color: #f59e56;
}
.front-page .section--recommend .box__item .class.tag dl dd a {
  color: #f59e56;
}
@media only screen and (max-width:960px) {
  .front-page .section--recommend .box__item .class.age dt,
  .front-page .section--recommend .box__item .class.age dd {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.front-page .section--recommend .box__item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 300;
}
.front-page .section--recommend .box__item p span {
  font-size: 16px;
  color: #f59e56;
  margin-right: 4px;
}
.front-page .section--recommend .box__item p img {
  width: 11px;
  height: 16px;
  margin-right: 6px;
  margin-left: 3px;
}
.front-page .section--recommend .box__item p.point {
  margin-top: 6px;
  color: #f59e56;
}
.front-page .section--search#search .section__inner {
  padding-bottom: 62px;
}
@media only screen and (max-width:960px) {
  .front-page .section--search#search .section__inner {
    width: 90.6%;
    padding-bottom: 64px;
  }
}
.front-page .section--search h2 {
  background: #f59e56;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.42;
  padding: 10px;
  border-radius: 7px;
}
.front-page .section--search .row {
  margin-top: 25px;
}
.front-page .section--search .row .btn {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.front-page .section--search .row .btn a {
  color: #222222;
}
.front-page .section--search .row .btn a:hover {
  color: #222222;
}
.front-page .section--search .row h3 {
  font-size: 18px;
  line-height: 1.44;
  font-weight: bold;
  color: #ff821a;
  border-bottom: 1px solid #ff821a;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.front-page .section--search .row a {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#dedede));
  background: linear-gradient(to bottom, #f8f8f8 0%, #dedede 100%);
  border: 1px solid #ff821a;
  border-radius: 5px;
  font-weight: bold;
  width: 85px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.front-page .section--about {
  background: #222222;
}
.front-page .section--about#about {
  padding-top: 85px;
  padding-bottom: 65px;
}
@media only screen and (max-width:960px) {
  .front-page .section--about#about {
    padding-top: 63px;
    padding-bottom: 62px;
  }
}
.front-page .section--about#about .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  position: relative;
}
@media only screen and (max-width:960px) {
  .front-page .section--about#about .section__inner {
    gap: 40px;
    width: 90.6%;
    margin: 0 auto;
  }
}
.front-page .section--about#about .section__inner::before {
  content: "About";
  position: absolute;
  top: -60px;
  left: -34px;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.1);
  font-family: "UDB", sans-serif;
  line-height: 1;
}
@media only screen and (max-width:960px) {
  .front-page .section--about#about .section__inner::before {
    top: -76px;
    left: -46px;
  }
}
.front-page .section--about .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 40px;
}
@media only screen and (max-width:960px) {
  .front-page .section--about .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
}
.front-page .section--about .row:nth-child(odd) .row__item:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width:960px) {
  .front-page .section--about .row:nth-child(odd) .row__item:first-child {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}
@media only screen and (max-width:960px) {
  .front-page .section--about .row:nth-child(even) .row__item:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
}
.front-page .section--about .row__item h3 {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  line-height: 1.45;
  margin-bottom: 16px;
}
.front-page .section--about .row__item h3 span {
  color: #fff500;
}
.front-page .section--about .row__item p {
  color: #fff;
  font-size: 15px;
  line-height: 1.66;
}
.front-page .section--about .row__item p:not(:last-child) {
  margin-bottom: 30px;
}
.front-page .section--about .row__item img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 490/280;
}
@media only screen and (max-width:960px) {
  .front-page .section--about .row__item img {
    aspect-ratio: 380/200;
  }
}
.front-page .section--about .row__item:first-child {
  width: 50%;
}
@media only screen and (max-width:960px) {
  .front-page .section--about .row__item:first-child {
    width: calc(100% - 5px);
  }
}
.front-page .section--about .row__item:last-child {
  width: 45.9%;
  padding: 10px 0;
}
@media only screen and (max-width:960px) {
  .front-page .section--about .row__item:last-child {
    width: 100%;
    padding: 0;
  }
}
.front-page .section--banner#banner {
  padding-top: 50px;
}
@media only screen and (max-width:960px) {
  .front-page .section--banner#banner {
    padding-top: 0;
  }
}
/*# sourceMappingURL=top.css.map */