@charset "UTF-8";
/* argument */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff"), url("../fonts/NotoSansJP-Regular.eot");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff"), url("../fonts/NotoSansJP-Medium.eot");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff"), url("../fonts/NotoSansJP-Bold.eot");
}

@font-face {
  font-family: 'DIN Next LT';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DINNextLTProRegular.woff"), url("../fonts/DINNextLTProRegular.eot");
}

/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
  resize: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

dl, dt, dd, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0;
}

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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none !important;
}

label, select, button {
  cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select::-ms-expand {
    display: none;
  }
}

@media screen\0 {
  select::-ms-expand {
    display: none;
  }
}

em, i {
  font-style: normal;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: 0.3s;
}

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  a:hover {
    text-decoration: none;
    color: #aaa;
    opacity: 0.5;
  }
}

a:link, a:visited, a:active {
  color: #000;
  text-decoration: none;
}

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ffM {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*-----------------------------------------------------------
PAGE BOOT
------------------------------------------------------------*/
/* WordPress */
.wp-pagenavi {
  clear: both;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
}

.wp-pagenavi span, .wp-pagenavi a {
  line-height: 30px;
  display: inline-block;
  margin: 0 4px;
  color: #666;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span.current {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background: #ededed;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #1489c3;
  color: #fff;
}

.wp-pagenavi .pages {
  margin-right: 15px;
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
}

body {
  width: 100%;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  height: 100%;
  word-break: break-word;
  padding-top: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
  body.menu_opened {
    position: fixed;
    overflow: hidden;
  }
}

/*-----------------------------------------------------------
common
------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media only screen and (min-width: 768px) {
  .sp, .SP {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc, .PC {
    display: none !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1026px;
  margin: auto;
  padding: 0 13px;
}

main {
  display: block;
}

#wrap {
  overflow: hidden;
}

.visual {
  margin: 140px 0 0;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .visual {
    margin: 54px 0 0;
  }
}

.visual .main-ttl {
  font-family: "DIN Next LT", sans-serif;
  font-size: 78px;
  text-align: center;
  color: #567893;
  letter-spacing: 3px;
  line-height: 80px;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .visual .main-ttl {
    font-size: 44px;
    line-height: 30px;
  }
}

.visual .sub-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  line-height: 30px;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .visual .sub-ttl {
    font-size: 15.5px;
  }
}

/*-----------------------------------------------------------
Bread
------------------------------------------------------------*/
#breadcrumb,
.breadcrumb {
  font-size: 0;
}

#breadcrumb ul,
.breadcrumb ul {
  margin: 36px 0 0;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  #breadcrumb ul,
  .breadcrumb ul {
    margin: 4px 0 0;
  }
}

#breadcrumb li,
.breadcrumb li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}

#breadcrumb li:last-child,
.breadcrumb li:last-child {
  margin-right: 0;
}

#breadcrumb li a, #breadcrumb li span,
.breadcrumb li a,
.breadcrumb li span {
  font-size: 14px;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  #breadcrumb li a, #breadcrumb li span,
  .breadcrumb li a,
  .breadcrumb li span {
    font-size: 9px;
    line-height: 26px;
  }
}

#breadcrumb li a,
.breadcrumb li a {
  display: block;
  background: url("../img/common/icon/ico_arrow.svg") no-repeat center right 11px;
  background-size: 6px 12px;
  padding: 0 30px 0 0;
  position: relative;
  opacity: 1;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  #breadcrumb li a,
  .breadcrumb li a {
    background-position: center right 6px;
    background-size: 4px 7px;
    padding: 0 18px 0 0;
  }
}

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
  #breadcrumb li a:hover,
  .breadcrumb li a:hover {
    color: #818181;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.leftCol {
  width: 70%;
  float: left;
}

.rightCol {
  width: 30%;
  float: right;
}

.cmsContent {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

.cmsContent ul, .cmsContent ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.cmsContent ul[style*="list-style-type: circle;"] li {
  list-style-type: circle;
}

.cmsContent ul[style*="list-style-type: square;"] li {
  list-style-type: square;
}

.cmsContent ul li {
  list-style: disc;
}

.cmsContent ol[style*="list-style-type: lower-roman;"] li {
  list-style-type: lower-roman;
}

.cmsContent ol[style*="list-style-type: lower-alpha;"] li {
  list-style-type: lower-alpha;
}

.cmsContent ol[style*="list-style-type: lower-greek;"] li {
  list-style-type: lower-greek;
}

.cmsContent ol[style*="list-style-type: upper-alpha;"] li {
  list-style-type: upper-alpha;
}

.cmsContent ol[style*="list-style-type: upper-roman;"] li {
  list-style-type: upper-roman;
}

.cmsContent ol li {
  list-style-type: decimal;
}

.cmsContent p {
  margin-bottom: 30px;
}

.cmsContent img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: 100%;
}

.cmsContent em, .cmsContent i {
  font-style: italic;
}

.cmsContent iframe {
  max-width: 100%;
}

.pagingDt {
  position: relative;
  width: 80%;
  margin: 95px auto;
  font-size: 14px;
}

.pagingDt a {
  text-decoration: underline;
}

.pagingDt .prev {
  background: url(../../img/blog/ico_prev.png) no-repeat left center;
  width: 145px;
  float: left;
  padding-left: 20px;
}

.pagingDt .next {
  background: url(../../img/blog/ico_next.png) no-repeat right center;
  width: 145px;
  float: right;
  padding-right: 20px;
}

.pagingDt .list {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -54px;
  margin-top: -9px;
}

.footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.footer__gotop {
  width: 50px;
  height: 50px;
  background: #1b3055 url(../img/common/icon/ico_gotop.svg) no-repeat center center;
  background-size: 18px 10px;
  position: fixed;
  bottom: 37px;
  right: 37px;
  z-index: 999;
  display: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) {
  .footer__gotop.show:hover {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: .5;
  }
}

.footer__gotop.abs {
  position: absolute;
  bottom: 339px;
}

.footer__inner {
  padding: 0 13px;
  position: relative;
  overflow: hidden;
}

.footer__vid {
  position: absolute;
  width: 140%;
  height: auto;
  top: 50%;
  left: -20%;
  opacity: .15;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  backface-visibility: hidden;
  visibility: visible !important;
}

.footer__bg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  width: 100%;
  opacity: .1;
  visibility: visible !important;
}

.footer__sponsors, .footer__menu {
  position: relative;
  z-index: 2;
}

.footer__sponsors {
  position: absolute;
  bottom: 33px;
  right: 50px;
  max-width: 186px;
  text-align: right;
  font-size: 0;
}

.footer__sponsors a {
  display: inline-block;
  vertical-align: top;
}

.footer__sponsors a img {
  display: block;
  width: 100%;
}

.footer__sponsors a:first-child {
  margin-bottom: 27px;
  width: 97px;
}

.footer__sponsors a:last-child {
  width: 186px;
}

.footer__menu {
  max-width: 920px;
  margin: 0 auto;
  padding: 22px 0 20px;
}

.footer__menu--list {
  font-size: 0;
}

.footer__menu--list li {
  display: inline-block;
  vertical-align: top;
  border-left: 2px solid #00496d;
  padding-left: 23px;
  letter-spacing: 2px;
}

.footer__menu--list li a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #00496d;
  line-height: 1.2;
  margin-right: -5px;
}

.footer__menu--list li .sub {
  padding: 20px 0 3px;
}

.footer__menu--list li .sub li {
  width: 100%;
  border: 0;
  padding: 0;
  margin-bottom: 16px;
}

.footer__menu--list li .sub li:last-child {
  margin: 0;
}

.footer__menu--list li .sub li a {
  font-size: 13px;
  letter-spacing: 1.3px;
}

.footer__menu--list > li:first-child {
  width: 14%;
}

.footer__menu--list > li:nth-child(2) {
  width: 23%;
}

.footer__menu--list > li:nth-child(3) {
  width: 16%;
}

.footer__menu--list > li:nth-child(4), .footer__menu--list > li:nth-child(5) {
  width: 14%;
}


.footer__menu--list > li:last-child {
  width: 18%;
}

.footer__copyright {
  text-align: center;
  color: #fff;
  background: #1b3156;
  padding: 13px;
  font-size: 9px;
  letter-spacing: 1.3px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__sponsors {
    right: 20px;
  }
  .footer__sponsors a:first-child {
    margin-bottom: 10px;
  }
  .footer__menu--list li a {
    font-size: 15px;
  }
  .footer__menu--list li .sub li a {
    font-size: 12px;
  }
  .footer__menu--list > li {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .footer__gotop {
    width: 65px;
    height: 65px;
    right: 17px;
    bottom: 17px;
    background-size: 25px 13px;
    background-position: center center;
  }
  .footer__gotop.abs {
    bottom: 310px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__gotop {
    width: 48px;
    height: 48px;
    right: 15px;
    background-size: 25px 13px;
    background-position: top 16px center;
    bottom: 15px;
  }
  .footer__gotop.abs {
    bottom: 355px;
  }
  .footer__bg {
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer__vid {
    height: 110%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -5%;
    left: 50%;
  }
  .footer__sponsors {
    max-width: 93px;
    bottom: 17px;
    right: 25px;
  }
  .footer__sponsors a:first-child {
    width: 50px;
    margin-bottom: 14px;
  }
  .footer__sponsors a:last-child {
    width: 93px;
  }
  .footer__menu {
    padding: 67px 53px 36px;
  }
  .footer__menu--list li {
    padding: 0;
    border: 0;
    width: 70% !important;
    letter-spacing: 1px;
    margin-bottom: 46px;
  }
  .footer__menu--list li a {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    border-bottom: 1px solid #00496d;
    line-height: 1.3;
  }
  .footer__menu--list li:nth-child(2n+2) {
    width: 30% !important;
  }
  .footer__copyright {
    font-size: 9px;
    padding: 8px 13px;
    letter-spacing: 0.6px;
  }
}

@media only screen and (max-width: 374px) {
  .footer__menu {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.header__main {
  background: #1b3156;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 9999;
}

.header__main--inner {
  height: 100%;
}

.header__main--inner:before, .header__main--inner:after {
  content: " ";
  display: table;
}

.header__main--inner:after {
  clear: both;
}

.header__main--logo {
  display: block;
  float: left;
  width: 180px;
  margin-top: 11px;
}

.header__main--logo img {
  display: block;
  width: 100%;
}

.header__main--right {
  float: right;
  width: calc(100% - 220px);
  padding-top: 18px;
}

.header__main--menu {
  text-align: right;
  font-size: 0;
}

.header__main--menu li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.header__main--menu li:first-child {
  margin-left: 0;
}

.header__main--menu li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  opacity: 1;
  padding-bottom: 2px;
  position: relative;
  letter-spacing: 2px;
}

.header__main--menu li a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .header__main--menu li a:hover::before {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .header__main--menu li {
    margin-left: 30px;
  }
  .header__main--menu li a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header__main {
    height: 70px;
  }
  .header__main--inner {
    padding: 0 12px;
  }
  .header__main--logo {
    width: 150px;
    margin: 16px 0 0 7px;
  }
  .header__main--menusp {
    width: 46px;
    height: 100%;
    float: right;
    position: relative;
    opacity: 1;
  }
  .header__main--menusp span {
    width: 33px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -1px auto 0;
  }
  .header__main--menusp span::before, .header__main--menusp span::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  .header__main--menusp span::before {
    top: -9px;
  }
  .header__main--menusp span::after {
    top: 9px;
  }
  .header__menusp {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 9998;
    overflow: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #1b3156;
  }
  .header__menusp--content {
    padding: 60px 0;
  }
  .header__menusp--menu {
    border-top: 1px solid #a5a5a5;
  }
  .header__menusp--menu li {
    border-bottom: 1px solid #a5a5a5;
  }
  .header__menusp--menu li a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    background: url(../img/common/icon/ico_next_slide.svg) no-repeat center right 18px;
    background-size: 10px 18px;
    padding: 20px 0 20px 12px;
    letter-spacing: 2px;
  }
  .header.menu_opened .header__main--menusp span {
    background: #1b3156;
  }
  .header.menu_opened .header__main--menusp span::before {
    -webkit-transform: rotate(45deg) translateX(6px) translateY(7px);
    -moz-transform: rotate(45deg) translateX(6px) translateY(7px);
    -ms-transform: rotate(45deg) translateX(6px) translateY(7px);
    -o-transform: rotate(45deg) translateX(6px) translateY(7px);
    transform: rotate(45deg) translateX(6px) translateY(7px);
  }
  .header.menu_opened .header__main--menusp span::after {
    -webkit-transform: rotate(-45deg) translateX(6px) translateY(-7px);
    -moz-transform: rotate(-45deg) translateX(6px) translateY(-7px);
    -ms-transform: rotate(-45deg) translateX(6px) translateY(-7px);
    -o-transform: rotate(-45deg) translateX(6px) translateY(-7px);
    transform: rotate(-45deg) translateX(6px) translateY(-7px);
  }
  .header.menu_opened .header__menusp {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .header__menusp {
    display: none !important;
  }
}

/*-----------------------------------------------------------
SubNavi
------------------------------------------------------------*/

/*# sourceMappingURL=maps/style.min.css.map */
