@charset "utf-8";

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

:root {

	/* color */
	--c-primary: #CC6F82;
	--c-dark: #2B2723;
    --c-gray: #ccc;
    --c-white: #F7F7F7;

	/* btn */
	--btn-primary: #E298A7;

	/* font family */
	--font-family01: "Noto Sans JP", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    --font-family02: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

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

html {
	overflow-x: hidden;
}

body {
	max-width: 1920px;
	width: 100%;
	margin: auto !important;
	font-family: var(--font-family01);
	font-size: 14px;
	font-weight: normal;
	color: var(--c-dark);
    word-break: break-all;
  	background: url(/system_panel/uploads/images/bg_pattern01.jpg) center top / auto;
	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;
}

.br-none br {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-pattern01 {
    background: url(/system_panel/uploads/images/bg_pattern01.jpg) repeat center top / auto;
}

.bg-pattern02 {
    background: url(/system_panel/uploads/images/bg_pattern02.jpg) repeat center top / auto;
}

.bg-gradation-mask01 {
    position: relative;
}

.bg-gradation-mask01:before, .bg-gradation-mask01:after {
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.bg-gradation-mask01:before {
    background-image: linear-gradient(180deg, rgba(23, 21, 19, 1), rgba(255, 255, 255, 0));
    top: 0;
}

.bg-gradation-mask01:after {
    background-image: linear-gradient(0deg, rgba(23, 21, 19, 1), rgba(255, 255, 255, 0));
    bottom: 0;
}

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

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

.color-dark {
	color: var(--c-dark);
}

.color-gray {
	color: var(--c-gray);
}

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

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

.sub-title01 {
    font-size: 16px;
    font-weight: normal;
    font-family: var(--font-family02);
    letter-spacing: 0;
    line-height: 1.47em;
}

.title01 {
    font-size: 28px;
    font-weight: 500;
    font-family: var(--font-family02);
    letter-spacing: 0;
    line-height: 1.44em;
}

.title02 {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--font-family02);
    letter-spacing: 0;
    line-height: 1.45em;
}

.title03 {
    font-size: 20px;
  	font-weight: 500;
    font-family: var(--font-family02);
    letter-spacing: 0;
    line-height: 1.45em;
}

.emphasis-title01 span {
    font-size: 1.3em;
    letter-spacing: 0;
    line-height: 1.45em;
}

.title-box01 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.title-decoration01 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-decoration01:before, .title-decoration01:after {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
}

.title-decoration01:before {
    transform: rotate(-40deg);
    margin-right: 0.5em;
}

.title-decoration01:after {
    transform: rotate(40deg);
    margin-left: 0.5em;
}

.title-decoration01-primary:before, .title-decoration01-primary:after {
    background: var(--c-primary);
}

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

.text01 {
    letter-spacing: 0;
    line-height: 3.11em;
}

.text02 {
    letter-spacing: 0;
    line-height: 1.44em;
}

.text03 {
    letter-spacing: 0;
    line-height: 2em;
}

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

.btn01 {
    max-width: 286px;
    width: 100%;
    display: block;
    border: solid 1px;
    padding: 2px;
    font-size: 1.277em;
    font-family: var(--font-family02);
    letter-spacing: 0;
    line-height: 1.47em;
    position: relative;
    z-index: 3;
}

.btn01:hover {
    opacity: 0.65;
}

.btn01-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px;
    padding: 10px 30px 13px;
}

.btn01-arrow {
    justify-content: flex-end;
}

.btn01-arrow:after {
    content: "";
    display: block;
    max-width: 37px;
    width: 100%;
    height: 5px;
    margin: 5px 0 0 43px;
}

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

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

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

.btn01-primary .btn01-inner {
    border-color: var(--btn-primary);
}

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

.img-control {
	height: 0;
	position: relative;
	padding: 0 0 100%;
}

.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%;
}

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

.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: var(--c-white);
	text-shadow: 0 0 3px #000;
	transition: .3s;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    opacity: .6;
}

.loop-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

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

.in-cover {
	max-width: 1920px;
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 9;
	padding-top: 60px;
}

.in-cover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--c-dark);
    opacity: 0.5;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.in-cover-box {
	max-width: 1570px;
	width: 100%;
	text-align: center;
	color: var(--c-white);
	padding: 0 15px;
	margin: auto;
	position: relative;
	z-index: 9;
}

.in-cover-title {
	font-family: var(--font-family02);
	font-size: 25px;
	font-weight: 500;
	line-height: 1.45em;
	letter-spacing: 0;
}

.in-cover-sub-title {
    font-size: clamp(14px, 1.75vw, 18px);
    line-height: 1.454em;
    letter-spacing: 0.05em;
    margin: 5px 0 0;
}

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

.breadcrumbs-wrapper {
	font-family: var(--f-en);
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.45em;
	color: inherit;
	padding: 20px 0;
	position: relative;
	z-index: 9;
}

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

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

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

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

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

.wrapper {
	padding: 80px 0;
	position: relative;
}

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

.inner-large {
    max-width: 1550px;
}

.inner-fluid {
    max-width: 100%;
}

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

.base-table {
	width: 100%;
	line-height: 1.45em;
	background: var(--c-white);
	border: solid 1px var(
	--c-gray);
	border-bottom: 0;
}

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

.base-table-th {
	display: flex;
	align-items: center;
	background: var(--c-dark);
	color: var(--c-white);
	padding: 15px;
}

.base-table-td {
	padding: 15px;
}

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

.webgene-pagination {
	width: 100%;
}

.webgene-pagination > ul{
	padding: 0;
	display: flex;
	justify-content: center;
}

.webgene-pagination > ul > li{
	display: flex;
}

.webgene-pagination > ul > li{
	margin: 40px 10px 0;
	line-height: 1em;
	letter-spacing: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.webgene-pagination > ul > li > a{
	color: var(--c-dark);
	display: flex;
	justify-content: center;
	align-items: center;
}

.webgene-pagination > ul > li > a:hover{
	text-decoration: none;
	color: var(--c-primary);
}

.webgene-pagination > ul > li.selected > a{
	color: var(--c-primary);
	cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover{
	color: var(--c-primary);
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 30px;
	width: 50px;
	border: solid 1px var(--c-dark);
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {opacity: 0.65;}

.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
	content: "";
	width: 13px;
	height: 7px;
	display: block;
	background: url(/system_panel/uploads/images/icon_arrow02_right_black.svg) no-repeat center / contain;
	transform: scale(-1,1);
	position: absolute;
}

.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 13px;
	height: 7px;
	display: block;
	background: url(/system_panel/uploads/images/icon_arrow02_right_black.svg) no-repeat center / contain;
	position: absolute;
}

.dtlPager {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
	color: #333;
	font-size: 14px;
}

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

.header {
    z-index: 99999999;
}

/*ハンバーガー*/

.hamburger-btn {
    max-width: 40px;
    width: 100%;
    cursor: pointer;
    transition: .3s;
    z-index: 9999999;
    margin: 0 0 0 20px;
}

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

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

.hamburger-btn-bar > div {
    width: 100%;
    height: 2px;
    background: var(--c-white);
    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%);
}

.hamburger-btn-text {
    font-size: 12px;
    font-weight: bold;
    font-family: var(--font-family02);
    letter-spacing: 0;
    line-height: 1.5em;
    color: var(--c-white);
	text-align: center;
    margin: 1px 0 0;
}

.nav-area {
    width: 100%;
    margin: auto;
    background: url(/system_panel/uploads/images/bg_nav.jpg) no-repeat center top / cover;
    transition: ease .5s;
    position: fixed;
    top: 0;
    right: -50%;
    transition: .8s;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
}

.nav-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    padding: 100px 15px 100px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav-content::-webkit-scrollbar {
    display: none;
}

.nav-content-inner {
    max-width: 430px;
    width: 100%;
    margin: auto;
}

.nav-list {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-family02);
    line-height: 1.45em;
    text-align: center;
}

.nav-list-item {
    padding: 15px 0;
}

.nav-link {
    padding: 0;
    color: var(--c-white);
}

.nav-link:hover {
	color: var(--c-primary);
}

.nav-second-list {
    margin: 10px 0 0 15px;
    padding: 0 0 0 15px;
    border-left: 1px solid rgba(77,75,73,0.2);
}

.nav-second-item:not(:first-child) {
    margin: 5px 0 0;
}

.nav-second-link {
    display: block;
    color: var(--c-dark);
    opacity: 0.75;
}

.nav-second-link:hover {
    color: var(--c-primary);
}

.nav-contact-btn {
    display: flex;
    max-width: 45px;
    width: 100%;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.nav-icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.nav-icon-link {
    max-width: 40px;
    width: 100%;
    display: block;
}

.nav-btn-area {
    display: flex;
    align-items: center;
    margin: 40px 0 0;
}

.nav-icon-block {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin: 0 0 0 9.3%;
}

/* ----- ハンバーガーメニューを開いたとき ----- */

.open .hamburger-btn-bar > div:nth-child(1) {
	top: 50%;
	transform: rotate(20deg) translateY(-50%);
}

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

.open .hamburger-btn-bar > div:nth-child(3) {
	top: 50%;
	transform: rotate(-20deg) translateY(-50%);
}

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

/* ----- クローン ----- */

.header.clone {
    background: #171513;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: -100%;
    transition: 0.8s;
}

.header.clone .nav-area {
    display: none;
}

.header.clone.is-animation {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.header.clone.is-animation .nav-area {
    display: block;
}

/* ----- スマホ時のナビ ----- */

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

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

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

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

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

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

.sp-nav-link-text {
	margin: 6px auto 0;
	font-size: 10px;
	line-height: 1.4em;
	color: var(--c-secondary);
	text-align: center;
}

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

.online-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(23, 21, 19, 1), rgba(23, 21, 19, 0.5));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

/*-----------------------------------------------------------
バナー
-----------------------------------------------------------*/

.banner-container {
    max-width: 1920px;
    width: 100%;
    margin: auto;
}

.banner-col {
    padding: 0;
}

.banner {
    height: 100%;
    padding: 30px 15px;
    position: relative;
}

.banner-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.banner-inner {
    max-width: 782px;
    width: 100%;
    height: 100%;
    border: solid 1px var(--c-white);
    color: var( --c-white);
    padding: 40px 15px;
    margin: auto;
    position: relative;
}

.banner-bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(23 21 19 / 80%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.banner-text-box {
    line-height: 1.44em;
    margin: 30px 0 0;
}

.banner-btn {
    margin: 40px auto 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) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/*-- 改行 --*/

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

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

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

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

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

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

body {
	font-size: 16px;
}

/*-- 改行 --*/

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

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

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

.sub-title01 {
    font-size: 18px;
}

.title01 {
    font-size: 38px;
}

.title02 {
    font-size: 24px;
}
	
.title03 {
    font-size: 22px;
}
  
/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	height: 350px;
	padding-top: 92px;
}

.in-cover-title {
	font-size: 42px;
}
  
/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table-td {
	padding: 20px 15px;
}
	
/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

/*ハンバーガー*/
	
.nav-area {
    max-width: 706px;
}

.nav-list {
    font-size: 18px;
}

.hamburger-btn {
    margin: 0 0 0 15%;
}

/* スマホ時 */

.sp-nav {
	display: none;
}

.sp-nav-btn {
	display: none;
}
  
/*-----------------------------------------------------------
フッター
-----------------------------------------------------------*/
  
.online-wrapper:before { 
	background-image: linear-gradient(90deg, rgba(23, 21, 19, 1) 23%, rgba(255, 255, 255, 0));
}

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

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



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


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

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

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

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

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

.sub-title01 {
    font-size: 20px;
}

.title01 {
    font-size: 44px;
}

.title02 {
    font-size: 32px;
}
	
.title03 {
    font-size: 22px;
}

.title-box01 {
    gap: 15px;
}
  
/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	height: 450px;
	padding-top: 105px;
}

.in-cover-title {
	font-size: 48px;
}
	
/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbs-wrapper {
	font-size: 14px;
	padding: 30px 0;
}

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

.wrapper {
	padding: 140px 0;
}

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

.base-table-th {
	justify-content: center;
	padding: 20px 15px;
}
	
/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

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

.webgene-pagination>ul>.prev>a::before {
	width: 17px;
	height: 11px;
}

.webgene-pagination>ul>.next>a::before {
	width: 17px;
	height: 11px;
}

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

/*ハンバーガー*/

.hamburger-btn {
    max-width: 50px;
    margin: 0 0 0 21.05%;
}

.hamburger-btn-text {
    font-size: 16px;
}

.nav-list {
    font-size: 20px;
}

/*-----------------------------------------------------------
バナー
-----------------------------------------------------------*/

.banner {
    padding: 50px 15px;
}

.banner-inner {
    padding: 80px 15px;
}

.banner-text-box {
    margin: 50px 0 0;
}

.banner-btn {
    margin: 70px auto 0;
}
  
.shop02-col:nth-of-type(even) {
    padding: 15px 15px 15px 40px;
}

.shop02-col:nth-of-type(odd) {
    padding: 15px 40px 15px 15px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

body {
	font-size: 18px;
}
	
/*-- 改行 --*/

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

.br-1200-block br {
	display: block;
}
	
/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.title01 {
    font-size: 48px;
}

.title02 {
    font-size: 38px;
}
  
.title03 {
    font-size: 26px;
}

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

.in-cover-title {
	font-size: 60px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/*-- 改行 --*/

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

.br-1400-block br {
	display: block;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/*-- 改行 --*/

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

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

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

.sub-title01 {
    font-size: 23px;
}

.title01 {
    font-size: 56px;
}

.title02 {
    font-size: 48px;
}
  
.title03 {
    font-size: 30px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/*-- 改行 --*/

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

.br-1800-block br {
	display: block;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1800px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */