@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@700&display=swap');

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* レイアウト
------------------------------------------------------------ */
html {
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000;
	-webkit-font-smoothing: antialiased;
}

body.s {
	min-width: 320px;
	font-size: 13px;
	font-size: 1.3rem;
}

.wrapper {
	min-height: 100vh;
	width: 100%;
	position: relative;
	padding-bottom: 86px;
	overflow: hidden;
}

a {
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	color: #b84436;
	text-decoration: underline;
}

a:hover {
	opacity: 0.5;
	text-decoration: none;
}

a .pdf {
	background-color: #e60012;
	color: #231815;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 1px 14px;
	margin-left: 12px;
	vertical-align: middle;
}

.s a .pdf {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 1px 20px;
	margin-left: 0;
}

/* スマホ時画像長押し保存禁止 */
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
}

img {
	width: 100%;
}

/* ヘッダー
------------------------------------------------------------ */
header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
}
.s header {
	border-bottom: none;
	margin-bottom: 0;
	height: 60px;
}
.header-area {
	background-color: #a12830;
	width: 12%;
	max-width: 210px;
	border-radius: 0 0 3vw 0;
}
.s .header-area {
	width: 32%;
	border-radius: 0 0 7vw 0;
}
.header-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8% 15% 12%;
}
.header-area p {
	width: 42%;
}

/* Footer
------------------------------------------------------------ */
footer {
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
	bottom: 0;
	font-weight: 400;
	font-style: normal;
	padding: 15px 25px;
	/* position: fixed; */
	background-color: #fff;
	color: #231815;
	padding: 0;
}

footer a {
	color: #231815;
	text-decoration: none;
}

.footer-area {
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}
.s .footer-area {
	padding: 10px 20px;
}
.footer-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.s .footer-flex {
	display: block;
}
.footer-info {
	display: flex;
	align-items: center;
	font-size: 1rem;
}

.s .footer-info {
	justify-content: space-between;
	flex-wrap: wrap;
}

footer ._site {
	font-size: clamp(1rem,1.4vw,1.2rem);
	text-align: right;
}

.s footer ._site {
	display: block;
	padding: 0;
}

footer ._site li {
	text-decoration: none;
}

footer ._site li a {
	position: relative;
	padding: 2px 20px 2px 5px;
	display: inline-block;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	footer ._site li a {
		padding: 2px 20px 2px 10px;
	}
}

.s footer ._site li a {
	padding: 1px 20px 1px 0;
}

.sns-box {
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.s .sns-box {
	display: none;
}

.sns-box .sns {
	padding-right: 15px;
}

#page footer ._site li a {
	color: #231815;
}

footer ._site li a:after {
	content: "";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5px;
}

footer ._site li a:hover {
	opacity: 0.5;
	cursor: pointer;
}

ul {
	list-style: none;
}

footer .tobi-logo {
	width: 207px;
	margin-right: 10px;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	footer .tobi-logo {
		width: 150px;
		margin-right: 5px;
	}
}

.s footer .tobi-logo {
	max-width: 160px;
	width: 100%;
}

footer .copyright {
	width: 40%;
	font-size: 1.2rem;
	bottom: 28px;
	right: 20px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: right;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	footer .copyright {
		font-size: 1.0rem;
	}
}

.s footer .copyright {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 1.0rem;
	bottom: auto;
	right: auto;
	padding-top: 12px;
}
.s .footer-sns {
	width: 100%;
	margin-top: 10px;
}

.footer-sns li {
	display: inline-block;
	padding: 0 5px;
}
.s .footer-sns li {
	padding: 0 15px;
}
.footer-sns li a {
	display: block;
	width: 36px;
	border-radius: 50%;
	opacity: 1;
	transition: .2s;
}

@media screen and (min-width:768px) and (max-width:1000px) {
	.footer-sns li a {
		width: 32px;
	}
}

.footer-sns li a:hover {
	opacity: 0.8;
	transition: .2s;
}

/* iPhone SE時改行 */
.s .s-320-block {
	display: none;
}

@media screen and (max-width:320px) {
	.s .s-320-block {
		display: block;
	}
}

/* 基本 LPここから
------------------------------------------------------------ */

#page {
	position: relative;
}
.bg_wh {
	background-color: white;
	padding: 100px 0;
}
.s .bg_wh {
	padding: 32% 0 70px;
}
.bg_rd {
	background-color: #a12830;
	padding: 100px 0 17%;
}
.s .bg_rd {
	padding: 40px 0 30%;
}
.mx-w {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

/* pagetop トップに戻るボタン */
.ui-pagetop {
	position: fixed;
	right: 10px;
	z-index: 100;
	width: 10%;
	max-width: 70px;
	border-radius: 50vw;
	box-shadow: 0px 15px 20px 0px rgba(161, 40, 48, 0.1);
}
.s .ui-pagetop {
	width: 15%;
}
.s .ui-pagetop a {
	opacity: 1;
}

/* fadein フェードイン */
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}
.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

/* mv */
.mv {
	text-align: center;
}
.mv .main_logo {
	width: 50%;
	max-width: 500px;
	margin-bottom: 20px;
}
.s .mv .main_logo {
	width: 65%;
	margin-bottom: 10px;
}
.main_text {
	color: white;
	font-size: 24px;
	margin-bottom: 20px;
}
.s .main_text {
	font-size: 17px;
}

/* news ニュース */
.ttl-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-left: -3%;
}
.s .ttl-flex {
	display: block;
	margin-left: 0;
}
.ttl-flex h2 {
	width: 20%;
	font-family: "Montserrat", sans-serif;
	position: relative;
	font-size: 38px;
	line-height: 1.4;
	/* background: url(../img/ttl_deco.png)no-repeat top left / 14.5%; */
	padding: 0.5% 0 0 3%;
	margin-top: -2.5%;
}
.s .ttl-flex h2 {
	width: 100%;
	/* background: url(../img/ttl_deco.png)no-repeat top left 0.5rem / 3rem; */
	line-height: 1.2;
	padding: 2rem 0 0 5%;
	margin-bottom: 10%;
	margin: 0 0 8% -5%;
}
.bg_wh .ttl-flex h2 {
	color: #000;
}
.bg_rd .ttl-flex h2 {
	color: white;
}
.ttl-flex h2 span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
}
.s .ttl-flex h2 span {
	font-size: 20px;
}
.bg_wh .ttl-flex h2 span {
	color: #aaaaaa;
}
.news-list {
	width: 78%;
}
.s .news-list {
	width: 100%;
	margin: 0 auto;
}
.news-list li {
	width: 100%;
	background-color: #f8f8f8;
	padding: 15px 30px;
	border-radius: 1vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.s .news-list li {
	border-radius: 15px;
	display: block;
	padding: 20px 25px;
}
.news-list li:not(.news-list li:last-child) {
	margin-bottom: 2.5%;
}
.s .news-list li:not(.news-list li:last-child) {
	margin-bottom: 5%;
}
.news-list li .news-days {
	font-family: "Montserrat", sans-serif;
	color: #666666;
	font-size: clamp(22px, 2.7vw, 25px);
	line-height: 1.2;
	margin-top: -0.5rem;
	width: 15%;
}
.s .news-list li .news-days {
	width: 100%;
	margin-bottom: 5px;
}
.news-list li .news-days span {
	font-size: 12px;
}
.s .news-list li .news-days span {
	font-size: 14px;
	margin-right: 0.5rem;
}
.news-list li .news-ttl {
	width: 88%;
}
.s .news-list li .news-ttl {
	width: 100%;
}

/* lineup  ラインナップ */
.lineup .ttl-flex {
	margin-bottom: 5%;
	align-items: center;
}
.lineup-lead {
	width: 67%;
	color: white;
}
.s .lineup-lead {
	width: 100%;
	margin: 0 auto;
}
.lineup-list {
	width: 83%;
	margin: 0 auto;
}
.s .lineup-list {
	width: 100%;
}
.lineup-list li {
	width: 100%;
	background-color: white;
	padding: 15px 45px 15px 30px;
}
.s .lineup-list li {
	padding: 15px 30px;
}
.lineup-list li:not(.lineup-list li:last-child) {
	margin-bottom: 2.5%;
}
.s .lineup-list li:not(.lineup-list li:last-child) {
	margin-bottom: 5%;
}
.lineup-list li .lineup-days {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #666666;
}
.lineup-list li .lineup-ttl {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #000;
	font-size: 18px;
}
.s .lineup-list li .lineup-ttl {
	font-size: 15px;
}
/* アコーディオン関連 */
.lineup-ttl-box {
	position: relative;
}
.lineup-ttl-box::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: solid 2px #a12830;
	border-right: solid 2px #a12830;
	-webkit-transform: rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
	transition: all 0.2s ease-in-out;
	top: 50%;
	right: -15px;
}
.s .lineup-ttl-box::after {
	right: -15px;
}
.acc_btn .acc_box {
	display: none;
}
.acc_btn .acc_box {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #a12830;
}
.acc_btn.open .lineup-ttl-box::after {
	-webkit-transform: rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}