@charset "UTF-8";
#mv_area h2 {
  color: #FFFFFF;
}

#top_news h2,
#top_about h2,
#top_division h2,
#top_area h2,
#top_report h2 {
  position: relative;
}

#top_news h2::before,
#top_about h2::before,
#top_division h2::before,
#top_area h2::before,
#top_report h2::before {
  font-family: "Poppins", serif;
  content: attr(data-en);
}

#top_news {
  background: #FFFFFF;
}

#top_news #top_news_contents > ul > li > a {
  position: relative;
}

#top_news #top_news_contents > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dotted #000000;
}

#top_news #top_news_contents > ul > li > a .date {
  color: #888888;
  font-family: "Poppins", serif;
  white-space: nowrap;
}

#top_news #top_news_contents > ul > li > a .category > span {
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
  white-space: nowrap;
}

#top_news #top_news_contents > ul > li > a .article {
  color: var(--txt-color);
}

#top_news .more_link a {
  background: var(--accent-color);
  color: #FFFFFF;
  position: relative;
}

#top_news .more_link a::before {
  content: "";
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 2;
}

#top_news .more_link a::after {
  content: "";
  background: url(/common/image/common/btn_o.png) no-repeat;
  z-index: 3;
}

#top_instagram #top_instagram_wrapper .title_area .more_link a {
  color: var(--txt-color);
  position: relative;
}

#top_instagram #top_instagram_wrapper .title_area .more_link a::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--accent-color);
}

#top_instagram #top_instagram_wrapper .title_area .more_link a::after {
  content: "";
  position: absolute;
  background: url(/common/image/common/btn_w.png) no-repeat;
}

#top_instagram #top_instagram_wrapper .swiper-scrollbar-instagram {
  background: #f7f7f7;
}

#top_instagram #top_instagram_wrapper .swiper-scrollbar-instagram .swiper-scrollbar-drag {
  background: var(--accent-color);
}

#top_about .ytas {
  color: var(--accent-color);
  font-family: "Poppins", "Noto Sans JP", serif;
}

#top_about .about_list .num {
  background: var(--accent-color);
  color: #FFFFFF;
  border-radius: 50% 50% 0 50%;
}

#top_division #top_division_navi > li > a {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  background: #FFFFFF;
  position: relative;
}

#top_division #top_division_navi > li > a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: var(--accent-color);
  z-index: 2;
}

#top_division #top_division_navi > li > a::after {
  position: absolute;
  content: "";
  display: block;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  z-index: 3;
}

#top_division .division_contents {
  background: var(--sub-bg-color);
}

#top_division .division_list .icon {
  background: #FFFFFF;
  border-radius: 50% 50% 0 50%;
}

#top_area {
  background: var(--sub-bg-color);
}

#top_area #top_area_sightseeing .title_area .more_link a {
  color: var(--txt-color);
  position: relative;
}

#top_area #top_area_sightseeing .title_area .more_link a::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--accent-color);
}

#top_area #top_area_sightseeing .title_area .more_link a::after {
  content: "";
  position: absolute;
  background: url(/common/image/common/btn_w.png) no-repeat;
}

#top_area #top_area_sightseeing #top_sightseeing_contents .swiper-scrollbar-sightseeing {
  background: #f7f7f7;
}

#top_area #top_area_sightseeing #top_sightseeing_contents .swiper-scrollbar-sightseeing .swiper-scrollbar-drag {
  background: var(--accent-color);
}

#top_report #top_report_wrapper .data_area .more_link a {
  background: var(--accent-color);
  color: #FFFFFF;
  position: relative;
}

#top_report #top_report_wrapper .data_area .more_link a::before {
  content: "";
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 2;
}

#top_report #top_report_wrapper .data_area .more_link a::after {
  content: "";
  background: url(/common/image/common/btn_o.png) no-repeat;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  #mv_area {
    position: relative;
    height: 600px;
    overflow-x: hidden;
  }
  #mv_area #mv_image {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #mv_area #mv_image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top center;
  }
  #mv_area h2 {
    width: 1200px;
    margin: 0 auto;
    font-size: 4.4rem;
    line-height: 1.409;
    padding-top: 200px;
    text-shadow: 0px 0px 19px rgba(42, 151, 200, 0.8);
    position: relative;
    text-align: center;
    z-index: 8;
    letter-spacing: 0.4em;
    font-weight: 400;
    font-feature-settings: "palt";
  }
  #mv_area .image1 {
    position: absolute;
    z-index: 4;
    top: 33px;
    left: -35px;
  }
  #mv_area .image2 {
    position: absolute;
    z-index: 4;
    top: 39px;
    right: 187px;
  }
  #mv_area .image3 {
    position: absolute;
    z-index: 3;
    top: 55px;
    right: -15px;
  }
  #mv_area .image4 {
    position: absolute;
    width: 153px;
    z-index: 4;
    top: 270px;
    right: 275px;
  }
  #top_news h2::before,
  #top_about h2::before,
  #top_division h2::before,
  #top_area h2::before,
  #top_report h2::before {
    font-size: 1.4rem;
    font-weight: 700;
    background: linear-gradient(155deg, #f89c6a 0%, #f47834 50%, var(--accent-color) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.08em;
  }
  #top_news {
    border-radius: 70px 70px 0 0;
    margin-top: -60px;
    z-index: 2;
    position: relative;
  }
  #top_news::before {
    content: "";
    width: 152px;
    height: 111px;
    background: url(/common/image/top/img-news_01.png) no-repeat;
    background-size: 207px 111px;
    background-position: left top;
    height: 111px;
    position: absolute;
    top: -55px;
    right: 0;
  }
  #top_news::after {
    content: "";
    width: 406px;
    height: 117px;
    background: url(/common/image/top/img-news_02.png) no-repeat;
    background-size: 611px 117px;
    background-position: right top;
    position: absolute;
    top: 67px;
    left: 0;
  }
  #top_news #top_news_area {
    padding-top: 135px;
    width: 980px;
    margin: 0 auto;
    position: relative;
  }
  #top_news #top_news_area h2 {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.15em;
  }
  #top_news #top_news_area h2::before {
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
  }
  #top_news #top_news_area #top_news_contents {
    margin-top: 64px;
  }
  #top_news #top_news_area #top_news_contents .no_data {
    text-align: center;
    font-size: 1.5rem;
  }
  #top_news #top_news_area #top_news_contents > ul {
    display: table;
    width: 100%;
  }
  #top_news #top_news_area #top_news_contents > ul > li {
    display: contents;
  }
  #top_news #top_news_area #top_news_contents > ul > li > a {
    display: table-row;
  }
  #top_news #top_news_area #top_news_contents > ul > li > a > * {
    display: table-cell;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #top_news #top_news_area #top_news_contents > ul > li > a .date {
    font-size: 1.3rem;
    padding-right: 40px;
    font-weight: 400;
    vertical-align: middle;
    width: 100px;
  }
  #top_news #top_news_area #top_news_contents > ul > li > a .category {
    padding-right: 35px;
    vertical-align: middle;
    width: 150px;
  }
  #top_news #top_news_area #top_news_contents > ul > li > a .category > span {
    font-size: 1.2rem;
    border-radius: 18px;
    padding: 7px 25px;
  }
  #top_news #top_news_area #top_news_contents > ul > li > a .article {
    font-size: 1.6rem;
    line-height: 1.875;
    font-weight: 500;
  }
  #top_news #top_news_area .more_link a {
    display: block;
    margin: 60px auto 0;
    width: 400px;
    padding: 30px 0;
    text-align: center;
    font-size: 2rem;
    border-radius: 45px;
    font-weight: 600;
  }
  #top_news #top_news_area .more_link a > span {
    font-size: 1.5rem;
  }
  #top_news #top_news_area .more_link a::before {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #top_news #top_news_area .more_link a::after {
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%);
    width: 13px;
    height: 11px;
    background-size: 13px 11px;
  }
  #top_instagram {
    margin-top: 105px;
    overflow-x: hidden;
  }
  #top_instagram #top_instagram_wrapper {
    position: relative;
  }
  #top_instagram #top_instagram_wrapper .title_area {
    width: calc(50% + 600px);
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px;
  }
  #top_instagram #top_instagram_wrapper .title_area h2 {
    font-size: 1.8rem;
    font-weight: 800;
  }
  #top_instagram #top_instagram_wrapper .title_area .more_link a {
    padding-right: 70px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem;
  }
  #top_instagram #top_instagram_wrapper .title_area .more_link a::before {
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
  }
  #top_instagram #top_instagram_wrapper .title_area .more_link a::after {
    width: 12px;
    height: 11px;
    right: 18px;
    top: 21px;
    background-size: 100% auto;
  }
  #top_instagram #top_instagram_contents.swiper {
    width: calc(50% + 600px);
    margin: 20px 0 0 auto;
    overflow: visible;
  }
  #top_instagram #top_instagram_contents .swiper-scrollbar-instagram {
    position: relative;
    margin-top: 38px;
    width: calc(100% - 40px);
    height: 4px;
    left: 0;
  }
  #top_instagram #top_instagram_contents .swiper-scrollbar-instagram .swiper-scrollbar-drag {
    height: 4px;
  }
  #top_instagram #top_instagram_contents > ul > li {
    width: 240px;
  }
  #top_instagram #top_instagram_contents > ul > li:last-child {
    width: 285px;
    padding-right: 45px;
  }
  #top_instagram #top_instagram_contents > ul > li img {
    border-radius: 20px;
    width: 240px;
    height: 240px;
    box-shadow: 0px 0px 28px 0px rgba(40, 40, 40, 0.12);
    object-fit: cover;
  }
  #top_about {
    display: flex;
    align-items: flex-start;
    margin-top: 200px;
    position: relative;
  }
  #top_about::before {
    content: "";
    width: 449px;
    height: 106px;
    background: url(/common/image/top/img-about_03.png) no-repeat;
    background-size: 459px 106px;
    background-position: left top;
    position: absolute;
    top: -100px;
    right: 0;
  }
  #top_about .image_wrapper {
    width: 50%;
    position: sticky;
    top: 121px;
  }
  #top_about .image_wrapper .image {
    position: relative;
  }
  #top_about .image_wrapper .image::after {
    content: "";
    width: 165px;
    height: 87px;
    background: url(/common/image/top/img-about_04.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -53px;
    right: -65px;
    z-index: -1;
  }
  #top_about .image_wrapper .image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 0 100px 100px 0;
  }
  #top_about .data_area {
    width: 600px;
    padding-left: 120px;
    padding-top: 120px;
  }
  #top_about .data_area h2 {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.12em;
  }
  #top_about .data_area h2::before {
    position: absolute;
    left: 0;
    top: -21px;
  }
  #top_about .data_area .description {
    margin-top: 27px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  #top_about .data_area h3 {
    margin-top: 65px;
    font-size: 2rem;
    font-weight: 700;
  }
  #top_about .data_area .ytas {
    margin-top: 27px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
  }
  #top_about .data_area .ytas span {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  #top_about .data_area > .txt,
  #top_about .data_area > .txt2 {
    margin-top: 19px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  #top_about .data_area > .txt2 {
    margin-top: 24px;
  }
  #top_about .data_area .about_list {
    margin-top: 27px;
  }
  #top_about .data_area .about_list li {
    display: flex;
    align-items: center;
    gap: 0 16px;
    padding: 12px 0;
    border-bottom: 1px dotted #000000;
  }
  #top_about .data_area .about_list li .num {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
  }
  #top_about .data_area .about_list li .txt {
    font-size: 1.5rem;
    letter-spacing: 0.09em;
  }
  #wide_image1 {
    margin-top: 65px;
  }
  #wide_image1 img {
    width: 100%;
    height: auto;
  }
  #top_division {
    margin-top: 136px;
    position: relative;
  }
  #top_division::before {
    content: "";
    width: 461px;
    height: 117px;
    background: url(/common/image/top/img-division_05.png) no-repeat;
    background-size: 611px 117px;
    background-position: left top;
    position: absolute;
    top: -16px;
    right: 0;
  }
  #top_division #top_division_wrapper {
    width: 1240px;
    margin: 0 auto;
  }
  #top_division h2 {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.12em;
  }
  #top_division h2::before {
    position: absolute;
    left: 0;
    top: -22px;
  }
  #top_division .description {
    margin-top: 28px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  #top_division #top_division_contents_area {
    margin-top: 72px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #top_division #top_division_navi {
    width: 350px;
    position: sticky;
    top: 130px;
  }
  #top_division #top_division_navi > li {
    margin-top: 13px;
  }
  #top_division #top_division_navi > li:nth-of-type(1) {
    margin-top: 0;
  }
  #top_division #top_division_navi > li > a {
    display: flex;
    gap: 0 5px;
    padding: 16px 60px 17px 20px;
    font-size: 1.6rem;
    border-radius: 35px;
    font-weight: 600;
  }
  #top_division #top_division_navi > li > a .num {
    flex-shrink: 0;
  }
  #top_division #top_division_navi > li > a .txt {
    line-height: 1.5;
  }
  #top_division #top_division_navi > li > a:hover {
    opacity: 1;
  }
  #top_division #top_division_navi > li > a::before {
    width: 35px;
    height: 35px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  #top_division #top_division_navi > li > a::after {
    width: 6px;
    height: 6px;
    right: 28px;
    top: 50%;
    transform: translateY(-5px) rotate(45deg);
  }
  #top_division #top_division_navi > li > a:hover, #top_division #top_division_navi > li > a.active {
    background: var(--accent-color);
    color: #FFFFFF;
  }
  #top_division #top_division_navi > li > a:hover::before, #top_division #top_division_navi > li > a.active::before {
    background: #FFFFFF;
  }
  #top_division #top_division_navi > li > a:hover::after, #top_division #top_division_navi > li > a.active::after {
    border-color: var(--accent-color);
  }
  #top_division #top_division_navi > li#division03_navi > a {
    border-radius: 26px;
    padding: 15px 60px 17px 20px;
  }
  #top_division #top_division_contents {
    width: 750px;
  }
  #top_division #top_division_contents .division_contents {
    padding: 40px 60px 72px 60px;
    border-radius: 50px;
    margin-bottom: 50px;
    position: relative;
  }
  #top_division #top_division_contents .division_contents:last-child {
    margin-bottom: 0;
  }
  #top_division #top_division_contents .division_contents h3 .num {
    font-size: 3rem;
    background: linear-gradient(155deg, #f89c6a 0%, #f47834 50%, var(--accent-color) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
  }
  #top_division #top_division_contents .division_contents h3 .txt {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.53;
    margin-top: 2px;
    letter-spacing: 0.12em;
    padding-left: 2px;
  }
  #top_division #top_division_contents .division_contents .image,
  #top_division #top_division_contents .division_contents .image_list {
    margin-top: 37px;
  }
  #top_division #top_division_contents .division_contents .image img,
  #top_division #top_division_contents .division_contents .image_list img {
    border-radius: 30px;
  }
  #top_division #top_division_contents .division_contents > .txt {
    margin-top: 37px;
    font-size: 1.5rem;
    line-height: 2;
  }
  #top_division #top_division_contents .division_contents .division_list {
    margin-top: 41px;
  }
  #top_division #top_division_contents .division_contents .division_list > li {
    display: flex;
    gap: 0 30px;
    margin-top: 23px;
  }
  #top_division #top_division_contents .division_contents .division_list > li:nth-of-type(1) {
    margin-top: 0;
  }
  #top_division #top_division_contents .division_contents .division_list > li .icon {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    box-shadow: 0px 5px 5px 0px rgba(254, 93, 5, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top_division #top_division_contents .division_contents .division_list > li .icon img {
    width: 50px;
    height: auto;
  }
  #top_division #top_division_contents .division_contents .division_list > li > dl {
    padding-top: 33px;
  }
  #top_division #top_division_contents .division_contents .division_list > li > dl dt {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  #top_division #top_division_contents .division_contents .division_list > li > dl dd {
    margin-top: 14px;
    font-size: 1.5rem;
    line-height: 2;
  }
  #top_division #top_division_contents .division_contents .division_list > li > dl dd .settlement > li {
    margin-top: 21px;
    padding-left: 17px;
    position: relative;
    font-size: 1.5rem;
    line-height: 2;
  }
  #top_division #top_division_contents .division_contents .division_list > li > dl dd .settlement > li::before {
    content: "・";
    color: var(--accent-color);
    position: absolute;
    left: 0;
    top: 0;
  }
  #top_division #top_division_contents .division_contents .division_list > li > dl dd .settlement > li:nth-of-type(1) {
    margin-top: 0;
  }
  #top_division #top_division_contents #top_division01::before {
    content: "";
    width: 509px;
    height: 84px;
    background: url(/common/image/top/division_pc-01.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -61px;
    right: 49px;
    z-index: 2;
  }
  #top_division #top_division_contents #top_division02::before {
    content: "";
    width: 629px;
    height: 108px;
    background: url(/common/image/top/division_pc-02.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -82px;
    right: 90px;
    z-index: 2;
  }
  #top_division #top_division_contents #top_division03::before {
    content: "";
    width: 597px;
    height: 92px;
    background: url(/common/image/top/division_pc-03.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -69px;
    right: 48px;
    z-index: 2;
  }
  #top_division #top_division_contents #top_division04::before {
    content: "";
    width: 607px;
    height: 84px;
    background: url(/common/image/top/division_pc-04.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -64px;
    right: 41px;
    z-index: 2;
  }
  #top_area {
    margin-top: 200px;
    padding-top: 138px;
    position: relative;
  }
  #top_area .image1 {
    position: absolute;
    top: -37px;
    left: 6.8%;
    width: 20px;
  }
  #top_area .image2 {
    position: absolute;
    top: -38px;
    left: calc(6.8% + 26px + 20px);
    width: 25px;
  }
  #top_area .image3 {
    position: absolute;
    top: -61px;
    left: 30.55%;
    width: 25px;
  }
  #top_area .image4 {
    position: absolute;
    top: -56px;
    left: calc(30.55% + 25px + 30px);
    width: 25px;
  }
  #top_area .image5 {
    position: absolute;
    top: -53px;
    left: 45.83%;
    width: 36px;
  }
  #top_area .image6 {
    position: absolute;
    top: -55px;
    left: 57.08%;
    width: 66px;
  }
  #top_area .image7 {
    position: absolute;
    top: -17px;
    left: 74.51%;
    width: 45px;
  }
  #top_area .image8 {
    position: absolute;
    top: -60px;
    left: 92.77%;
    width: 25px;
  }
  #top_area .image9 {
    position: absolute;
    top: 30px;
    left: calc(92.77% + 25px + 8px);
    width: 26px;
  }
  #top_area #top_area_wrapper {
    width: 1200px;
    margin: 0 auto;
  }
  #top_area #top_area_wrapper h2 {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.12em;
  }
  #top_area #top_area_wrapper h2::before {
    position: absolute;
    left: 0;
    top: -21px;
  }
  #top_area #top_area_contents {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    margin-top: 5px;
  }
  #top_area #top_area_contents .data {
    width: 480px;
    padding-top: 22px;
  }
  #top_area #top_area_contents .data .txt {
    margin-top: 31px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.09em;
  }
  #top_area #top_area_contents .data .txt:nth-of-type(1) {
    margin-top: 0;
  }
  #top_area #top_area_sightseeing {
    margin: -30px 0 0 0;
    position: relative;
    transform: translateY(124px);
    overflow-x: hidden;
  }
  #top_area #top_area_sightseeing .title_area {
    width: calc(50% + 600px);
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
  }
  #top_area #top_area_sightseeing .title_area h3 {
    font-size: 1.8rem;
    font-weight: 700;
    padding-top: 10px;
    letter-spacing: 0.1em;
  }
  #top_area #top_area_sightseeing .title_area .more_link a {
    padding-right: 70px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem;
  }
  #top_area #top_area_sightseeing .title_area .more_link a::before {
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
  }
  #top_area #top_area_sightseeing .title_area .more_link a::after {
    width: 12px;
    height: 11px;
    right: 18px;
    top: 21px;
    background-size: 100% auto;
  }
  #top_area #top_area_sightseeing #top_sightseeing_contents.swiper {
    width: calc(50% + 600px);
    margin: 20px 0 0 auto;
    overflow: visible;
  }
  #top_area #top_area_sightseeing #top_sightseeing_contents .swiper-scrollbar-sightseeing {
    position: relative;
    margin-top: 38px;
    width: calc(100% - 40px);
    height: 4px;
    left: 0;
  }
  #top_area #top_area_sightseeing #top_sightseeing_contents .swiper-scrollbar-sightseeing .swiper-scrollbar-drag {
    height: 4px;
  }
  #top_area #top_area_sightseeing #top_sightseeing_contents > ul > li {
    width: 240px;
  }
  #top_area #top_area_sightseeing #top_sightseeing_contents > ul > li:last-child {
    width: 285px;
    padding-right: 45px;
  }
  #top_area #top_area_sightseeing #top_sightseeing_contents > ul > li img {
    border-radius: 20px;
    box-shadow: 0px 0px 28px 0px rgba(40, 40, 40, 0.12);
  }
  #top_report {
    margin-top: 385px;
    position: relative;
  }
  #top_report::before {
    content: "";
    width: 480px;
    height: 105px;
    background: url(/common/image/top/img-report_06.png) no-repeat;
    background-size: 525px 105px;
    background-position: right top;
    position: absolute;
    top: -100px;
    left: 0;
  }
  #top_report #top_report_wrapper {
    width: calc(50% + 600px);
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #top_report #top_report_wrapper .image {
    width: calc(100% - 600px);
    position: relative;
  }
  #top_report #top_report_wrapper .image::after {
    content: "";
    width: 165px;
    height: 87px;
    background: url(/common/image/top/img-report_07.png) no-repeat;
    background-size: 165px 87px;
    position: absolute;
    left: -56px;
    bottom: -20px;
    z-index: -1;
  }
  #top_report #top_report_wrapper .image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 100px 0 0 100px;
  }
  #top_report #top_report_wrapper .data_area {
    width: 490px;
    padding-top: 118px;
  }
  #top_report #top_report_wrapper .data_area h2 {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.12em;
  }
  #top_report #top_report_wrapper .data_area h2::before {
    position: absolute;
    left: 0;
    top: -21px;
  }
  #top_report #top_report_wrapper .data_area .txt {
    margin-top: 27px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.12em;
  }
  #top_report #top_report_wrapper .data_area .more_link a {
    display: block;
    margin: 50px 0 0 auto;
    width: 290px;
    padding: 30px 40px 30px 0;
    text-align: center;
    font-size: 2rem;
    border-radius: 45px;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  #top_report #top_report_wrapper .data_area .more_link a > span {
    font-size: 1.5rem;
  }
  #top_report #top_report_wrapper .data_area .more_link a::before {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  #top_report #top_report_wrapper .data_area .more_link a::after {
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%);
    width: 13px;
    height: 11px;
    background-size: 13px 11px;
  }
}
