<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#Tc {
    background-color: #f1f1f1;
}

#Tc .Tc-caption {
    font-size: 10px;
    margin: 4px 0 0 0;
}

.Tc-heading {
    margin-bottom: 32px;
    color: #333333;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
}

.Tc-heading span {
    display: block;
    font-size: 12px;
}

.pickUp_Price {
    color: #e62d2d;
    font-size: 16px;
    font-family: "Avenir", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 16px 0 0;
}

.Tc-btn-wrap {
    padding-top: 32px;
    text-align: center;
}

a.Tc-btn {
    position: relative;
    display: inline-block;
    padding: 15px 50px;
    color: #20208c;
    background: #fff;
    border: solid 1px #20208c;
    border-radius: 32px;
    text-decoration: none;
    transition: all 0.3s;
}

a.Tc-btn:hover {
    opacity: 0.7;
}

a.Tc-btn::after {
    display: block;
    border-right: 2px solid #20208c;
    border-top: 2px solid #20208c;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    content: "";
}

a.Tc-txtLink_btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #20208c;
    margin: 0 15px 0 0;
    transition: all 0.3s;
}

a.Tc-txtLink_btn:hover {
    opacity: 0.7;
}

a.Tc-txtLink_btn::after {
    display: block;
    border-right: 2px solid #20208c;
    border-top: 2px solid #20208c;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    content: "";
}

/* swiperページネーション */
.swiper-pagination {
    position: absolute;
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    background-color: #20208c;
    height: 12px;
    width: 12px;
    margin: 0 12px !important;
}

.swiper-pagination-bullet {
    background-color: #dedee4;
    height: 12px;
    width: 12px;
    margin: 0 12px !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #20208c;
}

/* swiperスクロールバー */
.swiper-scrollbar {
    --swiper-scrollbar-sides-offset: 4%;
    background-color: rgba(255, 255, 255, 0.3);
}

.swiper-horizontal &gt; .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 10px;
}

.swiper-scrollbar-drag {
    background-color: #ccc;
}

/* --------------------start_Tc-word_items-------------------- */
.Tc-word_items {
    background-color: #fafafa;
}

.Tc-word_items_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    overflow-x: scroll;
}

.Tc-word_items_ttl {
    margin: 0 8px 0 0;
    width: max-content;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.3;
}

a.Tc-word_link {
    display: block;
    margin: 0 6px 0 0;
    padding: 5px 14px;
    color: #333333;
    border: 1px solid #c3c3c3;
    background: #fff;
    border-radius: 100px;
    width: max-content;
    font-size: 14px;
    font-feature-settings: "palt";
}

/* --------------------end_Tc-word_items-------------------- */

/* --------------------start_Tc-fv-------------------- */

.Tc-fv {
    position: relative;
}

/* --------------------start_Consider-------------------- */
.Consider_wrap {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 50%;
    width: 100%;
    text-align: right;
    transform: translateX(-50%);
}

a.Consider {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    background: white;
    box-shadow: 0px -4px 0px 0px #ebebf8 inset;
    border-radius: 32px 0 0 32px;
}

.Consider .icn_star {
    vertical-align: -5px;
}

.Consider_num {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    margin-left: 3px;
    padding: 0 5px;
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    border-radius: 10px;
    background-color: #e62d2d;
}

/* --------------------end_Consider-------------------- */
/* --------------------start_mv_bg-------------------- */
.mv_bg {
    display: none;
}

/* --------------------end_mv_bg-------------------- */

.mv_inner {
}

/* --------------------start_top_bn-------------------- */
.Tc-top_bn {
    max-width: 464px;
    margin: 0 auto;
}

.top_bn_swiper {
}

.top_bn_swiper .swiper {
    padding: 0 0 16px;
}

.top_bn_swiper .swiper-slide {
    padding: 1em;
}

.top_bn_swiper img {
    aspect-ratio: 4/3;
    object-fit: contain;
    border-radius: 8px;
    border: solid 1px #fff;
    background-color: #fff;
}

.top_bn_swiper .swiper-pagination {
    /* background-color: #fff;
  max-width: 128px;
  border-radius: 4px;
  margin: 0 auto;
  padding: 4px;
  left: 0;
  right: 0; */
}

/* --------------------end_top_bn-------------------- */

/* --------------------start_Tc-search-------------------- */

.Tc-search {
    width: 100%;
    padding: 48px 14px 0;
    overflow: hidden;
}

.Tc-search_inner {
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 32px 16px;
}

.Tc-search .Tc-heading {
    font-size: 22px;
    margin-bottom: 16px;
}

.Tc-search_form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
}

.Tc-search_form-group:not(:last-of-type) {
    margin-bottom: 10px;
}

.Tc-search_form-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 60px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.Tc-search_form-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    /* width: 60px; */
    height: 26px;
    /* height: 40px; */
    font-size: 14pxm;
    font-weight: 600;
    line-height: 1.3;
}

.Tc-search_form-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    /* width: calc(100% - 60px); */
    /* padding-left: 10px; */
    font-size: 14px;
}

.Tc-search_select {
    width: 100%;
    position: relative;
    border: 1px solid #888;
    border-radius: 4px;
}

select {
    width: 100%;
    height: 40px;
    padding: 8px 30px 8px 10px;
}

.Tc-search_select::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #c3c3c3;
    border-bottom: 2px solid #c3c3c3;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-80%) rotate(45deg);
}

input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 9px 30px 8px 10px;
    text-overflow: ellipsis;
}

.Tc-search_input-text {
    position: relative;
    width: 100%;
    border: 1px solid #888;
    border-radius: 4px;
    width: 100%;
}

.Tc-search_input-text::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #c3c3c3;
    border-right: 2px solid #c3c3c3;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}

.Tc-search_sub-check-wrap {
    width: 100%;
    margin: 16px 0 0;
}

.Tc-search_sub-check {
    margin-right: 14px;
    padding: 0;
    font-size: 14px;
}

.Tc-search_submit-container {
    width: 100%;
    margin: 20px auto 0;
}

.Tc-search_submit-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Number_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* margin-bottom: 15px; */
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-left: 10px;
    width: 52%;
}

.Number_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #e62d2d;
    border-width: 6px 0px 6px 9.43px;
}

.Number_label {
    padding-right: 5px;
    border-right: 1px solid #c6c6da;
}

.Number {
    margin: 0 2px 0 5px;
    padding-left: 5px;
    color: #e62d2d;
    font-family: "Avenir", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.Tc-search_add-btn {
    width: 44%;
}

.Tc-search_add-btn {
    display: block;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid #20208c;
    border-radius: 100px;
    transition: border-color 0.3s, background-color 0.3s;
    text-align: center;
    color: #20208c !important;
    font-weight: bold;
}

.Tc-search_add-btn:hover {
    background-color: #f5f5fb;
}

.Tc-search_add-btn-plus {
    display: inline-block;
    vertical-align: middle;
    color: #20208c;
    line-height: 1;
    width: 0.8em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    margin-left: 8px;
    transform: translateY(-2px);
}

.Tc-search_add-btn-plus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

.icn-search {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/2024/icon-search.png) center / contain no-repeat;
    vertical-align: bottom;
    margin-right: 6px;
    transform: translateY(-4px);
}

/* --------------------end_Tc-search-------------------- */

/* --------------------end_Tc-fv-------------------- */

/* --------------------start_pickUp-------------------- */
.pickUp {
    width: 100%;
    padding: 48px 14px 0;
    overflow: hidden;
}

.pickUp_slider {
    position: relative;
    margin: 0 auto;
    max-width: 970px;
    width: 100%;
}

.pickUp_ttl {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
}

.pickUp_slider .slider {
    border: none;
    box-shadow: none;
}

.pickUp_slider .slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.4));
    z-index: 2;
    border-radius: 8px;
}

.pickUp_slider img {
    border-radius: 8px;
}

.pickUp_slider .thumbnail {
    margin: 8px 0 0;
}

.pickUp_slider .thumbnail-img {
    margin: 0 4px;
}

.pickUp_slider .slide-arrow {
    bottom: 16px;
    cursor: pointer;
    margin: auto;
    position: absolute;
    z-index: 4;
    top: 0;
    width: 30px !important;
}

.pickUp_slider .prev-arrow {
    left: -12px;
}

.pickUp_slider .next-arrow {
    right: -12px;
}

/* --------------------end_pickUp--------------------- */

/* --------------------start_news-------------------- */
.news {
    width: 100%;
    padding: 48px 14px;
    overflow: hidden;
}

.news_inner {
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 32px 16px;
}

.news_block {
    transition: all 0.3s;
}

.news_block :hover {
    opacity: 0.7;
}

.news_block + .news_block {
    border-top: solid 1px #c3c3c3;
    margin: 16px 0 0;
    padding: 16px 0 0;
}

.news_date {
    display: inline-block;
    font-size: 12px;
    color: #333333;
}

.news_category {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #20208c;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
}

.new_topic {
    background-color: #e62d2d;
}

.new_txt {
    font-size: 14px;
    color: #20208c;
    margin: 8px 0 0;
}

/* --------------------end_news--------------------- */

/* --------------------start_TCTour-------------------- */
.TCTour__wrap {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #eab400;
}

.TCTour__inner {
    padding: 0 14px 48px 14px;
}

.TCTour__head--txt {
    padding: 24px 14px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.TCTour__head--txt h3 {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 1;
}

.TCTour__head--txt h3 span {
    font-size: 0.7em;
}

.TCTour__head--txt p {
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
}

.case__list--item {
    background-color: #fff;
    padding: 32px 16px;
    border-radius: 8px;
    position: relative;
}

.case__list--item:not(:last-child) {
    margin-bottom: 32px;
}

.case__list--icon {
    position: absolute;
    display: block;
    width: 64px;
    top: -16px;
    left: 0px;
}

.case__list--box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.case-txt01 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 16px;
}

.case-txt02 {
    font-size: 14px;
}

.case-arrow {
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
    font-weight: bold;
}

.case01 .case-arrow,
.case01 .case-box02 .case-txt01 {
    color: #1e92dd;
}

.case02 .case-arrow,
.case02 .case-box02 .case-txt01 {
    color: #de535b;
}

.case03 .case-arrow,
.case03 .case-box02 .case-txt01 {
    color: #2aa899;
}

/* --------------------end_TCTour-------------------- */

/* --------------------start_QandA-------------------- */
.QandA__inner {
    padding: 48px 14px;
}

.QandA-acc__item:not(:last-child) {
    margin-bottom: 8px;
}

.QandA-acc__q {
    background-color: #fff;
    border-radius: 8px;
}

.QandA-acc__flex {
    display: flex;
    align-items: center;
    padding: 16px;
}

.QandA-acc__q {
    padding-right: 48px;
}

.acc-icon-q,
.acc-icon--a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #333333;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    flex-shrink: 0;
}

.acc-icon--a {
    background-color: #20208c;
}

.acc-txt {
    padding-left: 16px;
    font-size: 14px;
}

/* アコーディオン */
.QandA-acc__list {
    margin-top: 24px;
}

.QandA-acc__item {
    margin-bottom: 12px;
}

.QandA-acc__item:last-child {
    margin-bottom: 0px;
}

.QandA-acc__q {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    transition: all 0.5s ease;
}

/*アコーディオンで現れるエリア*/
.QandA-acc__box {
    display: none;
    /*はじめは非表示*/
}

/*アイコンの＋と*/
.QandA-acc__q::before,
.QandA-acc__q::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    background-color: #333333;
}

.QandA-acc__q::before {
    top: 48%;
    right: 20px;
    transform: rotate(0deg);
}

.QandA-acc__q::after {
    top: 48%;
    right: 20px;
    transform: rotate(90deg);
    transition: 0.2s;
}

/*　closeというクラスがついたら形状変化　*/
.QandA-acc__q.close::before {
    transform: rotate(0deg);
}

.QandA-acc__q.close::after {
    transform: rotate(0deg);
    transition: 0.2s;
}

/* --------------- */
/* --------------------end_QandA-------------------- */

/*-------------------------------------
▼▼▼▼▼▼▼ min-width: 415px ▼▼▼▼▼▼▼
--------------------------------------*/

@media (min-width: 415px) {
    .mv_bg {
        position: relative;
        display: block;
        max-width: 1366px;
        max-height: 684px;
        margin: 0 auto;
        overflow: hidden;
    }

    /* --------------------start_top_bn-------------------- */

    .Tc-top_bn {
        max-width: 61%;
        margin: 0 auto;
        position: absolute;
        top: 2%;
        right: 0;
        left: 0;
    }

    /* --------------------end_top_bn-------------------- */

    ul.products_tab &gt; li {
        font-size: 15px;
    }

    /* --------------------start_pickUp-------------------- */

    .pickUp {
        padding: 48px 20px 0;
    }

    .pickUp_inner {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .pickUp_slider .slider {
        width: 48%;
        height: auto;
    }

    .pickUp_slider .thumbnail {
        width: 50%;
        height: auto;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .pickUp_ttl {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 3;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
        color: #fff;
    }

    .pickUp_Price {
        width: 50%;
        position: absolute;
        top: 160px;
        right: 0;
    }

    .pickUp .Tc-btn-wrap {
        text-align: right;
        width: 50%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    /* --------------------end_pickUp--------------------- */
}

/*-------------------------------------
▼▼▼▼▼▼▼ min-width: 431px ▼▼▼▼▼▼▼
--------------------------------------*/
@media (min-width: 431px) {
    /* --------------------start_TCTour-------------------- */
    .TCTour__wrap {
        width: 95%;
        max-width: 970px;
        margin: 0 auto;
        border-radius: 16px;
        padding: 48px 24px;
    }

    .TCTour__inner {
        padding: 0;
    }

    .TCTour__head {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

    .TCTour__head h2 {
        width: 45%;
        max-width: 400px;
    }

    .TCTour__head h2 img {
        border-radius: 16px;
    }

    .TCTour__head--txt {
        padding: 0 0 0 16px;
        text-align: left;
    }
    .TCTour__head--txt p {
        font-size: 14px;
    }
    .case__list--item {
        padding: 32px;
    }

    .case__list--img {
        width: 40%;
        max-width: 283px;
        flex-shrink: 0;
    }

    .case__list--txt {
        width: 60%;
        max-width: 463px;
    }

    .case__list--box {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .case-txt01 {
        text-align: left;
        font-size: 18px;
    }

    /* --------------------end_TCTour-------------------- */

    /* --------------------start_QandA-------------------- */
    .QandA__inner {
        width: 95%;
        max-width: 970px;
        margin: 0 auto;
        padding: 64px 0;
    }

    /* --------------------end_QandA-------------------- */
}

/*-------------------------------------
▼▼▼▼▼▼▼ min-width: 970px ▼▼▼▼▼▼▼
--------------------------------------*/
@media (min-width: 970px) {
    .Tc-heading {
        font-size: 32px;
    }

    /* --------------------start_Tc-word_items-------------------- */

    .Tc-word_items_inner {
        max-width: 970px;
        margin: 0 auto;
    }

    a.Tc-word_link {
        transition: background-color 0.3s;
    }

    a.Tc-word_link:hover {
        background-color: #f5f5fb;
    }

    /* --------------------end_Tc-word_items-------------------- */

    /* --------------------start_Tc-fv-------------------- */
    .Tc-fv {
        position: relative;
        display: block;
        max-width: 1366px;
        /* max-height: 684px; */
        margin: 0 auto;
        overflow: hidden;
    }

    /* --------------------start_mv_bg-------------------- */
    .mv_bg {
        position: relative;
        display: block;
        width: 1366px;
        height: 684px;
        margin: 0 auto;
        overflow: hidden;
    }

    /* --------------------end_mv_bg-------------------- */
    .mv_inner {
        max-width: 970px;
        height: auto;
        margin: 0 auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    /* --------------------start_top_bn-------------------- */
    .Tc-top_bn {
        position: absolute;
        top: 24%;
        right: 0;
        left: initial;
        max-width: 464px;
    }

    /* --------------------end_top_bn-------------------- */

    /* --------------------start_Tc-search-------------------- */

    .Tc-search {
        width: 100%;
        max-width: 480px;
        padding: 26px 14px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
    }

    .Tc-search_inner {
        padding: 32px;
    }

    .Tc-search_sub-check {
        margin-right: 20px;
    }

    /* --------------------end_Tc-search-------------------- */

    /* --------------------end_Tc-fv-------------------- */

    /* --------------------start_pickUp-------------------- */
    .pickUp {
        padding: 64px 20px 0;
    }

    .pickUp_inner {
        max-width: 970px;
        margin: 0 auto;
        position: relative;
    }

    .pickUp_slider .slider {
        width: 424px;
        height: auto;
    }

    .slider__a {
        transition: opacity 0.3s;
    }

    .slider__a:hover {
        opacity: 0.7 !important;
    }

    .pickUp_slider .thumbnail {
        width: 526px;
        height: auto;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .pickUp_Price {
        width: 526px;
        position: absolute;
        top: 216px;
        right: 0;
    }

    .pickUp .Tc-btn-wrap {
        text-align: right;
        width: 526px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    /* --------------------end_pickUp--------------------- */

    /* --------------------start_news-------------------- */
    .news {
        padding: 64px 20px;
    }

    .news_inner {
        max-width: 970px;
        margin: 0 auto;
        padding: 64px 60px;
    }

    /* --------------------end_news--------------------- */

    /* --------------------start_TCTour-------------------- */
    .TCTour__wrap {
        padding: 48px;
    }

    .TCTour__head--txt {
        padding: 0 0 0 32px;
    }

    .case__list--item {
        padding: 48px;
    }

    .case__list--box {
        gap: 32px;
    }

    /* --------------------end_TCTour-------------------- */
}

/* --------------------start_Products-------------------- */
.products {
    width: 100%;
    padding: 48px 0;
    background-color: #20208c;
}

.products .Tc-heading {
    color: #fff;
}

ul.products_tab {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    list-style: none;
    margin: 0 0 16px;
    padding: 0 14px;
}

ul.products_tab &gt; li {
    width: calc(98% / 4);
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c3c3c3;
    /* border: solid 1px #1e4729; */
    color: #888888;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
}

ul.products_tab &gt; li:hover {
    background-color: #5252bf;
    color: #fff;
}

ul.products_tab &gt; li.active {
    background-color: #fff;
    color: #20208c;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

.products_tab_content {
    padding-top: 2rem;
    width: 100%;
    display: none;
    /* background-color: #fff; */
    /* text-align: center; */
}

.active {
    display: block;
}

.daterangepicker td.active {
display: revert;
}

.products_tour {
    width: 100%;
    overflow: hidden;
}

.products_tour_swiper {
    position: relative;
    width: 100%;
}

.products_tour .swiper-wrapper {
    padding: 0 0 40px;
}

.products_tour .swiper-slide {
    height: auto;
    overflow: hidden;
    transition: all 0.3s;
}

/* 前へ次への矢印カスタマイズ */
.products_tour_swiper .swiper-button-prev,
.swiper-button-next {
    height: 50px;
    width: 50px;
}

/* 前へ次への矢印カスタマイズ */
.products_tour_swiper .swiper-button-prev::after,
.swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    margin: auto;
    width: 50px;
}

/* 前への矢印カスタマイズ */
.products_tour_swiper .swiper-button-prev::after {
    background-image: url(../images/2024/img_arrow-prev.png);
}

/* 次への矢印カスタマイズ */
.products_tour_swiper .swiper-button-next::after {
    background-image: url(../images/2024/img_arrow-next.png);
}

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

.products_tour .swiper-button-prev {
    left: 0px;
    transform: translateY(-20px);
}

.products_tour .swiper-button-next {
    right: 0;
    transform: translateY(-20px);
}

/* swiperページネーション */
.products .swiper-pagination-bullet-active {
    background-color: #ffc107;
}

.products_tour a {
    color: #1a1a1a !important;
}

.products-tour__box {
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    padding-top: 35px;
    border: 1px solid #c3c3c3;
}

.products-tour__box::after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/2024/products-tour-arrow.png);
    background-size: cover;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.products-tour__new-tag {
    background-color: #e62d2d;
    border-radius: 8px 0 8px 0;
    padding: 6px 12px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.products-tour__box--inner {
    padding: 8px 16px 16px 16px;
}

.products-tour__tag {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 6px;
}

.products-tour__tag li {
    padding: 2px 6px;
    background: #f1f1f1;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
}

.products-tour__point {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.products-tour__img figcaption {
    font-size: 10px;
    text-align: right;
}

.products-tour__img {
    margin-bottom: 10px;
}

.products-tour__txt {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 16px;
    font-size: 14px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.products-tour__info--head {
    text-align: center;
    font-size: 14px;
    background-color: #f1f1f1;
    margin-bottom: 6px;
}

.products-tour__info--date {
    font-size: 14px;
}

.products-tour__info--date span {
    color: #e62d2d;
}

.products-tour__info--cap {
    font-size: 12px;
}

.products-tour__price {
    color: #e62d2d;
    font-size: 16px;
    font-family: "Avenir", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 8px 0 0;
}

.products_tour__forPC {
    display: none;
}

/* --------------------end_Products-------------------- */

/*-------------------------------------
▼▼▼▼▼▼▼ min-width: 415px ▼▼▼▼▼▼▼
--------------------------------------*/

@media (min-width: 415px) {
}

/*-------------------------------------
▼▼▼▼▼▼▼ min-width: 970px ▼▼▼▼▼▼▼
--------------------------------------*/

@media (min-width: 970px) {
    .products {
        padding: 64px 20px;
    }

    .products_inner {
        max-width: 970px;
        margin: 0 auto;
    }

    ul.products_tab {
        max-width: 640px;
        margin: 0 auto 16px;
    }

    .products_tour .swiper-button-prev,
    .products_tour .swiper-button-next {
        display: none;
    }

    .products .swiper-pagination {
        display: none;
    }

    .products_tour__forPC {
        display: block;
    }

    .products_tour .swiper-wrapper {
        padding: 0px;
    }

    .products_tour__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px;
    }

    .products_tour__list &gt; li {
        width: calc((100% - 32px) / 3);
        margin-bottom: 16px;
        height: auto;
        display: flex;
    }

      /*  .products_tour__list &gt; li:nth-child(n + 7) {
        display: none;
    }*/
    .swiper-wrapper.products_tour__list &gt; li:nth-child(n + 7),
    .products_tour__list:not(.swiper-wrapper) &gt; li:nth-child(-n + 6) {
        display: none;
    }

    figure.products-tour__img {
        width: 100%;
        margin: 0 auto 10px;
    }


    /* .more-list&gt;li.is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0 10px;
    padding: 0;
  } */

    .more-btn {
        background-color: #fff;
        color: #20208c;
        border-radius: 32px;
        padding: 18px 85px;
        cursor: pointer;
        width: fit-content;
        margin: 0 auto;
    }
    .more {
        position: relative;
        z-index: 2;
    }
    .more::before {
        content: "";
        background: linear-gradient(to bottom, transparent, #20208c);
        width: 100%;
        height: 96px;
        position: absolute;
        bottom: calc(100% + 10px);
        left: 0;
        pointer-events: none;
    }
}

/* 241109追記 */

.hidden-view {
    display: none;
}
.hidden-view.open {
    display: block;
}
.more-list.hidden-view.open {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}
.more.open {
    display: none;
}

/* 241203追記 */

.pickUp_ttl {
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 12px;
}

@media (min-width: 415px) {
    .pickUp_ttl {
        left: 0;
        width: 48%;
        height: auto;
        padding: 0 16px;
    }
}

@media (min-width: 970px) {
    .pickUp_ttl {
        left: 0;
        width: 424px;
        height: auto;
        padding: 0 16px;
    }
}




/* 250401追記 Pick_slider(swiper) */
.Pick_slider-thumbnail .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.5s;
    /* width: calc(100% / 3); */
}

.Pick_slider-thumbnail .swiper-slide img {
    aspect-ratio: 173/115;
}

.Pick_slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.pickUp_slider .Pick_slider {
    border: none;
    box-shadow: none;
}

.pickUp_slider .Pick_slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.4));
    z-index: 2;
    border-radius: 8px;
}

.pickUp_slider .Pick_slider .swiper-slide img {
    aspect-ratio: 347/232;
}

.pickUp_slider .Pick_slider-thumbnail {
    margin: 8px 0 0;
}

/* 前へ次への矢印カスタマイズ */
.Pick_slider-thumbnail .swiper-button-prev,
.Pick_slider-thumbnail .swiper-button-next {
    height: 32px;
    width: 32px;
}

/* 前へ次への矢印カスタマイズ */
.Pick_slider-thumbnail .swiper-button-prev:after,
.Pick_slider-thumbnail .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 32px;
    margin: auto;
    width: 32px;
}

/* 前への矢印カスタマイズ */
.Pick_slider-thumbnail .swiper-button-prev:after {
    background-image: url(https://www.nta.co.jp/tentsuki/wp/wp-content/themes/ntaindex/images/2024/img_arrow-prev.png);
    transform: translate(-15px, -5px);
}

/* 次への矢印カスタマイズ */
.Pick_slider-thumbnail .swiper-button-next:after {
    background-image: url(https://www.nta.co.jp/tentsuki/wp/wp-content/themes/ntaindex/images/2024/img_arrow-next.png);
    transform: translate(15px, -5px);
}

@media (min-width: 415px) {
    .pickUp_slider .Pick_slider {
        width: 48%;
        height: auto;
        margin: 0 auto 0 0;
    }

    .pickUp_slider .Pick_slider-thumbnail {
        width: 50%;
        height: auto;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width: 970px) {
    .pickUp_slider .Pick_slider {
        width: 424px;
        height: auto;
        margin: 0 auto 0 0;
    }

    .pickUp_slider .Pick_slider-thumbnail {
        width: 526px;
        height: auto;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
}
</pre></body></html>