@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .fixedBtn {
	width: 17.1rem;
	position: fixed;
	right: 3.8rem;
	bottom: 2rem;
	z-index: 99;
}
#main .fixedBtn a {
	display: block;
	aspect-ratio: 1/1;
	border-radius: 100%;
	position: relative;
}
#main .fixedBtn a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0.5rem;
	top: 0.5rem;
	content: "";
	border-radius: 100%;
	mix-blend-mode: multiply;
	background: #382D12;
}
#main .fixedBtn a img {
	position: relative;
	z-index: 1;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}
#main .mainVisual {
	display: flex;
	align-items: center;
	background: url(../images/bg01.png) no-repeat center bottom / cover;
}
#main .mainVisual .mainImg{
	width: calc(50% + 14.1rem);
}
#main .mainVisual .textBox {
	margin-right: -9.8rem;
	flex: 1;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	font-feature-settings: "palt";
}
#main .mainVisual .pageTtl {
	margin-bottom: 2.2rem;
}
#main .mainVisual .pageTtl span {
	margin: 0 auto;
	width: fit-content;
	display: block;
}
#main .mainVisual .pageTtl .en {
	margin: 1.3rem auto;
	width: 36.1rem;
}
#main .mainVisual .pageTtl .line {
	padding: 0 1.4rem 1.3rem;
	border-bottom: 1px solid #040000;
}
#main .mainVisual p .big {
	font-size: 2.5rem;
}
#main .mainVisual p .sml {
	font-size: 1.7rem;
}
#main .sec01 {
	padding: 9.8rem 0 9rem;
	background: url(../images/bg02.png) no-repeat center top / cover;
	position: relative;
	letter-spacing: 0.04em;
	font-weight: 500;
	line-height: 1.367;
	text-align: center;
	font-feature-settings: "palt";
}
#main .sec01::after {
	content: "";
	width: 100%;
	height: 7.6rem;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom,#D7C083 0%,transparent 100%);
	opacity: 0.4;
}
#main .sec01 .heading {
	margin-bottom: 1.2rem;
	font-size: 2.3rem;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 1.693;
	font-feature-settings: "palt";
}
#main .sec01 .borderTxt {
	margin: 0 auto 3.5rem;
	padding: 0.8rem 1rem 0.6rem;
	width: fit-content;
	min-width: 49rem;
	border: 1px solid #BD9741;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.415;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
}
#main .sec01 p + p {
	margin-top: 2rem;
}
#main .pointBox {
	padding: 13.2rem 0 0;
}
#main .pointBox .imgBox {
	display: flex;
	justify-content: space-between;
	font-feature-settings: "palt";
	gap: 3rem;
}
#main .pointBox .photoBox {
	width: 26.4rem;
}
#main .pointBox .photoBox img {
	width: 100%;
}
#main .pointBox .photoBox .note {
	margin-top: 0.5rem;
	display: block;
	text-align: right;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#main .pointBox .textBox {
	flex: 1;
	line-height: 1.414;
	font-feature-settings: "palt";
	font-weight: 500;
	letter-spacing: 0.06em;
	text-align: justify;
}
#main .pointBox .borderTtx {
	margin: 1.2rem 0.7rem 0;
	padding: 0.8rem 1rem 0.5rem;
	border: 1px solid #040000;
	font-size: 1.3rem;
	text-align: center;
	font-weight: 600;
}
#main .pointBox .imgBox + .imgBox {
	margin-top: 7.2rem;
}
#main .company {
	margin: 7.7rem 0 6.4rem;
	padding: 3rem 3.7rem 3.7rem;
	border: 1px solid #BD9741;
}
#main .company .heading {
	margin-bottom: 2.2rem;
	font-size: 2.8rem;
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
}
#main .company table {
	width: 100%;
}
#main .company table th,
#main .company table td {
	padding-bottom: 1.3rem;
	font-weight: 500;
	text-align: left;
	line-height: 1.555;
	vertical-align: top;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	word-break: break-all;
}
#main .company table th {
	width: 12%;
	font-size: 1.32rem;
	text-align: center;
}
#main .company table th .txt {
	margin-top: 0.4rem;
	width: fit-content;
	min-width: 6.3rem;
	display: block;
	line-height: 1.2;
	border: 1px solid #231815;
}
#main .company table td {
	font-size: 1.4rem;
}
#main .company table .txtUl {
	line-height: 1.3;
}
#main .company table .txtUl li {
	padding-left: 0.7rem;
	text-indent: -0.7rem;
}
#main .company table .txtUl li + li {
	margin-top: 0.5rem;
}
#main .company table .tips {
	margin: 0.4rem 0 1.6rem;
	padding-left: 1.3rem;
	font-size: 1.3rem;
	text-indent: -1.3rem;
	line-height: 1.403;
}
#main .company table .txtUl + .tips  {
	margin-top: 1.6rem;
}
#main .company table .img {
	margin: 0.5rem 5rem 0;
	width: 36.1rem;
}
#main .btnBox {
	margin: 0 auto 10.5rem;
	width: 51.7rem;
}
#main .btnBox a {
	display: block;
}
#main .sec02 .inner01 {
	padding: 11.1rem 0 0;
	background: #F0F4FA url(../images/bg03.png) no-repeat center top / cover;
	position: relative;
}
#main .sec02 .inner01::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	width: 100%;
	height: 27.6rem;
	background: #fff;
	pointer-events: none;
	clip-path: polygon(0 18.9rem, 100% 0%, 100% 100%, 0% 100%);
}
#main .sec02 .inner01 > * {
	position: relative;
	z-index: 1;
}
#main .sec02 .headLine01 {
	margin-bottom: 8rem;
}
#main .sec02 .headLine01 .en {
	color: #fff;
}
#main .sec02 .headLine02 {
	margin: 0 -1.2rem 2.6rem;
	color: #231815;
	font-size: 3rem;
}
#main .sec02 .headLine02 .num {
	font-size: 7rem;
}
#main .sec02 .headLine02 .txt {
	margin: 0.2rem -2.9rem 0 1.5rem;
	letter-spacing: 0;
}
#main .sec02 p {
	line-height: 1.414;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	font-weight: 500;
}
#main .sec02 .bodUl {
	margin: 1.8rem -3rem 5.9rem 0;
	padding: 1.9rem 0.6rem 2rem 3.3rem;
	display: flex;
	gap: 4.2rem;
	border: 1px solid #040000;
	position: relative;
}
#main .sec02 .bodUl .item {
	flex: 1;
}
#main .sec02 .bodUl h4 {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.447;
}
#main .sec02 .bodUl p {
	line-height: 1.447;
	letter-spacing: 0.06em;
	font-weight: 600;
	font-size: 1.4rem;
}
#main .sec02 .bodUl h4.txt {
	margin-top: 0.8rem;
}
#main .sec02 .bodUl p.txt {
	margin-top: 0.8rem;
} 
#main .sec02 .bodUl .tips {
	position: absolute;
	right: 3.2rem;
	bottom: 1.2rem;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
}
#main .sec02 .imgBox {
	margin: 0 auto;
	max-width: 100rem;
	align-items: flex-end;
}
#main .sec02 .imgBox .photo01 {
	width: 49.7rem;
	position: relative;
}
#main .sec02 .imgBox .photo02 {
	margin: 0 0 -10.3rem -5.2rem;
	width: 43.1rem;
	position: relative;
}
#main .sec02 .imgBox .photo01 .note {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	position: absolute;
	right: 6.3rem;
	top: calc(100% + 0.6rem);
}
#main .sec02 .inner02 {
	margin: 22.6rem auto 16.8rem;
	font-feature-settings: "palt";
}
#main .sec02 .inner02 .headLine02 {
	margin-left: 0;
}
#main .sec02 .heading {
	margin: 8.9rem auto 6.9rem;
	width: fit-content;
	font-size: 2.5rem;
	line-height: 1.394;
	text-align: center;
	letter-spacing: 0.02em;
}
#main .sec02 .heading span {
	margin-top: 1.4rem;
	padding: 0.6rem 0 0.6rem;
	display: block;
	font-size: 2rem;
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
	letter-spacing: 0.02em;
}
#main .sec02 .head {
	margin-bottom: 7.4rem;
	display: flex;
	font-size: 2.4rem;
	letter-spacing: 0.02em;
	color: #BD9741;
	line-height: 1.2;
	align-items: flex-end;
	border-bottom: 1px solid #BD9741;
	font-family:  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#main .sec02 .head .txt {
	flex: 1;
}
#main .sec02 .head01 small {
	font-size: 2.1rem;
}
#main .sec02 .head .num {
	margin: -0.8rem 1.7rem 0.6rem 0.2rem;
	font-size: 4.5rem;
	line-height: 0.6;
	letter-spacing: -0.06em;
	display: block;
}
#main .sec02 .head01 {
	margin: 0 0.8rem 3.2rem;
	align-items: center;
	line-height: 1.312;
	border: none;
}
#main .sec02 .head01 .num {
	margin: 0 2rem 0.4rem -1rem;
	font-size: 7.2rem;
	letter-spacing: -0.06em;
}
#main .sec02 .timeTxt {
	margin-bottom: 3.2rem;
	padding: 0 0.4rem 0.3rem;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #231815;
}
#main .sec02 .timeTxt span {
	margin-right: 3.4rem;
}
#main .sec02 .infoBox {
	margin-bottom: 11rem;
	padding: 4.2rem 4.2rem 7.2rem;
	background: #EFEBE0;
}
#main .sec02 .infoBox .photo {
	width: 18.6rem;
	position: relative;
}
#main .sec02 .infoBox .photo img {
	width: 100%;
}
#main .sec02 .innBox {
	margin-bottom: 3.2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
}
#main .sec02 .innBox .textBox {
	flex: 1;
}
#main .sec02 .infoBox .tag {
	position: absolute;
	color: #fff;
	right: 0.8rem;
	bottom: 0.2rem;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	font-family:  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#main .sec02 .infoBox .note {
	position: absolute;
	left: 0;
	right: -1rem;
	top: calc(100% + 0.6rem);
	font-size: 1.3rem;
	font-weight: 500;
}
#main .sec02 .infoBox .ttl {
	margin-bottom: 0.9rem;
	padding-bottom: 0.1rem;
	font-size: 2rem;
	letter-spacing: 0.02em;
	color: #A48337;
	line-height: 1.312;
	border-bottom: 1px solid #A48337;
}
#main .sec02 .infoBox p {
	font-size: 1.4rem;
	line-height: 1.515;
	letter-spacing: 0.04em;
	text-align: justify;
}
#main .sec02 .infoBox p + p {
	margin-top: 2rem;
}
#main .sec02 .image {
	gap: 4.8rem 0.5rem;
}
#main .sec02 .image img {
	width: 100%;
}
#main .sec02 .image * {
	position: relative;
}
#main .sec02 .image .img05 + .img05 {
	margin-top: 4.8rem;
}
#main .sec02 .info01 {
	margin-bottom: 9.8rem;
}
#main .sec02 .photo .tag.left {
	right: auto;
	left: 0.6rem;
	bottom: 0.9rem;
}
#main .sec02 .info01 .innBox {
	margin-bottom: 2.4rem;
}
#main .sec02 .info02 .innBox {
	margin-bottom: 2.2rem;
}
#main .sec02 .info02 .bodText {
	margin-bottom: 3.2rem;
	padding: 1.7rem 1rem 2.2rem 2.6rem;
	border: 1px solid #A48337;
	font-size: 1.3rem;
	line-height: 1.632;
	letter-spacing: 0.02em;
}
#main .sec02 .day01 {
	margin-bottom: 17rem;
}
#main .sec02 .day02 {
	margin-bottom: 15.7rem;
}
#main .sec02 .day02 .infoBox {
	margin-bottom: 0;
	padding-bottom: 6.2rem;
}
#main .sec02 .blueBox {
	margin-bottom: 0;
}
#main .sec02 .blueBox .heading {
	margin: 0 auto 5.4rem;
}
#main .sec02 .blueBox .head {
	color: #172C52;
	border-color: #172C52;
}
#main .sec02 .blueBox .infoBox {
	margin-bottom: 9.9rem;
	padding: 1.4rem 4.2rem 1.5rem;
	background: #ECF2FA;
}
#main .sec02 .infoBox:last-of-type {
	margin-bottom: 0;
}
#main .sec02 .blueBox .infoBox p{
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	color: #172C52;
}
#main .sec02 .inner03 {
	padding: 24.4rem 0 12.3rem;
	background: #F0F4FA url(../images/bg04.png) no-repeat center top / 100%;
	clip-path: polygon(0 18.9rem, 100% 0%, 100% 100%, 0% 100%);
}
#main .sec02 .inner03 p {
	font-size: 1.4rem;
	line-height: 1.414;
	font-weight: 500;
}
#main .sec02 .inner03 .headLine02 {
	margin: 0 0 2rem;
}
#main .sec02 .inner03 .subBox {
	margin-bottom: 4.9rem;
	background: #fff;
	position: relative;
	min-height: 15.2rem;
}
#main .sec02 .inner03 .subBox > * {
	position: relative;
	z-index: 2;
}
#main .sec02 .inner03 .music {
	margin-bottom: 6.2rem;
}
#main .sec02 .inner03 .mar {
	margin-bottom: 18.4rem;
}
#main .sec02 .inner03 .subInn {
	padding: 2.5rem 4rem 4.9rem;
}
#main .sec02 .inner03 .title {
	margin-bottom: 1.8rem;
	font-size: 1.9rem;
	font-feature-settings: "palt";
	border-bottom: 1px solid #231815;
}
#main .sec02 .inner03 .title small {
	font-size: 1.4rem;
}
#main .sec02 .inner03 .image {
	margin-top: 2.1rem;
	align-items: center;
	gap: 2.7rem;
}
#main .sec02 .inner03 .image li {
	width: 33.1rem;
}
#main .sec02 .inner03 .image .img {
	margin: 0 auto;
	width: 20.2rem;
}
#main .sec02 .inner03 .coming {
	margin: 1.9rem 3.5rem 0;
	font-size: 2.6rem;
	letter-spacing: 0.02em;
	font-weight: 700;
	color: #C9CACA;
}
#main .sec02 .inner03 .photoBox {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	pointer-events: none;
	z-index: 1;
}
#main .sec02 .inner03 .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
#main .sec02 .inner03 .other {
	margin: 8rem 0 1.5rem;
}
#main .sec02 .inner03 .tips {
	padding-left: 1.3rem;
	font-size: 1.3rem;
	text-indent: -1.3rem;
}
#main .sec03 {
	padding: 15.7rem 0 14.4rem;
	background: url(../images/bg05.png) center top / cover;
}
#main .sec03 .heading {
	margin-bottom: 9rem;
	font-size: 3.2rem;
	position: relative;
}
#main .sec03 .heading::after {
	content: "";
	position: absolute;
	width: 999rem;
	right: calc(100% + 1.5rem);
	top: 45%;
	transform: translateY(-50%);
	height: 1px;
	background: #231815;
}
#main .sec03 h3 {
	margin-bottom: 4.2rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.887;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
}
#main .sec03 .youtube {
	margin: 0 auto 8.2rem;
	width: 69rem;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	transition: 0.3s;
}
#main .sec03 .youtube::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/movie_img01.jpg) no-repeat center center / cover;
	content: "";
	z-index: 1;
	cursor: pointer;
}
#main .sec03 .youtube iframe {
	width: 100%;
}
#main .sec03 .youtube02 {
	margin: -2.8rem auto 9.8rem;
}
#main .sec03 .youtube02::before {
  background-image: url(../images/movie_img02.jpg);
}
#main .sec03 .youtube.hideimg::before {
  display: none;
}
#main .sec03 .youtube iframe {
  position: absolute;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
#main .sec03 .imgBox {
	display: flex;
	justify-content: space-between;
	background-color: #A7966C;
}
#main .sec03 .imgBox > div {
	width: 50%;
}
#main .sec03 .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec03 .imgBox.right {
	flex-direction: row-reverse;
	background-color: #152B51;
}
#main .sec03 .imgBox .textBox {
	padding: 1.4rem 2.4rem 0.5rem;
	font-feature-settings: "palt";
	color: #fff;
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#main .sec03 .imgBox .textBox p {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.414;
}
#main .sec03 .imgBox.right .textBox {
	background-color: #152B51;
}
#main .sec03 .imgBox h4 {
	margin-bottom: 0.8rem;
	font-weight: 800;
	line-height: 1.792;
}
#main .sec03 .imgBox h4.sml {
	font-size: 1.3rem;
	line-height: 1.784;
}
#main .sec03 .imgBox .bodTxt {
	margin-top: 0.6rem;
	padding: 0.25rem;
	font-size: 1.2rem;
	border: 1px solid #fff;
	text-align: center;
}
#main .sec03 .imgBox .photoBox {
	position: relative;
}
#main .sec03 .imgBox .photoBox .tag {
	color: #fff;
	position: absolute;
	left: 0.5rem;
	bottom: 0;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0;
	text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.8);
}
#main .sec04 {
	padding: 5rem 0 4.4rem;
	color: #fff;
	background: #040000;
	font-feature-settings: "palt";
}
#main .sec04 .content {
	max-width: 77rem;
}
#main .sec04 .photoBox {
	width: 37.3rem;
}
#main .sec04 .photoBox img {
	width: 100%;
}
#main .sec04 .textBox {
	margin: -0.6rem 0 0 2.9rem;
	flex: 1;
	font-weight: 500;
}
#main .sec04 .heading {
	margin: 0 auto 6.3rem;
	text-align: center;
	padding: 0 0 0.7rem;
	width: fit-content;
	font-size: 2.1rem;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #fff;
}
#main .sec04 .title {
	line-height: 1.459;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}
#main .sec04 .title span {
	margin-bottom: 0.5rem;
	display: block;
}
#main .sec04 .text01 {
	margin: 0.3rem 0 1.3rem;
	font-size: 1.1rem;
	line-height: 1.542;
}
#main .sec04 .text02 {
	margin: 0 0.5rem 1rem;
	font-size: 1.3rem;
	line-height: 1.577;
	letter-spacing: 0.04em;
}
#main .sec04 .text02 span {
	margin-bottom: 0.3rem;
	padding: 0.35rem 0.2rem 0.3rem;
	display: block;
	width: fit-content;
	min-width: 6rem;
	text-align: center;
	line-height: 0.8;
	border: 1px solid #fff;
}
#main .sec04 .linkUl a {
	padding-left: 4rem;
	display: inline-block;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.13em;
	background: url(../images/tel_icon.png) no-repeat center left 0.3rem / 2.9rem;
}
#main .sec04 .linkUl .mail a {
	margin-top: 0.6rem;
	background-image: url(../images/mail_icon.png);
	letter-spacing: 0.14em;
	background-position: left center;
}
#main .sec04 .text03 {
	margin: 0.9rem 0.3rem 0;
	font-size: 1.2rem;
}
#main .formBox {
	margin: 5rem auto;
}
@media all and (min-width: 897px) {
	#main .pointBox .headLine02 {
		margin-right: -1.5rem;
	}
	#main .sec02 .info02 {
		margin: -1.4rem 0 0;
		padding-top: 3.7rem;
		padding-bottom: 8.6rem;
	}
	#main .sec02 .day02 .head {
		margin-bottom: 6.5rem;
	}
	#main .sec02 .day02 .head01 {
		margin-bottom: 2.3rem;
	}
	#main .sec02 .day02 .innBox {
		margin-bottom: 4.4rem;
	}
	#main .sec02 .blueBox .head {
		margin-bottom: 5rem;
	}
	#main .sec02 .blueBox .head01 {
		margin-bottom: 1.2rem;
	}
	#main .sec02 .image .img01 {
		width: 41.2rem;
	}
	#main .sec02 .image .img02 {
		width: 18.3rem;
	}
	#main .sec02 .image .img03 {
		width: 29.5rem;
	}
	#main .sec02 .image .img04 {
		width: 33.5rem;
	}
	#main .sec02 .image .img05 {
		width: 25.7rem;
	}
	#main .pointBox p a:hover {
		text-decoration: underline;
	}
	#main .fixedBtn a:hover,
	#main .btnBox a:hover,
	#main .sec04 .linkUl a:hover,
	#main .sec03 .youtube:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .formBox .satori__custom_form_eccc001877a49c5d_css:before {
		left: 0 !important;
		font-size: 1.4rem !important;
	}
	#main .fixedBtn {
		width: 11rem;
	}
	#main .mainVisual {
		padding: 4rem 0 0;
		display: block;
	}
	#main .mainVisual .mainImg {
		width: auto;
	}
	#main .mainVisual .textBox {
		margin: 0 0 4rem;
	}
	#main .mainVisual .pageTtl .en {
		width: 31.1rem;
	}
	#main .sec01 {
		padding: 7rem 0;
	}
	#main .sec01 .heading {
		font-size: 2rem;
	}
	#main .sec01 .borderTxt {
		min-width: inherit;
		width: 100%;
	}
	#main .pointBox {
		padding-top: 8rem;
	}
	#main .pointBox .imgBox {
		display: block;
	}
	#main .pointBox .photoBox {
		margin-top: 2rem;
		width: 100%;
	}
	#main .pointBox .imgBox + .imgBox {
		margin-top: 4rem;
	}
	#main .company {
		margin: 4rem 0 3rem;
		padding: 1.5rem 2rem;
	}
	#main .company .heading {
		font-size: 2.2rem;
	}
	#main .company table th,
	#main .company table td {
		display: block;
		width: 100% !important;
	}
	#main .company table .img {
		margin: 0.5rem 0.5rem 0;
		width: auto;
	}
	#main .company table .img img {
		width: 100%;
	}
	#main .btnBox {
		margin-bottom: 5.5rem;
		width: 31.7rem;
	}
	#main .sec02 .headLine01 {
		margin-bottom: 4rem;
	}
	#main .sec02 .headLine02 .num {
		font-size: 4.5rem;
	}
	#main .sec02 .headLine02 .txt {
		margin-right: 0;
	}
	#main .sec02 .headLine02 {
		margin: 0 0 1.7rem -1.2rem;
		font-size: 1.9rem;
	}
	#main .sec02 .bodUl {
		margin: 1.8rem 0 2rem;
		padding-left: 0.6rem;
		padding-bottom: 3rem;
		display: block;
	}
	#main .sec02 .day01 {
		margin-bottom: 10rem;
	}
	#main .sec02 .imgBox .photo01 {
		width: 80vw;
	}
	#main .sec02 .imgBox .photo02 {
		margin: 3rem 0 0 auto;
		width: 70vw;
	}
	#main .sec02 .bodUl .item {
		margin-top: 2.1rem;
	}
	#main .sec02 .inner01::after {
		height: 8rem;
		left: 0;
		transform: none;
		clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
	}
	#main .sec02 .inner02 {
		margin: 6rem auto;
	}
	#main .sec02 .heading {
		margin: 5rem auto;
		font-size: 2rem;
	}
	#main .sec02 .heading span {
		font-size: 1.5rem;
	}
	#main .sec02 .head {
		margin-bottom: 4rem;
		font-size: 1.8rem;
		align-items: center;
	}
	#main .sec02 .head01 {
		margin-right: 0;
		margin-bottom: 2rem;
	}
	#main .sec02 .head .num {
		margin: 0 1rem 0.5rem 0.2rem;
		font-size: 2.8rem;
	}
	#main .sec02 .timeTxt {
		margin-bottom: 1.7rem;
		font-size: 1.4rem;
	}
	#main .sec02 .timeTxt span {
		margin-right: 1.3rem;
	}
	#main .sec02 .timeTxt span:last-of-type {
		margin-right: 0;
	}
	#main .sec02 .head01 .num {
		font-size: 3.8rem;
	}
	#main .sec02 .innBox {
		display: block;
	}
	#main .sec02 .infoBox {
		margin-bottom: 5rem;
		padding: 2rem 2rem 4rem;
	}
	#main .sec02 .infoBox .photo {
		margin-bottom: 2rem;
		width: 100%;
	}
	#main .sec02 .image {
		margin-bottom: 2.2rem;
		display: block;
	}
	#main .sec02 .image li + li {
		margin-top: 4rem;
	}
	#main .sec02 .info02 .bodText {
		padding: 1.7rem 1rem 2.2rem;
		font-size: 1.2rem;
	}
	#main .sec02 .head01 small {
		font-size: 1.4rem;
	}
	#main .sec02 .infoBox p + p {
		margin-top: 1rem;
	}
	#main .sec02 .day02 {
		margin-bottom: 7rem;
	}
	#main .sec02 .blueBox .infoBox {
		margin-bottom: 6rem;
	}
	#main .sec02 .botBox .heading {
		margin-bottom: 3rem;
	}
	#main .sec02 .inner03 {
		clip-path: polygon(0 8rem, 100% 0%, 100% 100%, 0% 100%);
	}
	#main .sec02 .inner03 {
		padding: 10.6rem 0 10rem;
	}
	#main .sec02 .inner03 .mar {
		margin-bottom: 5rem;
	}
	#main .sec02 .inner03 .subInn {
		padding: 1.5rem 2rem;
	}
	#main .sec02 .inner03 .image li {
		width: 100%;
	}
	#main .sec02 .inner03 .image .img {
		margin-top: 1rem;
		width: 100%;
	}
	#main .sec02 .inner03 .subBox {
		min-height: 11.2rem;
	}
	#main .sec02 .inner03 .coming {
		margin: 0 1rem;
		font-size: 2.1rem
	}
	#main .sec02 .blueBox .infoBox p {
		font-size: 1.4rem;
	}
	#main .sec03 {
		padding: 6rem 0 5rem;
	}
	#main .sec03 .heading {
		margin-bottom: 6rem;
		font-size: 2.8rem;
	}
	#main .sec03 .heading::after {
		right: calc(100% + 0.5rem);
	}
	#main .sec03 h3 {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#main .sec03 .youtube {
		margin-bottom: 6rem;
		width: 100%;
	}
	#main .sec03 .imgBox {
		display: block;
	}
	#main .sec03 .imgBox > div {
		width: 100%;
	}
	#main .sec03 .youtube02 {
		margin-bottom: 8rem;
	}
	#main .sec03 .imgBox .textBox {
		padding: 2rem;
	}
	#main .sec04 .heading {
		font-size: 1.8rem;
	}
	#main .sec04 .imgBox {
		display: block;
	}
	#main .sec04 .photoBox {
		width: 100%;
	}
	#main .sec04 .textBox {
		margin: 3rem 0 0;
	}
	#main .sec04 .text02 span { 
		padding: 0.2rem 1rem;
	}
}