/*
Theme Name: Vietnamツアー
Theme URI:
Version: 1.0
Author: takami
Author URI: https://yoshida-designbu.com/
License: takami
*/


 /*----------
 common
 ----------*/
*,*::after,*::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 62.5%;
}

body{
    font-size: min(1.5rem, 3.6vw);
    font-family: "Roboto","Zen Kaku Gothic Antique",'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
    line-height: 1.75;
    letter-spacing: 0.01em;
    color: var(--c-black);
    background-color: var(--c-blue);
    background-image: url(img/pc-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-weight: 400;
    position: relative;
}
body::before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(0, 94, 144, .8) 0%, rgba(0, 97, 100, .4) 82%);
}

:root{
    --c-black:#333;
    --c-white:#fefefe;
    --c-pink:#f19481;
    --c-blue:#00a0c8;
    --c-navy:#166987;
    --c-yellow:#e2d70d;
    --c-green:#70b17d;
    --c-orange:#f0bd36;
    --c-beige:#f8f3e7;
    --c-gray:#808080;
    --bg:#e5f5f9;
    --flex-gap:min(6vw,3rem);
    --gra-bk:linear-gradient(0deg,rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
    --font-224rem:min(2.24rem,5.4vw);
    --font-183rem:min(1.83rem,4vw);
    --font-14rem:min(1.4rem,3.24vw);
    --section-margin:min(8rem,16vw);
    --bgw-margin:min(3rem,6vw);
    --titleB-margin:min(16px,4vw);
    --ps-margin:min(32px,6.5vw);
    --b-radius:min(1em,4vw);
    --transition:.4s cubic-bezier(.4,.4,0,1);
    --transition2:.6s cubic-bezier(.4,.4,0,1);
    --cha-contents-width: min(530px);
    --font-mincho:"Zen Old Mincho", serif;
}


li{
    list-style: none;
}

a{
	text-decoration:none;
    color: var(--c-white);
    position: relative;
    transition: var(--transition);
}

img{
    max-width:100%;
    height: auto;
    box-sizing: border-box;
    vertical-align: bottom;
}

table{
    clear: both;
    border-collapse: collapse;
    width: 100%;
}

th{
    padding: 12px 0 12px 12px;
    vertical-align: top;
}

td{
    padding: 12px;
}

.contents{
    margin: 0 6%;
    position: relative;
}

.contents-wrapper{
    position: relative;
}

/*--404--*/
.notFound{
    margin: min(32vw, 10rem) 0 min(10vw, 5rem);
    color: var(--c-navy);
    text-align: center;
}

.notFound h2{
    margin: 0 auto;
    font-size: min(5rem, 10vw);
}

.notFound h2 span{
    display: block;
    padding-top: min(1.4rem);
}

.notFound p{
    padding: min(3rem, 6vw) 0;
    font-size: var(--font-183rem);
}


/*--thumbnail--*/
.thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 62.25%;
}
.thumbnail img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

/*--title--*/
.contents-title{
    text-align: center;
    padding-bottom: min(1.24rem, 3vw);
}

.contentsTitle-border{
    display: flex;
    gap: min(4vw);
    align-items: center;
    justify-content: space-between;
    margin-bottom: min(4rem, 8vw);
}

.contentsTitle-border h2{
    width: min(46vw);
}

.contentsTitle-border_borders{
    width: calc(100% - min(46vw));
    height: min(9vw);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*--linkBox--*/
.linkBox{
    border-radius: 9999px;
    color: var(--c-white);
    display: block;
    text-align: center;
    margin: auto;
    padding: min(2vw);
    font-weight: 600;
}

.linkBox.-b-white,
.rollLink.-b-white{
    border: solid 2px var(--c-white);
    color: var(--c-white);
}
.linkBox.-navy,
.rollLink.-navy{
    background: var(--c-navy);
    color: var(--c-white);
}
.linkBox.-yellow,
.rollLink.-yellow{
    background: var(--c-yellow);
    color: var(--c-black);
}

.linkBox span{
    position: relative;
    padding-right: min(2.4rem, 6vw);
}

.linkBox span::before,
.rollLink span.arrow::before{
    position: absolute;
    content: "";
    vertical-align: middle;
    color: currentColor;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: min(.5rem, 2vw) min(1rem, 2.4vw);
    border-left-color: currentColor;
    border-right: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rollLink{
    border-radius: 9999px;
    color: var(--c-white);
    display: block;
    text-align: center;
    margin: auto;
    padding: min(2vw,1rem);
    font-weight: 600;
}
.rollLink span.arrow{
    position: relative;
    padding-right: min(2.4rem, 6vw);
}

.links-wrapper{
    margin-top: min(3rem,6vw);
}

.links-wrapper .rollLink{
    width: min(20rem, 52%);
    margin: 0 0 0 auto;
}

.contentsTitleArea{
    position: relative;
    z-index: 1;
}




.textRoll{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.textRoll-item1{
  display: block;
  width: 100%;
}
.textRoll-item2{
  display: block;
  width: 100%;
  transform: translateY(120%);
  position: absolute;
}


.noLinks{
    opacity: .4;
}
.noLinks:hover{
    transform: none;
}

/*--bread--*/
.breadcrumbs{
    font-size: min(1.2rem, 2.8vw);
    margin: min(1rem,2vw);
    text-align: left;
    color: var(--c-white);
}

.breadcrumbs span{
    padding: 0 2px;
    font-weight: 500;
    color: var(--c-white);
    letter-spacing: 0;
}

.breadcrumbs a{
    color: var(--c-white);
    text-decoration: underline;
}

#page-top {
    position: absolute;
    top: 2%;
    right: min(32px, 3vw);
    width: min(9rem, 16vw);
    z-index: 2;
}

#page-top a{
    display: block;
}

#page-top a:hover{
    transform: translateY(-6%);
}

/*--svg--*/
.svg-yellow{
    fill: var(--c-yellow);
}

.svg-blue{
    fill: var(--c-blue);
}


/*---- youtube/googleMap -----*/
.googleMap{
    position: relative;
    padding-bottom: 65.25%;
    height: 0;
    overflow: hidden;
}

.googleMap iframe, .googleMap object, .googleMap embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.googleMap iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.youtube{
    position:relative;
    width:100%;
    padding-top:56.25%;
}

.youtube iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.movie-wrap{
    position: relative;
    padding-bottom: min(2rem);
}
.movie-wrap a{
    display: block;
    overflow: hidden;
    border-radius: var(--b-radius);
    position: relative;
    z-index: 1;
}
.movie-wrap a::before{
    position: absolute;
    content: "";
    background: #00000042;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: var(--b-radius);
    opacity: 1;
    transition: ease .5s;
    z-index: 1;
}
.movie-wrap img{
    border-radius: var(--b-radius);
    transition: var(--transition);
}
.movie-wrap button{
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0000008a;
    border-radius: 50%;
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    border: none;
    cursor: pointer;
    transition: var(--transition);
}
.movie-wrap .arrow{
    width: 0;
    height: 0;
    border-left: min(3rem, 4vw) solid var(--c-white);
    border-top: min(2rem, 3vw) solid transparent;
    border-bottom: min(2rem, 3vw) solid transparent;
}

.movie a.rollLink{
    width: 50%;
}


/*----- swiper -----*/
.swiper-wrapper{
  transition-timing-function: linear!important;
}

.swiper-slide{
  padding: 0 2px;
}

.swiper-slide a{
    display: block;
}

.swiper-slide img {
  width: 100%;
  width: 100%;
}

.swiper-slide > div {
  height: 100%;
  width: 100%;
}

body .topics-swiper .swiper-scrollbar{
    background: #d3d3d391;
    height: 5px;
    position: relative;
    width: 100%;
    left: 0;
    cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  transition: ease .3s;
height: min(4rem, 8vw);
width: min(2rem, 4vw);
}

.swiper-button-prev{
    left: 14%;
}

.swiper-button-next{
    right: 9%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: 100%;
    text-rendering: initial;
    content: "";
    margin: auto;
    height: min(4rem, 8vw);
    width: min(2rem, 4vw);
    position: absolute;
    top: 0;
}
.swiper-button-prev::after {
  background-image: url(img/swip-arrow.svg);
}
.swiper-button-next::after {
  background-image: url(img/swip-arrow.svg);
  transform: rotate(180deg);
}



/*--- animation ---*/

.fade-in2,
.menu-scrollFallIn{
    opacity: 0;
}

.fade-in2{
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.fade-in2.is-active{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: .6s ease .2s;
}

.scroll-contents{
    opacity: 0;
    transform: scale(.9);
    -webkit-transform: scale(.9);
}

.scroll-contents.is-active{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity .4s .2s ease, transform .4s .2s ease;
    -webkit-transition: opacity .4s .2s ease, transform .4s .2s ease;
}

.scroll-imageFadeIn img{
    opacity: 0;
    scale: 1.1;
}
.scroll-imageFadeIn.is-active img{
    opacity: 1;
    scale: 1;
    transition: 1.2s ease .5s;
}

.scroll-title span{
    -webkit-clip-path: inset(100% 0% 0 0);
    clip-path: inset(100% 0% 0 0);
}
.scroll-title.is-active span{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    translate: 0 0;
    -webkit-transform: none;
    transform: none;
    transition: 1.2s ease calc(.3s * var(--delay));
}

.scroll-imageInR{
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    overflow: hidden;
}
.scroll-imageInR img{
    opacity: 0;
    scale: 1.1;
}

.scroll-imageInR.is-active{
    clip-path: inset(0 0% 0 0);
    -webkit-clip-path: inset(0 0% 0 0);
    transition: 1.2s ease calc(.5s * var(--delay));
}
.scroll-imageInR.is-active img{
    opacity: 1;
    scale: 1;
    transition: 1.2s ease .5s;
}

.scroll-SVGtitle{
    opacity: 0;
    scale: 1.1;
}
.scroll-SVGtitle.is-active{
    opacity: 1;
    scale: 1;
    transition: 1.5s ease calc(.5s * var(--delay));
}


/*--SVG--*/
.svg-e_yellow{
    fill:var(--c-yellow);
}
.svg-e_white{
    fill:var(--c-white);
}
.svg-e_blue{
    fill:var(--c-blue);
}

@media screen and (min-width:1025px){
    /*--svg--*/
    .title-svg{
        height: min(3.5rem, 2.3vw);
    }

    #page-top{
        width: min(90px, 5vw);
            top: 4%;
    }
}

@media screen and (min-width:769px){
    .contentsTitle-border{
        margin-bottom: min(3rem);
        gap: min(5%);
    }

    .contentsTitle-border h2{
        width: min(47%);
    }

    .contentsTitle-border_borders{
        width: calc(100% - min(47%));
        height: min(5rem);
    }

    /*--linkBox--*/
    .linkBox {
        transition: var(--transition);
        padding: min(.8rem);
        line-height: 1.5;
    }

    .linkBox.-navy:hover{
    background: #0d3c4d;
    }

    a:hover .textRoll-item1{
        animation: hover-text-out 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    }
    a:hover .textRoll-item2{
        animation: hover-text-in 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    }
    @keyframes hover-text-in {
        0% {
        transform: translateY(120%)
        }

        100% {
        transform: translateY(0)
        }
    }

    @keyframes hover-text-out {
        0% {
        transform: translateY(0)
        }

        100% {
        transform: translateY(-120%)
        }
    }

    a svg{
        transition: var(--transition);
    }
    a:hover .svg-yellow{
        fill: var(--c-navy);
    }
    a:hover .svg-yellow{
        fill: var(--c-navy);
    }
    a:hover .svg-blue{
        fill: var(--c-white);
    }

    .movie-wrap a:hover img{
        transform: scale(1.1);
    }

    .movie-wrap a::before:hover{
        background: #26abccd8;
    }

    .movie-wrap a:hover button{
        background: #17a8cbb8;
    }
}


/*----------
  Header
----------*/
#js-top {
    opacity: 0;
    position: fixed;
    z-index: 3;
    transition: var(--transition);
    visibility: hidden;
    width: 100%;
}

#js-top.is-show {
    opacity: 1;
    transition: var(--transition);
    visibility: visible;
}

/*----------*/
/* hamburger
/*----------*/
.openbtn{
    cursor: pointer;
    position: relative;
    z-index: 200;
    transition: var(--transition);
    width: 12vw;
    height: 7vw;
}

.openbtn::before{
    position: absolute;
    content: "menu";
    background-size: 100%;
    display: block;
    transition: var(--transition);
    transform: translate(-50%, 30%);
    left: 50%;
    color: var(--c-yellow);
    text-transform: uppercase;
    font-weight: 600;
}

.openbtn.active::before{
    content: "close";
}

.openbtn span{
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--c-yellow);
    transition: .5s ease;
}
.openbtn span:nth-of-type(1){
    top: 0;
}
.openbtn span:nth-of-type(2){
    top: 22%;
}

.openbtn.active span{
    top: 22%;
}

.g-nav{
    position: fixed;
    z-index: 100;
    top: 0;
    width:100%;
    height: 100svh;
    transition:opacity .4s ease;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(180deg, rgba(0, 160, 200, .5) 60%, rgba(0, 160, 200, 0) 100%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#g-nav.panelactive{
    opacity: 1;
    visibility: inherit;
    overflow-x: hidden;
    overflow-y: auto;
}

.g-nav_wrapper{
    position: relative;
    width: min(86%, 48rem);
    background: var(--c-blue);
    color: var(--c-white);
    border-radius: var(--b-radius);
    padding: var(--bgw-margin) calc(var(--bgw-margin) / 2);
    text-align: center;
    overflow: auto;
    height: 83svh;
}

.g-nav_logo{
    margin-bottom: min(4vw);
    width: 60%;
    margin: 0 auto 4vw;
}

.g-nav_logo>a{
    display: block;
    overflow: hidden;
}

.g-nav_mainMenu{
    display: flex;
    flex-direction: column;
    gap: calc(var(--flex-gap) / 2);
}

.g-nav_mainMenu li a{
    font-weight: 600;
    font-size: var(--font-183rem);
}

.g-nav_movie{
    border-radius: var(--b-radius);
    padding: calc(var(--ps-margin) / 2) var(--ps-margin);
    backdrop-filter: blur(5px);
    background-color: #fefefe2e;
    width: min(32rem, 85%);
    color: var(--c-white);
    margin: min(3rem, 6vw) auto 0;
}

.fixedLogo{
    z-index: 3;
    width: min(24rem, 32vw);
}
.fixedLogo a{
    mix-blend-mode: difference;
}

.fixedMenu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
    padding: min(16px, 4vw) 12px;
    background: linear-gradient(180deg, rgba(0, 160, 200, 1) 0%, rgba(0, 160, 200, 0) 100%);/**/
}

.fixedMenu.is-hidden{
    opacity: 0;
    visibility: hidden;
}

.fixedMenu-wrapper{
    display: flex;
    align-items: center;
    gap: min(8px, 2vw);
}

.fixedIcon{
    position: fixed;
    z-index: 3;
    bottom: min(2vw);
    right: min(3vw);
    display: flex;
    flex-direction: column;
    gap: min(1rem);
}

.fixedIcon .fixedMenu-link{
    text-align: center;
    border-radius: 50%;
    background: var(--c-black);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    line-height: 1.3;
    width: min(10rem, 25vw);
    height: min(10rem, 25vw);
    font-size: 114%;
    margin: 0 0 0 auto;
}

#js-fixedIcon{
    opacity: 0;
    position: fixed;
    z-index: 3;
    transition: var(--transition);
    visibility: hidden;
}
#js-fixedIcon.is-show{
    opacity: 1;
    transition: var(--transition);
    visibility: visible;
}

/*----------*/
/* site layout
/*----------*/
main.main-wrapper{
    position: relative;
    width: 100%;
    background-repeat: repeat;
    background-size: 60%;
    background-attachment: fixed;
}

.site-main {
    background: var(--c-beige);
    box-sizing: border-box;
    overflow: hidden;
    order:2;
    position: relative;/**/
}


/*----------
loading
----------*/
.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: hidden;
    background: var(--c-black);
}

.loading-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(63vw);
    height: min(25vw);
}

.loading-cheers{
    width: 29vw;
    position: absolute;
    animation: fadeIn .8s cubic-bezier(.37,.49,.35,1.28) .3s forwards;
    opacity: 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*----------*/
/* KV
/*----------*/
.kv{
    position: relative;
    height: 100svh;
}

.kv>.kv-main{
    z-index: 2;
    height: 100svh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.kv>.kv-main::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0, 94, 144, .8) 0%, rgba(255, 255, 255, 0) 45%);
    z-index: 2;
}

.kv-main_image{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.kv-main_image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 7.8s 1s ease-out;
    transition: 7.8s 1s ease-out;
}

.kv-logo{
    position: absolute;
    width: 60%;
    top: 5%;
    left: 5%;
    z-index: 2;
    color: var(--c-white);
}

.kv-logo img{
    width: 70%;
    display: block;
    margin-bottom: 2rem;
}

.kv-logo p{
    line-height: 2;
    font-weight: 500;
}


/*slider*/
.fadeIn-slider .swiper-slide[class*="-active"] .kv-main_image img {
  transition-delay: 0s;
  transform: scale(1.1);
}

.fadeIn-slider .swiper-slide{
    height: 100svh;
}

@media screen and (min-width:769px){
    #js-top{
        width: min(612px, 100%);
    }

    /*----------*/
    /* Gnav
    /*----------*/
    .fixedMenu{
        display: none;
    }

    .g-nav{
        display: none;
    }

    .fixedIcon .fixedMenu-link:hover{
        transform: scale(.95);
    }

    .kv>.kv-main,.kv>.kv-main::before{
        border-radius:calc(var(--b-radius) * 2) calc(var(--b-radius) * 2) 0 0;
    }
    

    /*----------*/
    /* Loading
    /*----------*/
    .loading-wrapper{
        width: min(43rem, 42vw);
        height: min(19rem, 19vw);
    }

    .loading-cheers{
        width: min(20rem, 20vw);
    }
}


@media screen and (min-width:1025px){
    #js-top{
        width: var(--cha-contents-width);
    }

    .fixedInformation a:hover img,
    .openbtn:hover,
    .fixedLogo a:hover{
        transform: scale(1.06);
    }

    .fixedLogo{
        width: min(170px, 34vw);
    }
}

/*----------*/
/* side content
/*----------*/
.fixed{
    position: fixed;
}

.pcMainImage{
    position: relative;
}

.site-sideLeft{
    position: sticky;
    top: 0;
    height: 100svh;
    overflow: hidden;
    z-index: 1;
    display: none;
    transition: var(--transition);
    color: var(--c-white);
}

.site-sideRight{
    order: 3;
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 1;
    display: none;
    transition: var(--transition);
}

@media screen and (min-width:769px){
    .site-main{
        width: min(50rem);
        margin-left: min(5rem);
        border-radius: calc(var(--b-radius) * 2) calc(var(--b-radius) * 2) 0 0;
        margin-top: min(4rem);
    }

    .site-sideRight{
        height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: calc(calc(100% + min(5rem)) - min(420px, 100%));
    }

    .site-sideRight {
        width: calc(100% - var(--cha-contents-width));
    }

    .site-sideRight_wrapper{
        width: min(40rem, 34vw);
    }

    .site-sideRight_mainMenu{
        position: relative;
        width: min(77%, 46rem);
        margin: min(6rem,3vw) 0 0 0;
    }

    ul.site-sideRight_mainMenu{
        display: flex;
        flex-direction: column;
        gap: min(1.5rem);
        font-size: var(--font-183rem);
    }

    ul.site-sideRight_mainMenu a:hover{
        color: var(--c-yellow);
    }

    .site-sideRight_mainMenu a{
        font-weight: 600;
    }

    ul.site-sideRight_mainMenu li>ul.site-sideRight_subMenu{
        display: flex;
        flex-direction: column;
        gap: min(.5rem);
        font-size: 82%;
        margin-top: min(.5rem);
        margin-left: min(.5rem);
    }

    ul.site-sideRight_subMenu li a span{
        position: relative;
        padding-left: 1rem;
    }
    ul.site-sideRight_subMenu li a span::before{
        position: absolute;
        content: "";
        background: currentColor;
        width: .5rem;
        height: .5rem;
        top: 50%;
        left: 0;
        transform: translate(0%,-50%);
        border-radius: 50%;
    }

    .site-sideRight .site-sideRight_logo{
        display: block;
        width: min(80%);
    }

    #js-fixedIcon.fixedIcon{
        width: calc(min(420px, 100%) - 9%);
    }

    .fixedIcon{
        left: min(7rem);
    }
}

@media screen and (min-width:1025px){
    .site-main{
        z-index: 2;
        position: relative;
        width: var(--cha-contents-width);
        margin-left: 0;
    }

    .site-sideRight {
        width: calc((100% - var(--cha-contents-width)) / 2);
    }

    .site-sideRight_menuList li img{
        height: min(2.83rem, 2.45vw);
    }

    #js-fixedIcon.fixedIcon{
        width: calc(var(--cha-contents-width) - 3%);
    }

    .fixedIcon{
        transform: translateX(-50%);
        left: 50%;
        bottom: min(2rem);
    }
}

@media screen and (min-width:1140px){
    .site-sideLeft{
        width: calc((100% - var(--cha-contents-width)) / 2);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 6rem 3vw;
    }
    .site-sideLeft>.site-sideLeft_logo{
        width: min(35rem, 23vw);
        font-size: 108%;
    }
    .site-sideLeft>.site-sideLeft_logo p{
        padding-top: 2rem;
        font-weight: 600;
    }

    .site-sideLeft>.site-sideLeft_logo img{
        width: 78%;
    }

    .site-sideLeft_movie{
        border-radius: var(--b-radius);
        padding: calc(var(--ps-margin) / 2) var(--ps-margin);
        backdrop-filter: blur(5px);
        background-color: #fefefe2e;
        width: min(42rem, 100%);
        color: var(--c-white);
    }

    .site-sideLeft_movie>h3{
        text-align: center;
        font-size: var(--font-224rem);
        padding-bottom: min(1rem);
        line-height: 1.5;
    }

    .site-sideLeft_movie a.rollLink{
        width: 100%;
    }

    .site-sideRight_wrapper{
        width: min(37rem, 23vw);
    }
}

/*----------*/
/* main contents
/*----------*/
/*-- road bg --*/
.roadBg-main{
    position: relative;
    margin-top: max(-140px, -60%);
}
.roadBg-main::before{
    position: absolute;
    content: "";
    background: url(img/index-bg.png) no-repeat top;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

/*----------*/
/* Topics
/*----------*/
.index-news{
    position: relative;
    z-index: 1;
    padding:calc(var(--section-margin) / 2) 0;
    background: var(--c-white);
}

.index-news h2.contents-title{
    width: min(36vw,18rem);
    margin-top: -19%;
    padding-bottom: min(4vw, 4rem);
}

.news-titleImage{
    width: min(33vw,15rem);
    margin: 0 auto -5%;
    z-index: 1;
    position: relative;
}

.index-news .swiper{
    margin-bottom: min(3rem,6vw);
}

.index-newsWrap{
    position: relative;
}

.news .contents-wrapper{
    padding: 24px 24px 10%;
    position: relative;
}

.topics-list a{
    font-weight: 500;
    color: var(--c-black);
}

.topics-list a h3{
    font-weight: 500;
}

.topics-list ul li{
    padding: min(16px, 3vw) 0;
    border-bottom: var(--b-dashed);
}

.topics-list ul li h4{
    padding-top: 2px;
    line-height: 1.4;
    font-weight: 500;
}

.date{
    font-weight: 400;
    font-size: min(1.4rem,3.4vw);
    letter-spacing: 0.04em;
}

.new-text{
    text-transform: uppercase;
    font-size: min(1.4rem, 2.8vw);
    color: var(--c-pink);
    font-weight: 600;
}
.new-text img{
    display: block;
    width:min(8vw,3rem);
}

.cate-name{
    border: solid .1rem currentColor;
    border-radius: 9999px;
    padding: .1rem 1rem;
    line-height: 1.3;
    font-size: min(80%);
}

.postnav{
    text-align: center;
    padding-top: 50px;
}

.newsLink{
    position: relative;
    margin: min(3rem, 8vw) 0 0 0;
    width: min(18rem, 34vw)
}

ul.topics-list>li a{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    gap: min(2rem, 1vw);
    padding: min(2rem) min(2rem);
}
ul.topics-list>li a::before{
    position: absolute;
    content: "";
    background: url(img/top/dotted.svg) repeat center;
    background-size: 4%;
    width: 100%;
    height: min(.6vw, .3rem);
    bottom: 0;
    left: 0;
}
ul.topics-list>li:nth-child(1) a::after{
    position: absolute;
    content: "";
    background: url(img/top/dotted.svg) repeat center;
    background-size: 4%;
    width: 100%;
    height: min(.4vw, .3rem);
    top: 0;
    left: 0;
}

.topics-titleArea{
    word-wrap: break-word;
}

.topics-titleArea p{
    font-weight: 600;
    line-height: 1.4;
    font-size: var(--font-183rem);
}

.topics-dateArea time.date{
    font-size: min(90%);
    font-weight: 600;
}

@media screen and (min-width:769px){
    .topics-item a:hover{
        color: var(--c-gray);
    }

    .topics-item a:hover .thumbnail img{
        transform: translate(-50%, -50%) scale(1.05);
    }

    .topics-dateArea{
    width: min(8rem);
    }
    ul.topics-list>li a p{
    width: calc((100% - min(2rem, 1vw)) - min(8rem));
    }
}


/*----------*/
/* Intro
/*----------*/
.intro{
    position: relative;
    z-index: 1;
}

picture.intro-mainImage{
    display: block;
    overflow: hidden;
    margin-bottom: min(5vw, 2rem);
}
picture.intro-mainImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.intro-contents_image picture{
    display: block;
    border-radius: var(--b-radius);
    overflow: hidden;
}

.intro-contents{
    position: relative;
}

.intro-contents_textImage{
    transform: rotate(90deg);
    position: absolute;
    width: min(47vw, 24rem);
    top: 12%;
    left: -13%;
    z-index: 1;
}


.intro-contents_image._image1{
    width: 75%;
    margin: 0 0 -7% auto;
}

.intro-contents_flex{
    display: flex;
    align-items: end;
    gap: var(--flex-gap);
}

.intro-contents_image._image2{
    width: 46%;
}

.intro-text p{
    color: var(--c-black);
    font-weight: 700;
    font-size: min(4.6vw, 2.24rem);
}
.intro-text p span{
    display: block;
}

/*-----map----*/
.intro-map{
    position: relative;
    z-index: -2;
    color: var(--c-white);
    padding: min(32vw, 32%) 0 0;
    margin-top: -23%;
    background: linear-gradient(0deg, rgba(0, 160, 200, 1) 82%, rgba(0, 160, 200, 0) 100%);
}

.intro-map_image{
    position: relative;
    z-index: 1;
}

img.intro-map_map{
    display: block;
    margin: 0 auto;
    width: 65%;
}

.intro-map_logo{
    position: absolute;
    width: 26%;
    top: 36%;
    right: 9%;
}

.intro-map_airplane{
    position: absolute;
    width: 36%;
    z-index: -1;
    top: 0;
    left: 14%;
    border-radius: var(--b-radius);
}

.intro-map_textArea{
    position: absolute;
    text-align: right;
    font-size: min(4.4vw, 2rem);
    font-weight: 500;
    top: 69%;
    right: 9%;
}

picture.intro-map_bottomBg{
    display: block;
    margin-top: -22%;
}


@media screen and (min-width:769px){
    img.intro-map_map{
        width: 71%;
    }

    .intro-map_airplane{
    width: 39%;
    }

    .intro-map_textArea{
    font-size: min(4.4vw, 2.24rem);
    }

    .intro-contents_textImage{
        width: min(44vw, 26rem);
        top: 14%;
        left: -15%;
    }
}

/*----------*/
/* Enjoy
/*----------*/
.enjoy{
    background: var(--c-white);
    z-index: 1;
    position: relative;
}

.enjoy h2{
    width: 54%;
    margin: 0 auto;
}
.enjoy h2 img{
    display: block;
    position: relative;
    transform: translateY(-30%);
}

h3.enjoy-contents_title{
    text-align: center;
    color: var(--c-blue);
    font-size: min(7vw, 3rem);
    font-weight: 900;
    margin-bottom: min(6vw, 2rem);
}
h3.enjoy-contents_title span{
    display: block;
}

.enjoy-contents p{
    text-align: center;
    margin: 0 auto;
    width: 87%;
}

/*slider*/
.enjoy-tour{
    padding-bottom: var(--section-margin);
}

.enjoy-contents .enjoy-tourItem{
    border-radius: var(--b-radius);
    padding: min(3vw,2rem);
}

picture.enjoy-tourItem_image{
    border-radius: var(--b-radius) var(--b-radius) 0 0;
    display: block;
    overflow: hidden;
    height: min(48vw, 31rem);
}
picture.enjoy-tourItem_image img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.enjoy-tourItem_wrapper{
    background: linear-gradient(0deg, rgba(229, 245, 249, 1) 83%, rgba(229, 245, 249, 0) 100%);
    border-radius: 0 0 var(--b-radius) var(--b-radius);
    padding: min(27vw, 14rem) calc(var(--ps-margin) / 2) calc(var(--ps-margin) / 2);
    text-align: left;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    margin-top: -39%;
    z-index: 1;
    position: relative;
    align-items: center;
    min-height: min(131vw, 56rem);
}

.enjoy-tourItem_title p{
    margin: 0;
    width: 100%;
    color: var(--c-navy);
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    font-size: var(--font-183rem);
}

.enjoy-tourItem_plan{
    margin-top: calc(var(--ps-margin) / 2);
}

.enjoy-tourItem_plan>dl{
    display: flex;
    align-items: flex-start;
    gap: min(2vw, 1rem);
    letter-spacing: 0;
}

.enjoy-tourItem_plan>dl>dt{
    background: var(--c-white);
    text-align: center;
    font-weight: 500;
    border: solid 1px var(--c-gray);
    width: min(16vw,9rem);
}
.enjoy-tourItem_plan>dl>dd{
    width: calc(100% - min(16vw,9rem));
}

.enjoy-tourItem_price{
    margin-top: calc(var(--ps-margin) / 2);
    margin-bottom: calc(var(--ps-margin) / 2);
}
.enjoy-tourItem_price p{
    width: auto;
    margin: 0;
    text-align: left;
}

.day-text{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--flex-gap) / 2);
}

.day-text p.day-text_days{
    color: var(--c-pink);
    font-size: min(6vw, 3rem);
    line-height: 1;
}
.day-text p.day-text_days span{
    font-size: 183%;
}

.day-text p.day-text_period{
    line-height: 1.5;
    font-size: min(1.6rem, 3.24vw);
}

.price-text{
    margin-top: calc(var(--ps-margin) / 3);
}

.price-text p.price-text_prices{
    color: var(--c-pink);
    line-height: 1.1;
}
.price-text p.price-text_prices span{
    font-size: 180%;
}

p.price-text_other{
    font-size: 83%;
    text-align: center;
}

.enjoy-tourItem_wrapper a.linkBox{
    width: 80%;
    margin: 0;
}

.enjoy-tour .swiper-button-prev::after,
.enjoy-tour .swiper-button-next::after{
    background: url(img/swip-arrow2.svg) no-repeat center;
}


@media screen and (min-width:769px){
    .enjoy h2{
        width: 63%;
    }

    .enjoy-tourItem_wrapper{
        min-height: 59rem;
    }

    picture.enjoy-tourItem_image{
        height: min(49vw, 22rem);
    }

    .price-text p.price-text_prices{
        font-size: min(1.83rem);
    }

    p.price-text_other{
        font-size: 100%;
    }
}


/*----------*/
/* discover
/*----------*/
.discover{
    position: relative;
    z-index: 1;
    padding: var(--section-margin) 0;
    background: var(--c-white);
    color: var(--c-white);
}
.discover::after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 160, 200, 1) 78%, rgba(0, 160, 200, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.discover .contents{
    margin: 0 12% calc( var(--section-margin) / 3);
}

.discover-title{
    text-align: center;
    margin-bottom: calc( var(--section-margin) / 4);
}
.discover-title h2{
    font-size: min(6.8vw, 3.24rem);
    line-height: 1.5;
}
.discover-title_en{
    width: 76%;
    margin: 0 auto;
}

.discover-title_en img{
    display: block;
    height: min(4rem, 8vw);
    margin: 0 auto;
}

.hanoi-item a{
    display: block;
}
.hanoi-item a picture{
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: var(--b-radius);
}
.hanoi-item a picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: var(--transition);
}

.hanoi-item_title{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    background: var(--gra-bk);
    color: var(--c-white);
    font-size: var(--font-183rem);
    font-weight: 500;
    border-radius: 0 0 var(--b-radius) var(--b-radius);
    padding: min(10vw, 4rem) 0 min(3vw, 1rem);
}
.hanoi-item_title p{
    line-height: 1.4;
}

.spot-swiper{
    position: relative;
    margin-bottom: calc(var(--section-margin) / 3);
}

.spot-swiper .hanoi-item{
    padding: 0 min(3vw, 3%);
}

.discover-contents .rollLink{
    width: min(60vw, 26rem);
}

/*----------
what's vietnam
----------*/
.wv{
    background: var(--c-white);
    padding: var(--section-margin) 0;
}

.wv-title{
    text-align: center;
    margin-bottom: calc(var(--section-margin) / 4);
}

.wv-title h2{
    font-size: min(6.8vw, 3.24rem);
}

.wv-contents{
    margin-bottom: calc(var(--section-margin) / 2);
}
.wv-contents:last-of-type{
    margin-bottom: 0;
}

/*slider*/
.wv-image img{
    border-radius:var(--b-radius);
}

.wv-textArea.contents p{
    width: 87%;
    text-align: center;
    margin: calc(var(--ps-margin) / 2) auto 0;
    line-height: 2;
}

/*info*/
.wv-basicInfo{
    border-radius: var(--b-radius);
    border: solid 2px var(--c-blue);
    padding: var(--ps-margin);
    margin: 0 12%;
}

.wv-basicInfo_wrapper{
    display: flex;
    flex-direction: column;
    gap: calc(var(--section-margin) / 3);
    margin-bottom: calc(var(--section-margin) / 2);
}

.wv-basicInfo_wrapper .wv-basicInfo_item{
    display: flex;
    gap: calc(var(--flex-gap) / 2);
    align-items: flex-start;
}

.wv-basicInfo_title{
    background: var(--c-blue);
    color: var(--c-white);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: min(14vw,7rem);
    aspect-ratio: 1 / 1;
}

.wv-basicInfo_itemDetails{
    width: calc((100% - calc(var(--flex-gap) / 2)) - min(14vw,7rem));
}

.wv-basicInfo_itemDetails h3{
    font-size: var(--font-224rem);
    padding-bottom: min(1vw, .5rem);
}

.wv-basicInfo .wv-basicInfo_other{
    text-align: center;
}

.wv-basicInfo .wv-basicInfo_other a{
    color: var(--c-blue);
    font-size: min(4.24vw, 146%);
    font-weight: 800;
    display: block;
}

.wv-basicInfo .wv-basicInfo_other a span.arrow{
    padding-right: min(4vw, 1rem);
}

.wv-basicInfo .wv-basicInfo_other a span.arrow::before{
    position: absolute;
    content: "";
    vertical-align: middle;
    color: currentColor;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: min(.5rem, 2vw) min(1rem, 2.4vw);
    border-left-color: currentColor;
    border-right: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wv-basicInfo .wv-basicInfo_other a::after{
    position: absolute;
    content: "";
    width: 100%;
    height: min(0.4vw, .2rem);
    background: var(--c-black);
    bottom: -3%;
    left: 0;
}

.bubbleText{
    padding-bottom: calc(var(--ps-margin) / 4);
    line-height: 1.5;
    font-weight: 500;
}
.bubbleText span{
    position: relative;
    padding: 0 calc(var(--ps-margin) / 2);
}
.bubbleText span::before,
.bubbleText span::after{
  content: "";
  position: absolute;
  background: currentColor;
  width: 1px;
  height: 1.6rem;
  bottom: 0;
}

.bubbleText span::before{
  left: 0;
  transform: rotate(-32deg);
}
.bubbleText span::after{
  right: 0;
  transform: rotate(32deg);
}

.wv-contents .intro-contents_textImage{
    width: min(36vw, 17rem);
    top: 1%;
    left: 68%;
    transform: rotate(-90deg);
}

.wv-contents .intro-contents_image._image1{
    margin: 0 auto -7% 0;
}

.wv-contents .intro-contents_image._image2{
    margin: 0 0 0 auto;
    width: 56%;
}

/*map*/
.wv-map{
    margin-bottom: calc(var(--section-margin) / 2);
}

.wv-mapTitle{
    text-align: center;
    width: min(28vw, 14rem);
    margin: 0 auto;
}

.wv-map_details{
    margin: -4% 12% 0;
}

.wv-map_spotItem{
padding: 0 min(3vw,2rem);
}

.wv-map_spotItem>._spotItem__inner{
    border-radius: var(--b-radius);
    border: solid 2px var(--c-blue);
    padding: calc(var(--ps-margin) / 2);
    height: min(45vw);
    max-height: 17rem;
}

.wv-map_spotItem>._spotItem__inner h3{
    font-weight: 900;
    font-family: var(--font-mincho);
    font-size: min(2.24rem, 4.83vw);
    padding-bottom: .4rem;
    line-height: 1.5;
    letter-spacing: 0;
}

.wv-map_spotItem>._spotItem__inner p{
    font-size: var(--font-14rem);
}

.wv-contents .spot-swiper{
    margin-bottom: 0;
}

.wv-contents .swiper-button-prev::after {
  background-image: url(img/swip-arrow2.svg);
}
.wv-contents .swiper-button-next::after {
  background-image: url(img/swip-arrow2.svg);
  transform: rotate(180deg);
}

.wv-contents .swiper-button-next{
    right: 9%;
}


/*----------
passport
----------*/
.passport{
    padding: var(--section-margin) 0 0;
}

.passport-title{
    margin-bottom: calc(var(--section-margin) / 3);
}
.passport-title h2{
    color: var(--c-navy);
    font-size: min(7vw, 3.24rem);
    font-weight: 800;
    line-height: 1.5;
    padding-bottom: calc(var(--bgw-margin) / 2);
}

.passport .linkBox.-yellow{
    width: 19rem;
}

@media screen and (min-width:769px){
    .wv-title{
        margin-bottom: min(1rem);
    }

    .hanoi-item a:hover picture img{
        transform: scale(1.05);
    }
}

/*----------
 footer
----------*/
footer{
    text-align: center;
    position: relative;
    padding: min(17vw, 12rem) 0 min(12vw, 2rem);
    z-index: 1;
    background: linear-gradient(0deg, rgba(22, 105, 135, 1) 0%, rgba(22, 105, 135, 0) 100%);
    color: var(--c-white);
    font-weight: 600;
}

footer .contents{
    padding-bottom: min(6vw, 3rem);
}

p.footer-company{
    font-size: min(6vw, 3rem);
    padding-bottom: min(3vw, 2rem);
}

small.copyright{
    text-align: center;
    display: block;
    font-size: min(1.24rem, 2.4vw);
    font-weight: 400;
}

/*--------------*/
/*レスポンシブ基本CSS
/*--------------*/
.pcheader{
    display:block;
}

.pc{
    display:none;
}

.mobile{
    display: none!important;
}


@media screen and (min-width:769px){
    body{
        font-size: min(1.5rem,3.83vw);
    }

    main.main-wrapper{
        display: flex;
    }

    /*--------------*/
    /*g nav
    /*--------------*/
    .g-nav{
        width: min(612px, 100%);
    }

    .fixedLogo{
        width: min(180px, 44vw);
    }
    .fixedLogo:hover{
        transform: scale(1.05);
    }

    li.-nav_menuItem a:hover{
        transform: scale(1.05);
    }

    small.copyright{
        font-size: min(1.24rem, 1vw);
    }

}

@media screen and (min-width:1025px){
    .g-nav{
        width: var(--cha-contents-width);
    }

    .footer-information a:hover{
        opacity: 0.6;
    }

}