@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700);
/* ===================================================================
  common.css
=================================================================== */
/*----------------------------------------------------
  共通
----------------------------------------------------*/
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #eee;
  font-family: 'Roboto Condensed', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}
td,
th,
input,
textarea {
  color: #000;
}

body {
  background: #000;
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #eee;
  text-decoration: none;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
  border-bottom: 1px solid #e4007f;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  /*word-break: break-all;*/
}

h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}
figure {
  margin: 1em 0;
}

/*---------------------------------------------------------------------------*/
/* CMS用 */
.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(../images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}

/* ===================================================================
  pc.css
=================================================================== */

@media screen and (min-width: 769px), print {
  .sp {
    display: none;
  }
  /* header */
  header {
    width: 100%;
    height: 80px;
    background: url("../images/carbon.png");
    position: fixed;
    top: 0;
    z-index: 99;
  }
  header .inr {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  header h1 {
    margin: 0;
    padding: 0;
    height: 80px;
  }
  header h1 img {
    height: 100%;
    width: auto;
  }
  header h1 a:hover {
    border: none;
  }
  header h1 a:hover img {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .80;
  }
  .contents {
    padding-top: 80px;
  }
  
  /* gnav */
  .gnav {}
  .gnav a:hover {
    border: none;
  }
  .gnav .menu {
    display: flex;
    padding-top: 30px;
  }
  .gnav .menu p {
    padding-right: 10px;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 46px;
    height: 21px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #eee;
  }
  .menu-trigger:hover span {
    background-color: #e4007f;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-40deg);
    transform: translateY(8px) rotate(-40deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(40deg);
    transform: translateY(-10px) rotate(40deg);
  }
  
  .gnav nav {
    opacity: 0;
    visibility: hidden;
    background: url("../images/carbon.png");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .gnav nav ul {
    width: 600px;
    margin: 100px auto 0;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .gnav nav ul li {
    line-height: 60px;
    background: url("../images/gnav_line.png") no-repeat center bottom;
    position: relative;
  }
  .gnav nav ul li a {
    display: block;
    position: relative;
    z-index: 2;
  }
  .gnav nav ul li a:hover {
    display: block;
    background: url("../images/stripe.png") no-repeat;
    animation-name: fadein;
    animation-duration: 0.5s;
    opacity: 1;
  }
  .gnav nav ul li a:hover span {
    display: block;
    transform: translateX(70px);
    transition: all .3s;
  }
  .gnav nav ul li.new::after {
    content: "NEW";
    position: absolute;
    right: 1em;
    top: 0;
    color: #cc0000;
    z-index: 1;
  }
  .gnav nav dl {
    padding: 30px 0 100px;
    text-align: center;
  }
  .gnav nav dl dt {}
  .gnav nav dl dd {}
  .gnav dl.sns dt {
    width: 100%;
    line-height: 2;
  }
  .gnav nav.active {
    animation-name: SlideDown;
    animation-duration: 0.5s;
    visibility: visible;
    opacity: 1;
  }
  .gnav .multilingual {
    display: flex;
    justify-content: center;
    padding: 1em;
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes SlideDown {
    0% {
      opacity: 0;
      transform: translateY(-50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .hidden .contents, 
  .hidden footer, 
  .hidden .bg1, 
  .hidden .bg2 {
    display: none;
  }


  
  /* sns */
  dl.sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-weight: normal;
  }
  dl.sns dd {
    padding: 0 5px;
    font-size: 0.9em;
    letter-spacing: -0.05em;
    line-height: 33px;
  }
  dl.sns dd img {
    height: 33px;
    width: auto;
    padding-right: 2px;
  }
  dl.sns dd a:hover img {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .80;
    border: none;
  }
  dl.sns dd.line {
    padding-top: 8px;
    line-height: 80px;
  }
  dl.sns dd.line img {
    width: 80px;
    height: auto;
  }
  
  /* footer */
  footer {
    margin-top: 20px;
    /*height: 120px;*/
    background: url("../images/carbon.png");
    text-align: center;
    
  }
  footer .inr {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    background: url("../images/grd_line.png") no-repeat center top;
  }
  footer .copy {
    line-height: 80px;
    font-size: 1.2rem;
  }
  footer dl.sns {
/*
    position: absolute;
    top: 10px;
    right: 0;
*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  footer dl.sns a:hover {
    border: none;
  }
  
  /* ec */
  .ec {
    margin: 60px 0 30px;
    padding: 30px 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ec p.official {
    margin-bottom: 20px;
  }
  
  .ec p.official a {
    display: block;
    position: relative;
    box-sizing: border-box;
    max-width: 935px;
    width: 100%;
    border: 6px solid #000;
    outline: none;
    transition: all .1s;
  }
  .ec p.official a img {
    width: 100%
  }
  .ec p.official a::before,
  .ec p.official a::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
  }
  .ec p.official a::before {
    top: -6px;
    left: -6px;
  }
  .ec p.official a::after {
    bottom: -6px;
    right: -6px;
  }
  .ec p.official a:hover::before,
  .ec p.official a:hover::after {
    width: 100%;
    height: 100%;
  }
  .ec p.official a:hover::before {
    border-bottom-color: #e4007f;
    border-left-color: #e4007f;
    transition: height .2s, width .3s .3s;
  }
  .ec p.official a:hover::after {
    border-top-color: #2226bf;
    border-right-color: #2226bf;
    transition: height .2s, width .3s .3s;
  }
  .ec ul {
    display: flex;
  }
  .ec li {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ec li img {
    height: 67px;
    width: auto;
  }
  .ec li:last-of-type img {
    height: 22px;
    width: auto;
  }
  .ec li a:hover {
    border: none;
  }
  .ec li a:hover img {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .80;
  }
  .ec p {
    color: #000;
    font-weight: bold;
    padding: 30px 20px 0;
  }
  
  /* btn */
  .btn a {
    display: inline-block;
    padding: 0 32px 0 30px;
    border: 1px solid #eee;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
     -moz-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    transform:skew(-25deg);
  }
  .btn a:hover {
    padding: 0 30px;
    text-decoration: none;
    border-right: 3px solid #e4007f;
  }
  .btn span {
    display: block;
    -moz-transform:skew(25deg);
    -ms-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    transform:skew(25deg);
  }
  
  /* breadcrumbs */
  .breadcrumbs {
    max-width: 1200px;
    margin: 20px auto 0;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .breadcrumbs ul {}
  .breadcrumbs ul li {
    display: inline;
  }
  .breadcrumbs ul li:before {
    content:"　>　";
  }
  .breadcrumbs ul li:first-child:before {
    content: none;
  }
  .breadcrumbs ul li:last-child {
    color: #666;
  }
  
}

/* ===================================================================
  sp.css
=================================================================== */

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  /* header */
  header {
    width: 100%;
    height: 12vw;
    background: url("../images/carbon.png");
    position: fixed;
    z-index: 99;
  }
  header .inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header h1 {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  header h1 img {
    height: 12vw;
    width: auto;
  }
  header a:hover {
    border: none;
  }
  .contents {
    padding-top: 12vw;
  }
  
  /* gnav */
  .gnav {}
  .gnav .menu {
    display: flex;
  }
  .gnav .menu p {
    padding-right: 10px;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 46px;
    height: 21px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #eee;
  }
/*
  .menu-trigger:hover span {
    background-color: #e4007f;
  }
*/
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-40deg);
    transform: translateY(8px) rotate(-40deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(40deg);
    transform: translateY(-10px) rotate(40deg);
  }
  
  .gnav nav {
    opacity: 0;
    visibility: hidden;
    background: url("../images/carbon.png");
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .gnav nav ul {
    width: 90%;
    margin: 15vw auto 0;
    font-size: 6vw;/*2.4rem*/
    font-weight: bold;
  }
  .gnav nav ul li {
    line-height: 2;
    background: url("../images/gnav_line.png") no-repeat center bottom;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    position: relative;
  }
  .gnav nav ul li a {
    display: block;
    position: relative;
  }
  .gnav nav ul li.new a::after {
    content: "NEW";
    position: absolute;
    right: 1em;
    color: #cc0000;
  }
/*
  .gnav nav ul li a:hover {
    display: block;
    background: url("../images/stripe.png") no-repeat;
    animation-name: fadein;
    animation-duration: 0.5s;
    opacity: 1;
  }
  .gnav nav ul li a:hover span {
    display: block;
    transform: translateX(70px);
    transition: all .3s;
  }
*/
/*
  .gnav nav dl {
    padding: 5vw 0;
    text-align: center;
    font-weight: bold;
  }
  .gnav nav dl dt {}
  .gnav nav dl dd {}
  .gnav dl.sns dt {
    width: 100%;
    line-height: 2;
  }
*/
  .gnav nav dl {
    display: none;
    visibility: hidden;
  }
  .gnav nav.active {
    animation-name: SlideDown;
    animation-duration: 0.5s;
    visibility: visible;
    opacity: 1;
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes SlideDown {
    0% {
      opacity: 0;
      transform: translateY(-50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .hidden .contents, 
  .hidden footer, 
  .hidden .bg1, 
  .hidden .bg2 {
    display: none;
  }


  
  /* sns */
  dl.sns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  dl.sns dd {
    width: calc(100% - 6vw);
    margin: 0 0 2vw;
    text-align: left;
    line-height: 10vw;
  }
  dl.sns dd img {
    height: 10vw;
    width: auto;
    margin-right: 1vw;
  }
  
  /* footer */
  footer {
    margin-top: 10vw;
    background: url("../images/carbon.png");
    text-align: center;
    
  }
  footer .inr {
    position: relative;
    background: url("../images/grd_line.png") no-repeat center top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
  }
  footer .copy {
    line-height: 4;
    font-size: 1.2rem;
  }
  footer dl.sns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4vw;
  }
  footer dl.sns dt {
    width: 100%;
    line-height: 2;
  }
  footer dl.sns a:hover {
    border: none;
  }
  
  /* ec */
  .ec {
    margin: 6vw 0 3vw;
    background: #fff;
    padding: 5vw 0;
  }
  .ec p.official {
    width: 90%;
    margin: 0 auto 5vw;
  }
  .ec p.official img {
    width: 100%!important;
    height: auto!important;
    line-height: 0;
  }
  .ec p.official a {
    display: block;
    position: relative;
    box-sizing: border-box;
    border: 6px solid #000;
    outline: none;
    transition: all .1s;
  }
  .ec p.official a::before,
  .ec p.official a::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
  }
  .ec p.official a::before {
    top: -6px;
    left: -6px;
  }
  .ec p.official a::after {
    bottom: -6px;
    right: -6px;
  }
  .ec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .ec li {}
  .ec li img {
    height: 10vw!important;
    width: auto;
  }
  .ec li:first-of-type img {
    height: 8vw!important;
  }
  .ec li:last-of-type {
    width: 100%;
    margin-top: 2vw;
    text-align: center;
  }
  .ec li:last-of-type img {
    height: 5vw!important;
  }
  .ec p {
    color: #000;
    font-weight: bold;
    padding: 3vw;
  }
  
  /* btn */
  .btn a {
    display: inline-block;
    padding: 0 32px 0 30px;
    border: 1px solid #eee;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
     -moz-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    transform:skew(-25deg);
  }
  .btn a:hover {
    padding: 0 30px;
    text-decoration: none;
    border-right: 3px solid #e4007f;
  }
  .btn span {
    display: block;
    -moz-transform:skew(25deg);
    -ms-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    transform:skew(25deg);
  }
  
  /* breadcrumbs */
  .breadcrumbs {
    margin: 6vw 3vw 3vw;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  .breadcrumbs ul {}
  .breadcrumbs ul li {
    display: inline;
  }
  .breadcrumbs ul li:before {
    content:"　>　";
  }
  .breadcrumbs ul li:first-child:before {
    content: none;
  }
  .breadcrumbs ul li:last-child {
    color: #666;
  }
}
