@charset "UTF-8";

@import url("https://use.typekit.net/uax0rmf.css");

/*******************
Initial setting
*******************/
html{overflow: auto;}
body {overflow: hidden;}

#fairWrap *{-webkit-box-sizing: border-box;box-sizing: border-box;}
#fairWrap { margin-bottom: 30px;}
@media screen and (min-width: 940px) { #fairWrap{margin-bottom:20px;}}
#fairWrap img{
	border:none;
    height: auto;
	width: 100%;vertical-align: top;}
#fairWrap img[src$=".svg"] {
    width: 100%;

}

#fairWrap ul{list-style-type:none;}

#fairWrap a {
	text-decoration: underline;
	color: #fff;
}

#fairWrap a:hover {
	text-decoration: none;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}




/*******************
Layout
*******************/
body {overflow-y: scroll;}
#fairWrap{
	padding: 0;
	margin-bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	padding-top: 100px;
	color: #000;
	font-weight: 500;
}

#fairWrap #fairContainer{
	width: 100%;
	margin: 0 auto;
}

a:hover img {opacity:.8;transition: opacity 0.3s ease-out;}
p a:hover {opacity:.8;transition: opacity 0.3s ease-out;}

@media screen and (min-width: 940px) {
	.sp {
		display: none !important;
	}

	.pc_br:before {
		content: "\A" ;
		white-space: pre ;
	}
}


@media screen and (max-width: 940px) {
	#fairWrap{
		font-size: 3.4666vw;
		padding-top: 21.3333333333%;
	}
	.pc {
		display: none !important;
	}
	#fairWrap #fairContainer{
	margin: 0 auto;
	}
	.sp_br:before {
		content: "\A" ;
		white-space: pre ;
	}
}

/*******************
mv
*******************/

#mv_area {
	text-align: center;
	position: relative;
	background: url(/special/fair/2025autumn/images/fair_mv_bg.jpg) bottom -30px left;
	height: 47.2222222222vw;
	max-height: 680px;
}

#mv_area .fair_ttl {
	width: 64.3792888334vw;
	height: 22.4578914535vw;
	max-width: 1032px;
	max-height: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#mv_area .fair_ttl h2{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/special/fair/2025autumn/images/fair_mv.svg) no-repeat;
	background-size: 100%;
	width: 64.3792888334vw;
	height: 22.4578914535vw;
	max-width: 1032px;
	max-height: 360px;
}

@media screen and (max-width: 940px) {
	#mv_area {
	    width: 100%;
	    height: 71.43589744vw;
	    background-repeat: repeat-y;
	    background-size: 100% auto;
	}

	#mv_area .fair_ttl {
		width: 89.7435897436vw;
		height: 30.9847185112vw;
		margin: 0 auto;
	}

	#mv_area .fair_ttl h2{
		background-size: 100%;
		width: 89.7435897436vw;
		height: 30.9847185112vw;
	}
}

.link_area {
	background: #26110C;
	margin: 0 auto;
	padding: 120px 0;
}

.link_area a.btn {
	width: 47.2222vw;
	background: #fff;
    display: block;
    padding: 1.6666vw 0;
    font-size: 28px;
    color: #000 !important;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
	position: relative;
}

.link_area a {
	text-decoration: none !important;
}

.link_area a.btn:after {
    content: '';
    background: url(/special/fair/2025autumn/images/link_btn_ar.png) no-repeat;
    background-size: 100%;
    width: 0.8333vw;
    height: 1.3888vw;
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 40%;
}

.link_area a.btn:hover {opacity:.7;transition: opacity 0.3s ease-out;}

@media screen and (max-width: 940px) { 
	.link_area {
	    margin: 0 auto;
	    width: 100vw;
	    padding: 20.5128vw 0;
	}

	.link_area a.btn {
		width: 86vw;
	    padding: 5.3333vw 0;
		font-size: 3.7333vw;
	    line-height: 1;
	    color: #fff;
	}

	.link_area a.btn:after {
	    content: '';
	    background: url(/special/fair/2025autumn/images/link_btn_ar.png) no-repeat;
	    background-size: 100%;
	    width: 2.4vw;
	    height: 4.1333vw;
	    display: inline-block;
	    position: relative;
	    right: -3vw;
	    top: 0.8vw;
	}
}


/* -------------------------------------------- */

/*******************
novelty
*******************/

#novelty {
	color: #fff;
	background: #231915;
	position: relative;
	margin: 0;
}

#novelty .inner {
	width: 79.2222222222vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding: 80px 40px;
}

#novelty img {
	width: 48%;
	align-self: center;
}

#novelty .inner div {
	position: relative;
	align-self: center;
	width: 52%;
}

#novelty .inner div p {
	font-size: 20px;
	line-height: 2;
}

#novelty .inner p.attention {
	width: 100%;
	font-size: 12px;
	display: block;
	line-height: 2;
}

#novelty .inner p.novelty_title {
	font-size: 7.6388888889vw;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	line-height: 0.9090909091;
	margin-bottom: 33px;
	color: #fff;
}

#novelty .inner p b {
	color: #fff;	
}


@media screen and (max-width:940px) {
	#novelty {
		width: 100vw;
		margin: 0;
	}

	#novelty .inner {
		width: 100%;
		padding: 10.9487179487vw 5.1282051282vw;
	}

	#novelty .inner div {
		width: 100%;
	}

	#novelty .inner p.novelty_title {
		text-align: center;
		font-size: 12.9487179487vw;
		margin: 0 auto 8.2564102564vw;
	}

	#novelty .inner div p {
		font-size: 4.1025vw;
		line-height: 2;
	}

	#novelty .inner p.attention {
		font-size: 2.9769vw;
	}

	#novelty img {
		width: 100%;
		margin: 20px 0;
	}
}


/* -------------------------------------------- */


#fairWrap h4 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
	font-size: 3.4722222222vw;
	line-height: 1;
    width: 45.9027777778vw;
    text-align: center;
    background: #fff;
    padding: 16px 0;
    margin: 80px auto 120px;
    position: relative;
}

#fairWrap ul.item_list {
    width: 77.7777vw;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	font-family: 'Roboto', sans-serif;
}

#fairWrap .item_list p {
	font-family: 'Roboto', sans-serif;
}

#fairWrap ul.item_list li {
	position: relative;
	line-height: 2.2222;
    margin-bottom: 60px;
    width: 36.11111111vw;
}

#fairWrap .fair_copy {
	width: 77.7777vw;
	font-size: 1.5277777778vw;
	line-height: 2.1818181818;
	text-align: center;
	margin: 0 auto 80px;
}


#fairWrap ul.item_list li.col1 {
	width: 50vw;
	margin-left: 13.88885vw;
}

#fairWrap ul.item_list li.wide {
	width: 100%;
}

#fairWrap ul li p {
	padding: 20px 20px 40px;
}

#fairWrap ul.item_list li img {
	width: 100%;
}

#fairWrap ul.item_list li p {
	display: inline-block;
	text-align: left;
	line-height: 2.2222;
}

.open {
	position: absolute;
    width: 2.777777778vw;
    height: 2.777777778vw;
    z-index: 5;
    right: 1.388888889vw;
    top: 1.388888889vw;
    cursor: pointer;
    transform: rotateZ(0deg);
}

.open:hover {
	opacity: 1;
    transform: rotateZ(180deg);
    transition: .2s;
}

.item_card .credit {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 3.6199vw;
    opacity: 0;
    transition: opacity .7s cubic-bezier(0.26, 0.63, 0, 0.99) .1s;
    pointer-events: none;
    color: #fff;
    text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.item_card .credit:before {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .8);
    content: "";
    opacity: 0;
    transition: opacity .7s cubic-bezier(0.26, 0.63, 0, 0.99) .1s;
    pointer-events: none;
}

#item_sec2 .item_card .credit:before {
    background-color: rgba(0, 0, 0, .9);	
}

.item_card.on .credit {
	opacity: 1;
    transition: opacity .7s cubic-bezier(0.26, 0.63, 0, 0.99) .1s;
    pointer-events: all;
}

.item_card.on .credit:before {
	opacity: 1;
}

.item_card.on .open {
	opacity: 0;
    pointer-events: none;
}

.item_card .close {
	opacity: 0;
    position: absolute;
    right: 1.388888889vw;
    top: 1.388888889vw;
    z-index: 5;
    width: 2.777777778vw;
    height: 2.777777778vw;
    background-image: url(/special/fair/2025autumn/images/icon_close.svg);
    transform: rotateZ(45deg);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
    transition: .2s;
}

.item_card .credit .close {
	cursor: none;
    pointer-events: none;
}

.item_card.on .credit .close {
	opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.item_card.on .credit .close:hover {
	opacity: .7;
    transition: .2s;
}

.item_card .credit .credit_info {
	z-index: 4;
    font-size: 1.041666667vw;
}

.item_card .credit li {
	line-height: 2.1333333333 !important;
	margin-bottom: 0 !important;
	width: auto !important;
}



@media screen and (max-width: 940px) {

	#fairWrap h4 {
		font-size: 6.692307692vw;
	    width: 80vw;
	    margin: 0 auto 80px;
	    padding: 12px 0;
	}

	#fairWrap .fair_copy {
		width: 89.7435897436vw;
		text-align: left;
		margin: 60px auto 80px;
	}

	#fairWrap .fair_copy p {
		font-size: 4.102564103vw;
		line-height: 2;
	}

	#fairWrap ul.item_list {
	    width: 100vw;
		margin: 0 auto;
		display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
		font-family: 'Roboto', sans-serif;
	}

	#fairWrap #item_sec1 ul.item_list li {
		width: 100%;
	}

	#fairWrap ul.item_list li.col1 {
		width: 100vw;
		margin-left: 0;
	}

	#fairWrap ul.item_list li.wide img {
		width: 150%;
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%);
	}

	#fairWrap .item_list p {
		font-family: 'Roboto', sans-serif;
	}

	#fairWrap ul.item_list li {
		position: relative;
		line-height: 2.2222;
	    margin-bottom: 40px;
	    width: 100%;
	}

	#fairWrap ul li p {
		padding: 20px 20px 40px;
	}

	#fairWrap ul.item_list li img {
		width: 100%;
	}

	#fairWrap ul.item_list li p {
		display: inline-block;
		text-align: left;
		line-height: 2.2222;
	}

	#fairWrap #item_sec1 ul.item_list_main {
		padding-top: 0;		
		width: 89.7435897436vw;
	}

	#fairWrap #item_sec1 ul.item_list_main:after {
		width: 100vw;
		height: 67.69230769vw;
		right: 0;
		bottom: -37vw;
	}

	#fairWrap #item_sec1 ul.sec1_list2:before {
		width: 100vw;
		height: 67.69230769vw;
		left: -35.38461538vw;
		top: -40.28205128vw;
	}

	#fairWrap #item_sec1 ul.sec1_list2:after {
		width: 100vw;
		height: 67.69230769vw;
		right: -44.87179487vw;
		bottom: -14.102564103vw;
	}


	.open {
	    width: 7.6923076923vw;
	    height: 7.6923076923vw;
	    right: 3.128205128vw;
	    top: 3.128205128vw;
	}

	.item_card.on .credit .close {
	    position: absolute;
	    right: 3.128205128vw;
	    top: 3.128205128vw;
	    width: 7.6923076923vw;
	    height: 7.6923076923vw;
	}

	.item_card .credit {
		padding: 6.25641026vw 5.128205128vw;
	}

	.item_card .credit .credit_info {
		z-index: 4;
	    font-size: 3.333333333vw;
	}
}


/* -------------------------------------------- */

/*******************
item_sec1
*******************/

#item_sec1 {
	color: #000;
	position: relative;
	padding-top: 120px;
}

#item_sec1 a {
	color: #fff;
}

#item_sec1 .fair_copy {
	text-align: center;
	font-size: 1.3888888889vw;
	line-height: 2;
}

#fairWrap #item_sec1 ul.item_list {
	margin: 0 auto;
	width: 100%;
}

#fairWrap #item_sec1 ul.item_list li {
    width: 100vw;
    margin-bottom: 0;
}

#fairWrap #item_sec1 ul.item_list li.tate {
	width: 80vw;
	margin: 0 auto;
}


@media screen and (max-width: 940px) {
	#fairWrap #item_sec1 {
		padding-top: 60px;
	}
	#fairWrap #item_sec1 .item_card .credit {
		height: 153vw;
	}

	#fairWrap #item_sec1 ul.item_list li.tate {
		width: 100vw;
		margin: 0 auto;
	}
}








/*******************
item_sec2
*******************/

#item_sec2 {
	font-size: 1.1111vw;
	text-align: center;
	padding: 120px 0 80px;
	color: #000;
	background: #fff;
	position: relative;
}

#fairWrap #item_sec2 h4 {
	background: #000;
	color: #fff;
	position: relative;
}

#fairWrap #item_sec2 ul.item_list li {
	position: relative;
}

#fairWrap #item_sec2 ul.item_list.wide.right {
	margin-bottom: 160px !important;
}

#fairWrap #item_sec2 ul.item_list.wide.left li.dot {
	margin-right: 50%;
	position: relative;
	z-index: 1;
}

#fairWrap #item_sec2 ul.item_list.wide.left li.dot:after {
	content: '';
	display: block;
	width: 100vw;
	height: 24vw;
	background: url(/special/fair/2025autumn/images/fair_bg1.jpg);
	background-size: 100%;
	position: absolute;
	z-index: -1;
	top: 33%;
    left: -11.11115vw;
}

#fairWrap #item_sec2 ul.item_list.wide.right li.dot{
	margin-left: 50%;
	position: relative;
	z-index: 1;
}

#fairWrap #item_sec2 ul.item_list.wide.right li.dot:after {
	content: '';
	display: block;
	width: 100vw;
	height: 33vw;
	background: url(/special/fair/2025autumn/images/fair_bg1.jpg);
	background-size: 100%;
	position: absolute;
	z-index: -1;
	bottom: -80px;
    left: -50vw;
}

#fairWrap #item_sec2 ul.item_list.bg2 {
	background: #000;
	width: 100%;
	padding: 120px 11.11115vw;
	position: relative;
	margin-bottom: 0 !important;
}

#fairWrap #item_sec2 ul.item_list.bg2:after {
	content: '';
	background: url(/special/fair/2025autumn/images/fair_bg2.jpg) no-repeat;
	background-size: 100% auto;
	display: block;
	width: 100vw;
	height: 90vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#fairWrap #item_sec2 ul.item_list.bg2 li {
	position: relative;
	z-index: 3;
}

#fairWrap #item_sec2 ul.item_list.wide2 {
	width: 100vw;
	padding: 120px 11.11115vw;
	background: #000;
	position: relative;
}

#fairWrap #item_sec2 ul.item_list.wide2:before {
	content: '';
	background: url(/special/fair/2025autumn/images/fair_bg5.png) no-repeat;
	background-size: 100% auto;
	display: block;
	width: 60vw;
	height: 120vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#fairWrap #item_sec2 ul.item_list.wide2:after {
	content: '';
	display: block;
	width: 100vw;
	height: 3vw;
	background: #0c8c92;
	position: absolute;
	left: 0;
	bottom: 700px;
	z-index: 2;
}

#fairWrap #item_sec2 ul.item_list.wide2 li {
	position: relative;
	z-index: 3;
}

#fairWrap #item_sec2 ul.item_list.wide2 li.left {
	margin-right:50%;
	position: relative;
}

#fairWrap #item_sec2 ul.item_list.wide2 li.right {
	margin-left:50%;
}

#fairWrap #item_sec2 ul.item_list.wide2 li.left2 {
	position: relative;
	z-index: 1;
	height: 47.2222222208vw;
}

#fairWrap #item_sec2 ul.item_list.wide2 li.left2.item_card .credit {
	padding-bottom: 10vw;
}

#fairWrap #item_sec2 ul.item_list.wide2 li.right2 {
	margin-top:480px;
	position: relative;
	z-index: 3;
}

#item_sec2 ul li a {
	color: #fff;
}

#fairWrap #item_sec2 ul.item_list li {
	margin-bottom: 40px;
}

#fairWrap #item_sec2 ul.item_list.look {
	margin-bottom: 40px;
}


@media screen and (max-width: 940px) {

	#item_sec2 {
		padding: 0;
		background-size: 162%;
	}

	#fairWrap #item_sec2 ul.item_list {
		justify-content: center;
		width: 77.7777vw;
		padding: 0;
	}

	#fairWrap #item_sec2 ul.item_list.look .credit {
		height: auto;
	}

	#fairWrap #item_sec2 ul.item_list.wide.right {
		margin-bottom: 120px !important;
	}

	#fairWrap #item_sec2 ul.item_list.wide.left li.dot {
		margin-right:0;
	}

	#fairWrap #item_sec2 ul.item_list.wide.right li.dot {
		margin-left:0;
	}

	#fairWrap #item_sec2 ul.item_list.wide.right li.dot:after {
		left: -11.11115vw;
	}

	#fairWrap #item_sec2 ul.item_list.bg2:after {
		background: url(/special/fair/2025autumn/images/fair_bg2.jpg) repeat-y;
		background-size: 100%;
		height: 270vw;
	}

	#fairWrap #item_sec2 ul.item_list.bg2 li.widesp {
		width: 100vw;
		margin-left: -11.11115vw;
		margin-right: -11.11115vw;
	}

	#fairWrap #item_sec2 ul.item_list.wide2 li.left {
		margin-right: 0;
	}

	#fairWrap #item_sec2 ul.item_list.wide2 li.right {
		margin-left: 0;
	}

	#fairWrap #item_sec2 ul.item_list.bg2 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#fairWrap #item_sec2 ul.item_list.wide2:before {
		width: 100vw;
		height: 210vw;
	}

	#fairWrap #item_sec2 ul.item_list.wide2 li.left2 {
		height: 100%;
	}

	#fairWrap #item_sec2 ul.item_list.wide2 li.left2.item_card .credit {
		padding-bottom: 6.25641026vw;
	}

	#fairWrap #item_sec2 ul.item_list.wide2 li.right2 {
		margin-top: 0;
	}

	#fairWrap #item_sec2 ul.item_list.wide2 li.right2 {
		margin-top: 0;
	}

	#fairWrap #item_sec2 ul.item_list.wide2:after {
		height: 10vw;
		bottom: 114vw;
	}

	#fairWrap #item_sec2 ul.item_list.wide2 {
		padding-bottom: 80px;
		margin-bottom: 0;
	}
 }


/* -------------------------------------------- */


/*******************
item_sec3
*******************/

#item_sec3 {
	font-size: 1.1111vw;
	text-align: center;
	background: #a49a75;
	background-size: 1500px auto;
	color: #fff;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}

#fairWrap #item_sec3 h4 {
	border: 6px solid #000;
	color: #000;
	background: transparent;
}

#item_sec3 ul.item_list {
	width: 100vw;
	padding-top: 120px;
}

#item_sec3 ul.item_list li {
	width: 50vw;
	position: relative;
	padding: 5.555575vw;
	margin-bottom: 0;
}

#item_sec3 ul.item_list li .credit ul li {
	padding: 0;
}

#item_sec3 ul.item_list li.bg {
	background: url(/special/fair/2025autumn/images/fair_bg4.png) left top;
	background-size: 100%;
}

@media screen and (max-width: 940px) {

	#item_sec3 {
		padding-top: 80px;
		padding-bottom: 40px;
		background-size: 135% auto;
	}

	#fairWrap #item_sec3 .fair_copy {
		margin: 40px auto 60px;
	}

	#fairWrap #item_sec3 ul.item_list {
		justify-content: center;
		width: 100vw;
		padding: 0;
	}

	#item_sec3 ul.item_list li {
		position: relative;
	}

	#item_sec3 ul.item_list li.right {
		margin-top: 0;
	}

	#item_sec3 ul.item_list li:first-child .credit {
		height: 100%;
	}

	#item_sec3 ul.item_list li {
		width: 100vw;
		position: relative;
		padding: 11.11115vw;
		margin-bottom: 0;
	}

	#item_sec3 ul.item_list li.bgsp {
		background: url(/special/fair/2025autumn/images/fair_bg4.png) left top;
		background-size: 100%;
	}

	#item_sec3 ul.item_list li.bgspno {
		background: none;
	}
}



/*******************
item_sec4
*******************/

#item_sec4 {
	font-size: 1.1111vw;
	text-align: center;
	background-size: 100% auto;
	padding-top: 10.4166666667vw;
	padding-bottom: 80px;
	position: relative;
}

#fairWrap #item_sec4 h4 {
	color: #000;
	font-size: 4.4722222222vw;
	width: 47.902778vw;
}

#item_sec4 ul.item_list li {
	position: relative;
}

#item_sec4 ul.item_list li.text {
	display: flex;
}

#item_sec4 ul.item_list li p.caption {
	text-align: left;
	align-self: center;
}

#item_sec4 ul.item_list li.right {
	margin-top: 23.6111111111vw;
	margin-bottom: 120px;
}

#item_sec4 .tag {
	margin: 80px 0 120px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#item_sec4 .tag img {
	width: 30%;
	margin: 0 35% 40px;
}

#item_sec4 .tag p {
	line-height: 2.2222;
	text-align: left;
}

@media screen and (max-width: 940px) {

	#item_sec4 {
		padding-top: 80px;
		padding-bottom: 40px;
	}

	#fairWrap #item_sec4 h4 {
		width: 75vw;
		font-size: 9.672222vw;
		margin: 0 auto 40px;
		text-align: left;
		padding: 0;
	}

	#fairWrap #item_sec4 h4 span {
		display: inline-block;
		width: 60px;
		height: 1px;
	}

	#fairWrap #item_sec4 .fair_copy {
		margin: 40px auto 60px;
	}

	#fairWrap #item_sec4 ul.item_list {
		justify-content: center;
		width: 89.7435897436vw;
		padding: 0;
	}

	#item_sec4 ul.item_list li {
		position: relative;
	}

	#item_sec4 ul.item_list li.right {
		margin-top: 0;
		margin-bottom: 40px;
	}

	#item_sec4 ul.item_list li p.caption {
		font-size: 4.102564103vw;
        line-height: 2;
	}

	#item_sec4 .tag {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	#item_sec4 .tag img {
		width: 50%;
		margin: 0 25% 40px;
	}

	#item_sec4 .tag p {
		font-size: 4.102564103vw;
        line-height: 2;
		width: 89.7435897436vw;
		margin: 0 auto;
	}
}


/*******************
item_sec5
*******************/

#item_sec5 {
	color: #000;
}

#item_sec5 .sec_title {
	background: #efae00;
	padding: 40px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

#item_sec5 .sec_title img {
	width: 32vw;
}

#item_sec5 .sec_title:after {
	content: '';
	display: block;
	background: url(/special/fair/2025autumn/images/fair_icon3.svg) no-repeat;
	width: 9vw;
	height: 6vw;
	position: absolute;
	right: 40px;
	bottom: 40px;
}

#fairWrap #item_sec5 h4 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/special/fair/2025autumn/images/fair_logo1.svg) no-repeat;
	background-size: 100%;
	width: 38.8888888889vw;
	height: 11.1805555556vw;
	padding: 0;
}

#item_sec5 .item_list li.icon1:after {
	content: '';
	display: block;
	width: 7vw;
	height: 8.5vw;
	background: url(/special/fair/2025autumn/images/fair_icon5.svg) no-repeat;
	position: absolute;
	top: 10vw;
    right: -5vw;
}

#item_sec5 .item_list li.icon2:after {
	content: '';
	display: block;
	width: 12vw;
    height: 11.5vw;
	background: url(/special/fair/2025autumn/images/fair_icon4.svg) no-repeat;
	position: absolute;
	    top: -1vw;
    left: -5vw;
}

#item_sec5 .item_list li.icon3:before {
	content: '';
	display: block;
	width: 16vw;
    height: 8.2vw;
	background: url(/special/fair/2025autumn/images/fair_icon7.svg) no-repeat;
	position: absolute;
	top: -6vw;
    right: 3vw;
}

#item_sec5 .item_list li.icon3:after {
	content: '';
	display: block;
	width: 7vw;
	height: 8.5vw;
	background: url(/special/fair/2025autumn/images/fair_icon6.svg) no-repeat;
	position: absolute;
	bottom: -1vw;
    left: -5vw;
}

#item_sec5 .fair_copy {
	margin: 120px auto;
}

#item_sec5 .item_txt {
	width: 77.7777vw;
	margin: 0 auto;
	line-height: 2.2222;
	padding: 0 20px;
}

#item_sec5 .item_card .credit {
	padding: 2vw 3.6199vw;
}

@media screen and (max-width: 940px) {
	#item_sec5 {
		color: #000;
	}

	#item_sec5 .sec_title {
		padding: 5px 0;
	}

	#item_sec5 .sec_title img {
		width: 60vw;
	}

	#item_sec5 .sec_title:after {
		right: 15px;
    	bottom: 15px;
		width: 13vw;
    	height: 9vw;
	}

	#fairWrap #item_sec5 h4 {
		width: 58.3333333334vw;
		height: 16.7708333334vw;
		padding: 0;
		margin: 20px auto 0;
	}

	#item_sec5 .fair_copy {
		margin: 60px auto;
		width: 89.7435897436vw;
	}

	#fairWrap #item_sec5 ul.item_list {
		width: 89.7435897436vw;
	}

	#fairWrap #item_sec5 ul.item_list li.wide {
		width: 100%;
	}

	#fairWrap ul.item_list li.wide img {
		width: 100%;
	}

	#item_sec5 .item_card .credit {
		padding: 3.6199vw;
	}

	#item_sec5 .item_list li.icon1:after {
		width: 14vw;
		height: 17vw;
		top: 20vw;
	    right: -4vw;
	}

	#item_sec5 .item_list li.icon2:after {
		width: 24vw;
	    height: 23vw;
		top: -8vw;
        left: 3vw;
	}

	#item_sec5 .item_list li.icon3:before {
		width: 32vw;
	    height: 16.4vw;
		top: -12vw;
	    right: 3vw;
	    z-index: 3;
	}

	#item_sec5 .item_list li.icon3:after {
		width: 14vw;
		height: 17vw;
		bottom: 6vw;
        left: -4vw;
	}
}






/* -------------------------------------------- */


#item_sec8 .fair_bnr {
	width: 100vw;
	height: 38.8888888889vw;
	position: relative;
}

#item_sec8 .fair_bnr.high {
	height: 77.5vw;
}

#item_sec8 .fair_bnr:after {
	content: '';
	background: url(/special/fair/2025autumn/images/bnr_arw.svg) no-repeat;
	width: 4.4444444444vw;
	height: 4.4444444444vw;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#item_sec8 .fair_bnr.high:after {
	display: none;
}

#item_sec8 .fair_bnr a:hover {
	border: 30px #fff solid;
	transition: .3s ease-out;
}

#item_sec8 .fair_bnr a img {
	position: absolute;
	top: 0;
	left: 0;
}

#item_sec8 .app {
	width: 65.2778vw;
	margin: 0 auto 16px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    padding: 2.7777vw 4.1666vw;
	background: #43B09B;
}

#item_sec8 .app div {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#item_sec8 .app div a {
	width: 25.6097%;
}

#sns_area .pg_sns div a.app_g {
	width: 28.9024%;
}

#item_sec8 .app div a img {
	width: 100%;
}

#item_sec8 .app p.txt {
	width: 100%;
	background: #01896F;
	font-size: 1.11111vw;
	text-align: center;
	height: 2.5vw;
	line-height: 2.5vw;
	font-weight: 500;
	margin-top: 20px;
	color: #fff;
}

#item_sec8 .app .sns_name {
	font-family: europa, sans-serif;
	font-size: 3.4722vw;
    font-weight: 700;
    display: inline;
    border-bottom: 0.5555vw solid #fff;
    margin-right: 60px;
    align-self: center;
    padding-bottom: 10px;
    color: #fff;
}

#item_sec8 .inquiry {
	width: 65.2778vw;
	text-align: center;
	background: #CDF0E9;
    padding: 2.7777vw 4.1666vw;
	margin: 0 auto 120px;
}

#item_sec8 .inquiry p.copy {
	font-size: 1.6666vw;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin:0 auto 20px;
	position: relative;
	color: #000;
	text-align: center;
}

#item_sec8 .inquiry p.copy:before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: 8.6388vw;
	width: 22px;
	height: 36px;
	background: linear-gradient(to right top, transparent 48%, #000 48%, #000 52%, transparent 52%);
}

#item_sec8 .inquiry p.copy:after {
	content: '';
	display: block;
	position: absolute;
	right: 8.6388vw;
	top: -10px;
	width: 22px;
	height: 36px;
	background: linear-gradient(to left top, transparent 48%, #000 48%, #000 52%, transparent 52%);
}

#item_sec8 .inquiry dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 41.5972222222vw;
	margin: 0 auto 24px;
}

#item_sec8 .inquiry dl dt {
	width: 18.1944444444vw;
	background: #fff;
	display: block;
	height: 2.8472222222vw;
	line-height: 2.8472222222vw;
	font-size: 1.1111111111vw;
	color: #01896F;
	font-weight: 700;
	border-radius: 10px;
}

#item_sec8 .inquiry dl dd {
	font-size: 2.7777777778vw;
	color: #01896F;
	font-weight: 700;
	position: relative;
	padding-left: 2.6388888889vw;
}

#item_sec8 .inquiry dl dd:before {
	content: '';
	display: block;
	width: 2.08333333333vw;
	height: 2.2222222222vw;
	background: url(/special/fair/2025autumn/images/icon_phone.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 5px;
	left: 0;
}

#item_sec8 .inquiry dl dd a {
	color: #01896F;
	text-decoration: none;
}

#item_sec8 .inquiry .att {
	font-size: 1.1111vw;
}


@media screen and (max-width: 940px) {

	#item_sec8 .fair_bnr:after {
		content: '';
		background: url(/special/fair/2025autumn/images/bnr_arw.svg) no-repeat;
		width: 10.2564102564vw;
		height: 10.2564102564vw;
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	#item_sec8 .fair_bnr {
		width: 100vw;
		height: 38.9743589744vw;
		position: relative;
	}

	#item_sec8 .app {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-content: center;
		padding: 10.5555vw 2.6666vw;
		margin-bottom: 10px;
		width: 89.3334vw;
	}

	#item_sec8 .app div {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}

	#item_sec8 .app div a {
		width: 50.4vw;
		margin-bottom: 15px;
	}

	#item_sec8 .app div a img {
		width: 100%;
	}

	#item_sec8 .app div a.app_g {
		width: 56.933vw;
	}


	#item_sec8 .app .sns_name {
		font-size: 8vw;
	    border-bottom: 1.3333vw solid #fff;
	    margin-right: 0;
	    align-self: center;
	    padding-bottom: 10px;
	    margin-bottom: 25px;
	}

	#item_sec8 .app p.txt {
		width: 100%;
		font-size: 3.2vw;
		text-align: left;
		line-height: 1.6;
		font-weight: 500;
		margin-top: 20px;
		padding: 2.6666vw;
		height: auto;
	}

	#item_sec8 .inquiry {
		width: 89.3334vw;
		text-align: center;
		background: #CDF0E9;
		padding: 10.5555vw 2.6666vw;
		margin: 0 auto 60px;
	}

	#item_sec8 .inquiry p.copy {
		font-size: 4.2666vw;
		margin:0 auto 20px;
		position: relative;
		line-height: 1.5;
	}

	#item_sec8 .inquiry p.copy:before {
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		left: 8vw;
		width: 18px;
		height: 30px;
		background: linear-gradient(to right top, transparent 48%, #000 48%, #000 52%, transparent 52%);
	}

	#item_sec8 .inquiry p.copy:after {
		content: '';
		display: block;
		position: absolute;
		right: 8vw;
		top: 10px;
		width: 22px;
		height: 36px;
		background: linear-gradient(to left top, transparent 48%, #000 48%, #000 52%, transparent 52%);
	}

	#item_sec8 .inquiry dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 76.1538461538vw;
		margin: 0 auto 24px;
	}

	#item_sec8 .inquiry dl dt {
		width: 61.02564102564vw;
		background: #fff;
		display: block;
		height: 11.2820512821vw;
		line-height: 11.2820512821vw;
		font-size: 3.5897435897vw;
		color: #01896F;
		font-weight: 700;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	#item_sec8 .inquiry dl dd {
		font-size: 9.2307692308vw;
		color: #01896F;
		font-weight: 700;
		position: relative;
		padding-left: 8.6388888889vw;
	}

	#item_sec8 .inquiry dl dd:before {
		content: '';
		display: block;
		width: 7.6923076923vw;
		height: 8.2051282051vw;
		background: url(/special/fair/2025autumn/images/icon_phone.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 5px;
		left: 0;
	}

	#item_sec8 .inquiry .att {
		font-size: 4.1025641026vw;
	}
}


/*******************
SNS
*******************/


#sns_area {
	color: #fff;
	text-align: center;
	padding: 6.9444vw 15.2777777778vw;
	position: relative;
	background: url(/special/fair/2025autumn/images/pg_sns_bg.gif);
}

#sns_area p.copy {
	font-size: 1.6666vw;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin:0 auto 60px;
	position: relative;
	color: #fff;
}

#sns_area p.copy:before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: -4.6388vw;
	width: 22px;
	height: 36px;
	background: linear-gradient(to right top, transparent 48%, #fff 48%, #fff 52%, transparent 52%);
}

#sns_area p.copy:after {
	content: '';
	display: block;
	position: absolute;
	right: -4.6388vw;
	top: -10px;
	width: 22px;
	height: 36px;
	background: linear-gradient(to left top, transparent 48%, #fff 48%, #fff 52%, transparent 52%);
}

#sns_area p.copy img {
	width: 2.08333333333vw;
	height: 2.08333333333vw;
	margin-right: 1.11111111vw;
}

#sns_area .pg_sns {
	background: #231915;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	padding: 2.7777vw 4.1666vw;
	margin-bottom: 20px;
}

#sns_area .pg_sns div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

#sns_area .pg_line {
	width: 232px;
}

#sns_area .pg_sns div.account {
	width: 38.6111111111vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#sns_area .pg_sns div.account span:first-child {
	display: block;
	width: 13.4722222222vw;
}

#sns_area .pg_sns div.account span:nth-child(2) {
	display: block;
	width: 20.2777777778vw;
}

#sns_area .pg_sns .qr {
	width: 9.02777777778vw;
	margin-bottom: 1.11111111vw;
}

#sns_area .pg_sns .sns_id {
	align-self: center;	
}

#sns_area .pg_sns .sns_id a {
	color: #fff;	
	font-family: europa, sans-serif;
	font-size: 1.2888888889vw;
	font-weight: 700;
	text-decoration: none;
}

.fair_attention {
	font-size: 16px;
    line-height: 2;
    text-align: center;
    padding: 100px 0;
    background: #fff;
    color: #000;
	border-bottom: 1px solid #ddd;
}

.fair_attention a {
	color: #000 !important;
}


@media screen and (max-width: 940px) { 
	#sns_area {
		color: #fff;
		text-align: center;
		padding: 16vw 5.3333vw 16vw;
	}

	#sns_area p.copy {
		font-size: 4.2666vw;
		margin:0 auto 20px;
		position: relative;
		line-height: 1.5;
	}

	#sns_area p.copy:before {
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		left: -10vw;
		width: 18px;
		height: 30px;
		background: linear-gradient(to right top, transparent 48%, #fff 48%, #fff 52%, transparent 52%);
	}

	#sns_area p.copy:after {
		content: '';
		display: block;
		position: absolute;
		right: -10vw;
		top: 10px;
		width: 22px;
		height: 36px;
		background: linear-gradient(to left top, transparent 48%, #fff 48%, #fff 52%, transparent 52%);
	}

	#sns_area .pg_sns {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-content: center;
		padding: 10.5555vw 2.6666vw;
		margin-bottom: 10px;
	}

	#sns_area .pg_sns div {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}

	#sns_area .pg_sns div a {
		width: 50.4vw;
		margin-bottom: 15px;
	}

	#sns_area .pg_sns div a img {
		width: 100%;
	}

	#sns_area .pg_sns div a.app_g {
		width: 56.933vw;
	}


	#sns_area .pg_sns .sns_name {
		font-size: 10.2564102564vw;
	    border-bottom: 1.3333vw solid #fff;
	    margin-right: 0;
	    align-self: center;
	    padding-bottom: 10px;
	    margin-bottom: 25px;
	}

	#sns_area .pg_sns .txt {
		width: 100%;
		font-size: 3.2vw;
		text-align: left;
		line-height: 1.6;
		font-weight: 500;
		margin-top: 20px;
		padding: 2.6666vw;
		height: auto;
	}

	#sns_area p.copy img {
		width: 5.58333333333vw;
		height: 5.58333333333vw;
		margin-right: 1.11111111vw;
	}

	#sns_area .pg_sns div.account {
		width: 100%;
		justify-content: center;

	}

	#sns_area .pg_sns div.account span {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	#sns_area .pg_sns div.account span:first-child {
		display: block;
		width: 100%;
	}

	#sns_area .pg_sns div.account span:nth-child(2) {
		display: block;
		width: 100%;
	}

	#sns_area .pg_sns div.account span:first-child {
		margin-bottom: 40px;
	}

	#sns_area .pg_sns .qr {
		width: 33.3333333333vw;
		margin-right: 0;
		margin-bottom: 15px;
		align-self: center;
	}

	#sns_area .pg_sns .sns_id {
		align-self: center;	
	}

	#sns_area .pg_sns .sns_id a {
		font-size: 5.1282051282vw;
		font-weight: 700;
	}

	#sns_area .pg_line {
		width: 50vw;
		margin: 0 auto;
	}

	#sns_area .gacha {
		width: 100vw;
		margin: 0 -20px 60px;
	}
}









