@charset "UTF-8";

/* -----------------------------------------------
 [main-slide]
-------------------------------------------------- */
.main-slide .main-slide__list {
	position: relative;
	opacity: 0;
	overflow: hidden;
}
.main-slide .main-slide__item {
	position: relative;
}
.main-slide .main-slide__item > span {
	position: relative;
}
.main-slide .main-slide__item > span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.24);
}
.main-slide .main-slide__item.overlay-no > span::after {
	content: none;
}
.main-slide .main-slide__item .main-slide__detail {
	position: absolute;
	top: 50%;
	left: 50%;
	word-break: keep-all;
	transform: translate(-50%, -50%);
	text-align: center;
}
.main-slide .main-slide__item .main-slide__text {
	font-size: 20px;
	letter-spacing: 0.15em;
	color: #fff;
}
.main-slide .main-slide__item .main-slide__text span {
	display: block;
	font-size: 17px;
}
.main-slide .main-slide__item .main-slide__btn {
	margin-top: 10px;
}
.main-slide .main-slide__item .main-slide__btn a {
	display: inline-block;
	padding: 5px 20px 5px 35px;
	position: relative;
	background: #fff;
	border-radius: 15px;
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #46331C;
}
.main-slide .main-slide__item .main-slide__btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 12px;
	height: 12px;
	background: url(/assets/images/common/icon-arrow-r.svg) no-repeat center;
	transform: translateY(-50%);
}

.main-slide .main-slide__list .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 1;
	transform: translateX(-50%);
}
.main-slide .main-slide__list .slick-dots button {
	width: 7px;
	height: 7px;
	background: #fff;
	opacity: 1;
}
.main-slide .main-slide__list .slick-dots .slick-active button {
	opacity: 0.5;
}
@media(min-width: 768px){
	.main-slide .main-slide__item {
		overflow: hidden;
		max-height: 740px;
	}
	.main-slide .main-slide__item .main-slide__text {
		font-size: 23px;
	}
	.main-slide .main-slide__item .main-slide__text span {
		font-size: 18px;
	}
} /* pc */

/* -----------------------------------------------
 [m-foot]
-------------------------------------------------- */
.m-foot {
	margin-top: 70px;
}
.m-foot .hdg-ver03 {
	display: none;
}
@media(min-width: 768px){
	.m-foot {
		margin-top: 80px;
	}
} /* pc */

/* -----------------------------------------------
 [pickup bnr]
-------------------------------------------------- */
.pickup__bnr {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
	margin-top: 35px;
	padding: 0 15px;
}
.pickup__bnr .m-btn-overlay figcaption {
	font-size: 20px;
	text-align: center;
	font-family: "秀英丸ゴシック B";
	font-weight: bold;
}
.pickup__bnr .m-btn-overlay figcaption span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-family: "秀英丸ゴシック B";
	font-weight: bold;
}
@media(min-width: 768px){
	.pickup__bnr {
		max-width: 800px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin: 30px auto 0;
		padding: 0 15px;
	}
} /* pc */

/* -----------------------------------------------
 [news]
-------------------------------------------------- */
.news {
  padding: 0 15px;
}
.news .news__list {
  overflow-y: auto;
	height: 210px;
	padding-right: 8px;
}
.news .news__list::-webkit-scrollbar {
	width: 5px;
}
.news .news__list::-webkit-scrollbar-track{
	background: #F2EFE6;
}
.news .news__list::-webkit-scrollbar-thumb{
	background: #DDD7CF;
}
.news .news__list li {
  border-bottom: 1px dashed #DDDCD8;
}
.news .news__list li:first-child {
  border-top: 1px dashed #DDDCD8;
}
.news .news__list li a {
  display: block;
  position: relative;
  padding: 25px 30px 25px 0;
}
.news .news__list li a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 14px;
	height: 14px;
	background: url(/assets/images/common/icon-arrowR-r.svg) no-repeat center center;
	background-size: 14px 14px;
	transform: translateY(-50%);
}
.news .news__list li time {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #8C7F70;
}
.news .news__btn {
  margin-top: 40px;
  text-align: center;
}
@media(min-width: 768px){
  .news {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .news .news__list {
    height: 230px;
  }
  .news .news__list li a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    transition: all 0.5s;
  }
  .news .news__list li a::after {
		width: 16px;
		height: 16px;
		background-size: 16px;
  }
  .news .news__list li a:hover {
    opacity: 0.7;
  }
  .news .news__list li time {
    flex: 0 0 15%;
    font-size: 13px;
  }
  .news .news__list li p {
    flex: 0 0 85%;
    padding-left: 20px;
    box-sizing: border-box;
  }
} /* pc */

/* -----------------------------------------------
 [understand]
-------------------------------------------------- */
.understand {
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 0 15px;
}
.understand__detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.understand .understand__title {
	order: 2;
	flex: 0 0 20%;
	padding: 0 10px 0 0;
	writing-mode: vertical-rl;
	font-size: 20px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
.understand .understand__text {
	order: 1;
	flex: 0 0 72%;
	line-height: 2.4;
}
.understand .understand__btn {
	margin-top: 30px;
	text-align: center;
}
@media(min-width: 768px){
	.understand {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 935px;
		margin: 90px auto 90px;
	}
	.understand__detail {
		display: block;
	}
	.understand .understand__title {
		padding: 0;
		writing-mode:initial;
		font-size: 27px;
	}
	.understand .understand__text {
		margin-top: 30px;
		font-size: 16px;
	}
	.understand .understand__btn {
		padding-right: 20px;
		font-size: 13px;
	}
} /* pc */

/* -----------------------------------------------
 [products]
-------------------------------------------------- */
.products {
	margin-top: 80px;
}
.products .products__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1px;
}
.products .products__item {
	flex: 0 0 50%;
	margin-top: 2px;
	padding: 0 1px;
	box-sizing: border-box;
}
.products .products__item:first-child {
	flex: 0 0 100%;
	margin-top: 0;
}
.products .products__item figure {
	position: relative;
}
.products .products__item figcaption {
	position: absolute;
	left: 50%;
	bottom: 3%;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	word-break: keep-all;
	color: #fff;
	transform: translateX(-50%);
	text-align: center;
}
.products .products__item:first-child figcaption {
	bottom: 10%;
	font-size: 16px;
}

.products .product-other__list {
	display: flex;
	justify-content: center;
	margin: 45px 0 0 0;
	padding: 0 10px;
}
.products .product-other__item {
	flex: 0 0 calc(50% - 10px);
	padding: 0 5px;
}
.products .product-other__item figure span {
	display: block;
	padding-top: 83%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}
.products .product-other__item figcaption {
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 0.1em;
	word-break: keep-all;
	text-align: center;
}

.products .products-bnr__list {
	margin-top: 30px;
	padding: 0 15px;
}
.products .products-bnr__item {
	margin-top: 10px;
}
.products .products-bnr__item figure {
	position: relative;
}
.products .products-bnr__item figure img {
	border-radius: 10px;
}
.products .products-bnr__item figure.overlay::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.products .products-bnr__item figure figcaption {
	position: absolute;
	left: 50%;
	top: 50%;
	color:  #fff;
	font-size: 17px;
	letter-spacing: 0.1em;
	word-break: keep-all;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.products.products-top {
	margin-top: 50px;
	padding: 0 15px;
}
.products.products-top .products__item img {
	border-radius: 10px;
}
@media(min-width: 768px){
	.products {
		max-width: 1200px;
		margin: 100px auto 0;
	}
	.products .products__item figcaption {
		bottom: 8%;
		font-size: 18px;
		line-height: 1.6;
	}
	.products .products__item:first-child figcaption {
		bottom: auto;
		top: 50%;
		padding-left: 12%;
		font-size: 24px;
		transform: translateY(-50%);
	}

	.products .product-other__list {
		max-width: 760px;
		margin: 80px auto 0 auto;
		padding: 0;
	}
	.products .product-other__item {
		flex: 0 0 calc(50% - 30px);
		padding: 0 15px;
	}
	.products .product-other__item figure span {
		padding-top: 47%;
	}

	.products .products-bnr__list {
		display: flex;
		justify-content: center;
		max-width: 760px;
		margin: 50px auto 0 auto;
		padding: 0;
	}
	.products .products-bnr__item {
		flex: 0 0 calc(50% - 30px);
		margin-top: 0;
		padding: 0 15px;
	}

	.products.products-top {
		margin-top: 90px;
	}
}

/* -----------------------------------------------
 [introduction]
-------------------------------------------------- */
.introduction .introduction__item {
	margin-top: 2px;
}
.introduction .introduction__item figure {
	position: relative;
	display: grid;
	place-content: center;
}
.introduction .introduction__item figure::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.introduction .introduction__item figcaption {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #fff;
	word-break: keep-all;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.exhibition__bnr {
	margin-top: 30px;
	padding: 0 15px;
}
.exhibition__bnr a {
	display: block;
}
.exhibition__bnr .exhibition__inner {
	position: relative;
}
.exhibition__bnr .exhibition__inner img {
	border-radius: 10px;
}
.exhibition__bnr .exhibition__inner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.exhibition__bnr .exhibition__inner p {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 1.4;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.exhibition__bnr .exhibition__inner p span {
	display: block;
	font-size: 14px;
}
@media(min-width: 768px){
	.introduction .introduction__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2px;
		max-width: 900px;
		margin: 0 auto;
	}
	.introduction .introduction__item {
		margin-top: 0;
	}
	.introduction .introduction__item figcaption {
		font-size: 24px;
	}
	.exhibition__bnr {
		max-width: 345px;
		margin: 25px auto;
		padding: 0;
	}
} /* pc */

/* -----------------------------------------------
 [voice]
-------------------------------------------------- */
.voice {
	padding: 0 15px;
}
.voice .voice-pickup__block a,
.voice .voice__block a {
	display: block;
}
.voice .voice-pickup__block,
.voice .voice__item {
	background: #fff;
}
.voice .voice-pickup__block .voice-pickup__image,
.voice .voice__item .voice__image {
	padding-bottom: 82.5%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.voice .voice-pickup__block .voice-pickup__detail,
.voice .voice__item .voice__detail {
	padding: 10px 15px;
}
.voice .voice-pickup__block .voice-pickup__detail p,
.voice .voice__item .voice__detail p {
	font-size: 12px;
}

.voice .voice__block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -0.1%;
}
.voice .voice__item {
	flex: 0 0 49.9%;
	margin: 1px 0 0 0.1%;
}
.voice .voice__item .voice__image {
	padding-bottom: 97%;
}
.voice .voice__btn {
	margin-top: 30px;
	text-align: center;
}
@media(min-width: 768px){
	.voice .voice-wrap {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		max-width: 962px;
		margin: 0 auto;
	}
	.voice .voice-pickup__block {
		flex: 0 0 480px;
		margin-top: 1px;
		height: 100%;
		background: #fff;
	}
	.voice .voice-pickup__block .voice-pickup__image {
		width: 100%;
		height: 465px;
		padding-bottom: 0;
	}
	.voice .voice__block {
		flex: 0 0 482px;
		align-items: flex-start;
		margin: 0;
	}
	.voice .voice__item {
		flex: 0 0 240px;
		margin: 1px 0 0 1px;
	}
	.voice .voice__item .voice__image {
		height: 200px;
		padding-bottom: 0;
	}
	.voice .voice-pickup__block .voice-pickup__detail,
	.voice .voice__item .voice__detail {
		display: flex;
		align-items: center;
		min-height: 64px;
		padding: 12px 15px 11px 15px;
		box-sizing: border-box;
	}
	.voice .voice__btn {
		margin-top: 50px;
	}
} /* pc */
@media only screen and (min-width:768px) and (max-width:980px){
	.voice .voice-pickup__block {
		flex: 0 0 48%;
	}
	.voice .voice__block {
		flex: 0 0 52%;
	}
	.voice .voice__item {
		flex: 0 0 49.5%;
	}
} /* tb */

/* -----------------------------------------------
 [sns]
-------------------------------------------------- */
.sns {
	margin-top: 70px;
	padding: 0 15px;
}
.sns .sns__bnr {
	margin-top: 15px;
}
.sns .sns__bnr a {
	display: block;
}
.sns .sns__bnr .sns__item {
	display: block;
	padding: 19.5% 10px;
	border-radius: 10px;
}
.sns .sns__bnr .sns__item figcaption {
	display: block;
	position: relative;
	padding: 0 0 0 35px;
	font-size: 16px;
	letter-spacing: 0.1em;
	word-break: keep-all;
	text-align: center;
	color: #fff;
}
.sns .sns__bnr .sns__item figcaption::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-left: -35px;
	background: url(/assets/images/index/icon-youtube.svg) no-repeat center;
	background-size: 30px;
	transform: translateY(-50%);
}
.sns .sns__bnr.is-instagram .sns__item figcaption::before {
	background-image: url(/assets/images/index/icon-instagram.svg);
}
@media(min-width: 768px){
	.sns {
		display: flex;
		justify-content: center;
		margin: 100px auto 0;
		padding: 0;
	}
	.sns .sns__bnr {
		min-width: 345px;
		margin: 0 25px;
	}
	.sns .sns__bnr .sns__item {
		padding: 19.5% 10px;
	}
	.sns .sns__bnr .sns__item figcaption {
		padding: 0 0 0 40px;
		font-size: 17px;
	}
	.sns .sns__bnr .sns__item figcaption::before {
		width: 32px;
		height: 32px;
		margin-left: -40px;
		background-size: 32px;
		transform: translateY(-50%);
	}
} /* pc */

/* -----------------------------------------------
 [karte box-exhibition]
-------------------------------------------------- */
#box-exhibition {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 35px;
	padding: 0 15px;
}
#box-exhibition > div {
	flex: 0 0 calc(50% - 5px);
}
.box-exhibition__item {
	flex: 0 0 calc(50% - 5px);
	background: #fff;
	border-radius: 10px;
	text-align: center;
}
.box-exhibition__item a {
	display: block;
	padding: 20px 10px 15px 10px;
}
.box-exhibition__item h2 {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.box-exhibition__item h2 span {
	display: block;
	font-size: 16px;
}
.box-exhibition__item p {
	margin-top: 5px;
	font-size: 10px;
	letter-spacing: 0.05em;
	color: #930B0B;
}
@media(min-width: 768px){
	#box-exhibition {
		gap: 20px;
		max-width: 800px;
		margin: 80px auto 0 auto;
	}
	#box-exhibition > div {
		flex: 0 0 calc(50% - 10px);
	}
	.box-exhibition__item {
		flex: 0 0 calc(50% - 10px);
		margin: 0;
	}
	.box-exhibition__item a {
		display: block;
		padding: 20px 30px 15px 30px;
	}
	.box-exhibition__item h2 {
		font-size: 16px;
	}
	.box-exhibition__item h2 span {
		display: inline;
		margin-right: 1em;
		font-size: 16px;
	}
}

/* -----------------------------------------------
 [alert ver2]
-------------------------------------------------- */
.alert {
	margin: 0 15px -30px 15px;
	border-radius: 10px;
}
@media(min-width: 768px){
	.alert {
		max-width: 1200px;
		margin: 0 auto -40px auto;
	}


}
