<style>
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;
}

.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/241206/bg_flower_top.png);
    top: 2%;
    right: 0;
    z-index: -1;
}

.spring-section::after{
    position: absolute;
    content: url(/domestic/theme/season/gw/img/241206/bg_flower_bot.png);
    bottom: 0;
    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: -10rem;
    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: 550px;
}

.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%;
}


#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;
}

.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/241206/bg_flower_top_sp.png);
        top: 0;
    }

    .spring-section::after{
        content: url(/domestic/theme/season/gw/img/241206/bg_flower_bot_sp.png);
    }

    .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;
    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);
    }
}

</style>