@charset "utf-8";

/* NEW HEADER / FOOTER - 2020 */


/* FOOTER */
.footer_v2 {
  position: relative;
  background: #FFF;
  /*font-size: 1.2rem;*/
  font-size: 12px;
  font-family: "YakuHanJP", 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
}

.footer_v2 a {
  transition: opacity .2s;
}

.footer_v2 a:hover {
  color: inherit;
  opacity: .5;
}

.footer_v2 .wrap_mailmagazine {
  background: transparent;
  margin: 0;
  padding: 0;
  height: 0;
}

.footer_v2 .wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.footer_v2 .wrap_select_lang {}

.footer_v2 .wrap_select_lang ul {
  padding: 5px 5px 0;
  text-align: center;
}

.footer_v2 .wrap_select_lang li {
  display: inline-block;
  padding: .5rem 1rem;
}

.footer_v2 .wrap_select_lang li a.current {
  color: #adadad;
}

.footer_v2 .wrap_select_lang ul li.language a.current {
  color: #CCC;
  pointer-events: none;
}

.footer_v2 .footer_v2_container {
  position: relative;
  margin: 0 10px;
  padding: 0;
}

.footer_v2 .footer_v2_container .wrap {
  position: relative;
}

.footer_v2 .footer_v2_container .menu {
  border-bottom: 1px solid #CCC;
  letter-spacing: -0.5em;
}

.footer_v2 .footer_v2_container .menu li {
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  vertical-align: top;
  letter-spacing: normal;
  width: 46%;
  box-sizing: border-box;
  border-top: 1px solid #CCC;
}

.footer_v2 .footer_v2_container .menu li:nth-child(even) {
  width: 54%;
}

.footer_v2 .footer_v2_container .menu li a {
  position: relative;
  display: block;
  padding: 6px 6px 6px 18px;
}

.footer_v2 .footer_v2_container .menu li:nth-child(even) a {
  border-left: 1px solid #CCC;
}

.footer_v2.ir .footer_v2_container .menu li,
.footer_v2.ir .footer_v2_container .menu li:nth-child(even) {
  width: 46%;
}

.footer_v2.ir .footer_v2_container .menu li:nth-child(2),
.footer_v2.ir .footer_v2_container .menu li:nth-child(4),
.footer_v2.ir .footer_v2_container .menu li:nth-child(7),
.footer_v2.ir .footer_v2_container .menu li:nth-child(9) {
  width: 54%;
}

.footer_v2.ir .footer_v2_container .menu li:nth-child(10) {
  width: 100%;
}

.footer_v2.ir .footer_v2_container .menu li:nth-child(even) a {
  border-left: none;
}

.footer_v2.ir .footer_v2_container .menu li:nth-child(2) a,
.footer_v2.ir .footer_v2_container .menu li:nth-child(4) a,
.footer_v2.ir .footer_v2_container .menu li:nth-child(7) a,
.footer_v2.ir .footer_v2_container .menu li:nth-child(9) a {
  border-left: 1px solid #CCC;
}

.footer_v2 .footer_v2_container .menu li a:before {
  position: absolute;
  top: 12px;
  left: 3px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.footer_v2 h1 {
  padding: 25px 10px;
}

.footer_v2 .copyright {
  position: relative;
  padding: 10px;
  border-top: 1px solid #CCC;
  color: #4D4D4D;
  font-size: 10px;
  font-weight: 600;
  height: 45px;
}

.footer_v2 .copyright .wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: "YakuHanJP", 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
}

.footer_v2 .copyright .col12 {
  padding: 0;
  text-align: right;
}

.footer_v2 .mailmagazine {
  position: absolute;
  bottom: -55px;
  left: 0px;
  z-index: 50;
}

.footer_v2 .mailmagazine a {
  text-decoration: underline;
}

.footer_v2 h1 {
  padding: 25px 10px;
}

.customer .footer_v2 .wrap_select_lang li.language a.current {
  border-right: 1px solid #744374;
  margin-right: 6px;
  padding-right: 6px;
  float: left
}

.footer_v2 .sns {
  position: absolute;
  bottom: -32px;
  left: 0;
  z-index: 50;
}

.footer_v2 ul.sns li {
  width: 25px;
  padding: 0 5px;
  display: inline-block;
  box-sizing: content-box;
}



@media screen and (min-width:321px) {

  .footer_v2 .copyright {
    min-height: 20px;
  }

  .footer_v2 .mailmagazine {
    bottom: -30px;
    left: 80px;
  }
}


@media screen and (min-width:768px) {

  /* HEADER */
  .header_v2 {
    display: block;
  }

  /* FOOTER */
  .footer_v2 h1 {
    float: left;
    padding: 34px 0 0;
    width: 8%;
    text-align: right;
    box-sizing: border-box;
  }

  .footer_v2 .footer_v2_container {
    margin: 0;
    border-top: 1px solid #CCC;
  }

  .footer_v2 .wrap {
    overflow: hidden;
  }

  .footer_v2 .footer_v2_container .menu {
    float: right;
    position: relative;
    width: calc(92% - 140px);
    padding: 20px 10px;
    margin-right: 140px;
    border-bottom: none;
    box-sizing: border-box;
  }

  .footer_v2 .footer_v2_container .menu li,
  .footer_v2 .footer_v2_container .menu li:nth-child(even) {
    /*width: auto;*/
    border-top: none;
    padding: 0;
  }

  .footer_v2 .footer_v2_container .menu li:nth-child(even) a {
    border-left: none;
  }

  .footer_v2 .footer_v2_container .menu:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: "";
    display: inline-block;
    width: 1px;
    height: 70%;
    vertical-align: middle;
    background: #CCC;
  }

  .footer_v2.ir .footer_v2_container .menu {
    width: 92%;
    margin-right: 0;
  }

  .footer_v2.ir .footer_v2_container .menu:after {
    display: none;
  }

  .footer_v2 .footer_v2_container .menu li,
  .footer_v2 .footer_v2_container .menu li:nth-child(even) {
    width: 28%;
  }

  .footer_v2 .footer_v2_container .menu li:nth-child(1),
  .footer_v2 .footer_v2_container .menu li:nth-child(5) {
    width: 20%;
  }

  .footer_v2 .footer_v2_container .menu li:nth-child(2),
  .footer_v2 .footer_v2_container .menu li:nth-child(6) {
    width: 24%;
  }

  /* ir */

  .footer_v2.ir .footer_v2_container .menu {
    /*width: 94%;*/
  }

  .footer_v2.ir .footer_v2_container .menu li,
  .footer_v2.ir .footer_v2_container .menu li:nth-child(even),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(1),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(2),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(3),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(4),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(5),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(6),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(7),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(8),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(9),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(10) {
    width: 20%;
  }

  .footer_v2.ir .footer_v2_container .menu li:nth-child(1),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(6) {
    width: 14%;
  }

  .footer_v2.ir .footer_v2_container .menu li:nth-child(2),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(7) {
    width: 16%;
  }

  .footer_v2.ir .footer_v2_container .menu li:nth-child(3),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(8) {
    width: 20%;
  }

  .footer_v2.ir .footer_v2_container .menu li:nth-child(4),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(9) {
    width: 22%;
  }

  .footer_v2.ir .footer_v2_container .menu li:nth-child(5),
  .footer_v2.ir .footer_v2_container .menu li:nth-child(10) {
    width: 25%;
  }

  .footer_v2.ir .footer_v2_container .menu li:nth-child(2) a,
  .footer_v2.ir .footer_v2_container .menu li:nth-child(4) a,
  .footer_v2.ir .footer_v2_container .menu li:nth-child(7) a,
  .footer_v2.ir .footer_v2_container .menu li:nth-child(9) a {
    border-left: none;
  }

  .footer_v2 .copyright {
    border-top: none;
  }

  .footer_v2 .copyright .col12 {
    text-align: left;
  }

  .footer_v2 .mailmagazine {
    bottom: auto;
    left: calc(100% - 130px);
    top: 55%;
    width: 130px;
  }

  .footer_v2.ir .mailmagazine {
    display: none;
  }

  .footer_v2-top-btn {
    right: 40px;
  }

  .footer_v2 .sns {
    bottom: auto;
    left: calc(100% - 115px);
    top: 24%;
    z-index: 50;
  }

  .footer_v2 ul.sns li {
    padding: 0 10px;
  }

  .footer_v2.ir_sns .footer_v2_container .menu li a {
    padding: 3px 6px 3px 18px;
  }

  .footer_v2.ir_sns .footer_v2_container .menu li.menu_w,
  .footer_v2.ir_sns .footer_v2_container .menu li.menu_w2 {
    width: 44%;
  }

}

/* min-width:768px */


@media screen and (min-width:937px) {
  .footer_v2.ir_sns .footer_v2_container .menu li.menu_w2 {
    width: 28%;
  }
}

/* min-width:937px */



@media screen and (min-width:1080px) {




  /* FOOTER */
  .footer_v2 {
    /*font-size: 1.3rem;*/
    font-size: 13px;
  }

  .footer_v2 .wrap {
    max-width: 1080px;
    width: 1080px;
    margin: 0 auto;
  }

  .footer_v2 h1 {
    width: 6%;
    text-align: center;
  }

  .footer_v2 .footer_v2_container .menu {
    width: calc(90% - 200px);
    margin-right: 200px;
  }

  .footer_v2.ir .footer_v2_container .menu {
    width: 94%;
    margin-right: 0;
  }

  .footer_v2 .footer_v2_container .menu li,
  .footer_v2 .footer_v2_container .menu li:nth-child(even) {
    width: 21%;
  }

  .footer_v2 .footer_v2_container .menu li:nth-child(1),
  .footer_v2 .footer_v2_container .menu li:nth-child(5) {
    width: 17%;
  }

  .footer_v2 .footer_v2_container .menu li:nth-child(3),
  .footer_v2 .footer_v2_container .menu li:nth-child(7) {
    width: 25%;
  }

  .footer_v2 .footer_v2_container .menu li:nth-child(4),
  .footer_v2 .footer_v2_container .menu li:nth-child(8) {
    width: 28%;
  }

  .footer_v2 .mailmagazine {
    left: calc(100% - 180px);
    width: 180px;
    text-align: center;
  }

  .footer_v2-top-btn {
    right: 20px;
  }

  .footer_v2 .sns {
    left: calc(100% - 180px);
    width: 180px;
    text-align: center;
  }

  .footer_v2 .sns {
    left: calc(100% - 178px);
    top: 23%;
    z-index: 50;
  }

  .footer_v2.ir_sns .footer_v2_container .menu li.menu_w {
    width: 40%;
  }

}

/*min-width:1080px*/






@media screen and (min-width:1120px) {

  .footer_v2 h1 {
    width: 10%;
  }

  .footer_v2.ir .footer_v2_container .menu {
    width: 90%;
  }




}

/*min-width:1120px*/





@media screen and (min-width:1200px) {

  .header_v2 .gnav ul li.language {
    padding-left: 4rem;
  }



}



@media screen and (max-width:960px) {
  .footer_v2 h1 {
    text-align: center;
  }
  
  .footer_v2 .copyright {
    text-align: right;
  }

}
