@charset "utf-8";

/*-----------------------------------------------------------
カスタムプロパティ
-----------------------------------------------------------*/

:root {
    /* color */
    --base-body-bg: #E9D8BF;
    --base-body-color: #311E03;
    --white: #FCFCEA;
    --black: #33201B;
    --border-primary: #B1A086;
    --th-bg-primary: #DDC7A4;
    --td-bg-primary: rgba(252,252,234,.7);
    /* --gray01: #AEAAA3; */
    /* --gray02: #595858; */
    /*--gray03: #EAEAEA; */
    --primary: #6E0E1E;
    --secondary: #A58A74;
    --tertiary: #C7B59B;
    --quaternary: #F2E8D0;
    --fifth: #450101;
    /*--sixth: #EFDDE2; */
    /*--seventh: #FDEDDE; */

    /* font family */
    --base-font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    /* --base-font-family: "Zen Old Mincho", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
    --font-family01: "Zen Old Mincho", serif;
    --font-family02: "Montserrat", sans-serif;
    --font-family03: "Noto Serif TC", serif;
    /* --font-family04: ; */
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

html {
    overflow-x: hidden;
}

body {
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
    font-family: var(--base-font-family);
    font-size: clamp(14px, 13.029px + 0.259vw, 18px);
    font-weight: 400;
    line-height: 1.85em;
    word-break: break-all;
    background: url(/system_panel/uploads/images/bg01.jpg) repeat-y bottom center / auto;
    color: var(--base-body-color);
    position: relative;
    overflow-x: hidden;
}

#root {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p>a,
label>a {
    color: inherit;
    text-decoration: underline;
}

p>a:hover,
label>a:hover {
    color: inherit;
}

a,
button {
    transition: .3s;
}

/* 電話番号定数のチラつき対策 */
p.tel,
a[data-cke-saved-href^="tel:電話番号"] {
    opacity: 0;
}

.br-none br {
    display: none;
}

.hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.w-fit-content {
    width: fit-content;
}

.js-tel-link {
    color: inherit;
}

.padding-x {
    padding: 0 15px;
}

.tel-flex {
    display: flex;
    align-items: center;
}

.hover-none:hover {
    color: var(--base-body-color) !important;
    text-decoration: none !important;
}

.hover-underline:hover {
    color: inherit;
    text-decoration: underline !important;
}

.hover-brightness01:hover {
    filter: brightness(0.7);
}

.hover-invert01:hover {
    filter: invert(0.6);
}

.cursol-pointer {
    cursor: pointer;
}

.opacity2 {
    opacity: .2;
}

.opacity5 {
    opacity: .5;
}

.d-tb-block {
    display: none !important;
}

.d-pc-block {
    display: none !important;
}

.is-hidden {
    opacity: 0;
    transition: all .3s;
    pointer-events: none;
}

.bg-img01 {
    width: 100%;
    background: url(/system_panel/uploads/images/bg01.jpg) repeat-y bottom center / auto;
}

/*-----------------------------------------------------------
フォント
-----------------------------------------------------------*/

.font01 {
    font-family: var(--font-family01);
}

.font02 {
    font-family: var(--font-family02);
}

.font03 {
    font-family: var(--font-family03);
}


/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

p,
h1,
h2,
h3 {
    letter-spacing: 0.05em;
}

.deco-title-box01 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.deco-title-box01:before, .deco-title-box01:after {
    content: none;
    /* position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); */
    display: block;
    max-width: 154px;
    width: 17%;
    height: 36px;
    background: url(/system_panel/uploads/images/title-deco01.png)no-repeat center center / contain;
    z-index: 1;
}

.deco-title-box01.deco-title-primary:before, .deco-title-box01.deco-title-primary:after {
    background: url(/system_panel/uploads/images/title-deco02.png)no-repeat center center / contain;
}

.deco-title-box01:after {
    transform: scaleX(-1);
}

.title20 {
    font-family: var(--font-family01);
    font-size: clamp(16px, 15.029px + 0.259vw, 20px);
    line-height: 1.6em;
}

.title20 strong {
    font-family: var(--font-family03);
    font-weight: 400;
}

.title35 {
    font-family: var(--font-family01);
    font-size: clamp(20px, 16.359px + 0.971vw, 35px);
    line-height: 1.6em;
}

.title40 {
    font-family: var(--font-family01);
	font-size: clamp(28px, 25.087px + 0.777vw, 40px);
    line-height: 1.6em;
}

.title48 {
    font-family: var(--font-family01);
    font-size: clamp(30px, 25.631px + 1.165vw, 48px);
    line-height: 1.6em;
}

.title64 {
    font-family: var(--font-family01);
    font-size: clamp(24px, 14.291px + 2.589vw, 64px);
    line-height: 1.6em;
}

.en-title40 {
    font-family: var(--font-family01);
    font-size: clamp(25px, 21.359px + 0.971vw, 40px);
    line-height: 1.2em;
}

.en-title48 {
    font-family: var(--font-family01);
    font-size: clamp(30px, 25.631px + 1.165vw, 48px);
    line-height: 1.2em;
}

.en-title64 {
    font-family: var(--font-family01);
    font-size: clamp(35px, 27.961px + 1.877vw, 64px);
    line-height: 1.2em;
}

.en-title88 {
    font-family: var(--font-family01);
    font-size: clamp(40px, 28.350px + 3.107vw, 88px);
    line-height: 1.2em;
}


.banner-link-sub-title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.num-title01 {
    font-size: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 5.8252)), 130px);
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.num-title02 {
    font-family: var(--font-family03);
    font-size: clamp(30px, 25.146px + 1.294vw, 50px);
    font-weight: 300;
    line-height: 1;
}

.en-title64 + .title20,
.en-title88 + .title20,
.deco-title-box01 + .title20 {
	margin: 16px 0 0;
}


/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

.in-text01 {
    font-family: var(--font-family01);
    font-size: clamp(15px, 13.786px + 0.324vw, 20px);
    letter-spacing: 0.05em;
    line-height: 1.94em;
}

.text-box:nth-child(n+2) {
    margin: 30px 0 0;
}

.text16 {
    font-size: clamp(13px, 12.272px + 0.194vw, 16px);
}

.text20 {
    font-size: clamp(15px, 13.786px + 0.324vw, 20px);
}


.bullet-text {
    position: relative;
    padding: 0 0 0 25px;
    margin: 2px 0 0;
}

.bullet-text:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	z-index: 1;
	color: var(--primary);
}

.text-line-height18 {
    line-height: 1.8 !important;
}

.text-line-height19 {
    line-height: 1.9 !important;
}

.text-line-height20 {
    line-height: 2 !important;
}

.text-line-height22 {
    line-height: 2.25 !important;
}

.text-line-height25 {
    line-height: 2.5 !important;
}


/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

.insta-link {
    width: 100%;
    max-width: 30px;
    aspect-ratio: 29/29;
}

.insta-link img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.sns-link {
    display: none;
}


.btn01 {
    max-width: 230px;
    width: 100%;
    min-height: 57px;
    padding: 10px 10px 10px 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--font-family02);
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    font-weight: 700;
    border: 1px solid;
    transition: all .3s;
}

.btn01 p {
	letter-spacing: 0;
}

.btn01:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    max-width: 45px;
    width: 100%;
    height: 5px;
    margin: auto 0 auto auto;
    transition: all .3s;
}

.btn01.primary:after {
        background: url(/system_panel/uploads/images/right-arrow-red.svg) no-repeat center center / contain;
}

.btn01:hover {
	backdrop-filter: brightness(1.02);
}

.btn01.primary:hover {
    color: var(--primary);
}

.btn01:hover::after {
    right: 10px;
}

.btn01.white:after {
    background: url(/system_panel/uploads/images/right-arrow-white.svg) no-repeat center center / contain;
}

.btn01.white:hover {
    color: var(--white);
}

.btn01.btn01-primary:hover::after,
.btn01.btn01-white:hover::after {
    right: -10px;
}

.btn02 {
    max-width: 230px;
    width: 100%;
    min-height: 40px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family01);
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    /* border-radius: 100vmax; */
    transition: all .3s;
}

.btn02 p {
    padding: 0 20px 0 0;
}

.btn02-primary {
    color: var(--white);
    background: var(--primary);

}

.btn02-primary:hover {
    color: var(--white);
    background: var(--base-body-color);
}

.btn02:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
}

.com-rsv-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    max-width: 230px;
    width: 100%;
    height: 57px;
    padding: 2% 10px 2% 30px;
    font-family: var(--font-family02);
    font-size: clamp(13px, 12.272px + 0.194vw, 16px);
    font-weight: 700;
    color: var(--white);
    border: 1px solid var(--white);
    transition: all .3s;
}

.com-rsv-btn p {
    letter-spacing: 0;
}

.com-rsv-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    max-width: 15px;
    width: 10%;
    height: 15px;
    background: url(/system_panel/uploads/images/link-white.svg) no-repeat center center / contain;
    transform: translateY(-50%);
    z-index: 1;
}

.com-rsv-btn:hover {
    color: var(--white);
    backdrop-filter: brightness(1.03);
    transition: all .3s;
}

.footer-rsv.com-rsv-btn:hover {
    color: var(--white);
    backdrop-filter: brightness(1.2);
    transition: all .3s;
}

.com-rsv-btn.primary {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.com-rsv-btn.primary:before {
    background: url(/system_panel/uploads/images/link-red.svg) no-repeat center center / contain;
}

.contact-link:hover {
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
}

.anchor-contents03 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.anchor-contents02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.anchor-btn {
    position: relative;
    max-width: 315px;
    width: 100%;
    padding: 18px 10px 18px 25px;
    border-radius: 100vmax;
    margin: 0 auto;
    transition: all .3s;
}

.anchor-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 13px;
    transform: translateY(-50%);
    z-index: 1;
}

.anchor-btn:hover {
    color: inherit;
    filter: brightness(1.12);
    box-shadow: 0 0 2px;
    transition: all .3s;
}

.anchor-btn-black {
    color: var(--base-body-color);
    border: 1px solid var(--tertiary);
}

.anchor-btn-black:hover {
    color: var(--base-body-color);
}

.anchor-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 80px;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: -1;
}


/*-----------------------------------------------------------
文字色
-----------------------------------------------------------*/

.primary {
    color: var(--primary);
}

.secondary {
    color: var(--secondary);
}

.tertiary {
    color: var(--tertiary);
}

.en-title.primary {
    color: transparent;
    -webkit-text-stroke: 1px var(--primary);
    text-stroke: 1px var(--primary);
}

.en-title.secondary {
    color: transparent;
    -webkit-text-stroke: 1px var(--secondary);
    text-stroke: 1px var(--secondary);
}

/* .quaternary {
	color: var(--quaternary);
} */

/* .fifth {
	color: var(--fifth);
} */

.white {
    color: var(--white);
}

/* .gray01 {
	color: var(--gray01);
}

.gray02 {
	color: var(--gray02);
} */

/*..gray03 {
	color: var(--gray03);
}*/

.base-body-color {
    color: var(--base-body-color);
}

/*-----------------------------------------------------------
背景色
-----------------------------------------------------------*/

.bg-white {
    background: var(--white) !important;
}

.bg-base-body-color {
    background: var(--base-body-color);
}

.bg-primary {
    background: var(--primary) !important;
}

.bg-secondary {
    background: var(--secondary) !important;
}

.bg-tertiary {
    background: var(--tertiary) !important;
}

.bg-quaternary {
    background: var(--quaternary) !important;
}

.bg-fifth {
    background: var(--fifth) !important;
}

.bg-sixth {
    background: var(--sixth) !important;
}

.bg-gray01 {
    background: var(--gray01);
}

.bg-gray02 {
    background: var(--gray02);
}

.bg-gray03 {
    background: var(--gray03);
}

.bg-primary-gradation01 {
    background: linear-gradient(0deg, rgba(251, 248, 246, 1) 0%, rgba(239, 221, 226, 1) 70%, rgba(239, 221, 226, 1) 100%);
}

/*-----------------------------------------------------------
マスク
-----------------------------------------------------------*/

.mask01,
.mask02,
.mask03,
.mask04,
.in-link-mask01 {
    position: relative;
}

.mask01:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(49, 30, 3, .85);
    z-index: 1;
    transition: all .3s;
}

.mask02:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(35, 0, 7, .54);
    z-index: 1;
    transition: all .3s;
}

.in-link-mask01:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
    transition: all .3s;
}

/*-----------------------------------------------------------
画像
-----------------------------------------------------------*/

.img-control {
    height: 0;
    position: relative;
    /* padding: 0 0 75%; */
}

.img-control>img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.img-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------------
影
-----------------------------------------------------------*/

.drop-shadow01 {
    filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 12%));
}

/*-----------------------------------------------------------
装飾
-----------------------------------------------------------*/

.com-frame01 {
    position: absolute;
    max-width: 291px;
    width: 15%;
    mix-blend-mode: soft-light;
    z-index: 0;
}

.com-frame01-left01 {
    top: 0;
    left: 0;
}

.com-frame01-right01 {
    bottom: 0;
    right: 0;
}

.com-frame02 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 98%;
    height: 95%;
    z-index: 1;
}

.com-frame02-01:before, .com-frame02-01:after,.com-frame02-02:before, .com-frame02-02:after {
    content: "";
    position: absolute;
    max-width: 95px;
    width: 14%;
    height: 102px;
    background: url(/system_panel/uploads/images/frame02.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.com-frame02-01:before {
    top: 0;
    left: 0;
}

.com-frame02-01:after {
    top: 0;
    right: 0;
	transform: scale(-1, 1);
}

.com-frame02-02:before {
  	top: auto;
  	left: 0;
  	bottom: 0;
	transform: scale(1, -1);
}

.com-frame02-02:after {
  	top: auto;
  	right: 0;
  	bottom: 0;
	transform: scale(-1, -1);
}

/*-----------------------------------------------------------
スライダー
-----------------------------------------------------------*/

.swiper+.swiper {
    margin: 10px auto 0;
}

.thumbnail-slider-item {
    cursor: pointer;
    transition: .3s;
}

.thumbnail-slider-item:hover {
    filter: brightness(0.5);
}

.swiper-slide-thumb-active {
    filter: brightness(0.5);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #FFF;
    text-shadow: 0 0 3px #000;
    transition: .3s;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    filter: grayscale(1);
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover-wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 20px 15px;
	background: var(--primary);
}

.in-cover {
    max-width: 1800px;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

/*.in-cover:before {
    content: "";
    display: block;
    max-width: 1800px;
    width: 100%;
    height: 100%;
    background: rgba(35, 22, 19, .6);
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}*/

.in-cover-box {
    max-width: 1350px;
    width: 100%;
    color: var(--white);
    line-height: 1.85em;
    padding: 0 15px;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 9;
}

.in-cover-title {
	font-size: clamp(15px, 12.816px + 0.583vw, 24px);
    font-weight: 400;
    font-family: var(--font-family01);
    line-height: 1.4em;
    letter-spacing: 0.05em;
    position: relative;
    margin: 5px 0 0;
}

.in-cover-title.font-family03 {
    font-family: var(--font-family01);
}

.in-cover-en-title {
    font-size: clamp(30px, 23.932px + 1.618vw, 55px);
    font-weight: 300;
    font-family: var(--font-family01);
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbs-wrapper {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    color: inherit;
    padding: 20px 0 0;
    max-width: 1350px;
    width: 100%;
    position: relative;
    /* font-family: var(--font-family01); */
    z-index: 5;
    margin: 0 auto;
}

.breadcrumbs-inner {
    max-width: 1350px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
    margin: auto;
    font-size: 13px;
}

.breadcrumbs-link {
    display: block;
    color: inherit;
    text-decoration: underline;
}

.breadcrumbs-arrow {
    margin: 0 10px;
}

.breadcrumbs-link:hover {
    text-decoration: none;
    color: inherit;
}


/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.wrapper01 {
    padding: 100px 0;
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.wrapper02 {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.contents112 {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}


.contents122 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.contents132 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.contents140 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.contents162 {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.contents180 {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.inner {
    max-width: 1350px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    position: relative;
    z-index: 8;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table {
    width: 100%;
    /* letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 1.8em; */
    /*background: var(--white);
	color: var(--dark);*/
    /* border: solid 1px var(--base-body-bg); */
    margin: 30px auto 0 auto;
    max-width: 1000px;
    width: 100%;
}

.base-table-tr {
    border-bottom: 1px solid var(--base-body-bg);
}

.base-table-tr:last-child {
    border-bottom: 0px;
}

.base-table-th {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 400;
    color: var(--white);
    background: var(--base-body-color);
    padding: 20px 15px;
    /* border-left: 1px solid var(--base-body-bg); */
}

.base-table-td {
    background: var(--white);
    padding: 20px 15px;
    font-weight: 400;
}

/* .base-table-th + .base-table-th {
	border-left: solid 1px #cdb8a5;
}

.base-table-td + .base-table-td {
	border-left: solid 1px #cdb8a5;
} */

/*-----------------------------------------------------------
バナーリンク
-----------------------------------------------------------*/

.banner-contents {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
}

.banner-link {
    max-width: 960px;
    width: 100%;
    display: block;
    /* padding: 60px 15px 55px; */
    /* box-shadow: 0 3px 8px rgb(0 0 0 / 25%); */
    position: relative;
    /* overflow: hidden; */
    /* margin: 40px auto 0; */
    transition: all .3s;
}

.banner-link-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    /* text-shadow: 0 2px 5px rgb(0 0 0 / 50%); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 481px;
    width: 95.82%;
    height: 100%;
    z-index: 5;
    transition: all .3s;
}

.link-img-box {
    position: relative;
    width: 100%;
    min-height: 395px !important;
}

.banner-mask {
    position: relative;
}

.banner-mask:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .59);
    z-index: 1;
    transition: all .3s;
}

.in-banner-link .link-img-box {
    min-height: 231px !important;
}

.link-img-box img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: top;
    transition: all .5s;
}

.banner-text-box {
    margin: 25px auto 0;
    width: 85%;
    line-height: 1.77;
    letter-spacing: 0.03em;
}

.banner-btn {
    margin: 30px auto 0;
}


.banner-link:before {
    transition: all .3s;
}

.banner-link:hover .banner-mask:before {
    opacity: .5;
    transition: all .3s;
}


.banner-link:hover .banner-btn:after {
    right: 10px;
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.header {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    position: relative;
    transform: translateY(0);
    top: 0;
    left: 0;
    right: 0;
    transition: .3s all;
    z-index: 9999;
    transition: all .3s;
    /* pointer-events: none; */
}

.header-frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    gap: 10px;
    transition: .3s all;
}

.header-logo-link {
	max-width: 87.3px;
	pointer-events: auto;
	filter: invert(.75);
    transition: all .3s;
}

.fixed-btn {
  	max-width: 200px;
  	width: 15%;
  	position: fixed;
  	right: 15px;
  	bottom: 15px;
  	box-shadow: 0 3px 6px rgba(0,0,0,.16);
  	border-radius: 50%;
  	z-index: 10;
  	transition: all .3s;
}

.fixed-btn img {
	aspect-ratio: 1 / 1;
}

/*-----------------------------------------------------------
is-scroll
-----------------------------------------------------------*/

.header.clone {
    position: fixed;
    top: -150px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.clone .header-logo-link {
    filter: invert(.75);
}


.header.clone.is-scroll {
    background: #E9D8BF;
    position: fixed;
    transition: all .3s;
    transform: translateY(0);
    pointer-events: auto;
    top: 0;
    visibility: visible;
    opacity: 1;
}

.is-scroll .header-logo-link {
    position: static;
    max-width: 87.3px;
    width: 70%;
    aspect-ratio: 175 / 90;
    transition: all .3s;
}


.is-scroll .deco01-line {
    display: none;
    transition: all .3s;
}

.is-scroll .header-frame {
    justify-content: space-between;
    padding: 5px 0 5px 0 !important;
    transition: all .3s;
}

.is-scroll .hamburger-btn-bar>div {
    background: var(--base-body-color);
    transition: .5s;
}

/*ハンバーガー*/

.hamburger-btn {
    display: block;
    max-width: 25px;
    height: 20px;
    width: 100%;
    cursor: pointer;
    transition: .3s;
    /* top: 5px; */
    top: auto;
    bottom: auto;
    right: 0;
    margin: 0;
    position: absolute;
    z-index: 999;
}

.hamburger-btn-inner {
    max-width: 25px;
    height: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    /*top: 33px;
    right: 30px;*/
}

.hamburger-btn:hover {
    opacity: 0.65;
}

.hamburger-btn-bar {
    max-width: 25px;
    width: 100%;
    height: 20px;
    position: relative;
}

.hamburger-btn-bar>div {
    width: 100%;
    height: 1px;
    background: var(--primary);
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    transition: .5s;
}

.hamburger-btn-bar>div:nth-child(1) {
    top: 0;
}

.hamburger-btn-bar>div:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-btn-bar>div:nth-child(3) {
    top: 100%;
    transform: translateY(-100%);
}

.open .hamburger-btn-bar>div:nth-child(1) {
    top: 50%;
    transform: rotate(145deg) translateY(-50%);
    background: var(--base-body-color)
}

.open .hamburger-btn-bar>div:nth-child(2) {
    opacity: 0;
}

.open .hamburger-btn-bar>div:nth-child(3) {
    top: 50%;
    transform: rotate(-145deg) translateY(-50%);
    background: var(--base-body-color)
}

.hamburger-btn-text {
    font-family: var(--font-family01);
    font-size: 14px;
    line-height: 1;
    margin: 3px 0 0;
    color: #404040;
}

.nav-area {
    max-width: 1920px;
    width: 100%;
    margin: auto;
    background: var(--base-body-bg);
    transition: ease .2s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
}

.nav-area.open {
    opacity: 1;
    visibility: visible;
}

.nav-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9999999999;
}

.nav-content-inner {
    padding: 80px 15px 100px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    display: block;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 0 0 auto;
    background: url(/system_panel/uploads/images/bg01.jpg) repeat-y center top / cover;
}

.nav-area .hamburger-btn {
    position: absolute;
    top: 30px;
    right: 15px;
    bottom: auto;
    margin: 0;
    display: block;
}

.nav-list {
    width: 100%;
    max-width: 185px;
    margin: 0 auto;
}

.nav-link {
    color: var(--base-body-color);
    font-family: var(--font-family01);
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 9px 0;
    font-size: 16px;
    text-align: center;
}

.nav-list .insta-link {
    filter: invert(1);
    margin: 10px auto 0;
}

.nav-link:hover,
.nav-link02:hover {
    color: var(--base-body-color);
    text-decoration: underline;
}

.ham-navi-link02 {
    padding: 3px 0 3px 22px;
}

/*.nav-hamburger-btn {
    position: absolute;
    z-index: 9;
    top: 40px;
    right: 24px;
    margin: auto;
}*/

/*スマホ時のナビ*/

.sp-nav {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    animation-name: fadein;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    border-top: solid 1px var(--white);
}

.sp-nav-area {
    width: 100%;
    height: 100%;
    display: flex;
    background: var(--primary);
}

.sp-nav-block {
    flex: 1;
    display: flex;
}

.sp-nav-conte-l {
    width: 50%;
    border-right: 1px solid var(--white);
}

.sp-nav-conte-l:last-child {
    width: 50%;
    border-right: 1px solid var(--border-primary);
}

.sp-nav-link {
    padding: 6px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sp-nav-link-icon {
    max-width: 23px;
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-nav-btn-bar {
    max-width: 26px;
    height: 18px;
    width: 100%;
    position: relative;
}

.sp-nav-btn-text {
    margin: 5px auto 0;
    font-size: 10px;
    line-height: 1em;
    color: var(--primary);
}

.sp-nav-link-text {
    margin: 6px auto 0;
    font-size: 12px;
    line-height: 1.4em;
    color: var(--white);
    font-family: var(--font-family01);
    font-weight: 600;
}

.sp-nav-btn {
    padding: 6px;
    width: 25%;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: var(--base-body-bg);
    z-index: 999999999;
    animation-name: fadein;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    border-top: solid 1px var(--border-primary);
}

.sp-nav-btn-bar-item {
    width: 100%;
    height: 1px;
    background: var(--primary);
    border-radius: 3px;
    position: absolute;
    left: 0;
    transition: ease .5s;
}

.sp-nav-btn .sp-nav-link-text {
	color: var(--primary);
}

.sp-nav-btn-bar-item:nth-of-type(1) {
    top: 0;
}

.sp-nav-btn-bar-item:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.sp-nav-btn-bar-item:nth-of-type(3) {
    top: 100%;
    transform: translateY(-100%);
}

.open .sp-nav-btn-bar-item {
    transition: ease .5s;
}

.open .sp-nav-btn-bar-item:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.open .sp-nav-btn-bar-item:nth-of-type(2) {
    opacity: 0;
}

.open .sp-nav-btn-bar-item:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.sp-menu {
    margin: auto;
    padding: 0;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    background: var(--secondary-light);
    z-index: 9999999;
    transition: ease .5s;
}

.sp-menu.open {
    right: 0;
}

.sp-menu-area {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 100px 15px;
}

.sp-menu-conte {
    padding: 100px 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.sp-menu-conte::-webkit-scrollbar {
    display: none;
}

.sp-menu-link {
    width: 100%;
    padding: 10px 0;
    display: block;
    color: var(--base-font-color);
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
}

.sp-menu-link:hover {
    color: var(--base-font-color);
}

.sp-menu-link-en-text {
    font-size: 12px;
    color: var(--primary);
    margin: 3px 0 0;
}

.spFa {
    font-size: 23px;
    color: var(--white);
}


/*-----------------------------------------------------------
フッター
-----------------------------------------------------------*/

.footer-row {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.footer-logo-row {
    gap: 20px;
}

.footer-info-row {
    display: flex;
    gap: 0;
    margin: 10px 0 0;
}

.footer-th {
    width: 80px;
    font-weight: 600;
}

.footer-td {
    flex: 1;
}

.footer-td-row {
    display: flex;
	flex-direction: column;
    gap: 0;
}

.footer-td-row p:first-of-type {
	font-weight: 600;
}

.footer-second-row {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.footer-second-row p:first-of-type {
	font-weight: 400;
}

.footer-tel-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-tel-img {
    max-width: 11px;
    width: 100%;
	aspect-ratio: 11 / 20;
}

.footer-right {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.footer-navi {
    font-family: var(--font-family01);
    font-weight: 600;
    font-size: 16px;
    color: var(--white);
    display: block;
}

.footer-navi:nth-child(n+2) {
    margin: 14px 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {}

/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/


}

/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    .anchor-contents03 {
        grid-template-columns: repeat(2, 1fr);
    }

    /*-- 改行 --*/

    .br-576-none br {
        display: none;
    }

    .br-576-block br {
        display: block;
    }

    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

    .deco-title-box01:before,.deco-title-box01:after {
        content: "";
        width: 12%;
    }

    .com-frame02-01:before, .com-frame02-01:after,.com-frame02-02:before, .com-frame02-02:after {
        width: 10%;
    }

    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

    .header-logo-link {
        width: 54%;
    }

    /*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

	.footer-info-row {
	    gap: 25px;
	}
	
	.footer-td-row {
	    flex-direction: row;
	    gap: 16px;
	}


}

/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:610px) {

	.footer-second-row {
		flex-direction: row;
		gap: 0;
	}

}

/* min-width: 610px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    .d-tb-block {
        display: block !important;
    }

    /*-- 改行 --*/

    .br-768-none br {
        display: none;
    }

    .br-768-block br {
        display: block;
    }

    /*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/

    .anchor-contents03 {
        grid-template-columns: repeat(3, 1fr);
    }

    .anchor-contents02 {
        flex-direction: row;
    }

    .anchor-box {
        height: 230px;
    }

    .banner-contents {
        flex-direction: row;
        gap: 30px;
    }

    .banner-link {
        margin: 0;
        width: 50%;
    }

    .link-img-box {
        min-height: 501px !important;
    }

    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

    .num-title01 {
        top: -15%;
    }

    .deco-title-box01:before, .deco-title-box01:after {
        width: 13.5%;
    }

    /*-----------------------------------------------------------
	テキスト
	-----------------------------------------------------------*/

    .intro-text-box {
        text-align: center;
    }


    /*-----------------------------------------------------------
	下層カバー
	-----------------------------------------------------------*/

    .in-cover {
        height: 300px;
    }


    .breadcrumbs-inner {
        font-size: 15px;
    }


    /*-----------------------------------------------------------
	テーブル
	-----------------------------------------------------------*/

    .base-table-th {
        padding: 20px 15px;
    }

    .base-table-td {
        padding: 20px 30px;
    }

    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

    .header {
        /* position: relative; */
        transform: translateY(0);
    }

    .header-frame {
        padding: 19px 0 27px;
    }

    /* スクロール時 */

    .is-scroll .header-frame {
        justify-content: space-between;
        /* padding: 7px 0 12px 0 !important; */
        transition: all .3s;
    }

    .hamburger-btn {
        display: block;
    }

    .hamburger-btn-text {
        margin: 6px 0 0;
    }

    .nav-content-inner {
        padding: 80px 15px 80px;
        max-width: 650px;
        width: 80%;
        /* background: rgba(251, 248, 246, .95); */
        overflow-y: auto;
    }

    .nav-area {
        background: unset;
    }

    .nav-area .hamburger-btn {
		display: block;
        top: 30px;
        right: 15px;
    }

    .nav-link {
        font-size: 18px;
        padding: 15px 5px;
    }

    .navi-link02 {
        margin: 10px 0 0;
    }

    .nav-link.hover-none {
        font-size: 18px;
        padding: 15px 5px 10px;
    }

    .nav-content {
        overflow-y: auto;
    }

    /* スマホ時 */

    .sp-nav {
        display: none;
    }

    .sp-nav-btn {
        display: none;
    }

    /*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

    .footer .padding-x {
        padding: 0 20px !important;
    }


}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

  .header-navi-block {
      gap: 2%;
  }  
  
}

/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    .d-tb-block {
        display: none !important;
    }

    .d-pc-block {
        display: block !important;
    }

    /*-- 改行 --*/

    .br-1024-none br {
        display: none;
    }

    .br-1024-block br {
        display: block;
    }

    /*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/

    .anchor-box {
        height: 150px;
    }

    .anchor-btn {
        padding: 18px 10px 18px 40px;
    }

    .banner-contents {
        gap: 60px;
    }

    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/



    /*-----------------------------------------------------------
	テキスト
	-----------------------------------------------------------*/

    .intro-text-box {
        text-align: center;
    }

    .text-box:nth-child(n+2) {
        margin: 35px 0 0;
    }


    /*-----------------------------------------------------------
	装飾
	-----------------------------------------------------------*/

	/*-----------------------------------------------------------
	下層カバー
	-----------------------------------------------------------*/

    .breadcrumbs-inner {
        font-size: 16px;
    }

    /*-----------------------------------------------------------
	ブロック
	-----------------------------------------------------------*/

    .wrapper01 {
        padding: 120px 0;
    }

    .wrapper02 {
        padding: 80px 0;
    }

    .anchor-contents03 {
        gap: 20px;
    }

    /*-----------------------------------------------------------
	テーブル
	-----------------------------------------------------------*/


    /*-----------------------------------------------------------
	ページャー
	-----------------------------------------------------------*/

    .webgene-pagination>ul>li {
        margin: 80px 10px 0;
    }

    /*-----------------------------------------------------------
	バナーリンク
	-----------------------------------------------------------*/

    .banner-wrapper {
        padding: 146px 0 0;
    }

    .banner-row {
        margin-top: -40px;
    }

    .banner-col {
        margin: 40px 0 0;
    }

    .banner-link-inner:after {
        margin: 32px auto 0;
    }

    .banner-text-box {
        width: 100%;
        line-height: 1.95;
    }

    .banner-btn {
        margin: 46px auto 0;
    }

	

    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/



    /*-----------------------------------------------------------
    is-scroll
    -----------------------------------------------------------*/

    /*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

    .footer-row {
        flex-direction: row;
        justify-content: space-between;
        gap: 30px;
    }

    .footer-right {
        gap: 30px;
    }

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1200px) {

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    /*-- 改行 --*/

    .br-1200-none br {
        display: none;
    }

    .br-1200-block br {
        display: block;
    }


    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

    .title-box-deco:before {
        top: 35px;
    }


    .deco-title-box01 {
        gap: 40px;
    }

    .deco-title-box01:before, .deco-title-box01:after {
        width: 5%;
    }


    /*-----------------------------------------------------------
	テキスト
	-----------------------------------------------------------*/



    /*-----------------------------------------------------------
	下層カバー
	-----------------------------------------------------------*/

    /*-----------------------------------------------------------
	ブロック
	-----------------------------------------------------------*/

    .wrapper01 {
        padding: 160px 0;
    }

    .breadcrumbs-wrapper + .wrapper01 {
        padding: 140px 0 160px;
    }

	.wrapper02 {
        padding: 100px 0 160px;
    }


    /*-----------------------------------------------------------
	ボタン
	-----------------------------------------------------------*/

    /*.anchor-box {
        height: 100px;
    }*/

    .anchor-contents {
        gap: 20px;
    }

    .banner-contents {
        gap: 80px;
    }

	.link-img-box {
        min-height: 518px !important;
    }

    /*-----------------------------------------------------------
	画像
	-----------------------------------------------------------*/


    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

    .header-logo-link {
        width: 18%;
    }

    .nav-single-link:before,
    .nav-single-link:after {
        width: 15px;
    }

    .nav-single-link {
        padding-right: 23px;
    }


    /*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/




}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1300px) {

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/




}

/* min-width: 1300px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    /*-- 改行 --*/

    .br-1400-none br {
        display: none;
    }

    .br-1400-block br {
        display: block;
    }

    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

    .deco-title-box01:before, .deco-title-box01:after {
        width: 12%;
    }


    /*-----------------------------------------------------------
	下層
	-----------------------------------------------------------*/

    .in-cover {
        /* height: 450px; */
    }
	
    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

	.fixed-btn {
	    right: 60px;
	    bottom: 40px;
	}

    /*-----------------------------------------------------------
    フッター
    -----------------------------------------------------------*/

    .footer-logo-row {
        gap: 41px;
    }

    .footer-right {
        gap: 60px;
    }

    .footer-navi {
        font-size: 18px;
    }


}

/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1440px) {
  
  
	.anchor-box {
        height: 150px;
    }

    .is-scroll .header-frame {
        padding: 10px 0 9px 0 !important;
    }


}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    /*-- 改行 --*/

    .br-1500-none br {
        display: none;
    }

    .br-1500-block br {
        display: block;
    }


    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/



    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/


    /*-----------------------------------------------------------
	フッター
	-----------------------------------------------------------*/

}

/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

    /*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

    /*-- 改行 --*/

    .br-1600-none br {
        display: none;
    }

    .br-1600-block br {
        display: block;
    }

    /*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/

    /*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/

}

/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1800px) {

	/*-----------------------------------------------------------
	下層カバー
	-----------------------------------------------------------*/

	.in-cover-wrapper {
	    padding: 30px 15px;
	}
  
    .nav-area .hamburger-btn {
        top: 31px;
        right: 51px;
    }

}

/* min-width: 1800px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */