@charset "UTF-8";

/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{background-repeat:no-repeat;padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[type=button],[type=reset],[type=submit] [role=button],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button{text-transform:none}button,input,textarea{background-color:transparent;border-style:none;color:inherit}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}



/* Product Style
-------------------------------------------------------------------------------*/
/* 選択時の色 */
/*
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}
input::selection,textarea::selection{color:適当な文字色}
*/

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
	font-size: 13px;
	/* font-family: YuGothic, 'Yu Gothic', 'Lucida Grande', Meiryo, Verdana, sans-serif;*/
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, -apple-system, 'BlinkMacSystemFont', Roboto, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', Meiryo, 'メイリオ', sans-serif;
	background: #333;
	color: #333;
	min-width: 1160px;
	font-kerning: normal;
	font-feature-settings: 'pkna';
}
body.detail {
	background: #eee;
	padding-top: 60px;
}
select, input, textarea {color: #333; background: #fff;}
a {color: #000; text-decoration: none;}
a:hover {color: #d60077;}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* タップ時の色 */
a:link {-webkit-tap-highlight-color: rgba(255,255,255,0.5);}
.disabled {
	opacity: 0.3;
	-webkit-filter: grayscale(100%); /* モノトーンに変換 webkit */
	-moz-filter: grayscale(100%); /* モノトーンに変換 Firefox */
	filter: grayscale(100%); /* モノトーンに変換 CSS3 */
	filter: progid:DXImageTransform.Microsoft.BasicImage(Opacity=0.3, GrayScale=1); /* モノトーンに変換 IE5.5以降用 */
}
.center {
	text-align: center;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.box-sample {
	display: inline-table;
}
a:hover .box-sample {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.box-sample-wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	font-size: 24px;

	color: #fff;
	letter-spacing: 3px;	
	line-height: 1.2;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-repeat: repeat;
	background-size: 10px 10px;
	background-color: #999;
/*	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
	            color-stop(.25, #99dddd), color-stop(.25, transparent),
	            color-stop(.5, transparent), color-stop(.5, #99dddd),
	            color-stop(.75, #99dddd), color-stop(.75, transparent),
	            to(transparent));
	background-image: -webkit-linear-gradient(45deg, #99dddd 25%, transparent 25%,
	          transparent 50%, #99dddd 50%, #99dddd 75%,
	          transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, #99dddd 25%, transparent 25%,
	          transparent 50%, #99dddd 50%, #99dddd 75%,
	          transparent 75%, transparent);
	background-image: -ms-linear-gradient(45deg, #99dddd 25%, transparent 25%,
	          transparent 50%, #99dddd 50%, #99dddd 75%,
	          transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, #99dddd 25%, transparent 25%,
	          transparent 50%, #99dddd 50%, #99dddd 75%,
	          transparent 75%, transparent);
	background-image: linear-gradient(45deg, #99dddd 25%, transparent 25%,
	          transparent 50%, #99dddd 50%, #99dddd 75%,
	          transparent 75%, transparent);
	          */
}
.btn-link {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 41px;
	background: #666;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
}
.btn-link:hover {
	background: #333;
	color: #fff;
}
.btn-link:after {
	content: '\f054';
	position: absolute;
	top: 0;
	right: 5px;
	font-family: FontAwesome;
	font-size: 13px;
}
.btn-red {
	background: #CF006F;
}

/* form
-------------------------------------------------------------------------------*/
input,
textarea {
	border:#bbb 1px solid;
	font-size: 1.3em;
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   max-width:100%
}
select {
	padding: 10px;
	border: 1px solid #999;
	font-size: 1.3em;
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}
input[type="radio"] {
	margin-right: 5px;
}


/* header
-------------------------------------------------------------------------------*/
header {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	z-index: 100;
}

header ul {
	list-style: none;
}
header h1,
header nav {
	line-height: 0;
}
header h1 {
	position: relative;
	float: left;
	z-index: 100;
	max-width: 70%;
}
header h1 img {
	width: 300px;
	max-width: 100%;
	height: auto; 
}
header nav {
	float: right;
	text-align: right;
}
.header-nav-group {
	position: static;
	float: left;
}
header ul {
	display: inline-table;
	text-align: left;
}
header li {
	display: table-cell;
	vertical-align: middle;
}
header li li {
	display: inline-block;
}
.header-social li {
	padding: 0 0 0 10px;
}
.header-social li.nav-twitter {
	padding: 0 10px;
}
.header-lang li,
.header-lang-en li {
	padding: 0;
}
.header-social a,
.header-lang a {
	position: relative;
	display: block;
	height: 60px;
	padding: 0 15px;
	background: url(../img/header.png?v3) no-repeat 0 0;
	background-size: auto 60px;
	line-height: 60px;
	text-indent: -9999px;
}
.header-social-en a,
.header-lang-en a {
	position: relative;
	display: block;
	height: 60px;
	padding: 0 15px;
	background: url(../img/header-en.png) no-repeat 0 0;
	background-size: auto 60px;
	line-height: 60px;
	text-indent: -9999px;
}
/*
header > nav > ul > li > a {
	position: relative;
	display: block;
	height: 60px;
	padding: 0 15px;
	background: url(../img/header.png) no-repeat 0 0;
	background-size: auto 60px;
	line-height: 60px;
	text-indent: -9999px;
}
.nav-home a {
	width: 71px;
	background-position: -495px 0;
}
.nav-about a {
	width: 95px;
	background-position: -566px 0;
}
.nav-award a {
	width: 86px;
	background-position: -663px 0;
}
.nav-program a {
	width: 101px;
	background-position: -752px 0;
}
.nav-schedule a {
	width: 117px;
	background-position: -854px 0;
}
.nav-ticket a {
	width: 85px;
	background-position: -972px 0;
}
.nav-site a {
	width: 59px;
	background-position: -1059px 0;
}
*/
.nav-facebook a {
	width: 26px;
	background-position: -1138px 0;
}
.nav-twitter a {
	width: 26px;
	background-position: -1176px 0;
}
.nav-lang-en a {
	width: 60px;
	background-position: -1220px 0;
}
.header-menuopen,
.header-lang,
.header-lang-en {
	position: relative;
	z-index: 100;
}
.nav-menuopen {
	display: none;
}
.nav-menuopen a {
	position: relative;
	display: inline-block;
	height: 60px;
	padding: 0 15px;
	line-height: 60px;
	font-size: 28px;
}
.nav-menuopen a:hover {
	color: #000;
}
.globalnav > li a {
	position: relative;
	display: inline-block;
	height: 60px;
	padding: 0 10px;
	line-height: 60px;
}
.globalnav > li ul a {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}
.globalnav > li a {
	color: #333;
	font-family: YuGothic, 'Yu Gothic', 'Lucida Grande', Meiryo, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.globalnav > li a:hover::after {
	content: '';
	position: absolute;
	display: block;
	height: 5px;
	bottom: 0;
	left: 15px;
	right: 15px;
	background: #d60077;
}

.header-social a:hover,
.header-lang a:hover,
.header-lang-en a:hover {
	opacity: 0.7;
}
.globalnav > li > ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	line-height: 1.2;
	background: #F2F2F2;
}

/* main
-------------------------------------------------------------------------------*/
main {
	padding-top: 60px;
	background: #F2F2F2;
}
.content-wrap {
	width: 100%;
	max-width: 1140px;
	margin: auto;
}
.content-wrap:after {
	content: "";
	display: block;
	clear: both;
}
.maindetail {
	background: #FFF;
}


/* home
-------------------------------------------------------------------------------*/
.home-keyvisual {
	line-height: 0;
	background: #fff;
}
.home-keyvisual a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.home-keyvisual ul {
	list-style: none;
}
.home-keyvisual figure {
	position: relative;
}
.home-keyvisual img {
	width: 100%;
	height: auto;
}
.home-keyvisual figcaption {
	position: absolute;
	display: block;
	right: 30px;
	bottom: 30px;
	padding: 10px;
	background: rgba(248,248,248,.9);
	line-height: 1.3;
}
.home-keyvisual figcaption .category {
	font-size: 11px;
}
.home-keyvisual figcaption .copyright {
	font-size: 7px;
	text-align: right;
}
.home-keyvisual figcaption .home-copyright {
	font-size: 8px;
}
.home-keyvisual figcaption .title {
	margin: 5px 0;
	font-size: 13px;
	font-weight: bold;
}

.home-title {
	display: table;
	width: 100%;
	line-height: 0;
	background: #fff;
}
.home-title h1,
.home-title p {
	display: table-cell;
	vertical-align: middle;
	padding: 40px 50px;
}
.home-title h1 {
	width: 45%;
	text-align: right;
}
.home-title p {
	background: #d60077;
}
.home-title img {
	max-width: 100%;
	height: auto;
}
.home-title .logo-pc {
	text-align: center;
	padding: 20px;
}
.home-title .logo-sp {
	display: none;
}

.home-shortcut,
.home-shortcut2020c {
	padding: 20px 0;
	line-height: 0;
}
.home-shortcut ul,
.home-shortcut2020c ul {
	display: table;
	margin: auto;
}
.home-shortcut li,
.home-shortcut2020c li {
	display: table-cell;
	padding: 0 0 0 20px;
	list-style: none;
}
.home-shortcut li:first-child,
.home-shortcut2020c li:first-child {
	padding: 0;
}

.home-message {
	padding: 20px 0;
	background: #fff;
	font-size: 16px;
	border-top: 2px solid #eee;
/*	border-bottom: 5px solid #ccc;*/
}
.home-message div {
	width: 1140px;
	margin: 0 auto;
}
.home-message h3 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}


.home-message2 {
	padding: 20px 0;
	font-size: 16px;
	border-top: 2px solid #eee;
/*	border-bottom: 5px solid #ccc;*/
}
.home-message2 div {
	width: 1140px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
}
.home-message2 h3 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}


.home-topics {
	padding: 40px 0 20px;
	text-align: center;
	background: #fff;
}
.home-topics h1 {
	margin: 0 0 20px;
	line-height: 0;
}
.home-topics ul {
	display: table;
	margin: auto;
	padding: 0 0 20px;
}
.home-topics li {
	display: table-cell;
	vertical-align: top;
	width: 390px;
	max-width: 100%;
	padding: 0 0 0 30px;
}
.home-topics li:first-child {
	width: 360px;
	max-width: 100%;
	padding: 0;
}
.home-topics h2 {
	margin: 5px 0 0 0;
	font-size: 16px;
	text-align: left;
}

.home-news {
	float: left;
	width: 750px;
	max-width: 100%;
	padding: 40px 0;
	text-align: center;
}
.home-side {
	float: right;
	width: 360px;
	max-width: 100%;
	padding: 40px 0;
	text-align: center;
}
.home-news ul,
.home-side ul {
	list-style: none;
	text-align: left;
}
.home-news h1,
.home-side h1 {
	margin: 0 0 20px;
	line-height: 0;
}
.home-side section {
	margin: 0 0 40px;
}

.home-support {
	padding: 40px 0 20px;
	text-align: center;
	background: #fff;
}
.home-support h1 {
	margin: 0 0 20px;
	line-height: 0;
}
.home-support ul {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	margin: auto;
	padding: 20px 0 0;
	width: 1140px;
	list-style-type:none;
}
.home-support li {
	margin: 20px 30px;
}

.home-caution {
	background: #fff;
	margin: 20px 0 0 0;
	padding: 20px 120px 20px 120px;
	font-size: 16px;
}


/* index
-------------------------------------------------------------------------------*/
.post-list {
	margin: 0 0 40px;
}
.post-list li {
	margin: 0 0 10px;
	background: #fff;
}
.post-list li:after {
	content: "";
	display: block;
	clear: both;
}
.post-list figure {
	float: left;
	width: 210px;
	text-align: center;
	line-height: 0;
}
.post-list-data {
	overflow: hidden;
	padding: 10px;
}
.post-meta li {
	display: inline-block;
	margin: 0 1em 0 0;
}
.post-date {
	color: #999;
}
.post-list h2 {
	margin: 3px 0 0 0;
	font-size: 16px;
	line-height: 1.5;
}
.post-category-aoy {
	color: #eb6da5;
}
.post-category-competition {
	color: #abb354;
}
.post-category-achivement-award {
	color: #724d93;
}
.post-category-program {
	color: #d60077;
}
.post-category-news,
.post-category-taaf-news {
	color: #a9a9a9;
}
.post-category-report {
	color: #a9a9a9;
}



/* content
-------------------------------------------------------------------------------*/

/* sidebar
-------------------------------------------------------------------------------*/
.banner-normal,
.banner-half {
	overflow: hidden;
}
.banner-normal li {
	margin: 0 0 10px;
}
.home-banner .banner-normal li {
	margin: 0 0 15px;
}
.banner-half li {
	float: left;
	margin: 0 0 10px;
}
.banner-half li:nth-child(2n) {
	margin: 0 0 10px 10px;
}


/* footer
-------------------------------------------------------------------------------*/
.pagetop {
	text-align: center;
}
.pagetop a {
	display: block;
	padding: 12px;
	background: #666;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.pagetop a:hover {
	background: #999;
}
footer {
	padding: 40px 0;
	line-height: 1.3;
}
footer,
footer a {
	color: #fff;
	background: #333;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer ul {
	list-style: none;
}
.footer-link-top {
	text-align: center;
}
.footer-link-top li {
	display: inline-block;
	padding: 0 18px;
	border-left: 1px solid #fff;
}
.footer-link-top li:first-child {
	border-left: 0 none;
}
.footer-banner {
	margin: 33px 0;
	text-align: center;
}
.footer-banner li {
	display: inline-block;
	margin: 7px;
}
.footer-link-main {
	text-align: center;
}
.footer-link-main {
	font-size: 13px;
}
.footer-link-main h2 {
	font-size: 15px;
}
.footer-link-main > ul {
	display: table;
	margin: auto;
}
.footer-link-main > ul > li {
	display: table-cell;
	width: 189px;
	margin: 10px 0;
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #5E5E5E;
	font-weight: bold;
	font-size: 14px;
}
.footer-link-main li li {
	margin: 10px 0;
	font-weight: normal;
	font-size: 13px;
}
.footer-copyright {
	margin: 40px 0 0 0;
	text-align: center;
}


/* home2018
-------------------------------------------------------------------------------*/
.home2018-wrapper {
    float: right;
    margin: 0;
    width: 100%;
    margin-left: -460px;
}
 
.home2018-img {
    margin-left: 460px;
	background-color: #fff;
	height: 820px;
	overflow: hidden;
	background-image: url("/common2017/img/2018kv.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}
/*.home2018-img img {
	width: 100%;
	max-width: 100%;
}*/
.home2018-leftcolumn {
    width: 460px;
    height: auto;
}

.home2018-logo {
	width: 100%;
	height: 200px;
	text-align: center;
	background-color: #fff;
}

.home2018-copy {
	width: 100%;
	height: 260px;
	text-align: center;
	background-color: #d60077;
}
.home2018-copy img {
	margin: 39px 0 40px;
}
.home2018-topics {
	width: 100%;
	height: 360px;
	text-align: center;
	background-color: #fff;
	font-size:0;
}
.home2018-topics p,
.home2018-topics img {
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 1367px) {
.home2018-img {
	height: 920px;
}
.home2018-logo {
	height: 240px;
}
.home2018-logo img {
	margin: 20px 0;
}
.home2018-copy {
	width: 100%;
	height: 320px;
	text-align: center;
	background-color: #d60077;
}
.home2018-copy img {
	margin: 69px 0 70px;
}
}
@media screen and (min-width: 1500px) {
.home2018-img {
	background-image: url("/common2017/img/2018kv.jpg");
	background-size: cover;
	background-position: center 20%;
	background-repeat: no-repeat;
}
}

/* home2018b
-------------------------------------------------------------------------------*/
.home2018b-wrapper,
.home2018c-wrapper {
	display: flex;
	justify-content: center;
}
.home2018b-mv,
.home2018c-mv {
	width: 680px;
	flex: none;
}
.home2018b-img {
	flex: 1;
	order: 2;
	background-color: #fff;
	height: 820px;
	overflow: hidden;
	background-image: url("/common2017/img/2018kv.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}
.home2019-img {
	flex: 1;
	order: 2;
	background-color: #fff;
	height: 820px;
	overflow: hidden;
	background-image: url("/common2017/img/2019kv3.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home2020-img {
/*	flex: 1;*/
	order: 2;
	background-color: #fff;
	height: 850px;
	width: 680px;
	overflow: hidden;
	background-image: url("/common2017/img/2020mv_800x1000.jpg?v2");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home2021-img {
/*	flex: 1;*/
	order: 2;
	background-color: #fff;
	height: 850px;
	width: 680px;
	overflow: hidden;
	background-image: url("/common2017/img/taaf2021mv.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home2022-img {
/*	flex: 1;*/
	order: 2;
	background-color: #fff;
	height: 960px;
	width: 680px;
	overflow: hidden;
	background-image: url("/common2017/img/taaf2022mv.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home2023-img {
/*	flex: 1;*/
	order: 2;
	background-color: #fff;
	height: 850px;
	width: 680px;
	overflow: hidden;
	background-image: url("/common2017/img/taaf2023mv.jpg?v2");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home2024-img {
/*	flex: 1;*/
	order: 2;
	background-color: #fff;
	height: 960px;
	width: 680px;
	overflow: hidden;
	background-image: url("/common2017/img/taaf2024mv.jpg?v1");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/*.home2018-img img {
	width: 100%;
	max-width: 100%;
}*/
.home2018b-leftcolumn {
    width: 460px;
    height: auto;
}

.home2018b-logo {
	width: 100%;
	height: 210px;
	text-align: center;
	background-color: #fff;
}

.home2018b-copy {
	width: 100%;
	height: 240px;
	text-align: center;
	background-color: #d60077;
}
.home2018b-logo img {
	margin: 20px 0;
}
.home2018b-copy img {
	margin: 30px 0;
}
.home2018b-topics {
	width: 100%;
	height: 180px;
	text-align: center;
	background-color: #fff;
	font-size:0;
}
.home2018b-topics p,
.home2018b-topics img {
	margin: 0;
	padding: 0;
}
.home2018b-shortcut {
	width: 100%;
}
.home2018b-shortcut ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	list-style:none;
	font-size:0;
	height: 200px;
}

.home2018c-leftcolumn {
    width: 460px;
    height: auto;
}

.home2018c-logo {
	width: 100%;
	height: 220px;
	text-align: center;
	background-color: #fff;
}

.home2018c-copy {
	width: 100%;
	height: 260px;
	text-align: center;
	background-color: #d60077;
}
.home2018c-logo img {
	margin: 20px 0;
}
.home2018c-copy img {
	margin: 40px 0;
}
.home2018c-topics {
	width: 100%;
	height: 180px;
	text-align: center;
	background-color: #fff;
	font-size:0;
}
.home2018c-topics p,
.home2018c-topics img {
	margin: 0;
	padding: 0;
}
.home2018c-shortcut {
	width: 100%;
}
.home2018c-shortcut ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	list-style:none;
	font-size:0;
	height: 240px;
}
.copyright {
	font-size:10px;
	text-align: right;
}
.message-sp {
	display: none;
}


@media screen and (min-width: 1260px) {
.home2018b-wrapper {
	justify-content: center;
}
.home2018b-img,
.home2019-img,
.home2018b-mv {
	height: 1000px;
}
.home2018b-logo {
	height: 280px;
}
.home2018b-logo img {
	margin: 60px 0;
}
.home2018b-copy {
	width: 100%;
	height: 320px;
	text-align: center;
	background-color: #d60077;
}
.home2018b-copy img {
	margin: 70px 0;
}
.home2018b-img,
.home2019-img,
.home2018b-mv {
	width: 800px;
	flex: none;
}

.home2018c-wrapper {
	justify-content: center;
}
.home2018c-img,
.home2019-img,
.home2018c-mv {
	height: 1130px;
}
.home2018c-logo {
	height: 310px;
}
.home2018c-logo img {
	margin: 65px 0;
}
.home2018c-copy {
	width: 100%;
	height: 340px;
	text-align: center;
	background-color: #d60077;
}
.home2018c-copy img {
	margin: 80px 0;
}
.home2018c-img,
.home2019-img,
.home2018c-mv {
	width: 800px;
	flex: none;
}

}

/* Print styles
-------------------------------------------------------------------------------*/
@media print {

}


/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1140px) {
.nav-menuopen {
	display: table-cell;
}
.header-nav-group {
	display: none;
	position: fixed;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	padding-top: 60px;
	background: #fff;
	z-index: 10;
}
.globalnav > li > ul {
	top: 120px;
}
}

@media screen and (max-width: 700px) {
body {
	min-width: 0;
}
body.detail {
	padding-top: 44px;
}
img {
	max-width: 100%;
	height: auto;
}
header {
	height: 44px;
}
header h1 img {
	height: 44px;
	width: auto;
}
.header-nav-group {
	height: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	padding-top: 44px;
}
header ul.globalnav,
header ul.header-social {
	display: block;
}
.header-social {
	text-align: center;
}
.header-social li {
	display: inline-block;
	padding: 10px;
}
header ul.globalnav li {
	display: block;
}
.globalnav > li > ul {
	display: block;
	position: static;
}
.globalnav > li a,
.globalnav > li ul a {
	display: block;
	height: auto;
	padding: 15px;
	line-height: 1.2;
}
.globalnav > li ul a {
	padding: 10px 15px 10px 40px;
	background: #fff;
}
.globalnav > li a:hover::after {
	display: none;
}
main {
	padding-top: 44px;
}
.home-keyvisual figcaption {
	position: static;
}
.home-shortcut,
.home-shortcut2020c {
	padding: 6px 0;
}
.home-topics {
	padding: 20px 0 0 0;
}
.home-shortcut ul,
.home-topics ul,
home-shortcut2020c ul {
	display: block;
	text-align: center;
}
.home-shortcut li,
.home-topics li {
	display: inline-block;
	text-align: left;
}
.home-shortcut2020c li {
	display: block;
	text-align: center;
	padding: 10px;
}
.home-shortcut2020c li:first-child {
	padding: 10px 10px 0 10px;
}
.home-topics li {
	width: 360px;
	margin: 0 0 20px;
}
.home-shortcut li,
.home-shortcut li:first-child {
/*	width: 47%;
		*/
	padding: 7px 5px;
}
.home-topics h2 {
	margin: 10px 10px 0 10px;
}
.home-title h1 {
	width: 40%;
}
.home-title h1,
.home-title p {
	display: block;
	width: 100%;
}
.home-title h1 {
	padding: 10px 50px 20px;
}
.home-title p {
	padding: 20px 20px;
}
.home-title .logo-pc {
	display: none;
}
.home-title .logo-sp {
	display: block;
	text-align: center;
	padding: 20px;
}

.home-topics li {
	padding: 0;
}
.nav-menuopen a,
.header-lang a,
.header-lang-en a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 21px;
}
.header-lang a,
.header-lang-en a {
	background-position: -1227px -8px;
}

.home-news,
.home-side {
	float: none;
	margin: auto;
	padding: 20px 0;
}
.post-list figure {
	float: none;
	margin: auto;
	padding: 15px 0 0;
	text-align: center;
}
.post-list h2 {
	font-size: 14px;
	line-height: 1.5;
}
.home-side ul {
	text-align: center;
}
.banner-half li,
.banner-half li:nth-child(2n) {
	float: none;
	display: inline-block;
	width: 45%;
	margin: 5px 3px;
}


.home-support ul {
	display: block;
	text-align: center;
	width: auto;
}
.home-support li {
	display: inline-block;
	text-align: left;
}


footer {
	padding: 20px;
}
.footer-link-top li {
	display: block;
	margin: 20px 0;
	border-left: 0 none;
	text-align: center;
}
.footer-banner li {
	display: block;
	text-align: center;
	padding: 0;
	margin: 15px 0;
}

.footer-link-main > ul {
	display: block;
}
.footer-link-main > ul > li {
	display: block;
	width: auto;
	margin: 25px 0;
}
.footer-link-main li li {
	margin: 20px 0;
}
input[type="radio"],
input[type="chexkbox"] {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.home2018-wrapper,
.home2018-img,
.home2018-leftcolumn {
	float: none;
    margin: 0;
    width: auto;
}
.home2018-img {
	background-image: url("/common2017/img/2018kv_w480.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
}
.home2018-img:after{
  content: "";
  display: block;
  padding-top:100%;
}
.home2018-logo,
.home2018-copy {
	padding: 10px;
	height: auto;
}
.home2018-logo img,
.home2018-copy img {
	margin: 20px 0 20px;
}
iframe[src*="youtube"],
iframe[src*="facebook.com/plugins/video"] {
    max-width: 100%;
    height: 55vw;
}

/* home2018b
-------------------------------------------------------------------------------*/
.home2018b-wrapper,
.home2018c-wrapper {
	flex-direction: column;
}
.home2018b-leftcolumn,
.home2018c-leftcolumn {
	width: 100%;
	max-width: 100%;
	order: 2;
}
.home2018b-img {
	background-image: url("/common2017/img/2018kv_w480.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	order: 1;
}
.home2019-img {
	background-image: url("/common2017/img/2019kv_w480.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	order: 1;
}
.home2020-img {
	background-image: url("/common2017/img/2020mv_480x600.jpg?v2");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	order: 1;
}
.home2021-img {
	background-image: url("/common2017/img/taaf2021mv480x600.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	order: 1;
}
.home2022-img {
	background-image: url("/common2017/img/taaf2022mv480x679.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	order: 1;
}
.home2023-img {
	background-image: url("/common2017/img/taaf2023mv480x600.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	order: 1;
}
.home2024-img {
	background-image: url("/common2017/img/taaf2024mv480x672.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	order: 1;
}
.home2018b-img:after,
.home2018b-mv:after,
.home2019-img:after{
  content: "";
  display: block;
  padding-top:125%;
}
.home2018b-logo,
.home2018b-copy {
	padding: 10px;
	height: auto;
}
.home2018b-logo img,
.home2018b-copy img {
	margin: 20px 0 20px;
}
.home2018b-topics,
.home2018b-shortcut,
.home2018b-shortcut ul {
	height: auto;
}
.home2018b-shortcut li{
	width: 50%;
	padding: 2px;
}
.home2018b-shortcut li img{
	width: 100%;
}


.home2018c-img:after,
.home2018c-mv:after{
  content: "";
  display: block;
  padding-top:125%;
}
.home2018c-logo,
.home2018c-copy {
	padding: 10px;
	height: auto;
}
.home2018c-logo img,
.home2018c-copy img {
	margin: 20px 0 20px;
}
.home2018c-topics,
.home2018c-shortcut,
.home2018c-shortcut ul {
	height: auto;
}
.home2018c-shortcut li{
	width: 50%;
	padding: 2px;
}
.home2018c-shortcut li img{
	width: 100%;
}


.message-sp {
	display: block;
}
.message-pc {
	display: none;
}

.home-caution {
	margin: 20px 0 0 0;
	}

}
