
/* HEADER ///////////////////////////////////////////////////////////////////////////////////////*/

/* line 1, ../../app/styles/layouts/_header.scss */
.header {
  min-height: 100%;
  height: 100%;
  position: fixed;
  width: 15%;
  z-index: 101;
}

/* @media (max-width: 1024px) { */
@media (max-width: 767px) {
  /* line 11, ../../app/styles/layouts/_header.scss */
  .header {
    position: relative;
    width: 100%;
    border-bottom: 1px solid;
  }
}
/* @media (min-width: 1025px) and (max-width: 1227px) { */
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 18, ../../app/styles/layouts/_header.scss */
  .header {
    position: relative;
    width: 100%;
    height: 80px;
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  }
  /*ie8*/
  .header {
    border-bottom: 1px solid #dadada\9;
  }
  /*ie9*/
  .header:not(:target) {
    border-bottom: none\9;
  }
  /*ie10*/
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	  .header {
	    border-bottom: none;
	  }
  }
  .header_box {
	position: absolute;
	bottom: 0;
	width: 100%;
  }
}
/* @media (min-width: 1228px) and (max-width: 1400px) { */
@media (min-width: 1025px) and (max-width: 1400px) {
  /* line 43, ../../app/styles/layouts/_header.scss */
  .header {
    width: 15%;
  }
  /*ie8*/
  .header {
    background: #fff url(/jpn/components/images/border.gif) right top repeat-y\9 !important;
  }
  /*ie9*/
  .header:not(:target) {
    background-image: none\9;
  }
  /*ie10*/
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	  .header {
	    background-image: none;
	  }
  }
}
@media (min-width: 1401px) {
  /* line 50, ../../app/styles/layouts/_header.scss */
  .header {
    width: 12%;
  }
  /*ie8*/
  .header {
    background: #fff url(/jpn/components/images/border.gif) right top repeat-y\9 !important;
  }
  /*ie9*/
  .header:not(:target) {
    background-image: none\9;
  }
  /*ie10*/
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	  .header {
	    background-image: none;
	  }
  }
}
/* @media (min-width: 2000px) { */
@media (min-width: 1800px) {
  /* line 57, ../../app/styles/layouts/_header.scss */
  .header {
    /* width: 200px; */
    width: 216px;
  }
  /*ie8*/
  .header {
    background: #fff url(/jpn/components/images/border.gif) right top repeat-y\9 !important;
  }
  /*ie9*/
  .header:not(:target) {
    background-image: none\9;
  }
  /*ie10*/
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	  .header {
	    background-image: none;
	  }
  }
}




/* LOGO ///////////////////////////////////////////////////////////////////////////////////////*/



/* line 1, ../../app/styles/modules/_logo.scss */
.logo {
  display: block;
  margin: 0 auto;
}

/* line 5, ../../app/styles/modules/_logo.scss */
.logo__img {
  width: 98%;
  max-width: 200px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  /* line 13, ../../app/styles/modules/_logo.scss */
  .logo {
    width: 100px;
  }
}
/* @media (min-width: 481px) and (max-width: 1024px) { */
@media (min-width: 481px) and (max-width: 767px) {
  /* line 20, ../../app/styles/modules/_logo.scss */
  .logo {
    width: 150px;
  }
}
/* @media (min-width: 1025px) and (max-width: 1227px) { */
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 26, ../../app/styles/modules/_logo.scss */
  .logo {
    height: 44px;
    overflow: hidden;
    width: 150px;
    margin: 0 0 8px;
  }

  /* line 32, ../../app/styles/modules/_logo.scss */
  .logo__img {
    margin-top: -10px;
  }
}




/* NAV ///////////////////////////////////////////////////////////////////////////////////////*/



/* line 1, ../../app/styles/modules/_nav.scss */
.nav__link {
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #6c6e72;
  /* font-family: GothamMedium, Helvetica, Arial, sans-serif; */
  line-height: 1.3;
}
@media (max-height: 680px) {
  /* line 1, ../../app/styles/modules/_nav.scss */
  .nav__link {
    padding: 10px 0;
  }
}

/* line 13, ../../app/styles/modules/_nav.scss */
.nav__sub__link {
  /* font-family: GothamMedium, Helvetica, Arial, sans-serif; */
}

/* @media (max-width: 1024px) { */
@media (max-width: 767px) {
  /* line 19, ../../app/styles/modules/_nav.scss */
  .nav-wrapper {
    position: absolute;
    left: 0;
    right: 0;
  }

  /* line 29, ../../app/styles/modules/_nav.scss */
  .nav {
    background: #ebebeb;
    border-top: 1px solid #cecece;
  }
  /* line 33, ../../app/styles/modules/_nav.scss */
  .nav.is-subnav-active {
    padding-top: 58px;
  }

  /* line 37, ../../app/styles/modules/_nav.scss */
  .nav:before {
    display: none;
  }

  /* line 40, ../../app/styles/modules/_nav.scss */
  .nav__link {
    font-size: 19px;
    position: relative;
    color: #2f343b;
  }
  .nav__link.is-active {
    background: #eb0a1e;
    color: #fff;
  }
  /* line 45, ../../app/styles/modules/_nav.scss */
  .nav__link:before {
    content: ' ';
    display: block;
    height: 1px;
    background: #cecece;
    position: absolute;
    top: 0;
    width: 44px;
    left: 50%;
    margin-left: -22px;
  }

  /* line 57, ../../app/styles/modules/_nav.scss */
  .nav > li:first-child .nav__link:before {
    display: none;
  }

  /* line 60, ../../app/styles/modules/_nav.scss */
  .nav__sub {
    display: none;
    background: #eb0a1e;
    min-height: 403px;
    padding-bottom: 60px;
  }

  /* line 69, ../../app/styles/modules/_nav.scss */
  .nav__sub__link {
    display: block;
    text-align: center;
    color: white;
    font-size: 17px;
    padding: 13px 20px;
    position: relative;
  }
  /* line 76, ../../app/styles/modules/_nav.scss */
  .nav__sub__link:before {
    content: ' ';
    display: block;
    height: 1px;
    background: #f2606d;
    position: absolute;
    top: 0;
    width: 44px;
    left: 50%;
    margin-left: -22px;
  }
  /* line 87, ../../app/styles/modules/_nav.scss */
  .nav__sub__link:active {
    background: #af0111;
  }
  /* line 89, ../../app/styles/modules/_nav.scss */
  .nav__sub__link:active:before {
    display: none;
  }

  /* line 94, ../../app/styles/modules/_nav.scss */
  .nav__sub > li:first-child .nav__sub__link:before {
    display: none;
  }

  /* line 97, ../../app/styles/modules/_nav.scss */
  .icon--sub-close {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }

  /* line 104, ../../app/styles/modules/_nav.scss */
  .is-nav-active {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  /* line 110, ../../app/styles/modules/_nav.scss */
  .is-nav-active > .nav__link {
    background: #eb0a1e;
    color: white;
    font-size: 25px;
  }
  /* line 115, ../../app/styles/modules/_nav.scss */
  .lang-jp .is-nav-active > .nav__link {
    font-size: 23px;
  }
  /* line 119, ../../app/styles/modules/_nav.scss */
  .is-nav-active > .nav__link:before {
    display: none;
  }
  /* line 123, ../../app/styles/modules/_nav.scss */
  .is-nav-active .nav__sub {
    display: block;
  }
  /* line 128, ../../app/styles/modules/_nav.scss */
  .is-nav-active .icon--sub-close {
    display: block;
    top: 18px;
    right: 11px;
  }
}
/* @media (min-width: 1025px) and (max-width: 1227px) { */
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 142, ../../app/styles/modules/_nav.scss */
  .nav {
    /* margin-bottom: 1px; */
    position: relative;
  }
  /* line 145, ../../app/styles/modules/_nav.scss */
  .nav > li {
    float: left;
  }

  /* line 149, ../../app/styles/modules/_nav.scss */
  .nav__sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ec0f22;
    overflow: hidden;
    -moz-box-shadow: inset -8px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset -8px 3px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset -8px 3px 6px 0px rgba(0, 0, 0, 0.2);
  }

  /* line 159, ../../app/styles/modules/_nav.scss */
  .nav__sub__list {
    display: block;
    padding: 15px;
    font-size: 0;
  }
  /* line 163, ../../app/styles/modules/_nav.scss */
  .nav__sub__list > li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
  .news_area .nav__sub__list > li {
  	margin-left: 420px;
  }
  /* line 169, ../../app/styles/modules/_nav.scss */
  .nav__sub__link {
    color: #fff;
    display: block;
    padding: 10px 15px;
    line-height: 1.5;
    font-size: 14px;
  }
  /* line 175, ../../app/styles/modules/_nav.scss */
  .nav__sub__link:hover {
    background: #ce0d1e;
  }

  /* line 179, ../../app/styles/modules/_nav.scss */
  .nav__link {
   padding: 6px 12px;/*  padding: 6px 26px; */
    font-size: 13px;
  }
  /* line 182, ../../app/styles/modules/_nav.scss */
  .nav__link.is-active {
    background: #eb0a1e;
    color: #fff;
  }

  /* line 188, ../../app/styles/modules/_nav.scss */
  .touch .is-nav-active .nav__link {
    background: #eb0a1e;
    color: #fff;
  }

  /* line 192, ../../app/styles/modules/_nav.scss */
  .touch .is-nav-active .nav__sub {
    display: block;
  }

  /* line 196, ../../app/styles/modules/_nav.scss */
  .no-touch .nav > li:hover .nav__link {
    background: #eb0a1e;
    color: #fff;
  }

  /* line 200, ../../app/styles/modules/_nav.scss */
  .no-touch .nav > li:hover .nav__sub {
    display: block;
  }

  /* line 205, ../../app/styles/modules/_nav.scss */
  .lang-jp .nav > li:first-child {
    /* margin-left: 9px; */
  }
  /* line 209, ../../app/styles/modules/_nav.scss */
  .lang-jp .nav__link {
    padding: 6px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.lang-jp .nav__link {
		padding: 6px 12px;
	}
	.lang-jp .nav li:first-child .nav__link {
	    padding-left: 22px;
	  }
}
/* @media (min-width: 1228px) { */
@media (min-width: 1025px) {
  /* line 217, ../../app/styles/modules/_nav.scss */
  .nav {
    padding: 18px 0;
  }
  /* line 220, ../../app/styles/modules/_nav.scss */
  .nav:before {
    content: ' ';
    display: block;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: 30px;
    right: 30px;
    margin-top: -18px;
  }

  /* line 231, ../../app/styles/modules/_nav.scss */
  .nav__link {
    font-size: 13px;
  }
  .nav__link.is-active {
    background: #eb0a1e;
    color: #fff;
  }
  /* line 234, ../../app/styles/modules/_nav.scss */
  .lang-jp .nav__link {
    /* padding: 10px 0; */
  }

  /* line 240, ../../app/styles/modules/_nav.scss */
  .touch .is-nav-active .nav__link {
    background: #eb0a1e;
    color: white;
  }
  /* line 243, ../../app/styles/modules/_nav.scss */
  .touch .is-nav-active .nav__link:before {
    display: none;
  }

  /* line 247, ../../app/styles/modules/_nav.scss */
  .touch .is-nav-active .nav__sub {
    display: block;
  }

  /* line 252, ../../app/styles/modules/_nav.scss */
  .no-touch .nav > li:hover .nav__link {
    background: #eb0a1e;
    color: white;
  }
  /* line 255, ../../app/styles/modules/_nav.scss */
  .no-touch .nav > li:hover .nav__link:before {
    display: none;
  }

  /* line 259, ../../app/styles/modules/_nav.scss */
  .no-touch .nav > li:hover .nav__sub {
    display: block;
  }

  /* line 263, ../../app/styles/modules/_nav.scss */
  .nav__sub:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 2px;
    bottom: 0;
    width: 10px;
    box-shadow: inset 6px 0 14px -4px rgba(0, 0, 0, 0.2);
  }

  /* line 273, ../../app/styles/modules/_nav.scss */
  .nav__sub__link {
    color: white;
    font-size: 14px;
    padding: 18px 28px;
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 1.2;
  }
  /* line 281, ../../app/styles/modules/_nav.scss */
  .nav__sub__link:hover {
    background: #af0111;
  }

  /* line 285, ../../app/styles/modules/_nav.scss */
  .nav__sub {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #df0a1c;
    display: none;
    width: 200px;
    padding-top: 100px;
    padding-left: 2px;
  }
  .nav__sub.news_area {
    padding-top: 316px;
  }
  /* line 304, ../../app/styles/modules/_nav.scss */
  .icon--sub-close {
    display: none;
  }
}
/* @media (min-width: 1228px) and (max-height: 680px) { */
@media (min-width: 1025px) and (max-height: 680px) {
  /* line 285, ../../app/styles/modules/_nav.scss */
  .nav__sub {
    padding-top: 25px;
  }
  .nav__sub.news_area {
    padding-top: 256px;
  }
}





/* FOOTER ///////////////////////////////////////////////////////////////////////////////////////*/

/* line 4, ../../app/styles/modules/_footer.scss */
.footer__primary {
  background: #ededed;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #d4d4d4;
  padding: 50px 0 30px 0;
}

/* line 10, ../../app/styles/modules/_footer.scss */
.footer__secondary {
  padding: 6px 0;
  font-size: 11px;
}

/* line 14, ../../app/styles/modules/_footer.scss */
.footer__copyright {
  color: gray;
}

@media (max-width: 480px) {
  /* line 20, ../../app/styles/modules/_footer.scss */
  .footer__primary {
    padding: 25px 0 0 0;
  }

  /* line 23, ../../app/styles/modules/_footer.scss */
  .footer__copyright {
    width: auto;
    text-align: center;
    padding: 20px;
  }

  /* line 28, ../../app/styles/modules/_footer.scss */
  .footer__secondary {
    padding: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 35, ../../app/styles/modules/_footer.scss */
  .footer__copyright {
    width: 100%;
    text-align: center;
  }

  /* line 39, ../../app/styles/modules/_footer.scss */
  .footer__secondary {
    padding: 0 0 23px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 46, ../../app/styles/modules/_footer.scss */
  .footer__copyright {
    width: 100%;
    text-align: center;
  }

  /* line 50, ../../app/styles/modules/_footer.scss */
  .footer__secondary {
    padding: 0 0 23px 0;
  }
}
@media (min-width: 1025px) {
  /* line 57, ../../app/styles/modules/_footer.scss */
  .footer__copyright {
    float: left;
    padding: 10px 0 10px 30px;/*padding: 10px 0 10px 50px;*/
  }
}





/* ICON ///////////////////////////////////////////////////////////////////////////////////////*/


/* line 1, ../../app/styles/modules/_icon.scss */
.icon {
  background-repeat: no-repeat;
  background-image: url(/jpn/components/images/4c81bb2d.icons@x1.png);
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 10, ../../app/styles/modules/_icon.scss */
  .icon {
    background-image: url(/jpn/components/images/3b8c369f.icons@x2.png);
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    -webkit-background-size: 250px auto;
    background-size: 250px auto;
  }
}
/* line 15, ../../app/styles/modules/_icon.scss */
.icon--search {
  background-position: 0 0;
  width: 19px;
  height: 19px;
}

/* line 20, ../../app/styles/modules/_icon.scss */
.icon--search-large {
  background-position: 0 -126px;
  width: 42px;
  height: 42px;
}

/* line 25, ../../app/styles/modules/_icon.scss */
.icon--search-close {
  background-position: 0 -188px;
  width: 38px;
  height: 38px;
}

/* line 30, ../../app/styles/modules/_icon.scss */
.icon--jp {
  background-position: 0 -19px;
  width: 91px;
  height: 19px;
}

/* line 35, ../../app/styles/modules/_icon.scss */
.icon--region {
  background-position: 0 -38px;
  width: 21px;
  height: 23px;
}

/* line 40, ../../app/styles/modules/_icon.scss */
.icon--sandwitch {
  background-position: 0 -73px;
  width: 22px;
  height: 17px;
  display: block;
  margin: 14px auto;
}

/* line 47, ../../app/styles/modules/_icon.scss */
.icon--sub-close {
  background-position: 0 -100px;
  width: 20px;
  height: 20px;
  display: none;
}

/* line 53, ../../app/styles/modules/_icon.scss */
.icon--fb {
  background-position: 0 -226px;
}

/* line 56, ../../app/styles/modules/_icon.scss */
.icon--gp {
  background-position: 0 -254px;
}

/* line 59, ../../app/styles/modules/_icon.scss */
.icon--tw {
  background-position: 0 -282px;
}

/* line 62, ../../app/styles/modules/_icon.scss */
.icon--arrow {
  position: absolute;
  top: 21px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #6c6e72;
}



/* SUB NAVI ///////////////////////////////////////////////////////////////////////////////////////*/


/* line 1, ../../app/styles/modules/_subnav.scss */
.subnav__link {
  font-size: 13px;
  /* font-family: GothamMedium, Helvetica, Arial, sans-serif; */
  color: #6c6e72;
  text-align: center;
}
.subnav__link:hover{
	-moz-opacity:0.7;
	opacity:0.7;
}

/* @media (max-width: 1024px) { */
@media (max-width: 767px) {
  /* line 10, ../../app/styles/modules/_subnav.scss */
  .subnav {
    overflow: hidden;
  }

  /* line 13, ../../app/styles/modules/_subnav.scss */
  .subnav__link:before {
    display: none;
  }

  /* line 16, ../../app/styles/modules/_subnav.scss */
  .subnav__link--search {
    display: none;
  }

  /* line 19, ../../app/styles/modules/_subnav.scss */
  .subnav__link--region {
    float: left;
    width: 50%;
    position: relative;
    padding: 20px 0 19px 0;
    line-height: 19px;
  }
  /* line 25, ../../app/styles/modules/_subnav.scss */
  .subnav__link--region > .icon--region {
    /*position: absolute;
    top: 20px;
    right: -11px;*/
	vertical-align: middle;
  }

  /* line 31, ../../app/styles/modules/_subnav.scss */
  .subnav__link--jp,
  .subnav__link--global {
    position: relative;
    padding: 20px 0 19px 0;
    width: 50%;
    float: right;
  }
}
/* @media (min-width: 1025px) and (max-width: 1227px) { */
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 42, ../../app/styles/modules/_subnav.scss */
  .subnav {
    position: absolute;
    bottom: 7px;
    right: 29px;
  }
  /* line 46, ../../app/styles/modules/_subnav.scss */
  .subnav > li {
    float: left;
  }

  /* line 50, ../../app/styles/modules/_subnav.scss */
  .subnav__link {
    display: block;
    border-left: 1px solid #ccc;
    padding-left: 10px;
  }

  /* line 55, ../../app/styles/modules/_subnav.scss */
  .subnav__link--region > .subnav__copy {
    display: none;
  }

  /* line 58, ../../app/styles/modules/_subnav.scss */
  .subnav__link--search {
    position: absolute;
    right: 0;
    bottom: 35px;
    height: 22px;
  }

  /* line 67, ../../app/styles/modules/_subnav.scss */
  .subnav__link--jp {
    position: absolute;
    right: 72px;
    bottom: 0;
    height: 22px;
  }

  /* line 76, ../../app/styles/modules/_subnav.scss */
  .subnav__link--region {
    position: absolute;
    right: 36px;
    height: 22px;
    bottom: 35px;
  }

  /* line 85, ../../app/styles/modules/_subnav.scss */
  .subnav__link--global {
    position: absolute;
    right: -8px;
    width: 85px;
    height: 22px;
    bottom: 0;
    
    width: 105px;
  }
  /* line 91, ../../app/styles/modules/_subnav.scss */
  .subnav__link--global > .subnav__copy {
    display: block;
    margin-top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 973px) {	
	/*.subnav {
		position: absolute;
		bottom: 40px;
		right: 135px;
	}*/
	.subnav__link--global {
		bottom: 38px;
		right: 178px;
		border-right: 1px solid #ccc;
		padding-right: 10px;
	}
}
/* @media (min-width: 1228px) { */
@media (min-width: 1025px) {
  /* line 100, ../../app/styles/modules/_subnav.scss */
  .subnav__link {
    display: block;
    padding: 15px 0;
  }

  /* line 109, ../../app/styles/modules/_subnav.scss */
  .subnav__link:before {
    content: ' ';
    display: block;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: 30px;
    right: 30px;
    margin-top: -15px;
  }
  /* line 124, ../../app/styles/modules/_subnav.scss */
  .subnav__icon {
    display: block;
    margin: 0 auto;
  }

  /* line 128, ../../app/styles/modules/_subnav.scss */
  .subnav__link--region {
    padding: 10px 0;
  }
  /* line 131, ../../app/styles/modules/_subnav.scss */
  .subnav__link--region:before {
    margin-top: -10px;
  }

  /* line 137, ../../app/styles/modules/_subnav.scss */
  .is-search-active {
    background: #eb0a1e;
  }
  /* line 139, ../../app/styles/modules/_subnav.scss */
  .is-search-active:before {
    display: none;
  }
}
/* @media (min-width: 1228px) and (max-height: 680px) { */
@media (min-width: 1025px) and (max-height: 680px) {
  /* line 100, ../../app/styles/modules/_subnav.scss */
  .subnav__link {
    padding: 10px 0;
  }
}
/* @media (min-width: 1228px) and (max-height: 680px) { */
@media (min-width: 1025px) and (max-height: 680px) {
  /* line 109, ../../app/styles/modules/_subnav.scss */
  .subnav__link:before {
    margin-top: -10px;
  }
}

/* @media (min-width: 1228px) { */
@media (min-width: 1025px) {
  /* line 150, ../../app/styles/modules/_subnav.scss */
  .is-search-active .icon--search {
    background-position: -19px 0;
  }
}
/* line 1, ../../app/styles/modules/_mobile-nav-but.scss */
.mobile-nav-but {
  display: none;
}

/* @media (max-width: 1024px) { */
@media (max-width: 767px) {
  /* line 7, ../../app/styles/modules/_mobile-nav-but.scss */
  .mobile-nav-but {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 45px;
  }
}
/* @media (min-width: 481px) and (max-width: 1024px) { */
@media (min-width: 481px) and (max-width: 767px) {
  /* line 19, ../../app/styles/modules/_mobile-nav-but.scss */
  .mobile-nav-but {
    top: 11px;
    left: 11px;
  }
}
@media (min-width: 1025px) {
  /* line 27, ../../app/styles/modules/_mobile-nav-but.scss */
  .mobile-nav-but {
    display: none;
  }
}



/* SEARCH ///////////////////////////////////////////////////////////////////////////////////////*/


/* line 1, ../../app/styles/modules/_search.scss */
.search {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  border-left: 2px solid #eb0a1e;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 12, ../../app/styles/modules/_search.scss */
.search.is-search-expanded {
  display: block;
}

/* line 16, ../../app/styles/modules/_search.scss */
.search__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 300;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 26, ../../app/styles/modules/_search.scss */
.search__form {
  position: relative;
  z-index: 400;
  padding: 236px 48px 0 48px;
}

/* line 31, ../../app/styles/modules/_search.scss */
.search__wrap {
  margin: 30px 0 0 0;
  position: relative;
}

/* line 35, ../../app/styles/modules/_search.scss */
.search__label {
  color: #fff;
  font-size: 26px;
  /* font-family: GothamLight, Helvetica, Arial, sans-serif; */
  letter-spacing: -0.08em;
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 44, ../../app/styles/modules/_search.scss */
.search__input {
  background: transparent;
  border: none;
  color: #fff;
  /* font-family: GothamLight, Helvetica, Arial, sans-serif; */
  font-size: 65px;
  padding: 0;
  line-height: 1;
  font-weight: normal;
  letter-spacing: -0.08em;
  width: 80%;
}

/* line 56, ../../app/styles/modules/_search.scss */
.search__submit {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  color: #fff;
  font-family: GothamLight, Helvetica, Arial, sans-serif;
  padding: 0;
  font-size: 30px;
  position: absolute;
  top: 18px;
  right: 5px;
  outline: none;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 71, ../../app/styles/modules/_search.scss */
.search__close {
  position: absolute;
  top: 34px;
  right: 47px;
  display: block;
  z-index: 450;
  color: #fff;
  text-indent: -9999px;
  overflow: hidden;
}

/* @media (max-width: 768px) { */
@media (max-width: 767px) {
  /* line 84, ../../app/styles/modules/_search.scss */
  .search {
    border-left: none;
  }

  /* line 87, ../../app/styles/modules/_search.scss */
  .search__form {
    padding: 22px;
  }

  /* line 90, ../../app/styles/modules/_search.scss */
  .search__label {
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  /* line 95, ../../app/styles/modules/_search.scss */
  .search__close {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    top: 12px;
    right: 13px;
  }

  /* line 100, ../../app/styles/modules/_search.scss */
  .search__overlay {
    opacity: 1;
  }

  /* line 103, ../../app/styles/modules/_search.scss */
  .search__icon {
    display: none;
  }

  /* line 106, ../../app/styles/modules/_search.scss */
  .search__submit {
    display: none;
  }

  /* line 109, ../../app/styles/modules/_search.scss */
  .search__input {
    width: 100%;
    font-size: 33px;
  }

  /* line 113, ../../app/styles/modules/_search.scss */
  .search__wrap {
    margin-top: 15px;
  }
}
/* @media (min-width: 768px) { */
@media (min-width: 767px) {
  /* line 121, ../../app/styles/modules/_search.scss */
  .touch .search__form {
    padding-top: 50px;
  }

  /* line 124, ../../app/styles/modules/_search.scss */
  .touch .search__submit {
    display: none;
  }
}
/* line 1, ../../app/styles/modules/_mobile-search-but.scss */
.mobile-search-but {
  display: none;
}
/* line 3, ../../app/styles/modules/_mobile-search-but.scss */
.mobile-search-but > .icon--search {
  margin: 13px auto;
  display: block;
}
/* line 7, ../../app/styles/modules/_mobile-search-but.scss */
.mobile-search-but.is-search-active {
  background: none;
}

/* @media (max-width: 1024px) { */
@media (max-width: 767px) {
  /* line 14, ../../app/styles/modules/_mobile-search-but.scss */
  .mobile-search-but {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
  }
}
/* @media (min-width: 481px) and (max-width: 1024px) { */
@media (min-width: 481px) and (max-width: 767px) {
  /* line 26, ../../app/styles/modules/_mobile-search-but.scss */
  .mobile-search-but {
    top: 11px;
    right: 11px;
  }
}
@media (min-width: 1025px) {
  /* line 34, ../../app/styles/modules/_mobile-search-but.scss */
  .mobile-search-but {
    display: none;
  }
}





/* SOCIAL ///////////////////////////////////////////////////////////////////////////////////////*/


/* line 1, ../../app/styles/modules/_social.scss */
.social {
  display: block;
  margin: 0 30px;
  position: relative;
  text-align: center;
}
/* line 6, ../../app/styles/modules/_social.scss */
.social:before {
  content: ' ';
  display: block;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  background: #cccccc;
  position: absolute;
}

/* line 18, ../../app/styles/modules/_social.scss */
.social__link {
  display: block;
  padding: 10px 0;
}
.social__link:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/* line 23, ../../app/styles/modules/_social.scss */
.social__img {
  /* height: 30px; */
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* @media (max-width: 1024px) { */
@media (max-width: 767px) {
  /* line 31, ../../app/styles/modules/_social.scss */
  .social {
    margin: 0;
  }
  
  .social__img {
  	width: auto;
    height: 30px;
  }
}
/* @media (min-width: 1025px) and (max-width: 1227px) { */
@media (min-width: 767px) and (max-width: 1024px) {
  /* line 38, ../../app/styles/modules/_social.scss */
  .social {
    position: absolute;
    top: 6px;
    right: 80px;
    overflow: hidden;
  }
  /* line 44, ../../app/styles/modules/_social.scss */
  .social:before {
    display: none;
  }

  /* line 48, ../../app/styles/modules/_social.scss */
  .social__img {
  	width: auto;
    height: 21px;
  }
}



/* FOOTER ///////////////////////////////////////////////////////////////////////////////////////*/


/* line 1, ../../app/styles/modules/_footer-nav.scss */
.footer__nav > li {
  float: left;
  position: relative;
}

/* line 5, ../../app/styles/modules/_footer-nav.scss */
.footer__nav > li:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #b2b2b2;
}

/* line 16, ../../app/styles/modules/_footer-nav.scss */
.footer__nav > li:last-child:after {
  display: none;
}

/* line 19, ../../app/styles/modules/_footer-nav.scss */
.footer__nav__link {
  display: inline-block;
  padding: 2px 15px;/*padding: 2px 20px;*/
  color: gray;
  font-weight: bold;
}
/* line 24, ../../app/styles/modules/_footer-nav.scss */
.footer__nav__link:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  /* line 31, ../../app/styles/modules/_footer-nav.scss */
  .footer__nav {
    width: 100%;
    padding: 0;
  }
  /* line 34, ../../app/styles/modules/_footer-nav.scss */
  .footer__nav > li {
    width: 100%;
    float: none;
  }

  /* line 39, ../../app/styles/modules/_footer-nav.scss */
  .footer__nav > li:after {
    display: none;
  }

  /* line 42, ../../app/styles/modules/_footer-nav.scss */
  .footer__nav__link {
    text-align: center;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #d4d4d4;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 52, ../../app/styles/modules/_footer-nav.scss */
  .footer__nav {
    width: 100%;
    padding: 23px 0;
    overflow: hidden;
  }
  /* line 56, ../../app/styles/modules/_footer-nav.scss */
  .footer__nav > li {
    width: 25%;
  }

  /* line 60, ../../app/styles/modules/_footer-nav.scss */
  .footer__nav__link {
    text-align: center;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 68, ../../app/styles/modules/_footer-nav.scss */
  .footer__nav {
    width: 100%;
    padding: 23px 0;
    overflow: hidden;
  }
  /* line 72, ../../app/styles/modules/_footer-nav.scss */
  .footer__nav > li {
    width: 25%;
  }

  /* line 76, ../../app/styles/modules/_footer-nav.scss */
  .footer__nav__link {
    text-align: center;
    display: block;
  }
}
@media (min-width: 1025px) {
  /* line 84, ../../app/styles/modules/_footer-nav.scss */
  .footer__nav {
    float: right;
    margin: 8px 10px;
  }
}
/* line 1, ../../app/styles/modules/_footer-col.scss */
.footer-col {
  width: 50%;
  float: left;
  position: relative;
}
/* line 5, ../../app/styles/modules/_footer-col.scss */
.footer-col:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #bcbcbc;
}

/* line 17, ../../app/styles/modules/_footer-col.scss */
.footer__primary > .footer-col:last-child:after {
  display: none;
}

/* line 20, ../../app/styles/modules/_footer-col.scss */
.footer-col-wrap {
  padding: 0 15px 0 50px;
}

/* line 23, ../../app/styles/modules/_footer-col.scss */
.footer-col__title {
  color: #000;
  font-size: 28px;
  letter-spacing: -0.08em;
  font-weight: normal;
  font-family: GothamLight, Helvetica, Arial, sans-serif;
  margin-bottom: 14px;
}

/* line 31, ../../app/styles/modules/_footer-col.scss */
.footer-col__link {
  /* font-size: 14px; */
  padding: 5px 0;
  display: block;
}
/* line 35, ../../app/styles/modules/_footer-col.scss */
.footer-col__link:hover {
  text-decoration: underline;
}

/* line 39, ../../app/styles/modules/_footer-col.scss */
.footer-col__time {
  color: #bababa;
  min-width: 60px;
  display: inline-block;
}

/* line 44, ../../app/styles/modules/_footer-col.scss */
.footer-col__copy {
  color: #818181;
}

/* line 47, ../../app/styles/modules/_footer-col.scss */
.footer-col__but {
  display: block;
  font-size: 14px;
  padding: 10px 0;
}
/* line 51, ../../app/styles/modules/_footer-col.scss */
.footer-col__but:hover {
  text-decoration: underline;
}

/* line 56, ../../app/styles/modules/_footer-col.scss */
.lang-jp .footer-col__title {
  font-size: 26px;
}
/* line 59, ../../app/styles/modules/_footer-col.scss */
.lang-jp .footer__whatsnew .footer-col__time {
  display: none;
}

@media (max-width: 480px) {
  /* line 64, ../../app/styles/modules/_footer-col.scss */
  .footer-col-wrap {
    padding: 0 15px 0 25px;
  }

  /* line 67, ../../app/styles/modules/_footer-col.scss */
  .footer-col {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d4d4d4;
  }
  /* line 73, ../../app/styles/modules/_footer-col.scss */
  .footer-col:after {
    display: none;
  }

  /* line 77, ../../app/styles/modules/_footer-col.scss */
  .footer__primary > .footer-col:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
}



/* line 1, ../../app/styles/modules/_migration__breadcrumbs.scss */
.breadcrumbs {
  /* width: 960px; */
  margin: 32px 0 24px 0;
  
}
/* line 4, ../../app/styles/modules/_migration__breadcrumbs.scss */
.breadcrumbs > li {
  display: inline-block;
  font-size: 0;
  margin-right: 32px;
  position: relative;
}
/* line 9, ../../app/styles/modules/_migration__breadcrumbs.scss */
.breadcrumbs > li:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 15px;
  right: -21px;
  width: 4px;
  height: 4px;
  background: #7d7d7d;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 22, ../../app/styles/modules/_migration__breadcrumbs.scss */
.breadcrumbs > li:last-child:after {
  display: none;
}

/* line 26, ../../app/styles/modules/_migration__breadcrumbs.scss */
.breadcrumbs__item {
  display: block;
  padding: 8px 0;
  color: #7d7d7d;
  font-size: 13px;
}
/* line 33, ../../app/styles/modules/_migration__breadcrumbs.scss */
.breadcrumbs__item:hover {
  text-decoration: underline;
}
span.breadcrumbs__item:hover {
  text-decoration: none;
}
/* line 41, ../../app/styles/modules/_migration__breadcrumbs.scss */
.breadcrumbs > li:last-child > .breadcrumbs__item {
  color: #252525;
}

@media (max-width: 1227px) {
  /* line 47, ../../app/styles/modules/_migration__breadcrumbs.scss */
  .migration-breadcrumbs {
    /*
margin-left: auto;
    margin-right: auto;
*/
  }
}
@media (min-width: 1228px) {
  /* line 53, ../../app/styles/modules/_migration__breadcrumbs.scss */
  .migration-breadcrumbs {
    /* padding-left: 50px; */
  }
}





/* BREADCRUMS ///////////////////////////////////////////////////////////////////////////////////////*/

hr.bdr_breadcrumbs{
	display: none;
}

.breadcrumbs {
	margin: 0 50px;
}


@media (max-width: 480px) {
	hr.bdr_breadcrumbs{
		display: block;
		margin-bottom: 18px;
	}

	.breadcrumbs {
		margin: 0 40px;
		text-align: center;
	}
}



/* FOLLOW TOYOTA ///////////////////////////////////////////////////////////////////////////////////////*/

#follow_toyota {
	text-align: center;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding: 16px;
}

#follow_toyota p {
	display: inline-block;
	color: #898989;
	font-size: 15px;
	/* font-family: toyotaDisplay, Verdana, Helvetica, Arial, sans-serif; */
}

#follow_toyota .footer_social_icon {
	display: inline-block;
	vertical-align: middle;
	/* margin-right: 240px; */
}
#follow_toyota .footer_social_icon:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#follow_toyota .footer_social_icon img {
	width: 164px;
	height: auto;
}

@media (max-width: 767px) {
	#follow_toyota p {
		display: block;
	}
	
	#follow_toyota .footer_social_icon {
		display: block;
		text-align: center;
		margin-right: 0;
	}
	
	#follow_toyota .footer_social_icon img {
		margin: 10px auto 0 auto;
	}
}





/* SOCIAL COMMENT ///////////////////////////////////////////////////////////////////////////////////////*/

#social_comment {
	margin: 0 50px 20px 50px;
}
