@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root{
  --grad-a: #8AECC4;
  --grad-b: #e06df0;
  --header-extra: 20px;
}

body {
	font-family: "Noto Sans JP";
	color: #000000;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
	padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

html, body {
	height: 100%;
}

body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

body.news-detail-wrap {
  display: flex;
  flex-direction: column;
  background: transparent;
}

ul,
ol {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

img {
	width: 100%;
	height: auto;
}

a {
	transition: all .7s;
}

table {
	border-collapse: collapse;
}

.main {
	flex: 1 0 auto;
}

.l-footer, footer {
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.p-footer {
	padding-block: 32px;
	padding-block: 2rem;
}

.p-footer__inner.l-inner {
	max-width: 990px;
	max-width: 61.875rem;
}

.p-footer__nav ul {
	gap: 16px 0;
	gap: 1rem 0;
	grid-template-columns: repeat(3, 1fr);
}

.p-footer__nav ul li {
	text-align: center;
}

.p-footer__nav ul li a {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-footer__nav ul li a:hover {
	opacity: 0.8;
}

.p-footer__nav ul li:last-child {
	grid-column: 3/4;
}

.p-footer__copy {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 78px;
	margin-top: 4.875rem;
	text-align: center
}

.fadeIn {
	opacity: 0;
	transition: all 1.5s;
}

.late {
	transition-delay: .3s;
}

.fadeIn.is-show {
	opacity: 1;
}

.fadeIn_left {
	opacity: 0;
	transform: translate(-50%, 0);
	transition: all 1s;
}

.fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.fadeIn_right {
	opacity: 0;
	transform: translate(50%, 0);
	transition: 1s;
}

.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.bg__Contents {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.news-detail-wrap .header,
.news-detail-wrap .fixed-right,
.news-detail-wrap .main,
.news-detail-wrap .l-footer,
.news-detail-wrap footer,
.news-detail-wrap .pagetop-btn {
  position: relative;
  z-index: 1;
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
}

.header {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
	background: #fff;
	padding: 15px 30px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
}

.header-inner {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
}

.header-left {
	width: 140px;
}

.header-right {
	width: 180px;
}

.sns-list {
	display: flex !important;
	align-items: center;
	/* justify-content: space-between; */
	width: 180px;
}

.sns-list-item {
	width: 40px;
	padding-left: 5px;
	padding-right: 5px;
}

.sns-list-item a {
	transition: all .7s;
}

.sns-list-item a:hover {
	opacity: .7;
}

.fixed-right,
.pagetop-btn {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.fixed-right {
	position: fixed;
	opacity: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 10;
}

.fixed-right ul li a {
	margin-bottom: 10px;
	background: #9B161E;
	border: 1px solid #9B161E;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	color: #fff;
	display: block;
	padding: 20px 15px;
	transition: all .7s;
}

.fixed-right ul li a:hover {
	background: #EFEFEF;
	color: #9B161E;
}

.fixed-right ul li:nth-child(2) a {
	background: #9A9A9A;
	border-color: #9A9A9A;
}

.fixed-right ul li:nth-child(2) a:hover {
	background: #9B161E;
	color: #fff;
}

.mv {
	background-image: url(../img/mv.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-block: 160px 40px;
}

.mv-infinite-scroll {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.mv-scroll-wrapper {
	overflow: hidden;
	width: 100%;
}

.mv-scroll-content {
	display: flex;
	width: max-content;
}

.mv-scroll-content img {
	width: auto;
	height: 620px;
	margin-right: 40px;
}

.mv-title {
	margin: 0 auto 0 40px;
	width: 65%;
}

section {
	padding: 80px 0;
	overflow: hidden;
}

.gallery {
	overflow: hidden;
}

body.modal-open {
	overflow: hidden;
	height: 100vh;
}

footer {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

.sns-wrap {
	background: none;
	padding: 100px 0;
}

.sns-wrap .sns-list {
	margin: 0 auto;
}

.pagetop-btn {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 0;
	right: 60px;
	z-index: 10;
	cursor: pointer;
}

.news-detail {
  padding-top: calc(var(--header-h, 64px) + var(--header-extra))!important;
  padding-bottom: 0;
}

.news-detail-box {
	max-width: 1400px;
	width: 100%;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	padding: 80px 20px;
	margin: 0 auto;
	background-color: #ffffff;
}

.news-detail-box h1 {
	font-weight: 700;
	font-size: 50px;
	line-height: 1.3;
	color: #ffffff;
	padding: 20px 30px;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.news-detail-box h2 {
	padding-left: 30px;
	border-left: 1px solid #8AECC4;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	color: #ffffff;
	margin-bottom: 20px;
}

.news-detail-box p {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 20px;
}

.news-detail-box img {
	max-width: 700px;
	margin: 0 auto 30px;
}

.news-detail-box a {
	font-weight: 500;
	text-decoration: underline;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
	position: relative;
	display: block;
	transition: all .7s;
}

.news-detail-box a[target="_blank"]::after {
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-bottom: 2.5px;
}

.news-detail-box a:hover {
	opacity: .8;
	text-decoration: none;
}

.youtube-cont {
	width: 100%;
	aspect-ratio: 16 / 9;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

.youtube-cont img {
	position: absolute;
	cursor: pointer;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.youtube-cont iframe {
	width: 100%;
	height: 100%;
}

.news-detail-box h3 {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 20px;
	position: relative;
}

.news-detail-box h3::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 2px;
	background: #8AECC4;
	left: 0;
	bottom: -5px;
}

.news-detail-box ul {
	margin-bottom: 20px;
}

.news-detail-box ul li {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	position: relative;
	display: flex;
	align-items: center;
}

.news-detail-box ul li::before {
	content: '・';
	color: #ffffff;
	margin-right: 10px;
}

.news-detail-box small {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 20px;
}

.news-detail-box small.red {
	color: #FF0000;
}

.news-detail-box table {
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.8em;
}

.news-detail-box table th {
	background: linear-gradient(to right, #8AECC4, #e06df0);
	border: 1px solid #fff;
	padding: 20px 5px;
	font-size: 18px;
	vertical-align: middle;
	width: 30%;
	text-align: center;
	color: #fff;
}

.news-detail-box table tr:nth-child(1) th {
	border-top: 1px solid #8AECC4;
}

.news-detail-box table tr:last-child th {
	border-bottom: 1px solid #8AECC4;
}

.news-detail-box table td {
	width: 70%;
	padding: 20px 20px 20px 30px;
	border: 1px solid #8AECC4;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

.button_A a,
.button_B a,
.button_C a {
	text-decoration: none;
	margin-bottom: 20px!important;
	padding: 25px 0;
}

.button_A a {
  display: block;
  max-width: 400px;
  background: #C761E1;
  border: 1px solid #C761E1;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  transition: all .7s;
  line-height: 1.8em;
}

.button_B a {
  display: block;
  max-width: 400px;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  margin: 0 auto;
  border: 2px solid;
  border-image: linear-gradient(to right, #8AECC4, #e06df0) 1;
  text-align: center;
  white-space: nowrap;
  line-height: 1.8em;
  color: #ffffff;
  transform: scale(1.0);
}

.button_B a:hover {
	background: rgba( 255, 255, 255, 0.2);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.button_C a {
  display: block;
  max-width: 400px;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  margin: 0 auto;
  border: 2px solid;
  border-image: linear-gradient(to right, #8AECC4, #e06df0) 1;
  text-align: center;
  white-space: nowrap;
  line-height: 1.8em;
  color: #ffffff;
  transform: scale(1.0);
}

.button_C a:hover {
	background: rgba( 255, 255, 255, 0.2);
  transition: opacity 0.25s ease, transform 0.25s ease;
  transform: scale(1.05);
}

.gradient {
  font-family: Oswald, Noto Sans JP;
  background-image: linear-gradient(90deg, var(--grad-a), var(--grad-b));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;/* Firefox対策 */
  -webkit-text-fill-color: transparent;
}

.attention-text {
	color: #ff0000!important;
}

.grad-text--flow {
  background-size: 200% 100%;
  transition: background-position .8s ease;
}
.grad-text--flow:hover {
  background-position: 100% 0;
}

.p-footer__inner.l-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.p-footer__nav ul li {
	color: #fff;
}

.p-footer__nav ul li a {
	font-size: 16px;
}

.sp {
	display: none;
}

	@media screen and (max-width:768px) {
		.news-detail-box h1{
			font-size: 30px;
			padding: 0;
		}
		.news-detail-box{
			width: 90%;
			margin: 0 auto;
		}
		.p-footer__copy{
			font-size: 12px;
			padding:0 10px;
		}
		.sns-wrap{
			padding: 50px 0;
		}
	}	