@charset "utf-8"; /* CSS Document */
/*
* "Noto Serif JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Serif+JP
*/
@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/NSerif-500.woff2") format("woff2"), url("fonts/NSerif-500.woff") format("woff");
    font-display: swap;
}

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {
    margin: 0;
    font-size: 100%;
}

ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    vertical-align: top;
}

li {
    list-style-type: none;
    vertical-align: baseline;
}

input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*--------------------------------------
　Base
---------------------------------------*/
* {
    box-sizing: border-box;
}

img {
    -webkit-backface-visibility: hidden;
}

body {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 2.2;
    letter-spacing: .1em;
    color: #fff;
    font-family: 'Noto Serif JP', serif, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    opacity: .7;
}

p a {
    text-decoration: underline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: 700;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}

/* Micro clearfix */
/* For modern browsers */
.cf:before,.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1; }

.flImg {
    float: left;
}

.frImg {
    float: right;
}

h1,h2 {
    position: relative;
    font-family: 'Noto Serif JP', serif, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
    font-weight: 500;
    padding: 0;
    line-height: 1.5;
    letter-spacing: .1em;
}

h3,h4,h5,h6 {
    position: relative;
    font-family: 'Noto Serif JP', serif, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
    font-weight: 500;
    padding: 0;
    line-height: 1.5;
    letter-spacing: .1em;
}

.sttl {
    position: relative;
    margin: 0 0 12px;
    font-size: 2.2rem;
    font-family: 'Noto Serif JP', serif, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .1em;
}

.sttl2 {
    position: relative;
    margin: 0 0 12px;
    font-size: 2.2rem;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-feature-settings: "palt" 1;
    line-height: 1.5;
}

.catch {
    position: relative;
    margin: 0 0 12px;
    font-size: 2.2rem;
    font-family: 'Noto Serif JP', serif, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .1em;
}

.fontMin {
    font-family: 'Noto Serif JP', serif, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: .1em;
}

.fontS {
    font-size: 67%;
}

.fontL {
    font-size: 110%;
}

.fontBold {
    font-weight: 700;
}

.fontGd {
    color: #e1b17d;
}

html {
    font-size: 62.5%;
}

/*------------
600px--common
------------*/
.sp, .sp_br {
    display: none!important;
}

.sp2 {
    display: none;
}

.forTab {
    overflow: hidden;
}

a {
    transition: all .2s ease-in-out;
}

a:hover, a:hover img {
    opacity: 0.7;
}

.mainWrap h1 a, .mainWrap h2 a, .mainWrap h3 a, .mainWrap h4 a, .mainWrap h5 a, .mainWrap h6 a {
    text-decoration: none;
}

.areaInner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.areaInner.sitemappage ul {
    column-count: 3;
}


/*--------------------------------------
　body_PC
---------------------------------------*/
body {
    background: url("./img/bg.jpg") 0 0 repeat;
    position: relative;
    width: 100%;
    min-width: 1100px;
}

body::before {
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    width: 733px;
    height: 1000px;
    background: url("./img/yuge01.png") 0 0 no-repeat;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
#sp_nav {
    display: none;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
/* ハンバーガーメニュー */
#gNav_pc #showRight2 {
    position: fixed;
    top: 9px;
    right: 9px;
    z-index: 10000;
    width: 5rem;
    height: 5rem;
}

#gNav_pc button.active {
    background: url(./img/sp-btn-menu_off.png) 50% 50% no-repeat;
    position: fixed!important;
    width: 4rem !important;
    height: 4rem !important;
    top: 15px !important;
    right: 15px !important;
}

#gNav_pc button.active img {
    opacity: 0;
}

/* General styles for all menus */
.cbp-spmenu {
    position: fixed;
    padding: 140px 0 0;
    background: #000;
}

.cbp-spmenu #mainMenu2 {
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
    position: relative;
    z-index: 1;
    overflow: auto;
    margin: 0 0;
    height: 100%;
}

.cbp-spmenu #mainMenu2::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari 対応 */
}

.cbp-spmenu a {
    display: block;
    padding: 14px 20px 14px 4px;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
}

.cbp-spmenu .sttl {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.cbp-spmenu .sttl a {
    position: relative;
    background: url("./img/arrow.svg") 96% 50% no-repeat;
    background-size: 10px auto;
}

.cbp-spmenu .sttl.tglMenu a {
    background: url("./img/arrow_ccl_down.svg") 96.5% 50% no-repeat;
    background-size: 18px auto;
}

.cbp-spmenu .sttl.open a {
    background: url("./img/arrow_ccl_up.svg") 96.5% 50% no-repeat;
    background-size: 18px auto;
}

.cbp-spmenu .home a {
    background: url("./img/arrow.svg") 96% 50% no-repeat;
    background-size: 10px auto;
}

.cbp-spmenu li a {
    background: url("./img/arrow.svg") 96% 50% no-repeat rgba(255,255,255,.1);
    background-size: 10px auto;
    padding: 14px 50px 14px calc(14px + 1em);
}

.cbp-spmenu a:hover {
    opacity: 0.7;
}

.cbp-spmenu a:active {
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 500px;
    height: 100%;
    top: 0;
    z-index: -1;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #949494;
    padding: 14px 48px 14px 14px;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-right {
    opacity: 0;
    right: -500px;
    /*right: 0;*/
}

.cbp-spmenu-right.cbp-spmenu-open {
    opacity: 1;
    right: 0;
    z-index: 1000;
}

/* Transitions */
.cbp-spmenu, .cbp-spmenu-push {
    transition: all 0.5s ease;
}

#gNav_pc .accChild {
    display: none;
}

/*--------------------------------------
　page-top_PC
---------------------------------------*/
#page-top {
    position: fixed;
    z-index: 101;
    bottom: 15px;
    right: 15px;
    width: 70px;
}

#page-top {
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
}

/*このクラスが付与されると表示する*/
#page-top.active {
    opacity: 1;
    visibility: visible;
}

/*このクラスが付与されると停止する*/
#page-top.absolute {
}

/*--------------------------------------
　fixBan_PC
---------------------------------------*/
#fixBan {
    position: fixed;
    z-index: 102;
    top: 3%;
    left: -4px;
    width: 9vw;
    min-width: 11rem;
    max-width: 13rem;
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
}

/*このクラスが付与されると表示する*/
#fixBan.active {
    opacity: 1;
    visibility: visible;
}

/*このクラスが付与されると停止する*/
#fixBan.absolute {
}

#fixBan a {
    position: relative;
    display: block;
    margin: 0 0 0;
}

#fixBan .catch {
    position: absolute;
    top: 170px;
    padding: 0 30px;
    font-size: 1.4rem;
    color: #fff;
}

#fixBan a:hover img {
    opacity: 1;
}

/*--------------------------------------
　Header_PC
---------------------------------------*/
#header {
    position: absolute;
    z-index: 2;
    width: 100%;
}

#header .siteName {
    position: relative;
    padding: 15px 0 0 20px;
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: 0;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

#header .siteName::before {
    content: "PR";
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0 .5rem 2px 0;
    padding: 1px 0 2px;
    background: #222020;
    color: #fff;
    text-align: center;
    width: 3rem;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
}

#header .logo {
    position: absolute;
    top: 90px;
    right: 100px;
}

#header .logo a {
    display: block;
    width: 160px;
}

#header .logoImg {
    width: 160px;
}

/*--------------------------------------
　Pankuzu_PC
---------------------------------------*/
#pankuzuWrap {
    position: relative;
    width: 100%;
    margin: 0 0 0;
}

#pankuzu {
    padding: 8px 0 8px;
    font-size: 1.2rem;
    letter-spacing: 0;
}

#pankuzu a {
    text-decoration: underline;
}

/*--------------------------------------
　Main Contents_PC
---------------------------------------*/
#contents {
    position: relative;
    width: 100%;
    padding: 85px 0 200px;
}

#contents::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 287px;
    background: url("./img/vis.jpg") 50% 60% no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}

#contents::after {
    content: "";
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 733px;
    height: 1000px;
    background: url("./img/yuge02.png") 0 0 no-repeat;
    z-index: -1;
}

.mainWrap {
    position: relative;
    margin: 0 0 100px;
    padding: 30px 0 0;
    min-height: 500px;
}

.index {
    width: 100%;
}

.index a, .mainWrap a {
    display: block;
    text-decoration: none;
}

.index p a,.mainWrap p a, .index li a,.mainWrap li a, .index td a,.mainWrap td a {
    display: inline;
}

/*--------------------------------------
　Footer_PC
---------------------------------------*/
footer {
    position: relative;
    z-index: 15;
    margin: 0 0 0;
    width: 100%;
    background: rgba(89,89,89,.20);
}

footer .footInner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 90px 0 20px 180px;
}

footer .logo {
    position: absolute;
    top: 90px;
    left: 0;
}

#header .logo a {
    display: block;
    width: 94px;
}

footer .logoImg {
    width: 132px;
}

footer .footBox {
    position: relative;
    z-index: 9;
    margin: 0 0 30px;
    text-align: left;
}

.footBox .sttl {
    margin: 0 0 12px;
    padding: 0 0 10px;
    border-bottom: 1px solid #cccccc;
}

.footBox .sttl a {
    position: relative;
    display: block;
    padding: 4px 10px 4px;
    font-size: 1.8rem;
    line-height: 1.3;
}

footer .smap .sttl a {
    font-size: 18px;
    font-size: 1.8rem;
}

.footBox > ul {
    padding: 0 10px;
}

.footBox li {
    display: inline-block;
}

.footBox li ul {
}

.footBox li a {
    font-size: 14px;
    letter-spacing: 0;
}

.footBox li:after {
    content: "　/　";
}

.footBox li:last-child:after {
    content: "";
}

.footBox li a:hover {
    opacity: 0.7
}

.footBox li.subCat {
}

.footBox li.subCat:after {
    content: "";
}

.footBox li.subCat > a {
}

.footBox li.subCat > a:after {
}

.footBox ul.subList {
    display: inline-block;
    margin: 0 20px 0 0;
}

.footBox ul.subList > li:first-child::before {
    content: "";
    margin: 0 0 0 15px;
}

.footBox ul.subList li:after {
    content: " / ";
}

.footBox ul.subList li:last-child::after {
    content: "";
}

footer .noticeArea {
    padding: 50px 40px 4px 0;
}

footer .noticeArea p {
    margin: 0 0 10px;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #999;
    letter-spacing: 0;
}

footer .noticeArea p:nth-child(1) {
    padding: 0 0;
}

footer .noticeArea .botPrg {
    padding: 16px 0 0;
    color: #fff;
}

footer .botArea {
    width: 100%;
    margin: 10px 0 0;
    box-sizing: border-box;
    padding: 0;
    color: #999;
    letter-spacing: 0;
    width: 1100px;
    margin: 0 auto;
}

footer .botArea .botInner {
}

footer .botArea .copy {
    padding: 0 0 30px;
    font-size: 1.2rem;
    color: #999;
    padding: 0 0 0 180px;
}

footer .botArea a {
    text-decoration: none;
    color: #999;
}

/* ================== */
/*  PC共通パーツ　*/
/* ================== */
.h1Box {
    position: relative;
    z-index: 1;
    margin: 0 0 50px;
}

.h1Box h1 {
    position: relative;
    z-index: 1;
    padding: 50px 40px 50px;
    background: rgb(19 24 28 / 80%);
    font-size: 4rem;
    color: #fff;
}

.h1Box h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    background: rgb(19 24 28 / 80%);
}

.h1Box p {
    margin: 30px 0 0 300px;
}

.mainWrap h2 {
    position: relative;
    margin: 80px 0 30px;
    padding: 25px 30px 40px;
    background: url(./img/bg_h2.png) 0 0 repeat;
    font-size: 3.6rem;
}

.mainWrap h2:first-child {
    margin-bottom: 30px;
}

.mainWrap h2::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.1);
    z-index: -1;
}

.mainWrap h2 a {
    position: relative;
    display: block;
    padding: 0 50px 0 0;
    background: url("./img/arrow_ccl.svg") 100% calc(50% + 5px) no-repeat;
    background-size: 32px auto;
}

.mainWrap h2::after {
}

.mainWrap h3 {
    position: relative;
    margin: 60px 0 30px;
    padding: 20px 18px 20px;
    border-bottom: 1px solid #7f6447;
    font-size: 2.8rem;
}

.mainWrap h3 a {
    position: relative;
    display: block;
    padding: 0 50px 0 0;
    background: url("./img/arrow_ccl.svg") 100% calc(50% + 1px) no-repeat;
    background-size: 28px auto;
}

.mainWrap h3::before {
}

.mainWrap h3:after {
}

.mainWrap h4, .mainWrap h5, .mainWrap h6 {
    position: relative;
    margin: 60px 0 25px;
    padding: 8px 18px 8px;
    font-size: 2.2rem;
    color: #e1b17d;
}

.mainWrap h4 a, .mainWrap h5 a, .mainWrap h6 a {
    position: relative;
    display: block;
    padding: 0 50px 0 0;
    background: url("./img/arrow_ccl.svg") 100% calc(50% + 1px) no-repeat;
    background-size: 28px auto;
    color: #e1b17d;
}

.mainWrap h4::before, .mainWrap h5::before, .mainWrap h6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #e1b17d;
}

.mainWrap h4:before, .mainWrap h5:before, .mainWrap h6:before {
}

.mainWrap ul, .index ul {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
}

.mainWrap ul li, .index ul li {
    position: relative;
    padding: 0 0 1px 22px;
}

.mainWrap ul li::before, .index ul li::before {
    position: absolute;
    content: "";
    background: #720000;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: 9px;
    left: 4px;
}

.mainWrap ol {
    margin: 20px 0 20px;
    padding: 10px 10px 0;
}

.mainWrap ol li {
    padding: 0 0 1px 22px;
    list-style: none;
    position: relative;
    counter-increment: number;
}

.mainWrap ol li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 15px;
    height: 12px;
    padding: 2px 0 2px;
    background: #720000;
    color: #fff;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 1.0;
    font-size: 1.2rem;
    font-family: Arial, Helvetica," sans-serif";
    font-weight: 700;
}

.mainWrap ol li:nth-child(-n + 9):before {
    content: counter(number);
}

.mainWrap ol li:nth-child(n + 10):before {
    content: counter(number);
}

.mainWrap li a, .index li a {
    text-decoration: underline;
}

.mainWrap p, .index p {
    margin: 15px 0;
    padding: 0 0;
    word-break: break-all;
    line-height: 2.1;
}

/*  btns*/
.btn-internal, .btn-web, .btn-tel, .btn-link {
    position: relative;
    z-index: 1;
    text-align: right;
    margin: 30px auto!important;
}

.btn-internal a, .btn-web a, .btn-tel a, .btn-link a {
    position: relative;
    display: inline-block!important;
    padding: 15px 0 70px 40px;
    line-height: 1.7;
    font-size: 1.8rem;
    font-weight: 700;
    font-feature-settings: "palt" 1;
    width: 450px;
}

.btn-internal a {
    background: url(./img/arrow_ccl.svg) 40px calc(100% - 20px) no-repeat rgb(225 177 125 / 40%);
    background-size: 26px auto;
    max-width: 50%;
}

.btn-internal a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100%;
    background: rgb(225 177 125 / 40%);
}

.btn-internal a::after {
    content: "";
    position: absolute;
    bottom: 60px;
    left: 40px;
    width: 100vw;
    height: 1px;
    background: #fff;
}

.btn-internal a:hover {
}

.btn-internal a:hover::after {
}

.btn-web {
}

.btn-web a {
    background: url(./img/arrow_ccl.svg) 40px calc(100% - 20px) no-repeat rgb(211 0 0 / 40%);
    background-size: 26px auto;
    max-width: 50%;
}

.btn-web a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100%;
    background: rgb(211 0 0 / 40%);
}

.btn-web a::after {
    content: "";
    position: absolute;
    bottom: 60px;
    left: 40px;
    width: 100vw;
    height: 1px;
    background: #fff;
}

.btn-web a:hover {
}

.btn-web a:hover::after {
}

.btn-tel {
    display: none;
}

.btn-tel a {
    background: url(./img/ico_tel.png) 40px calc(100% - 20px) no-repeat rgb(225 117 125 / 96%);
    background-size: 26px auto;
}

.btn-tel a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100%;
    background: rgba(225,117,125,.15);
}

.btn-tel a::after {
    content: "";
    position: absolute;
    bottom: 60px;
    left: 40px;
    width: 100vw;
    height: 1px;
    background: #fff;
}

.btn-tel a:hover {
}

.btn-tel a:hover::after {
}

.btn-link {
}

.btn-link a {
    background: url("./img/arrow_ccl.svg") 40px calc(100% - 20px) no-repeat;
    background-size: 26px auto;
    width: auto;
}

.btn-link a::before {
}

.btn-link a::after {
    content: "";
    position: absolute;
    bottom: 60px;
    left: 40px;
    width: 100vw;
    height: 1px;
    background: #fff;
}

.btn-link a:hover {
}

.btn-link a:hover::after {
}

/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table {
    width: 98%;
    margin: 60px auto;
}

table th {
    width: 22%;
    padding: 20px 16px;
    background: rgba(255,255,255,.1);
    border: 1px solid #949494;
    /*border-right: none;*/
    line-height: 1.6;
    text-align: center;
    font-weight: 700;
    word-break: break-all;
    letter-spacing: 0;
}

table td {
    border: 1px solid #949494;
    padding: 20px 16px;
    line-height: 1.6;
    word-break: break-all;
    letter-spacing: 0;
}

/*table tr td:first-of-type{
border-left: none; 
}*/
table a {
    text-decoration: underline;
}

table td .caption {
    white-space: normal;
}

/* ================== */
/*  PCカスタマイズ共通　*/
/* ================== */
.caption, .source {
    margin: 8px 0 0;
    padding: 0 0 4px;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
    color: #999;
    overflow: auto;
    white-space: nowrap;
    word-break: break-all;
    letter-spacing: 0;
    text-align: center;
}

.caption::-webkit-scrollbar {
    height: 0;
}

.caption::-webkit-scrollbar-track {
}

.caption::-webkit-scrollbar-thumb {
}

.caption a {
}

.marker {
    position: relative;
    /* background: linear-gradient(transparent 75%, #ffa518 0%) no-repeat top 0 left; */
    padding: 2px 2px 4px;
    background: #720000;
    font-weight: 700;
}

.txt_bold {
    font-weight: 700;
    color: #e1b17d;
}

/* float-wrap */
.mainWrap .float-wrap {
    margin: 50px 0;
    padding: 0 0;
}

.mainWrap .float-wrap .catch {
    margin: 0 0 12px;
    font-size: 2.0rem;
    color: #e1b17d;
}

.mainWrap .float-wrap .flame {
    position: relative;
}

.mainWrap .float-wrap img {
    width: auto;
}

.mainWrap .float-wrap p {
    margin: 0;
    padding: 0;
}

.mainWrap .float-wrap .fl {
    width: 320px;
    padding: 0 30px 20px 0;
    text-align: left;
}

.mainWrap .float-wrap .fr {
    width: 320px;
    padding: 0 0 20px 30px;
    text-align: left;
}

.mainWrap .float-wrap .ct {
    width: auto;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
}

.mainWrap .float-wrap .ct2 {
    width: auto;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
}

.mainWrap .float-wrap .ct2 .flame {
    width: calc(50vw + 550px);
    margin: 0 0 0 calc(550px - 50vw);
}

.mainWrap .float-wrap .ct2 img {
    width: 100%;
    object-fit: cover;
}

/* ================== */
/*  追加パーツ*/
/* ================== */
/* add_common_PC */
/* mokuji_PC */
.mokuji {
    position: absolute;
    z-index: 16;
    top: 29.7vh;
    width: 13vw;
    background: rgba(25,31,31,.6);
    /* height: 16vw; */
}

.mokuji::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(./img/eng_pick.svg) 100% 0 no-repeat;
    background-size: auto 12px;
    border-bottom: 1px solid #949494;
}

.mokuji #toc {
    position: relative;
    padding: 10px 10px 20px 10px;
    /* height: 32vh; */
    overflow: auto;
}

.mokuji #toc::-webkit-scrollbar {
    height: 0;
}

.mokuji ul {
    margin: 0;
    padding: 0;
}

.mokuji ul li {
    margin: 0.5vw 0;
    padding: 0 0 1px 3rem;
    text-align: left;
    line-height: 1.5;
}

.mokuji ul li::before {
    width: 0;
    height: 0;
    background: none;
    border: none;
}

.mokuji #toc > ul > li {
    position: relative;
    counter-increment: count;
}

.mokuji #toc > ul > li::after {
    content: "0"counter(count);
    position: absolute;
    top: 12px;
    left: 0;
    transform: translate(0,-50%);
    font-family: 'Noto Serif JP', serif, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: .1em;
    color: #e1b17d;
}

.mokuji #toc ul ul li {
    padding: 0 0 0 2rem;
}

.mokuji li a {
    padding: 0;
    width: 0;
    background: none;
    font-weight: 400;
    text-decoration: none;
    font-size: 1.5rem;
    letter-spacing: 0;
}

.mokuji li a:last-child {
    padding: 4px 20px 5px 0;
}

.mokuji #toc br {
    display: none;
}

/* #botCommon_PC */
#botCommon {
    position: relative;
}

#botCommon::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 128px;
    left: 0;
    width: 50vw;
    height: 1px;
    background: #e1b17d;
}

#botCommon .areaInner {
    z-index: 1;
    padding: 180px 0 90px;
}

#botCommon .areaInner::before {
    content: "";
    position: absolute;
    top: 120px;
    right: 0;
    width: 110px;
    height: 19px;
    background: url("./img/eng_spc.svg") 0 0 no-repeat;
    background-size: auto 19px;
}

#botCommon .areaInner::after {
    content: "";
    position: absolute;
    top: 128px;
    left: 0;
    width: calc(100% - 135px);
    height: 1px;
    background: #e1b17d;
}

#botCommon .sttl {
    margin: 0 0 120px;
    font-size: 4.4rem;
}

#botCommon .sttl .fontL {
    font-size: 6rem;
}

#botCommon #slider {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 73vw;
    height: 40% !important;
    opacity: 0.5;
}

/* End_PC */
@media screen and (max-width: 480px) {
    /*------------
common--480px
------------*/html {
    }

    .mainWrap .catch, .mainWrap .sttl {
        font-size: 2.0rem;
    }

    #contents {
        position: relative;
        z-index: 0;
    }

    body {
        min-width: 320px;
        text-align: left;
        line-height: 2.0;
        word-break: break-all;
        overflow-x: hidden;
    }

    .sp, .sp_br {
        display: block!important;
    }

    .sp2 {
        display: block;
    }

    .pc, .pc_br {
        display: none!important;
    }

    img:not([width]) {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    a {
        text-decoration: none;
    }

    a:hover, a:hover img {
        opacity: 1;
    }

    .areaInner {
        width: auto;
        margin: 0;
    }

    .fontL {
        font-size: 125%;
    }

.areaInner.sitemappage ul {
    column-count: 1;
}



    
    /* notice 30px_4% */
    /*--------------------------------------
　body_SP
---------------------------------------*/
    body {
    }

    body::before {
        content: "";
        position: absolute;
        top: 50px;
        right: 0;
        width: 400px;
        height: 550px;
        background: url("./img/yuge01.png") 100% 0 no-repeat;
        background-size: auto 550px;
    }

    /*--------------------------------------
　page-top_SP
---------------------------------------*/
    #page-top-sp {
        position: fixed;
        z-index: 101;
        bottom: 20px;
        right: 10px;
        width: 55px;
    }

    #page-top-sp {
        transition: .3s;
        /*デフォルトで非表示にする*/
        opacity: 0;
        visibility: hidden;
    }

    /*このクラスが付与されると表示する*/
    #page-top-sp.active {
        opacity: 1;
        visibility: visible;
    }

    /*このクラスが付与されると表示する*/
    #page-top-sp.absolute {
    }

    /*--------------------------------------
　Global Nav_SP
---------------------------------------*/
    /* ハンバーガーメニュー */
    #gNav #showRight {
        width: 41px;
        position: fixed;
        top: 5px;
        right: 5px;
        z-index: 10000;
    }

    #gNav button.active {
        background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
        background-size: 41px auto;
    }

    #gNav button.active img {
        opacity: 0;
    }

    /* General styles for all menus */
    .cbp-spmenu {
        position: fixed;
        padding: 50px 0 0;
        background: #000;
        /*overflow: auto;*/
    }

    .cbp-spmenu #mainMenu {
        overflow-y: scroll;
        -ms-overflow-style: none;
        /* IE, Edge 対応 */
        scrollbar-width: none;
        /* Firefox 対応 */
        position: relative;
        z-index: 1;
        overflow: auto;
        margin: 0 0;
        padding: 0 0 0;
        height: 100%;
        border-top: 1px solid #949494;
    }

    .cbp-spmenu #mainMenu::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari 対応 */
    }

    .cbp-spmenu a {
        display: block;
        padding: 14px 10% 14px;
        text-decoration: none;
        line-height: 1.3;
        font-size: 1.4rem;
    }

    .cbp-spmenu li a {
        padding: 16px 10% 16px;
    }

    .cbp-spmenu .sttl {
        margin: 0;
        font-size: 1.6rem;
    }

    .cbp-spmenu .sttl a {
        background: url(./img/arrow.svg) 96% 50% no-repeat;
        background-size: 11px auto;
    }

    .cbp-spmenu .sttl.tglMenu a {
        background: url(./img/arrow_ccl_down.svg) 96.5% 50% no-repeat;
        background-size: 16px auto;
    }

    .cbp-spmenu .sttl.open a {
        background: url(./img/arrow_ccl_up.svg) 96.5% 50% no-repeat;
        background-size: 16px auto;
    }

    .cbp-spmenu .home a {
        background: url("./img/arrow.svg") 96% 50% no-repeat;
        background-size: 11px auto;
    }

    .cbp-spmenu li a {
        background: url(./img/arrow.svg) 96% 50% no-repeat rgba(255,255,255,.2);
        background-size: 11px auto;
        padding: 14px 10% 14px calc(5% + 1em);
    }

    .cbp-spmenu a:hover {
        opacity: 1;
    }

    .cbp-spmenu a:active {
    }

    /* Orientation-dependent styles for the content of the menu */
    .cbp-spmenu-vertical {
        /*width: calc(100% - 100px);*/
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -1;
    }

    .cbp-spmenu-vertical a {
        border-bottom: 1px solid #949494;
        padding: 16px 10% 16px 5%;
    }

    .cbp-spmenu-vertical .home a {
        border-bottom: 1px solid #949494;
    }

    .cbp-spmenu-vertical .smap .home a {
        border-top: none;
    }

    /* Vertical menu that slides from the left or right */
    .cbp-spmenu-right {
        opacity: 0;
        right: -100%;
        /*right: -280px;*/
        /*right: 0;*/
    }

    .cbp-spmenu-right.cbp-spmenu-open {
        opacity: 1;
        right: 0;
        z-index: 1000;
    }

    /* Transitions */
    .cbp-spmenu, .cbp-spmenu-push {
        transition: all 0.3s ease;
    }

    #gNav .accChild {
        display: none;
    }

    body.body-fix {
        overflow: hidden;
    }

    /*--------------------------------------
　Header_SP
---------------------------------------*/
    #header {
        z-index: 14;
    }

    #header .siteName {
        position: relative;
        padding: 15px 0 0 15px;
        font-size: 1.1rem;
        line-height: 1.3;
        letter-spacing: 0;
    }

    #header .siteName::before {
        content: "PR";
        top: 0;
        left: 0;
        display: inline-block;
        margin: 0 .5rem 2px 0;
        padding: 1px 0 2px;
        background: #222020;
        color: #fff;
        text-align: center;
        width: 3rem;
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1;
    }

    #header .logo {
        position: absolute;
        top: 56px;
        right: 18px;
    }

    #header .logo a {
        display: block;
        width: 60px;
    }

    #header .logoImg {
        width: 60px;
    }

    /* ================== */
    /*  pankuzu_SP　*/
    /* ================== */
    #pankuzuWrap {
        overflow: auto;
        white-space: nowrap;
        margin: 0 4%;
        padding: 4px 0 6px;
        position: static;
        box-sizing: border-box;
        width: 70%;
    }

    #pankuzuWrap::-webkit-scrollbar {
        height: 3px;
    }

    #pankuzuWrap::-webkit-scrollbar-track {
        border-radius: 3px;
        background: #ddd;
    }

    #pankuzuWrap::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #bbb;
    }

    #pankuzu {
        box-sizing: border-box;
        width: 100%;
        padding: 0.3em 0;
        font-size: 1.1rem;
    }

    #pankuzu a {
    }

    /*--------------------------------------
Main Contents_SP
---------------------------------------*/
    #contents {
        position: relative;
        overflow-x: hidden;
        z-index: 13;
        width: 100%;
        padding: 60px 0 150px;
    }

    #contents::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 357px;
        background: url("./img/vis_sp.jpg") top -47rem left -8rem no-repeat;
        background-size: cover;
        background-attachment: fixed
    }

    #contents::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 350px;
        height: 450px;
        background: url("./img/yuge02.png") 0 0 no-repeat;
        background-size: auto 450px;
    }

    .mainWrap {
        position: relative;
        margin: 0 0 50px;
        border-top: none;
        background: none;
        padding: 0 0 0;
    }

    .index {
        overflow-x: hidden;
    }

    /* ================== */
    /*  footer_SP　*/
    /* ================== */
    footer {
        width: 100%;
        padding: 0 0;
        background: rgba(89,89,89,.20);
    }

    footer .footInner {
        width: auto;
        margin: 0;
        padding: 60px 0 20px 22%;
    }

    footer .logo {
        position: absolute;
        top: 60px;
        left: 4%;
        width: 60px;
    }

    footer .logoImg {
        width: 45px;
    }

    footer a {
        line-height: 1.4;
        font-size: 1.3rem;
    }

    footer .footBox {
        margin: 0 0 0;
        /*z-index: 0;*/
    }

    .footBox:first-of-type {
        border-top: 1px solid #cccccc;
    }

    .footBox a {
        text-decoration: none;
    }

    .footBox a:hover {
        opacity: 1;
    }

    .footBox .sttl {
        margin: 0 ;
        padding: 0;
        border: none;
        background: none;
    }

    .footBox .sttl a {
        display: block;
        padding: 1.2em 11% 1.3em 4%;
        font-size: 1.4rem;
        background: url("./img/arrow_ccl_down.svg") 96.5% 50% no-repeat;
        background-size: 16px auto;
        border-bottom: 1px solid #cccccc;
        text-align: left;
    }

    .footBox > ul {
        padding: 0;
    }

    .footBox li {
        display: block;
    }

    .footBox li:after {
        content: "";
    }

    .footBox li a {
        display: block;
        padding: 1.0em 7% 1.0em 10.5%;
        background: url(./img/arrow.svg) 96% 50% no-repeat;
        background-size: 11px auto;
        border-bottom: 1px solid #949494;
        text-align: left;
        font-size: 1.4rem;
        text-decoration: none;
    }

    .footBox li li a {
        padding: 1.0em 7% 1.0em 16.5%;
    }

    .footBox li a.ssttl {
        display: block;
        padding: 1.0em 7% 1.0em 4.5%;
        background: url(./img/arrow.svg) 96% 50% no-repeat;
        background-size: 11px auto;
        border-bottom: 1px solid #949494;
    }

    .footBox li.sp a {
        padding: 1.1em 9% 1.1em 4.5%;
    }

    /* サイトマップ */
    footer .smap .sttl a {
        background: url(./img/arrow.svg) 96% 50% no-repeat;
        background-size: 11px auto;
        font-size: 1.4rem;
    }

    .footBox.accordion .accChild {
        display: none;
        /*background: #d2ebee;*/
    }

    .footBox.accordion .accChild a {
        background: url("./img/arrow.svg") 96% 50% no-repeat rgba(255,255,255,.1);
        background-size: 11px auto;
        border-bottom: 1px solid #949494;
    }

    .footBox.accordion .open a {
        background: url("./img/arrow_ccl_up.svg") 96.5% 50% no-repeat;
        background-size: 16px auto;
    }

    .footBox.accordion .open a.ssttl {
        background: url("./img/arrow_ccl_down.svg") 96.5% 50% no-repeat;
        background-size: 16px auto;
    }

    .footBox ul.subList {
        display: block;
        margin: 0 0 0;
    }

    .footBox ul.subList > li:first-child::before {
        content: "";
        margin: 0;
    }

    .footBox ul.subList li:after {
        content: "";
    }

    footer .noticeArea {
        margin: 0 4% 0 0;
        padding: .5em 0 0;
    }

    footer .noticeArea p {
        font-size: 1.1rem;
        text-align: left;
    }

    footer .noticeArea p:nth-child(1) {
        padding: 12px 5% 20px 0;
    }

    footer .noticeArea p.botPrg {
        margin: 0;
        padding: 0 0 0;
        text-align: left;
    }

    footer .botArea {
        width: auto;
        margin: 0 0;
        padding: 0 1% 20px;
        text-align: left;
    }

    footer .botArea .copy {
        padding: 20px 15% 10px 15%;
        font-size: 1.1rem;
        text-align: center;
        line-height: 1.6;
    }

    footer .botArea a {
        display: inline;
        text-decoration: none;
        font-size: 1.1rem;
    }

    /* ================== */
    /*  SP共通パーツ　*/
    /* ================== */
    .h1Box {
        width: 75%;
        margin: 10px 0 80px;
    }

    .h1Box h1 {
        width: auto;
        margin: 0 0;
        padding: 20px 5%;
        font-size: 2.6rem;
    }

    .h1Box h1::before {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }

    .h1Box p {
        margin: 20px 0 0 5%;
    }

    .mainWrap h2 {
        position: relative;
        margin: 70px 5% 15px 0;
        padding: 15px 5% 20px;
        background: url(./img/bg_h2.png) 0 0 repeat;
        font-size: 2.2rem;
    }

    .mainWrap h2::before {
        content: "";
        position: absolute;
        top: -5px;
        left: -5px;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.1)
    }

    .mainWrap h2 a {
        position: relative;
        padding: 0 12% 0 0;
        background: url("./img/arrow_ccl.svg") 100% 50% no-repeat;
        background-size: 20px auto;
    }

    .mainWrap h2::after {
    }

    .mainWrap h3 {
        position: relative;
        margin: 40px 5% 15px;
        padding: 12px 2% 14px;
        border-bottom: 1px solid #7f6447;
        font-size: 1.8rem;
    }

    .mainWrap h3 a {
        position: relative;
        display: block;
        padding: 0 12% 0 0;
        background: url("./img/arrow_ccl.svg") 100% 50% no-repeat;
        background-size: 20px auto;
    }

    .mainWrap h3::before {
    }

    .mainWrap h3:after {
    }

    .mainWrap h4, .mainWrap h5, .mainWrap h6 {
        margin: 25px 5% 15px;
        padding: 8px 2% 10px 4%;
        background: url(./img/dotline3.png) 0 100% repeat-x;
        background-size: auto 1px;
        font-size: 1.6rem;
        color: #e1b17d;
    }

    .mainWrap h4 a, .mainWrap h5 a, .mainWrap h6 a {
        padding: 0 12% 0 0;
        background: url("./img/arrow_ccl.svg") 100% 50% no-repeat;
        background-size: 20px auto;
        color: #e1b17d;
    }

    .mainWrap h4::before, .mainWrap h5::before, .mainWrap h6::before {
        content: "";
        position: absolute;
        top: 10%;
        left: 0;
        width: 1px;
        height: 80%;
        background: #e1b17d;
    }

    .mainWrap ul {
        margin: 1.5em 4% 1.5em;
        padding: 0.5em 1% 0;
    }

    .mainWrap ul li {
        padding: 0 0 0.2em 1.7rem;
    }

    .mainWrap ul li::before {
        width: 1.1rem;
        height: 1.1rem;
        top: 10px;
        left: 2px;
    }

    .mainWrap ol {
        margin: 1.5em 4% 1.5em;
        padding: 0.5em 1% 0;
    }

    .mainWrap ol li {
        padding: 0 0 0.2em 2.0rem;
    }

    .mainWrap ol li::before {
        width: 1.5rem;
        height: 1.7rem;
        top: 7px;
        left: 0;
        box-sizing: border-box;
        padding: 0.25em 0 0.3em;
        letter-spacing: 0;
        line-height: 1.0;
        font-size: 1.2rem;
    }

    .mainWrap p {
        margin: 1.2em 0;
        padding: 0 5%;
    }

    .mainWrap a {
    }

    /*  btns*/
    .btn-internal, .btn-web, .btn-tel, .btn-link {
        margin: 1.5em 0!important;
        padding: 0!important;
    }

    .btn-internal a, .btn-web a, .btn-tel a, .btn-link a {
        position: relative;
        display: inline-block!important;
        padding: 20px 5% 50px 5%;
        line-height: 1.7;
        font-size: 1.4rem;
        font-weight: 700;
        font-feature-settings: "palt" 1;
        width: 65%;
    }

    .btn-internal a {
        width: 85%;
        max-width: none;
    }

    .btn-web a {
        width: 85%;
        max-width: none;
    }

    .btn-tel a {
        width: 85%;
    }

    .btn-link a {
    width: auto;
    }

    .btn-internal a {
        background: url("./img/arrow_ccl.svg") 10% calc(100% - 20px) no-repeat rgb(225 177 125 / 40%);
        background-size: 17px auto;
    }

    .btn-internal a::before {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }

    .btn-internal a::after {
        content: "";
        position: absolute;
        bottom: 45px;
        left: 9%;
        width: 91%;
        height: 1px;
        background: #fff;
    }

    .btn-internal a:hover {
        opacity: 1;
    }

    .btn-web a {
        background: url("./img/arrow_ccl.svg") 10% calc(100% - 20px) no-repeat rgb(211 0 0 / 40%);
        background-size: 17px auto;
    }

    .btn-web a::before {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }

    .btn-web a::after {
        content: "";
        position: absolute;
        bottom: 45px;
        left: 9%;
        width: 91%;
        height: 1px;
        background: #fff;
    }

    .btn-web a:hover {
        opacity: 1;
    }

    .btn-tel {
        display: block;
    }

    .btn-tel a {
        background: url(./img/ico_tel.png) 10% calc(100% - 20px) no-repeat rgb(0 150 136 / 0.5);
        background-size: 17px auto;
    }

    .btn-tel a::before {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }

    .btn-tel a::after {
        content: "";
        position: absolute;
        bottom: 45px;
        left: 9%;
        width: 91%;
        height: 1px;
        background: #fff;
    }

    .btn-web a:hover {
        opacity: 1;
    }

    .btn-link {
    }

    .btn-link a {
        background: url("./img/arrow_ccl.svg") 0 calc(100% - 20px) no-repeat;
        background-size: 17px auto;
        padding: 20px 5% 50px 0;
    }

    .btn-link a::before {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }

    .btn-link a::after {
        content: "";
        position: absolute;
        bottom: 45px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
    }

    .btn-link a:hover {
    }

    /* ================== */
    /*  テーブル　　　　　*/
    /* ================== */
    table {
        width: 88%;
        margin: 40px auto;
        border-bottom: 1px solid #949494;
    }

    table th {
        width: 100%;
        display: block;
        padding: 1.2em 5%;
        border-bottom: none;
        line-height: 1.3;
        text-align: center;
    }

    table td {
        width: 100%;
        display: block;
        padding: 1.0em 5%;
        border-bottom: none;
        line-height: 1.4;
        text-align: center;
    }

    /* ================== */
    /*  SPカスタマイズ共通　*/
    /* ================== */
    .caption, .source {
        margin: 0.6em 0 0;
        font-size: 1.0rem;
        line-height: 1.3;
        word-break: break-all;
        color: #999;
    }

    /*  float-wrap */
    .mainWrap .float-wrap .flame {
        position: relative;
    }

    .mainWrap .float-wrap {
        margin: 2.5em 6%;
        padding: 0 1%;
    }

    .mainWrap .float-wrap .catch {
        margin: 0.2em 0 0.4em;
        font-size: 1.8rem;
        line-height: 1.7;
    }

    .mainWrap .float-wrap p {
        margin: 0;
        padding: 0;
    }

    .mainWrap .float-wrap .fl, .mainWrap .float-wrap .fr, .mainWrap .float-wrap .ct {
        float: none;
        padding: 0 0 0.5em;
        width: 100%;
        width: auto;
        text-align: left;
    }

    .mainWrap .float-wrap .fl.t_small {
        width: 40%;
        float: left;
        padding: 0 5% 0 0;
    }

    .mainWrap .float-wrap .fr.t_small {
        width: 40%;
        float: right;
        padding: 0 0 0 5%;
    }

    .mainWrap .float-wrap img {
    }

    .mainWrap .float-wrap .ct2 {
        width: auto;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .mainWrap .float-wrap .ct2 .flame {
        width: auto;
        margin: 0 0 0;
    }

    .mainWrap .float-wrap .ct2 img {
        width: 100%;
        object-fit: cover;
    }

    /* ================== */
    /*  追加パーツ*/
    /* ================== */
    /* mokuji_SP */
    .mokuji {
        position: relative;
        width: 80%;
        margin: 0 0 40px;
        top: 0;
        height: auto;
    }

    .mokuji::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 20px;
        background: url(./img/eng_pick.svg) 100% 0 no-repeat;
        background-size: auto 12px;
        border-bottom: 1px solid #949494;
    }

    .mokuji #toc {
        position: relative;
        padding: 10px 10px 20px 20px;
        height: auto;
    }

    .mokuji ul {
        margin: 0;
        padding: 0;
    }

    .mokuji ul li {
        margin: 20px 0;
        padding: 0 0 1px 35px;
        text-align: left;
        line-height: 1.5;
    }

    .mokuji ul li::before {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }

    .mokuji #toc > ul > li {
        position: relative;
        counter-increment: count;
        padding: 0 0 1px 25px;
        line-height: 1.1;
        margin: 1.5rem 0;
    }

    .mokuji #toc > ul > li::after {
        content: "0"counter(count);
        position: absolute;
        font-size: 1.3rem;
        top: 10px;
        left: 0;
        transform: translate(0,-50%);
        font-family: 'Noto Serif JP', serif, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Times New Roman", serif;
        font-weight: 500;
        letter-spacing: .1em;
        color: #e1b17d;
    }

    .mokuji #toc ul ul li {
        padding: 0 0 0 2rem;
    }

    .mokuji #toc ul ul li::after {
        content: "";
        position: absolute;
        top: 0;
        left: 2.5rem;
        width: 10px;
        height: 100%;
        background: url("./img/l_deco.svg") 0 6px no-repeat;
        background-size: 10px auto;
    }

    .mokuji li a {
        padding: 0;
        width: 0;
        background: none;
        font-weight: 400;
        text-decoration: none;
        font-size: 1.5rem;
        letter-spacing: 0;
    }

    .mokuji li a:last-child {
        padding: 4px 20px 5px 0;
    }

    .mokuji #toc br {
        display: none!important;
    }

    /* #botCommon_SP */
    #botCommon {
        position: relative;
    }

    #botCommon::before {
        width: 0;
        height: 0;
        background: none;
        border: none;
    }

    #botCommon .areaInner {
        z-index: 1;
        padding: 50px 0 20px;
    }

    #botCommon .areaInner::before {
        content: "";
        position: absolute;
        top: 55px;
        right: 5%;
        width: 65px;
        height: 11px;
        background: url("./img/eng_spc.svg") 0 0 no-repeat;
        background-size: auto 11px;
    }

    #botCommon .areaInner::after {
        content: "";
        position: absolute;
        top: 60px;
        left: 0;
        width: calc(95% - 75px);
        height: 1px;
        background: #e1b17d;
    }

    #botCommon .sttl {
        margin: 25px 5% 20px;
        font-size: 1.8rem;
    }

    #botCommon .sttl .fontL {
        font-size: 2.6rem;
    }

    #botCommon .btn-link {
    }

    #botCommon #slider_sp {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        opacity: 0.2;
    }
}

/* End_SP */
