@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LJH */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	/*max-width: 1030px;*/
	max-width: 124rem;
	padding: 50px 15px 0;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		padding: 30px 20px 0;
		max-width: inherit;
	}
}
@media all and (max-width: 374px) {
	.content {
		padding: 0 15px;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.yougoth {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	margin-bottom: 88px;
}
.comImgBox:last-child {
	margin-bottom: 0;
}
.comImgBox .innerBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comImgBox .textList {
	flex: 1;
}
.comImgBox .textList li {
	margin-bottom: 42px;
	padding: 9px 0 11px 77px;
	font-size: 3.4rem;
	letter-spacing: 0.1em;
	line-height: 1.11;
	font-weight: 600;
	min-height: 57px;
    box-sizing: border-box;
	background: url(../img/common/icon01.png) no-repeat left top/61px;
}
.comImgBox .pho {
	margin-top: -25px;
	width: 40%;
}
.comImgBox .pho img {
	width: 100%;
}

@media all and (min-width: 897px)  and (max-width: 1080px) {
	.comImgBox .textList li {
		font-size: 3.2rem;
	}
}
@media all and (max-width: 896px) {
	.comImgBox {
		margin-bottom: 50px;
	}
	.comImgBox .innerBox {
		display: block;
	}
	.comImgBox .textList {
		margin: 0 -20px 40px 0;
		width: auto;
	}
	.comImgBox .textList li {
		margin-bottom: 15px;
		padding-left: 47px;
		font-size: 2.3rem;
		letter-spacing: 0.1em;
		line-height: 1.11;
		min-height: 45px;
		background-size: 41px;
		background-position: left top 3px;
	}
	.comImgBox .pho {
		margin: 0 auto;
		width: 74.7%;
	}
}
/*------------------------------------------------------------
	comRound
------------------------------------------------------------*/
.comRound {
	margin: 0 4px;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #f7931e;
	border-radius: 50%;
	background-color: #fff;
}
.comRound.pink {
	border-color: #FF8278;
	background-color: #FF8278;
}
.comRound.purple {
	border-color: #D278BE;
	background-color: #D278BE;
}
.comRound.orange {
	border-color: #F7931E;
	background-color: #F7931E;
}
.comRound.brown {
	border-color: #BEA05A;
	background-color: #BEA05A;
}
.green {
	color: #f7931e;
}
.brown {
	color: #BEA05A;
}
.yellow {
	color: #FFFF6E;
}
@media all and (max-width: 896px) {
	.comRound {
		margin: 0 2px;
		width: 32px;
		height: 32px;
		line-height: 1.2;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 60px;
	text-align: center;
	font-weight: 500;
	font-size: 8.6rem;
	line-height: 1.35;
	letter-spacing: 0.05em;
}
.headLine01 .inner {
	display: block;
	font-size: 4rem;
}
.headLine01 .comRound {
	color: #fff;
	background-color: #f7931e;
}
.headLine01.brown .comRound {
	border-color: #BEA05A;
	background-color: #BEA05A;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 28px;
		font-size: 3.4rem;
		line-height: 1.35;
	}
	.headLine01 .inner {
		margin-bottom: 3px;
		letter-spacing: 0.04em;
		font-size: 2.1rem;
	}
}
@media all and (max-width: 374px) {
	.headLine01 {
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 95px;
	text-align: center;
	font-size: 3.7rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	background: url(../img/common/line01.png) repeat-x left center/30px;
}
.headLine02 .inner {
	padding: 0 16px;
	background-color: #f8ecd8;
}
.headLine02.brown {
	color: #BEA05A;
	background-image: url(../img/common/line01_brown.png);
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 42px;
		font-size: 1.9rem;
		letter-spacing: 0.04em;
		background: url(../img/common/line01.png) repeat-x left center/30px;
		background-size: 18px;
	}
	.headLine02 .inner {
		padding: 0 10px;
	}
	.headLine02 .inner .comRound {
		padding-top: 2px;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin: 0 36px 90px;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-radius: 14px;
	background-color: #f7931e;
}
.headLine03.spcial01 {
	background-color: #BEA05A;
}
.headLine03.spcial02 {
	background-color: #F7931E;
}
.headLine03 .border {
	display: block;
	position: relative;
	z-index: 1;
	padding: 7px 10px 8px;
	border-radius: 14px;
	border: 4px solid #ffead0e8;
}
.headLine03::before,
.headLine03::after {
	position: absolute;
	content: '';
	width: 66px;
	height: 61px;
	bottom: -17px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.headLine03::before {
	left: -32px;
	background-image: url(../img/common/bg01.png);
	background-position: left center;
}
.headLine03::after {
	right: -32px;
	background-image: url(../img/common/bg02.png);
	background-position: right center;
}
.headLine03.spcial01::before {
	background-image: url(../img/common/bg01_brown.png);
}
.headLine03.spcial01::after {
	background-image: url(../img/common/bg02_brown.png);
}
.headLine03.spcial01 .border {
	border-color: #fff;
}
.headLine03.spcial02::before {
	background-image: url(../img/common/bg01_orange.png);
}
.headLine03.spcial02::after {
	background-image: url(../img/common/bg02_orange.png);
}
.headLine03.spcial02 .border {
	border-color: #F3EEEA;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin: 0 31px 61px;
		font-size: 2.8rem;
		border-radius: 14px;
		letter-spacing: -0.05em;
	}
	.headLine03 .border {
		padding: 8px 10px 9px;
	}
	.headLine03::before,
	.headLine03::after {
		width: 46px;
		height: 51px;
		bottom: -12px;
		background-size: 100% 100%;
	}
	.headLine03.spcial01 {
		line-height: 1.28;
	}
	.headLine03.spcial01 .border {
		padding: 15px 15px 13px;
	}
	.headLine03::before {
		left: -27px;
	}
	.headLine03::after {
		right: -27px;
	}
	.headLine03.spcial01::before,
	.headLine03.spcial01::after {
		height: 92px;
		width: 48px;
	}
}
@media all and (max-width: 374px) {
	.headLine03 {
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 96px;
	text-align: center;
	font-size: 7.7rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.headLine04 .en {
	margin-bottom: 5px;
	display: block;
	position: relative;
	font-size: 4.1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.headLine04 .enIn {
	padding: 0 35px;
	position: relative;
	background-color: #fff;
}
.headLine04 .en::before {
	margin-top: 3px;
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #B8DBAC;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin: 0 -20px 54px;
		font-size: 3.2rem;
		letter-spacing: 0.05em;
	}
	.headLine04 .en {
		margin-bottom: -3px;
		font-size: 2.3rem;
		letter-spacing: 0.14em;
	}
	.headLine04 .enIn {
		padding: 0 15px;
	}
	.headLine04 .en::before {
		margin-top: 0;
	}
}
@media all and (max-width: 374px) {
	.headLine04 {
		margin: 0 -10px 40px;
	}
	.headLine04 .en {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList > li {
	padding: 31px 3px 31px 100px;
	position: relative;
	border-top: 2px solid #f7931e;
}
.comTextList .num {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	padding-bottom: 5px;
	box-sizing: border-box;
	color: #f7931e;
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 50%;
	background-color: #fff;
}
.comTextList > li.top .num {
	top: 37px;
	transform: none;
}
.comTextList > li.top {
	padding-bottom: 41px;
}
.comTextList .ttl {
	margin-bottom: 8px;
	color: #957E6D;
	font-size: 3.23rem;
	font-weight: 700;
	letter-spacing: 0.025em;
}
.comTextList .text {
	letter-spacing: 0.1em;
	font-weight: 500;
	font-feature-settings: "palt";
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.comTextList .innerUl {
	margin: 46px 0 0 -95px;
}
.comTextList .innerUl li {
	margin-right: 20px;
	width: 200px;
	position: relative;
}
.comTextList .innerUl li:last-child {
	margin-right: 0;
}
.comTextList .innerUl li.or {
	padding-right: 65px;
}
.comTextList .innerUl li.or .orTxt {
	position: absolute;
	right: 0;
	top: 74px;
	color: #70B859;
	font-size: 3.5rem;
	letter-spacing: 0.01em;
}
.comTextList .innerUl li .pho img {
	width: 100%;
	border-radius: 20px;
}
.comTextList .innerUl .pho {
	margin-bottom: 15px;
}
.comTextList .innerUl .title {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.comTextList .innerUl .title .green {
	display: block;
	font-size: 2rem;
}
@media all and (max-width: 896px) {
	.comTextList > li {
		padding: 25px 25px 20px 80px;
	}
	.comTextList .num {
		top: 24px;
		transform: none;
		width: 60px;
		height: 60px;
		font-size: 2.25rem;
	}
	.comTextList > li.top .num {
		top: 24px;
		transform: none;
	}
	.comTextList > li.top {
		padding-bottom: 22px;
	}
	.comTextList .ttl {
		margin-bottom: 6px;
		font-size: 2rem;
		line-height: 1.36;
		letter-spacing: 0;
	}
	.comTextList .text {
		line-height: 1.625;
	}
	.comTextList .innerUl {
		margin: 24px -34px 0px -89px;
	}
	.comTextList .innerUl li {
		margin-right: 5.333vw;
		width: 34%;
	}
	.comTextList .innerUl li.or {
		padding-right: 6.4vw;;
	}
	.comTextList .innerUl li.or .orTxt {
		top: 11.733vw;
		right: -3vw;
		font-size: 5.2vw;
	}
	.comTextList .innerUl .pho {
		margin-bottom: 13px;
	}
	.comTextList .innerUl .title {
		font-size: 1.4rem;
	}
	.comTextList .innerUl .title .green {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 374px) {
	.comTextList > li {
		padding-left: 58px;
	}
	.comTextList .num {
		width: 50px;
		height: 50px;
	}
	.comTextList .ttl {
		font-size: 2rem;
	}
	.comTextList .innerUl {
		margin-left: -70px;
	}
}
/*------------------------------------------------------------
	comVenue
------------------------------------------------------------*/
.comVenue .headLine03 {
	margin-bottom: 37px;
}
.comVenue .hTtl {
	margin-bottom: 36px;
	text-align: center;
	font-size: 4.7rem;
}
.comVenue .hTtl .big {
	font-size: 5.2rem;
}
.comVenue .speBox {
	margin: 0 40px 63px;
}
.comVenue .textBox {
	box-sizing: border-box;
	width: 50.1%;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	border-right: 2px solid #70B859;
}
.comVenue .textBox .comDate {
	margin-bottom: 8px;
	color: #f7931e;
	font-size: 10.8rem;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.comVenue.sty01 .textBox {
	border-color: #BEA05A;
}
.comVenue.sty02 .textBox {
	border-color: #F7931E;
}
.comVenue.sty01 .comDate {
	margin-bottom: 0;
	color: #BEA05A;
	font-size: 12rem;
}
.comVenue.sty02 .comDate {
	color: #F7931E;
	font-size: 9.5rem;
}
.comVenue.sty02 .add {
	color: #F7931E;
}
.comVenue .textBox .add {
	margin-bottom: 14px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.6;
	font-feature-settings: "palt";
}
.comVenue .textBox .time {
	margin-bottom: 10px;
	align-items: center;
	font-weight: 500;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.comVenue .textBox .time .tag {
	margin: 7px 10px 0 0;
	width: 100px;
	text-align: center;
	padding: 0 3px 1px;
	font-weight: 700;
	box-sizing: border-box;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	border: 1px solid #555761;
	border-radius: 30px;
}
.comVenue .textBox .time .num {
	width: calc(100% - 130px);
	font-size: 3.7rem;
	letter-spacing: 0.08em;
	font-weight: 700;
	line-height: 1.3;
}
.comVenue .textBox .comDate .comRound {
	margin-right: -10px;
	font-size: 2.7rem;
}
.comVenue .timeList {
	margin: 21px 0 10px;
}
.comVenue .timeList li {
	margin-bottom: 2px;
}
.comVenue .timeList li:last-child {
	margin-bottom: 0;
}
.comVenue .timeList .time {
	margin-bottom: 0;
}
.comVenue .timeList .time .tag {
	width: 46%;
    letter-spacing: -0.05em;
}
.comVenue .timeList .time .num {
	width: 49%;
}
.comVenue .note {
	margin-bottom: 6px;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.comVenue .note.right {
	text-align: right;
	padding: 0;
}
.comVenue .note:last-child {
	margin-bottom: 0;
}
.comVenue .mapBox {
	margin-top: 5px;
	width: 45.6%;
}
.comVenue .mapBox .map {
	margin-bottom: 20px;
}
.comVenue .mapBox .map img {
	width: 100%;
	border-radius: 16px;
}
.comVenue .mapBox .txt {
	margin-left: -12px;
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
.comVenue .ttl {
	margin-bottom: 4px;
	color: #f7931e;
	font-size: 4.8rem;
	letter-spacing: 0.07em;
	text-align: center;
}
.comVenue .ttl .num {
	font-size: 7.3rem;
	font-weight: 700;
}
.comVenue .ttl .inner {
	display: inline-block;
	padding: 0 34px;
	background: url(../img/common/line02.png) left bottom 10px,url(../img/common/line03.png) right bottom 10px;
	background-size: 22px;
	background-repeat: no-repeat;
}
.comVenue .btnList {
	margin-bottom: 20px;
}
.comVenue .btnList li {
	width: 48%;
}
.comVenue .btnList li.big {
	width: 100%;
}
@media all and (min-width: 897px)  and (max-width: 1080px) {
	.comVenue .speBox {
		margin: 0 0 63px;
	}
	.comVenue .textBox .comDate {
		font-size: 8.2rem;
	}
	.comVenue .textBox .add {
		letter-spacing: 0;
	}
	.comVenue .timeList .time .tag {
		font-size: 1.6rem;
	}
	.comVenue .mapBox .txt {
		font-size: 1.5rem;
	}
}
@media all and (min-width: 897px)  and (max-width: 1000px) {
	.comVenue .timeList .time .tag {
		font-size: 1.5rem;
	}
	.comVenue .timeList .time .num {
		font-size: 3rem;
	}
}
@media all and (max-width: 896px) {
	.comVenue .headLine03 {
		margin-bottom: 38px;
	}
	.comVenue .hTtl {
		margin-bottom: 20px;
		font-size: 3.2rem;
		line-height: 1.31;
	}
	.comVenue .hTtl .big {
		font-size: 3.4rem;
	}
	.comVenue .speBox {
		margin: 0 0 45px;
		display: block;
	}
	.comVenue .textBox {
		margin-bottom: 39px;
		padding-bottom: 36px;
		width: auto;
		border-right: none;
		border-bottom: 2px solid #70B859;
	}
	.comVenue .textBox .comDate {
		margin-bottom: 2px;
		font-size: 9rem;
		letter-spacing: -0.1em;
		text-align: center;
	}
	.comVenue .textBox .comDate .comRound {
		font-size: 2.3rem;
		width: 40px;
		height: 40px;
		padding-top: 5px;
		font-weight: 700;
	}
	.comVenue.sty01 .textBox {
		padding-bottom: 30px;
	}
	.comVenue.sty01 .textBox {
		padding-bottom: 33px;
	}
	.comVenue.sty01 .comDate {
		margin-bottom: 3px;
		font-size: 9rem;
		text-align: center;
	}
	.comVenue.sty02 .comDate {
		max-width: 340px;
		/*padding-left: 14px;*/
		margin: 0 auto;
		font-size: 8.4rem;
		/*text-align: left;*/
		text-align: center;
	}
	.comVenue.sty02 .textBox .comDate .comRound {
		font-size: 2.5rem;
		width: 40px;
		height: 40px;
		padding-top: 7px;
	}
	.comVenue .textBox .add {
		margin-bottom: 1px;
		font-size: 1.8rem;
		line-height: 1.78;
		text-align: center;
	}
	.comVenue .textBox .time {
		margin-bottom: 0;
		justify-content: center;
	}
	.comVenue .textBox .time .tag {
		width: 80px;
		font-size: 1.4rem;
	}
	.comVenue .textBox .time .num {
		width: auto;
		font-size: 2.55rem;
	}
	.comVenue .timeList {
		margin: 21px -10px 15px;
	}
	.comVenue .timeList li {
		margin-bottom: 6px;
	}
	.comVenue .timeList .time .tag {
		width: 46%;
	}
	.comVenue .timeList .time .num {
		width: auto;
	}
	.comVenue .note {
		margin-bottom: 0;
		line-height: 1.71;
		font-size: 1.4rem;
	}
	.comVenue .mapBox {
		margin-top: 0;
		width: auto;
	}
	.comVenue .mapBox .map {
		margin-bottom: 14px;
	}
	.comVenue .mapBox .map img {
		border-radius: 20px;
	}
	.comVenue .mapBox .txt {
		margin-left: 0;
		font-size: 1.4rem;
		line-height: 1.71;
		letter-spacing: 0.09em;
	}
	.comVenue .ttl {
		margin-bottom: 7px;
		font-size: 2.6rem;
		letter-spacing: 0.05em;
	}
	.comVenue .ttl .num {
		font-size: 4.5rem;
	}
	.comVenue .ttl .inner {
		padding: 0 26px;
		background: url(../img/common/line02.png) left bottom 0px,url(../img/common/line03.png) right bottom 0px;
		background-size: 17px;
		background-repeat: no-repeat;
	}
	.comVenue .btnList {
		margin-bottom: 17px;
		display: block;
	}
	.comVenue .btnList li {
		margin: 0 auto 30px;
		width: 100%;
		max-width: 500px;
	}
	.comVenue .btnList li:last-of-type {
		margin-bottom: 0;
	}
}
@media all and (max-width: 374px) {
	.comVenue .ttl {
		font-size: 2.2rem;
	}
	.comVenue .textBox .comDate {
		font-size: 6.4rem;
	}
	.comVenue.sty02 .comDate {
		font-size: 6rem;
	}
	.comVenue .note {
		font-size: 1.2rem;
	}
	.comVenue .hTtl {
		font-size: 2.8rem;
	}
	.comVenue .textBox .time .tag {
		font-size: 1.2rem;
	}
	.comVenue.sty02 .textBox .comDate .comRound {
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	padding: 35px 10px 40px;
	display: block;
	border-radius: 30px;
	text-align: center;
	background-color: #C69C6D;
}
@media all and (min-width: 1024px) {	
	.comBtn a:hover {
		opacity: 0.4;
	}
}
.isPad .comBtn a:hover {
	opacity: 1;
}
.comBtn .inTxt {
	padding: 5px 30px 5px 57px;
	display: inline-block;
	color: #fff;
	font-size: 4.3rem;
	letter-spacing: 0.03em;
	background: url(../img/common/icon02.png) left center/41px,
	url(../img/common/icon03.png) right center/19px;
	background-repeat: no-repeat;
}
@media all and (max-width: 896px) {
	.comBtn a {
		padding: 22px 10px 24px;
		border-radius: 20px;
	}
	.comBtn .inTxt {
		padding: 8px 35px 5px 40px;
		font-size: 2.7rem;
		letter-spacing: 0;
		background: url(../img/common/icon02.png) left center/30px,
		url(../img/common/icon03.png) right center/17px;
		background-repeat: no-repeat;
	}
}
/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
.comLinkBox .bg {
	padding: 40px 0 36px 50px;
	border-radius: 30px;
	background: url(../img/common/link_bg01.jpg) no-repeat left top -89px /1150px;
}
.comLinkBox a {
	display: block;
}
@media all and (min-width: 1024px) {	
	.comLinkBox a:hover {
		opacity: 0.4;
	}
}
.isPad .comLinkBox a:hover {
	opacity: 1;
}
.comLinkBox .ttl {
	margin-bottom: 5px;
}
.comLinkBox .ttl .comRound {
	margin: 0 3px;
	padding-bottom: 10px;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 2.8rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
.comLinkBox .txt {
	color: #fff;
	text-align: left;
	font-size: 3.9rem;
	letter-spacing: -0.05em;
}
.comLinkBox .txt img {
	margin: -12px 0 0 7px;
	vertical-align: middle;
}
@media all and (min-width: 897px)  and (max-width: 1080px) {
	.comLinkBox .txt {
		letter-spacing: -0.1em;
	}
}
@media all and (max-width: 896px) {
	.comLinkBox .bg {
		padding: 40px 0 35px 10px;
		background-size: cover !important;
		background-position: left 18% center;
	}
	.comLinkBox .ttl {
		margin-bottom: 2px;
	}
	.comLinkBox .ttl .comRound {
		margin: 0 2px;
		padding-bottom: 10px;
		width: 30px;
		height: 30px;
		font-size: 2.1rem;
		line-height: 1.2;
	}
	.comLinkBox .txt {
		font-size: 2.5rem;
		line-height: 1.4;
		letter-spacing: -0.05em;
	}
	.comLinkBox .txt img {
		margin: -10px 0 0 3px;
		width: 55%;
	}
	.comLinkBox .midBox {
		margin: 0 auto;
		max-width: 320px;
		width: 95%;
	}
}
@media all and (max-width: 374px) {
	.comLinkBox .txt {
		font-size: 2.4rem;
	}
}

/*------------------------------------------------------------
	comTitle01
------------------------------------------------------------*/
.comTitle01 {
	color: #f7931e;
	font-size: 5.8rem;
	line-height: 1;
}
.comTitle01 .comRound {
	margin-right: 1px;
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.2;
	background-color: #f7931e;
}
.comTitle02 {
	color: #bea05a;
	font-size: 7rem;
	position: relative;
	letter-spacing: 0.5rem;
}
.comTitle02::after {
	margin: -40px -20px 0 -37px;
	display: inline-block;
	width: 54px;
	height: 65px;
	content: '';
	background: url(../img/common/text_bg01.png) no-repeat center top / 100%;
	vertical-align: 18px;
}
.comTitle01 small {
	display: block;
	font-size: 2.6rem;
	letter-spacing: 0;
}
.comTitle01 .big {
	font-size: 7.2rem;
	letter-spacing: 0;
}
.comTitle01 .smlTxt {
	margin: 10px 0 0 -12px;
	display: block;
	color: #ffff6e;
	font-size: 2.4rem;
	letter-spacing: 0;
}
.comTitle01 .smlTxt .num {
	font-size: 3.6rem;
}
@media all and (min-width: 897px)  and (max-width: 1080px) {
	.comTitle01 {
		font-size: 5rem;
	}
	.comTitle01 .big {
		font-size: 5.2rem;
	}
}
@media all and (max-width: 896px) {
	.comTitle01 {
		font-size: 3.4rem;
	}
	.comTitle01 .comRound {
		margin: 0 4px 5px 0;
		width: 30px;
		height: 30px;
		font-size: 2.1rem;
		line-height: 22px;
	}
	.comTitle01 small {
		margin-bottom: 3px;
		font-size: 1.8rem;
	}
	.comTitle02 {
		font-size: 3.3rem;
		letter-spacing: 0.1em;
	}
	.comTitle01 .big {
		font-size: 4rem;
		letter-spacing: 0;
	}
	.comTitle02::after {
		margin: -40px 0 0 -20px;
		width: 30px;
		height: 30px;
	}
}
@media all and (max-width: 374px) {
	.comTitle01 {
		font-size: 2.8rem;
	}
	.comTitle01 small {
		font-size: 1.8rem;
	}
	.comTitle02::after {
		margin: 0 0 0 -13px;
	}
	.comTitle01 .comRound {
		width: 26px;
		height: 26px;
		font-size: 1.8rem;
		line-height: 20px;
	}
}

/*------------------------------------------------------------
	comDate
------------------------------------------------------------*/
.comDate {
	color: #555761;
	font-size: 11.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -5px;
}
.comDate .comRound {
	margin-left: -5px;
	width: 50px;
	height: 50px;
	vertical-align: 10px;
	color: #FFF;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 42px;
	border-color: #70B859;
	background-color: #70B859;
	text-align: center;
}
.comDate .comRound.pink {
	background-color: #f8a0a2;
	border-color: #f8a0a2;
}
.comDate .time {
	margin-top: 15px;
	display: block;
	font-size: 2.8rem;
	letter-spacing: 0.2rem;
	text-align: left;
}
.comDate .time .ttl {
	margin: 0 15px 2px 0;
	padding: 3px 9px 5px;
	font-size: 1.6rem;
	display: inline-block;
	border: 1px solid #FFF;
	vertical-align: middle;
	border-radius: 20px;
}
@media all and (min-width: 897px)  and (max-width: 1080px) {
	.comDate {
		font-size: 8rem;
	}
}
@media all and (max-width: 896px) {
	.comDate {
		font-size: 6.2rem;
	}
	.comDate .comRound {
		margin: 0 4px 5px 0;
		width: 30px;
		height: 30px;
		font-size: 1.8rem;
		line-height: 22px;
		vertical-align: 8px;
	}
}
/*------------------------------------------------------------
	comPopBtn
------------------------------------------------------------*/
.comPopBtn {
	margin-bottom: 132px;
	margin-top: -231px;
	background: #FFF;
	border-radius: 40px;
	overflow: hidden;
}
.comPopBtn a {
	display: block;
	background: url(../img/common/pop_bg01.png) repeat center top 2px / 34px;
}
@media all and (min-width: 1024px) {		
	.comPopBtn a:hover {
		opacity: 0.4;
	}
}
.isPad .comPopBtn a:hover {
	opacity: 1;
}
.comPopBtn .popText {
	padding: 24px 50px 38px;
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}
.comPopBtn .popText::after {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 100%;
	content: '';
	background: url(../img/common/icon_plus01.png) no-repeat center center / 47px;
	background-color: #FFF;
	border-radius: 100%;
	transform: translate(-50%,-50%);
}
.comPopBtn .popText .comTitle01,
.comPopBtn .popText .comDate {
	color: #FFF;
}
.comPopBtn .popText .comTitle01 {
	flex: 1;
}
.comPopBtn .popText .comDate {
	margin-top: 28px;
	min-width: 320px;
	text-align: right;
	flex-shrink: 0;
}
.comPopBtn .popText .comTitle01 .comRound {
	color: #70b859;
	border-color: #FFF;
	background-color: #FFF;
}
.comPopBtn .comLinkBox {
	margin-bottom: 0 !important;
}
.comPopBtn .comLinkBox .bg {
	padding: 43px 0 24px 50px;
	border-radius: 0;
	background-position: left top -9px;
}
.comPopBtn .comLinkBox .img {
	display: block;
	margin: -4px 0 0 -13px;
}
.comPopBtn01 a {
	background-image: url(../img/common/pop_bg02.png);
}
.comPopBtn01 .comTitle02::after {
	background-image: url(../img/common/text_bg02.png);
}
.comPopBtn01 .popText::after {
	background-image: url(../img/common/icon_plus02.png);
}
.comPopBtn .linkArea .comLinkBox .bg {
	padding-right: 5px;
	padding: 45px 0 38px 45px;
	height: 100%;
	box-sizing: border-box;
}
.comPopBtn .linkArea .comLinkBox .ttl {
	margin-bottom: 20px;
}
.comPopBtn .linkArea .comLinkBox .ttl01 {
	margin-bottom: 16px;
}
.comPopBtn .linkArea .comLinkBox .txt .img {
	margin-top: 5px;
}
.comPopBtn .linkArea .comLinkBox .txt .sml01 {
	display: block;
	font-size: 2.6rem;
	letter-spacing: 0;
}
.comPopBtn .linkArea .comLinkBox .txt .color {
	display: inline-block;
	margin: 8px 0 15px -15px;
	color: #FFFF6E;
	font-size: 3.8rem;
	letter-spacing: -0.05em;
}
.comPopBtn .linkArea .comLinkBox .txt small {
	margin-left: 8px;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.13em;
}
.comPopBtn .linkArea .comLinkBox02 .bg {
	padding-left: 45px;
	background-image: url(../img/common/link_bg02.jpg) !important;
	background-size: cover !important;
	background-position: left top !important;
}
.comPopBtn .linkArea .comLinkBox03 .bg {
	background-size: 820px;
	background-position: left top -8px;
}
@media all and (min-width: 897px) {
	.comPopBtn01 .comTitle02 {
		margin-top: 26px;
		font-size: 5.6rem;
	}
	.comPopBtn .linkArea {
		display: flex;
	}
	.comPopBtn .linkArea > div {
		width: 50%;
	}
	.comPopBtn .linkArea .comLinkBox .txt {
		font-size: 3.6rem;
		letter-spacing: -0.15em;
		line-height: 1.22;
	}
}
@media all and (min-width: 897px)  and (max-width: 1080px) {
	.comPopBtn .popText {
		padding: 24px 30px 38px;
	}
	.comPopBtn .comLinkBox .bg {
		padding: 43px 0 24px 20px;
	}
	.comPopBtn01 .comTitle02 {
		margin-top: 35px;
		font-size: 4.8rem;
	}
	.comPopBtn .linkArea .comLinkBox .txt {
		font-size: 3.5rem;
		letter-spacing: -0.2em;
	}
	.comPopBtn .linkArea .comLinkBox .bg {
		padding-left: 20px;
	}
	.comPopBtn .linkArea .comLinkBox .txt .sml01 {
		letter-spacing: -0.02em;
		font-size: 2.4rem;
	}
	.comPopBtn .linkArea .comLinkBox .txt small {
		letter-spacing: -0.02em;
	}
	.comPopBtn .linkArea .comLinkBox .txt .color {
		font-size: 3.6rem;

	}
}
@media all and (max-width: 896px) {
	.comPopBtn {
		margin-bottom: 100px;
		margin-top: -280px;
	}
	.comPopBtn .popText {
		padding: 30px 0 44px 10px;
		display: block;
	}
	.comPopBtn .popText .comDate {
		margin: 5px auto 0;
		width: 95%;
		min-width: inherit;
		max-width: 320px;
		text-align: left;
	}
	.comTitle01 .smlTxt {
		margin: 2px 0 0 -10px;
		font-size: 2rem;
	}
	.comTitle01 .smlTxt .num {
		font-size: 2.8rem;
	}
	.comDate .time {
		margin-top: 0;
		font-size: 2.2rem;
		text-align: left;
	}
	.comDate .time .ttl {
		margin-right: 5px;
		padding: 3px 11px 4px;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.comPopBtn .popText::after {
		width: 60px;
		height: 60px;
		background-size: 34px;
	}
	.comPopBtn .comLinkBox .bg {
		padding: 55px 0 34px 10px;
	}
	.comPopBtn .comLinkBox01 .bg {
		background-size: auto 110%;
    	background-position: left 34% bottom;
	}
	.comPopBtn .comLinkBox .img {
		margin: -1px 0 0 -5px;
	}
	.comPopBtn .comLinkBox .img img {
		width: 175px;
	}
	.comPopBtn01 .popText {
		padding: 37px 0 54px 10px;
	}
	.comPopBtn .popText .comTitle01 {
		margin: 0 auto;
		max-width: 320px;
		letter-spacing: 0;
		width: 95%;
	}
	.comPopBtn .popText .comDate .time01 {
		margin-top: 8px;
	}
	.comPopBtn .linkArea .comLinkBox02 {
		position: relative;
	}
	.comPopBtn .linkArea .comLinkBox02::after {
		width: 60px;
		height: 60px;
		position: absolute;
		left: 50%;
		top: 100%;
		content: '';
		background: url(../img/common/icon_plus02.png) no-repeat center center / 34px;
		background-color: #FFF;
		border-radius: 100%;
		transform: translate(-50%,-50%);
	}
	.comPopBtn .linkArea .comLinkBox02 .bg {
		padding: 60px 0 49px 10px;
	}
	.comPopBtn .linkArea .comLinkBox .ttl {
		margin-bottom: 10px;
	}
	.comPopBtn .linkArea .comLinkBox .txt .sml01 {
		margin: -2px 0 -3px 2px;
		font-size: 1.8rem;
		letter-spacing: 0.03em;
	}
	.comPopBtn .linkArea .comLinkBox .txt .color {
		margin: 0 -5px 5px -15px;
		font-size: 2.8rem;
	}
	.comPopBtn .linkArea .comLinkBox .txt small {
		margin-left: 0;
		font-size: 1.8rem;
		line-height: 1.56;
	}
	.comPopBtn .linkArea .comLinkBox03 .bg {
		padding: 55px 0 37px 10px;
		background-size: 210%;
		background-position: left 30% center;
	}
	.comPopBtn .linkArea .comLinkBox03 .txt {
		line-height: 1.357;
	}
	.comPopBtn .linkArea .comLinkBox03 .ttl01 {
		margin-bottom: 0;
	}
	.comPopBtn .linkArea .comLinkBox03 .txt .img {
		margin-top: 0;
	}
}
@media all and (max-width: 374px) {
	.comPopBtn .comLinkBox01 .bg {
		background-size: cover;
	}
	.comPopBtn .linkArea .comLinkBox .txt .color {
		font-size: 2.2rem;
	}
	.comPopBtn .linkArea .comLinkBox .txt .sml01 {
		font-size: 1.5rem;
	}
}

/*------------------------------------------------------------
	comPop
------------------------------------------------------------*/
.comPop {
	margin: 0 auto;
	padding: 31px 24px 109px;
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
}
.comPop .close {
	position: absolute;
	right: 19px;
    top: 19px;
	width: 24px;
	cursor: pointer;
}
@media all and (min-width: 1024px) {	
	.comPop .close:hover {
		opacity: 0.4;
	}
}
.isPad .comPop .close:hover {
	opacity: 1;
}
.comPop .textInner {
	position: relative;
	padding: 42px 20px 30px;
	border-radius: 30px;
	background-color: #fff;
}
.comPop .comTitle01 {
	margin-bottom: 20px;
	font-size: 3rem;
	text-align: center;
}
.comPop .comTitle01 .comRound {
	font-size: 1.9rem;
	width: 28px;
	height: 28px;
}
.comPop .comDate {
	margin-bottom: 18px;
}
.comPop .comDate .time {
	margin-bottom: 6px;
	font-size: 2.1rem;
	text-align: left;
}
.comPop .comDate .time:last-child {
	margin-bottom: 0;
}
.comPop .comDate .time .ttl {
	width: 120px;
	text-align: center;
	box-sizing: border-box;
	border-color: #555761;
}
.comPop .comBtn .inTxt {
	padding: 6px 44px 5px 26px;
	font-size: 1.9rem;
	background: url(../img/common/icon02.png) left center/20px,
	url(../img/common/icon03.png) right center/10px;
	background-repeat: no-repeat;
}
.comPop .comBtn {
	margin-bottom: 20px;
}
.comPop .comBtn:last-child {
	margin-bottom: 0;
}
.comPop .comBtn a {
	border-radius: 15px;
	padding: 5px 10px 6px 35px;
}
.comPop .box01 {
	margin-bottom: 21px;
}
.comPop .box02 .comTitle01 {
	margin-right: -10px;
    letter-spacing: -0.1em;
	color: #BEA05A;
}
.comPop .box02 .comTitle01 .comRound {
	background-color: #BEA05A;
}
.comPop .fixBtn a {
	padding: 18px 10px 14px;
	border-radius: 0;
}
.comPop .fixBtn .inTxt {
	padding: 5px 55px 5px 33px;
    font-size: 2.5rem;
    letter-spacing: 0;
    background: url(../img/common/icon02.png) left center/26px, url(../img/common/icon03.png) right center/14px;
    background-repeat: repeat, repeat;
    background-repeat: no-repeat;
}
.mfp-bg {
	background: #4D4D4D;
}
.mfp-container {
	overflow-y: auto;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	mix-blend-mode: multiply;
	background: #4D4D4D;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	overflow-y: scroll;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
@media all and (max-width: 896px) {
	.comPop .comDate .time .ttl {
		width: 80px;
	}
	.comPop .comTitle01 {
		margin-bottom: 10px;
		text-align: left;
	}
}
@media all and (max-width: 374px) {
	.comPop .comTitle01 .comRound {
		margin-right: 2px;
		font-size: 1.5rem;
		width: 24px;
		height: 24px;
	}
	.comPop .comTitle01 {
		font-size: 2.4rem;
	}
	.comPop .comDate .time {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	.comPop .comBtn a {
		padding-left: 10px;
	}
	.comPop .comBtn .inTxt {
		padding-right: 20px;
		font-size: 1.8rem;
	}
}

/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 80;
}
.fixBtn a {
	padding: 12px 10px 15px;
	border-radius: 0;
}

.comVenue .timeList .time.bor {
    margin-bottom: 20px;
    border-bottom: dotted 3px;
    padding-bottom: 30px;
    margin-right: 30px;
}


.comPopBtn .popText.fleno .comDate {
    margin-top: 0px;
    min-width: 320px;
    text-align: left;
    flex-shrink: 0;
}
.comPopBtn .popText.fleno {
    display: block;
}