@media screen and (min-width: 769px) {
	html {
		font-size: 18px;
	}
}

body {
	position: relative;
	color: #222;
	font-family: YakuHanJPs, "Noto Sans JP", "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
	line-height: 1.6;
	background: #fff;
	padding: 25px 25px 0px 25px;
	position: relative;
}

@media (max-width: 425px) {
	body {
		padding: 15px 15px 0 15px;
	}
}
img{
	width: 100%;
	height: auto;
}
/* Scrollアニメーション */
.fadeIn {
	opacity: 0;
}

/* ページ遷移用フェードイン*/
.fade {
	animation: fade 2.4s forwards;
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*-----------------------------------
■ Header
-----------------------------------*/

/* .header {
	position: fixed;
	border-top: 25px solid #fff;
	width: 100%;
	top: 0px;
	z-index: 10;
} */

header::after {
	content: "";
	position: fixed;
	top: 0;
	width: 100%;
	border-top: 25px solid #fff;
	z-index: 2;
}
.header__corner {
	position: fixed;
	width: 30px;
	height: 30px;
	top: 25px;
	left: 25px;
	z-index: 2;
}
.header__corner.nav--left {
	width: 20px;
	height: 20px;
	top: 25px;
	right: 109px;
	left: inherit;
	transform: rotate(90deg);
	z-index: 2;
}
.header__corner.nav--right {
	width: 20px;
	height: 20px;
	top: 110px;
	right: 25px;
	left: inherit;
	transform: rotate(90deg);
	z-index: 2;
}

.header__corner.nav--left.open,
.header__corner.nav--right.open {
	opacity: 0;
}

.header-logo__corner {
	position: fixed;
	width: 30px;
	height: 30px;
	top: 25px;
	left: 25px;
	z-index: 2;
	opacity: 0.92;
}
.header-logo__corner.logo--left {
	width: 20px;
	height: 20px;
	top: 101px;
	left: 25px;
	right: inherit;
	transform: rotate(0deg);
	z-index: 2;
}
.header-logo__corner.logo--right {
	width: 20px;
	height: 20px;
	top: 25px;
	left: 245px;
	right: inherit;
	transform: rotate(0deg);
	z-index: 2;
}

.header-logo__corner.logo--left.open,
.header-logo__corner.logo--right.open {
	opacity: 0;
}
@media (max-width: 425px) {
	header::after {
		border-top: 15px solid #fff;
	}

	.header__corner {
		right: 90px;
		width: 20px;
		height: 20px;
		top: 15px;
		left: 15px;
	}
	.header__corner.nav--left {
		top: 15px;
		right: 75px;
		width: 15px;
		height: 15px;
	}
	.header__corner.nav--right {
		top: 75px;
		right: 15px;
		width: 15px;
		height: 15px;
	}
	.header-logo__corner {
		right: 90px;
		width: 20px;
		height: 20px;
		top: 15px;
		left: 15px;
	}

	.header-logo__corner.logo--left {
		width: 15px;
		height: 15px;
		top: 63px;
		left: 15px;
	}
	.header-logo__corner.logo--right {
		width: 15px;
		height: 15px;
		top: 15px;
		left: 147px;
	}
}

.header-logo {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: fixed;
	z-index: 5;
	background: rgba(255, 255, 255, 0.925);
	padding: 0px 20px 20px 0;
	border-radius: 0 0 30px 0;
	transition: opacity 0.3s, visibility 0.3s;
}
.header-logo.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.header-logo img {
	width: 200px;
}

@media (max-width: 425px) {
	.header-logo {
		padding: 0px 12px 15px 0;
		border-radius: 0 0 25px 0;
		transition: all 0.3s;
	}
	.header-logo img {
		width: 120px;
	}
}

/*-----------------------------------
■ ナビゲーション
-----------------------------------*/

/* 右上ドロワーメニュー */

.main-nav {
	position: fixed;
	top: 0px;
	right: 0px;
	transform: scale(0);
	opacity: 0;
	height: auto;
	border-radius: 0 0 0 30px;
	background-color: #fdecbf;
	border-left: 25px solid #fff;
	border-bottom: 25px solid #fff;
	padding: 80px;
	box-sizing: border-box;
	z-index: 7;
	transition: top 0.3s ease;
	display: flex;
	flex-wrap: wrap;
	width: min(1000px, 90%);
	height: min(96%, 810px);
	transform-origin: right top;
	transition: all 0.6s;

}

.main-nav.open {
	transform: scale(1);
	opacity: 1;
	top: 0px;
	right: 0px;
	transform-origin: right top;
	transition: all 0.6s;
	overflow-y: scroll;
}


ul.main-nav__list {
	width: 50%;
}
li.main-nav__item {
	position: relative;
	font-size: clamp(17px ,4vw, 24px);
	padding: 20px 0 20px 36px;
	cursor: pointer;
}
li.main-nav__item::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 6px;
	width: 8px;
	height: 8px;
	background-color: #f8b100;
	border-radius: 100px;
	z-index: 1;
}
li.main-nav__item::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100px;
	transition: transform 0.3s;
}
li.main-nav__item a {
	display: inline-block;
	position: relative;
}
li.main-nav__item a::after {
	background-color: #f8b100;
	bottom: 4px;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	width: 100%;
	z-index: -1;
	opacity: 0; /*読み込み時に一瞬表示されてしまう対策 */
}

li.main-nav__item.active a::after {
	background-color: #f8b100;
	bottom: 4px;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	width: 100%;
	z-index: -1;
	opacity: 1;
}

li.main-nav__item:hover::after {
	transform: scale(1.2);
	transition: all 0.3s;
}
li.main-nav__item:hover a::after {
	transform: scale(1, 1);
	opacity: 1;
}
a:hover::after {
	transform: scale(1, 1);
}

a.main-nav__link.blank img {
	width: 16px;
	vertical-align: middle;
}

ul.main-snav__list {
	width: 50%;
}
li.main-snav__item {
	margin-bottom: 20px;
	line-height:1.4 ;
}
li.main-snav__item a.button__arrow {
	width: 345px;
	min-height: 65px;
	justify-content: flex-start;
    padding-bottom: 10px;
}

li.main-snav__item:first-child a.button__arrow {
    padding-top: 8px;
}

.main-nav__drawer {
	position: fixed;
	width: 110px;
	height: 110px;
	top: 0px;
	right: 0px;
	background: #fff;
	border-radius: 0 0 0 30px;
	padding: 30px;
	z-index: 10;
}
.main-nav__drawer__inner {
	width: 50px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 10;
	position: relative;
}

.main-nav__drawer span {
	display: block;
	position: absolute;
	height: 4px;
	width: 40px;
	background-color: #222;
	border-radius: 10px;
	transition: all 0.5s ease;
}
.main-nav__drawer span:nth-child(1) {
	top: 0;
}
.main-nav__drawer span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.main-nav__drawer span:nth-child(3) {
	bottom: 0;
}
.main-nav__drawer .menu {
	position: absolute;
	font-size: 14px;
	bottom: -25px;
}

@media (max-width: 425px) {
	a.main-nav__link.blank img {
		width: 10px;
	}
}

/* ドロワー アクティブ */

.main-nav__drawer.open {
	background: none;
}

.main-nav__drawer.open .menu {
	opacity: 0;
}
.main-nav__drawer.open span:nth-child(1) {
	transform: translateY(16px) rotate(45deg);
}

.main-nav__drawer.open span:nth-child(2) {
	opacity: 0;
}

.main-nav__drawer.open span:nth-child(3) {
	transform: translateY(-12px) rotate(-45deg);
}

.circle {
	position: absolute;
	border: 3px solid #333;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	opacity: 0; /* 初期状態では透明 */
	transition: opacity 0.3s ease;
	z-index: -1; /* 円が線の後ろに表示される */
}

.main-nav__drawer.open .circle {
	opacity: 1;
}

/* SNSリンク */
.fas_sns_icon {
	margin: 10px 0 0 0;
	padding: 0;
	display: inline-flex;
	justify-content: space-between;
}
.fas_sns_icon li {
	transition: all 0.3s;
}
.fas_sns_icon li a {
	text-decoration: none;
	display: inline-block;
	padding: 20px;
	transition: all 0.3s;
}
.fas_sns_icon li a img {
	display: inline-block;
	color: #111;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
.fas_sns_icon--insta a img {
	width: 30px;
	height: 30px;
}
.fas_sns_icon--note a img {
	width: 28px;
	height: 28px;
}
.fas_sns_icon--line a img {
	width: 33px;
	height: 33px;
}
.fas_sns_icon--news-rss__list a img {
	width: 27px;
	height: 27px;
}
.fas_sns_icon li:hover a {
	background: #fff;
	border-radius: 100px;
	transition: all 0.3s;
}
.fas_sns_icon li:hover a img {
	transform: scale(1.2);
	transition: all 0.3s;
}

.cover.open {
	width: 100vw;
	height: 100%;
	background: #0006;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
	z-index: 6;
}

@media (max-width: 950px) {
	.main-nav {
		padding: 60px;
	}
	li.main-snav__item a.button__arrow {
		max-width: 345px;
		width: 100%;
	}
}
@media (max-width: 768px) {
	ul.main-nav__list {
		width: 100%;
		margin-bottom: 20px;
	}
	ul.main-snav__list {
		width: 100%;
	}
	.main-nav {
		background-color: rgba(253, 236, 191, 0.9);
		padding: 40px 20px 20px 40px;
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 0;
		transform: scale(1 ,1);
		visibility: hidden;
		pointer-events: none;
	}

	.main-nav.open {
		visibility: visible;
		pointer-events: auto;
	}
	li.main-snav__item {
		margin-bottom: 15px;
	}
}
@media (max-width: 425px) {
	.main-nav__drawer {
		width: 75px;
		height: 75px;
		padding: 24px 17px 17px 10px;
		border-radius: 0 0 0 25px;
	}
	.main-nav__drawer__inner {
		width: 50px;
		height: 25px;
	}
	.main-nav__drawer span {
		height: 4px;
		width: 35px;
	}
	.main-nav__drawer .menu {
		position: absolute;
		font-size: 12px;
		bottom: -21px;
	}
	.circle {
		width: 45px;
		height: 45px;
	}
	.main-nav__drawer.open span:nth-child(1) {
		width: 30px;
		top: -5px;
	}
	.main-nav__drawer.open span:nth-child(3) {
		width: 30px;
		bottom: -2px;
	}
	.main-nav {
		padding: 40px 20px 20px;
	}
	
	li.main-nav__item {
		padding: 12px 0 12px 32px;
	}
	li.main-snav__item a.button__arrow {
		width: 100%;
	}
	li.main-snav__item {
		margin-bottom: 10px;
	}
	.fas_sns_i.fas_sns_icon li a imgcon {
		margin: 10px 0 0 15px;
	}
}

/*-----------------------------------
■ 右下固定ボタン
-----------------------------------*/

.floating-button {
	position: fixed;
	bottom: 2.5%;
	right: 2%;
	z-index: 2;
	overflow: hidden;
}
@media (any-hover: hover) {
	.floating-button {
		overflow: inherit;
	}
  }

.floating-button::before {
	content: "";
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
	transition: all 0.3s;
}
.floating-button:hover::before {
	top: -97px;
	transition: all 0.3s;
}
.floating-button__button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	transition: all 0.3s;
}
.floating-button__button::before {
	animation: 20s 0s rotate linear infinite;
	background: url("../img/floating-button.svg") center center / 160px auto no-repeat;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.floating-button__button::after {
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 10px;
	margin: auto;
	background: url("../img/icon-cat.svg") center center / 46px auto no-repeat;
	transition: all 0.3s;
}
.floating-button__button--text {
	color: #111;
	font-size: 18px;
	text-align: center;
	position: relative;
	z-index: 1;
	line-height: 1.3;
	margin-bottom: 30px;
}
.floating-button__button:hover {
	transition: all 0.3s;
	transform: scale(1.2);
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 850px) {
	.floating-button {
		bottom: 1%;
		right: 1%;
	}
	.floating-button::before {
		bottom: 1%;
		right: 1%;
	}
	.floating-button__button {
		width: 125px;
		height: 125px;
	}
	.floating-button__button::before {
		background: url("../img/floating-button.svg") center center / 125px auto no-repeat;
	}
	.floating-button__button--text {
		font-size: 15px;
		letter-spacing: 0;
		line-height: 1.2;
		margin-bottom: 25px;
	}
	.floating-button__button::after {
		width: 36px;
		height: 36px;
		bottom: 8px;
		background: url("../img/icon-cat.svg") center center / 36px auto no-repeat;
	}
}

@media (max-width: 425px) {
	.floating-button {
		bottom: 1%;
		right: 1%;
	}
	.floating-button::before {
		bottom: 1%;
		right: 1%;
	}
	.floating-button__button {
		width: 100px;
		height: 100px;
	}
	.floating-button__button::before {
		background: url("../img/floating-button.svg") center center / 100px auto no-repeat;
	}
	.floating-button__button--text {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.floating-button__button::after {
		width: 30px;
		height: 30px;
		background: url("../img/icon-cat.svg") center center / 30px auto no-repeat;
	}
}

/*-----------------------------------
■ Footer
-----------------------------------*/
footer {
	border-radius: 30px 30px 0 0;
	background: #f8b100;
	text-align: center;
	padding: 50px 0 10px 0px;
}
.footer-logo {
	width: min(45%, 270px);
	margin: auto;
	margin-bottom: 5px;
}
.footer-logo img {
	width: 100%;
	margin-left: 30px;
	height: auto;
}

@media (max-width: 425px) {
	footer {
		padding-top: 30px;
	}
	.footer-logo img {
		margin-left: 10px;
	}
	footer .fas_sns_icon li a {
		padding: 12px;
	}
	footer .fas_sns_icon--insta a img {
		width: 23px;
		height: 23px;
	}
	footer .fas_sns_icon--note a img {
		width: 20px;
		height: 20px;
	}
	footer .fas_sns_icon--line a img {
		width: 25px;
		height: 25px;
	}
}

/*-----------------------------------
■ 下層ページ
-----------------------------------*/
.contents {
	width: 98%;
	margin: auto;
	margin-bottom: min(15%, 100px);
	max-width: 1500px;
}

/* ---------------------------- */
/* Title */
/* ---------------------------- */

.title-h1 {
	position: relative;
	border-radius: 30px;
	background: #f8b100;
	margin-bottom: 100px;
	text-align: center;
}
.title-h1::before {
	content: "";
	position: absolute;
	background: url(../img/line-stripe.svg) repeat-x top;
	background-size: 22px;
	width: 100%;
	height: 40px;
	left: 0;
	top: 0;
}
.title-h1 h1 {
	width: auto;
	padding: 90px 0px 30px 15px;
	font-size: 45px;
	display: inline-block;
	position: relative;
	background: url(../img/line-wave-big.svg) repeat-x bottom;
	margin-bottom: 30px;
    font-size: clamp(26px, 5.5vw, 48px);
    line-height: 1.4;
}
.title-h1 img.h1-nikukyu {
	margin-left: 10px;
	vertical-align: middle;
    width: clamp(27px, 17%, 50px);
}
.title-h1__inner {
	width: 100%;
}
.title-h1__inner-txt {
	text-align: center;
	line-height: 1.6;
	font-size: clamp(16px ,2.8vw, 26px);
	padding-bottom: 60px;
}
@media (max-width: 1024px) {
	.title-h1 {
		margin-bottom: 80px;
	}
}
@media (max-width: 768px) {
	.title-h1 h1 {
		background-size: 48px;
		padding: 90px 30px 30px 15px;
	}
	.title-h1 img.h1-nikukyu {
		position: absolute;
		vertical-align: bottom;
        bottom: 18%;
		margin-left: 5px;
	}
}

@media (max-width: 660px) {
	.title-h1 {
		margin-bottom: 40px;
	}
	.title-h1 h1 {
		padding: 60px 0px 25px 15px;
		margin-bottom: 20px;
	}
	.title-h1__inner-txt {
		padding-bottom: 30px;
	}
}
@media (max-width: 425px) {
	.title-h1::before {
		content: "";
		position: absolute;
		background: url(../img/line-stripe.svg) repeat-x top;
		background-size: 12px;
		width: 100%;
		height: 40px;
		left: 0;
	}
	.title-h1__inner-txt {
		padding-bottom: 25px;
	}
	.title-h1 h1 {
		padding: 50px 0px 15px 0px;
		margin-bottom: 15px;
		background-size: 32px;
	}
	.title-h1 img {
		margin-left: 3px;
	}
}


/*-----------------------------------
■ Button
-----------------------------------*/

/*矢印-白背景*/
.button__arrow {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	background: #fff;
	border-radius: 35px;
	width: auto;
	margin: auto;
	padding: 5px 70px 5px 30px;
	min-height: 60px;
	align-items: center;
	font-weight: 700;
	transition: all 0.3s;
	font-size: clamp(15px ,4vw, 18px);
	text-align: left;
	border: 2px solid #fff;
}
.button__arrow.br {
	padding-bottom: 10px;
}
.button__arrow::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../img/arrow_button-arrow.svg);
	background-size: cover;
	border-radius: 24px;
	transition: all 0.3s;
}
.button__arrow:hover::before {
	transition: all 0.3s;
	right: 0;
	transform-origin: right center;
}
.button__arrow:hover {
	transition: all 0.3s;
	background: #222;
	color: #fff;
	border: 2px solid #222;
}
.button__arrow:hover * {
	color: #fff !important;
}

@media (max-width: 425px) {
	.button__arrow {
		padding: 5px 50px 5px 20px;
	}
	.button__arrow::before {
		width: 30px;
		height: 30px;
	}
}

/*矢印-黄色背景*/
.button__arrow.button--yellow {
	background: #f8b100;
	border-color: #f8b100;
	color: #fff;
}
.button__arrow:hover.button--yellow {
	color: #f8b100;
	background: #fff;
	border-color: #f8b100;
}
.button__arrow.button--yellow::before {
	background: url(../img/arrow_button-arrow-y.svg);
    background-size: cover;
}

/*矢印-水色背景*/
.button__arrow.button--blue {
	background: #89b8c9;
	border-color: #89b8c9;
	color: #fff;
}
.button__arrow:hover.button--blue {
	background: #fff;
	color: #89b8c9;
	border-color: #89b8c9;
}
.button__arrow.button--blue::before {
	background: url(../img/arrow_button-arrow-b.svg);
    background-size: cover;
}

/*矢印-白背景-黒ライン*/
.button__arrow.button--border {
	background: #fff;
	border: 2px solid #111;
}
.button__arrow.button--border::before {
	background: url(../img/arrow_button-arrow.svg);
	background-size: cover;
}
.button__arrow.button--border:hover::before {
	right: 0;
}
.button__arrow.button--border:hover {
	background: #222;
	color: #fff;
}

/*矢印-白背景-黄色ライン*/
.button__arrow.button--border.button--yellow {
	background: #fff;
	color: #111;
	border: 2px solid #f8b100;
}
.button__arrow.button--border.button--yellow::before {
	background: url(../img/arrow_button-arrow-y.svg);
	background-size: cover;
}
.button__arrow.button--border.button--yellow:hover::before {
	right: 0;
}
.button__arrow.button--border.button--yellow:hover {
	background: #f8b100;
	color: #fff;
}

/*矢印-blank*/
.button__arrow.button--blank::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	background-image: url("../img/icon-blank-w.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.button__arrow:hover.button--blank::after{
	background-image: url("../img/icon-blank.svg");
}

.button__arrow.button--blank.button--border::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	background-image: url("../img/icon-blank.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.button__arrow.button--yellow:hover.button--blank::after{
	background-image: url("../img/icon-blank-y.svg") !important;
}
.button__arrow.button--blue:hover.button--blank::after{
	background-image: url("../img/icon-blank-b.svg") !important;
}

.button__arrow:hover.button--blank.button--border::after{
	background-image: url("../img/icon-blank-w.svg") !important;
}



/*-----------------------------------
■ Scrollアニメーション
-----------------------------------*/
.js-text-effect span {
	display: inline-block;
	opacity: 0;
	visibility: visible;
	transform: rotateY(90deg);
}

/*-----------------------------------
■ Rss
-----------------------------------*/

/*-----------------------------------
■ フォント
-----------------------------------*/

.en {
	font-family: "Aller Display", sans-serif;
	letter-spacing: 0.125em;
}
.jp {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.yellow {
	color: #f8b100;
}
.blue {
	color: #89b8c9;
}
.fs10 {
	font-size: 0.714em;
}

.fs11 {
	font-size: 0.786em;
}

.fs12 {
	font-size: 0.857em;
}

.fs13 {
	font-size: 0.929em;
}

.fs15 {
	font-size: 1.071em;
}

.fs16 {
	font-size: 1.143em;
}

.fs18 {
	font-size: 1.286em;
}

.fs20 {
	font-size: 1.429em;
}

.fs22 {
	font-size: 1.571em;
}

.fs24 {
	font-size: 1.714em;
}

.fs26 {
	font-size: 1.857em;
}

.fs28 {
	font-size: 2em;
}

.fs30 {
	font-size: 2.143em;
}

.fs32 {
	font-size: 2.286em;
}

.fs34 {
	font-size: 2.429em;
}

.fs36 {
	font-size: 2.571em;
}

.fs42 {
	font-size: 3em;
}

.bold500 {
	font-weight: 500;
}
.bold600 {
	font-weight: 600;
}
.bold700 {
	font-weight: 700;
}
.bold800 {
	font-weight: 800;
}
.bold900 {
	font-weight: 90;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

/*-----------------------------------
■ Print
-----------------------------------*/

/*パソコンViewを印刷レイアウトにする*/
@media print and (min-width: 961px) {
}

@media print {
	body {
		-webkit-print-color-adjust: exact;
		width: 1100px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}
}
/*-----------------------------------
■ レイアウト調整
-----------------------------------*/

/* ########### PC-L - ########### */

@media (min-width: 1441px) {
	.pcL-only {
		display: inline;
	}
	.pcM-only {
		display: none !important;
	}
	.pcS-only {
		display: none !important;
	}
	.tb-only {
		display: none !important;
	}
	.spL-only {
		display: none !important;
	}
	.spM-only {
		display: none !important;
	}
	.spS-only {
		display: none !important;
	}

	.pcL-up {
		display: inline;
	}
	.pcM-up {
		display: inline;
	}
	.pcS-up {
		display: inline;
	}
	.tb-up {
		display: inline;
	}
	.spL-up {
		display: inline;
	}
	.spM-up {
		display: inline;
	}
	.spS-up {
		display: inline;
	}

	.pcL-down {
		display: inline;
	}
	.pcM-down {
		display: none !important;
	}
	.pcS-down {
		display: none !important;
	}
	.tb-down {
		display: none !important;
	}
	.spL-down {
		display: none !important;
	}
	.spM-down {
		display: none !important;
	}
	.spS-down {
		display: none !important;
	}
}

/* ########### pcM - pcL ########### */

@media (min-width: 1025px) and (max-width: 1440px) {
	.pcL-only {
		display: none !important;
	}
	.pcM-only {
		display: inline;
	}
	.pcS-only {
		display: none !important;
	}
	.tb-only {
		display: none !important;
	}
	.spL-only {
		display: none !important;
	}
	.spM-only {
		display: none !important;
	}
	.spS-only {
		display: none !important;
	}

	.pcL-up {
		display: none !important;
	}
	.pcM-up {
		display: inline;
	}
	.pcS-up {
		display: inline;
	}
	.tb-up {
		display: inline;
	}
	.spL-up {
		display: inline;
	}
	.spM-up {
		display: inline;
	}
	.spS-up {
		display: inline;
	}

	.pcL-down {
		display: inline;
	}
	.pcM-down {
		display: inline;
	}
	.pcS-down {
		display: none !important;
	}
	.tb-down {
		display: none !important;
	}
	.spL-down {
		display: none !important;
	}
	.spM-down {
		display: none !important;
	}
	.spS-down {
		display: none !important;
	}
}

/* ########### tb - pc ########### */

@media (min-width: 769px) and (max-width: 1024px) {
	.pcL-only {
		display: none !important;
	}
	.pcM-only {
		display: none !important;
	}
	.pcS-only {
		display: inline;
	}
	.tb-only {
		display: none !important;
	}
	.spL-only {
		display: none !important;
	}
	.spM-only {
		display: none !important;
	}
	.spS-only {
		display: none !important;
	}

	.pcL-up {
		display: none !important;
	}
	.pcM-up {
		display: none !important;
	}
	.pcS-up {
		display: inline;
	}
	.tb-up {
		display: inline;
	}
	.spL-up {
		display: inline;
	}
	.spM-up {
		display: inline;
	}
	.spS-up {
		display: inline;
	}

	.pcL-down {
		display: inline;
	}
	.pcM-down {
		display: inline;
	}
	.pcS-down {
		display: inline;
	}
	.tb-down {
		display: none !important;
	}
	.spL-down {
		display: none !important;
	}
	.spM-down {
		display: none !important;
	}
	.spS-down {
		display: none !important;
	}
}

/* ########### spL - tb ########### */

@media (min-width: 426px) and (max-width: 768px) {
	.pcL-only {
		display: none !important;
	}
	.pcM-only {
		display: none !important;
	}
	.pcS-only {
		display: none !important;
	}
	.tb-only {
		display: inline;
	}
	.spL-only {
		display: none !important;
	}
	.spM-only {
		display: none !important;
	}
	.spS-only {
		display: none !important;
	}

	.pcL-up {
		display: none !important;
	}
	.pcM-up {
		display: none !important;
	}
	.pcS-up {
		display: none !important;
	}
	.tb-up {
		display: inline;
	}
	.spL-up {
		display: inline;
	}
	.spM-up {
		display: inline;
	}
	.spS-up {
		display: inline;
	}

	.pcL-down {
		display: inline;
	}
	.pcM-down {
		display: inline;
	}
	.pcS-down {
		display: inline;
	}
	.tb-down {
		display: inline;
	}
	.spL-down {
		display: none !important;
	}
	.spM-down {
		display: none !important;
	}
	.spS-down {
		display: none !important;
	}
}

/* ########### spM - spL ########### */

@media (min-width: 376px) and (max-width: 425px) {
	.pcL-only {
		display: none !important;
	}
	.pcM-only {
		display: none !important;
	}
	.pcS-only {
		display: none !important;
	}
	.tb-only {
		display: none !important;
	}
	.spL-only {
		display: inline;
	}
	.spM-only {
		display: none !important;
	}
	.spS-only {
		display: none !important;
	}

	.pcL-up {
		display: none !important;
	}
	.pcM-up {
		display: none !important;
	}
	.pcS-up {
		display: none !important;
	}
	.tb-up {
		display: none !important;
	}
	.spL-up {
		display: inline;
	}
	.spM-up {
		display: inline;
	}
	.spS-up {
		display: inline;
	}

	.pcL-down {
		display: inline;
	}
	.pcM-down {
		display: inline;
	}
	.pcS-down {
		display: inline;
	}
	.tb-down {
		display: inline;
	}
	.spL-down {
		display: inline;
	}
	.spM-down {
		display: none !important;
	}
	.spS-down {
		display: none !important;
	}
}

/* ########### spS - spM ########### */

@media (min-width: 346px) and (max-width: 375px) {
	.pcL-only {
		display: none !important;
	}
	.pcM-only {
		display: none !important;
	}
	.pcS-only {
		display: none !important;
	}
	.tb-only {
		display: none !important;
	}
	.spL-only {
		display: none !important;
	}
	.spM-only {
		display: inline;
	}
	.spS-only {
		display: none !important;
	}

	.pcL-up {
		display: none !important;
	}
	.pcM-up {
		display: none !important;
	}
	.pcS-up {
		display: none !important;
	}
	.tb-up {
		display: none !important;
	}
	.spL-up {
		display: none !important;
	}
	.spM-up {
		display: inline;
	}
	.spS-up {
		display: inline;
	}

	.pcL-down {
		display: inline;
	}
	.pcM-down {
		display: inline;
	}
	.pcS-down {
		display: inline;
	}
	.tb-down {
		display: inline;
	}
	.spL-down {
		display: inline;
	}
	.spM-down {
		display: inline;
	}
	.spS-down {
		display: none !important;
	}
}

/* ########### spS ########### */

@media (max-width: 345px) {
	.pcL-only {
		display: none !important;
	}
	.pcM-only {
		display: none !important;
	}
	.pcS-only {
		display: none !important;
	}
	.tb-only {
		display: none !important;
	}
	.spL-only {
		display: none !important;
	}
	.spM-only {
		display: none !important;
	}
	.spS-only {
		display: inline;
	}

	.pcL-up {
		display: none !important;
	}
	.pcM-up {
		display: none !important;
	}
	.pcS-up {
		display: none !important;
	}
	.tb-up {
		display: none !important;
	}
	.spL-up {
		display: none !important;
	}
	.spM-up {
		display: none !important;
	}
	.spS-up {
		display: inline;
	}

	.pcL-down {
		display: inline;
	}
	.pcM-down {
		display: inline;
	}
	.pcS-down {
		display: inline;
	}
	.tb-down {
		display: inline;
	}
	.spL-down {
		display: inline;
	}
	.spM-down {
		display: inline;
	}
	.spS-down {
		display: inline;
	}
}
