@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
html {
	font-size: 62.5%;
}

body {
	position: relative;
	background-color: #FFF;
	font-size: 1.8rem;
	line-height: 1;
	color: #222;
	font-weight: 300;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

header {
	width: auto;
	margin: 0px auto;
}

main {
	width: 100%;
	margin: 0px auto;
}
@media (min-width: 1060px) {
	main {
		min-height: calc(100vh - 275px);
	}
}
@media (max-width: 767px) {
	main {
		min-height: calc(100vh - 150px);
	}
}

footer {
	width: 100%;
	margin: 0px auto;
}

section {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.pc_br {
	display: block;
}

.sp_br {
	display: none;
}

@media (max-width: 767px) {
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}
}
.c-page-title {
	display: block;
	font-family: "Chivo", sans-serif;
}

.c-sec-title {
	display: block;
	width: auto;
	text-align: center;
	line-height: 1;
	font-size: 5rem;
	font-weight: 400;
	font-family: "Chivo", sans-serif;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.c-sec-title {
		font-size: 4.5rem;
	}
}
@media (max-width: 767px) {
	.c-sec-title {
		font-size: 4rem;
	}
}

.c-font-ja {
	font-family: "Noto Sans JP", sans-serif;
}

.c-font__Serif {
	font-family: "Noto Serif JP", serif;
}

.c-font__SansSerif {
	font-family: "Noto Sans JP", sans-serif;
}

.c-font__weight--300 {
	font-weight: 300;
}

.c-font__weight--400 {
	font-weight: 400;
}

.c-font__weight--500 {
	font-weight: 500;
}

.c-font__weight--600 {
	font-weight: 600;
}

.c-font__weight--700 {
	font-weight: 700;
}

.c-font__weight--900 {
	font-weight: 900;
}

.c-font__weight--bold {
	font-weight: bold;
}

.c-text-left {
	text-align: left;
	word-break: break-word;
}

.c-text-justify {
	text-align: justify;
	word-break: break-word;
}

.c-text-through {
	text-decoration-line: line-through;
	text-decoration-style: double;
	text-decoration-color: #000;
}

.c-block {
	display: block;
}

.c-inline-block {
	display: inline-block;
}

.c-ellipsis {
	width: 100%; /* 省略せずに表示するサイズを指定 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-flex {
	display: flex;
	flex-wrap: wrap;
}

.c-flex--nowrap {
	display: flex;
}

.c-flex--column {
	display: flex;
	flex-direction: column;
}
@media (max-width: 767px) {
	.c-flex--column--sp {
		flex-direction: column;
	}
}

.c-flex-justify-center {
	justify-content: center;
}

.c-flex-between {
	justify-content: space-between;
}

.c-flex-around {
	justify-content: space-around;
}

.c-flex-justify-end {
	justify-content: flex-end;
}

.c-flex-vcenter {
	align-items: center;
}

.c-flex-vstart {
	align-items: flex-start;
}

.c-flex-vend {
	align-items: flex-end;
}

.c-flex-align-center {
	align-content: center;
}

.c-flex-align-end {
	align-content: flex-end;
}

.c-flex-elm-vcenter {
	-ms-grid-row-align: center;
	    align-self: center;
}

.c-obj-fit {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.c-maxwidth {
	max-width: 1300px;
}

.c-inner-maxwidth {
	max-width: 900px;
}

.c-innerbox {
	display: block;
	width: 100%;
	height: auto;
}

.c-button {
	display: inline-block;
	padding: 0.5em 3em;
	font-size: 2.2rem;
	color: #000;
	background-color: #C59A35;
	border-radius: 5rem;
}
@media (max-width: 767px) {
	.c-button {
		font-size: 1.8rem;
	}
}

nav.navigation.pagination .screen-reader-text {
	display: none;
}
nav.navigation.pagination .nav-links ul {
	display: flex;
	justify-content: center;
}
nav.navigation.pagination .nav-links li {
	margin: 0.5rem;
}
nav.navigation.pagination .nav-links li span, nav.navigation.pagination .nav-links li a {
	display: inline-block;
	padding: 0.6rem 1.1rem;
}
nav.navigation.pagination .nav-links li .current {
	background-color: #432E2A;
	color: #FFF;
	border-radius: 1em;
}
nav.navigation.pagination .nav-links .page-numbers {
	font-size: 2.2rem;
}
nav.navigation.pagination .nav-links .page-numbers.prev, nav.navigation.pagination .nav-links .page-numbers.next {
	color: #432E2A;
}

.blog-paging--single .nav-button.nav-next {
	color: #432E2A;
}
.blog-paging--single .nav-button.nav-next span {
	display: inline-block;
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.blog-paging--single .nav-button.nav-prev {
	color: #432E2A;
}
.blog-paging--single .nav-button.nav-separator {
	display: inline-block;
	margin: 0 1rem;
	color: #999;
}

.c-form-input {
	border: 1px solid #999;
	padding: 0.4rem;
}

.p-header {
	position: fixed;
	left: 0;
	top: -75px;
	width: 100%;
	height: 75px;
	background-color: #FFF;
	z-index: 10;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 1059px) {
	.p-header {
		top: -55px;
		height: 55px;
	}
}
.p-header.is-view {
	position: sticky;
	top: 0px;
}
.p-header__inner {
	width: 100%;
	height: 100%;
}
.p-header__logo {
	flex: 1;
	height: 60px;
	margin-top: 8px;
	margin-left: 20px;
}
@media (max-width: 1059px) {
	.p-header__logo {
		display: none;
	}
}
.p-header__logo-image {
	width: auto;
	height: 100%;
}
@media (max-width: 1059px) {
	.p-header__nav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #432E2A;
		background: url("../img/h_nav_bg-sp.jpg") center center;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		opacity: 0.5;
		flex-direction: column !important;
		justify-content: flex-start !important;
	}
}
.p-header__nav__logo {
	display: none;
}
@media (max-width: 1059px) {
	.p-header__nav__logo {
		margin-top: 10rem;
		display: block;
	}
}
@media (max-width: 1059px) {
	.p-header__nav__logo-image {
		display: block;
		width: 260px;
		height: 88px;
	}
}
@media (max-width: 1059px) {
	.p-header__list {
		margin-top: 5rem;
		max-width: 400px;
	}
}
.p-header__list-item {
	font-size: 1.8rem;
}
.p-header__list-item a {
	padding: 0.5rem 1rem;
}
@media (max-width: 1059px) {
	.p-header__list-item {
		width: 100%;
		padding: 2.5rem 0;
		font-size: 2.2rem;
	}
	.p-header__list-item::before {
		content: "》";
		font-weight: 600;
		margin-right: -1rem;
	}
}
.p-header__contact {
	z-index: 2;
}
@media (max-width: 1059px) {
	.p-header__contact {
		width: 100%;
		padding-right: 50px;
		background-color: #FFF;
	}
}
.p-header__contact::before {
	content: "|";
}
@media (max-width: 1059px) {
	.p-header__contact::before {
		content: none;
	}
}
.p-header__contact__icon-image {
	margin: 0 10px;
	width: 40px;
	height: 40px;
}
@media (max-width: 1059px) {
	.p-header__contact__icon-image {
		width: 30px;
		height: 30px;
	}
}
.p-header__contact__btn {
	padding: 0.2rem 0.5rem;
	height: 100%;
	width: 200px;
	color: #FFF;
	font-size: 1.8rem;
	text-align: center;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-header__contact__btn {
		width: 170px;
		font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	.p-header__contact__btn {
		width: 112px;
		font-size: 1.4rem;
	}
}
.p-header__contact__btn--entry {
	background-color: #C59A35;
}
.p-header__contact__btn--contact {
	background-color: #753478;
}
.p-header__menu-button {
	display: none;
}
@media (max-width: 1059px) {
	.p-header__menu-button {
		display: flex;
		position: fixed;
		right: 0px;
		top: 0px;
		width: 55px;
		height: 55px;
		margin: 0 auto;
		padding: 12px 0;
		cursor: pointer;
		z-index: 15;
		background-color: #FFF;
	}
	.p-header__menu-button__border {
		display: block;
		width: 32px;
		height: 3px;
		background-color: #C59A35;
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
}

body.is-menu-opened .p-header__menu-button__border:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-7px, 7px);
	        transform: rotate(-45deg) translate(-7px, 7px);
}
body.is-menu-opened .p-header__menu-button__border:nth-child(2) {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	margin: auto;
}
body.is-menu-opened .p-header__menu-button__border:nth-child(3) {
	opacity: 0;
}
@media (max-width: 1059px) {
	body.is-menu-opened .p-header__nav {
		-webkit-transform: translateY(55px);
		        transform: translateY(55px);
		opacity: 1;
	}
}
body.is-menu-opened .p-header__nav__logo {
	display: none;
}
@media (max-width: 1059px) {
	body.is-menu-opened .p-header__nav__logo {
		display: block;
	}
}

.p-footer {
	position: relative;
	margin-top: 0;
	padding: 5rem 0 1rem;
	height: 200px;
	text-align: center;
	background-color: #F5DEA8;
	z-index: 1;
}
@media (max-width: 767px) {
	.p-footer {
		height: 150px;
		padding-top: 3rem;
	}
}
.p-footer a {
	color: #000;
}
.p-footer__gotop-link {
	display: none;
}
.p-footer__gotop-image {
	position: fixed;
	right: 10px;
	bottom: 60px;
	width: 88px;
	height: 127px;
}
@media (max-width: 767px) {
	.p-footer__gotop-image {
		right: 10px;
		bottom: 60px;
		width: 64px;
		height: 92px;
	}
}
.p-footer__title {
	font-size: 2.6rem;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-footer__title {
		font-size: 2.2rem;
	}
}
@media (max-width: 767px) {
	.p-footer__title {
		font-size: 1.5rem;
	}
}
.p-footer__logo-image {
	margin-right: 1rem;
	width: 50px;
	height: 52px;
}
@media (max-width: 767px) {
	.p-footer__logo-image {
		width: 38px;
		height: 40px;
	}
}
.p-footer__tel {
	margin-top: 1rem;
	font-size: 3rem;
}
@media (max-width: 1059px) {
	.p-footer__tel {
		font-size: 2.4rem;
	}
}
.p-footer__tel a {
	font-size: 4rem;
}
@media (max-width: 1059px) {
	.p-footer__tel a {
		font-size: 3rem;
	}
}
.p-footer__mail {
	margin-left: 3rem;
	width: auto;
	height: 4rem;
}
@media (max-width: 767px) {
	.p-footer__mail {
		height: 3rem;
	}
}
.p-footer__copy {
	padding: 0.8em 1rem 0 0;
	text-align: right;
	font-size: 1.2rem;
	color: #432E2A;
}
@media (max-width: 767px) {
	.p-footer__copy {
		padding: 1.5em 0 0;
		text-align: center;
	}
}

.p-mv__cover {
	width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	.p-mv__cover-image--land {
		display: block;
	}
	.p-mv__cover-image--port {
		display: none;
	}
}
@media (max-width: 767px) {
	.p-mv__cover-image--land {
		display: none;
	}
	.p-mv__cover-image--port {
		display: block;
	}
}
.p-mv__cover_text {
	opacity: 0;
	position: absolute;
	left: 5%;
	top: 43%;
	width: clamp(250px, 35%, 600px);
}

.p-about {
	padding: 4rem 0;
	background-color: #FFF;
}
.p-about__text {
	margin: 0 auto 0;
}
.p-about__sec-title {
	font-size: 3.5rem;
}
@media (max-width: 767px) {
	.p-about__sec-title {
		font-size: 6.4vw;
	}
}
.p-about__desc {
	margin-top: 3rem;
	text-align: center;
	font-size: 2rem;
	line-height: 1.8;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-about__desc {
		padding: 0 4rem;
	}
}
@media (max-width: 767px) {
	.p-about__desc {
		padding: 0 3rem;
		font-size: 1.8rem;
	}
}
.p-about__slider {
	margin-top: 3rem;
}
.p-about__slider li {
	padding: 0 0.8rem;
}
.p-about__slider li img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-news {
	padding: 5rem 0 5rem;
	background-color: #EFEFEF;
}
@media (max-width: 767px) {
	.p-news {
		padding: 3rem 0 3rem;
	}
}
.p-news__innerbox {
	margin: 0 auto;
}
.p-news__sec-title {
	font-size: 3.5rem;
}
@media (max-width: 767px) {
	.p-news__sec-title {
		font-size: 2.6rem;
	}
}
.p-news__list {
	margin: 6rem auto 0;
	padding: 0 1rem;
}
@media (max-width: 767px) {
	.p-news__list {
		margin: 30px auto 0;
	}
}
.p-news__list-item {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 2.5rem 3.5rem;
	text-align: left;
	font-size: 2rem;
	border-bottom: 1px solid #CACACA;
	overflow: hidden;
}
.p-news__list-item:nth-of-type(1) {
	border-top: 1px solid #CACACA;
}
@media (max-width: 767px) {
	.p-news__list-item {
		width: 96%;
		padding: 1.5rem 1rem;
	}
}
.p-news__list-item a {
	padding: 0.5rem 0;
}
@media (max-width: 767px) {
	.p-news__list-item-date {
		font-size: 1.4rem;
	}
}
.p-news__list-item-title {
	flex: 1;
	margin-left: 3rem;
}
@media (max-width: 767px) {
	.p-news__list-item-title {
		font-size: 1.6rem;
		margin-left: 2rem;
		line-height: 1.4;
	}
}
.p-news__btn-more {
	margin-top: 70px;
	font-size: 2rem;
}

.p-entry {
	padding: 4rem 0 2rem;
	background: url("../img/home/entry_bg.jpg") no-repeat center center/cover;
}
@media (max-width: 767px) {
	.p-entry {
		padding: 3rem 0 1rem;
	}
}
.p-entry__sec-title {
	font-size: 4rem;
	color: #FFF;
}
@media (max-width: 767px) {
	.p-entry__sec-title {
		font-size: 5.2vw;
	}
}
.p-entry__list {
	position: relative;
	margin: 6rem auto 0;
	padding: 0 1rem;
}
@media (max-width: 767px) {
	.p-entry__list {
		margin: 30px auto 0;
	}
}
.p-entry__list-item {
	position: relative;
	width: 42%;
	padding: 1rem 1rem 2rem;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 1.6rem;
	overflow: hidden;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-entry__list-item {
		width: 42%;
	}
}
@media (max-width: 767px) {
	.p-entry__list-item {
		aspect-ratio: unset;
		width: 80%;
		margin: 0 auto 1.5rem;
		padding: 0.8rem 0rem;
	}
}
.p-entry__list-item:hover {
	background-color: rgb(255, 255, 255);
}
.p-entry__list-item::before {
	content: "";
	display: block;
	width: 60%;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 20%;
	bottom: 20%;
}
@media (max-width: 767px) {
	.p-entry__list-item::before {
		content: none;
	}
}
.p-entry__list-item::after {
	content: "";
	display: block;
	width: 8%;
	height: 2px;
	background-color: #000;
	position: absolute;
	right: 20%;
	bottom: 20%;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: right;
	        transform-origin: right;
}
@media (max-width: 767px) {
	.p-entry__list-item::after {
		content: none;
	}
}
.p-entry__list-item a {
	padding: 3rem 5rem 5rem;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-entry__list-item a {
		padding: 3rem 3rem 5rem;
	}
}
@media (max-width: 767px) {
	.p-entry__list-item a {
		padding: 3rem 5rem 3rem;
	}
}
.p-entry__list-item__title {
	display: inline-block;
	font-size: 2rem;
	line-height: 1.6;
	text-align: center;
}
@media (max-width: 767px) {
	.p-entry__list-item__title {
		font-size: 4.2vw;
		line-height: 1.4;
	}
}
.p-entry__btn-more {
	margin-top: 70px;
	font-size: 2rem;
}
.p-entry__sub-image {
	aspect-ratio: 737/208;
	max-width: 90%;
	height: auto;
}

.p-winner {
	padding: 8rem 0;
	background: url("../img/home/winner_bg.jpg") no-repeat center center/cover;
}
.p-winner__innerbox {
	margin: 0 auto;
}
.p-winner__sec-title__image {
	aspect-ratio: 792/79;
	max-width: 90%;
	height: auto;
}
@media (max-width: 767px) {
	.p-winner__list {
		margin: 30px auto 0;
	}
}
.p-winner__list-item {
	margin: 6rem auto 0;
	position: relative;
	text-align: center;
}
.p-winner__list-item__title {
	padding: 1rem 0;
	display: block;
	margin: 0 auto 0;
	text-align: center;
	font-size: 3.5rem;
	background: url("../img/home/winner_title-deco.png") no-repeat left center, url("../img/home/winner_title-deco.png") no-repeat right center;
}
.p-winner__list-item__title > span {
	display: block;
	line-height: 1.3;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-winner__list-item__title {
		font-size: 2.6rem;
		background: url("../img/home/winner_title-deco.png") no-repeat left -65% center/50%, url("../img/home/winner_title-deco.png") no-repeat right -65% center/50%;
	}
}
@media (max-width: 767px) {
	.p-winner__list-item__title {
		padding-bottom: 8rem;
		font-size: 2rem;
		background: url("../img/home/winner_title-deco.png") no-repeat left -70% center/50%, url("../img/home/winner_title-deco.png") no-repeat right -70% center/50%;
	}
}
.p-winner__list-item__team {
	margin: 2rem auto 0;
}
@media (max-width: 767px) {
	.p-winner__list-item__team {
		margin-top: -7rem;
	}
}
.p-winner__list-item__team--half {
	margin-top: 6rem;
	width: 40%;
	display: inline-block;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-winner__list-item__team--half {
		width: 44%;
	}
}
@media (max-width: 767px) {
	.p-winner__list-item__team--half {
		width: 48%;
	}
}
.p-winner__list-item__team--half .p-winner__list-item__team-name span {
	padding: 0.5em 0.5em;
	width: 96%;
}
.p-winner__list-item__team-name {
	text-align: center;
}
.p-winner__list-item__team-name span {
	display: inline-block;
	margin: 0 auto 0;
	padding: 0.5em 2em;
	width: 50%;
	color: #FFF;
	font-size: 2.4rem;
	background-color: #000;
	border-radius: 5rem;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-winner__list-item__team-name span {
		width: 65%;
	}
}
@media (max-width: 767px) {
	.p-winner__list-item__team-name span {
		padding: 0.5em 1em;
		width: 65%;
		font-size: 1.6rem;
	}
}
.p-winner__list-item__team-image {
	display: block;
	margin: 6rem auto 0;
	max-width: 100%;
	height: auto;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-winner__list-item__team-image {
		margin-top: 3rem;
		width: auto;
		height: 360px;
	}
}
@media (max-width: 767px) {
	.p-winner__list-item__team-image {
		margin-top: 3rem;
		width: auto;
		height: 260px;
	}
}
.p-winner__list-item__team-comment {
	margin: 4rem 0 0;
	font-size: 2.2rem;
	line-height: 1.6;
}
@media (max-width: 767px) {
	.p-winner__list-item__team-comment {
		margin: 3rem 0 0;
		padding: 0em 1em;
		font-size: 1.7rem;
	}
}

.p-blog {
	padding: 1rem 0 5rem;
	background-color: #432E2A;
}
@media (max-width: 767px) {
	.p-blog {
		padding: 3rem 0 3rem;
	}
}
.p-blog__innerbox {
	margin: 0 auto;
	padding: 7rem 0 4rem;
	background: url("../img/home/blog_bg1.svg") no-repeat right 20px top/380px, url("../img/home/blog_bg2.svg") no-repeat left 20px bottom/400px;
}
@media (max-width: 767px) {
	.p-blog__innerbox {
		background: url("../img/home/blog_bg1.svg") no-repeat right 5px top/50%, url("../img/home/blog_bg2.svg") no-repeat left 5px bottom/45%;
	}
}
.p-blog__sec-title {
	font-size: 4rem;
	color: #FFF;
}
@media (max-width: 767px) {
	.p-blog__sec-title {
		font-size: 2.6rem;
	}
}
.p-blog__list {
	position: relative;
	margin: 8rem auto 0;
	padding: 0 1rem;
}
@media (max-width: 767px) {
	.p-blog__list {
		margin: 30px auto 0;
	}
}
.p-blog__list-item {
	position: relative;
	width: 32%;
	min-height: 270px;
	padding: 2rem 2rem;
	text-align: left;
	background-color: #FFF;
	border-radius: 1.6rem;
	overflow: hidden;
}
@media (max-width: 767px) {
	.p-blog__list-item {
		width: 80%;
		margin: 0 auto 3rem;
	}
}
.p-blog__list-item__thumb-box {
	position: relative;
}
.p-blog__list-item__thumb-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/blog/thumb-flame.png") no-repeat center center/100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.p-blog__list-item__title {
	display: inline-block;
	margin-top: 1rem;
	font-size: 2rem;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.p-blog__list-item__title {
		padding: 0 3rem;
		font-size: 1.8rem;
	}
}
.p-blog__list-item__desc {
	display: inline-block;
	margin-top: 1rem;
	font-size: 1.6rem;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.p-blog__list-item__desc {
		padding: 0 3rem;
		font-size: 1.4rem;
	}
}
.p-blog__btn-more {
	margin-top: 5rem;
	font-size: 2rem;
}
@media (max-width: 767px) {
	.p-blog__btn-more {
		font-size: 1.8rem;
	}
}

.p-history {
	padding: 0;
	background: url("../img/home/history_bg.jpg") no-repeat center top/cover;
}
@media (max-width: 767px) {
	.p-history {
		background: url("../img/home/history_bg-sp.jpg") no-repeat center top/cover;
	}
}
.p-history__innerbox {
	margin: 0 auto;
	padding: 5rem 0 5rem;
}
@media (max-width: 767px) {
	.p-history__innerbox {
		padding: 3rem 0;
	}
}
.p-history__sec-title {
	display: none;
	padding: 2.5rem 1rem;
	font-size: 4rem;
	color: #FFF;
	background-color: #C59A35;
}
@media (max-width: 767px) {
	.p-history__sec-title {
		font-size: 2.6rem;
	}
}
.p-history__mv-frame {
	padding: 1rem 2rem;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
.p-history__list {
	position: relative;
	margin: 5rem auto 0;
	padding: 0 1rem;
}
@media (max-width: 767px) {
	.p-history__list {
		margin: 30px auto 0;
	}
}
.p-history__list-item {
	position: relative;
	padding: 2rem 2rem;
	text-align: left;
	overflow: hidden;
}
@media (max-width: 767px) {
	.p-history__list-item {
		width: 90%;
		margin: 0 auto 3rem;
		justify-content: center;
	}
}
.p-history__list-item__text-box {
	flex: 1;
	padding-right: 5rem;
}
@media (max-width: 767px) {
	.p-history__list-item__text-box {
		flex: unset;
		padding-right: unset;
	}
}
.p-history__list-item__title {
	display: block;
	padding: 0 1rem 1rem;
	width: 100%;
	font-size: 3.2rem;
	color: #C30D23;
	border-bottom: 2px solid #C30D23;
}
@media (max-width: 767px) {
	.p-history__list-item__title {
		text-align: center;
		font-size: 2.4rem;
	}
}
.p-history__list-item__desc {
	display: inline-block;
	margin-top: 1rem;
	font-size: 2rem;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.p-history__list-item__desc {
		font-size: 1.8rem;
	}
}
.p-history__list-item__thumb-box {
	max-width: 320px;
	height: auto;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-history__list-item__thumb-box {
		max-width: 35%;
	}
}
@media (max-width: 767px) {
	.p-history__list-item__thumb-box {
		margin-top: 1rem;
		max-width: 76%;
	}
}
.p-history__bottom {
	margin-top: 5rem;
}
.p-history__bottom-image {
	max-width: 90%;
	height: auto;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-history__bottom-image {
		max-width: 70%;
	}
}
@media (max-width: 767px) {
	.p-history__bottom-image {
		max-width: 75%;
	}
}

.p-tamatebako {
	padding: 0;
	background: url("../img/home/tamatebako_bg.jpg") no-repeat center top/cover;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-tamatebako {
		padding-bottom: 4rem;
	}
}
@media (max-width: 767px) {
	.p-tamatebako {
		background: url("../img/home/tamatebako_bg-sp.jpg") no-repeat center top/cover;
	}
}
.p-tamatebako__sec-title {
	padding: 2.5rem 1rem;
	font-size: 4rem;
	color: #FFF;
	background-color: #00807A;
}
@media (max-width: 767px) {
	.p-tamatebako__sec-title {
		font-size: 5vw;
	}
}
.p-tamatebako__innerbox {
	margin: 0 auto;
}
.p-tamatebako__desc {
	margin-top: 4rem;
	font-size: 3.4rem;
	line-height: 1.4;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-tamatebako__desc {
		font-size: 2.6rem;
	}
}
@media (max-width: 767px) {
	.p-tamatebako__desc {
		font-size: 1.5rem;
	}
}
.p-tamatebako__list {
	margin: 5rem auto 0;
	width: 100%;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-tamatebako__list {
		width: 90%;
	}
}
.p-tamatebako__list-item {
	margin-bottom: 2rem;
	padding: 0.2rem;
	width: 33%;
	max-width: 275px;
}
.p-tamatebako__list-item__image {
	height: auto;
	max-width: 100%;
}
@media (max-width: 767px) {
	.p-tamatebako__list-item {
		width: 45%;
		margin: 0 auto 2rem;
	}
}

.p-access__innerbox {
	margin: 0 auto;
	padding: 5rem 2rem;
}
.p-access__map-image {
	width: clamp(320px, 100%, 850px);
	height: auto;
}
.p-access__desc {
	margin: 3rem auto 0;
	padding: 1rem;
	text-align: left;
	font-size: 2.5rem;
	line-height: 1.5;
}
.p-access__desc span {
	display: inline-block;
}

.p-link {
	padding: 0 0 8rem;
	background-color: #FFF;
}
@media (max-width: 1059px) {
	.p-link {
		padding-top: 4rem;
	}
}
.p-link__sec-title {
	padding: 2.5rem 10rem;
	background: -webkit-gradient(linear, left top, right top, color-stop(15%, #e4a137), color-stop(50%, #F8E193), color-stop(85%, #571211));
	background: linear-gradient(90deg, #e4a137 15%, #F8E193 50%, #571211 85%);
}
.p-link__sec-title__image {
	width: clamp(300px, 100%, 1000px);
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-link__sec-title {
		padding: 2.5rem 5rem;
	}
}
@media (max-width: 767px) {
	.p-link__sec-title {
		padding: 2.5rem 2rem;
	}
}
.p-link__innerbox {
	margin: 1rem auto 0;
}
.p-link__list {
	margin: 0 auto;
	padding: 0 2rem;
	width: 100%;
}
@media (max-width: 1059px) and (min-width: 768px) {
	.p-link__list {
		width: 95%;
	}
}
.p-link__list__spacer {
	margin: 1rem auto;
	width: 100%;
	height: 1px;
	background-color: #2A2A2A;
	position: relative;
}
@media (max-width: 1059px) {
	.p-link__list__spacer {
		width: 94%;
	}
}
.p-link__list__spacer-text::after {
	content: "※順不同";
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-120%);
	        transform: translateY(-120%);
}
@media (max-width: 767px) {
	.p-link__list__spacer-text::after {
		font-size: 1.2rem;
	}
}
.p-link__list img {
	width: 100%;
	height: auto;
}
.p-link__list--lg img {
	max-width: 90%;
}
.p-link__list--md img {
	max-width: 45%;
}
.p-link__list--text-lg span {
	width: 45%;
	padding: 1.2rem 0;
	color: #000;
	font-size: clamp(2.2rem, 2.4vw, 2.8rem);
}
@media (max-width: 767px) {
	.p-link__list--text-lg span {
		width: 90%;
		padding: 0.8rem 0;
		justify-content: center;
	}
}
.p-link__list--text-md img, .p-link__list--text-sm img {
	width: 100%;
}
/*# sourceMappingURL=home.css.map */