@charset "utf-8";

main {
  img {
    height: auto;
  }
}


.col-full{
  width: 100%;
}
@media (min-width: 769px){
  .pc-col-half{
    flex: 1;
  }
}

.ff-shippori_mincho{
  font-family: "Shippori Mincho", serif;
}

.lazy_image-wrap{
  position: relative;
  width: 100%;
  height: 0;
}
.lazy_image{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
@media (min-width: 769px){
  .fz-22{
    font-size: 1.222em;
  }
  .fz-24{
    font-size: 1.333em;
  }
}
@media (max-width: 768px){
  .fz-22, .fz-24{
    font-size: 1.111em;
  }
}

.main_visual{
  img{
    max-width: 100%;
  }
}
@media (min-width: 769px){
  .mv__title{
    position: relative;
    height: 293px;
    picture{
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      img{
        height: 100%;
        object-fit: cover;
      }
    }
  }
}
@media (min-width: 1257px) and (max-width: 1470px){
  .mv__title{
    height: calc( 293 / 1470 * 100vw );
  }
}
@media (min-width: 769px) and (max-width: 1256px){
  .mv__title{
    width: 1236px;
    height:250px
  }
}

.image-campaign{
  display: block;
}
.campaign{
  background: url(/cruise/viking/vikingcruises/images/bg-campaign.webp) no-repeat center center / cover;
  text-align: center;
}
.campaign-footnote{
  padding-left: 35px;
  color: #ffffff;
  line-height: 1.2;
  text-align: justify;
}
.campaign-inner{
  position: relative;
  width: fit-content;
  height: 100%;
  margin-inline: auto;
  padding-bottom: 30px;
  background: linear-gradient(to right, rgba(0, 13, 49, .5) 0%, rgba(0, 5, 39, .5) 50%, rgba(0, 13, 49, .5) 100%);
}
.campaign-description{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 0;
  align-items: center;
}
.campaign-label-text{
  position: absolute;
  left: -10px;
  top: -30px;
  display: flex;
  justify-content: space-between;
  width: 535px;
  height: 60px;
  padding: 8px 32px 0 14px;
  background: url(/cruise/viking/vikingcruises/images/bg-campaign-label.webp) no-repeat center center / 100%;
  font-size: 2.9rem;
  font-family: var(--font-noto_serif);
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  ._label1{
    position: relative;
    top: 2px;
    color: #ffffff;
  }
  ._label2{
    display: flex;
    color: #333333;
    font-size: 1.2em;
    font-weight: 800;
            letter-spacing: 0.07em;
  }
  .dow{
    position: relative;
    top: 2px;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    margin-left: 7px;
    background-color: #333333;
    border-radius: 1.5lh;
    color: #f6e59b;
    font-size: 0.7em;
    font-weight: normal;
    text-align: center;
  }
}
.campaign-title{
  position: relative;
  font-size: 6.0rem;
  font-weight: bold;
  background: linear-gradient(to right, #fcda70 0%, #ffffff 50%, #fcda70 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: var(--font-noto_serif);
  letter-spacing: 0.05em;
  &::before, &::after{
    content: url(/cruise/viking/vikingcruises/images/image-dec-grass.webp);
    position: absolute;
  }
  &::before{
    top: 35px;
    left: -50px;
  }
  &::after{
    top: 35px;
    right: -50px;
    transform: scaleX(-1);
  }
}
.campaign-sub-title{
  color: #ffe933;
  font-size: 3.6rem;
  font-family: var(--font-noto_serif);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.campaign-text{
  margin-top: 20px;
  color: #ffffff;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  > span{
    font-size: 1.16em;
  }
  ._color1{
    color: #c0ebff;
  }
  ._color2{
    color: #fab1b1;
  }
}
.campaign-text-footnote{
  /* position: absolute;
  right: 16px;
  bottom: -10px; */
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}
.image-departure_date{
  position: absolute;
  top: 236px;
    right: 50px;
  width: 160px;
  z-index: 1;
}
@media (min-width: 769px){
  .campaign-inner{
    min-width: 1256px;
  }
}
@media (max-width: 768px){
  .campaign{
    background: url(/cruise/viking/vikingcruises/images/bg-campaign-sp.webp) no-repeat top center / 100% 100%;
    small{
      padding: 0 5px;
      font-size: 1.2rem;
    }
  }
  .campaign-inner{
    width: 94%;
  }
  .campaign-label-text{
    left: -5px;
    top: -20px;
    width: calc( 500 / 750 * 100vw );
    height: 35px;
    font-size: calc( 26 / 750 * 100vw );
    padding-top: calc(12 / 750 * 100vw);
    padding-left: calc(16 / 750 * 100vw);
    padding-right: calc(25 / 750 * 100vw);
    .dow{
      top: 0;
      width:  calc( 33 / 750 * 100vw );
      height:  calc( 33 / 750 * 100vw );
      margin-left: calc( 10 / 750 * 100vw );
      line-height:  calc( 33 / 750 * 100vw );
    }
    ._label2{
      position: relative;
      top: calc( 1 / 750 * 100vw );
    }
  }
  .campaign-title{
    font-size: calc( 50 / 750 * 100vw );
    letter-spacing: -0.05em;
    white-space: nowrap;
    &::before, &::after{
      display: none;
    }
  }
  .campaign-sub-title{
    font-size: calc( 36 / 750 * 100vw );
    line-height: 1.4;
  }
  .campaign-description{
    padding: 20px 0;
  }
  .campaign-text{
    margin-top: 15px;
    font-size: calc( 24 / 750 * 100vw );
    line-height: 1.6;
  }
  .image-campaign{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    line-height: 1.7;
  }
  .image-departure_date{
    top: -23vw;
    right: -0.5vw;
    width: 27vw;
  }
}


.introduction{
  background: url(/cruise/viking/vikingcruises/images/bg-introduction.jpg);
  .footnote{
    font-size: 100%;
  }
}
.introduction__heading{
  font-size: 3.6rem;
  font-family: var(--font-noto_serif);
  color: #172b4f;
  text-align: center;
}
.note{
  color: #c50c2e;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 75px;
  a{
    color: #c50c2e;
    text-decoration: underline;
  }
  a:hover{
    color: #335b7b;
  }
}
@media (min-width: 769px){
  .introduction{
    padding-bottom: 150px;
  }
  .introduction__lead{
    text-align: center;
  }
  .note{
    a:hover{
      color: #335b7b;
    }
  }
}
@media (max-width: 768px){
  /* .image-campaign{
    margin-top: -23.5vw;
  } */
  .introduction{
    .footnote{
      text-align: left;
    }
  }
  .introduction__heading{
    font-size: calc( 38 / 750 * 100vw );
    white-space: nowrap;
  }
  .note{
    font-size: 2rem;
  }
}

a.button-primary {
  max-width: 650px;
  background: #c50c2e;
  color: #ffffff;
}
.js-accordion-trigger{
  background-color: #335b7b;
  color: #ffffff;
  span{
    top: -1px;
  }
}
.button-brochure_claim.-submit{
  background-color: #335b7b;
  color: #ffffff;
  text-align: center;
}
.button-brochure_claim.-submit [type="submit"] {
  color: #ffffff;
  font-family: var(--font-noto_serif);
}
.button-brochure_claim.-submit::after{
  background: #ffffff
}
@media (min-width: 769px){  
  .button-brochure_claim.-submit{
    width: 565px;
    font-size: 2.4rem;
  }
  .button-brochure_claim.-submit:hover {
    border-color: #335b7b;
    color: #335b7b;
  }
  .button-brochure_claim.-submit:hover [type="submit"] {
    color: #335b7b;
  }
  .button-brochure_claim.-submit:hover::after{
    background: #335b7b;
  }
  .button-primary:hover {
      color: #335b7b;
  }
  .button-primary:hover::before, .button-primary:hover::after {
    border-color: #335b7b;
  }
}
@media (max-width: 768px){
  .button-brochure_claim.-submit{
    line-height: 1.2;
  }
  .button-brochure_claim.-submit::after{
    right: 5px;
  }
  .button-brochure_claim [type="submit"]{
    top: 0px;
    left: -6px;
  }
  .introduction, .js-clone{
    .button-primary {
      height: 75px;
      border-radius: 38px;
    }

    .button-primary::before {
      height: calc(75px - 8px);
    }
  }
  .button > span {
    left: -5px;
  }
}

.movie__heading{
  font-size: 2.6rem;
  font-family: var(--font-noto_serif);
  color: #172b4f;
  text-align: center;
}
@media (max-width: 768px){
  .movie__heading{
    font-size: calc( 32 / 750 * 100vw );
  }
}

.anchor_nav{
  background: linear-gradient(to bottom, #bf3030, #700707);
  font-family: var(--font-noto_serif); 
}
.anchor_nav__item{
  flex: 1;
}
.anchor_nav__item a::after{
  background-color: #ffffff;
}
@media (min-width: 769px){
  .anchor_nav__item{
    font-size: 2.0rem;
  }
  .anchor_nav__item a:hover{
    background-color: #ffffff;
    color: #172b4f;
    font-family: var(--font-noto_serif);
    font-weight: bold;
  }
  .anchor_nav__item a:hover::after{
    background-color: #172b4f;
  }
}

.movie-container{
  margin-top: 0;
  padding: 80px 0 105px;
  background: url(/cruise/viking/vikingcruises/images/bg-introduction.jpg) no-repeat left top / cover;
}
@media (max-width: 768px){
  .movie-container{
    padding: 60px 0 80px;
  }
}

/* .point{
  background: url(/cruise/viking/vikingcruises/images/bg-point.jpg) no-repeat left top / cover;
  .text_link-container{
    .text_link{
      color: #172b4f;
    }
  }
}
.point__item{
  padding: 40px;
  background-image: linear-gradient(225deg, rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.6) 68%, rgba(255, 255, 255, 0.3) 90%);
  .text-container > p{
    padding: 0 15px;
  }
}
.point__heading{
  justify-content: flex-start;
  height: auto;
  white-space: normal;
  font-family: var(--font-noto_serif);
  color: #172b4f;
  line-height: 1.4;
}
.point__image{
  max-width: 600px;
}
@media (min-width: 769px){
  .point__item + .point__item {
    margin-top: 0;
  }
  .point__heading{
    gap: 5px;
    font-size: 2.8rem;
  }
  .point__label{
    flex: 0 0 116px;
  }
  .point__list{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .point__item:first-of-type { grid-area: 1 / 1 / 2 / 3; }
  .point__item:nth-of-type(2) { grid-area: 2 / 1 / 3 / 2; }
  .point__item:nth-of-type(3) { grid-area: 2 / 2 / 3 / 3; }
}
@media (max-width: 768px){
  .point__inner{
    min-width: 1236px;
  }
  .point__item{
    padding: 40px 20px;
  }
  .point__heading{
    margin-inline: auto;
    p{
      text-align: center;
    }
  }
  .point__label{
    width: calc( 130 / 750 * 100vw );
  }
  .point__image {
    width: 80%;
    margin-inline: auto;
  }
} */
.caption{
  color: #606060;
}

.section__heading{
  justify-content: space-between;
}
.section__heading .en{
  color: #335b7b;
}
.section__heading::before, .section__heading::after {
  width: 407px;
  height: 10px;
  margin-top: -30px;
  background-image: url(../images/bg-section_heading.png);
}

@media (max-width: 768px){
  .section__heading .jp {
    font-size: calc(46 / 750 * 100vw);
  }
  .section__heading::before, .section__heading::after {
    width: calc( 120 / 750 * 100vw );
    height: 4vw;
    margin-top: -7vw;
    background-image: url(../images/bg-section_heading-sp.webp);
    background-size: 100%;
    background-position: center right;
  }
  .section__heading::before{
    margin-right: 2vw;
  }
  .section__heading::after{
    margin-left: 2vw;
  }
}

.tour_introduction{
  padding-bottom: 50px;
}
.section__heading, .tour_introduction__heading{
  font-family: var(--font-noto_serif);
}
.tour-2025{
  .T-un_listDetailTable{
    a{
      pointer-events: none;
      color: rgb(51, 51, 51);
      text-decoration: none;
    }
  }
}
.tour__term{
  width: fit-content;
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  &::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
            margin-top: 5px;
    background: linear-gradient(90deg, #c70d32 0%, #c70d32 30%, #172b4f 30%, #172b4f 100%)
  }
}
.tour_introduction__heading{
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  color: #172b4f;
  span::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
  }
  span:first-of-type::after{
    background-color: #c70d32;
  }
  span:nth-of-type(2)::after{
    background-color: #172b4f;
  }
}
.tour_introduction__item dl{
  width: 100%;
}
.tour_introduction__item dt{
  color: #c70d32;
}
.tour_introduction__item::before{
  content: "■";
  top: 0;
  color: #c70d32;
}

@media (min-width: 769px){
  .tour_introduction__heading{
    span:nth-of-type(2){
      padding-left: 1em;
    }
    span:nth-of-type(2)::after{
      width: calc( 100% + 1em );
      margin-left: -1em;
    }
  }
  .tour_introduction__item dt{
   width: 100px;
  }
  .tour-container{
    .image-container{
      img{
        aspect-ratio: 250 / 167;
      }
    }
  }
}
@media (max-width: 768px){
  .tour_introduction__heading{
    display: block;
    font-size: calc( 47 / 750 * 100vw );
    span{
      display: inline-block;
    }
    span:nth-of-type(2){
      margin-top: 5px;
      white-space: nowrap;
    }
  }
  .tour-2025 .tour_introduction-container:first-of-type .tour_introduction__heading{
    span:nth-of-type(2){
      letter-spacing: -0.1em;
    }
  }
  .tour__term{
    font-size: calc(38 / 750* 100vw);
  }
  /* .tour-container{
    .image-container{
      min-height: calc(500 / 750* 100vw);
    }
  } */
}


/* .price{
  position: relative;
} */
.price-table-wrap{
    width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSスムーズスクロール */
  padding-bottom: 1px;
}
.price-table{
  /* table-layout: fixed; */
  width: 100%;
  min-width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  td{
    padding: 5px;
    border: 1px solid #00316c;
    text-align: center;
    b{
      font-size: 1.111em;
      color: #c50c2e;
    }
  }
  th{
    padding: 5px;
    font-weight: bold;
    border: 1px solid #00316c;
    text-align: center;
  }
  tr:nth-child(3) .col-th:nth-child(2), tr:nth-child(3) .col-th:nth-child(2){
    width: 80px !important;
  }
}
.col-th{
  background-color: #bbd7ed;
  &.-sub{
    font-size: 0.9em;
    letter-spacing: -0.05em;
  }
}
/* .col-th.-sub{
  font-size: 0.9em;
} */
.row-th{
  background-color: #d9e7f4;
  span{
    display: block;
    font-size: 0.9em;
    line-height: 1.2;
  }
}
.campaign-price{
  .row-th{
    padding-block: 20px;
    background-color: #f9c6c6;
    &.-main{
      width: 360px;
      /* padding-left: 45px; */
    }
  }
  td{
        background-color: #fae0e0;
        white-space: nowrap;
  }
}
.group-label{
  /* position: absolute;
  bottom: 34px;
  left: -17px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* height: 510px; */
  width: fit-content;
  margin-top: 15px;
  margin-inline: auto;
  padding: 12px 15px;
  border-radius: 13px;
  background: linear-gradient(103deg, #700707 3%, #bf3030 45%, #700707);
  color: #ffffff;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.3;
  /* writing-mode: vertical-rl;
  text-orientation: upright; */
  ._line2{
    display: block;
    margin-top: 5px;
    /* margin-right: 2px; */
    font-size: 0.7em;
    letter-spacing: 0.05em;
  }
  .num {
    display: inline-block;       /* transform のため必須 */
    writing-mode: horizontal-tb; /* 横書きにする */
    line-height: 1;
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .price{
    padding-right: calc(30 / 750 * 100vw);
    > p{
      padding-left: calc(30 / 750 * 100vw);
    }
  }
  .price-table {
    min-width: 1050px;
    position: relative;
    left: calc(30 / 750 * 100vw); /* iOS対応 */
  }
  .campaign-price {
    & .row-th {
      &.-main {
        width: 270px;
        /* padding-left: 55px; */
      }
    }
  }
  .group-label{
    /* padding: 0 10px 0 20px;
    left: -10px; */
    white-space: nowrap;
  }
}

.guest_room__list{
  column-gap: 30px;
}
.guest_room__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
  line-height: 1.4;
}
.guest_room__image{
  position: relative;
  outline: rgb(255, 255, 255) solid 2px;
  img{
    outline: #c6b67a solid 1px;
    outline-offset: -6px;
  }
}
.guest_room__image-wrap{
   padding-bottom: calc( 353 / 570 * 100%) ;
}
.guest_room__title{
  position: absolute;
  top: 13px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 430px;
  width: fit-content;
  padding: 7px 30px 7px 20px;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: left;
  background: linear-gradient(to right, #8b732d, #e1be39, #fbe381);
  clip-path: polygon(
    0% 0%,       /* 左上 */
    94% 0%,      /* 右上を少し内側にカット */
    100% 100%,   /* 右下（外側） */
    0% 100%      /* 左下 */
  );
  text-shadow:
    2px 2px 4px #ffffff ,
    -2px 2px 4px #ffffff ,
    2px -2px 4px #ffffff ,
    -2px -2px 4px #ffffff,
    2px 2px 4px #ffffff ,
    -2px 2px 4px #ffffff ,
    2px -2px 4px #ffffff ,
    -2px -2px 4px #ffffff;
      br{
      display: none;
    }
}
/* a.guest_room__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  max-width: 600px;
  width: 100%;
  padding: 0 25px;
  border-left: 15px solid #bf934c;
  margin-left: auto;
  margin-right: auto;
  background-color: #335b7b;
  font-size: 1.22em;
  font-family: var(--font-noto_serif);
  color: #ffffff;
} */
.guest_room__desc{
  flex: 1;
  padding: 40px;
  background-color: #f9f6f2;
  line-height: 1.6;
}
/* @media (min-width: 769px) and (max-width: 1400px){
  .guest_room__title{
    top: -10px;
    left: -10px;
      clip-path: polygon(
    0% 0%,
    88% 0%,
    100% 100%,
    0% 100%
  );
    br{
      display: block;
    }
  }
} */

@media (min-width: 769px){
  .guest_room{
    .section_body{
      width: 90%;
      min-width: 1236px;
      margin: auto;
      padding: 0 10px;
    }
  }
  .guest_room__button:hover{
    filter: brightness(1.3);
  }
}
@media (max-width: 768px) {
  .guest_room{
    .section_body{
    padding: 0 calc( 30 / 750 * 100vw );
    }
  }
  .guest_room__title{
    font-size: 1.8rem;
  }
  .guest_room__desc {
    padding: 20px;
  }
  .icon-360deg{
    width: calc( 70 / 750 * 100vw );
  }
  /* a.guest_room__button {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 0 0 0 15px;
  } */
}



.other_information {
  background: url(/cruise/viking/vikingcruises/images/bg-other_information.jpg) no-repeat left top / cover;
}
.other_information__item{
  .text-container{
    margin-top: 0;
    padding: 30px;
    background-color: #ffffff;
  }
  .label + *{
    flex: 1;
    text-align: left;
  }
  strong{
    font-weight: normal;
    font-size: 100%;
  }
}
.other_information__list__dt{
    display: inline-block;
    padding: 0 10px;
    background-color: #bf934c;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: bold;
}
.other_information__list__heading{
  justify-content: flex-start;
  padding: 5px 0 5px 92px;
  text-align: left;
  /* background-color: #172b4f; */
  background: linear-gradient(90deg, #c70d32 0%, #c70d32 80px, #172b4f 80px, #172b4f 100%);
  color: #ffffff;
  font-size: 3rem;
  font-family: var(--font-noto_serif);
  line-height: 1.1;
      white-space: normal;
}
.grand_asia_cruise-image {
  flex: 0 0 400px;
}
@media (min-width: 769px){
  .other_information__list{
    column-gap: 30px;
  }
  .other_information__list__heading{
      height: 80px;
  }

  .other_information__item{
    .tour-container{
      width: 90%;
      margin-inline: auto;
      padding-bottom: 30px;
    }
  }
}
a.other_information__list__dt{
  color: #ffffff; 
}
@media (min-width: 769px){
  a.other_information__list__dt:hover{
    filter: brightness(1.1);
  }
}
@media (max-width: 768px){
  .other_information__list__heading{
    padding: 10px 10px 10px 44px;
    background: linear-gradient(90deg, #c70d32 0%, #c70d32 30px, #172b4f 30px, #172b4f 100%);
    font-size: calc( 38 / 750 * 100vw );
  }
  /* .other_information__label{
    width: calc( 127 / 750 * 100vw );
  } */
  .other_information__item {
    .text-container {
        padding: 24px;
    }
  }
  .other_information__list__dt{
    line-height: 1.2;
    padding: 4px 10px 3px 10px;
    font-size: 1.8rem;
  }
}

.faq-term{
  padding: 5px 10px;
  background-color: #dae8f5;
  span{
    color: #172b4f;
  }
}
.faq-description{
  padding: 5px 10px;
  span{
    color: #c50c2e;
  }
}
.faq-description + .faq-term{
  margin-top: 25px;
}
@media (max-width: 768px){
  .faq-term{
        font-size: 1.7rem;
  }
  .faq-description{
    font-size: 1.6rem;
  }
}

.button.tour {
  max-width: 980px;
  background-image: linear-gradient(90deg, #00316c, #2f5787 50%, #00316c);
  border-color: #ffffff;
  color: #ffffff;
}
.button.company {
  background-image: linear-gradient(90deg, #172b4f, #172b4f 50%, #172b4f);
  border-color: #ffffff;
  color: #ffffff;
}
a.button-unique{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: all 0.3s ease-out;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  height: 100px;
  background-color: #0a0ab6;
  color: #ffffff;
  font-size: 4.0rem;
  font-family: var(--font-noto_serif);
  outline: 1px solid #ffffff;
  outline-offset: -3px;
  border-radius: 2.5lh;
  &::before, &::after{
    display: none;
  }
  span{
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 1;
    position: relative;
        top: -1px;
  }
}
@media (min-width: 769px){
  .button.tour:hover{
    color: #00316c;
  }
  .button.tour:hover::before, .button.tour:hover::after {
    border-color: #00316c;
  }
  .button.company:hover {
    color: #172b4f;
  }
  .button.company:hover::before, .button.company:hover::after {
    border-color: #172b4f;
  }
  a.button-unique:hover{
    filter: brightness(1.3);
  }
}
@media (max-width: 768px){
  a.button-unique{
    height: 70px;
    font-size: 2.0rem;
  }
}


.link-block{
 p{
  font-size: 1.44em;
 } 
}
@media (max-width: 768px){
  .link-block{
    margin-top: 0;
    p{
     font-size: 1.125em;
    } 
   }
}

.js-pagetop{
  background-color: #172b4f;
}
.js-floating_button-wrap{
  position: absolute;
  top: 30px;
  right: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 50;
}
a.floating_button {
  color: #ffffff;
}
.floating_button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  z-index: 50;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .4);
  transition: .2s ease-in-out;
  span {
    top: -3px;
    font-size: 0.7em;
    line-height: 1.4;
  }
}
.button-reservation {
  background: linear-gradient( -10deg, rgb(112,7,7) 0%, rgb(191,48,48) 100%);
  &::before{
    content: url("/cruise/viking/vikingcruises/images/icon-mail.webp");
  }
}
.button-brochure {
  background: linear-gradient( -10deg, rgb(47,58,126)0%, rgb(5,144,199) 100%);
  &::before{
    content: url("/cruise/viking/vikingcruises/images/icon-book.webp");
  }
}
.button-inquiry {
  background: linear-gradient(#ec0303, #c10202);
}
@media (min-width: 769px) {
  .js-floating_button-wrap{
    .floating_button:hover{
      filter: brightness(1.1);
    }
  }
}
@media (max-width: 768px){
  .button-pagetop{
    bottom: 61px;
    right: 6px;
  }
  .js-floating_button-wrap{
    position: fixed;
    top: auto;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    gap: 5px;
    padding: 0 5px;
    flex-direction: row;
    padding: 0 5px;
    /* align-items: flex-end; */
  }
  .floating_button{
    flex: 1;
    width: auto;
    height: 50px;
    border-radius: 10px;
    &::before{
      display: none;
    }
    span{
      font-size: 0.8em;
    }
  }
  /* a.button-inquiry{
    width: 98vw;
    height: 12vw;
    margin: auto;
    padding: 0;
    transform: translateX(0);
    border-radius: 5px;
    font-size: calc(40 / 750 * 100vw);
    height: 50px;
    font-size: 1.8rem;
  } */
}