@charset "utf-8";

/******************************************************************************
 Layout
******************************************************************************/
.noscroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.l-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 150px;
}
.l-wrapper img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1070px) {
.l-wrapper {
margin-top: 9.857em;
}

}
@media screen and (max-width: 768px) {

.l-wrapper {
margin-top: 60px;
}
  .l-wrapper img {
    width: 100%;
    height: auto;
  }
}
.l-inner {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}
.l-contents_L {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.l-contents {
  max-width: 1024px;
  margin: 0 auto;
}
.l-contents_short {
  max-width: 837px;
  width: 100%;
  margin: 0 auto;
}
.l-contents_xx {
  max-width: 738px;
  width: 100%;
  margin: 0 auto;
}
.l-contents_635 {
  max-width: 635px;
  width: 100%;
  margin: 0 auto;
}
.l-contents_640 {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
.l-inner {
  margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
  .l-contents {
    width: 85.33%;
  }

  .l-contents_short {
    max-width: 1024px;
    width: 85.33%;
    margin: 0 auto;
  }
  .l-contents_635 {
    max-width: 1024px;
    width: 85.33%;
    margin: 0 auto;
  }
  .l-contents_640 {
    max-width: 1024px;
    width: 85.33%;
    margin: 0 auto;
  }
}
/*max*/
.l-maxWidth240 {
  max-width: 240px;
}
.l-maxWidth288 {
  max-width: 288px;
}
.l-maxWidth384 {
  max-width: 384px;
}
.l-maxWidth380 {
  max-width: 380px;
}
.l-maxWidth320 {
  max-width: 320px;
}
.l-maxWidth450 {
  max-width: 450px;
}
.l-maxWidth488 {
  max-width: 488px;
}
.l-maxWidth480 {
  max-width: 480px;
}
.l-maxWidth512 {
  max-width: 512px;
}
.l-maxWidth830 {
  max-width: 830px;
}
.l-maxWidth907 {
  max-width: 907px;
}
@media screen and (max-width: 768px) {
  .l-maxWidth240 {
    max-width: 100%;
  }
  .l-maxWidth288 {
    max-width: 100%;
  }
 .l-maxWidth380 {
  max-width: 100%;
}
  .l-maxWidth384 {
    max-width: 100%;
  }
  .l-maxWidth320 {
    max-width: 100%;
  }
  .l-maxWidth450 {
    max-width: 100%;
  }
  .l-maxWidth480 {
    max-width: 100%;
  }
  .l-maxWidth488 {
    max-width: 100%;
  }
 .l-maxWidth512 {
    max-width: 100%;
 }
.l-maxWidth830 {
  max-width: 100%;
}
.l-maxWidth907 {
  max-width: 100%;
}
 
}
/*==========================================
 header
===========================================*/

.l-header {
  background: #fff;
  z-index: 500;
  width: 100%;
 /*transition: 0.3s;*/
  transition: top 0.5s;
  position: fixed;
    top: 0;
}
/*.l-header.hide {
transform: translateY(-110%);
top: -110%;
}*/
.l-header_inner {
  width: 100%;
}
.l-header__wrap {
  margin: 1.25em 3.125em 0.93em;
  width: 100%;
  background: #fff;
}
.l-header__logo_pic {
  width: 3em;
  margin-left: 0.625em;
  margin-right: 1.375em;
}

.l-header_info_item {
  border-radius: 5px;
  width: 190px;
  height: 56px;
}
.l-header_info_item a {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.l-header_info_item.c-after_ico_arrow_c a::after {
  background-image: url(../images/common/arrow_yellow_c.svg);
  width: 16px;
  height: 16px;
  margin-left: 0.467em;
}
.l-headnav {
 margin: 0 auto;
 max-width: 1071px;
}
@media screen and (max-width: 768px) {
.l-headnav {
  width: 85.33%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .l-header__wrap {
    margin: 1.25em 0em 0.93em;
  }
}
@media screen and (max-width: 1024px) {
 .l-headnav__wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: unset;
}
 }
.l-headnav {
  transition: unset;
}

@media screen and (max-width: 768px) {

  .l-header__logo_pic {
    width: 3em;
    margin-left: 0;
    margin-right: 1em;
  }
  .l-header__logo_txt {
    line-height: 1.273;
  }
  .l-header__wrap {
    width: 100%;
    max-width: 1800px;
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 4.286em;
    margin: 0 auto;
  }
  .l-header_inner {
    width: 94%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .l-header_info_wrap {
    display: none;
  }
}
/*==========================================
 nav
===========================================*/
.l-headnav__wrap {
  width: 100%;
}
.l-headnav__item {
  box-sizing: border-box;
  text-align: center;
  display: block;
  position: relative;
  flex-grow: 1;
}
.l-headnav__item a:hover,.l-header_info_item_ico_arrow_c a:hover{
 color: #db0007;
 opacity: 1 !important;
}

.l-headnav__item:first-child a{justify-content: flex-start;}
.l-headnav__item:nth-child(5) a{justify-content: flex-end;}

.l-headnav__item:not(:nth-child(5))::after{
  content:"";
  display:inline-block;
  width:1px;
  height:2.375em;
  background-color:#eeeeee;
  position:absolute;
  top:0.2em;
  right: 0;
  margin: auto;
}

.l-headnav__item a {
  height: 100%;
  padding: 0 0.5em 0.946em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
/*  padding: 0 1.63em;*/
  box-sizing: border-box;
}

.l-headnavBox {
  display: block;
  width: 100%;
  height: 100%;
}
.l-headnav__item_spNone {
  display: none;
}
.l-headnav__item_pcNone {
  display: none;
}
.l-headnav__item > ul{
  display: none;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .l-headnav__item:nth-child(5) a {
    border-right: none;
  }
  .u-w57_t {
    width: 57% !important;
  }
  .u-w38_t {
    width: 38% !important;
  }
  /*margin*/
  .u-marginRight_none_t {
    margin-right: 0 !important;
  }
  .u-marginLeft_none_t {
    margin-left: 0 !important;
  }
  /*font*/
  .u-font_124_t {
    font-size: 13.84vw !important;
  }
  .c-font_13_t {
    font-size: 1.45vw !important;
  }
  .u-relative_t {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .l-headnav__item.on a::after {
    content: "";
    display: block;
    width: 90%;
    height: 4px;
    background: #db0007;
    position: absolute;
    bottom: 0;
    left: 6%;
}
  .l-headnav__item.on a {
    color: #db0007;
  }
}
@media screen and (max-width: 1070px) {
  .l-header {
    height: 9.857em;
    width: 100%;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
 
  .l-headnav__item:not(:nth-child(5))::after{
  display: none;
  }
  .l-header {
    height: 4.286em;
    width: 100%;
    background-color: #fff;
  }
  .l-headnav {
    width: 100%;
  }
  .l-headnav__wrap {
    width: 100%;
    padding-top: 4.286em;
    margin: 0 auto;
    bottom: auto;
  }
  .l-headnavBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    max-width: none;
    background-color: #f7f7f7;
    overflow: scroll;
  }
  .l-headnavBox.on {
    display: block;
  }
  .l-headnav__list {
    display: flex;
  }
  .l-headnav__item {
    width: 100%!important;
    border-bottom: solid 1px #d5d5d5;
    position: relative;
  }
  .l-headnav__item {
    padding: 0;
  }
  .l-headnav__item > a ,
  .l-headnav__item > button {
    display: block;
    padding: 1.443em 1.964em;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
  }
  .l-headnav__item > a.p-spNone{
    display: none !important;
  }
  .l-headnav__item > button {
    position: relative;
  }
  .l-headnav__item > button.open:after {
    transform: rotate(0);
  }
  .l-headnav__item > button:before {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    right: 1.964em;
    top: 50%;
    background-color: #ffbc0d;
    margin-top: -1px;
  }
  .l-headnav__item > button:after {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    right: 1.964em;
    top: 50%;
    transform: rotate(90deg);
    background-color: #ffbc0d;
    margin-top: -1px;
    transition: 0.4s ease-out;
  }
  .l-headnav__item:first-child > a {
    padding-left: 1.964em;
  }
  .l-headnav__item:nth-child(5) > a {
    padding-right: 1.964em;
  }
  .l-headnav__item > a::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/common/arrow_yellow_c.svg");
    width: 14px;
    height: 14px;
    margin-right: 0.467em;
    position: absolute;
    right: 1.964em;
    bottom: 0;
    top: 0;
    margin: auto;
  }

  .l-headnav__item > a {
    display: block;
  }
  .l-headnav__item:not(:nth-child(5)) > a {
    border: none;
  }
  .l-header .c-btn {
    width: 76.8% !important;
  }

  .l-headnav__item > ul{
    display: block;
    margin-left: 42px;
    overflow: hidden;
    max-height: 0;
    transition: 0.4s ease-in-out;
  }
  .l-headnav__item > button.open + ul{
    max-height: 600px;
  }
  .l-headnav__item > ul li{
    background-color: #fff;
    width: 100%;
  }
  .l-headnav__item > ul li + li{
    margin-top: 2px;
  }
  .l-headnavchild__item a{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    height: 60px;
    padding-left: 21px;
    padding-bottom: 0;
    width: 100%;
    text-align: left;
  }

  .l-headnavchild__item a::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/common/arrow_yellow_c.svg");
    width: 14px;
    height: 14px;
    margin-right: 0.467em;
    position: absolute;
    right: 1.964em;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .l-headnavchild__item:last-child a{
    height: 70px;
  }
  .l-headnavchild__item small{
    display: block;
    font-size: 11px;
    font-weight: normal;
  }

  /*=============================
#hamburger 
=============================*/
  .l-hamburger {
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
    display: flex;
    z-index: 102;
  }
  .l-hamburger__btn {
    position: relative;
    width: 28px;
    height: 15px;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
  }
  .l-hamburger__btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .l-hamburger__btn,
  .l-hamburger__btn span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .l-hamburger__btn span:nth-of-type(1) {
    top: 0;
  }
  .l-hamburger__btn span:nth-of-type(2) {
    top: 7px;
  }
  .l-hamburger__btn span:nth-of-type(3) {
    bottom: 0;
  }
}
/*=============================
#hamburger active
=============================*/
.l-hamburger__btn.active span:nth-of-type(1) {
  -webkit-transform: translateY6(6px) rotate(-30deg);
  transform: translateY(6px) rotate(-30deg);
}
.l-hamburger__btn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-hamburger__btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(30deg);
  transform: translateY(-7px) rotate(30deg);
}
@media screen and (max-width: 360px) {
  .l-header .c-btn {
    width: 90%;
  }
}
/*==========================================
 footer
===========================================*/
/**/
.l-footer__logo {
  width: 21.31%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.l-footer__logo_pic {
  width: 7em;
  margin-left: 0.75em;
}
.l-footnav__item {
  width: 33%;
}
.l-footnav__item a {
  padding-bottom: 0.938em;
  display: block;
  box-sizing: border-box;
}
.l-footnav__item a:hover{
color: #db0007;
}
.l-footnav {
  width: 78.69%;
}
/*コピーライトエリア*/
.l-footer__copyright-item a {
  border-right: solid 2px #8d8d8d;
  line-height: 0.917;
}
.l-footer__copyright-item a {
  padding-left: 1.3em;
  font-size: 1.2rem;
}

.l-footer__copyright-list {
  padding: 2.5em 0 1.417em;
}
.l-footer__copyright-item:first-child a {
  border-left: solid 2px #8d8d8d;
}
.l-footer__copyright-item a::after {
  margin-right: 1.3em;
}
.l-footer__copyright {
  border-top: 1px solid #d5d5d5;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 5em;
  }
  .l-footer__copyright-item a {
    line-height: 1;
    padding-left: 1em;
  }
  .l-footer__copyright-item:not(:nth-child(4)) a {
    border-right: none;
  }
  .l-footer__copyright-item:first-child a {
    border-left: none;
  }
  .l-footer__copyright-item {
    padding: 0 0 0.455em;
  }
  .l-footnav__item a::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .l-footer__copyright-item:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .l-footer__copyright-item:last-child {
    width: 100%;
    text-align: center;
  }
  .l-footer__copyright-item a::after {
    margin-right: 0;
  }
  .l-footer__copyright-item:nth-child(4) a::after {
    margin-right: 1.3em;
  }
  .l-footer__copyright-list {
    padding: 2.413em 0 1.429em;
  }
}

@media screen and (max-width: 768px) {
  .l-headnav__item_pcNone {
    display: flex;
  }
  .l-headnav__item_spNone {
    display: none;
  }
  .l-headnav__list .c-btn a {
    height: 3.471em;
  }
  .l-headnav__list .c-btn:last-child a{
    height: 3.929em;
}
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin-right: 1.071em;
    margin-right: 0;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .l-footnav {
    width: 100%;
  }
  .l-footer__logo_pic {
    width: 5.714em;
    margin-left: 0;
  }
  .l-footnav__item {
    width: 100%;
    border-bottom: solid 1px #d5d5d5;
  }
  .l-footnav__item a {
    padding: 1.071em;
    box-sizing: border-box;
  }
  .l-footnav__item:first-child {
    border-top: solid 1px #d5d5d5;
  }
  .l-footnav__item a:after {
    margin-right: 0;
  }
  .l-footer__copyright {
    border-top: none;
  }
  .l-footnav__list {
    display: flex;
  }
  .l-footnav__item:nth-child(1) {
    order: 1;
  }
  .l-footnav__item:nth-child(2) {
    order: 4;
  }
  .l-footnav__item:nth-child(3) {
    order: 7;
  }
  .l-footnav__item:nth-child(4) {
    order: 2;
  }
  .l-footnav__item:nth-child(5) {
    order: 5;
  }
  .l-footnav__item:nth-child(6) {
    order: 8;
  }
  .l-footnav__item:nth-child(7) {
    order: 3;
  }
  .l-footnav__item:nth-child(8) {
    order: 6;
  }
}
/*hober*/
@media screen and (min-width: 768px) {
  .l-headnav__item a:hover {
    color: #db0007;
  }
  .l-footnav__item a:hover {
    color: #db0007;
  }
  .l-footer__copyright-list a:hover {
    color: #db0007;
  }

  .link_boder a:hover {
    border-bottom: solid 1px #fff;
  }
}
