/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/css/main.scss ***!
  \****************************************************************************************************************************************/
@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul,
nav li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

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

*:focus {
	outline: none;
}

/*--------------------------------------------------------------
add
--------------------------------------------------------------*/
a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

ul,
ol {
	list-style: none;
}

/*--------------------------------------------------------------
color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
font-size
--------------------------------------------------------------*/
/*--------------------------------------------------------------
opacity transition
--------------------------------------------------------------*/
/*--------------------------------------------------------------
font-family
--------------------------------------------------------------*/
/*--------------------------------------------------------------
etc
--------------------------------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	font-family: YakuHanJP, "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	font-weight: 500;
	color: #5b5b5b;
	line-height: 1.83;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	overflow-x: hidden;
	overflow-wrap: break-word;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size-adjust: 100%;
	text-justify: none;
}

header {
	width: 100%;
}

img {
	vertical-align: middle;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
p {
	letter-spacing: 0.02em;
}

/*--------------------------------------------------------------
print
--------------------------------------------------------------*/
@media print {
	.no-print {
		display: none;
	}
}

/*--------------------------------------------------------------
tell link sponly
--------------------------------------------------------------*/
@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/*--------------------------------------------------------------
width
--------------------------------------------------------------*/
/*--------------------------------------------------------------
mq
--------------------------------------------------------------*/
/*--------------------------------------------------------------
px - vw
--------------------------------------------------------------*/
/*--------------------------------------------------------------
inner
--------------------------------------------------------------*/
.inner {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 1080px) {
	.inner {
		max-width: 98vw;
	}
}

@media screen and (max-width: 768px) {
	.inner {
		max-width: 90vw;
	}
}

@media screen and (max-width: 600px) {
	.inner {
		max-width: 95vw;
	}
}

/*--------------------------------------------------------------
font-size
--------------------------------------------------------------*/
body {
	font-size: 1.6rem;
}

p,
li {
	font-size: 1.7rem;
}

@media screen and (max-width: 1080px) {
	body {
		font-size: 1.6rem;
	}
	p,
	li {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.6rem;
	}
	p,
	li {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 600px) {
	body {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	p,
	li {
		font-size: 1.6rem;
		line-height: 1.8;
	}
}

/*--------------------------------------------------------------
only
--------------------------------------------------------------*/
.forpc {
	display: block;
}
@media screen and (max-width: 1920px) {
	.forpc {
		display: block;
	}
}
@media screen and (max-width: 1080px) {
	.forpc {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.forpc {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.forpc {
		display: none;
	}
}

.forsp {
	display: none;
}
@media screen and (max-width: 1920px) {
	.forsp {
		display: none;
	}
}
@media screen and (max-width: 1080px) {
	.forsp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.forsp {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.forsp {
		display: block;
	}
}

.ff-jp {
	font-family: "A1ゴシック M", sans-serif;
}

a {
	color: inherit;
	transition: 0.1s;
}

a:hover {
	color: #abebd8;
}

a img {
	transition: 0.1s;
}

a img:hover {
	opacity: 0.8;
}

html {
	scroll-behavior: smooth;
}

.link {
	margin-bottom: 20px;
}

.link-img {
	text-align: right;
}
.link-img a {
	/* display: block; */
}

.main-visual {
	background: url(../images/bg-mv.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.main-visual {
		padding-bottom: 5vw;
		background: url(../images/bg-mv_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
	}
}

.main-ttl-img {
	text-align: center;
}

.main-ttl-txt {
	text-align: center;
}

.nav-cont-wrap {
	background-color: #fff;
	padding-top: 50px;
}
@media screen and (max-width: 768px) {
	.nav-cont-wrap {
		padding-top: 0;
	}
}

.nav a {
	display: block;
}

.main-ttl-txt-lead {
	font-weight: bold;
	font-size: 2.4rem;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.main-ttl-txt-lead {
		margin-top: 6.51042vw;
		margin-bottom: 6.51042vw;
		font-size: 1.8rem;
		text-align: left;
	}
}

@media screen and (max-width: 600px) and (max-width: 768px) {
	.main-ttl-txt-lead.gaiyou {
		text-align: center;
	}
}

.main-ttl-txt-detail {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.main-ttl-txt-detail {
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
	.gaiyo .main-ttl-txt-lead {
		margin-top: 6.51042vw;
		margin-bottom: 6.51042vw;
		font-size: 1.8rem;
		text-align: center;
	}
}
.nav-wrap {
	display: flex;
	justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
	.nav-wrap {
		margin-top: 10vw;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	.nav-item {
		width: 48%;
		margin: 5px 2px;
	}
}

.section {
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.section {
		margin-top: 10vw;
	}
}

h2 {
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	h2 {
		font-size: 2rem;
	}
}

.section-ttl {
	position: relative;
	padding-bottom: 5px;
	border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
	.section-ttl {
		margin-bottom: 3.25521vw;
	}
}

.section-ttl-txt {
	padding: 0 0 0 15px;
	display: block;
	position: relative;
	color: #3a3a3a;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.section-ttl-txt {
		padding: 0 0 0 2.60417vw;
	}
}

.section-ttl-txt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #abebd8;
	width: 5px;
	border-radius: 3px;
}

#sec-gakusyu .section-ttl-txt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #a0d9eb;
	width: 5px;
	border-radius: 3px;
}

#sec-gosho .section-ttl-txt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #f7ddca;
	width: 5px;
	border-radius: 3px;
}

#sec-nyumon .section-ttl-txt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #d4e27b;
	width: 5px;
	border-radius: 3px;
}

#sec-sekaikofu .section-ttl-txt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #fbda89;
	width: 5px;
	border-radius: 3px;
}

#sec-gaiyo .section-ttl-txt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #abebd8;
	width: 5px;
	border-radius: 3px;
}

.section-txt-detail {
	margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
	.section-txt-detail {
		margin-bottom: 3.25521vw;
	}
}

.section-items {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.section-item {
	width: 32%;
	padding: 0 10px;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.section-item {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0 0;
		margin-bottom: 9.51042vw;
	}
}

.section-item-detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.section-item-detail {
		margin-top: 0;
		margin-bottom: 1.30208vw;
		order: 0;
	}
}

.section-detail-ttl-txt {
	font-weight: bold;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.section-detail-ttl-txt {
		font-size: 1.8rem;
	}
}

.section-item-detail-time-txt {
	text-align: right;
	font-size: 1.1rem;
}
.section-item-detail-time-txt span {
	display: block;
	border-radius: 5px;
	border: 1px solid #848484;
	padding: 0 8px;
	line-height: 1.1;
}
@media screen and (max-width: 768px) {
	.section-item-detail-time-txt span {
		padding: 0 1.04167vw;
	}
}

.section-item-audio {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.section-item-audio {
		order: 2;
	}
}

.section-item-movie {
	width: 100%;
	aspect-ratio: 16 / 9;
}
@media screen and (max-width: 768px) {
	.section-item-movie {
		order: 1;
	}
}
.section-item-movie iframe {
	width: 100%;
	height: 100%;
}

/* #sec-gaiyo: 概要エリア */
#sec-gaiyo .main-ttl-txt-lead {
	text-align: left;
	font-size: 2rem;
	margin-bottom: 20px;
}
#sec-gaiyo .main-ttl-txt-detail {
	text-align: left;
}

/* スマホのみ表示の改行 */
.sp-only { display: none; }
@media screen and (max-width: 768px) {
	.sp-only { display: inline; }
}

/* #sec-gosyo / #sec-gosyo2: PC 2カラム（テキスト左・プレイヤー右） */
@media screen and (min-width: 769px) {
	#sec-gosyo .inner,
	#sec-gosyo2 .inner {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	#sec-gosyo .section-ttl,
	#sec-gosyo2 .section-ttl {
		flex: 0 0 100%;
	}
	#sec-gosyo .section-txt,
	#sec-gosyo2 .section-txt {
		flex: 0 0 35%;
		padding-right: 30px;
	}
	#sec-gosyo .section-items,
	#sec-gosyo2 .section-items {
		flex: 1;
	}
	#sec-gosyo .section-item,
	#sec-gosyo2 .section-item {
		width: 100%;
		padding: 0;
	}
}

.section-sub {
	padding: 100px 0;
	margin: 0 0;
}
@media screen and (max-width: 768px) {
	.section-sub {
		padding: 13.02083vw 0;
	}
}

/* #sec-goriyo {
  background-color: #fdfaf2;
} */

.section-sub-ttl {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.section-sub-ttl {
		margin-bottom: 2.60417vw;
	}
}

.section-sub-ttl-txt {
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	color: #3a3a3a;
}
@media screen and (max-width: 768px) {
	.section-sub-ttl-txt {
		padding: 0 0 0 9.11458vw;
		background-position: 0 0;
	}
}

#sec-goriyo .section-sub-ttl-txt {
	background-image: url(../images/ico-griyo.png);
}

#sec-sanko .section-sub-ttl-txt {
	background-image: url(../images/ico-sanko.png);
}

.sanko-bnrs {
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.sanko-bnrs {
		margin-top: 6.51042vw;
		flex-wrap: wrap;
	}
}

.sanko-bnr {
	margin: 0 10px;
	width: 27%;
}
@media screen and (max-width: 768px) {
	.sanko-bnr {
		width: 70%;
		margin: 2.60417vw 0;
	}
}

.sanko-bnrs a {
	display: block;
}

.sanko-bnr img {
	width: 100%;
}

.sns-area {
	background-color: #f7f7f7;
	padding: 70px 0;
}
@media screen and (max-width: 768px) {
	.sns-area {
		padding: 9.11458vw 0;
	}
}

.sns-icons {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.sns-icons {
		justify-content: space-around;
	}
}

.sns-icon a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 50px;
}
@media screen and (max-width: 768px) {
	.sns-icon a {
		width: 10.41667vw;
		height: 10.41667vw;
		margin: 0 0;
	}
}

.footer {
	background-color: #e4dfd0;
	padding: 10px 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.footer {
		padding: 1.30208vw 0;
	}
}

small {
	font-size: 1.4rem;
	color: #7f7f7f;
}
@media screen and (max-width: 768px) {
	small {
		font-size: 1rem;
	}
}

.btn {
	border-radius: 50px;
	border: 1px solid #00b1a1;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	color: #00b1a1;
	display: block;
}
@media screen and (max-width: 768px) {
	.btn {
		margin-bottom: 1.30208vw;
		padding: 1.30208vw 0;
	}
}

.mb-1 {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.mb-1 {
		margin-bottom: 3.90625vw;
	}
}

.mb-2 {
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.mb-2 {
		margin-bottom: 6.51042vw;
	}
}

.link {
	text-decoration: underline;
}

.nomargin {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.nomargin {
		margin-top: 6.51042vw;
	}
}

.back-btn-area {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.back-btn-area {
		margin-bottom: 6.51042vw;
	}
}

.cap {
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.cap {
		font-size: 1.2rem;
	}
}

/* add 2023 */
a:hover {
	cursor: pointer;
}
#sec-download {
	background-color: #fdfaf2;
}
#sec-download .section-sub-ttl-txt {
	background-image: url(../images/ico-dl.png);
}

.dlbtn-wrap {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.dlbtn-wrap a {
	width: 45%;
	padding: 10px 10px;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.dlbtn-wrap {
		flex-wrap: wrap;
	}
	.dlbtn-wrap a {
		width: 100%;
		margin-bottom: 5vw;
	}
}
.dlbtn-1,
.dlbtn-2 {
}
.dlbtn-1::after,
.dlbtn-2::after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 22px;
	margin: -8px 0 0 10px;
	background: url(../images/ioc-btn-dl.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.dlbtn-1 {
	color: white;
	background-color: #ff9e7d;
}
.dlbtn-1:hover {
	filter: brightness(90%) contrast(120%);
	color: white;
}
.dlbtn-2 {
	color: white;
	background-color: #52a6bf;
}
.dlbtn-2:hover {
	filter: brightness(90%) contrast(120%);
	color: white;
}
.dlbtn-3::after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 22px;
	/* margin: -8px 0 0 10px; */
	margin: 0;
	/* background: url(../images/ioc-btn-dl.png) no-repeat; */
	background-size: contain;
	vertical-align: middle;
}

.dlbtn-3 {
	color: white;
	background-color: #8fc120;
}

.dlbtn-3:hover {
	filter: brightness(90%) contrast(120%);
	color: white;
}
.mt10 {
	margin-top: 10px;
}
.dl-ttl {
	font-weight: bold;
}
h3 {
	font-size: 2rem;
}

.el_audio {
  width: 100%;
}