body{
    font-family: ヒラギノ角ゴシック, "Hiragino Sans", "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Noto Sans CJK JP", メイリオ, Meiryo, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; 
}

.no-loop-swiper .asw-swipLayout__button--prev, .no-loop-swiper .asw-swipLayout__button--next{
    top: 35%;
}

.asw-button__link--icon, .asw-button__link[href$=".pdf"] > span, .asw-button__link[href$=".doc"] > span, .asw-button__link[href$=".docx"] > span, .asw-button__link[href$=".xls"] > span, .asw-button__link[href$=".xlsx"] > span{
    padding: 0 20px;
}

.custom-swiper .asw-swipLayout__button--prev, .custom-swiper .asw-swipLayout__button--next{
    width: 52px;
}

.custom-swiper .asw-swipLayout__button--prev::after, .custom-swiper .asw-swipLayout__button--next::after{
    width: 52px;
    height: 52px;
    content: '';
    background-image: url(/domestic/theme/season/gw/img/241206/ico_arrow_round_blue.svg);
}

.asw-swipLayout__scrollbar{
    display: none;
}

.no-top-margin-pc.asw-layout-grid[data-pc-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
    margin-top: 0;
}

.animated-container{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animated-container.visible {
    opacity: 1 !important;
    transform: translateY(0);
}

.custom-head-lg .asw-headline__title{
    font-size: 3.4rem;
}

.custom-border-line hr.res-hr-line{
    margin: 10rem 0;
    position: relative;
    background-color: #001783;
    border: none;
    height: 2px;
}

.custom-border-line hr::after{
    content: url(/domestic/theme/season/gw/img/241206/ico_plane_round.svg);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.5555555555rem;
}

.mv-logo{
    padding: 0 4%;
}

.mv-logo img{
    width: 30%;
}

.align-center-items > .asw-layout-grid__inner{
    align-items: center;
}

.secondgrid-flexend > .asw-layout-grid__inner .asw-layout-grid__item:nth-child(even){
    align-self: flex-end;
}

.section-title-h3 .asw-headline__title{
    font-size: 3rem;
}

.green-section-bg{
  background-color: #D2D8AC !important;
}

.peach-section-bg{
  background-color: #e0aa8452 !important;
}

.rounded-corner-bg{
  border-radius: 30px;
}

.asw-decoration.no-padding{
    padding: 0 8%;
}

.asw-decoration--background.asw-decoration--color-white.asw-decoration--transparent{
    background-color: rgb(255 255 255 / 0%);
}

.full-width-area{
    padding: 0;
    border-radius: 30px;
}

.full-width-area .asw-layout-grid__inner{
    justify-content: center;
    align-items: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.full-width-area .asw-layout-grid__item{
    padding: 0 !important;
}

.full-width-area .asw-layout-grid[data-pc-column="2"].asw-layout-grid--1by2-abovetablet > .asw-layout-grid__inner > .asw-layout-grid__item:nth-child(odd){
    width: 40%;
}

.full-width-area .asw-layout-grid[data-pc-column="2"].asw-layout-grid--1by2-abovetablet > .asw-layout-grid__inner > .asw-layout-grid__item:nth-child(even){
    width: 60%;
}

.full-width-area .asw-layout-grid[data-pc-column="2"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+2)){
    margin-top: 20px;
}

.full-width-area .transparent-btn-container .asw-layout-grid__inner{
    gap: 15px;
}

.full-width-area .transparent-btn-container.asw-layout-grid[data-pc-column="2"] > .asw-layout-grid__inner > .asw-layout-grid__item{
     width: calc((100% - 15px) / 2);
}


.full-width-area .asw-layout-grid__item:nth-child(2) > .aem-GridColumn{  
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

}

.custom-row-headline .asw-headline__title{
    display: flex;
    align-items: center;
    color: #19318A;
}

.custom-row-headline p:first-of-type {
    font-size: 3.4rem;
    padding-right: 2rem;
    position: relative;
    border-right: 2px solid #19318A;
}

.custom-row-headline .sub-title-text{
    font-size: 2rem;
    padding-left: 3rem;
}

.square-button .asw-button__link{
    font-size: 1.5rem;
    border-radius: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 60px;
    background-color: #003087;
    border: 1px solid #003087;
}

.square-button.text-center .asw-button__link{
    justify-content: center;
}

.hover-change-bg-button .asw-button__link{
    transition: background-color 0.3s ease;
}

.hover-change-bg-button .asw-button__link:hover{
    background-color: #fff;
    color: #003087;
}

.transparent-btn .asw-button__link:hover{
    color: #003087;
}

.square-button.no-arrow .asw-button__link::after{
    display: none;
}

.square-button.no-arrow .asw-button__link *{
    flex: 1 1;
}

.square-button .asw-button__link::after, .transparent-btn .asw-button__link::after{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    position: absolute;
    padding-left: 0.2rem;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.square-button .asw-button__link::after{
    content: '';
    background-image: url(/domestic/theme/season/gw/img/241206/ico_arrow_round_blue.svg);
    right: 3%;
}

.transparent-btn .asw-button__link::after {
    background-image: url(/domestic/theme/season/gw/img/241206/ico_arrow_round_white.svg);
    content: '';
    width: 32px;
    height: 32px;
}


.square-button .asw-button__link--icon-arrow::after, .transparent-btn .asw-button__link--icon-arrow::after{
    display: none;
}

.transparent-btn .asw-button__link{
    display: flex;
    align-items: center;
    background-color: #00146e00;
    color: #231815;
    min-height: 60px;
    padding: 0; 
    border-bottom: 1px solid #231815;
    border-radius: 0;
    font-size: 1.8rem;
    text-align: left;
}

.transparent-btn .asw-button__link--icon{
    padding: 0;
}

.mv-container{
    position: relative;
}

.loop-mv{
    overflow: hidden;
    position: relative;
}

.loop-mv > div{
    display: flex;
    width: 100vw;
    height: 680px;
}

.loop-mv img:first-child{
    animation: loop 200s -100s linear infinite;
}

.loop-mv img:last-child{
    animation: loop2 200s linear infinite;
}

.loop-mv img{
    height: 100%;
}


.loop-mv::before {
    content: '';
    position: absolute;
    top: 0;
    background-image: url(/domestic/theme/season/gw/img/241206/mv_background.png);
    background-size: cover;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 52% 100%, 0% 100%);
    min-width: 686px;
    opacity: 0.9;
    z-index: 2;
    width: 50vw;
}

.mv-logo-text-container{
    position: absolute;
    width: 100%;
    max-width: 1200px;
    z-index: 3;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.top-anchor-button-container{
    transform: translateY(-4rem);
    position: relative;
    z-index: 3;
}

.top-anchor-button-container .asw-layout-grid__inner{
    gap: 7px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.top-anchor-button-container .asw-layout-grid__inner  .asw-layout-grid__item {
    flex: 1 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.top-anchor-button-container a{
    background-color: #FFFFFF;
    color: #231815;
    font-size: 1.4rem;
    border: #DC1A50 2px solid;
    border-radius: 5px;
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.top-anchor-button-container a:hover{
    color: #231815;
}

.top-anchor-button-container a::after{
    content: '';
    background: url(/domestic/theme/season/gw/img/241206/ico_arrow_red.svg);
    height: 6px;
    width: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 13%;
}


.spring-section{
    position: relative;
    padding-bottom: 8rem;
    z-index: 0;
}

.spring-section::before{
    position: absolute;
    content: url(/domestic/theme/season/gw/img/251211/bg_flower_top.png);
    top: -1%;
    right: 0;
    z-index: -1;
}

.spring-section::after{
    position: absolute;
    content: url(/domestic/theme/season/gw/img/251211/bg_flower_bottom.png);
    bottom: -3%;
    z-index: -1;
}

.bg-walk{
    position: relative;
}

.bg-walk::after{
    position: absolute;
    width: 261px;
    height: 217px;
    content: '';
    background-image: url(/domestic/theme/season/gw/img/241206/img_bg_walk.png);
    right: 0;
    top: -11rem;
    background-size: contain;
    background-repeat: no-repeat
}

.asw-layout-grid[data-pc-column="2"].container-each-m > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+2)){
    margin-top: 25px;
}

.full-width-anchor{
    position: relative;
}

.img-switch-container > .asw-layout-grid__inner{
    align-items: center;
    min-height: 550px;
}

.img-switch-container > .asw-layout-grid__inner > .asw-layout-grid__item:nth-of-type(2){ 
    position: absolute;
    right: 0;
    padding-right: 0 !important;
}

.image-preview img{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.hashtag-full-container{
    padding-top: 4.6rem;
    padding-bottom: 6.5rem;
    margin-top: 10rem;
}

.hashtag-full-container .asw-layout-grid__item{
    width: fit-content !important;
}

.hashtag-button-container .asw-button__link{
    border-radius: 10px;
    color: #231815 !important;
    border: 2px solid #1D2080;
    font-size: 1.5rem;
}

.coupon-container{
    padding-top: 4.7rem;
    padding-bottom: 5.5rem;
    /* margin-top: 9rem; */
}

.modal-container > .asw-container__inner > .aem-Grid{
    border-bottom: 2px solid #001783;
}


.modal-container > .asw-container__body::after{
    content: '';
    background-image: url(/domestic/theme/season/gw/img/241206/ico_plane_round.svg);
    width: 70px;
    height: 70px;
    background-size: cover;
    background-repeat: none;
}

.pink-section {
    padding: 1rem 0 5rem;
}


#floating-box {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 99;
  text-align: right;
}

.circle-button{
    position: fixed;
    right: 25px;
    z-index: 99;
    text-align: right;
    bottom: 25px;
}

.circle-button .close-btn{
    position: absolute;
    content: '';
    background-image: url(/domestic/theme/season/gw/img/241206/btn_close.png);
    width: 31px;
    height: 31px;
    right: 10%;
    top: 21%;
    background-color: #fff;
    border-radius: 100%;
    font-size: 0;
}


#floating-box ul.icon-buttons {
  width: 95px;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
}
#floating-box ul.icon-buttons li {
}
#floating-box ul.icon-buttons li a {
  display: block;
  height: 128px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: .2s;
}
#floating-box ul.icon-buttons li.upper a {
  border-radius: 10px 0 0 10px;
  background-image: url(/domestic/theme/season/gw/img/241206/float-btn01.png);
  background-color: #001783;
}
#floating-box ul.icon-buttons li.lower a {
  border-radius: 10px 0 0 10px;
  background-image: url(/domestic/theme/season/gw/img/241206/float-btn02.png);
  background-color: #036EAD;
}
#floating-box ul.icon-buttons li a span {
  color: transparent;
  opacity: 0;
}
.circle-button {
  padding: 12px 7px 0 0;
}

.circle-button .btn-container{
    position: relative;
}

.circle-button .main {
    display: block;
    width: 170px;
    height: 180px;
    background-image: url(/domestic/theme/season/gw/img/241206/float-btn03.png);
    transition: .2s;
    background-repeat: no-repeat;
    font-size: 0;
}

.no-loop-swiper .asw-swipLayout__item{
    padding-left: 0;
}


.no-loop-swiper.asw-swipLayout {
    position: relative;
    width: 100vw;
    left: 50%;
    max-width: 1400px;
    transform: translateX(-50%);
    overflow: hidden;
}

.no-loop-swiper .asw-swipLayout__container{
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    max-width: 1200px;
    padding: 0 4%;
}

.no-loop-swiper .asw-swipLayout__item > .asw-decoration{
    padding: 0 4.347826087% 0 0;
}

.no-loop-swiper .asw-swipLayout[data-pc-slides-per-view="2"] .asw-swipLayout__item {
    width: 40% !important;
}

.no-loop-swiper .text-title{
    font-size: 2.4rem;
    min-height: 72px;
    font-weight: bold;
}

.no-loop-swiper .title-caption{
    font-size: 1.6rem;
}

.no-loop-swiper .res-hr-line  {
    margin: 17px 0 20px;
}

.no-loop-swiper .text-description{
    font-size:  1.6rem;
}

.no-loop-swiper .asw-button__link{
    max-width: 320px;
}

.no-loop-swiper .asw-swipLayout__button--next{
    right: -3.055555%;
}

.no-loop-swiper .asw-swipLayout__button--prev{
    left: -3.0555555%;
}

.custom-card-container .asw-card--tag{
    padding-bottom: 0;
    border-radius: 5px;
}

.custom-card-container .asw-card{
    background-color: #0D2984;
}

.custom-card-container .asw-tag-card__title{
    color: #fff;
    text-align: center;
}

.custom-card-container .asw-tag-card__txt--lg{
    font-size: 2rem;
}

.custom-card-container .asw-swipLayout__pagination-container{
    margin: 80px auto 20px;
}

.asw-swipLayout.custom-card-white-arrow{
    position: relative;
    width: 100vw;
    left: 50%;
    max-width: 1104px;
    transform: translateX(-50%);
    overflow: visible;
    padding-left: 4.347826087%;
}

.custom-card-white-arrow .asw-swipLayout__button--prev{
    left: -7%;
}

.custom-card-white-arrow .asw-swipLayout__button--next{
    right: -7%;
}

.custom-card-white-arrow .asw-swipLayout__container{
    width: 100%;
    margin: 0 auto 0 0;
    max-width: 1104px;
}

.custom-card-container.asw-swipLayout{
    width: 100vw;
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    background-color: #ffffff80;
    margin-top: 250px;
}

.custom-card-container .asw-swipLayout__container{
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    max-width: 1104px;
}

.custom-card-container .asw-swipLayout__item{
    padding-left: 0;
}

.custom-card-white-arrow.asw-swipLayout[data-pc-slides-per-view="2"] .asw-swipLayout__item{
    width: 48%!important;
}

.custom-card-white-arrow .asw-swipLayout__item{
    padding-left: 0;
}

.content-card{
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    margin-top: 2.8rem;
    overflow: hidden;
}

a.content-card::after {
    display: block;
    content: '';
    background-image: url();
    background-image: url(/domestic/theme/season/gw/img/241206/ico_arrow_round_white.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    right: 5%;
    bottom: 4%;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-card img{
    width: 100%;
}

.content-card .text-container{
    padding: 1.5rem;
}

.content-card .card-title{
    font-size: 2rem;
    font-weight: bold;
}

.content-card .card-caption{
    font-size: 1.3rem;
    width: 80%;
}

.modal-title{
    font-size: 2rem;
}

.mwargin-bottom-wide{
    margin-bottom: 20rem;
}
 
.hashtag-slider .asw-swipLayout__container {
    background-color: #ffffff80;

}

.hashtag-slider .asw-decoration{
    background-color: #0D2984;
    padding: 0;
    border-radius: 5px;
}

.hashtag-slider .asw-image-caption{
    color: #fff;
    font-weight: bold;
    padding: 2rem 0.3rem;
    text-align: center;
    font-size: 1.5rem;
}

.hashtag-slider{
    width: 100vw;
    max-width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.content-card img:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.margin-bottom-wide{
    margin-bottom: 24rem;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

/*SP*/

@media (max-width: 767px) {
    .ssn-ticket_tour_box{
        padding-top: 0px;
    }

    .custom-head-lg{
        margin-top: 0 !important;
    }


    .content-card .card-title{
        font-size: 1.8rem;
        margin: 0;
    }

    #booking .asw-headline__title{
        font-size: 2rem;
    }

    .asw-margin-gap-m-md.asw-layout-grid[data-sp-column="2"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+2)){
        margin-top: 0;
    }

    .content-card{
        border-radius: 10px;
    }

    .asw-image--custom:last-child{
        margin-bottom: 0;
    }

    .p_monthColumn__dt{
        margin-top: 0;
    }

    .hashtag-slider .asw-swipLayout__container{
        margin: 0 4% 0 0 !important;
        width: 100%;
        overflow: visible;
        max-width: 1200px;
        padding: 0 !important;
        padding-bottom: 5px !important;
    }

    .hashtag-full-container .asw-headline{
        margin-top: 20px;
    }

    .hashtag-full-container {
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 10rem;
        background-size: 100% 100%;
        background-position: center;
    }

    .hashtag-slider .asw-image-caption{
        font-size: 1.2rem;
        min-height: 50px;
        padding: 0 0.3rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hashtag-slider .asw-swipLayout__item .asw-decoration{
        margin-bottom: 0;
    }

    .hashtag-slider .asw-swipLayout__button-body {
        margin-top: 15px;
    }
    
    .hashtag-slider .asw-swipLayout__button-inner {
        margin: 0 4%;
    }

    .hashtag-slider .asw-swipLayout__button--prev {
        left: calc(83% - 15px) !important;
        position: absolute;
    }

    .hashtag-slider .asw-swipLayout__button--next {
        right: 30px !important;
        position: absolute;
    }

    .hashtag-slider .asw-swipLayout__container{
      margin: 50px 4% 0 0 !important;
    }

    .no-loop-swiper .asw-swipLayout__container{
        padding: 0 4%;
    }

    .asw-swipLayout.custom-card-white-arrow{
        padding-left: 24px;
    }

    .hashtag-full-container .asw-button__link{
        padding: 12px 5px;
    }

    .custom-card-white-arrow .asw-swipLayout__item{
        padding-right: 5%;
    }

    .loop-mv > div{
        height: 450px;
    }

    .loop-mv::before{
        clip-path: polygon(0 0, 100% 0%, 52% -55%, 0% 100%);
    }

    .mv-logo img {
    width: 59%;
    }

    .asw-button__link {
        max-width: 100%;
        width: 100%;
    }

    .top-anchor-button-container .asw-layout-grid__inner{
        gap: 3px;
    }

    .top-anchor-button-container a{
        font-size: 0.86rem;
        height: 50px;
        min-height: auto;
    }



    .top-anchor-button-container .asw-layout-grid__inner .asw-layout-grid__item{
        flex: unset;
    }

    .top-anchor-button-container.asw-layout-grid[data-sp-column="3"] > .asw-layout-grid__inner > .asw-layout-grid__item{
        width: calc((100% - 6px) / 3);
    }

    .top-anchor-button-container.asw-layout-grid[data-sp-column="3"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+3)){
        margin-top: 5.5px;
    }

    .custom-head-lg .asw-headline__title{
        font-size: 1.8rem;
    }

    .secondgrid-flexend > .asw-layout-grid__inner .asw-layout-grid__item:nth-child(even){
    align-self: center;
    }

    .asw-gap-s-md.asw-layout-grid[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
        margin-top: 8px;
    }

    .asw-gap-m-md.asw-layout-grid[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
        margin-top: 15px;
    }

    .square-button .asw-button__link{
        border-radius: 5px;
    }

    .custom-row-headline .asw-headline__title{
        flex-direction: column;

    }

    .custom-row-headline .asw-headline__title{
        align-items: flex-start;
    }

    .custom-row-headline p:first-of-type{
        font-size: 1.9rem;
        margin-bottom: 0;
        padding-right: 0;
        border-right: none;
    }

    .custom-row-headline .sub-title-text{
        font-size: 1.2rem;
        padding-left: 0;
    }

    .bg-walk::after{
        width: 100px;
        height: 97px;
        right: -1rem;
        top: 0;
    }

    .spring-section{
        padding-bottom: 4rem;
    }

    .spring-section::before{
        content: url(/domestic/theme/season/gw/img/251211/bg_flower_top_sp.png);
        top: 0;
    }

    .spring-section::after{
        content: url(/domestic/theme/season/gw/img/251211/bg_flower_bottom_sp.png);
        bottom: -4%;
    }

    .hashtag-full-container .asw-layout-grid__item{
        width: 50% !important;
    }

    .hashtag-full-container .asw-layout-grid__item .asw-button__link{
        font-size: 1rem;
        border-radius: 5px;
    }

    .image-preview{
        display: none;
    }

    .half-width-img .asw-image{
        width: 50%;
    }

    .transparent-btn .asw-button__link::after {
    width: 18px;
    height: 18px;
    }

    .section-title-h3 .asw-headline__title{
        font-size: 1.7rem;
    }

    .full-width-area .asw-layout-grid[data-pc-column="2"].asw-layout-grid--1by2-abovetablet > .asw-layout-grid__inner > .asw-layout-grid__item:nth-child(odd){
        width: 100%;
    }

    .full-width-area .asw-layout-grid[data-pc-column="2"].asw-layout-grid--1by2-abovetablet > .asw-layout-grid__inner > .asw-layout-grid__item:nth-child(even){
        width: 100%;
    }

    .transparent-btn .asw-button__link{
        font-size: 1rem;
    }

    .asw-decoration.no-padding{
        padding: 0 4%;
    }

    .full-width-area{
        padding-bottom: 2.6rem;
        border-radius: 20px;
    }

    .full-width-area .asw-image {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .full-width-area .asw-layout-grid[data-pc-column="2"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+2)){
    margin-top: 0px;
    }

    .full-width-area .asw-button__item{
        margin-top: 5px;
    }

    .square-button .asw-button__link{
        font-size: 1.2rem;
    }

    .square-button .asw-button__link::after{
        right: 5%;
    }

    .square-button .asw-button__link span{
        flex: 1 1;
    }

    .square-button.text-center .asw-button__link{
        justify-content: center;
    }

    .img-switch-container > .asw-layout-grid__inner{
        min-height: auto;
    }

    .asw-gap-l-md.asw-layout-grid[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
        margin-top: 28px;
    }

    .coupon-container{
        padding-top: 5rem;
    }

    .custom-card-white-arrow .asw-swipLayout__container{
        padding-left: 0;
    }

    .custom-swiper .asw-swipLayout__button--prev, .custom-swiper .asw-swipLayout__button--next{
        position: absolute;
        top: 0 !important;
        width: 27px;
    }

    .custom-card-white-arrow .asw-swipLayout__button--prev{
        left: calc(87% - 15px) !important;
        position: absolute;
    }

        .custom-card-white-arrow .asw-swipLayout__button--next {
        right: 15px;
        position: absolute;
    }

    .custom-swiper .asw-swipLayout__button--prev::after, .custom-swiper .asw-swipLayout__button--next::after{
        width: 27px;
        height: 27px;
        background-size: cover;
    }

    .no-loop-swiper .asw-swipLayout__button-inner{
        margin: 0 4%;
    }


    .no-loop-swiper .asw-swipLayout__button--prev{
        left: calc(80% - 15px) !important;
        position: absolute;
    }

    .no-loop-swiper .asw-swipLayout__button--next{
        right: 30px !important;
        position: absolute;
    }

    .no-loop-swiper.asw-swipLayout{
        padding-top: 20px;
    }

    .no-loop-swiper .asw-swipLayout__button-body{
        margin-top: 15px;
    }

    /*.modal-title{
        font-size: 1.2rem;
    }*/

    .content-card .card-caption{
        width: 100%;
        margin-top: 10px;
    }

    .content-card .text-container{
        padding: 2rem 1.5rem;
    }

    a.content-card::after{
        width: 20px;
        height: 20px;
    }

    .custom-border-line hr::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -1.555556rem;
        background-image: url(/domestic/theme/season/gw/img/241206/ico_plane_round.svg);
        background-size: contain;
        width: 35px;
        height: 35px;
    }

    .items-margin-s-md.asw-layout-grid[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
        margin-top: 20px;
    }

    .margin-bottom-wide{
        margin-bottom: 2rem;
    }

    .custom-border-line hr.res-hr-line{
        margin: 5rem 0;
        height: 1px;
    }

    .square-button.no-arrow .asw-button__link--icon{
        padding: 0 2px;
    }

    .transparent-btn .asw-button__link{
        min-height: 40px;
        text-align: left;
    }

    .pink-section{
        padding: 5rem 0 5rem;
    }


    .hashtag-button-container.asw-layout-grid--interval-m[data-sp-column="2"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+2)){
        margin-top: 5px;
    }

    .transparent-btn .asw-button__link--icon{
        width: calc(100% - 18px);
    }

}



@media (min-width: 768px) {
  #floating-box ul.icon-buttons li.upper a{
    margin-bottom: 15px;
  }

  #floating-box ul.icon-buttons li a:hover {
    background-position: 58% 50%;
  }
  .circle-button a:hover {
    transform: scale(0.95);
  }
  .ssn-ticket_tour_box {
    padding-top: 0;
}
}
@media (max-width: 1024px) {
  #floating-box {
    top: auto;
    bottom: 57px;
    text-align: center;
    width: 100%;
    z-index: 99;
  }
  #floating-box ul.icon-buttons {
    width: 100%;
    display: flex;
  }
  #floating-box ul.icon-buttons li {
    width: 50%;
  }
  #floating-box ul.icon-buttons li a {
    border-radius: 0 !important;
    height: 15vw;
    min-height: 40px;
  }
  #floating-box ul.icon-buttons li.upper a {
    background-image: url(/domestic/theme/season/gw/img/241206/float-btn01_sp.png);
    background-size: 30vw;
  }
  #floating-box ul.icon-buttons li.lower a {
    background-image: url(/domestic/theme/season/gw/img/241206/float-btn02_sp.png);
    background-size: 37vw;
  }
  .circle-button {
    position: fixed;
    right: 0px;
    bottom: calc(58px + 18vw + 4px);
  }
  .circle-button .main {
    width: 80px;
    height: 80px;
    height: auto;
    aspect-ratio: 161 / 181;
    background-size: cover;
    background-position: center;
  }
  .footer {
    padding-bottom: calc(58px + 11vw + 36px);
  }

  .circle-button .close-btn{
    width: 20px;
    height: 20px;
    right: 0%;
    top: 10%;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 1321px){
    .custom-card-white-arrow .asw-swipLayout__button--prev {
        left: 0 !important;
    }

     .custom-card-white-arrow .asw-swipLayout__button--next {
        right: 0 !important;
     }

     .no-loop-swiper .asw-swipLayout__button--prev, .hashtag-slider .asw-swipLayout__button--prev{
        left: 3%;
     }

     .no-loop-swiper .asw-swipLayout__button--next, .hashtag-slider .asw-swipLayout__button--next{
        right: 3%;
     }
}

@media (min-width: 1400px){
    .hashtag-slider > .asw-swipLayout__container{
        width: 100%;
        padding: 0 calc(80px + 4%) !important;
        margin: 0;
    }
}

/*TAB DISPLAY*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .asw-layout-grid[data-tab-column="3"] > .asw-layout-grid__inner > .asw-layout-grid__item {
        width: calc((100% - 14px) / 3);
        flex: unset ;
    }

    .asw-layout-grid[data-tab-column="3"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+3)){
        margin-top: 10px;
    }

    #floating-box ul.icon-buttons li.upper a{
        margin-bottom: 0;
    }

    .loop-mv::before{
        clip-path: polygon(0 0, 100% 0%, 20% 100%, 0% 100%);
        min-width: auto;
        width: 45vw;
    }

    .transparent-btn .asw-button__link{
        font-size: 1.3rem;
    }

    .square-button .asw-button__link{
        font-size: 1.2rem;
    }

    .custom-row-headline p:first-of-type{
        font-size: 2rem;
    }

    .custom-row-headline .sub-title-text{
        font-size: 1.4rem;
    }

    .ssn-ticket_tour_box{
        padding-top: 0 ;
        padding-bottom: 5rem;
    }

    .hashtag-slider .asw-image-caption{
    font-size: 1.3rem;
    }
}

@media screen and (min-width: 768px) {
    .bg-walk .sub-title-text{
        width: calc(66.11% - 261px);
    }
}
/* ガジェットレイアウト */
@media (min-width: 769px) {
  .p_monthColumn:not(.-column1) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .p_monthColumn:not(.-column1) {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width:767px) {
.square-button.fs-15 .asw-button__link{
font-size: 1.5rem !important;
}
.asw-layout-grid.margin-zero[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child) {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 1025px) {
  .hashtag-full-container .asw-layout-grid--interval-m[data-pc-column="4"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+4)) {
    margin-top: 0;
  }
}

@media (max-width:767px) {
  .img_sp-width45 img {
    width: 45%;
  }
}

/* mvボタン */
.loop-mv__play {
  position: absolute;
  bottom: 10%;
  right: 15px;
}
.loop-mv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1.5px solid #19318A;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.mv-loop__stop {
  position: relative;
  width: 10px;
  height: 16px;
  font-size: 0;
}
.mv-loop__stop::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #19318A;
}
.mv-loop__stop::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #19318A;
}
.mv-loop__start {
  display: none;
  position: relative;
  width: 15px;
  height: 16px;
  font-size: 0;
}
.mv-loop__start > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.mv-container.-pause .loop-mv img {
  animation-play-state: paused;
}
.mv-container.-pause .mv-loop__stop {
  display: none;
}
.mv-container.-pause .mv-loop__start {
  display: block;
}

@media screen and (min-width: 768px) {
  /* PCのタイトルの改行を防ぐ対応 */
  .asw-text.text-title.fz26-isPC{
    font-size: 2.3rem;
  }
}

/* TOPのスタイル調整用 */
.strong-red strong{
  color: #D91829;
}
.padding-when-overflow-hidden.asw-container--over{
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .padding-when-overflow-hidden.asw-container--over{
    padding-bottom: 64px;
  }
}
.p_month {
  min-height: 487px;
}
@media (max-width: 767px) {
  .p_month {
    min-height: min(139.5vw, 1070px);
  }
}
/* 冬旅踏襲 251119 */
.pd-bottom-80 {
  padding-bottom: 8rem;
}
.pd-top-80 {
  padding-top: 8rem;
}
/* ANAで予約するメリット https://www.ana.co.jp/ja/jp/domestic/theme/　からのコピペ流用 251119 */
.text-blue { color: #00156E; }
.ana-3012_border .asw-text-link__anchor {
    border: solid 1px;
    border-radius: 0.25rem;
    padding: 0.5rem;
}
.ana-3012_border .asw-text-link__anchor--icon-arrow::before { content: none; }
@media screen and (min-width: 768px) {
    .asw-text-link--horizontal .asw-text-link__item { margin-right: 1rem; }
}


.hd-benefits {
  margin: auto;
  width: 100%;
  background-color: #eef4fd;
  padding: 32px 0 64px;
}
@media (min-width: 768px) {
  .hd-benefits {
    padding: 64px 0 80px;
  }
}
.hd-benefits__inner {
  padding: 0 4%;
  margin: 0 auto;
}
.hd-benefits__content {
  max-width: 1200px;
  margin: 0 auto;
}
.hd-benefits__header {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 0 0 24px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .hd-benefits__header {
    font-size: 2.8rem;
    margin-bottom: 48px;
  }
}
.hd-benefits__view-more-btn {
  text-align: center;
  color: #00146e;
  background-color: transparent;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.hd-benefits__view-more-btn:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .hd-benefits__view-more-btn {
    font-size: 2.2rem;
    font-weight: 600;
  }
}
.hd-benefits__view-more-content {
  width: 100%;
}
.hd-benefits__view-more-content-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}


.hd-point1 {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: solid 1px #f1f1f1;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .hd-point1 {
    padding-bottom: 32px;
  }
}
.hd-point1__title {
  background-color: #cbd4ea;
  color: #00146e;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  padding: 22px 0 16px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .hd-point1__title {
    font-size: 2.2rem;
  }
}
.hd-point1__main-text {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 16px 0 28px;
  color: #0a318f;
}
@media (min-width: 768px) {
  .hd-point1__main-text {
    font-size: 2.4rem;
    margin: 24px 0 32px;
  }
  .hd-point1__main-text br {
    display: none;
  }
}
.hd-point1__chips {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 4px;
}
.hd-point1__chip--gradient {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0a318f 50%, #00a7ea 50%);
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .hd-point1__chip--gradient {
    font-size: 1.8rem;
    margin-top: 16px;
  }
}
.hd-point1__chip--dark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: #0a318f;
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .hd-point1__chip--dark {
    font-size: 2rem;
  }
}
.hd-point1__chip--light {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: #00a7ea;
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .hd-point1__chip--light {
    font-size: 2rem;
  }
}
.hd-point1__chip--medium {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: #3478e3;
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .hd-point1__chip--medium {
    font-size: 2rem;
  }
}
.hd-point1__subtitle {
  width: 92%;
  margin: 0 auto 24px;
  max-width: 348px;
}
.hd-point1__subtitle__text {
  margin: 0;
  padding: 8px 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0a318f;
  text-align: center;
  border-top: 3px solid #00a7ea;
  border-bottom: 3px solid #0a318f;
}
@media (min-width: 768px) {
  .hd-point1__subtitle {
    padding: 0 16px;
    max-width: 736px;
  }
  .hd-point1__subtitle__text {
    font-size: 2.4rem;
    padding: 10px 0;
  }
  .hd-point1__subtitle br {
    display: none;
  }
}
.hd-point1__package {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  max-width: 348px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .hd-point1__package {
    width: 100%;
    max-width: 736px;
    padding: 0 16px;
    justify-content: space-between;
  }
  .hd-point1__package > img {
    height: 56px;
  }
}
@media (min-width: 768px) {
  .hd-point1__package-img {
    width: 94.6666667%;
  }
}
.hd-point1__package-item {
  width: 140px;
  border-radius: 16px;
  padding: 16px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hd-point1__package-item > p {
  background-color: #fff;
  color: #0a318f;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 8px;
  width: 88.7%;
  padding: 8px 2px;
}
@media (min-width: 768px) {
  .hd-point1__package-item {
    width: 300px;
  }
  .hd-point1__package-item > p {
    width: 96.6666667%;
    font-size: 2.4rem;
    padding: 16px;
  }
}
.hd-point1__package-item--light {
  background-color: #cbd4ea;
}
.hd-point1__package-item--dark {
  background-color: #00a7ea;
}
.hd-point1__info-box--wrapper {
  width: 92%;
  margin: 0 auto 16px;
  max-width: 348px;
}
@media (min-width: 768px) {
  .hd-point1__info-box--wrapper {
    width: 100%;
    max-width: 736px;
    padding: 0 16px;
  }
}
.hd-point1__info-box--text {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  background-color: white;
  border: 6px solid #00a7ea;
  border-radius: 12px;
  padding: 12px;
  width: fit-content;
  text-align: left;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #0a318f;
}
.hd-point1__info-box--text::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 10%;
  transform: translateX(-50%);
  border-width: 0 12px 24px 12px;
  border-style: solid;
  border-color: transparent transparent #00a7ea transparent;
}
@media (min-width: 768px) {
  .hd-point1__info-box--text {
    width: 100%;
    max-width: 736px;
    font-size: 3.2rem;
    font-weight: 600;
    color: #0a318f;
    margin-top: 16px;
  }
  .hd-point1__info-box--text::before {
    top: -32px;
    border-width: 0 14px 28px 14px;
  }
}
.hd-point1__info-box--sm-text {
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .hd-point1__info-box--sm-text {
    font-size: 2.2rem;
  }
}
.hd-point1__info-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .hd-point1__info-icon {
    width: 140px;
  }
}
.hd-point1__info-text {
  font-size: 1.4rem;
  font-weight: 600;
  color: #3478e3;
}
@media (min-width: 768px) {
  .hd-point1__info-text {
    font-size: 2.4rem;
  }
}
.hd-point1__link-full {
  width: 312px;
  height: 48px;
  border: 1px solid #00146e;
  border-radius: 56px;
  color: #00146e;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
  background: transparent;
  cursor: pointer;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hd-point1__link-full:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .hd-point1__link-full {
    min-width: 74%;
    width: 66%;
    font-size: 2.2rem;
  }
}
.hd-point1__detail {
  width: 92%;
  margin: 0 auto 24px;
  max-width: 348px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .hd-point1__detail {
    width: 100%;
    max-width: 832px;
    padding: 0 16px;
  }
}
.hd-point1__section {
  width: 100%;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hd-point1__section--blue {
  background-color: #cbd4ea;
}
.hd-point1__section--lightblue {
  background-color: #d1effb;
}
.hd-point1__section-row {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  max-width: 450px;
}
.hd-point1__section-icon {
  max-width: 157px;
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  flex: 1;
}
@media (min-width: 768px) {
  .hd-point1__section-icon {
    padding: 12px;
  }
}
.hd-point1__section-text-normal {
  flex: 1;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 0;
  color: #0a318f;
  flex: 1;
}
@media (min-width: 768px) {
  .hd-point1__section-text-normal {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.hd-point1__section-link {
  min-width: 200px;
  width: 60%;
  border: 1px solid #00146e;
  border-radius: 56px;
  color: #00146e;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 11px 0;
  background: #fff;
  cursor: pointer;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hd-point1__section-link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .hd-point1__section-link {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
}
.hd-point1__section-note {
  font-size: 1.2rem;
  font-weight: 400;
  color: #0a318f;
  align-items: self-start;
  width: 100%;
}
@media (min-width: 768px) {
  .hd-point1__section-note {
    font-size: 1.6rem;
    font-weight: 600;
    width: fit-content;
  }
}

.hd-point2 {
  margin-top: 24px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: solid 1px #f1f1f1;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .hd-point2 {
    padding-bottom: 32px;
  }
}
.hd-point2__title {
  background-color: #cbd4ea;
  color: #00146e;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  padding: 22px 0 16px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .hd-point2__title {
    font-size: 2.2rem;
  }
}
.hd-point2__main-text {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 16px 0 28px;
  color: #0a318f;
}
@media (min-width: 768px) {
  .hd-point2__main-text {
    font-size: 2.4rem;
    margin: 24px 0 32px;
  }
  .hd-point2__main-text br {
    display: none;
  }
}
.hd-point2__inner {
  width: 92%;
  margin: 0 auto;
  max-width: 348px;
}
@media (min-width: 768px) {
  .hd-point2__inner {
    width: 100%;
    max-width: 784px;
    padding: 0 16px;
  }
}
.hd-point2__section {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eaf9ff;
  padding: 8px 8px;
  width: 100%;
}
.hd-point2__section-row {
  width: fit-content;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .hd-point2__section-row {
    gap: 24px;
  }
}
.hd-point2__section-column {
  flex: 0;
  display: flex;
  flex-direction: column;
}
.hd-point2__section-column span {
  display: block;
  color: #555;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 4px;
  font-weight: 600;
  min-width: 88px;
}
@media (min-width: 768px) {
  .hd-point2__section-column span {
    font-size: 1.2rem;
  }
}
.hd-point2__section-column--arrow {
  width: 16px;
  height: 62px;
  display: flex;
  align-items: center;
}
.hd-point2__section-column--arrow svg {
  width: 20px;
}
.hd-point2__section-column--coin {
  width: 56px;
  height: 62px;
  margin: 0 auto;
}
.hd-point2__section-column--ticket {
  width: 70px;
  height: 62px;
  padding: 8px 0;
  margin: 0 auto;
}
.hd-point2__section-column img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hd-point2__section-column span {
    font-size: 2rem;
    margin-top: 8px;
  }
  .hd-point2__section-column--arrow {
    width: 40px;
    height: 178px;
  }
  .hd-point2__section-column--arrow svg {
    width: 40px;
  }
  .hd-point2__section-column--coin {
    width: 160px;
    height: 178px;
  }
  .hd-point2__section-column--ticket {
    width: 182px;
    height: 178px;
    padding: 40px 8px 34px;
  }
  .hd-point2__section-column--arrow-min {
    width: 28px;
    height: 108px;
  }
  .hd-point2__section-column--arrow-min svg {
    width: 28px;
  }
  .hd-point2__section-column--coin-min {
    width: 98px;
    height: 108px;
  }
  .hd-point2__section-column--ticket-min {
    width: 110px;
    height: 108px;
    padding: 20px 0 20px;
  }
}
.hd-point2__section-description {
  font-size: 1.4rem;
  font-weight: 400;
  color: #0a318f;
}
@media (min-width: 768px) {
  .hd-point2__section-description {
    font-size: 2rem;
    text-align: center;
  }
  .hd-point2__section-description br {
    display: none;
  }
}
.hd-point2__section-note {
  font-size: 1.2rem;
  font-weight: 400;
  color: #0a318f;
  text-align: right;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .hd-point2__section-note {
    font-size: 2rem;
    text-align: center;
  }
}
.hd-point2__section-note--bold {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.hd-point2__section-note--bold:hover {
  opacity: 0.5;
}
