@charset "UTF-8";

/* ==========================================================================//
//
//　概　要：　汎用性プロパティ
//　説　明：　文字、余白、表示位置などのプロパティ毎のクラスを定義
//
// ========================================================================== */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.25em;
}


/** -------------------------------- **
	表示切替
*** ----------------------------------------------------------------- ***/
.dp_inline     { display: inline !important; }
.dp_block      { display: block !important; }
.dp_inblock    { display: inline-block !important; }
.dp_flex       { display: flex !important; }
.dp_inline_sp  { display: none !important; }
.dp_block_sp   { display: none !important; }
.dp_inblock_sp { display: none !important; }
.dp_flex_sp    { display: none !important; }
@media only screen and (max-width: 767px) {
    .dp_inline     { display: none !important; }
    .dp_block      { display: none !important; }
    .dp_inblock    { display: none !important; }
    .dp_flex       { display: none !important; }
    .dp_inline_sp  { display: inline !important; }
    .dp_block_sp   { display: block !important; }
    .dp_inblock_sp { display: inline-block !important; }
    .dp_flex_sp    { display: flex !important; }
}


/** -------------------------------- **
	余白（外）
*** ----------------------------------------------------------------- ***/
.mt_0   { margin-top: 0 !important; }
.mt_5   { margin-top: min(calc(5 / 995 * 100vw), 5px) !important; }
.mt_10  { margin-top: min(calc(10 / 995 * 100vw), 10px) !important; }
.mt_15  { margin-top: min(calc(15 / 995 * 100vw), 15px) !important; }
.mt_20  { margin-top: min(calc(20 / 995 * 100vw), 20px) !important; }
.mt_25  { margin-top: min(calc(25 / 995 * 100vw), 25px) !important; }
.mt_30  { margin-top: min(calc(30 / 995 * 100vw), 30px) !important; }
.mt_35  { margin-top: min(calc(35 / 995 * 100vw), 35px) !important; }
.mt_40  { margin-top: min(calc(40 / 995 * 100vw), 40px) !important; }
.mt_45  { margin-top: min(calc(45 / 995 * 100vw), 45px) !important; }
.mt_50  { margin-top: min(calc(50 / 995 * 100vw), 50px) !important; }
.mt_55  { margin-top: min(calc(55 / 995 * 100vw), 55px) !important; }
.mt_60  { margin-top: min(calc(60 / 995 * 100vw), 60px) !important; }
.mt_65  { margin-top: min(calc(65 / 995 * 100vw), 65px) !important; }
.mt_70  { margin-top: min(calc(70 / 995 * 100vw), 70px) !important; }
.mt_75  { margin-top: min(calc(75 / 995 * 100vw), 75px) !important; }
.mt_80  { margin-top: min(calc(80 / 995 * 100vw), 80px) !important; }
.mt_85  { margin-top: min(calc(85 / 995 * 100vw), 85px) !important; }
.mt_90  { margin-top: min(calc(90 / 995 * 100vw), 90px) !important; }
.mt_95  { margin-top: min(calc(95 / 995 * 100vw), 95px) !important; }
.mt_100 { margin-top: min(calc(100 / 995 * 100vw), 100px) !important; }
.mt_105 { margin-top: min(calc(105 / 995 * 100vw), 105px) !important; }
.mt_110 { margin-top: min(calc(110 / 995 * 100vw), 110px) !important; }
.mt_115 { margin-top: min(calc(115 / 995 * 100vw), 115px) !important; }
.mt_120 { margin-top: min(calc(120 / 995 * 100vw), 120px) !important; }
.mt_125 { margin-top: min(calc(125 / 995 * 100vw), 125px) !important; }
.mt_130 { margin-top: min(calc(130 / 995 * 100vw), 130px) !important; }
.mt_135 { margin-top: min(calc(135 / 995 * 100vw), 135px) !important; }
.mt_140 { margin-top: min(calc(140 / 995 * 100vw), 140px) !important; }
.mt_145 { margin-top: min(calc(145 / 995 * 100vw), 145px) !important; }
.mt_150 { margin-top: min(calc(150 / 995 * 100vw), 150px) !important; }
.mt_155 { margin-top: min(calc(155 / 995 * 100vw), 155px) !important; }
.mt_160 { margin-top: min(calc(160 / 995 * 100vw), 160px) !important; }
.mt_165 { margin-top: min(calc(165 / 995 * 100vw), 165px) !important; }
.mt_170 { margin-top: min(calc(170 / 995 * 100vw), 170px) !important; }
.mt_175 { margin-top: min(calc(175 / 995 * 100vw), 175px) !important; }
.mt_180 { margin-top: min(calc(180 / 995 * 100vw), 180px) !important; }
.mt_185 { margin-top: min(calc(185 / 995 * 100vw), 185px) !important; }
.mt_190 { margin-top: min(calc(190 / 995 * 100vw), 190px) !important; }
.mt_195 { margin-top: min(calc(195 / 995 * 100vw), 195px) !important; }
.mt_200 { margin-top: min(calc(200 / 995 * 100vw), 200px) !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   { margin-bottom: 0 !important; }
.mb_5   { margin-bottom: min(calc(5 / 995 * 100vw), 5px) !important; }
.mb_10  { margin-bottom: min(calc(10 / 995 * 100vw), 10px) !important; }
.mb_15  { margin-bottom: min(calc(15 / 995 * 100vw), 15px) !important; }
.mb_20  { margin-bottom: min(calc(20 / 995 * 100vw), 20px) !important; }
.mb_25  { margin-bottom: min(calc(25 / 995 * 100vw), 25px) !important; }
.mb_30  { margin-bottom: min(calc(30 / 995 * 100vw), 30px) !important; }
.mb_35  { margin-bottom: min(calc(35 / 995 * 100vw), 35px) !important; }
.mb_40  { margin-bottom: min(calc(40 / 995 * 100vw), 40px) !important; }
.mb_45  { margin-bottom: min(calc(45 / 995 * 100vw), 45px) !important; }
.mb_50  { margin-bottom: min(calc(50 / 995 * 100vw), 50px) !important; }
.mb_55  { margin-bottom: min(calc(55 / 995 * 100vw), 55px) !important; }
.mb_60  { margin-bottom: min(calc(60 / 995 * 100vw), 60px) !important; }
.mb_65  { margin-bottom: min(calc(65 / 995 * 100vw), 65px) !important; }
.mb_70  { margin-bottom: min(calc(70 / 995 * 100vw), 70px) !important; }
.mb_75  { margin-bottom: min(calc(75 / 995 * 100vw), 75px) !important; }
.mb_80  { margin-bottom: min(calc(80 / 995 * 100vw), 80px) !important; }
.mb_85  { margin-bottom: min(calc(85 / 995 * 100vw), 85px) !important; }
.mb_90  { margin-bottom: min(calc(90 / 995 * 100vw), 90px) !important; }
.mb_95  { margin-bottom: min(calc(95 / 995 * 100vw), 95px) !important; }
.mb_100 { margin-bottom: min(calc(100 / 995 * 100vw), 100px) !important; }
@media only screen and (max-width: 767px) {
    .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; }
}


/** -------------------------------- **
	表示位置
*** ----------------------------------------------------------------- ***/
.ta_center { text-align: center !important; }
.ta_left   { text-align: left !important; }
.ta_right  { text-align: right !important; }
@media only screen and (max-width: 767px) {
    .ta_center_sp { text-align: center !important; }
    .ta_left_sp   { text-align: left !important; }
    .ta_right_sp  { text-align: right !important; }
}

.va_center { vertical-align: middle !important; }
.va_top    { vertical-align: top !important; }
.va_bottom { vertical-align: bottom !important; }
@media only screen and (max-width: 767px) {
    .va_center_sp { vertical-align: middle !important; }
    .va_top_sp    { vertical-align: top !important; }
    .va_bottom_sp { vertical-align: bottom !important; }
}


/** -------------------------------- **
	文字
*** ----------------------------------------------------------------- ***/
.fwB { font-weight: 700 !important; }

.idt0 { text-indent: 0 !important }




/* ==========================================================================//
//
//　概　要：　汎用性パーツ
//　説　明：　ボタン、リンク、タイトルなどの細かなパーツを定義
//
// ========================================================================== */

/* ----------------------------------------------------------
	リンク
---------------------------------------------------------- */
.lnk {
    text-decoration: underline;
}
.lnk:hover {
    opacity: 0.24;
}

.lnk_arr_left {
    position: relative;
    display: inline-block;
    padding-left: calc(17 / 14 * 1em);
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    line-height: calc(24 / 14 * 1em);
    letter-spacing: 0;
    word-break: break-word;
    text-decoration: underline;
}
.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:hover {
    padding-left: calc(17 / 14 * 1em);
    opacity: 0.24;
}
@media only screen and (max-width: 767px) {
    .lnk_arr_left {
        font-size: calc(12 / 375 * 100vw);
    }
}

.lnk_blank {
    text-decoration: underline;
}
.lnk_blank::after {
    content: '';
    display: inline-block;
    width: min(calc(10 / 995 * 100vw), 10px);
    height: min(calc(10 / 995 * 100vw), 10px);
    margin: 0 0 0 min(calc(10 / 995 * 100vw), 10px);
    background: url("../img/icon_blank-black.svg") no-repeat center center/contain;
}
.lnk_blank:hover {
    opacity: 0.24;
}
@media only screen and (max-width: 767px) {
    .lnk_blank::after {
        width: calc(10 / 375 * 100vw);
        height: calc(10 / 375 * 100vw);
        margin: 0 0 calc(-1 / 375 * 100vw) calc(10 / 375 * 100vw);
    }
}


/* ----------------------------------------------------------
	ボタン
---------------------------------------------------------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-width: min(calc(223 / 995 * 100vw), 223px);
    min-height: min(calc(52 / 995 * 100vw), 52px);
    margin: 0 auto;
    padding: calc(12 / 14 * 1em) calc(15 / 14 * 1em);
    color: #fff !important;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    line-height: calc(20 / 14);
    letter-spacing: 0;
    word-break: break-word;
    border: none;
    border-radius: 0;
    background-color: #333;
    transition: opacity .2s ease-in-out .1s;
}
.btn:hover {
    padding: calc(12 / 14 * 1em) calc(15 / 14 * 1em);
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-weight: 500;
    background-color: #333;
    opacity: 0.7;
}
@media only screen and (max-width: 767px) {
    .btn {
        min-width: calc(223 / 375 * 100vw);
        min-height: calc(52 / 375 * 100vw);
        font-size: calc(12 / 375 * 100vw);
    }
    .btn:hover {
        font-size: calc(12 / 375 * 100vw);
    }
}


/* ----------------------------------------------------------
	タイトル
---------------------------------------------------------- */
.ttl_sec {
    max-width: 995px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100vw), 60px);
    color: #333;
    font-size: min(calc(24 / 995 * 100vw), 24px);
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    line-height: calc(34 / 24);
    letter-spacing: 0;
    word-break: break-word;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .ttl_sec {
        padding: 0 calc(20 / 375 * 100vw);
        font-size: calc(20 / 375 * 100vw);
        text-align: left;
    }
}


/** -------------------------------- **
	テキスト
*** ----------------------------------------------------------------- ***/
.txt_block {
    display: block;
    max-width: 995px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100%), 60px);
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(30 / 14);
    letter-spacing: 0;
    word-break: break-word;
}
.txt_block > p {
    font-weight: inherit;
    text-align: left;
    text-indent: 1em;
}
@media only screen and (max-width: 767px) {
    .txt_block {
        padding: 0 calc(20 / 375 * 100%);
        font-size: calc(12 / 375 * 100vw);
        line-height: calc(24 / 14);
    }
}
.txt_block2 {
    display: block;
    max-width: 995px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100%), 60px);
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(30 / 14);
    letter-spacing: 0;
    word-break: break-word;
}
.txt_block2 > p {
    font-weight: inherit;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .txt_block2 {
        padding: 0 calc(20 / 375 * 100%);
        font-size: calc(12 / 375 * 100vw);
        line-height: calc(24 / 14);
    }
}

.notes_block {
    display: block;
    max-width: 995px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100%), 60px);
    color: #333;
    font-size: min(calc(12 / 995 * 100vw), 12px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(26 / 12);
    letter-spacing: 0;
    word-break: break-word;
}
.notes_block > p {
    font-weight: inherit;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .notes_block {
        padding: 0 calc(20 / 375 * 100%);
        font-size: calc(10 / 375 * 100vw);
        line-height: calc(24 / 12);
    }
}

.anno_block {
    display: block;
    max-width: 995px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100%), 60px);
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(30 / 14);
    letter-spacing: 0;
    word-break: break-word;
}
.anno_block > p {
    font-weight: inherit;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .anno_block {
        padding: 0 calc(20 / 375 * 100%);
        font-size: calc(12 / 375 * 100vw);
    }
    .anno_block > p {
        text-align: left;
    }
}


/** -------------------------------- **
	画像
*** ----------------------------------------------------------------- ***/
.kv {
    display: block;
    max-width: 995px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100%), 60px);
}
@media only screen and (max-width: 767px) {
    .kv {
        padding: 0 calc(20 / 375 * 100%) 0;
    }
}

.img_block {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100%), 60px);
}
@media only screen and (max-width: 767px) {
    .img_block {
        padding: 0 calc(20 / 375 * 100%) 0;
    }
}

.img_caption {
    margin-top: min(calc(16 / 995 * 100vw), 16px);
    color: #333;
    font-size: min(calc(12 / 995 * 100vw), 12px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(24 / 12);
    letter-spacing: 0;
    word-break: break-word;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .img_caption {
        margin-top: calc(10 / 375 * 100vw);
        font-size: calc(10 / 375 * 100vw);
        line-height: calc(22 / 12);
    }
}


/** -------------------------------- **
	スクロール時アニメーション
*** ----------------------------------------------------------------- ***/
.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);
}





/* ==========================================================================//
//
//　概　要：　汎用性レイアウト
//　説　明：　見出し、リード文などの大まかなパーツを定義
//
// ========================================================================== */

/** -------------------------------- **
	パンくずリスト
*** ----------------------------------------------------------------- ***/
.breadcrumb {
    padding-top: 45px;
}
@media only screen and (max-width: 767px) {
    .breadcrumb {
        padding-top: 50px;
    }
}


/** -------------------------------- **
	見出し
*** ----------------------------------------------------------------- ***/
.headline_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: min(calc(30 / 995 * 100vw), 30px) min(calc(60 / 995 * 100%), 60px) 0;
}
@media only screen and (max-width: 767px) {
    .headline_inner {
        padding: calc(48 / 375 * 100vw) calc(20 / 375 * 100%) 0;
    }
}

.headline_title {
    color: #333;
    font-size: min(calc(22 / 995 * 100vw), 22px);
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    line-height: calc(45 / 28);
    letter-spacing: 0;
    word-break: break-word;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .headline_title {
        font-size: calc(18 / 375 * 100vw);
        line-height: calc(30 / 20);
        text-align: left;
    }
}

.headline_title_sub {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 min(calc(12 / 995 * 100vw), 12px);
}
.headline_title_sub + .headline_title {
    margin-top: min(calc(40 / 995 * 100vw), 40px);
}
@media only screen and (max-width: 767px) {
    .headline_title_sub {
        justify-content: flex-start;
        gap: 0 calc(10 / 375 * 100vw);
    }
    .headline_title_sub + .headline_title {
        margin-top: calc(28 / 375 * 100vw);
    }
}

.headline_title_date {
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    letter-spacing: 0;
    word-break: break-word;
}
@media only screen and (max-width: 767px) {
    .headline_title_date {
        font-size: calc(12 / 375 * 100vw);
    }
}

.headline_title_cat {
    display: inline-block;
    min-width: min(calc(116 / 995 * 100vw), 116px);
    padding: min(calc(4 / 995 * 100vw), 4px) min(calc(10 / 995 * 100vw), 10px);
    color: #fff;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    letter-spacing: 0;
    word-break: break-word;
    text-align: center;
    background-color: #9d8850;
}
@media only screen and (max-width: 767px) {
    .headline_title_cat {
        min-width: calc(118 / 375 * 100vw);
        font-size: calc(12 / 375 * 100vw);
        padding: calc(4 / 375 * 100vw) calc(10 / 375 * 100vw);
    }
}


/** -------------------------------- **
	ワイド画像付きレイアウト
*** ----------------------------------------------------------------- ***/
.wide_image {
    display: block;
}
.wide_image > img {
    width: 100%;
}


/** -------------------------------- **
	リード文
*** ----------------------------------------------------------------- ***/
.lead_text {
    max-width: 995px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100%), 60px);
    color: #333;
    font-size: min(calc(20 / 995 * 100vw), 20px);
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    line-height: calc(30 / 20);
    letter-spacing: 0;
    word-break: break-word;
}
.lead_text > p {
    font-weight: inherit;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .lead_text {
        padding: 0 calc(20 / 375 * 100%);
        font-size: calc(14 / 375 * 100vw);
        line-height: calc(26 / 16);
    }
    .lead_text > p {
        text-align: left;
    }
}


/** -------------------------------- **
	横並びレイアウト
*** ----------------------------------------------------------------- ***/
.media_block {
    display: flex;
    gap: 0 min(calc(30 / 875 * 100%), 30px);
    max-width: 995px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100%), 60px);
}
@media only screen and (max-width: 767px) {
    .media_block {
        flex-direction: column;
        gap: calc(26 / 375 * 100vw) 0;
        padding: 0 calc(20 / 375 * 100%);
    }
}

.media_block.has_reverse {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
    .media_block.has_reverse {
        flex-direction: column;
    }
}

.media_block.is-example .media_image  {
    width: min(calc(250 / 875 * 100%), 250px);
}
.media_block.is-example .media_text {
    width: min(calc(595 / 875 * 100%), 595px);
}
@media only screen and (max-width: 767px) {
    .media_block.is-example .media_image  {
        width: calc(220 / 335 * 100%);
    }
    .media_block.is-example .media_text {
        width: 100%;
    }
}

.media_image {
    display: block;
    width: min(calc(437 / 875 * 100%), 437px);
}
.media_image > img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .media_image {
        width: calc(260 / 335 * 100%);
        margin: 0 auto;
    }
}

.media_image_caption {
    margin-top: min(calc(16 / 995 * 100vw), 16px);
    color: #333;
    font-size: min(calc(12 / 995 * 100vw), 12px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(24 / 12);
    letter-spacing: 0;
    word-break: break-word;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .media_image_caption {
        margin-top: calc(10 / 375 * 100vw);
        font-size: calc(10 / 375 * 100vw);
        line-height: calc(22 / 12);
    }
}

.media_text {
    width: min(calc(408 / 875 * 100%), 408px);
}
@media only screen and (max-width: 767px) {
    .media_text {
        width: 100%;
    }
}

.media_desc {
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(30 / 14);
    letter-spacing: 0;
    word-break: break-word;
}
.media_desc > p {
    font-weight: inherit;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .media_desc {
        font-size: calc(12 / 375 * 100vw);
        line-height: calc(24 / 14);
    }
}


/** -------------------------------- **
	縦積みリスト
*** ----------------------------------------------------------------- ***/
.cards_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 995px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100%), 60px);
}
@media only screen and (max-width: 767px) {
    .cards_list {
        flex-direction: column;
        padding: 0 calc(20 / 375 * 100%);
    }
}

.cards_list.has_col2 {
    gap: min(calc(48 / 875 * 100vw), 48px) min(calc(48 / 875 * 100%), 48px);
}
.cards_list.has_col2 > li {
    width: min(calc(413 / 875 * 100%), 413px);
}
@media only screen and (max-width: 767px) {
    .cards_list.has_col2 {
        gap: calc(30 / 375 * 100vw) 0;
    }
    .cards_list.has_col2 > li {
        width: 100%;
    }
    .cards_list.has_col2 .cards_image {
        width: calc(260 / 335 * 100%);
        margin: 0 auto;
    }
}

.cards_image {
    display: block;
}
.cards_image > img {
    width: 100%;
}

.cards_text {
    margin-top: min(calc(35 / 995 * 100vw), 35px);
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(30 / 14);
    letter-spacing: 0;
    word-break: break-word;
}
.cards_text > p {
    font-weight: inherit;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .cards_text {
        margin-top: calc(30 / 375 * 100vw);
        font-size: calc(12 / 375 * 100vw);
    }
}


/** -------------------------------- **
	商品仕様
*** ----------------------------------------------------------------- ***/
.product_block {
    max-width: 995px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100%), 60px);
}
@media only screen and (max-width: 767px) {
    .product_block {
        padding: 0 calc(20 / 375 * 100%);
    }
}

.product_block.is_1col .product_image {
    width: min(calc(200 / 875 * 100%), 200px);
    margin: 0 auto min(calc(50 / 995 * 100vw), 50px);
}
@media only screen and (max-width: 767px) {
    .product_block.is_1col .product_image {
        width: calc(150 / 335 * 100%);
        margin: 0 auto calc(30 / 375 * 100vw);
    }
}

.product_block.is_1col .product_table > colgroup > col:nth-of-type(1) {
    width: min(calc(300 / 995 * 100vw), 300px);
}
.product_block.is_1col .product_table > colgroup > col:nth-of-type(2) {
    width: min(calc(575 / 995 * 100vw), 575px);
}
@media only screen and (max-width: 767px) {
    .product_block.is_1col .product_table > colgroup > col:nth-of-type(1) {
        width: calc(100 / 375 * 100vw);
    }
    .product_block.is_1col .product_table > colgroup > col:nth-of-type(2) {
        width: calc(235 / 375 * 100vw);
    }
}

.product_block.is_2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product_block.is_2col .product_image {
    width: min(calc(200 / 875 * 100%), 200px);
    margin: 0 auto min(calc(50 / 995 * 100vw), 50px);
}
.product_block.is_2col .product_image.is_image1 {
    order: 1;
}
.product_block.is_2col .product_image.is_image2 {
    order: 2;
}
@media only screen and (max-width: 767px) {
    .product_block.is_2col .product_image {
        width: calc(150 / 335 * 100%);
        margin: 0 auto calc(30 / 375 * 100vw);
    }
    .product_block.is_2col .product_image.is_image2 {
        order: 4;
    }
}

.product_block.is_2col .product_table.is_table1 {
    order: 3;
    width: min(calc(542 / 875 * 100%), 542px);
}
.product_block.is_2col .product_table.is_table1 > colgroup > col:nth-of-type(1) {
    width: min(calc(209 / 542 * 100%), 209px);
}
.product_block.is_2col .product_table.is_table1 > colgroup > col:nth-of-type(2) {
    width: min(calc(333 / 542 * 100%), 333px);
}
@media only screen and (max-width: 767px) {
    .product_block.is_2col .product_table.is_table1 {
        order: 2;
        width: 100%;
    }
    .product_block.is_2col .product_table.is_table1 > colgroup > col:nth-of-type(1) {
        width: calc(100 / 375 * 100vw);
    }
    .product_block.is_2col .product_table.is_table1 > colgroup > col:nth-of-type(2) {
        width: calc(235 / 375 * 100vw);
    }
}

.product_block.is_2col .product_table.is_table2 {
    order: 4;
    width: min(calc(333 / 875 * 100%), 333px);
}
.product_block.is_2col .product_table.is_table2 > colgroup > col:nth-of-type(1) {
    display: none;
}
.product_block.is_2col .product_table.is_table2 > colgroup > col:nth-of-type(2) {
    width: 100%;
}
.product_block.is_2col .product_table.is_table2 th {
    display: none;
}
.product_block.is_2col .product_table.is_table2 td {
    border-left: none;
}
@media only screen and (max-width: 767px) {
    .product_block.is_2col .product_table.is_table2 {
        order: 5;
        width: 100%;
    }
    .product_block.is_2col .product_table.is_table2 > colgroup > col:nth-of-type(1) {
        display: table-column;
        width: calc(100 / 375 * 100vw);
    }
    .product_block.is_2col .product_table.is_table2 > colgroup > col:nth-of-type(2) {
        width: calc(235 / 375 * 100vw);
    }
    .product_block.is_2col .product_table.is_table2 th {
        display: table-cell;
    }
    .product_block.is_2col .product_table.is_table2 td {
        border-left: 1px solid #E5E5E5;
    }
}

.product_block.is_2col .product_text {
    width: 100%;
}
.product_block.is_2col .product_text.is_text1 {
    order: 5;
}
.product_block.is_2col .product_text.is_text2 {
    order: 6;
}
@media only screen and (max-width: 767px) {
    .product_block.is_2col .product_text.is_text1 {
        order: 3;
    }
}

.product_image {
    display: flex;
    justify-content: center;
}
.product_image > img {
    width: 100%;
}

.product_table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
.product_table th,
.product_table td {
    padding: min(calc(19.5 / 995 * 100vw), 19.5px) min(calc(20 / 995 * 100vw), 20px);
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    line-height: calc(20 / 14);
    letter-spacing: 0;
    vertical-align: middle;
    word-break: break-word;
    border: 1px solid #E5E5E5;
}
.product_table th span,
.product_table td span {
    font-weight: inherit;
}
.product_table th {
    font-weight: 700;
    background-color: #F7F7F7;
}
.product_table td {
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .product_table th,
    .product_table td {
        padding: calc(20.5 / 375 * 100vw) calc(10 / 335 * 100%);
        font-size: calc(12 / 375 * 100vw);
    }
    .product_table th.is_2row_sp,
    .product_table td.is_2row_sp {
        padding: calc(11.5 / 375 * 100vw) calc(10 / 335 * 100%);
    }
    .product_table th {
        text-align: center;
    }
}

.product_text_title {
    color: #333;
    font-size: min(calc(16 / 995 * 100vw), 16px);
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    line-height: calc(28 / 16);
    letter-spacing: 0;
    word-break: break-word;
}
@media only screen and (max-width: 767px) {
    .product_text_title {
        font-size: calc(12 / 375 * 100vw);
        line-height: calc(24 / 16);
    }
}
.product_text > p {
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(30 / 14);
    letter-spacing: 0;
    word-break: break-word;
}
@media only screen and (max-width: 767px) {
    .product_text > p {
        font-size: calc(12 / 375 * 100vw);
        line-height: calc(24 / 14);
    }
}


/** -------------------------------- **
	枠付きレイアウト
*** ----------------------------------------------------------------- ***/
.fence_block {
    max-width: 995px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100%), 60px);
}
@media only screen and (max-width: 767px) {
    .fence_block {
        flex-wrap: wrap;
        padding: 0 calc(20 / 375 * 100%);
    }
}

.fence_inner {
    padding: min(calc(25 / 875 * 100vw), 30px) min(calc(30 / 875 * 100%), 30px);
    border: 1px solid #E5E5E5;
    border-radius: 0;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .fence_inner {
        padding: calc(18 / 375 * 100vw) calc(20 / 335 * 100%);
    }
}

.fence_wrap {
    display: flex;
    gap: 0 min(calc(30 / 815 * 100%), 30px);
    padding: min(calc(30 / 875 * 100%), 30px);
    border: 1px solid #E5E5E5;
    border-radius: 0;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .fence_wrap {
        flex-direction: column;
        gap: calc(20 / 375 * 100vw) 0;
        padding: calc(20 / 375 * 100vw) calc(20 / 335 * 100%) calc(18 / 375 * 100vw);
    }
}

.fence_wrap.has_reverse {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
    .fence_wrap.has_reverse {
        flex-direction: row;
    }
}

.fence_image {
    display: block;
    width: min(calc(250 / 815 * 100%), 250px);
}
.fence_image > img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .fence_image {
        width: calc(220 / 375 * 100vw);
        margin: 0 auto;
    }
}

.fence_image_caption {
    margin-top: min(calc(16 / 995 * 100vw), 16px);
    color: #333;
    font-size: min(calc(12 / 995 * 100vw), 12px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(24 / 12);
    letter-spacing: 0;
    word-break: break-word;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .fence_image_caption {
        margin-top: calc(10 / 375 * 100vw);
        font-size: calc(10 / 375 * 100vw);
        line-height: calc(22 / 12);
    }
}

.fence_text {
    width: min(calc(535 / 815 * 100%), 535px);
}
@media only screen and (max-width: 767px) {
    .fence_text {
        width: 100%;
    }
}

.fence_title {
    margin-bottom: min(calc(12 / 995 * 100vw), 12px);
    color: #333;
    font-size: min(calc(16 / 995 * 100vw), 16px);
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    line-height: calc(30 / 16);
    letter-spacing: 0;
    word-break: break-word;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .fence_title {
        margin-bottom: calc(17 / 375 * 100vw);
        font-size: calc(12 / 375 * 100vw);
        line-height: calc(24 / 14);
    }
}

.fence_desc {
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(30 / 14);
    letter-spacing: 0;
    word-break: break-word;
}
.fence_desc > p {
    font-weight: inherit;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .fence_desc {
        font-size: calc(12 / 375 * 100vw);
        line-height: calc(24 / 14);
    }
}

@media only screen and (max-width: 767px) {
    .fence_desc_title {
        line-height: calc(30 / 14);
    }
}

.fence_desc_list {
    display: flex;
    flex-wrap: wrap;
}
.fence_desc_list > dt,
.fence_desc_list > dd {
    line-height: calc(30 / 14);
}
.fence_desc_list > dt {
    width: 8em;
}
.fence_desc_list > dd {
    width: calc(100% - 8em);
    padding-left: 1em;
    text-indent: -1em;
}
.fence_desc_list > dd::before {
    content: '：';
}

.fence_desc_list.has-9em > dt {
    width: 9em;
}
.fence_desc_list.has-9em > dd {
    width: calc(100% - 9em);
}

.fence_list > li {
    padding: min(calc(25 / 875 * 100vw), 25px) min(calc(30 / 875 * 100%), 30px);
    border: 1px solid #E5E5E5;
    border-radius: 0;
    background: #fff;
}
.fence_list > li + li {
    border-top: none;
}
.fence_list > li > p {
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: calc(30 / 14);
    letter-spacing: 0;
    word-break: break-word;
}
@media only screen and (max-width: 767px) {
    .fence_list > li {
        padding: calc(18 / 375 * 100vw) calc(20 / 335 * 100%);
    }
    .fence_list > li > p {
        font-size: calc(12 / 375 * 100vw);
        line-height: calc(24 / 14);
    }
}


/** -------------------------------- **
	クレドールの主力コレクション
*** ----------------------------------------------------------------- ***/
.collection_list {
    display: flex;
    flex-direction: column;
    gap: min(calc(60 / 995 * 100vw), 60px) 0;
    width: 100%;
    max-width: 995px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100%), 60px);
}
.collection_list > li {
    display: flex;
    flex-direction: column;
    gap: min(calc(30 / 995 * 100vw), 30px) 0;
}
@media only screen and (max-width: 767px) {
    .collection_list {
        display: flex;
        flex-direction: column;
        gap: calc(40 / 375 * 100vw) 0;
        padding: 0 calc(20 / 375 * 100%);
    }
    .collection_list > li {
        gap: calc(30 / 375 * 100vw) 0;
    }
}

.collection_block {
    display: flex;
    gap: 0 min(calc(50 / 875 * 100%), 50px);
}
@media only screen and (max-width: 767px) {
    .collection_block {
        flex-direction: column;
        gap: calc(26 / 375 * 100vw) 0;
    }
}

.collection_title {
    color: #333;
    font-size: min(calc(20 / 995 * 100vw), 20px);
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0;
    word-break: break-word;
}
@media only screen and (max-width: 767px) {
    .collection_title {
        font-size: calc(18 / 375 * 100vw);
    }
}

.collection_image {
    flex-shrink: 0;
    display: block;
    width: min(calc(150 / 875 * 100%), 150px);
}
.collection_image > img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .collection_image {
        flex-shrink: 1;
        width: calc(150 / 335 * 100vw);
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .collection_text {
        width: 100%;
    }
}

.collection_desc {
    margin-top: 0.5em;
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    word-break: break-word;
}
.collection_desc > p {
    font-weight: inherit;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .collection_desc {
        font-size: calc(12 / 375 * 100vw);
    }
}


/** -------------------------------- **
	クレドールのこれまでの歩み
*** ----------------------------------------------------------------- ***/
.history_list {
    display: flex;
    flex-direction: column;
    gap: min(calc(40 / 995 * 100vw), 40px) 0;
    width: 100%;
    max-width: 995px;
    margin: 0 auto;
    padding: 0 min(calc(60 / 995 * 100%), 60px);
}
.history_list > li {
    display: flex;
    gap: 0 min(calc(50 / 875 * 100%), 50px);
}
@media only screen and (max-width: 767px) {
    .history_list {
        display: flex;
        flex-direction: column;
        gap:  calc(30 / 375 * 100vw) 0;
        padding: 0 calc(20 / 375 * 100%);
    }
    .history_list > li {
        flex-direction: column;
        gap: calc(26 / 375 * 100vw) 0;
    }
}

.history_image {
    flex-shrink: 0;
    display: block;
    width: 250px;
}
.history_image > img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .history_image {
        flex-shrink: 1;
        width: calc(220 / 335 * 100vw);
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .history_text {
        width: 100%;
    }
}

.history_date,
.history_title {
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0;
    word-break: break-word;
}
@media only screen and (max-width: 767px) {
    .history_date,
    .history_title {
        font-size: calc(12 / 375 * 100vw);
    }
}

.history_title {
    margin-top: 0.5em;
}

.history_desc {
    margin-top: 0.5em;
    color: #333;
    font-size: min(calc(14 / 995 * 100vw), 14px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    word-break: break-word;
}
.history_desc > p {
    font-weight: inherit;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .history_desc {
        font-size: calc(12 / 375 * 100vw);
    }
}

.history_notes {
    margin-top: 1em;
    color: #333;
    font-size: min(calc(12 / 995 * 100vw), 12px);
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    word-break: break-word;
}
.history_notes > p {
    font-weight: inherit;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .history_notes {
        font-size: calc(10 / 375 * 100vw);
    }
}