/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/******************************
 common
*******************************/
body {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana,  "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  text-justify: distribute;
  word-break: normal;
  line-break: strict;
  background-color: #fff;
  color: #000;
  font-size: 16px;
}

.en {
  text-align: left;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.opa:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pc { display: block !important; }
.pc-inline { display: inline !important; }
.sp,.sp-inline { display: none !important; }

a {
  text-decoration: none;
  color: #000;
}

a.line {
  text-decoration: underline;
}

.txt {
  line-height: 1.7;
}

.red {
  color: #ce2e29;
}

.bold {
  font-weight: bold !important;
}

.small {
  font-size: 0.8em;
}

.inr {
  width: 980px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.disc-list {
  list-style: disc outside;
  padding-left: 1.5em;
  /*text-indent: -1.5em;*/
  line-height: 1.7;
}

.decimal-list { 
  line-height: 1.6;
  list-style-type: none;
  counter-reset: section;
  line-height: 1.7;
}

.decimal-list li {
  counter-increment: section;
  position: relative;
  padding-left: 30px;
}

.decimal-list li:before {
  content: counters(section,"");
  border: 2px solid #005c90;
  border-radius: 50%;
  display: inline-block;
  float: left;
  width: 23px;
  height: 23px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 0;
}

.asterisk-list {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.7;
}

.asterisk-list li:before {
  content: '※ ';
}

/******************************
 header
*******************************/
header {
  width: 100%;
  min-width: 1280px;
  background: #fff;
  padding: 12px 20px;
  display: table;
}

header .left {
  display: table-cell;
  vertical-align: middle;
}

header .right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

header .right01 {
  margin-bottom: 12px;
}

.sns-list {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

.sns-list li {
  display: inline-block;
}

header .language {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding-right: 8px;
  vertical-align: middle;
}

header .language:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}

header .language a:hover {
  text-decoration: underline;
}

header .winner a {
  background-image: url(../images/ico-wreath.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 20px;
  color: #ce2e29;
}

nav {
  display: inline-block;
  vertical-align: middle;
}

nav ul li {
  display: inline-block;
  margin-right: 15px;
}

nav ul li a {
  display: inline-block;
  padding: 10px 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

nav ul li a:after{
  content: "";
  transition:0.5s all ease;
  position:absolute;
  bottom: 0;
  height:2px;
  width:0;
  background:#000;
  left:50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}

nav ul li a:hover:after {
  width:100%;
}

header .entry {
  display: inline-block;
  vertical-align: middle;
}

header .entry a {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  overflow: hidden;
  display: inline-block;
  padding: 10px 30px;
  letter-spacing: 0.2em;

  border: 2px solid #999;
  color: #999;
}

header .entry a:hover {
  color: #fff;
}

header .entry a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .entry a:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);

  background: #999;
}



/******************************
 container
*******************************/
.container {
  width: 100%;
  min-width: 1280px;
}

.sec {
  padding: 80px 0;
}

.sec-ttl {
  color: #005c90;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 60px;
  letter-spacing: 0.1em;
}

.sec-subttl {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 20px;
}




/*mv*/
.mv {
  background-image: url(../images/mv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 70px 0 0;
}

.mv .end {
/*  position: absolute;
  top: 300px;
  z-index: 10; 
  right: 50px; */
  margin-top: -50px;
}

.mv .catch {
  font-size: 20px;
  margin-bottom: 36px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.en .mv .catch {
  margin-bottom: 50px;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.mv .ttl {
  margin-bottom: 25px;
}

.en .mv .ttl {
  margin-bottom: 10px;
}

.mv .lead {
  margin-bottom: 70px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.mv .btn01 a {
  color: #fff;
  font-size: 20px;
  padding: 30px 0;
  background: #ea9710;
  display: inline-block;
  width: 600px;
  margin: 0 auto 20px;  
}

.mv .btn02 a {
  color: #fff;
  font-size: 20px;
  padding: 35px;
  background: #ce2e29;
  display: inline-block;
  width: 430px;
  margin: 0 auto 70px;
  background-color: #a90329;
  background-color: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background-color: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
  background-color: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
  background-image: url(../images/btn-winner-bg.png);
   background-repeat: no-repeat;
   background-position: center;
}

.mv .special {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 240px;
}

.mv .special-ttl {
  background-image: url(../images/mv-bird.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 45px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
}

.en .mv .special-ttl {
  font-size: 20px;
}

.mv .special-list li {
  display: inline-block;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  border: 5px solid #fff;
  vertical-align: middle;
  margin: 0 10px;
  line-height: 1.4;
}

.mv .special-list .txt01 {
  font-size: 32px;
  padding: 60px 0 30px;
  line-height: 1.2;
}

.mv .special-list .txt02 {
  font-size: 14px;
  margin-bottom: 10px;
}
.mv .special-list .txt03 {
  font-size: 18px;
  margin-bottom: 15px;
}

.mv .special-list .txt04 {
  font-size: 14px;
  margin-bottom: 10px;
}

.mv .special-list .txt04:before {
  content: '+ ';
}

.mv .special .note {
  font-size: 13px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}

.en .mv .special .note {
  bottom: -45px;
}

.mv .special .person {
  position: absolute;
}

.mv .special .person01 {
  top: 46px;
  left: -130px;
}

.mv .special .person02 {
  top: 215px;
  left: -98px;
}

.mv .special .person03 {
  top: 303px;
  left: 52px;
}

.mv .special .person04 {
  top: 46px;
  right: -130px;
}

.mv .special .person05 {
  top: 215px;
  right: -98px;
}

.mv .special .person06 {
  top: 303px;
  right: 52px;
}

.mv .special .person07 {
  top: 333px;
  right: 250px;
}

.mv .special .person .name {
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-top: 3px;
}

.en .mv .special .person .name {
  letter-spacing: 0;
}

.mv .sponsor-bg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mv .sponsor-list-wrap {
  background: #fff;
}

.mv .sponsor-list {
  display: inline-block;
  padding: 10px 0;
}

.mv .sponsor-list li {
  display: inline-block;
  padding: 10px 20px;
  vertical-align: middle;
}

.mv .sponsor-list li.meti {
  border-left: 1px solid #ccc;
}

#finalist,
#lastpresen,
#about,
#flow,
#category,
#past {
  background: #f1efea;
}

#guideline,
#schedule,
#sponsor,
#ceremony {
  background: #fff;
}


/*finalist*/
.table-finalist {
  border: 1px solid #d5d5d5; 
  margin: 20px 0;
  width: 100%;
}

.table-finalist th,
.table-finalist td {
  border: 1px solid #d5d5d5;
  padding: 20px;
  line-height: 1.6;
}

.table-finalist th {
  text-align: center;
  background: #8db8ea;
  color: #fff;
  font-size: 20px;
}

.table-finalist td {
  text-align: center;
  width: 50%;
  background: #fff;
}


/*about*/
#about {
  text-align: center;
  padding-top: 36px;
}

#about .img {
  margin-bottom: 20px;
}

/*guideline*/
.box2-wrap .box {
  width: 470px;
  margin-left: 40px;
  float: left;
}

.box {
  border: 1px solid #d5d5d5;
  background: #fff;
}

.box .box-ttl {
  padding: 20px 30px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 22px;
  line-height: 1.4;
}

.box .box-inr {
  padding: 20px 30px;
}

/*flow*/
.flow-list {
  width: 100%;
  /*overflow: hidden;*/
  position: relative;
  background-color: #036;
  background: -webkit-gradient(linear, left top, right bottom, from(#036), to(#75adef));
  background: -moz-linear-gradient(left, #036, #75adef);
  background: linear-gradient(left, #036, #75adef);
  display: table;
}

.flow-list li {
  display: table-cell;
  text-align: center;
  width: 25%;
  height: 180px;
  line-height: 1.7;
  vertical-align: middle;
  color: #fff;
  padding: 15px 15px 15px 40px;
}

.flow-list li .num {
  font-family: serif;
  position: absolute;
  color: #d8c9a1;
  top: -70px;
  left: 0;
  font-size: 80px;
  font-style: italic;
}

.flow-list li .txt01 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}

.flow-list li .txt02 {
  font-size: 13px;
  text-align: left;
  margin-top: 10px;
}

.en .flow-list li .txt02 {
  font-size: 11px;
}

.flow-list li:not(:last-child) {
  position: relative;
  z-index: 2;
}

.flow-list li:last-child {
  position: relative;
}

.flow-list li:not(:last-child):after,
.flow-list li:not(:last-child):before {
  content: '';
  z-index: -1;
  position: absolute;
  display: block;
  border-right: 1px #f1efea solid;
  width: 180px;
  height: 180px;
  right: 5px;    
}

.flow-list li:not(:last-child):after {
  top: 33px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
}

.flow-list li:not(:last-child):before {
  top: -33px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg);
}


/*schedule*/
.schedule-list {
  position: relative;
  padding: 0;
  width: 800px;
  margin: 0 auto;
}

.schedule-list:after {
  content:"";
  z-index: 1;
  position: absolute;
  left: 0;
  top:0;
  width: 4px;
  min-height: 100%;
  background-color: #d5d5d5;
}

.schedule-list li {
  z-index: 2;
  position: relative;
  padding: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
  background-color: #ecf3fb;
}

.schedule-list li:before {
  content:"";
  z-index: 1;
  position: absolute;
  top: 14px;
  right: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  background-color: #ecf3fb;
  transform: rotate(45deg);
}

.schedule-list li:after {
  content:"";
  z-index: 1;
  position: absolute;
  top: 14px;
  left: -25px;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #74acee;
  transition: .2s;
}

.schedule-list li:hover:after {
  background-color: #005c90;
  top: 12px;
  left: -27px;
  width: 18px;
  height: 18px;
}

.schedule-list li .date {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*category*/
#category .box {
  margin-bottom: 40px;
}

#category .category-list {
  margin-bottom: 40px;
  display: table;
  width: 100%;
  background: #fff;
  border: 1px solid #d5d5d5;
  padding: 20px;
}

#category .category-list dt {
  display: table-cell;
  width: 27%;
  vertical-align: middle;
  background-image: url(../images/ico-wreath.png);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 80px;
  min-height: 140px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  color: #005c90;
}

#category .category-list dt .small {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px;
}

#category .category-list dd {
  display: table-cell;
  width: 70%;
  padding-left: 2%;
  line-height: 1.7;
}

#category .category-list dd .name {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

#category .category-list dd .name img {
  vertical-align: middle;
  margin-right: 10px;
}



/*コメントなしの場合 （コメントが入ったら削除）*/
/*
#category .category-list-wrap {
  text-align: center;
}

#category .category-list {
  display: inline-block;
  width: 230px;
  height: 230px;
  vertical-align: middle;
  text-align: center;
  margin: 5px;
  background-image: url(../images/ico-wreath.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 5px;
}

#category .category-list dt {
  height: 120px;
  background: none;
  display: table-cell;
  vertical-align: middle;
  height: 230px;
}

#category .category-list dd {
  display: none;
}
*/


/*entry*/
#entry {
  background-color: #1e2e4e;
  background-image: url(../images/entry-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  color: #fff;
}

#entry .sec-ttl {
  color: #fff;
}

#entry .btn-entry {
  margin: 20px 0;
}

#entry .btn-entry a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 30px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  background-color: #bb9d4d;
  border: 2px solid #bb9d4d;
  background-color: #999;
  border: 2px solid #999; 
  color: #fff;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 0.4em;
  cursor: default;
  line-height: 1.2;
}

/*#entry .btn-entry a:hover {
  color: #bb9d4d;
}

#entry .btn-entry a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: all .3s;
  transition: all .3s;
}

#entry .btn-entry a:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}*/

#entry .note {
  text-align: center;
}






/*lastpresen*/
#lastpresen .ph-list {
  font-size: 0;
  text-align: center;
}

#lastpresen .ph-list li {
  display: inline-block;
}

#lastpresen .ph-list01 {
  margin: 20px 0;
}

#lastpresen .ph-list01 li:first-child {
  margin-right: 40px;
}

#lastpresen .ph-list02 li {
  margin: 10px;
}

/*ceremony*/
#ceremony .ph-list li {
  float: left;
  margin-top: 20px;
}

#ceremony .ph-list li:nth-child(3),
#ceremony .ph-list li:nth-child(5) {
  margin-left: 20px;
}







/*winner*/
#winner {
  background-color: #1e2e4e;
  background-image: url(../images/entry-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

#winner .sec-ttl {
  color: #fff;
}

#winner .winner-box {
  background: rgba(255,255,255,0.9);
  line-height: 1.8;
  margin-bottom: 20px;
  width: 49%;
  margin-left: 2%;
  float: left;
}

#winner .winner-box.grand {
  width: 100%;
}

#winner .winner-box .ttl-area {
  text-align: center;
  padding: 30px 10px 10px;
  position: relative;
}

#winner .winner-box .ttl-area .first {
  background-image: url(../images/ico-wreath02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 70px;
  height: 70px;
  line-height: 62px;
  margin-right: 10px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #c00000;
}

#winner .winner-box .ttl-area .category {
  background-image: url(../images/ico-wreath.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  line-height: 58px;
  margin-right: 10px;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  color: #bf9d39;
}

#winner .winner-box .ttl-area .ttl {
  font-size: 22px;
  color: #005c90;
}

#winner .winner-box .ttl-area .ttl .ico-winner {
  vertical-align: middle;
}

#winner .winner-box .ph-area {
  text-align: center;
}

#winner .winner-box .ph-area img {
  display: inline-block;
  margin: 5px;
}

#winner .winner-box .txt-area {
  padding: 10px 20px 30px;
}

#winner .winner-box.grand .txt-area {
  padding: 10px 60px 30px;
}

#winner .winner-box .txt-area .name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

#winner .winner-box .txt-area .detail {
  background-image: url(../images/past-plan.png);
   background-repeat: no-repeat;
   background-position: left top;
   padding-left: 70px;
   min-height: 60px;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}


/*sponsor*/
#sponsor .sponsor-block {
  margin-bottom: 60px;
  border: 2px solid #d5d5d5; 
  padding-bottom: 20px;
  text-align: center;
}

#sponsor .sec-subttl {
  margin-top: -11px;
  padding-bottom: 0;
  line-height: 1;
  margin-bottom: 20px;
}

#sponsor .sec-subttl span {
  padding: 0 40px;
  background: #fff;  
  display: inline-block;
  letter-spacing: 0.1em;
}

#sponsor .sponsor-list {
  display: inline-block;
  text-align: center;
}

/*#sponsor .sponsor-list li {
  display: inline-block;
  text-align: center;
  background: #fff;
  border: 1px solid #d5d5d5;
  width: 200px;
  height: 80px;
  line-height: 80px;
  margin: 8px 10px;
}*/

#sponsor .sponsor-list li {
  display: inline-block;
  padding: 15px 45px;
  vertical-align: middle;
}

#sponsor .sponsor-list li img {
  vertical-align: middle;
}

/*past*/
#past .past-block {
  margin-bottom: 40px;
  line-height: 1.7;
}

#past .sec-subttl {
  background-image: url(../images/ico-ribbon.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 21px;
  padding: 0 0 0 25px;
  margin-bottom: 14px;
  display: inline-block;
  margin-right: 30px;
}

#past .name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

#past .detail {
  background-image: url(../images/past-plan.png);
   background-repeat: no-repeat;
   background-position: left top;
   padding-left: 70px;
   min-height: 60px;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}

#past .first {
  text-align: center;
  margin-top: 40px;
}

#past .first a {
  display: inline-block;
  padding: 20px 60px;
  background: #005c90;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  border: 2px solid #005c90;
  color: #fff;
  overflow: hidden;
}

#past .first a:hover {
  color: #005c90;
}

#past .first a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: all .3s;
  transition: all .3s;
}

#past .first a:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/******************************
 footer
*******************************/
footer {
  width: 100%;
  min-width: 1280px;
  padding: 40px 0;
  /*background: #34476b;*/
  background: #35383e;
  color: #fff;
}

footer a {
  color: #fff;
}

footer .txt {
  font-size: 13px;
}

footer .left {
  float: left;
  width: 450px;
}

footer .left .footer-logo {
  display: inline-block;
  padding: 6px;
  background: #fff;
  float: left;
  margin-right: 18px;
}

footer .left .txt {
  width: 370px;
  float: left;
}

footer .right {
  float: right;
  width: 450px;
}

footer .right .ttl {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 40px 0 0;
}







.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb2 { margin-bottom: 2px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.ml0 { margin-left: 0 !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.pt0 { padding-top: 0 !important; }
.pt5 { padding-top: 5px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
.pt65 { padding-top: 65px !important; }
.pt70 { padding-top: 70px !important; }
.pt75 { padding-top: 75px !important; }
.pt80 { padding-top: 80px !important; }
.pt85 { padding-top: 85px !important; }
.pt90 { padding-top: 90px !important; }
.pb0 { padding-bottom: 0 !important; }
.pb5 { padding-bottom: 5px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb65 { padding-bottom: 65px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb75 { padding-bottom: 75px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb85 { padding-bottom: 85px !important; }
.pb90 { padding-bottom: 90px !important; }
.pr0 { padding-right: 0 !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr55 { padding-right: 55px !important; }
.pr60 { padding-right: 60px !important; }
.pr65 { padding-right: 65px !important; }
.pr70 { padding-right: 70px !important; }
.pr75 { padding-right: 75px !important; }
.pr80 { padding-right: 80px !important; }
.pr85 { padding-right: 85px !important; }
.pr90 { padding-right: 90px !important; }
.pl0 { padding-left: 0 !important; }
.pl5 { padding-left: 5px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl55 { padding-left: 55px !important; }
.pl60 { padding-left: 60px !important; }
.pl65 { padding-left: 65px !important; }
.pl70 { padding-left: 70px !important; }
.pl75 { padding-left: 75px !important; }
.pl80 { padding-left: 80px !important; }
.pl85 { padding-left: 85px !important; }
.pl90 { padding-left: 90px !important; }
