.p_top02 .feature_item_desc .purpose_list_item {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item_desc .purpose_list_item {
    font-size: 0.9375rem;
  }
}

.p_top_list02 .list_txt {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p_top_list02 .list_txt {
    font-size: 1.0625rem;
  }
}

.p_top04_desc .txt {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p_top04_desc .txt {
    font-size: 1.125rem;
  }
}

.p_top02 .feature_item_desc .content .txt {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item_desc .content .txt {
    font-size: 1.1875rem;
  }
}

.p_top_list02 .list_ttl, .p_top01 .item_desc, .p_top02 .feature_item_desc .purpose_ttl, .p_top05_txt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_top_list02 .list_ttl, .p_top01 .item_desc, .p_top02 .feature_item_desc .purpose_ttl, .p_top05_txt {
    font-size: 1.25rem;
  }
}

.p_top_sub, .p_top .mv_btn_sub, .p_top_list01 .list_ttl {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_top_sub, .p_top .mv_btn_sub, .p_top_list01 .list_ttl {
    font-size: 1.5625rem;
  }
}

.p_top06_item .desc {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p_top06_item .desc {
    font-size: 1.875rem;
  }
}

.p_top_ttl {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p_top_ttl {
    font-size: 2.25rem;
  }
}

.p_top01 .ttl {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p_top01 .ttl {
    font-size: clamp(
      2.25rem,
      4.296875vw + 0.1875rem,
      2.9375rem
  );
  }
}

.p_top02 .feature_item_desc .code {
  font-size: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item_desc .code {
    font-size: 6.25rem;
    font-size: clamp(
      3.75rem,
      6.994047619vw + 0.3928571429rem,
      6.6875rem
  );
  }
}

.center {
  text-align: center;
}

.p_top_ttl {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.p_top_sub {
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p_top_sub {
    margin-top: -7px;
  }
}
.p_top .mv {
  position: relative;
}
.p_top .mv_img {
  position: relative;
  min-height: 345px;
}
.p_top .mv_img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(3, 7, 59, 0.65);
}
@media screen and (min-width: 768px) {
  .p_top .mv_img {
    min-height: calc(100vh - clamp(
      2.5rem,
      -31.25vw + 22.5rem,
      7.5rem
  ));
  }
}
@media screen and (min-width: 1440px) {
  .p_top .mv_img {
    min-height: 450px;
  }
}
.p_top .mv_img img {
  width: 100%;
  object-fit: cover;
  min-height: 345px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_img img {
    min-height: calc(100vh - clamp(
      2.5rem,
      -31.25vw + 22.5rem,
      7.5rem
  ));
  }
}
@media screen and (min-width: 1440px) {
  .p_top .mv_img img {
    min-height: 450px;
  }
}
.p_top .mv_ttl {
  width: 26.888889%;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p_top .mv_ttl {
    width: 23.8888888889%;
  }
}
.p_top .mv_btn {
  width: calc(100% - 20px);
  margin: 0 auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFA700;
  border-radius: 12px;
  font-size: 1rem;
  line-height: 1.3428571429;
  letter-spacing: -0.05em;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
  opacity: 1;
  transition: background-color 0.5s, top 300ms linear;
  margin-top: -40px;
  bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p_top .mv_btn {
    font-size: clamp(
      1.25rem,
      2.2321428571vw + 0.1785714286rem,
      2.1875rem
  );
    width: 100%;
    max-width: clamp(
      11.25rem,
      11.0576923077vw + 5.9423076923rem,
      17rem
  );
    height: 72px;
    right: 1.9444444444%;
    transform: translate(0);
    bottom: unset;
    margin-top: clamp(
      -3.75rem,
      -4.8449612403vw + 1.7005813953rem,
      -0.625rem
  );
    top: calc(100vh - clamp(
      6.25rem,
      9.6153846154vw + 1.6346153846rem,
      11.25rem
  ));
  }
}
.p_top .mv_btn.hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p_top .mv_btn:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p_top .mv_btn:hover .mv_btn_sub {
    opacity: 1;
    visibility: visible;
  }
}
.p_top .mv_btn_sub {
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0;
  color: #FFA700;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 11px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.p_top .mv_btn_sub::after, .p_top .mv_btn_sub::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 75%;
  background-color: #FFA700;
  top: 8px;
}
.p_top .mv_btn_sub::after {
  left: 32px;
  transform: skewX(29deg);
}
@media screen and (min-width: 768px) {
  .p_top .mv_btn_sub::after {
    left: clamp(
      0.125rem,
      3.6057692308vw + -1.6057692308rem,
      2rem
  );
  }
}
.p_top .mv_btn_sub::before {
  right: 32px;
  transform: skewX(-29deg);
}
@media screen and (min-width: 768px) {
  .p_top .mv_btn_sub::before {
    right: clamp(
      0.125rem,
      3.6057692308vw + -1.6057692308rem,
      2rem
  );
  }
}
.p_top_list01 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p_top_list01 {
    display: flex;
    gap: 38px;
  }
}
.p_top_list01 .list_ttl {
  font-weight: 600;
  line-height: 1.28;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .p_top_list01 .list_ttl {
    padding-top: 16px;
  }
}
.p_top_list02 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p_top_list02 {
    grid-template-columns: repeat(auto-fill, minmax(clamp( 20rem, 16.8269230769vw + 11.9230769231rem, 28.75rem ), 1fr));
    gap: clamp(
      1.25rem,
      2.1634615385vw + 0.2115384615rem,
      2.375rem
  ) clamp(
      1.25rem,
      7.5721153846vw + -2.3846153846rem,
      5.1875rem
  );
    justify-content: space-between;
  }
}
.p_top_list02 .list_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .p_top_list02 .list_ttl {
    padding-top: 18px;
  }
}
.p_top_list02 .list_txt {
  font-weight: 400;
  line-height: 1.6470588235;
  font-family: "Noto Sans JP", sans-serif;
}
.p_top .icon_watch {
  width: 60px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_top .icon_watch {
    width: 129px;
    right: 19px;
    bottom: 20px;
  }
}
.p_top01 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_top01 {
    margin-top: clamp(
      5rem,
      4.7619047619vw + 2.7380952381rem,
      7.5rem
  );
  }
}
.p_top01 .stay_ttl {
  margin-bottom: 20px;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p_top01 .stay_ttl {
    max-width: clamp(
      37.5rem,
      59.9759615385vw + 8.7115384615rem,
      68.6875rem
  );
    margin-bottom: 40px;
  }
}
.p_top01 .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4893617021;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_top01 .ttl {
    margin-bottom: 49px;
  }
}
.p_top01 .ttl_txt01 {
  display: inline-block;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p_top01 .ttl_txt01 {
    transform: translateX(clamp( -3.5625rem, -14.25vw + 10.6875rem, 0rem ));
  }
}
@media screen and (min-width: 768px) {
  .p_top01 .item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 10px;
  }
}
.p_top01 .item_img {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_top01 .item_img {
    padding-bottom: 0;
    width: 50%;
    max-width: 530px;
  }
}
.p_top01 .item_desc {
  font-family: "Noto Serif JP", serif;
  margin-top: -9px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p_top01 .item_desc {
    width: 51%;
    max-width: 699px;
  }
}
.p_top01 .list_icon {
  padding-top: 20px;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p_top01 .list_icon {
    padding-top: 16px;
    gap: clamp(
      1.25rem,
      7.8125vw + -2.5rem,
      2.5rem
  );
  }
}
.p_top01 .list_icon .icon {
  max-width: 60px;
}
@media screen and (min-width: 768px) {
  .p_top01 .list_icon .icon {
    max-width: 86px;
  }
}
.p_top01 .list_img {
  position: relative;
}
.p_top01 .p_top_list01 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_top01 .p_top_list01 {
    margin-top: 44px;
  }
}
.p_top01 .inner {
  margin-top: 60px;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 768px) {
  .p_top01 .inner {
    padding: 92px 0 65px;
    margin-top: clamp(
      5rem,
      6.3701923077vw + 1.9423076923rem,
      8.3125rem
  );
  }
}
.p_top02 {
  margin-bottom: 60px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_top02 {
    margin-top: 12px;
    margin-bottom: clamp(
      5rem,
      9.1346153846vw + 0.6153846154rem,
      9.75rem
  );
  }
}
.p_top02 .feature_content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_content {
    margin-top: 59px;
  }
}
.p_top02 .feature_item {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: calc(33.3% - 7px) calc(33.3% - 7px) calc(33.3% - 7px);
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item {
    gap: 20px;
    grid-template-columns: 63.5122838944% 34.5768880801%;
  }
}
.p_top02 .feature_item .desc01 {
  order: 2;
  grid-column: 1/span 3;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item .desc01 {
    grid-column: 1/2;
    grid-row: 1/span 2;
  }
}
.p_top02 .feature_item .desc01 img {
  aspect-ratio: 698/636;
}
.p_top02 .feature_item .desc02 {
  order: 3;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item .desc02 {
    order: 2;
  }
}
.p_top02 .feature_item .desc03 {
  order: 4;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item .desc03 {
    order: 3;
  }
}
.p_top02 .feature_item .desc04 {
  order: 5;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item .desc04 {
    order: 5;
  }
}
.p_top02 .feature_item .desc05 {
  order: 1;
  grid-column: 1/span 3;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item .desc05 {
    padding-bottom: 0;
    grid-column: 1/2;
    order: 4;
  }
}
.p_top02 .feature_item:nth-child(even) {
  grid-auto-flow: dense;
  direction: rtl;
}
.p_top02 .feature_item:nth-child(even) .desc05 {
  text-align: left;
}
.p_top02 .feature_item:nth-child(even) .desc05 .content,
.p_top02 .feature_item:nth-child(even) .desc05 .list_icon,
.p_top02 .feature_item:nth-child(even) .desc05 .purpose_ttl,
.p_top02 .feature_item:nth-child(even) .desc05 .purpose_list,
.p_top02 .feature_item:nth-child(even) .desc05 .code {
  direction: ltr;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item.item01 {
    margin-bottom: clamp(
      3.75rem,
      3.90625vw + 1.875rem,
      4.375rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item.item02 {
    margin-bottom: clamp(
      3.75rem,
      9.8214285714vw + -0.9642857143rem,
      7.875rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item_desc {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
  }
}
.p_top02 .feature_item_desc .info {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item_desc .info {
    padding-bottom: 0;
    width: 30.9455587393%;
  }
}
.p_top02 .feature_item_desc .code {
  line-height: 0.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.p_top02 .feature_item_desc .list_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item_desc .list_icon {
    padding-top: 30px;
  }
}
.p_top02 .feature_item_desc .list_icon .icon {
  max-width: 38px;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item_desc .list_icon .icon {
    max-width: clamp(
      2.1875rem,
      5.078125vw + -0.25rem,
      3rem
  );
  }
}
.p_top02 .feature_item_desc .purpose {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-top: 13px;
}
.p_top02 .feature_item_desc .purpose_ttl {
  line-height: 1.5;
  font-feature-settings: "palt";
  padding-bottom: 5px;
}
.p_top02 .feature_item_desc .purpose_list {
  padding-left: 7px;
}
.p_top02 .feature_item_desc .purpose_list_item {
  line-height: 1.3333333333;
  position: relative;
}
.p_top02 .feature_item_desc .purpose_list_item::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 8px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #404040;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item_desc .purpose_list_item::after {
    top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_item_desc .content {
    width: 63.7535816619%;
  }
}
.p_top02 .feature_item_desc .content .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4736842105;
}
.p_top02 .feature_item_img img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_inner {
    width: 63.5122838944%;
  }
}
.p_top02 .feature_list {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp( 6.25rem, 6.0606060606vw + 5.0378787879rem, 7.5rem ), 1fr));
}
@media screen and (min-width: 768px) {
  .p_top02 .feature_list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 34.6678798908%;
  }
}
.p_top02 .feature_list_item img {
  aspect-ratio: 381/309;
}
.p_top03 {
  background-color: rgba(0, 0, 0, 0.13);
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_top03 {
    margin-bottom: clamp(
      5rem,
      11.4182692308vw + -0.4807692308rem,
      10.9375rem
  );
  }
}
.p_top03_content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p_top03_content {
    padding: 94px 0 95px;
  }
}
.p_top03 iframe {
  width: 100%;
  max-width: 720px;
  min-height: clamp(
      15.625rem,
      22.3713646532vw + 11.1507270694rem,
      21.875rem
  );
}
@media screen and (min-width: 768px) {
  .p_top03 iframe {
    min-height: 424px;
  }
}
.p_top03_img {
  position: absolute;
  width: 100%;
  max-width: 80px;
  bottom: 0;
  right: -5.4%;
}
@media screen and (min-width: 768px) {
  .p_top03_img {
    right: clamp(
      -3.75rem,
      -10.4166666667vw + 6.6666666667rem,
      0rem
  );
    max-width: clamp(
      5rem,
      12.1394230769vw + -0.8269230769rem,
      11.3125rem
  );
    bottom: clamp(
      0rem,
      10.1265822785vw + -4.8607594937rem,
      4rem
  );
    margin-top: clamp(
      0rem,
      8.7797619048vw + -4.2142857143rem,
      3.6875rem
  );
  }
}
.p_top04 {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_top04 {
    padding-bottom: clamp(
      5rem,
      7.03125vw + 1.625rem,
      6.125rem
  );
  }
}
.p_top04_banner {
  width: 100%;
  max-width: 1333px;
  padding: 0 20px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_top04_banner {
    transform: translateX(clamp( 0rem, 12.6666666667vw + -10.2916666667rem, 2.375rem ));
    padding-bottom: 34px;
  }
}
.p_top04_banner .sub {
  position: absolute;
  top: -30px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .p_top04_banner .sub {
    top: -35px;
    left: clamp(
      1.25rem,
      11.25vw + -7.1875rem,
      2.9375rem
  );
  }
}
.p_top04_banner .txt01 {
  font-size: clamp(
      0.75rem,
      3.3333333333vw + 0.0833333333rem,
      1.25rem
  );
  line-height: 1.4444444444;
  letter-spacing: 0.03em;
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .p_top04_banner .txt01 {
    font-size: clamp(
      1.5625rem,
      2.4038461538vw + 0.4086538462rem,
      2.8125rem
  );
    padding-bottom: clamp(
      0rem,
      3.6057692308vw + -2.3076923077rem,
      0.9375rem
  );
  }
}
.p_top04_banner .txt02 {
  font-size: clamp(
      0.625rem,
      0.8333333333vw + 0.4583333333rem,
      0.75rem
  );
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p_top04_banner .txt02 {
    font-size: clamp(
      0.875rem,
      0.7211538462vw + 0.5288461538rem,
      1.25rem
  );
  }
}
.p_top04_list {
  width: 100%;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp( 6.25rem, 24.2424242424vw + 1.4015151515rem, 11.25rem ), 1fr));
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_top04_list {
    order: 1;
    grid-column: 1/span 2;
    margin-left: -4px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: clamp(
      0.625rem,
      2.3148148148vw + -0.4861111111rem,
      1.25rem
  ) clamp(
      0.625rem,
      1.8518518519vw + -0.2638888889rem,
      1.125rem
  );
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 768px) {
  .p_top04_content {
    display: grid;
    gap: 16px;
    grid-template-columns: 49.2265696087% 49.3175614195%;
  }
}
.p_top04_img {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_top04_img {
    order: 2;
    padding-bottom: 0;
    transform: translateX(clamp( -0.25rem, -0.9615384615vw + 0.6153846154rem, 0rem ));
  }
}
.p_top04_desc {
  padding-bottom: 20px;
  order: 3;
}
@media screen and (min-width: 768px) {
  .p_top04_desc {
    padding-bottom: clamp(
      0rem,
      3.2986111111vw + -2.1111111111rem,
      1.1875rem
  );
    padding-right: 8px;
    padding-top: clamp(
      0rem,
      4.75vw + -3.5625rem,
      1.1875rem
  );
  }
}
.p_top04_desc .inner {
  max-width: 670px;
}
@media screen and (min-width: 768px) {
  .p_top04_desc .inner {
    max-width: 400px;
    margin: 0 auto;
  }
}
.p_top04_desc .ttl {
  padding-bottom: 20px;
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .p_top04_desc .ttl {
    max-width: unset;
    padding-bottom: 24px;
  }
}
.p_top04_desc .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.9444444444;
}
.p_top05 {
  background-color: rgba(0, 0, 0, 0.13);
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p_top05 {
    padding-bottom: 87px;
  }
}
@media screen and (min-width: 768px) {
  .p_top05 .p_top_ttl {
    margin-top: 12px;
  }
}
.p_top05_content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_top05_content {
    display: grid;
    grid-template-columns: 61.4194722475% 37.3066424022%;
    gap: clamp(
      0.625rem,
      1.4880952381vw + -0.0892857143rem,
      1.25rem
  ) 20px;
    margin-top: 56px;
  }
}
.p_top05 .map {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_top05 .map {
    padding-bottom: 0;
    order: 1;
    grid-column: 1/2;
    grid-row: 1/span 2;
  }
}
.p_top05 .map iframe {
  width: 100%;
  min-height: clamp(
      15.625rem,
      22.3713646532vw + 11.1507270694rem,
      21.875rem
  );
}
@media screen and (min-width: 768px) {
  .p_top05 .map iframe {
    max-width: 675px;
    min-height: clamp(
      21.875rem,
      36.2980769231vw + 4.4519230769rem,
      40.75rem
  );
  }
}
.p_top05_desc {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_top05_desc {
    padding-bottom: 0;
    order: 2;
    padding-left: 5px;
  }
}
.p_top05_img {
  width: 100%;
  max-width: clamp(
      16.875rem,
      37.5vw + 9.375rem,
      22.5rem
  );
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_top05_img {
    order: 3;
    max-width: 464px;
    margin-left: -1.4%;
  }
}
.p_top05_name {
  padding-bottom: 16px;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .p_top05_name {
    max-width: 399px;
  }
}
.p_top05_txt {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p_top05_txt {
    padding-bottom: 3px;
  }
}
.p_top05_txt .txt01 {
  font-feature-settings: "palt";
}
.p_top06 {
  margin-top: 12px;
  padding-top: 40px;
}
.p_top06_item {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_top06_item {
    flex-direction: row;
  }
}
.p_top06_item .desc {
  font-weight: 600;
  background-color: #000;
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  padding: 40px 20px;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p_top06_item .desc {
    width: 52.3202911738%;
    padding: 53px 26px 35px 25px;
  }
}
.p_top06_item .txt01 {
  border-bottom: 2px solid #FFF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_top06_item .txt01 {
    padding-bottom: 48px;
    margin-bottom: 23px;
  }
}
.p_top06_item .icon_watch {
  right: 14px;
  bottom: 12px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .p_top06_item .icon_watch {
    right: 24px;
    bottom: 22px;
    width: 113px;
  }
}
.p_top06_item .img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_top06_item .img {
    width: 48.2256596906%;
  }
}
.p_top06_item .img .img_booking {
  object-fit: cover;
  aspect-ratio: 530/366;
  height: 100%;
  width: 100%;
}
.p_top06_item .img .img_watch {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 100%;
  max-width: 80px;
}
@media screen and (min-width: 768px) {
  .p_top06_item .img .img_watch {
    max-width: 113px;
    right: 24px;
    bottom: 26px;
  }
}
.p_top06_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_top06_list {
    flex-wrap: nowrap;
    gap: 38px;
    margin-top: 60px;
  }
}
.p_top06_list .btn {
  width: 100%;
  max-width: 320px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  border: 5px solid;
  border-radius: 20px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .p_top06_list .btn {
    max-width: 48.2256596906%;
    min-height: clamp(
      6.25rem,
      3.6821705426vw + 4.4825581395rem,
      8.625rem
  );
  }
}
.p_top06_list .btn img {
  transition: 0.5s;
}
.p_top06_list .btn img:nth-child(1) {
  opacity: 1;
}
.p_top06_list .btn img:nth-child(2) {
  opacity: 0;
  position: absolute;
}
.p_top06_list .btn:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p_top06_list .btn:hover:nth-child(1) {
    background-color: #FE5B5F;
  }
  .p_top06_list .btn:hover:nth-child(2) {
    background-color: #1E398F;
  }
  .p_top06_list .btn:hover img:nth-child(1) {
    opacity: 0;
  }
  .p_top06_list .btn:hover img:nth-child(2) {
    opacity: 1;
  }
}
.p_top06_list .btn:first-child {
  border-color: #FE5B5F;
}
.p_top06_list .btn:first-child img {
  width: 100%;
  max-width: 140px;
}
@media screen and (min-width: 768px) {
  .p_top06_list .btn:first-child img {
    max-width: clamp(
      11rem,
      12.5vw + 5rem,
      16.25rem
  );
    padding-top: clamp(
      0rem,
      2.4038461538vw + -1.5384615385rem,
      0.625rem
  );
  }
}
.p_top06_list .btn:last-child {
  border-color: #1E398F;
}
.p_top06_list .btn:last-child img {
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .p_top06_list .btn:last-child img {
    max-width: clamp(
      12.5rem,
      12.7906976744vw + 6.3604651163rem,
      20.75rem
  );
    margin: 10px 0 0px clamp(
      0rem,
      3.6057692308vw + -2.3076923077rem,
      0.9375rem
  );
  }
}
.p_top06_content {
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p_top06_content {
    padding-bottom: clamp(
      3.75rem,
      2.3148148148vw + 2.6388888889rem,
      4.375rem
  );
  }
}
/*# sourceMappingURL=top.css.map */
