@charset "utf-8";

/* Page MV
----------------------------------------------------------------------------------------------------*/
.mv-page {
	position: relative;
	margin-top: 15rem;
}

.mv-page__bg {
	display: block;
	width: 100%;
}

.mv-title {
	position: absolute;
	top: 40%;
	left: 45%;
	display: flex;
	align-items: center;
	margin: 0 auto 3rem;
}

.mv-title__en {
	display: inline-flex;
	align-items: center;
	padding: 0 1rem;
	margin-left: 1.8rem;
	background: #60B867;
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 2.8rem;
	height: 4rem;
	/* 平行四辺形のための変形 */
	transform: skew(-20deg);
	/* 左上が上がる形に傾ける */
}

/* 中のテキストを逆に傾けてまっすぐにする */
.mv-title__en>* {
	transform: skew(20deg);
}

.mv-title__jp {
	color: #000;
	font-size: 3.9rem;
	font-weight: 700;
}

@media screen and (max-width: 1367px) {
	.mv-title {
		left: 45%;
	}

	.mv-title__en {
		font-size: 2rem;
	}

	.mv-title__jp {
		font-size: 3rem;
	}
}

@media screen and (max-width: 1024px) {
	.mv-page {
		margin-top: 10rem;
	}

	.mv-title {
		top: 30%;
		flex-direction: column;
		align-items: flex-start;
		gap: 1.5rem;
	}

	.mv-title__en {
		padding: 0 1rem;
		margin-left: 0;
		font-size: 1.2rem;
		height: 2rem;
	}

	.mv-title__jp {
		margin-bottom: 0;
		font-size: 2rem;
	}
}

@media screen and (max-width: 767px) {
	.mv-title {
		left: 23%;
	}
}

/* Common
----------------------------------------------------------------------------------------------------*/
.main {
	padding: 10rem 0;
}

@media screen and (max-width: 1367px) {
	.main {
		padding: 10rem 0;
	}
}

@media screen and (max-width: 767px) {
	.main {
		padding: 5rem 0;
	}
}

.page-copy {
	margin-bottom: 10rem;
	font-size: 3.5rem;
	font-weight: 600;
}

@media screen and (max-width: 1367px) {
	.page-copy {
		margin-bottom: 6rem;
		font-size: 3.5rem;
	}
}

@media screen and (max-width: 767px) {
	.page-copy {
		margin-bottom: 6rem;
		font-size: 2rem;
	}
}



/*コンテンツ*/

h1,
h2,
h3,
h4 {
	text-wrap: unset;
}

.news__area {
	width: calc(1360 / 1920 * 100%);
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	height: calc(580 / 1480 * 100%);
	/*コンテンツが増えたら削除*/
}

h4 {
	position: relative;
	font-size: 3.2rem;
	border-bottom: 2px solid #ccc;
	padding: 0 0 30px;
}

h4::after {
	position: absolute;
	content: "";
	display: block;
	bottom: -2px;
	width: 70px;
	border-bottom: 2px solid #13579d;
}

/*.h4__line {
  height: 2px;
  background: linear-gradient(to right, #13579d 0%, #13579d 7%, transparent 0%),
              linear-gradient(to right, #ccc 100%);
	position: relative;
	margin: 20px 0 0;
}*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.news__area {
		width: calc(100% - 80px);
	}
}

@media screen and (max-width: 767px) {
	.news__area {
		width: calc(100% - 40px);
	}

	h4 {
		font-size: 1.8rem;
		line-height: 1.5;
	}

	/*	.h4__line {
		background: linear-gradient(to right, #13579d 0%, #13579d 15%, transparent 0%),
              linear-gradient(to right, #ccc 100%);
	}*/
}

.news__area h3 {
	font-weight: 300;
	font-size: 1.6rem;
	padding: 0 0 15px;
}

h3.tab__info::after {
	content: "お知らせ";
	margin: 0 0 0 20px;
	padding: 3px 10px;
	background: #13579D;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
}

.newsBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 0;
}

.newsBox__txt {
	width: calc(0.6 / 1 * 100%);
	font-size: 1.8rem;
	line-height: 1.75;
}

.newsBox__img {
	width: calc(0.4 / 1 * 100% - 20px);
	border: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {

	.newsBox__txt,
	.newsBox__img {
		width: 100%;
	}

	.newsBox__txt {
		font-size: 1.6rem;
		margin: 0 0 30px;
	}

	.news__left p {
		font-size: 1.6rem;
		line-height: 1.5;
	}

}


/*----------------------------------------------------
ニュース
----------------------------------------------------*/

.main {
	width: min(90%, 1230px);
	margin: 0 auto;
}

.newsDay {
	font-size: 1.8rem;
	font-weight: 500;
	padding: 0 0 20px;
}

.chip__notice::after {
	content: "お知らせ";
	padding: 2px 20px;
	margin: 0 0 0 20px;
	font-size: 1.6rem;
	background: #fcc454;
}

.chip__info::after {
	content: "商品情報";
	padding: 2px 20px;
	margin: 0 0 0 20px;
	font-size: 1.6rem;
	background: #fcc454;
}

.chip__event::after {
	content: "イベント";
	padding: 2px 20px;
	margin: 0 0 0 20px;
	font-size: 1.6rem;
	background: #fcc454;
}

.news__section h4,
.news__section h4::after {
	border-bottom: 0;
	text-wrap: unset;
}

.newsBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.newsBox .news__left,
.newsBox .news__right {
	width: calc(100% / 2 - 20px);
}

.news__left p {
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.75;
}

.news__right img {
	border: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
	.news__section h4 {
		font-size: 2.4rem;
		line-height: 1.75;
		padding: 0 0 20px;
	}

	.newsBox .news__left,
	.newsBox .news__right {
		width: 100%;
	}

	.news__left {
		margin: 0 0 20px;
	}

.news__left p {
	font-size: 1.8rem;
}

}