@charset "UTF-8";

* { 
	-webkit-text-size-adjust: none;
	font-family: "Microsoft JhengHei", "微軟正黑體", "Helvetica Neue", Arial, sans-serif;
	box-sizing: border-box;
 }
body {
	margin: 0;
}

#tw_exhibition_2024 p {
	margin: 0 ;
	padding: 0;
}
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}
ol,ul,li,dl,dt,dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border-style:none; /* ieの枠罫消し */
}
/* 見出し */
h1 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.5;
}
h2 {
	font-size: 32px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	border-bottom: none;
}
/* SP */ 
@media screen and (max-width: 670px) {
	h1 {
		font-size: 20px;
		margin-top: 20px;
	}
	h2 {
		font-size: 25px;
	}
}

#tw_exhibition_2024 .sp-only {display: none;}

/* 台湾展示会向けLP
------------------------------------------------------------------------------------- */
#tw_exhibition_2024 {
	font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Arial, sans-serif;
	color: #1D1D1D;
	font-size: 14px;
}
#tw_exhibition_2024 .logo {
	margin: 0 auto;
	max-width: 1460px;
	padding: 15px 0;
	width: 90%;
	background: #fff;
	position: relative;
}
#tw_exhibition_2024 .logo img {
	width: 130px;
}
#tw_exhibition_2024 .logo a {
	color: #ffffff;
}
/* メインビジュアル */
#tw_exhibition_2024 .main-visual {
	background: #D8D45D;
}
#tw_exhibition_2024 .main-visual > div {
	max-width: 1280px;
	width: 96%;
	margin: 0 auto;
	padding: 30px 3%;
	text-align: center;
	background: url('/img/en_lp/tw_exhibition_2024/main_bg_pc.png') no-repeat center top / contain;
	position: relative;
}
#tw_exhibition_2024 .main-visual img {
	width: 100%;
	max-width: 470px;
	z-index: 5;
}
#tw_exhibition_2024 .main-visual div > p:first-child {
	width: 50%;
	margin: 0 auto;
}
#tw_exhibition_2024 .main-visual > div > img {
	max-width: 313px;
	position: absolute;
	top: 120px;
	right: calc(65% - 155px);
}
#tw_exhibition_2024 .main-visual #slideShow {
	width: 100%;
	max-width: 430px;
	margin: 20px auto 0;
	position: relative;
}
#tw_exhibition_2024 .main-visual #slideShow ul {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 130%;
	z-index: 2;
}
#tw_exhibition_2024 .main-visual #slideShow li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .6s ease-in-out;
}
#tw_exhibition_2024 .main-visual #slideShow li.current{
	opacity: 1;
}
#tw_exhibition_2024 .main-visual #slideShow li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#tw_exhibition_2024 .main-visual > div h1 img {
	max-width: 454px;
	position: absolute;
	top: 50%;
	left: calc(58% - 160px);
}
#tw_exhibition_2024 .main-visual .sub-catch {
	background: #94AF23;
	border-radius: 37px;
	padding: 12px 7% 10px;
	margin: -35px auto 0;
	position: relative;
	z-index: 5;
	max-width: 570px;
}
#tw_exhibition_2024 .main-visual > div .sub-catch img {
	max-width: 458px;
}

/* Infomation */
#tw_exhibition_2024 .infomation {
	background: #F3F3F3;
	position: relative;
	z-index: 2;
}
#tw_exhibition_2024 .infomation > div {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
}
#tw_exhibition_2024 .infomation .left-col {
	width: 54%;
	max-width: 680px;
	text-align: center;
	padding: 50px 4%;
	font-weight: 600;
}
#tw_exhibition_2024 .infomation .left-col .ttl {
	background: #D1E8FF;
	padding: 5px 20px;
	max-width: 520px;
	margin: 0 auto;
	color: #2F6AA8;
	font-size: 27px;
}
#tw_exhibition_2024 .infomation .left-col .place {
	font-size: 0;
	margin: 0 0 20px;
}
#tw_exhibition_2024 .infomation .left-col .place p {
	font-size: 30px;
	margin: 12px 0 8px;
}
#tw_exhibition_2024 .infomation .left-col .place a {
	font-size: 13px;
	color: #5E5E5E;
	position: relative;
	padding: 3px 10px;
	font-weight: normal;
}
#tw_exhibition_2024 .infomation .left-col .place  a::after {
	display: inline-block;
	content: " ";
	position: absolute;
	height: 5px;
	width: 5px;
	border: #5E5E5E solid 1px;
	border-color: #5E5E5E #5E5E5E transparent transparent;
	transform: rotate(45deg);
	top: 10px;
	right: 0;
}
#tw_exhibition_2024 .infomation .left-col .count-down {
	font-size: 24px;
	color: #BE2F2F;
	border: #BE2F2F solid 2px;
	border-radius: 50%;
	padding: 15px 60px;
	display: inline-block;
	margin-bottom: 15px;
}
#tw_exhibition_2024 .infomation .left-col .period .txt {
	font-size: 22px;
	color: #5E5E5E;
	position: relative;
	padding: 0 15px;
	display: inline-block;
}
#tw_exhibition_2024 .infomation .left-col .period .txt::before,
#tw_exhibition_2024 .infomation .left-col .period .txt::after {
	display: inline-block;
	content: " ";
	position: absolute;
	top: 0;
	right: 100%;
	width: 1px;
	height: 30px;
	background: #5E5E5E;
	transform: rotate(-30deg);
}
#tw_exhibition_2024 .infomation .left-col .period .txt::after {
	top: 0;
	right: auto;
	left: 100%;
	transform: rotate(30deg);
}
#tw_exhibition_2024 .infomation .left-col .period p {
	font-size: 25px;
	margin-top: 10px;
}
#tw_exhibition_2024 .infomation iframe {
	width: 46%;
	height: auto;
}
/* Benefits */
#tw_exhibition_2024 .benefits {
	text-align: center;
	padding-bottom: 35px;
	background: #D2E8FF url('/img/en_lp/tw_exhibition_2024/sakura_02.png') no-repeat calc(50% - 480px) 70% / 245px 235px;
	overflow: hidden;
}
#tw_exhibition_2024 .benefits h2 {
	width: 199px;
	display: inline-block;
	margin: 28px auto;
}
#tw_exhibition_2024 .benefits > div {
	background: #fff url('/img/en_lp/tw_exhibition_2024/benefits_bg_pc.svg') no-repeat center 101% / calc(100% + 2px);
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	padding: 0 50px 30px;
}
#tw_exhibition_2024 .benefits > div::after {
	content: " ";
	display: inline-block;
	position: absolute;
	top: -40px;
	left: 75%;
	height: 240px;
	max-width: 343px;
	width: 40%;
	background: url('/img/en_lp/tw_exhibition_2024/sakura_01.png') no-repeat center / 100% auto;
}
#tw_exhibition_2024 .benefits > div > ul {
	margin-bottom: 25px;
}
#tw_exhibition_2024 .benefits > div > ul > li {
	font-size: 23px;
	color: #5E5E5E;
	text-align: left;
	display: flex;
}
#tw_exhibition_2024 .benefits > div ul li span img {
	width: 40px;
}
#tw_exhibition_2024 .benefits > div ul li p {
	display: inline-block;
	vertical-align: top;
}
#tw_exhibition_2024 .benefits > div ul li:nth-of-type(2) p {
	font-size: 20px;
}
#tw_exhibition_2024 .benefits > div ul li:first-child, 
#tw_exhibition_2024 .benefits > div ul li ul li {
	font-weight: 600;
}
#tw_exhibition_2024 .benefits > div ul li ul li {
	text-indent: -1em;
	padding-left: 1em;
}
#tw_exhibition_2024 .benefits .point-campain-period {
	border: #2F6AA8 1px solid;
	border-radius: 37px;
	color: #2F6AA8;
	font-size: 25px;
	padding: 6px 40px;
}
#tw_exhibition_2024 .benefits .point-campain-period span:nth-of-type(1) {
	font-weight: 600;
}
#tw_exhibition_2024 .benefits .point-campain-period span:nth-of-type(2) {
	font-size: 20px;
	display: inline-block;
}
#tw_exhibition_2024 .benefits .point-campain-period + p {
	font-size: 23px;
	color: #1D1D1D;
	font-weight: 600;
	margin: 18px 0;
}
#tw_exhibition_2024 .benefits > div > ul.note li {
	font-size: 14px;
	color: #BE2F2F;
	font-weight: normal;
}
/* Vendor List */
#tw_exhibition_2024 .vendor {text-align: center;}
#tw_exhibition_2024 .vendor h2 {
	width: 245px;
	display: inline-block;
	margin: 70px auto 40px;
}
#tw_exhibition_2024 .vendor ul {
	max-width: 1008px;
	margin: 0 auto 75px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#tw_exhibition_2024 .vendor ul li {
	width: 33.3%;
	padding: 10px 2% 15px;
}
#tw_exhibition_2024 .vendor ul li div {
	width: 100%;
	height: 0;
	padding: 0 0 59%;
	overflow: hidden;
	border-radius: 50%;
}
#tw_exhibition_2024 .vendor ul li img {
	width: 100%;
	height: auto;
}
#tw_exhibition_2024 .vendor ul li:first-child img,
#tw_exhibition_2024 .vendor ul li:nth-of-type(10) img,
#tw_exhibition_2024 .vendor ul li:nth-of-type(15) img {margin-top: -16%;}
#tw_exhibition_2024 .vendor ul li:nth-of-type(2) img {margin-top: -5%;}
#tw_exhibition_2024 .vendor ul li:nth-of-type(4) img,
#tw_exhibition_2024 .vendor ul li:nth-of-type(13) img {margin-top: -4%;}
#tw_exhibition_2024 .vendor ul li:nth-of-type(5) img {
	margin-top: -2.5%;
	width: 149%;
	margin-left: -49%;
}
#tw_exhibition_2024 .vendor ul li:nth-of-type(6) img {margin-top: -53%;}
#tw_exhibition_2024 .vendor ul li:nth-of-type(8) img {margin-top: -7%;}
#tw_exhibition_2024 .vendor ul li:nth-of-type(11) img {
	margin-top: -50%;
	width: 109%;
	margin-left: -5%;
}
#tw_exhibition_2024 .vendor ul li:nth-of-type(12) img {margin-top: -20%;}
#tw_exhibition_2024 .vendor ul li:nth-of-type(14) img {margin-top: -10%;}
#tw_exhibition_2024 .vendor ul li h3:not(:has(a)),
#tw_exhibition_2024 .vendor ul li h3 a {
	color: #000;
	display: block;
	padding: 7px 10px 6px;
	text-decoration: none;
	position: relative;
}
#tw_exhibition_2024 .vendor ul li:last-child h3 a {
	padding: 7px 10px 0;
}
#tw_exhibition_2024 .vendor ul li:last-child h3 a:nth-of-type(2) {
	padding: 0 10px 7px;
}
#tw_exhibition_2024 .vendor ul li h3 a:hover {
	color: #2F6AA8;
}
#tw_exhibition_2024 .vendor ul li h3 a::before, 
#tw_exhibition_2024 .vendor ul li h3 a::after {
	display: inline-block;
	content: " ";
	position: absolute;
	height: 10px;
	width: 2px;
	background: #C8C8C8;
	transform: rotate(-45deg);
	top: calc(50% - 8px);
	right: 0;
} 
#tw_exhibition_2024 .vendor ul li h3 a::after {
	top: calc(50% - 2px);
	transform: rotate(45deg);
}
#tw_exhibition_2024 .vendor ul li h3 a:hover::before,
#tw_exhibition_2024 .vendor ul li h3 a:hover::after {
	background: #2F6AA8;
}
#tw_exhibition_2024 .vendor ul li .note {
	display: inline-block;
	color: #BE2F2F;
}

/* フォーム導線 */
#tw_exhibition_2024 #form {
	background: #D8D45D url('/img/en_lp/tw_exhibition_2024/SNS_bg.svg') repeat-x bottom center / 32px auto;
	text-align: center;
	padding: 50px 3% 60px;
}
#tw_exhibition_2024 #form img {
	max-width: 409px;
	margin: 0 3%;
}
#tw_exhibition_2024 #form > p {
	color: #5D710A;
	font-weight: 600;
	font-size: 18px;
	position: relative;
	display: inline-block;
	padding: 8px 20px;
	margin: 0 5%;
}
#tw_exhibition_2024 #form > p::before,
#tw_exhibition_2024 #form > p::after {
	display: inline-block;
	content: " ";
	position: absolute;
	bottom: 6px;
	right: 100%;
	width: 1px;
	height: 30px;
	background: #5E5E5E;
	transform: rotate(-30deg);
}
#tw_exhibition_2024 #form > p::after {
	bottom: 6px;
	right: auto;
	left: 100%;
	transform: rotate(30deg);
}
#tw_exhibition_2024 #form > a,
#tw_exhibition_2024 .mail-entry-fix-button a {
	display: inline-block;
	padding: 6px 40px;
	min-width: 210px;
	background:#F3994B;
	border: #707070 solid 1px;
	border-radius: 30px;
	font-size: 26px;
	color: #373737;
	font-weight: 600;
	position: relative;
}
#tw_exhibition_2024 #form > a::before, 
#tw_exhibition_2024 #form > a::after,
#tw_exhibition_2024 .mail-entry-fix-button a::before, #tw_exhibition_2024 .mail-entry-fix-button a::after {
	display: inline-block;
	content: " ";
	position: absolute;
	height: 12px;
	width: 2px;
	background: #61573B;
	transform: rotate(-45deg);
	top: calc(50% - 10px);
	right: 20px;
} 
#tw_exhibition_2024 #form > a::after,
#tw_exhibition_2024 .mail-entry-fix-button a::after {
	top: calc(50% - 2px);
	transform: rotate(45deg);
}
#tw_exhibition_2024 #form ul {
	font-size: 13px;
	color: #5E5E5E;
	text-align: left;
	max-width: 560px;
	margin: 10px auto 0;
}
#tw_exhibition_2024 .SNS {
	margin-top: -1px;
	padding: 20px 5%;
	text-align: center;
	color: #284974;
	font-size: 22px;
	font-weight: 600;
	background: #EBEBEB;
}
#tw_exhibition_2024 .SNS ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
#tw_exhibition_2024 .SNS li {
	margin: 20px 10px 0;
}
#tw_exhibition_2024 .SNS li img {
	width: 46px;
}

#tw_exhibition_2024 .foreign-simple-footer > p {
	background: #284974;
}

/* 固定ボタン */
#tw_exhibition_2024 .mail-entry-fix-button {
	position: fixed;
	background: rgba(255,255,255,0.9);
	left: 0;
	z-index: 100;
	padding: 10px 0;
	width: 100%;
}
#tw_exhibition_2024 .mail-entry-fix-button p {
	font-weight: 600;
	font-size: 20px;
	color: #1D1D1D;
}
#tw_exhibition_2024 .mail-entry-fix-button .link-button {
	display: inline-block;
}
#tw_exhibition_2024 .mail-entry-fix-button .button-table {
	margin: 0 auto;
	text-align: center;
}
#tw_exhibition_2024 .mail-entry-fix-button .button-table .txt {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
}
#tw_exhibition_2024 .mail-entry-fix-button .link-button a {
	font-size: 18px;
	padding: 6px 18px;
}
/* TAB/SP */
@media screen and (max-width: 940px) {
	#tw_exhibition_2024 .main-visual > div {
		background-image: url('/img/en_lp/tw_exhibition_2024/main_bg_tab.png');
	}
	#tw_exhibition_2024 .main-visual div > p:first-child {
		width: 75%;
	}
	#tw_exhibition_2024 .infomation > div {
		display: block;
	}
	#tw_exhibition_2024 .infomation .left-col,
	#tw_exhibition_2024 .infomation iframe {
		width: 100%;
		max-width: none;
	}
	#tw_exhibition_2024 .infomation iframe {
		height: 270px;
	}
	#tw_exhibition_2024 .benefits > div {
		padding: 0 4% 10px;
	}
	#tw_exhibition_2024 .vendor ul {
		max-width: 800px;
		margin-bottom:60px;
		padding: 0 2%;
	}
	#tw_exhibition_2024 .vendor ul li {
		width: 50%;
		padding: 10px 4% 15px;
		max-width: 300px;
	}
}

/* SP */
@media screen and (max-width: 670px){
	#tw_exhibition_2024 .sp-only {display: block;}
	#tw_exhibition_2024 .logo {
		padding: 10px 0;
		width: 90%;
	}
	#tw_exhibition_2024 .logo img {
		width: 110px;
	}
	#tw_exhibition_2024 .main-visual > div {
		background-image: none;
		padding: 15px 0 20px;
	}
	#tw_exhibition_2024 .main-visual div > p:first-child {
		width: 90%;
		max-width: 217px;
	}
	#tw_exhibition_2024 .main-visual div > p:first-child .pc {
		display: none;
	}
	#tw_exhibition_2024 .main-visual > div > img {
		max-width: 250px;
		width: 72%;
		left: 1%;
		right: auto;
	}
	#tw_exhibition_2024 .main-visual #slideShow {
		margin: 15px auto;
		padding: 0 4%;
		width: auto;
	}
	#tw_exhibition_2024 .main-visual > div h1 {
		margin: -29% 2% 10px;
	}
	#tw_exhibition_2024 .main-visual > div h1 img {
		position: relative;
		left: auto;
	}
	#tw_exhibition_2024 .main-visual .sub-catch {
		margin-top: 0;
	}
	#tw_exhibition_2024 .infomation .left-col .ttl {font-size: 22px;}
	#tw_exhibition_2024 .infomation .left-col .count-down {
		padding: 14px 13%;
	}
	#tw_exhibition_2024 .infomation .left-col .period p {
		font-size: 20px;
	}
	#tw_exhibition_2024 .benefits h2 {
		width: 154px;
	}
	#tw_exhibition_2024 .benefits > div > ul {margin-bottom: 15px;}
	#tw_exhibition_2024 .benefits > div > ul:first-of-type > li {
		font-size: 19px;
		margin-bottom: 10px;
	}
	#tw_exhibition_2024 .benefits > div ul li:nth-of-type(2) p {
		font-size: 16px;
	}
	#tw_exhibition_2024 .benefits .point-campain-period {
		padding: 6px 13px;
		border-radius: 70px;
		font-size: 19px;
	}
	#tw_exhibition_2024 .benefits .point-campain-period span:nth-of-type(1) {
		font-size: 21px;
	}
	#tw_exhibition_2024 .benefits .point-campain-period span:nth-of-type(2) {
		font-size: 14px;
	}
	#tw_exhibition_2024 .benefits .point-campain-period + p {
		font-size: 21px;
	}
	#tw_exhibition_2024 .vendor h2 {
		width: 198px;
		margin: 20px auto 14px;
	}
	#tw_exhibition_2024 .vendor ul li {
		width: 100%;
	}

	#tw_exhibition_2024 .mail-entry-fix-button .button-table .txt {
		display: none;
	}
	#tw_exhibition_2024 .mail-entry-fix-button .button-table .link-button {
		max-width: 600px;
	}
	#tw_exhibition_2024 .mail-entry-fix-button .button-table .link-button .button-txt {
		font-size: 17px;
	}
}