@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "Alpin";
  src: url("../font/Alpin_Gothic_CG_No2.woff2") format("woff2");
	src: url("../font/Alpin_Gothic_CG_No2.woff") format("woff");
}


/* ==========================================================
 body
========================================================== */

body {
	position: relative;
	width: 100%;
	min-height: 100vh;
	line-height: 1.87;
	color: #000;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: justify;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.ttl-cmn-03 + img {
	margin-bottom: 35px;
}
a {
	color: #0033cc;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
iframe {
	display: block;
	width: 100%;
	border: none;
}
.cwi-logo img {
	width: 90px;
	height: 70px;
}

/* ==========================================================
 header / footer
========================================================== */
/* header
---------------------------------------------------------- */
.header {
	clear: both;
	position: absolute;
	top: 30px;
	left: 50%;
	width: 100%;
	max-width: 960px;
	height: 70px;
	transform: translateX(-50%);
	z-index: 10;
}
.header-logo,
.header-nav .nav-item-01 {
	height: 100%;
}
.header a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.header-logo,
.header-nav {
	float: left;
}
.header .cwi-logo {
	float: right;
}
.header-logo {
	width: 200px;
	line-height: 1;
	padding: 12px 18px;
	color: #fff;
	font-size: 24px;
	font-family: "Alpin";
	background: #000;
}
.header-logo span {
	color: #d6e040;
}
.header .nav-item-01 {
	width: 650px;
	font-size: 0;
	text-align: center;
	background: #fff;
}
.header .nav-item-01 a,
.header .nav-item-01 span {
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: 700;
}
.header .nav-item-01 li:not(.nav-drop) span{
	color: #ccc;
}
.header .nav-item-01 > li {
	display: inline-block;
	position: relative;
}
.header .nav-item-01 > li > a,
.header .nav-item-01 > li > span {
	margin: 0 18px;
	line-height: 70px;
}
.header .nav-item-02 {
	position: absolute;
	top: 50px;
	left: -25%;
	width: 150%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	z-index: 200;
}
.header .nav-item-02 a {
	padding: 10px;
	background: #fff;
}
.header .nav-drop.active,
.header .nav-item-02 a:hover {
	background: #eee;
}
.header .active .nav-item-02 {
	top: 70px;
	visibility: visible;
	opacity: 1;
}
.header .nav-item-01 > li > a:before,
.header .nav-item-01 .nav-drop span:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 20px;
	width: 0;
	border-bottom: 2px solid #000;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.header .nav-item-01 > li > a:hover:before,
.header .nav-item-01 .nav-drop.active span:before,
.event .nav-item-01 li a[href="/gt18/event.html"]:before,
.venue .nav-item-01 li a[href="/gt18/venue.html"]:before,
.exhibitors .nav-item-01 li a[href="/gt18/exhibitors.html"]:before,
.document .nav-item-01 .nav-drop span[href="/gt18/document.html"]:before {
	width: 100%;
}

/* footer
---------------------------------------------------------- */
.footer {
	margin-top: 100px;
	text-align: center;
}
.footer p {
	margin: 30px 0;
	color: #616161;
	font-size: 12px;
}

/* ==========================================================
 汎用
========================================================== */
/* txt
---------------------------------------------------------- */
.txt-cmn-01 {
	margin-bottom: 1.87em;
}
.txt-color-01 {
	color: #fff;
}
.txt-color-02 {
	color: #ff0000;
}
.txt-sub {
	display: block;
	color: #e08f39;
	font-size: 14px;
	font-weight: 700;
}

/* ttl
---------------------------------------------------------- */
.ttl-cmn-01,
.ttl-cmn-02-1,
.ttl-cmn-02-2,
.ttl-cmn-03,
.ttl-cmn-04,
.ttl-hero {
	line-height: 1;
	color: #000;
	font-family: "Alpin";
	text-align: center;
}
.ttl-cmn-01 {
	font-size: 72px;
}
.ttl-cmn-02-1,
.ttl-cmn-02-2 {
	margin-bottom: 50px;
	font-size: 60px;
}
.ttl-cmn-02-2,
.ttl-cmn-02-2 .txt-sub {
	color: #fff;
}
.ttl-cmn-02-1 .txt-sub,
.ttl-cmn-02-2 .txt-sub {
	margin-top: 5px;
}
.ttl-cmn-03 {
	margin-bottom: 50px;
	font-size: 48px;
}
.ttl-cmn-03 .txt-sub {
	margin-top: 10px;
}
.ttl-cmn-04 {
	font-size: 36px;
}
.ttl-cmn-05 {
	font-size: 24px;
	font-weight: 700;
}
.ttl-cmn-06 {
	font-size: 20px;
	font-weight: 700;
}
.ttl-hero {
	position: relative;
	height: 300px;
	margin-bottom: 60px;
	font-size: 60px;
	background: url(../img/bg_ttl.jpg) no-repeat center bottom;
	background-size: cover;
}
.ttl-hero h2 {
	position: absolute;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
}
.ttl-hero .txt-sub {
	margin-top: 10px;
	color: #000;
}
.ttl-border-01 {
	margin: 50px 0 20px;
	padding-top: 20px;
	border-top: 1px solid #424242;
}

/* link
---------------------------------------------------------- */
.link-cmn-01 {
	font-size: 12px;
}
.link-hover-01:hover {
	opacity: 0.7;
}

/* btn
---------------------------------------------------------- */
.btn-cmn-01 {
	display: block;
	max-width: 300px;
	padding: 16px 20px;
	color: #000;
	text-align: center;
	text-decoration: none;
	background: #d6e040;
}
a.btn-cmn-01:hover {
	opacity: 0.7;
}
div.btn-cmn-01 {
	color: #fff;
	background: #757575;
}
.sec-cmn-02 .btn-cmn-01 {
	/*max-width: 240px;*/
	margin: 60px auto 0;
}

/* list
---------------------------------------------------------- */
dl.list-cmn-01 {
	clear: both;
	overflow: hidden;
	color: #424242;
}
dl.list-cmn-01 dt,
dl.list-cmn-01 dd {
	margin-top: 24px;
	padding-bottom: 8px;
}
dl.list-cmn-01 dt:first-of-type,
dl.list-cmn-01 dd:first-of-type {
	margin-top: 0;
}
dl.list-cmn-01 dt {
	float: left;
}
dl.list-cmn-01 dd,
ul.list-cmn-01 li {
	position: relative;
}
dl.list-cmn-01 dd {
	padding-left: 80px;
}
dl.list-cmn-01 .day-time + dd {
	padding-left: 120px;
}
dl.list-cmn-01 dd:after,
ul.list-cmn-01 li:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
  background: linear-gradient(to right, #616161, #616161 1px, transparent 1px, transparent 2px) repeat-x top;
  background-size: 5px 1px;
}
.list-dot-01 > li,
.list-decimal-01 > li {
	margin-left: 1.5em;
}
.list-dot-01 > li {
	list-style: disc;
}
.list-decimal-01 > li {
	list-style: decimal;
}
.list-decimal-02 > li {
	position: relative;
	padding-left: 2.5em;
	counter-increment: cnt;
}
.list-decimal-02 > li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
  content: "（" counter(cnt) "）";
}

/* area
---------------------------------------------------------- */
.area-main {
	background: #f5f1eb;
}

/* sec
---------------------------------------------------------- */
.sec-cmn-01 {
	position: relative;
}
.sec-cmn-02,
.sec-cmn-03 {
	max-width: 960px;
	margin: 0 auto;
}
.sec-cmn-02 {
	padding: 60px;
	color: #424242;
	background: #fff;
}
.sec-cmn-01 + .sec-cmn-01 {
	margin-top: 80px;
}
.sec-cmn-02 + .sec-cmn-02 {
	margin-top: 40px;
}
.sec-cmn-in {
	clear: both;
	overflow: hidden;
}
.sec-cmn-in > *:first-of-type {
	float: left;
	width: 480px;
}
.sec-cmn-in > *:first-of-type + * {
	float: right;
	width: 320px;
}

/* sec-registration */
.sec-registration {
	margin-top: 60px;
	padding: 80px 0 90px;
	background: url(../img/bg_registration.jpg) no-repeat center top;
	background-size: cover;
}
.sec-registration > p {
	position: relative;
	max-width: 600px;
	line-height: 1.87;
	margin: 0 auto;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.sec-registration > p:before {
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	right: 0;
	width: 90px;
	height: 90px;
	background: url(../img/ico_attention.svg) no-repeat left;
	background-size: contain;
}
.sec-registration .btn-cmn-01 {
	max-width: 300px;
	margin: 50px auto 0;
}

/* box
---------------------------------------------------------- */
.box-cmn-01,
.box-cmn-02 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.box-cmn-01 {
	max-width: 960px;
}
.box-cmn-01-in {
	width: calc(50% - 10px);
	text-align: center;
}
.box-cmn-02 {
	max-width: 600px;
}
.box-cmn-02 li {
	width: 240px;
	margin-top: 50px;
}

/* table
---------------------------------------------------------- */
.table-cmn-01 {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #eee;
}
.table-cmn-01 td {
	width: 50%;
	padding: 6px 0;
}
.table-cmn-01 td + td {
	border-left: 1px solid #eee;
}
.table-cmn-01 tr:nth-of-type(even) td {
	background: #eee;
}
.table-cmn-01 .table-td-01 td {
	background: #d6e040;
}
.table-cmn-01 tr:nth-of-type(even) td,
.table-cmn-01 .table-td-01 td + td {
	border-color: #fff;
} 
/* ==========================================================
 event.html
========================================================== */
.list-event {
	display: flex;
	justify-content: space-between;
}
.list-event li {
	max-width: 390px;
}
.list-event li h4,
.list-event li h5,
.list-event li h5 + p {
	font-weight: 700;
}
.list-event li h4,
.list-event li h5 + p {
	font-size: 14px;
}
.list-event li h4 img {
	display: block;
	margin-bottom: 20px;
}
.list-event li h5 {
	margin-bottom: 8px;
	font-size: 20px;
}
.list-event li h5 + p {
	line-height: 2.14;
	margin-bottom: 30px;
}
.list-event li .txt-cmn-01 + p {
	color: #757575;
	font-size: 14px;
}
.event iframe {
	height: 270px;
}

/* ==========================================================
 venue.html
========================================================== */
.venue iframe {
	height: 420px;
}
.box-caution,
.box-caution h4 {
	font-weight: 700;
}
.box-caution {
	margin: 40px 0;
	padding: 20px;
	color: #ff0000;
	background: #fff2f2;
	border: 2px dotted #ff0000;
}

/* ==========================================================
 exhibitors.html
========================================================== */
.exhibitors .sec-cmn-01 > p,
.list-exhibitors {
	max-width: 960px;
}
.exhibitors .sec-cmn-01 > p {
	margin: 0 auto 30px;
}
.list-exhibitors {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
.list-exhibitors li {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 470px;
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
}
.list-exhibitors h3,
.list-exhibitors h3 .txt-sub {
	line-height: 1.4;
	color: #000;
	font-weight: 700;
	text-align: left;
}
.list-exhibitors h3 .txt-sub {
	margin-top: 5px;
	font-size: 12px;
}
.list-exhibitors .exhibitors-logo {
	display: block;
	float: left;
	margin-right: 20px;
	width: 100px;
	border: 1px solid #eee;
}
.list-exhibitors .exhibitors-detail {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: flex;
}
.list-exhibitors .exhibitors-detail a,
.list-exhibitors .exhibitors-detail span {
	display: block;
	width: 150px;
	line-height: 1;
	margin-left: 10px;
	padding: 10px;
	color: #757575;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background: #eee;
}
.list-exhibitors .exhibitors-detail span {
	opacity: 0.3;
}

/* ==========================================================
 privacy.html
========================================================== */
.list-privacy {
	margin-bottom: 60px;
}
.privacy h3 + p,
.list-privacy ul,
.list-privacy ol {
	margin-top: 10px;
}
.list-privacy > li + li {
	margin-top: 40px;
}
.list-privacy ul,
.list-privacy ol {
	margin-bottom: 10px;
}

/* ==========================================================
 registration.html
========================================================== */
.registration-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.registration-box .btn-cmn-01 {
	width: calc(50% - 10px);
	max-width: none;
	margin: 10px 0;
}

/* ==========================================================
 thanks.html
========================================================== */
.thanks .area-main .sec-cmn-02 p {
	text-align: left;
}
.thanks .area-main .sec-cmn-02 p span {
	display: block;
	margin-top: 10px;
	color: #757575;
	font-size: 14px;
}

/* ==========================================================
 /privacy/
========================================================== */
.privacy-all .ttl-hero h2 {
	top: 50%;
	bottom: auto;
	transform: translate(-50%, -50%);
}
.privacy-all .footer {
	padding-top: 50px;
	background: #fff;
}