@charset "UTF-8";

/* 全ての要素にアウトラインを引き、はみ出している奴をあぶり出す */
/* * {
    outline: 1px solid red !important;
} */

/* ピックアップコンテンツ */
/* 1. エリア全体を囲む大きな枠線 */
.pickupPost_area {
    margin-bottom: 100px;
}

.pickupPost_wrap {
    position: relative; /* ラベル配置の基準 */
    background-color: #fff; /* 背景は白 */
    border: 1px solid #202020; 
    padding: 30px;
    padding-top: 40px;
    margin-top: 30px; 
}

.pickup_label {
    position: absolute;
    top: -18px;
    left: 30px;
    z-index: 10;
    margin: 0;
    background-color: #fff;
    padding-top: 2px;
    padding-bottom: 6px;
}

.pickup_label span {
    position: relative;
    display: inline-block;
    background-color: #e6eff4;
    padding: 6px 20px;
    /* font-family: "UD Shin Go NT Medium", "Noto Sans JP", sans-serif; */
    font-size: 1.125rem;
    font-weight: bold;
    z-index: 1;
    color: #e6eff4;
}

.pickup_label span::after {
    content: "Pick up";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border: 1px solid #202020;
    z-index: 10;
    color: #202020;
    font-family: "リュウミン M-KL";
}

.pickup_image.post_thumb {
    position: relative;
    padding: 0;
}

.pickupPost_box {
    transition: .5s;
}

.pickup_content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.pickup_content .catchcopy {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: .5rem;
}

h3.post_title.pickup_title {
    font-size: 2.5rem;
}

.pickup_content .post_date {
    font-size: 1.125rem;
}

@media (max-width:991px) {
    .pickup_content .catchcopy {
        font-size: 1.125rem;
    }

    h3.post_title.pickup_title {
        font-size: 2rem;
    }

    .pickup_content .post_date {
        font-size: 1rem;
    }
}

@media (max-width:767px) {
    h3.post_title.pickup_title {
        font-size: 2.25rem;
    }
}

@media (max-width:576px) {
    h3.post_title.pickup_title {
        font-size: 2rem;
    }
}

.pickupPost_box .rm_btn {
    display: inline-block;
    height: auto;
    padding: 0;
    padding-right: 8px;
    border: none;
}

.post_item.asuka2 .post_info .catchcopy,
.pickupPost_area.asuka2 .pickup_content .catchcopy,
.article_list .post_item.asuka2 .post_info .rm_btn,
.pickupPost_area.asuka2 .pickup_content .rm_btn {
    color: #897717 !important;
}

.post_item.asuka3 .post_info .catchcopy,
.pickupPost_area.asuka3 .pickup_content .catchcopy,
.article_list .post_item.asuka3 .post_info .rm_btn,
.pickupPost_area.asuka3 .pickup_content .rm_btn {
    color: #005d8c!important;
}

.pickup_link,
.article_link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.pickup_link:hover + * + .pickupPost_box,
.article_link:hover ~ div {
    opacity: .4;
}

.pickup_link:hover + * +.pickupPost_box .rm_btn .arrow,
.article_link:hover + * +.post_info .rm_btn .arrow {
    transform: translateX(8px);
}

@media (min-width: 768px) {
    .pickupPost_box {
        position: relative;
        margin: 0;
    }
    .pickup_image.post_thumb {
        padding-left: 0; /* Bootstrapの余白をリセット */
        padding-right: 20px; /* テキストとの間の余白 */
    }
    .pickup_content {
        padding-left: 20px; /* 画像との間の余白 */
        padding-right: 0; /* Bootstrapの余白をリセット */
    }
}

@media (max-width: 767px) {
    .pickupPost_wrap {
        padding: 25px 15px; 
        padding-top: 35px;
        margin-top: 25px;
        margin-bottom: 60px;
    }

    .pickup_label {
        top: -16px;
        left: 20px;
    }

    .pickupPost_box {
        margin: 0;
        /* padding: 0 .75rem; */
    }

    .pickupPost_box.row {
        margin-left: 0;
        margin-right: 0;
    }

    /* スマホでは縦積みになるので、画像とテキストの間の余白を調整 */
    .pickup_image.post_thumb {
        padding: 0;
        margin-bottom: 25px; /* 画像の下に余白 */
    }
    
    .pickup_content {
        padding: 0; /* 横の余白をリセット */
    }
}

/* 投稿コンテナ */
.post_list_container .post_item {
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 1px dotted #4D8EAF;
}

.post_list_container .post_item:last-child {
	margin-bottom: 60px;
}

.post_list_container .post_item.row {
	margin-right: 0;
	margin-left: 0;
}

/* 投稿画像 */
.post_thumb {
	padding-left: 0;
    overflow: hidden;
}

.post_thumb img {
    width: 100%;           
    height: auto;          
    aspect-ratio: 3 / 2;  
    object-fit: cover;     
    display: block;
}

@media (max-width: 767px) {
    .post_thumb {
        margin-bottom: 1rem;
        padding-right: 0;
    }
    .post_thumb img {
        aspect-ratio: 3 / 2;
    }
}

/* 投稿コンテンツ */
.post_info {
    display: flex;
    flex-direction: column;
	padding-right: 0;
}

h3.post_title {
    line-height: 1.3;
    font-size: 1.5rem;
    color: #202020;
}

.post_date {
    display: inline-block;
    margin-bottom: 20px;
}

.post_cat_label {
    display: inline-block;
    width: fit-content;
    padding: 4px 24px;
    color: #fff;
    font-size: 1rem;
    background-color: #202020;
    margin-bottom: 1rem;
    font-family: "リュウミン B-KL JIS2004", "Noto Serif JP", serif;
}

.post_cat_label.asuka2 {
    background-color: #ab951d;
}

.post_cat_label.asuka3 {
    background-color: #005d8c;
}

/* 投稿タグ */

.post_tag_list {
    display: flex;
    margin-bottom: 20px;
}

span.tags_head {
    font-family: "UD Shin Go NT Medium";
    font-weight: bold;
    margin-right: 5px;
}

.post_tag_cloud span {
    display: inline-block;
    font-family: "UD Shin Go NT Regular";
    font-weight: normal;
}

.post_tag_cloud span.is-current-tag {
    font-family: "UD Shin Go NT Medium";
    font-weight: bold;
}

.post_tag_cloud span::before {
    content: "/";
    display: inline-block;
    margin: 0 4px;
}

.post_tag_cloud span:first-child::before {
    content: none;
}

.post_tag_list span a {
    color: #303030;
}

.post_tag_list span a:hover {
    opacity: .7;
}

/* Readmoreボタン */
.rm_btn {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 0;
}

.rm_btn a {
    display: inline-flex;
    align-items: center;
    height:50px;
    padding: 0 calc(50px * .58);
    background-color: #fff;
    border: 1px solid #203768;
    color: #303030;
    font-family: "リュウミン B-KL JIS2004", "Noto Serif JP", serif;
    text-decoration: none;
}

.rm_btn a:hover {
    background-color: #005d8c;
    border-color: #005d8c;
    color: #fff;
}

@media (max-width:767px){
    .rm_btn a {
        height:40px;
        padding: 0 calc(40px * .58);
    }
}
.arrow {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 1px;
  margin-top: 7.1px;
  border-radius: 9999px;
  background-color: #005d8c;
  margin-left: 10px;
  transition: .5s;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 11px;
  height: 1px;
  border-radius: 9999px;
  background-color: #005d8c;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: .5s;
}

.rm_btn a:hover .arrow,
.rm_btn a:hover .arrow::before{
    background-color: #fff;
}

/* ピックアップ記事用 */
.pickup_content .rm_btn {
    font-family: "リュウミン B-KL JIS2004", "Noto Serif JP", serif;
}

.article_list .post_item.asuka2 .post_info .rm_btn .arrow,
.article_list .post_item.asuka2 .post_info .rm_btn .arrow::before,
.pickupPost_area.asuka2 .pickup_content .rm_btn .arrow,
.pickupPost_area.asuka2 .pickup_content .rm_btn .arrow::before {
    background-color: #897717!important;
}

.article_list .post_item.asuka3 .post_info .rm_btn .arrow,
.article_list .post_item.asuka3 .post_info .rm_btn .arrow::before,
.pickupPost_area.asuka3 .pickup_content .rm_btn .arrow,
.pickupPost_area.asuka3 .pickup_content .rm_btn .arrow::before {
    background-color: #005d8c!important;
}

.pickupPost_box .pickup_content .rm_btn .arrow{
    margin-top: 3px;
    vertical-align: middle;
}

/* .pickupPost_box .rm_btn a:hover {
    background-color: transparent;
    opacity: .4;
}

.pickupPost_box .rm_btn a:hover .arrow {
    transform: translateX(8px);
}

.pickupPost_box .rm_btn a:hover .arrow,
.pickupPost_box .rm_btn a:hover .arrow::before{
    background-color: inherit;
} */

/* ---------------- ▲ ここまでがTOP・一覧共通 ▲ ---------------- */

/* ▼ TOPカルーセル全体 ▼ */
.top_carousel {
    margin-top: 132px;
    margin-bottom: 120px;
    /* ★横揺れバグの原因解消：画面外にはみ出た要素を隠す */
    width: 100%;
    overflow: hidden; 
}

@media (max-width:991px){
    .top_carousel {
        margin-top: 75px;
    }
}

@media (max-width: 768px) {
    .top_carousel {
        margin-bottom: 70px;
    }
}

@media (max-width:568px){
    .top_carousel {
        margin-top: 67px;
    }
}

@media (max-width:420px){
    .top_carousel {
        margin-top: 62px;
    }
}

/* カルーセル全体のラッパー */
.fv-carousel-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 2375 / 889; 
    max-height: 100vh;
    overflow: hidden;
}

@media (max-width: 1080px){
    .fv-carousel-wrapper {
        min-height: 460px;
    }
}

@media (max-width: 768px) {
    .fv-carousel-wrapper {
        min-height: 400px;
    }
}

/* ==========================================
 * ▼ メインスライダー ▼
 * ========================================== */
.slider-main {
    margin: 0;
    padding: 0;
    height: 100%;
}

.slider-main li {
    list-style: none;
    height: 100%;
}

/* Slickの高さ無力化 */
.slider-main .slick-list,
.slider-main .slick-track,
.slider-main li.slick-slide {
    height: 100%; 
}

/* 追加要素をコンテナに合わせて広げる */
.slider-main li a,
.slider-main li picture {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-main li img,
.slider-main li video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ▼ サムネイルスライダー（ネイティブスクロール仕様） ▼ */
/* ▼ 1. ラッパー（白い半透明の帯） ▼ */
.slider-thumb-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1079px) {
    .slider-thumb-wrapper {
        padding: 15px;
    }
}

/* スクロールが発生する時のインジケーター用余白（3段階） */
@media (min-width: 992px) {
    .slider-thumb-wrapper.is-scrollable {
        padding-right: 130px;
        box-sizing: border-box;
    }
}
@media (max-width: 991px) {
    .slider-thumb-wrapper.is-scrollable {
        padding-right: 100px;
        box-sizing: border-box;
    }
}

/* ▼ 2. スクロールする枠（サムネイルリスト本体） ▼ */
.slider-thumb {
    display: flex;
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    gap: 15px;
}

@media (max-width: 1200px) {
    .slider-thumb {
        width: 100%; 
        margin: 0 auto;
        margin-bottom: 5px; /* スクロールバー下の隙間は維持 */
    }
}
@media (max-width: 768px) {
    .slider-thumb {
        margin: 0 auto;
    }
}

/* スクロールバーのカスタマイズ */
.slider-thumb::-webkit-scrollbar {
    height: 5px; 
}
.slider-thumb::-webkit-scrollbar-track {
    background: #cbcacb; 
    border-radius: 3px;
}
.slider-thumb::-webkit-scrollbar-thumb {
    background: #005d8c; 
    border-radius: 3px;
}

/* ▼ 3. 各サムネイルアイテム（liとimg） ▼ */
.slider-thumb li {
    list-style: none;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

/* 枚数によるliの幅指定（少ない時はパーセント可変、多い時はピクセル固定） */
/* PC表示時（992px以上 / 8枚基準） */
@media (min-width: 992px) {
    .slider-thumb li {
        flex: 0 0 calc(100% / 8);
        max-width: calc(100% / 8);
    }
    .slider-thumb-wrapper.has-scroll-pc .slider-thumb li {
        flex: 0 0 140px;
        max-width: 140px;
    }
}
/* タブレット表示時（577px〜991px / 5枚基準） */
@media (min-width: 577px) and (max-width: 991px) {
    .slider-thumb li {
        flex: 0 0 calc(100% / 5);
        max-width: calc(100% / 5);
    }
    .slider-thumb-wrapper.has-scroll-tab .slider-thumb li {
        flex: 0 0 120px;
        max-width: 120px;
    }
}
/* スマホ表示時（576px以下 / 3枚基準） */
@media (max-width: 576px) {
    .slider-thumb li {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
    .slider-thumb-wrapper.has-scroll-sp .slider-thumb li {
        flex: 0 0 90px;
        max-width: 90px;
    }
}

/* アクティブ（選択中）の挙動 */
.slider-thumb li.is-active {
    opacity: 1;
}
.slider-thumb li.is-active img {
    border: 2px solid #005d8c;
}

.slider-thumb li picture {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-thumb li img {
    width: 100%; 
    margin: 0 auto; 
    height: 80px; 
    object-fit: cover;
    display: block;
    box-sizing: border-box; 
    /* border: 2px solid transparent;  */
}


/* ▼ 4. 枚数が少ない場合の中央寄せ ▼ */
.slider-thumb-wrapper:not(.is-scrollable) .slider-thumb {
    justify-content: center;
    margin-bottom: 0;
}

.slider-thumb-wrapper:not(.is-scrollable) .slider-thumb li {
    margin-bottom: 0;
}

/* ▼ 768px以下：サムネイルを画像の下に配置 ▼ */
@media (max-width: 768px) {
    .fv-carousel-wrapper {
        aspect-ratio: auto;
        min-height: auto;
        max-height: none;
        height: auto;
    }

    .fv-carousel-wrapper:not(.has_global_sp) .slider-main {
        aspect-ratio: 2375 / 889; 
        min-height: 280px;
        height: auto;
    }
    
    .fv-carousel-wrapper.has_global_sp .slider-main {
        aspect-ratio: 640 / 420; 
        height: auto;
    }
    
    .slider-thumb-wrapper {
        position: relative; 
        bottom: auto;
        left: auto;
        transform: none; 
        background-color: #fff; 
        width: 100%;
    }

    .slider-thumb li img {
        height: 70px; 
    }
}


/* ▼ Scrollインジケーター（右端の文字ギミック） ▼ */
.thumb_indicator {
    display: none;
    position: absolute;
    right: 0;
    bottom: 25px; /* ★前回修正したスクロールバー避けを復活 */
    padding:0 25px;
    font-size: 14px;
    font-family: "UD Shin Go NT Medium";
    font-weight: bold;
    color: #333;
    pointer-events: none;
}

.slider-thumb-wrapper.is-scrollable .thumb_indicator {
    display: block;
}

.thumb_indicator i {
    transition: opacity 0.3s ease; 
}

.thumb_indicator span {
    margin:0 4px;
}

@media (max-width: 1079px) {
    .thumb_indicator {
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .thumb_indicator {
        font-size: 12px;
    }
}

/* スクロールしきった時のギミック */
.is-scroll-end .thumb_indicator .bi-chevron-double-right {
    opacity: 0;
}

/* 各セクションタイトル */
.section_tit_area {
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
    margin-bottom: 60px;
}

.section_tit {
    font-family: "リュウミン M-KL JIS2004", "Noto Serif JP", serif;
    margin-bottom: 0;
}

.section_tit_area.article_tit_area {
    margin-bottom: 80px;
}

/* 各セクション 下余白 */
#article.container,
#feature_cruises.container,
#fun_contents.container,
#movie_archives.container {
    margin-bottom: 150px;
}

/* 各セクションアイテムのaタグ設定 */
.recommended-item a,
.banner-card a,
.video_item a {
    text-decoration: none;
    color: #202020;
}

.recommended-item a:hover,
.banner-card a:hover,
.video_item a:hover {
    opacity: .4;
}

/* Article */
.article_list .post_list_container {
    gap: 30px 50.5px;
    margin-bottom: 50px;
}

.article_list .post_list_container .post_item {
    width: calc(50% - 25.25px);
    position: relative;
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.article_list .post_list_container .post_item:nth-child(3),
.article_list .post_list_container .post_item:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0;
}

.article_list .post_list_container .post_item:first-child::after,
.article_list .post_list_container .post_item:nth-child(3)::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #e8e8e8;
    position: absolute;
    right: -26px;
}

.article_list .post_thumb,
.article_list .post_info {
    transition: .5s;
}

.post_item.asuka2 .post_info .catchcopy,
.article_list .post_item.asuka2 .post_info .rm_btn {
    color: #897717;
}

.post_item.asuka3 .post_info .catchcopy,
.article_list .post_item.asuka3 .post_info .rm_btn {
    color: #005d8c;
}

.article_list .rm_btn {
    display: inline-block;
    height: auto;
    padding: 0;
    padding-right: 8px;
    border: none;
    font-family: "リュウミン B-KL JIS2004", "Noto Serif JP", serif;
}

.article_list .rm_btn .arrow {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 1px;
    vertical-align: middle;
    margin-top: 3px;
    border-radius: 9999px;
    background-color: #000000;
}

.article_list .rm_btn .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.article_list .rm_btn a:hover {
    background-color: transparent;
    opacity: .4;
}

.article_list .rm_btn a:hover .arrow {
    transform: translateX(8px);
}

@media (max-width:991px) {
    .article_list .post_thumb,
    .article_list .post_info {
        padding: 0;
    }
    .article_list .post_thumb {
        margin-bottom: 1rem;
    }
}

@media (max-width:767px) {
    .article_list .post_list_container {
        gap: 60px 0;
    }
    .article_list .post_list_container .post_item {
        width: 100%;
        padding-bottom: 60px;
    }

    .article_list .post_list_container .post_item:nth-child(3),
    .article_list .post_list_container .post_item:nth-child(4) {
        padding-bottom: 60px;
        border-bottom: 1px solid #e8e8e8;
    }

    .article_list .post_list_container .post_item:first-child::after,
    .article_list .post_list_container .post_item:nth-child(3)::after {
        content: none;
    }
}

/* ViewMoreボタン */
.viewMore_btn {
    text-align: right;
}

.viewMore_btn a {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 0 15px;
    border: 1px solid #004162;
    font-family: "リュウミン B-KL JIS2004", "Noto Serif JP", serif;
    text-decoration: none;
    color: #202020;
}

.article_list .viewMore_btn a {
    max-width: 320px;
}

#movie_archives .viewMore_btn a {
    max-width: 400px;
}

.viewMore_btn a:hover {
    background-color: #005d8c;
    border-color: #005d8c;
    color: #fff;
}

.viewMore_btn a:hover .arrow,
.viewMore_btn a:hover .arrow::before {
    background-color: #fff;
}

/* ▼ Feature Cruises */
.recommended-grid {
    width: 100%;
    gap: 2.5rem;
}

.recommended-item {
    width: calc(100% / 3 - 2.5rem + 2.5rem / 3);
}

.recommended-thumbnail {
    margin-bottom: 25px;
}

.recommended-title {
    font-size: 1.5rem;
    line-height: 1.33;
    text-align: center;
    color: #202020;
}

@media (max-width:767px){
    .recommended-grid {
        gap: 0;
    }

    .recommended-item {
        width: 100%;
        margin-bottom: 60px;
    }
    .recommended-item:last-child {
        margin-bottom: 0;
    }
}

/* ▼ Fun Contents */
.custom-banner-grid {
    gap: 3rem 2.5rem;
}

.banner-card {
    width: calc(100% / 3 - 2.5rem + 2.5rem / 3);
}

.banner-image {
    margin-bottom: .75rem;
}

h3.banner-title {
    font-size: 1.125rem;
    margin-bottom: .875rem;
    font-family: "UD Shin Go NT Regular";
    color: #202020;
}

h3.banner-title i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    margin-left: 10px;
    font-size: 1rem;
    color: #ab951d;
}

p.banner-catchphrase {
    font-size: .875rem;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .custom-banner-grid {
        gap: 2.5rem 2rem;
    }
    .banner-card {
        width: calc(100% / 2 - 2rem + 2rem / 2);
    }
}

@media (max-width:576px) {
    .custom-banner-grid {
        gap: 40px 0;
    }

    .banner-card {
        width: 100%;
    }
}

/* ▼ Movie Archives */
#movie_archives .section_tit_area {
    display: flex;
    align-items: flex-end;
}

.movie_attention {
    font-size: .875rem;
    margin-bottom: -1px;
    margin-left: 5rem;
}

.video_list_container {
    gap: 2.5rem;
    margin-bottom: 60px;
}

.video_item {
    width: calc(100% / 4 - 2.5rem + 2.5rem / 4);
}

.video_thumb {
    position: relative;
    margin-bottom: .75rem;
}

.video_title {
    color: #202020;
    font-family: "UD Shin Go NT Regular";
}

.video_play_icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.video_play_icon svg {
    width: 40px;
    height: 40px;
    max-width: 100%;
}

@media (max-width:991px){
    .video_item {
        width: calc(100% / 3 - 2.5rem + 2.5rem / 3);
    }
}

@media (max-width:767px){
    .movie_attention {
        margin-left: 3rem;
    }

    .video_list_container {
        gap: 2.5rem 2rem;
    }

    .video_item {
        width: calc(100% / 2 - 2rem + 2rem / 2);
    }    
}

@media (max-width:576px){
    #movie_archives .section_tit_area {
        display: block;
    }
    .movie_attention {
        margin-left: 0;
    }

    .video_list_container {
        gap: 40px 0;
        margin-bottom: 60px;
    }

    .video_item {
        width: 100%;
    }
}