@charset "UTF-8";

/* ==========================================================================//
//
//　IMPORT
//
// ========================================================================== */

/** -------------------------------- **
	FONT
*** ----------------------------------------------------------------- ***/
/* Noto Serif Japanese */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/* Noto Sans Japanese */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* EB Garamond */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');





/* ==========================================================================//
//
//　概　要：　汎用性プロパティ
//　説　明：　余白、表示位置などのプロパティ単位で調整するクラスを定義
//
// ========================================================================== */

/** -------------------------------- **
	表示切替
*** ----------------------------------------------------------------- ***/

/* ※PCまたはSPのみ表示する際になどに使用ください（改行など） */

/* PC */
.dp_block   { display: block !important; }
.dp_inblock { display: inline-block !important; }
/* SP */
.dp_block_sp { display: none !important; }

@media only screen and (max-width: 767px) {
    /* PC */
    .dp_block   { display: none !important; }
    .dp_inblock { display: none !important; }
    /* SP */
    .dp_block_sp { display: block !important; }
}


/** -------------------------------- **
	余白（外）
*** ----------------------------------------------------------------- ***/

/* ※レイアウト間の余白調整に使用ください */

/* 上 */
.mt_0   { margin-top: 0 !important; }
.mt_5   { margin-top: min(calc(5 / 1200 * 100vw), 5px) !important; }
.mt_10  { margin-top: min(calc(10 / 1200 * 100vw), 10px) !important; }
.mt_15  { margin-top: min(calc(15 / 1200 * 100vw), 15px) !important; }
.mt_20  { margin-top: min(calc(20 / 1200 * 100vw), 20px) !important; }
.mt_25  { margin-top: min(calc(25 / 1200 * 100vw), 25px) !important; }
.mt_30  { margin-top: min(calc(30 / 1200 * 100vw), 30px) !important; }
.mt_35  { margin-top: min(calc(35 / 1200 * 100vw), 35px) !important; }
.mt_40  { margin-top: min(calc(40 / 1200 * 100vw), 40px) !important; }
.mt_45  { margin-top: min(calc(45 / 1200 * 100vw), 45px) !important; }
.mt_50  { margin-top: min(calc(50 / 1200 * 100vw), 50px) !important; }
.mt_55  { margin-top: min(calc(55 / 1200 * 100vw), 55px) !important; }
.mt_60  { margin-top: min(calc(60 / 1200 * 100vw), 60px) !important; }
.mt_65  { margin-top: min(calc(65 / 1200 * 100vw), 65px) !important; }
.mt_70  { margin-top: min(calc(70 / 1200 * 100vw), 70px) !important; }
.mt_75  { margin-top: min(calc(75 / 1200 * 100vw), 75px) !important; }
.mt_80  { margin-top: min(calc(80 / 1200 * 100vw), 80px) !important; }
.mt_85  { margin-top: min(calc(85 / 1200 * 100vw), 85px) !important; }
.mt_90  { margin-top: min(calc(90 / 1200 * 100vw), 90px) !important; }
.mt_95  { margin-top: min(calc(95 / 1200 * 100vw), 95px) !important; }
.mt_100 { margin-top: min(calc(100 / 1200 * 100vw), 100px) !important; }
.mt_105 { margin-top: min(calc(105 / 1200 * 100vw), 105px) !important; }
.mt_110 { margin-top: min(calc(110 / 1200 * 100vw), 110px) !important; }
.mt_115 { margin-top: min(calc(115 / 1200 * 100vw), 115px) !important; }
.mt_120 { margin-top: min(calc(120 / 1200 * 100vw), 120px) !important; }
.mt_125 { margin-top: min(calc(125 / 1200 * 100vw), 125px) !important; }
.mt_130 { margin-top: min(calc(130 / 1200 * 100vw), 130px) !important; }
.mt_135 { margin-top: min(calc(135 / 1200 * 100vw), 135px) !important; }
.mt_140 { margin-top: min(calc(140 / 1200 * 100vw), 140px) !important; }
.mt_145 { margin-top: min(calc(145 / 1200 * 100vw), 145px) !important; }
.mt_150 { margin-top: min(calc(150 / 1200 * 100vw), 150px) !important; }
.mt_155 { margin-top: min(calc(155 / 1200 * 100vw), 155px) !important; }
.mt_160 { margin-top: min(calc(160 / 1200 * 100vw), 160px) !important; }
.mt_165 { margin-top: min(calc(165 / 1200 * 100vw), 165px) !important; }
.mt_170 { margin-top: min(calc(170 / 1200 * 100vw), 170px) !important; }
.mt_175 { margin-top: min(calc(175 / 1200 * 100vw), 175px) !important; }
.mt_180 { margin-top: min(calc(180 / 1200 * 100vw), 180px) !important; }
.mt_185 { margin-top: min(calc(185 / 1200 * 100vw), 185px) !important; }
.mt_190 { margin-top: min(calc(190 / 1200 * 100vw), 190px) !important; }
.mt_195 { margin-top: min(calc(195 / 1200 * 100vw), 195px) !important; }
.mt_200 { margin-top: min(calc(200 / 1200 * 100vw), 200px) !important; }
/* 下 */
.mb_0   {margin-bottom: 0 !important; }
.mb_5   { margin-bottom: min(calc(5 / 1200 * 100vw), 5px) !important; }
.mb_10  { margin-bottom: min(calc(10 / 1200 * 100vw), 10px) !important; }
.mb_15  { margin-bottom: min(calc(15 / 1200 * 100vw), 15px) !important; }
.mb_20  { margin-bottom: min(calc(20 / 1200 * 100vw), 20px) !important; }
.mb_25  { margin-bottom: min(calc(25 / 1200 * 100vw), 25px) !important; }
.mb_30  { margin-bottom: min(calc(30 / 1200 * 100vw), 30px) !important; }
.mb_35  { margin-bottom: min(calc(35 / 1200 * 100vw), 35px) !important; }
.mb_40  { margin-bottom: min(calc(40 / 1200 * 100vw), 40px) !important; }
.mb_45  { margin-bottom: min(calc(45 / 1200 * 100vw), 45px) !important; }
.mb_50  { margin-bottom: min(calc(50 / 1200 * 100vw), 50px) !important; }
.mb_55  { margin-bottom: min(calc(55 / 1200 * 100vw), 55px) !important; }
.mb_60  { margin-bottom: min(calc(60 / 1200 * 100vw), 60px) !important; }
.mb_65  { margin-bottom: min(calc(65 / 1200 * 100vw), 65px) !important; }
.mb_70  { margin-bottom: min(calc(70 / 1200 * 100vw), 70px) !important; }
.mb_75  { margin-bottom: min(calc(75 / 1200 * 100vw), 75px) !important; }
.mb_80  { margin-bottom: min(calc(80 / 1200 * 100vw), 80px) !important; }
.mb_85  { margin-bottom: min(calc(85 / 1200 * 100vw), 85px) !important; }
.mb_90  { margin-bottom: min(calc(90 / 1200 * 100vw), 90px) !important; }
.mb_95  { margin-bottom: min(calc(95 / 1200 * 100vw), 95px) !important; }
.mb_100 { margin-bottom: min(calc(100 / 1200 * 100vw), 100px) !important; }

@media only screen and (max-width: 767px) {
    /* 上 */
    .mt_0_sp   { margin-top: 0 !important; }
    .mt_5_sp   { margin-top: calc(5 / 375 * 100vw) !important; }
    .mt_10_sp  { margin-top: calc(10 / 375 * 100vw) !important; }
    .mt_15_sp  { margin-top: calc(15 / 375 * 100vw) !important; }
    .mt_20_sp  { margin-top: calc(20 / 375 * 100vw) !important; }
    .mt_25_sp  { margin-top: calc(25 / 375 * 100vw) !important; }
    .mt_30_sp  { margin-top: calc(30 / 375 * 100vw) !important; }
    .mt_35_sp  { margin-top: calc(35 / 375 * 100vw) !important; }
    .mt_40_sp  { margin-top: calc(40 / 375 * 100vw) !important; }
    .mt_45_sp  { margin-top: calc(45 / 375 * 100vw) !important; }
    .mt_50_sp  { margin-top: calc(50 / 375 * 100vw) !important; }
    .mt_55_sp  { margin-top: calc(55 / 375 * 100vw) !important; }
    .mt_60_sp  { margin-top: calc(60 / 375 * 100vw) !important; }
    .mt_65_sp  { margin-top: calc(65 / 375 * 100vw) !important; }
    .mt_70_sp  { margin-top: calc(70 / 375 * 100vw) !important; }
    .mt_75_sp  { margin-top: calc(75 / 375 * 100vw) !important; }
    .mt_80_sp  { margin-top: calc(80 / 375 * 100vw) !important; }
    .mt_85_sp  { margin-top: calc(85 / 375 * 100vw) !important; }
    .mt_90_sp  { margin-top: calc(90 / 375 * 100vw) !important; }
    .mt_95_sp  { margin-top: calc(95 / 375 * 100vw) !important; }
    .mt_100_sp { margin-top: calc(100 / 375 * 100vw) !important; }
    /* 下 */
    .mb_0_sp  { margin-bottom: 0 !important; }
    .mb_5_sp  { margin-bottom: calc(5 / 375 * 100vw) !important; }
    .mb_10_sp { margin-bottom: calc(10 / 375 * 100vw) !important; }
    .mb_15_sp { margin-bottom: calc(15 / 375 * 100vw) !important; }
    .mb_20_sp { margin-bottom: calc(20 / 375 * 100vw) !important; }
    .mb_25_sp { margin-bottom: calc(25 / 375 * 100vw) !important; }
    .mb_30_sp { margin-bottom: calc(30 / 375 * 100vw) !important; }
    .mb_35_sp { margin-bottom: calc(35 / 375 * 100vw) !important; }
    .mb_40_sp { margin-bottom: calc(40 / 375 * 100vw) !important; }
    .mb_45_sp { margin-bottom: calc(45 / 375 * 100vw) !important; }
    .mb_50_sp { margin-bottom: calc(50 / 375 * 100vw) !important; }
}





/* ==========================================================================//
//
//　概　要：　汎用性パーツ
//　説　明：　ボタン、リンク、タイトルなどの細かなパーツを定義
//
// ========================================================================== */

/* ----------------------------------------------------------
	リンク
---------------------------------------------------------- */
.lnk_arr_left {
    position: relative;
    display: inline-block;
    padding-left: calc(17 / 14 * 1em);
    color: #333;
    font-size: min(calc(14 / 1200 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    line-height: calc(24 / 14 * 1em);
    transition: opacity .2s ease-in-out .1s;
}
.lnk_arr_left:hover {
    padding-left: calc(17 / 14 * 1em);
    font-weight: 500;
    opacity: 0.7;
}
.lnk_arr_left::before {
    content: '';
    position: absolute;
    top: calc(10 / 14 * 1em);
    left: 0;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: transparent transparent transparent #333;
    border-width: calc(2.15 / 14 * 1em) 0px calc(2.15 / 14 * 1em) calc(7.2 / 14 * 1em);
}
/*配色パターンはクラス別に定義*/
/*.lnk_arr_left.has_lnk_type1 {
    color: #B59A63;
}
.lnk_arr_left.has_lnk_type1::before {
    border-color: transparent transparent transparent #B59A63;
}*/

@media only screen and (max-width: 767px) {
    .lnk_arr_left {
        font-size: calc(14 / 375 * 100vw);
    }
}


/* ----------------------------------------------------------
	ボタン
---------------------------------------------------------- */
.btn_arr_left {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: calc(7 / 14 * 1em) calc(16 / 14 * 1em);
    color: #fff !important;
    font-size: min(calc(14 / 1200 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    line-height: calc(24 / 14);
    letter-spacing: 0.1em;
    border: none;
    border-radius: 0;
    background-color: #333;
    transition: opacity .2s ease-in-out .1s;
}
.btn_arr_left:hover {
    padding: calc(7 / 14* 1em) calc(16 / 14* 1em);
    font-size: min(calc(14 / 1200* 100vw), 14px);
    font-weight: 500;
    background-color: #333;
    opacity: 0.7;
}
.btn_arr_left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-right: 0.75em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: calc(2.15 / 14 * 1em) 0px calc(2.15 / 14 * 1em) calc(7.2 / 14 * 1em);
}
/*配色パターンはクラス別に定義*/
/*.btn_arr_left.has_btn_type1 {
    color: #fff !important;
    background-color: #B59A63;
}
.btn_arr_left.has_btn_type1:hover {
    background-color: #B59A63;
}
.btn_arr_left.has_btn_type1::before {
    border-color: transparent transparent transparent #fff;
}*/

@media only screen and (max-width: 767px) {
    .btn_arr_left {
        font-size: calc(14 / 375 * 100vw);
    }
    .btn_arr_left:hover {
        font-size: calc(14 / 375 * 100vw);
    }
    .btn_arr_left::before {
        margin-right: calc(6 / 375 * 100vw);
        border-width: calc(2.15 / 375 * 100vw) 0px calc(2.15 / 375 * 100vw) calc(7.2 / 375 * 100vw);
    }
}


/* ----------------------------------------------------------
	タイトル
---------------------------------------------------------- */
/*セクション別タイトル*/
.ttl_sec {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 1200 * 100vw), 60px);
    color: #333;
    font-size: min(calc(40 / 1200 * 100vw), 40px);
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
}
.ttl_sec span {
    font-weight: inherit;
}
/*グループ別タイトル*/
.ttl_group {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 1200 * 100vw), 60px);
    color: #9d8850;
    font-size: min(calc(24 / 1200 * 100vw), 24px);
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    line-height: calc(38 / 24);
    letter-spacing: 0.1em;
    text-align: center;
}
.ttl_group span {
    font-weight: inherit;
}

@media only screen and (max-width: 767px) {
    /*セクション別タイトル*/
    .ttl_sec {
        padding: 0 calc(20 / 375 * 100vw);
        font-size: calc(24 / 375 * 100vw);
    }
    /*グループ別タイトル*/
    .ttl_group {
        padding: 0 calc(20 / 375 * 100vw);
        font-size: calc(20 / 375 * 100vw);
        line-height: calc(30 / 20);
    }
}


/** -------------------------------- **
	アニメーション
*** ----------------------------------------------------------------- ***/
/*中心から外側に拡大する（ヒストリーの丸部分で使用）*/
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        transform: translate3d(-50%, -25%, 0) scale(0.5);
    }
    60% {
        opacity: 1;
        transform: translate3d(-50%, -25%, 0) scale(1.2);
    }
    100% {
        opacity: 1;
        transform: translate3d(-50%, -25%, 0) scale(1);
    }
}


/** -------------------------------- **
	スクロール時アニメーション
*** ----------------------------------------------------------------- ***/
/*フェード表示*/
.fadein {
    opacity: 0;
    transition: opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.fadein.is-scrollin {
    opacity: 1;
}
/*下から上に50px移動しながらフェード表示*/
.fadein-up-50 {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.fadein-up-50.is-scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/*右から左に50px移動しながらフェード表示*/
.fadein-right-50 {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.fadein-right-50.is-scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/*左から右に50px移動しながらフェード表示*/
.fadein-left-50 {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.fadein-left-50.is-scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}





/* ==========================================================================//
//
//　概　要：　汎用性レイアウト
//　説　明：　サイドナビ、アンカー、見出しなどの大まかなパーツを定義
//
// ========================================================================== */

/* ----------------------------------------------------------
	base
---------------------------------------------------------- */
body {
    /*background-color: #fff;
    background-image: url("../img/bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;*/
}
/*ヘッダーが固定表示した場合*/
#gHeader.fixed + #mainContents .sidenav {
    padding-top: 78px;
}

/** -------------------------------- **
	見出し
*** ----------------------------------------------------------------- ***/
/*背景パターンはクラス別に定義*/
.headline_block.has_back_type1 {
    background: url("../img/img_headline1.jpg") no-repeat center center/cover;
}
.headline_block.has_back_type2 {
    background: #fdfdf9 url("../img/img_headline2.webp") no-repeat center center/auto 100%;
}
.headline_block.has_back_type2 .headline_inner {
    justify-content: flex-start;
    min-height: min(calc(320 / 1200 * 100vw), 320px);
}
.headline_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    min-height: min(calc(160 / 1200 * 100vw), 160px);
    margin: 0 auto;
    padding: min(calc(20 / 1200 * 100vw), 20px) min(calc(60 / 1200 * 100vw), 60px);
}
.headline_title {
    color: #333;
    font-size: min(calc(32 / 1200 * 100vw), 32px);
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    line-height: calc(48 / 32);
    letter-spacing: 0.1em;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    /*背景パターンはクラス別に定義*/
    .headline_block.has_back_type1 {
        background: url("../img/img_headline1_sp.jpg") no-repeat center center/contain;
    }
    .headline_block.has_back_type2 {
        background: url("../img/img_headline2_sp.webp") no-repeat center center/contain;
    }
    .headline_block.has_back_type2 .headline_inner {
        align-items: flex-start;
        min-height: calc(320 / 375 * 100vw);
        padding: calc(65 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
    }
    .headline_inner {
        min-height: calc(160 / 375 * 100vw);
        padding: calc(20 / 375 * 100vw);
    }
    .headline_title {
        font-size: calc(24 / 375 * 100vw);
    }
}


/** -------------------------------- **
	アンカーリンク
*** ----------------------------------------------------------------- ***/
.anchor_block {
    position: sticky;
    top: 78px;
    left: 0;
    z-index: 99;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E3E0E3;
    background-color: #fff;
}
.anchor_nav {
    text-align: center;
}
.anchor_slider {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 0;
    letter-spacing: 0;
}
.anchor_slider .slick-list {
    padding: 0 10px;
}
.anchor_slider .slick-slide,
.anchor_slider > li {
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 0 31.5px;
}
.anchor_slider .slick-slide > a,
.anchor_slider > li > a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    color: #333;
    font-size: 12px;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    letter-spacing: 0;
}
.anchor_slider .slick-slide > a::after,
.anchor_slider > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #B59A63;
    opacity: 0;
    transition: opacity .2s ease-out;
}
.anchor_slider .slick-slide > a:hover,
.anchor_slider > li > a:hover {
    opacity: 1;
}
.anchor_slider .slick-slide > a:hover::after,
.anchor_slider > li > a:hover::after {
    opacity: 1;
}
.anchor_btn_prev,
.anchor_btn_next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto 0;
    padding: 0;
    border: none;
    background: none;
    transition: opacity .2s ease-in-out .1s;
    cursor: pointer;
}
.anchor_btn_prev::after,
.anchor_btn_next::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    width: 60px;
    height: 100%;
    background: linear-gradient(90deg, #fff 0%, #fff 50.25%, rgba(255, 255, 255, 0) 100%);
}
.anchor_btn_prev span,
.anchor_btn_next span {
    position: relative;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.anchor_btn_prev span::after,
.anchor_btn_next span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    border-left: 2px solid #B59A63;
    border-bottom: 2px solid #B59A63;
}
.anchor_btn_prev:hover span,
.anchor_btn_next:hover span {
    opacity: 0.7;
}
.anchor_btn_prev.slick-disabled,
.anchor_btn_next.slick-disabled {
    opacity: 0;
    pointer-events: none;
}
.anchor_btn_prev {
    left: 3px;
}
.anchor_btn_prev::after {
    left: -10px;
}
.anchor_btn_prev span::after {
    left: 12px;
    transform: rotate(45deg);
}
.anchor_btn_next {
    right: 3px;
}

.anchor_btn_next::after {
    right: -10px;
    transform: rotate(180deg);
}
.anchor_btn_next span::after {
    right: 12px;
    transform: rotate(-135deg);
}

@media only screen and (max-width: 767px) {
    .anchor_block {
        top: 50px;
    }
    .anchor_slider .slick-list {
        padding: 0 calc(10 / 375 * 100vw);
    }
    .anchor_slider .slick-slide, .anchor_slider > li {
        padding: 0 calc(10 / 375 * 100vw);
    }
    .anchor_slider .slick-slide > a,
    .anchor_slider > li > a {
        min-height: calc(40 / 375 * 100vw);
        font-size: calc(12 / 375 * 100vw);
    }
    .anchor_slider .slick-slide > a::after,
    .anchor_slider > li > a::after {
        height: calc(2 / 375 * 100vw);
    }
    .anchor_btn_prev::after,
    .anchor_btn_next::after {
        width: calc(60 / 375 * 100vw);
    }
    .anchor_btn_prev span,
    .anchor_btn_next span {
        width: calc(30 / 375 * 100vw);
        height: calc(30 / 375 * 100vw);
    }
    .anchor_btn_prev span::after,
    .anchor_btn_next span::after {
        width: calc(11 / 375 * 100vw);
        height: calc(11 / 375 * 100vw);
        border-left: calc(2 / 375 * 100vw) solid #B59A63;
        border-bottom: calc(2 / 375 * 100vw) solid #B59A63;
    }
    .anchor_btn_prev {
        left: calc(3 / 375 * 100vw);
    }
    .anchor_btn_prev::after {
        left: calc(-10 / 375 * 100vw);
    }
    .anchor_btn_prev span::after {
        left: calc(12 / 375 * 100vw);
    }
    .anchor_btn_next {
        right: calc(3 / 375 * 100vw);
    }
    .anchor_btn_next::after {
        right: calc(-10 / 375 * 100vw);
    }
    .anchor_btn_next span::after {
        right: calc(12 / 375 * 100vw);
    }
}


/** -------------------------------- **
	リード文
*** ----------------------------------------------------------------- ***/
.lead_txt {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 1200 * 100vw), 60px);
    color: #333;
    font-size: min(calc(14 / 1200 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(30 / 14);
    letter-spacing: 0.08em;
}
.lead_txt p {
    font-weight: inherit;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .lead_txt {
        padding: 0 calc(20 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
    }
}


/** -------------------------------- **
	縦積みレイアウト
*** ----------------------------------------------------------------- ***/
.card_block {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 1200 * 100vw), 60px);
}
/*テキストが画像上に重なる場合*/
.card_block.has_on_txt .card_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: min(calc(21 / 1200 * 100vw), 21px) min(calc(40 / 1200 * 100vw), 40px);
    color: #333;
    background-color: rgba(255, 255, 255, 0.75);
}
/*背景パターンはクラス別に定義*/
/*.card_block.has_back_type1 .card_txt {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
}*/
.card_wrap {
    position: relative;
}
.card_txt {
    margin-top: min(calc(20 / 1200 * 100vw), 20px);
    color: #333;
    font-size: min(calc(14 / 1200 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(30 / 14);
    letter-spacing: 0.08em;
}
.card_txt p {
    font-weight: inherit;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .card_block {
        flex-wrap: wrap;
        padding: 0 calc(20 / 375 * 100vw);
    }
    .card_block.has_on_txt .card_txt {
        padding: calc(21 / 375 * 100vw) calc(16 / 375 * 100vw);
    }
    .card_txt {
        margin-top: calc(20 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
    }
}


/** -------------------------------- **
	歴史
*** ----------------------------------------------------------------- ***/
.history_block {
    overflow-x: hidden;
}
.history_list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 1200 * 100vw), 60px);
}
.history_list > li {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.history_list > li::before,
.history_list > li::after {
    content: '';
    position: absolute;
}
.history_list > li::before {
    top: min(calc(60 / 1200 * 100vw), 60px);
    left: min(calc(160 / 1200 * 100vw), 160px);
    width: min(calc(16 / 1200 * 100vw), 16px);
    height: min(calc(16 / 1200 * 100vw), 16px);
    border-radius: 50%;
    background-color: #333;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.history_list > li::after {
    top: 0;
    left: min(calc(160 / 1200 * 100vw), 160px);
    width: min(calc(2 / 1200 * 100vw), 2px);
    height: 0%;
    background-color: #333;
    transform: translate3d(-1px, 0, 0);
    transition: height 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.history_list > li.is-scrollin::before {
    animation: cd-bounce-1 cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
}
.history_list > li.is-scrollin::after {
    height: 100%;
}
/*年号、線、丸の配色パターンはクラス別に定義*/
.history_list > li.has_color_type1::before {
    background-color: #9d8850;
}
.history_list > li.has_color_type1::after {
    background-color: #9d8850;
}
.history_list > li.has_color_type1 .history_year {
    color: #9d8850;
}
.history_year {
    width: min(calc(160 / 1200 * 100vw), 160px);
    padding-top: min(calc(49 / 1200 * 100vw), 49px);
    color: #333;
    font-size: min(calc(32 / 1200 * 100vw), 32px);
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
}
.history_wrap {
    display: flex;
    justify-content: space-between;
    width: min(calc(860 / 1200 * 100vw), 860px);
    padding: min(calc(30 / 1200 * 100vw), 30px) 0;
}
.history_img {
    width: min(calc(300 / 1200 * 100vw), 300px);
}
.history_txt {
    width: min(calc(520 / 1200 * 100vw), 520px);
    color: #333;
    font-size: min(calc(16 / 1200 * 100vw), 16px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(30 / 16);
    letter-spacing: 0.08em;
}
.history_txt p {
    font-weight: inherit;
    text-align: left;
}
.history_txt_product {
    margin-top: min(calc(11 / 1200 * 100vw), 11px);
    color: #333;
    font-size: min(calc(14 / 1200 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(30 / 14);
    text-align: left;
}
.history_txt h5 {
    margin-bottom: min(calc(11 / 1200 * 100vw), 11px);
    font-weight: 700;
}


@media only screen and (max-width: 767px) {
    .history_list {
        flex-wrap: wrap;
        padding: 0 calc(20 / 375 * 100vw);
    }
    .history_list > li {
        flex-wrap: wrap;
        padding: calc(35 / 375 * 100vw) calc(8 / 375 * 100vw) calc(36 / 375 * 100vw) calc(33 / 375 * 100vw);
    }
    .history_list > li::before {
        top: calc(55 / 375 * 100vw);
        left: calc(8 / 375 * 100vw);
        width: calc(16 / 375 * 100vw);
        height: calc(16 / 375 * 100vw);
    }
    .history_year {
        width: 100%;
        margin-bottom: calc(30 / 375 * 100vw);
        padding-top: 5px;
        font-size: calc(32 / 375 * 100vw);
    }
    .history_list > li::after {
        left: calc(8 / 375 * 100vw);
        width: calc(2 / 375 * 100vw);
    }
    .history_wrap {
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
    }
    .history_img {
        width: 100%;
    }
    .history_img img {
        width: calc(294 / 375 * 100vw);
        height: calc(294 / 375 * 100vw);
        object-fit: cover;
    }
    .history_txt {
        width: 100%;
        margin-top: calc(22 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(28 / 14);
    }
    .history_txt_product {
        width: 100%;
        margin-top: calc(10 / 375 * 100vw);
        font-size: calc(14 / 375 * 100vw);
    }
}


/** -------------------------------- **
	ボタンリスト
*** ----------------------------------------------------------------- ***/
.btns_list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 1200 * 100%), 60px);
}
.btns_list > li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: min(calc(56 / 1200 * 100vw), 56px);
    padding: 1.072em 1.8em;
    color: #333 !important;
    font-size: min(calc(14 / 1200 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    line-height: calc(24 / 14);
    letter-spacing: 0.1em;
    border: 1px solid #333;
    border-radius: 0;
    background-color: #fff;
    transition: opacity .2s ease-in-out .1s;
}
.btns_list > li a:hover {
    opacity: 0.7;
}
.btns_list > li a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin-right: min(calc(10 / 1200 * 100vw), 10px);
    border-style: solid;
    border-color: transparent transparent transparent #333;
    border-width: calc(2.15 / 14 * 1em) 0px calc(2.15 / 14 * 1em) calc(7.2 / 14 * 1em);
}
/*カラムが1列の場合*/
.btns_list.has_col1 {
    max-width: min(calc(333 / 1080 * 100%), 333px);
    margin: 0 auto;
}
.btns_list.has_col1 > li + li {
    margin-top: min(calc(40 / 1200 * 100vw), 40px);
}
/*カラムがPC時2列、SP時2列の場合*/
.btns_list.has_col2_col2sp {
    display: flex;
    flex-wrap: wrap;
    max-width: min(calc(707 / 1080 * 100%), 707px);
    margin: 0 auto;
}
.btns_list.has_col2_col2sp > li {
    width: min(calc(333 / 707 * 100%), 333px);
}
.btns_list.has_col2_col2sp > li:nth-of-type(2n) {
    margin-left: min(calc(41 / 707 * 100%), 41px);
}
.btns_list.has_col2_col2sp > li:nth-of-type(n + 3) {
    margin-top: min(calc(40 / 1200 * 100vw), 40px);
}
/*カラムがPC時3列、SP時1列の場合*/
.btns_list.has_col3 {
    display: flex;
    flex-wrap: wrap;
}
.btns_list.has_col3 > li {
    width: min(calc(333 / 1080 * 100%), 333px);
    margin-right: min(calc(40.5 / 1080 * 100%), 40.5px);
}
.btns_list.has_col3 > li:nth-of-type(3n) {
    margin-right: 0;
}
.btns_list.has_col3 > li:nth-of-type(n + 4) {
    margin-top: min(calc(40 / 707 * 100vw), 40px);
}
/*カラムがPC時3列、SP時2列の場合*/
.btns_list.has_col3_col2sp {
    display: flex;
    flex-wrap: wrap;
}
.btns_list.has_col3_col2sp > li {
    width: min(calc(333 / 1080 * 100%), 333px);
    margin-right: min(calc(40.5 / 1080 * 100%), 40.5px);
}
.btns_list.has_col3_col2sp > li:nth-of-type(3n) {
    margin-right: 0;
}
.btns_list.has_col3_col2sp > li:nth-of-type(n + 4) {
    margin-top: min(calc(40 / 707 * 100vw), 40px);
}

@media only screen and (max-width: 767px) {
    .btns_list {
        padding: 0 calc(20 / 375 * 100%);
    }
    .btns_list > li a {
        min-height: calc(52 / 375 * 100vw);
        padding: 1.12em 1em;
        font-size: calc(14 / 375 * 100vw);
    }
    .btns_list > li a::before {
        margin-right: calc(6 / 375 * 100vw);
        border-width: calc(2.15 / 375 * 100vw) 0px calc(2.15 / 375 * 100vw) calc(7.2 / 375 * 100vw);
    }
    /*カラムが1列の場合*/
    .btns_list.has_col1 {
        max-width: 100%;
    }
    .btns_list.has_col1 > li + li {
        margin-top: calc(16 / 375 * 100vw);
    }
    /*カラムがPC時2列、SP時2列の場合*/
    .btns_list.has_col2_col2sp {
        max-width: 100%;
    }
    .btns_list.has_col2_col2sp > li {
        width: calc(160 / 335 * 100%);
    }
    .btns_list.has_col2_col2sp > li:nth-of-type(2n) {
        margin-left: calc(15 / 335 * 100%);
    }
    .btns_list.has_col2_col2sp > li:nth-of-type(n + 3) {
        margin-top: calc(16 / 375 * 100vw);
    }
    /*カラムがPC時3列、SP時1列の場合*/
    .btns_list.has_col3 > li {
        width: 100%;
        margin-right: 0;
    }
    .btns_list.has_col3 > li + li {
        margin-top: calc(16 / 375 * 100vw);
    }
    .btns_list.has_col3 > li:nth-of-type(n + 4) {
        margin-top: calc(16 / 375 * 100vw);
    }
    /*カラムがPC時3列、SP時2列の場合*/
    .btns_list.has_col3_col2sp > li {
        width: calc(160 / 335 * 100%);
        margin-right: 0;
    }
    .btns_list.has_col3_col2sp > li:nth-of-type(2n) {
        margin-left: calc(15 / 335 * 100%);
    }
    .btns_list.has_col3_col2sp > li:nth-of-type(n + 4) {
        margin-top: calc(16 / 375 * 100vw);
    }
    .btns_list.has_col3_col2sp > li:nth-of-type(n + 3) {
        margin-top: calc(16 / 375 * 100vw);
    }
}


/** -------------------------------- **
	バナー
*** ----------------------------------------------------------------- ***/
.banner_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 1200 * 100%), 60px);
}
/*カラムがPC時2列、SP時1列の場合*/
.banner_list.has_col2 > li {
    width: min(calc(520 / 1080 * 100%), 520px);
}
.banner_list.has_col2 > li:nth-of-type(2n) {
    margin-left: min(calc(40 / 1080 * 100%), 40px);
}
.banner_list.has_col2 > li:nth-of-type(n + 3) {
    margin-top: min(calc(40 / 1200 * 100vw), 40px);
}
.banner_list.has_col2 > li a {
    display: block;
}
/*カラムがPC時3列、SP時1列の場合*/
.banner_list.has_col3 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 min(calc(39.75 / 1200 * 100%), 39.75px);
}
.banner_list.has_col3 > li {
    width: min(calc(333 / 1120.5 * 100%), 333px);
    margin: 0 min(calc(20.25 / 1120.5 * 100%), 20.25px);
}
.banner_list.has_col3 > li:nth-of-type(n + 4) {
    margin-top: min(calc(40 / 1200 * 100vw), 40px);
}
.banner_list.has_col3 > li a {
    display: block;
}

@media only screen and (max-width: 767px) {
    .banner_list {
        padding: 0 calc(20 / 375 * 100%);
    }
    /*カラムがPC時2列、SP時1列の場合*/
    .banner_list.has_col2 {
        max-width: 100%;
    }
    .banner_list.has_col2 > li {
        width: 100%;
    }
    .banner_list.has_col2 > li + li {
        margin-top: calc(16 / 375 * 100vw);
    }
    .banner_list.has_col2 > li:nth-of-type(2n) {
        margin-left: 0;
    }
    .banner_list.has_col2 > li:nth-of-type(n + 3) {
        margin-top: calc(16 / 375 * 100vw);
    }
    .banner_list.has_col2 > li a {
        width: calc(333 / 335 * 100%);
        margin: 0 auto;
    }
    /*カラムがPC時3列、SP時1列の場合*/
    .banner_list.has_col3 {
        width: 100%;
        margin: 0;
        padding: 0 calc(20 / 375 * 100%);
    }
    .banner_list.has_col3 > li {
        width: 100%;
        margin: 0;
    }
    .banner_list.has_col3 > li + li {
        margin-top: calc(16 / 375 * 100vw);
    }
    .banner_list.has_col3 > li:nth-of-type(n + 4) {
        margin-top: calc(16 / 375 * 100vw);
    }
    .banner_list.has_col3 > li a {
        width: calc(333 / 335 * 100%);
        margin: 0 auto;
    }
}
