@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

:root {
    --font-zen: "Zen Maru Gothic",sans-serif;
}

/*---- common ---- */
/* sec-ttl-wrapper */
.sec-ttl-wrapper {
    height: 185px;
    padding-top: 58px;
    margin-bottom: 40px;
}
.sec-ttl-sub {
    line-height: 1;
    width: 299px;
    margin: 0 auto 10px;
}
.sec-ttl {
    font-size: 4rem;
    font-weight: 700;
    font-family: var(--font-zen);
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
}

/* sec-btn */
.sec-btn {
    display: block;
    width: 512px;
    padding-block: 21px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "游ゴシック体","Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    border-radius: 10vh;
    margin-inline: auto;
    position: relative;
    transition: background-color .3s;
}
.sec-btn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
    rotate: 45deg;
    transition: border-color .3s;
}
.sec-btn:hover {
    background: #fff;
}

/*---- fv ----*/
.fv {
    background: #f1fff2;
    padding-bottom: 80px;
}

/* mv */
.mv {
    display: grid;
    place-content: center;
    background: url("/attending/guide/images/2025/bg_mv-AS24-046574D_BP23-040517D_BP23-056575D_AS21-007864D.jpg") no-repeat center/cover;
    max-width: 1400px;
    height: 460px;
    margin: 0 auto 60px;
}
.mv__ttl {
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}
.mv__ttl__img {
    width: 434px;
}
.mv__txt {
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--font-zen);
    line-height: 1.75;
    text-align: center;
}

/*---- sec--lead ----*/
.sec--lead__nav {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    margin-bottom: 60px;
}
.sec--lead__nav__items {
    width: 100%;
    height: auto;
    aspect-ratio: 492/200;
    transition: .3s opacity;
}
.sec--lead__nav__items:first-child {
    background: url("/attending/guide/images/2025/bg_lead03.png") no-repeat center/227px 138px,
                url("/attending/guide/images/2025/bg_lead01-BP20-005106D.jpg") no-repeat center/cover;
}
.sec--lead__nav__items:last-child {
    background: url("/attending/guide/images/2025/bg_lead03.png") no-repeat center/227px 138px,
                url("/attending/guide/images/2025/bg_lead02-BP24-050359D.jpg") no-repeat center/cover;
}
.sec--lead__nav__items a {
    display: grid;
    height: 100%;
    justify-content: center;
    padding-top: 73px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
    border-radius: 12px;
}
.sec--lead__nav__items:hover {
    opacity: .7;
}


/* sec--pickup */
.sec--pickup__ttl {
    height: 50px;
    background: url(/attending/guide/images/2025/bg_pickup.png) no-repeat center/auto 100%;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: var(--font-zen);
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    padding-top: 12px;
    margin-bottom: 20px;
}
.sec--pickup__swiper-wrapper {
    position: relative;
    padding-bottom: 40px;
}
.sec--pickup__swiper {
    overflow: hidden;
}
.sec--pickup__swiper__list__items {
    width: 280px;
}
.sec--pickup__swiper__img-wrapper {
    display: block;
    margin-bottom: 10px;
    transition: .3s opacity;
}
.sec--pickup__swiper__img-wrapper:hover {
    opacity: .7;
}
.sec--pickup__swiper__img {
    border-radius: 16px;
}
.sec--pickup__swiper__txt {
    letter-spacing: .08em;
    line-height: 1;
    text-align: center;
}
.swiper-scrollbar-drag {
    background: #ccc;
}
.swiper-container-horizontal > .swiper-scrollbar {
    background: #f5f5f5;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
}
.sec--pickup__swiper-button-next,
.sec--pickup__swiper-button-prev {
    position: absolute;
    top: 120px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: calc(50% - 55px);
    z-index: 10;
    transition: all .3s;
    cursor: pointer;
}
.sec--pickup__swiper-button-next {
    right: -25px;
}
.sec--pickup__swiper-button-prev {
    left: -25px;
    rotate: 180deg;
}
.sec--pickup__swiper-button-next:after,
.sec--pickup__swiper-button-prev:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.sec--pickup__swiper-button-next::after {
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.sec--pickup__swiper-button-prev::after {
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.sec--pickup__swiper .swiper-button-disabled {
    display: none;
}

/*---- sec--domestic,sec--oversea -----*/
.sec--domestic::before,
.sec--oversea::before {
    content: "";
    display: block;
    width: 164px;
    height: 92px;
    background: url(/attending/guide/images/2025/img_common01.png) no-repeat center/cover;
    position: absolute;
    top: -45px;
    left: 50%;
    translate: -50%;
}
/* sec--map__ttl */
.sec--map__ttl {
    height: 50px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .06em;
    text-align: center;
    padding-top: 12px;
    margin-bottom: 30px;
}
/* map */
.map__map__list__items {
    position: absolute;
}
.map__map__list__items--area {
    top: 20px;
    left: 20px;
}
.map__map__list__items.map__map__list__items--line::before {
    content: "";
    display: block;
    height: 1px;
    background: #e45e61;
    position: absolute;
}
.map__map__list__items.map__map__list__items--line::after {
    content: "";
    display: block;
    background: #e45e61;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
}
.map__map__list__items a,
.map__map__list__items button {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #e45e61;
    border-radius: 10vh;
    box-shadow: 3px 0 7px rgb(0 0 0/.1);
    transition: background-color .3s,box-shadow .3s;
}
.map__map__list__items a:hover,
.map__map__list__items button:hover {
    background: #fff5f5;
    box-shadow: none;
}
.map__map__list__items a::before, 
.map__map__list__items button::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 14px;
    background: url(/attending/guide/images/2025/ico_pin.png) no-repeat center/cover;
    margin-right: 3px;
}
.map__map__list__items--area a {
    border: 3px solid #e45e61;
}
.map-btn--back {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    padding: 10px 20px;
    border-radius: 10vh;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.map-btn--back::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url(/attending/guide/images/2025/ico_back.png) no-repeat center/cover;
    margin-left: 6px;
    transition: background-image .3s;
}

/* area__ttl */
.area__ttl {
    height: 91px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    text-align: center;
    padding-top: 52px;
    margin-bottom: 30px;
}

/* area__list */
.area__list {
    border-bottom: 1px solid #ddd;
}
.area__list__row {
    display: grid;
    grid-template-columns: 160px 148px 1fr;
    gap: 21px;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-block: 20px;
}
.area__list a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.area__list__ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
}
.area__list__ttl::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    rotate: 45deg;
    margin-right: 10px;
    translate: 0 -2px;
}
.area__list__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}
.area__list__list__items a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
}
.area__list__list__items a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    rotate: 45deg;
    margin-right: 10px;
    translate: 0 -1px;
}

/*---- sec--domestic ----*/
.sec--domestic {
    padding-block: 80px;
    background: #fbefef;
    position: relative;
}
.sec--domestic__ttl-wrapper {
    background: url(/attending/guide/images/2025/bg_domestic01.png) no-repeat center/auto 100%;
}

/* sec--domestic-map */
.sec--domestic-map {
    margin-bottom: 20px;
}
.sec--domestic-map__ttl {
    background: url(/attending/guide/images/2025/bg_domestic02.png) no-repeat center/auto 100%;
}
.sec--domestic-map__map {
    border: 1px solid #f67979;
    aspect-ratio: 1024/567;
    position: relative;
    display: none;
}
.sec--domestic-map__map.show{
    display: block;
}
.sec--domestic-map__map .map-btn--back {
    background: #e45e61;
    border: 1px solid #e45e61;
}
.sec--domestic-map__map .map-btn--back:hover {
    color: #e45e61;
    background: #fff;
}
.sec--domestic-map__map .map-btn--back:hover::after {
    background: url(/attending/guide/images/2025/ico_back--hover.png) no-repeat center/cover;
}

.sec--domestic-map__map--japan {
    background: url(/attending/guide/images/2025/bg_domestic-map--japan-FI24-070378.jpg) no-repeat center/cover;
}
.sec--domestic-map__map__list__items--hokkaido {
    top: 96px;
    right: 117px;
}
.sec--domestic-map__map__list__items--tohoku {
    top: 246px;
    right: 228px;
}
.sec--domestic-map__map__list__items--chubu-hokuriku {
    top: 339px;
    right: 355px;
}
.sec--domestic-map__map__list__items--kanto {
    bottom: 141px;
    right: 279px;
}
.sec--domestic-map__map__list__items--kansai {
    bottom: 111px;
    right: 459px;
}
.sec--domestic-map__map__list__items--sanin-sanyo {
    bottom: 172px;
    left: 312px;
}
.sec--domestic-map__map__list__items--shikoku {
    bottom: 81px;
    left: 361px;
}
.sec--domestic-map__map__list__items--kyushu {
    bottom: 101px;
    left: 191px;
}
.sec--domestic-map__map__list__items--okinawa {
    top: 97px;
    left: 171px;
}

.sec--domestic-map__map--hokkaido {
    background: url(/attending/guide/images/2025/bg_domestic-map--hokkaido.jpg) no-repeat center/cover;
}
.sec--domestic-map__map__list__items--area-hokkaido {
    top: 40px;
    left: 100px;
}
.sec--domestic-map__map__list__items--douhoku {
    top: 98px;
    right: 486px;
}
.sec--domestic-map__map__list__items--shiretoko {
    top: 208px;
    left: 580px;
}
.sec--domestic-map__map__list__items--douto {
    top: 266px;
    right: 246px;
}
.sec--domestic-map__map__list__items--kushiro {
    bottom: 198px;
    right: 370px;
}
.sec--domestic-map__map__list__items--douo {
    top: 426px;
    right: 406px;
}
.sec--domestic-map__map__list__items--asahikawa {
    top: 240px;
    left: 400px;
}
.sec--domestic-map__map__list__items--hurano-biei {
    top: 298px;
    left: 380px;
}
.sec--domestic-map__map__list__items--obihiro-tokachi {
    bottom: 158px;
    left: 410px;
}
.sec--domestic-map__map__list__items--dounan {
    top: 466px;
    right: 578px;
}
.sec--domestic-map__map__list__items--hakodate {
    bottom: 76px;
    left: 250px;   
}
.sec--domestic-map__map__list__items--sapporo {
    bottom: 189px;
    left: 304px;
}
.sec--domestic-map__map__list__items--otaru {
    bottom: 231px;
    left: 265px;
}
.sec--domestic-map__map__list__items--rishiri-rebun {
    top: 98px;
    left: 210px;
}
:is(.sec--domestic-map__map__list__items--douhoku,.sec--domestic-map__map__list__items--douto,.sec--domestic-map__map__list__items--douo,.sec--domestic-map__map__list__items--dounan) a {
    font-size: 2.4rem;
    padding: 12px 24px;
}

.sec--domestic-map__map--tohoku {
    background: url(/attending/guide/images/2025/bg_domestic-map--tohoku.jpg) no-repeat center/cover;
}
.sec--domestic-map__map__list__items--area-tohoku {
    top: 40px;
    left: 230px;
}
.sec--domestic-map__map__list__items--aomori {
    top: 106px;
    left: 410px;
}
.sec--domestic-map__map__list__items--iwate {
    top: 220px;
    left: 530px;
}
.sec--domestic-map__map__list__items--miyagi {
    top: 356px;
    left: 490px;
}
.sec--domestic-map__map__list__items--fukushima {
    top: 446px;
    left: 460px;
}
.sec--domestic-map__map__list__items--yamagata {
    top: 306px;
    left: 360px;
}
.sec--domestic-map__map__list__items--akita {
    top: 228px;
    left: 370px;
}

.sec--domestic-map__map--kanto {
    background: url(/attending/guide/images/2025/bg_domestic-map--kanto.jpg) no-repeat center/cover;
}
.sec--domestic-map__map__list__items--area-kanto {
    top: 90px;
    left: 230px;
}
.sec--domestic-map__map__list__items--ibaraki {
    top: 219px;
    left: 548px;
}
.sec--domestic-map__map__list__items--chiba {
    top: 357px;
    left: 553px;
}
.sec--domestic-map__map__list__items--tochigi {
    top: 171px;
    left: 452px;
}
.sec--domestic-map__map__list__items--saitama {
    top: 269px;
    left: 371px;
}
.sec--domestic-map__map__list__items--tokyo {
    top: 347px;
    left: 419px;
}
.sec--domestic-map__map__list__items--gumma {
    top: 181px;
    left: 318px;
}
.sec--domestic-map__map__list__items--kanagawa {
    top: 410px;
    left: 298px;
}

.sec--domestic-map__map--chubu-hokuriku {
    background: url(/attending/guide/images/2025/bg_domestic-map--chubu-hokuriku.jpg) no-repeat center/cover;
}
.sec--domestic-map__map__list__items--area-chubu-hokuriku {
    top: 90px;
    left: 230px;
}
.sec--domestic-map__map__list__items--niigata {
    top: 146px;
    left: 610px;
}
.sec--domestic-map__map__list__items--nagano {
    top: 246px;
    left: 530px;
}
.sec--domestic-map__map__list__items--yamanashi {
    top: 306px;
    left: 620px;
}
.sec--domestic-map__map__list__items--shizuoka {
    top: 376px;
    left: 630px;
}
.sec--domestic-map__map__list__items--toyama {
    top: 186px;
    left: 480px;
}
.sec--domestic-map__map__list__items--gifu {
    top: 336px;
    left: 410px;
}
.sec--domestic-map__map__list__items--aichi {
    top: 396px;
    left: 450px;
}
.sec--domestic-map__map__list__items--ishikawa {
    top: 196px;
    left: 350px;
}
.sec--domestic-map__map__list__items--fukui {
    top: 276px;
    left: 310px;
}
.sec--domestic-map__map__list__items--mie {
    top: 446px;
    left: 300px;
}

.sec--domestic-map__map--kansai{
    background: url(/attending/guide/images/2025/bg_domestic-map--kansai.jpg) no-repeat center/cover;
}
.sec--domestic-map__map__list__items--area-kansai {
    top: 90px;
    left: 240px;
}
.sec--domestic-map__map__list__items--shiga {
    top: 180px;
    left: 600px;
}
.sec--domestic-map__map__list__items--nara {
    top: 340px;
    left: 560px;
}
.sec--domestic-map__map__list__items--kyoto {
    top: 117px;
    left: 458px;
}
.sec--domestic-map__map__list__items--osaka {
    top:  252px;
    left: 458px;
}
.sec--domestic-map__map__list__items--hyogo {
    top: 196px;
    left: 358px;
}
.sec--domestic-map__map__list__items--wakayama {
    top: 406px;
    left: 390px;
}

.sec--domestic-map__map--sanin-sanyo{
    background: url(/attending/guide/images/2025/bg_domestic-map--sanin-sanyo.jpg) no-repeat center/cover;
}
.sec--domestic-map__map__list__items--area-sanin-sanyo {
    top: 120px;
    left: 240px;
}
.sec--domestic-map__map__list__items--tottori {
    top: 166px;
    left: 650px;
}
.sec--domestic-map__map__list__items--okayama {
    top: 436px;
    left: 650px;
}
.sec--domestic-map__map__list__items--hiroshima {
    top: 446px;
    left: 500px;
}
.sec--domestic-map__map__list__items--shimane {
    top: 236px;
    left: 410px;
}
.sec--domestic-map__map__list__items--yamaguchi {
    top: 466px;
    left: 270px;
}

.sec--domestic-map__map--shikoku{
    background: url(/attending/guide/images/2025/bg_domestic-map--shikoku.jpg) no-repeat center/cover;
}
.sec--domestic-map__map__list__items--area-shikoku {
    top: 140px;
    left: 240px;
}
.sec--domestic-map__map__list__items--tokushima {
    top: 226px;
    left: 630px;
}
.sec--domestic-map__map__list__items--kagawa {
    top: 166px;
    left: 450px;
}
.sec--domestic-map__map__list__items--kochi {
    top: 366px;
    left: 390px;
}
.sec--domestic-map__map__list__items--ehime {
    top: 256px;
    left: 260px;
}

.sec--domestic-map__map--kyushu{
    background: url(/attending/guide/images/2025/bg_domestic-map--kyushu.jpg) no-repeat center/cover;
}
.sec--domestic-map__map__list__items--area-kyushu {
    top: 80px;
    left: 220px;
}
.sec--domestic-map__map__list__items--oita {
    top: 180px;
    left: 600px;
}
.sec--domestic-map__map__list__items--miyazaki {
    top: 340px;
    left: 549px;
}
.sec--domestic-map__map__list__items--fukuoka {
    top: 117px;
    left: 458px;
}
.sec--domestic-map__map__list__items--kumamoto {
    top: 252px;
    left: 458px;
}
.sec--domestic-map__map__list__items--kagoshima {
    top: 377px;
    left: 413px;
}
.sec--domestic-map__map__list__items--saga {
    top: 161px;
    left: 378px;
}
.sec--domestic-map__map__list__items--nagasaki {
    top: 243px;
    left: 331px;
}

.sec--domestic-map__map--okinawa{
    background: url(/attending/guide/images/2025/bg_domestic-map--okinawa.jpg) no-repeat center/cover;
}
.sec--domestic-map__map__list__items--area-okinawa {
    top: 20px;
    left: 20px;
}
.sec--domestic-map__map__list__items--ishigakijima {
    top: 72px;
    left: 737px;
}
.sec--domestic-map__map__list__items--miyakojima {
    top: 300px;
    left: 878px;
}
.sec--domestic-map__map__list__items--honto-hokubu {
    top: 81px;
    left: 488px;
}
.sec--domestic-map__map__list__items--honto {
    top: 277px;
    left: 528px;
}
.sec--domestic-map__map__list__items--honto-nambu {
    top: 440px;
    left: 450px;
}
.sec--domestic-map__map__list__items--naha {
    top: 373px;
    left: 301px;
}
.sec--domestic-map__map__list__items--iriomotejima {
    top: 186px;
    left: 165px;
}
.sec--domestic-map__map__list__items--kumejima {
    top: 100px;
    left: 20px;
}
.sec--domestic-map__map__list__items--taketomijima {
    top: 289px;
    left: 20px;
}

.sec--domestic-map__map__list__items--no-ico a::before {
    display: none;
}

/* .sec--domestic-area */
.sec--domestic-area__ttl {
    background: url(/attending/guide/images/2025/bg_domestic03.png) no-repeat center/auto 100%;
}
.sec--domestic-area__list__ttl::before {
    border-top: 2px solid #f67979;
    border-right: 2px solid #f67979;
}
.sec--domestic-area__list__list__items a::before {
    border-top: 2px solid #f67979;
    border-right: 2px solid #f67979;
}
.sec--domestic-area__list__list__items a[href*="taketomijima.php"] {
    padding-right: 1em;
}
.sec--domestic-area__list__list__items:has(a[href*="kumejima.php"]) {
    margin-left: -1em;
}

/*---- sec--oversea ----*/
.sec--oversea {
    background: #eff7ff;
    padding-block: 80px;
    position: relative;
}
.sec--oversea__ttl-wrapper {
    background: url(/attending/guide/images/2025/bg_oversea01.png) no-repeat center/auto 100%;
}

/* sec--oversea-map */
.sec--oversea-map {
    margin-bottom: 20px;
}
.sec--oversea-map__ttl {
    background: url(/attending/guide/images/2025/bg_oversea02.png) no-repeat center/auto 100%;
}
.sec--oversea-map__map {
    border: 1px solid #478ecf;
    aspect-ratio: 1024/567;
    position: relative;
    display: none;
}
.sec--oversea-map__map.show{
    display: block;
}
.sec--oversea-map__map__box {
    width: fit-content;
    background: #fff;
    padding: 12px 7px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border: 1px solid #478ecf;
}
.sec--oversea-map__map__box__ttl {
    color: #478ecf;
    border-bottom: 1px solid #478ecf;
    padding-bottom: 10px;
}
.sec--oversea-map__map__box__list__items {
    padding-block: 10px;
    border-bottom: 1px solid #ccc;
}
.sec--oversea-map__map__box__list__items a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #478ecf;
    border-right: 2px solid #478ecf;
    margin-right: 5px;
    rotate: 45deg;
}
.sec--oversea-map__map__box__list__items a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.sec--oversea-map__map .map-btn--back {
    background: #478ecf;
    border: 1px solid #478ecf;
}
.sec--oversea-map__map .map-btn--back:hover {
    color: #478ecf;
    background: #fff;
}
.sec--oversea-map__map .map-btn--back:hover::after {
    background: url(/attending/guide/images/2025/ico_back--hover--oversea.png) no-repeat center/cover;
}

.sec--oversea-map__map--world {
    background: url(/attending/guide/images/2025/bg_oversea-map--world.jpg) no-repeat center/cover;
}
.sec--oversea-map__map__list__items--europe {
    top: 104px;
    left: 162px;
}
.sec--oversea-map__map__list__items--near-east {
    top: 204px;
    left: 172px;
}
.sec--oversea-map__map__list__items--africa {
    top: 304px;
    left: 142px;
}
.sec--oversea-map__map__list__items--asia {
    top: 184px;
    left: 362px;
}
.sec--oversea-map__map__list__items--micronesia {
    top: 298px;
    left: 462px;
}
.sec--oversea-map__map__list__items--oceania{
    top: 377px;
    left: 492px;
}
.sec--oversea-map__map__list__items--hawaii {
    top: 233px;
    left: 602px;
}
.sec--oversea-map__map__list__items--north-america {
    top: 146px;
    left: 762px;
}
.sec--oversea-map__map__list__items--central-south-america {
    top: 374px;
    left: 842px;
}

.sec--oversea-map__map--europe {
    background: url(/attending/guide/images/2025/bg_oversea-map--europe.jpg) no-repeat center/cover;
}
.sec--oversea-map__map__list__items--iceland {
    top: 40px;
    left: 279px;
}
.sec--oversea-map__map__list__items--uk {
    top: 209px;
    left: 275px;
}
.sec--oversea-map__map__list__items--ireland {
    top: 286px;
    left: 205px;
}
.sec--oversea-map__map__list__items--belgium {
    top: 339px;
    left: 223px;
}
.sec--oversea-map__map__list__items--belgium::before {
    width: 166px;
    right: -165px;
    bottom: 26px;
    rotate: -4deg;
}
.sec--oversea-map__map__list__items--belgium::after {
    top: 4px;
    left: 297px;
}
.sec--oversea-map__map__list__items--luxembourg {
    top: 400px;
    left: 205px;
}
.sec--oversea-map__map__list__items--luxembourg::before {
    width: 168px;
    rotate: -11deg;
    top: -17px;
    left: 168px;
}
.sec--oversea-map__map__list__items--luxembourg::after {
    top: -38px;
    left: 333px;
}
.sec--oversea-map__map__list__items--spain {
    top: 453px;
    left: 300px;
}
.sec--oversea-map__map__list__items--portugali {
    top: 506px;
    left: 235px;
}
.sec--oversea-map__map__list__items--france {
    top: 400px;
    left: 415px;
}
.sec--oversea-map__map__list__items--monaco {
    top: 460px;
    left: 448px;
}
.sec--oversea-map__map__list__items--malta {
    top: 508px;
    left: 510px;
}
.sec--oversea-map__map__list__items--holland {
    top: 223px;
    left: 485px;
}
.sec--oversea-map__map__list__items--germany {
    top: 307px;
    left: 580px;
}
.sec--oversea-map__map__list__items--swiss {
    top: 372px;
    left: 610px;
}
.sec--oversea-map__map__list__items--swiss::before {
    width: 52px;
    left: -50px;
    bottom: 7px;
    rotate: -18deg;
}
.sec--oversea-map__map__list__items--swiss::after {
    top: 36px;
    left: -50px;
}
.sec--oversea-map__map__list__items--italy {
    top: 442px;
    left: 620px;
}
.sec--oversea-map__map__list__items--northern-eur {
    top: 54px;
    left: 655px;
}
.sec--oversea-map__map__list__items--baltic {
    top: 194px;
    left: 681px;
}
.sec--oversea-map__map__list__items--east-eur {
    top: 327px;
    left: 768px;
}
.sec--oversea-map__map__list__items--greece {
    top: 442px;
    left: 802px;
}
.sec--oversea-map__map__list__items--greece::before {
    width: 103px;
    bottom: -27px;
    left: -86px;
    rotate: -40deg;
}
.sec--oversea-map__map__list__items--greece::after {
    top: 98px;
    left: -82px;
}
.sec--oversea-map__map__list__items--russia {
    top: 54px;
    left: 890px;
}

.sec--oversea-map__map--asia {
    background: url(/attending/guide/images/2025/bg_oversea-map--asia.jpg) no-repeat center/cover;
}
.sec--oversea-map__map--asia .map__map__list__items a {
    font-size: 1.6rem;
    padding: 8px 10px;
}
.sec--oversea-map__map__list__items--uzbekistan {
    top: 76px;
    left: 70px;
}
.sec--oversea-map__map__list__items--central-asia {
    top: 150px;
    left: 100px;
}
.sec--oversea-map__map__list__items--india {
    top: 269px;
    left: 190px;
}
.sec--oversea-map__map__list__items--maldives {
    top: 495px;
    left: 212px;
}
.sec--oversea-map__map__list__items--maldives::before {
    width: 50px;
    rotate: 72deg;
    left: -32px;
    top: -4px;
}
.sec--oversea-map__map__list__items--maldives::after {
    top: -32px;
    left: -20px;
}
.sec--oversea-map__map__list__items--nepal {
    top: 203px;
    left: 245px;
}
.sec--oversea-map__map__list__items--bangladesh {
    top: 328px;
    left: 228px;
}
.sec--oversea-map__map__list__items--bangladesh::before {
    width: 53px;
    rotate: -62deg;
    top: -24px;
    left: 62px;
}
.sec--oversea-map__map__list__items--bangladesh::after {
    top: -47px;
    left: 94px;
}
.sec--oversea-map__map__list__items--srilanka {
    top: 371px;
    left: 202px;
}
.sec--oversea-map__map__list__items--srilanka::before {
    width: 28px;
    rotate: -50deg;
    left: 34px;
    bottom: -11px;
}
.sec--oversea-map__map__list__items--srilanka::after {
    bottom: -28px;
    left: 34px;
}
.sec--oversea-map__map__list__items--malaysia {
    top: 410px;
    left: 292px;
}
.sec--oversea-map__map__list__items--malaysia::before {
    width: 46px;
    rotate: 24deg;
    bottom: -9px;
    left: 94px;
}
.sec--oversea-map__map__list__items--malaysia::after {
    bottom: -24px;
    left: 134px;
}
.sec--oversea-map__map__list__items--singapore {
    top: 452px;
    left: 275px;
}
.sec--oversea-map__map__list__items--singapore::before {
    width: 30px;
    bottom: 12px;
    left: 136px;
    rotate: 20deg;
}
.sec--oversea-map__map__list__items--singapore::after {
    left: 165px;
    bottom: 0px;
}
.sec--oversea-map__map__list__items--bhutan {
    top: 214px;
    left: 354px
}
.sec--oversea-map__map__list__items--bhutan::before {
    width: 25px;
    bottom: 9px;
    rotate: -23deg;
    left: -23px;
}
.sec--oversea-map__map__list__items--bhutan::after {
    bottom: -3px;
    left: -30px;
}
.sec--oversea-map__map__list__items--myanmar {
    top: 262px;
    left: 364px;
}
.sec--oversea-map__map__list__items--laos {
    top: 301px;
    left: 425px;
}
.sec--oversea-map__map__list__items--thailand {
    top: 340px;
    left: 401px;
}
.sec--oversea-map__map__list__items--vietnam {
    top: 354px;
    left: 477px;
}
.sec--oversea-map__map__list__items--cambodia {
    top: 395px;
    left: 466px;
}
.sec--oversea-map__map__list__items--cambodia::before {
    width: 24px;
    rotate: 63deg;
    left: -17px;
    top: 4px;
}
.sec--oversea-map__map__list__items--cambodia::after {
    top: -14px;
    left: -18px;
}
.sec--oversea-map__map__list__items--brunei {
    top: 436px;
    left: 524px;
}
.sec--oversea-map__map__list__items--indonesia {
    top: 506px;
    left: 580px;
}
.sec--oversea-map__map__list__items--philippines {
    top: 385px;
    left: 614px;
}
.sec--oversea-map__map__list__items--mongolia {
    top: 16px;
    left: 367px;
}
.sec--oversea-map__map__list__items--china {
    top: 159px;
    left: 442px;
}
.sec--oversea-map__map__list__items--macau {
    top: 220px;
    left: 466px;
}
.sec--oversea-map__map__list__items--macau::before {
    width: 44px;
    bottom: -20px;
    left: 28px;
    rotate: 70deg;
}
.sec--oversea-map__map__list__items--macau::after {
    bottom: -48px;
    left: 54px;
}
.sec--oversea-map__map__list__items--hongkong {
    top: 236px;
    left: 552px;
}
.sec--oversea-map__map__list__items--hongkong::before {
    width: 30px;
    rotate: -70deg;
    bottom: 0px;
    left: -20px;
}
.sec--oversea-map__map__list__items--hongkong::after {
    bottom: -23px;
    left: -17px;
}
.sec--oversea-map__map__list__items--taiwan {
    top: 278px;
    left: 592px;
}
.sec--oversea-map__map__list__items--korea {
    top: 137px;
    left: 638px
}

.sec--oversea-map__map--bg_oversea-map--near-east {
    background: url(/attending/guide/images/2025/bg_oversea-map--near-east.jpg) no-repeat center/cover;
}
.sec--oversea-map__map__list__items--turkey {
    top: 100px;
    left: 275px;
}
.sec--oversea-map__map__list__items--israel {
    top: 220px;
    left: 130px;
}
.sec--oversea-map__map__list__items--israel::before {
    width: 33px;
    right: -28px;
    bottom: 9px;
    rotate: 45deg;
}
.sec--oversea-map__map__list__items--israel::after {
    bottom: -10px;
    right: -29px;
}
.sec--oversea-map__map__list__items--jordan {
    top: 222px;
    left: 330px;
}
.sec--oversea-map__map__list__items--saudiarabia {
    top: 360px;
    left: 340px;
}
.sec--oversea-map__map__list__items--caucasus {
    top: 50px;
    left: 450px;
}
.sec--oversea-map__map__list__items--iran {
    top: 210px;
    left: 540px;
}
.sec--oversea-map__map__list__items--qatar {
    top: 284px;
    left: 564px;
}
.sec--oversea-map__map__list__items--qatar::before {
    width: 56px;
    bottom: -10px;
    left: -32px;
    rotate: -80deg;
}
.sec--oversea-map__map__list__items--qatar::after {
    bottom: -40px;
    left: -14px;
}
.sec--oversea-map__map__list__items--uae {
    top: 334px;
    left: 624px;
}
.sec--oversea-map__map__list__items--uae::before {
    width: 30px;
    left: -25px;
    bottom: 7px;
    rotate: -48deg;
}
.sec--oversea-map__map__list__items--uae::after {
    bottom: -10px;
    left: -26px;
}
.sec--oversea-map__map__list__items--oman {
    top: 410px;
    left: 624px;
}

.sec--oversea-map__map--bg_oversea-map--africa {
    background: url(/attending/guide/images/2025/bg_oversea-map--africa.jpg) no-repeat center/cover;
}
.sec--oversea-map__map__list__items--area-africa {
    left: 145px;
}
.sec--oversea-map__map__list__items--morocco {
    top: 96px;
    left: 145px;
}
.sec--oversea-map__map__list__items--tunisia {
    top: 45px;
    left: 344px;
}
.sec--oversea-map__map__list__items--egypt {
    top: 85px;
    left: 532px;
}
.sec--oversea-map__map__list__items--kenya {
    top: 284px;
    left: 585px;
}
.sec--oversea-map__map__list__items--tanzania {
    top: 335px;
    left: 564px;
}
.sec--oversea-map__map__list__items--madagascar {
    top: 412px;
    left: 646px;
}
.sec--oversea-map__map__list__items--south-africa {
    top: 501px;
    left: 499px;
}

.sec--oversea-map__map--bg_oversea-map--central-and-south-america {
    background: url(/attending/guide/images/2025/bg_oversea-map--central-and-south-america.jpg) no-repeat center/cover;
}
.sec--oversea-map__map__list__items--mexico {
    top: 28px;
    left: 298px;
}
.sec--oversea-map__map__list__items--cuba {
    top: 15px;
    left: 450px;
}
.sec--oversea-map__map__list__items--costarica {
    top: 105px;
    left: 200px;
}
.sec--oversea-map__map__list__items--costarica::before {
    width: 48px;
    right: -47px;
    top: 16px;
    rotate: -16deg;
}
.sec--oversea-map__map__list__items--costarica::after {
    top: 5px;
    right: -55px;
}
.sec--oversea-map__map__list__items--colombia {
    top: 134px;
    left: 456px;
}
.sec--oversea-map__map__list__items--peru {
    top: 194px;
    left: 440px;
}
.sec--oversea-map__map__list__items--brazil {
    top: 200px;
    left: 570px;
}
.sec--oversea-map__map__list__items--bolivia {
    top: 252px;
    left: 502px;
}
.sec--oversea-map__map__list__items--chile {
    top: 352px;
    left: 460px;
}
.sec--oversea-map__map__list__items--argentina {
    top: 422px;
    left: 500px;
}

.sec--oversea-map__map--bg_oversea-map--north-america {
    background: url(/attending/guide/images/2025/bg_oversea-map--north-america.jpg) no-repeat center/cover;
}
.sec--oversea-map__map__list__items--canada {
    top: 160px;
    left: 480px;
}
.sec--oversea-map__map__list__items--america {
    top: 370px;
    left: 540px;
}

.sec--oversea-map__map--bg_oversea-map--micronesia {
    background: url(/attending/guide/images/2025/bg_oversea-map--micronesia.jpg) no-repeat center/cover;
}
.sec--oversea-map__map__list__items--palau {
    top: 92px;
    left: 150px;
}
.sec--oversea-map__map__list__items--saipan {
    top: 60px;
    left: 660px;
}
.sec--oversea-map__map__list__items--guam {
    top: 460px;
    left: 434px;
}

.sec--oversea-map__map--bg_oversea-map--oceania {
    background: url(/attending/guide/images/2025/bg_oversea-map--oceania.jpg) no-repeat center/cover;
}
.sec--oversea-map__map__list__items--australia {
    top: 260px;
    left: 160px;
}
.sec--oversea-map__map__list__items--newzealand {
    top: 452px;
    left: 590px;
}
.sec--oversea-map__map__list__items--newcaledonia {
    top: 225px;
    left: 528px;
}
.sec--oversea-map__map__list__items--tahiti {
    top: 151px;
    left: 853px;
}
.sec--oversea-map__map__list__items--fiji {
    top: 170px;
    left: 653px;
}

/* .sec--oversea-area */
.sec--oversea-area__ttl {
    background: url(/attending/guide/images/2025/bg_oversea03.png) no-repeat center/auto 100%;
}
.sec--oversea-area__list__row {
    grid-template-columns: 160px 135px 1fr;
}
.sec--oversea-area__list__ttl::before {
    display: none;
}
.sec--oversea-area__list__list__items a::before {
    border-top: 2px solid #478ecf;
    border-right: 2px solid #478ecf;
}

/*---- sec--blog ----*/
.sec--blog {
    padding-block: 80px 69px;
    background: #f1fff2;
    position: relative;
}
.sec--blog::before {
    content: "";
    display: block;
    width: 192px;
    height: 62px;
    background: url(/attending/guide/images/2025/img_common02.png) no-repeat center/cover;
    position: absolute;
    top: -31px;
    left: 50%;
    translate: -50%;
}
.sec--blog__ttl-wrapper {
    background: url(/attending/guide/images/2025/bg_blog.png) no-repeat center/auto 100%;
}
.sec--blog__lead-txt {
    font-size: 1.3rem;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 30px;
}
.sec--blog__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    margin-bottom: 40px;
}
.sec--blog__list__items {
    display: grid;
}
.sec--blog__list__items__link {
    display: block;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: border-color .3s;
}
.sec--blog__list__items__link:hover {
    border-color: #66c76d;
}
.sec--blog__list__items__img-wrapper {
    margin-bottom: 1.4rem;
    line-height: 1;
}
.sec--blog__list__items__img-wrapper img {
    aspect-ratio: 193/147;
    object-fit: cover;
}
.sec--blog__list__items__info__date {
    font-size: 1.4rem;
    margin-bottom: 13px;
}
.sec--blog__list__items__info__ttl {
    font-size: 1.4rem;
}
.sec--blog__btn { 
    border: 2px solid #66c76d;
    background: #66c76d;
}
.sec--blog__btn:hover {
    color: #66c76d;
}
.sec--blog__btn:hover::after {
    border-color: inherit;
}

/* sec--social */
.sec--social {
    padding-block: 80px;
    background: #fffdeb;
}
.sec--social__ttl-wrapper {
    background: url(/attending/guide/images/2025/bg_social.png) no-repeat center/auto 100%;
}
.sec--social__lead-txt {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 56px;
}
.sec--social__list {
    display: flex;
    justify-content: center;
    gap: 106px;
    margin-bottom: 40px;
}
.sec--social__list a {
    color: #0066cc;
    text-decoration: underline;
    transition: opacity .3s,text-decoration .3s;
}
.sec--social__list a:hover {
    opacity: .7;
    text-decoration: none;
}
.sec--social__list__items__img-wrapper {
    display: grid;
    min-height: 72px;
    place-content: center;
    margin-bottom: 36px;
}
.sec--social__list__items__img--facebook {
    width: 68px;
}
.sec--social__list__items__img--x {
    width: 70px;
}
.sec--social__list__items__img--instagram {
    width: 72px;
}
.sec--social__list__items__img--youtube {
    width: 72px;
}
.sec--social__list__items__txt {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}
.sec--social__btn { 
    border: 2px solid #eaad43;
    background: #eaad43;
}
.sec--social__btn:hover {
    color: #eaad43;
}
.sec--social__btn:hover::after {
    border-color: inherit;
}