@charset "utf-8";

/*---------------------------------*/
/*header*/
/*---------------------------------*/
.header__inner {
  max-width: 1200px;
  width: 85%;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 44px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .header__inner {
	width: 100%;
    padding: 16px 20px;
  }
}

.header__inner img {
  width: 187px;
  vertical-align: bottom;
}

/*---------------------------------*/
/*main*/
/*---------------------------------*/
body {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

main {
  color: #333333;
}

@media screen and (max-width: 640px) {
  main {
    min-width: auto;
  }
}

img {
  max-width: 100%;
}

a[class*="blank_link"] {
  position: relative;
  padding-right: calc(8px + 1em);
}

span.blank_link_g:after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

span.blank_link_g:after {
  background: url(/brand/about-us/top_assets/img/icon_link_blank_g.png)
    no-repeat;
  background-size: 100% auto;
}

/*------------------------------------------------------------------*/
/*footer*/
/*------------------------------------------------------------------*/

.footer_link-list {
  background: #3f3f3f;
}

.footer_inner {
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}

.footer_link-list .link-list_contents {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer_link-list .footer_content-left {
  width: 330px;
}

.footer_link-list .footer_content-left .logo_top {
  line-height: 1;
}

.footer_link-list .footer_content-left .logo_top img {
  width: 128px;
}

.footer_link-list .footer_items {
  display: flex;
  flex-direction: column;
}

.footer_link-list .footer_items li {
  line-height: 1.3;
}

.footer_link-list .footer_content-left .footer_items {
  margin-top: 30px;
}

.footer_link-list .footer_content-left .footer_items li + li {
  margin-top: 17px;
}

.footer_link-list .footer_content-right .footer_items li + li {
  margin-top: 19px;
}

.footer_link-list .footer_content-right .footer_items li:nth-child(6) {
  margin-top: 21px;
}

.footer_link-list .footer_content-left .footer_items li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.footer_link-list .footer_content-left .footer_items li a:hover {
  text-decoration: underline;
}

.footer_link-list .footer_content-right .footer_content_wrap {
  display: flex;
  justify-content: space-around;
  width: 488px;
}

.footer_link-list .footer_content-right .footer_items.left {
  width: 158px;
}

.footer_link-list .footer_content-right .footer_items.right {
  width: 267px;
}

.footer_link-list .footer_content-right .footer_items li a {
  font-size: 12px;
  display: block;
  color: #dddddd;
  text-decoration: none;
}

.footer_link-list .footer_content-right .footer_items li a:hover {
  text-decoration: underline;
}

.footer_content-sns {
  width: 267px;
  margin-top: 7px;
  float: right;
}

.footer_content-sns {
  color: #dddddd;
  font-size: 12px;
}

.footer_content-sns .sns-links {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_content-sns a {
  width: 40px;
  transition: 0.2s;
  opacity: 1;
}

.footer_content-sns a:hover {
  opacity: 0.7;
}

.footer_content-sns img {
  width: 32px;
  height: auto;
}

.footer_group_link-contents .footer_inner {
  width: 850px;
}

.footer_inner ul.text-link li {
  display: inline-block;
  padding-right: 20px;
}

.footer_inner ul.text-link li a {
  font-size: 14px;
  color: #0370c5;
  white-space: nowrap;
}

.footer_copy {
  border-top: 1px solid #dddddd;
  padding: 29px 0 31px;
  text-align: center;
}

.footer_copy #copyArea {
  font-size: 12px;
  color: #000000;
  line-height: 1.4;
}

.sns-links-title {
  text-align: center;
  margin-top: 38px;
}

.sns-links-title a {
  color: #dddddd;
  text-decoration: none;
  transition: none;
  opacity: inherit;
}

.sns-links-title a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  footer {
    min-width: auto;
    width: 100%;
  }

  .footer_inner {
    width: 100%;
    padding: 12.8vw 12vw 15.2vw;
  }

  .footer_link-list .link-list_contents {
    flex-direction: column;
    padding: 0;
  }

  .footer_link-list .footer_content-right {
    margin-top: 10.133vw;
  }

  .footer_link-list .footer_content-right .footer_content_wrap {
    width: 100%;
    flex-direction: column;
  }

  .footer_link-list .footer_content-right .footer_items.left {
    width: 100%;
  }

  .footer_link-list .footer_content-right .footer_items.right {
    width: 100%;
    margin-top: 4.533vw;
  }

  .footer_link-list .footer_content-right .footer_items li + li {
    margin-top: 4.533vw;
  }

  .footer_link-list .footer_content-right .footer_items li a {
    font-size: 3.2vw;
  }

  .footer_link-list .footer_content-left {
    width: 100%;
  }

  .footer_link-list .footer_content-left .footer_items {
    margin-top: 10.13vw;
    flex-direction: row;
    flex-wrap: wrap;
    white-space: nowrap;
  }

  .footer_link-list .footer_content-left .footer_items li + li {
    margin-top: 0;
  }

  .footer_link-list .footer_content-left .footer_items li:nth-child(2) {
    margin-left: 24.866vw;
    margin-right: 12.333vw;
  }

  .footer_link-list .footer_content-left .footer_items li:nth-child(4) {
    margin-left: 24.667vw;
  }

  .footer_link-list .footer_content-left .footer_items li:nth-child(5) {
    margin-right: 20vw;
  }

  .footer_link-list .footer_content-left .footer_items li:nth-child(7),
  .footer_link-list .footer_content-left .footer_items li:nth-child(9) {
    margin-left: 24.667vw;
  }

  .footer_link-list .footer_content-left .footer_items li:nth-child(10),
  .footer_link-list .footer_content-left .footer_items li:nth-child(11) {
    margin-right: 13.67vw;
  }

  .footer_link-list .footer_content-left .footer_items li:nth-child(n + 3) {
    margin-top: 6.667vw;
  }

  .footer_link-list .footer_content-left .footer_items li a {
    font-size: 3.73vw;
  }

  .footer_link-list .footer_content-left .logo_top img {
    width: 35.2vw;
  }

  .footer_link-list .footer_items li {
    flex-direction: row;
  }

  .footer_inner ul.text-link li {
    padding-right: 0;
  }

  .footer_inner ul.text-link li + li {
    margin-left: 1.6vw;
  }

  .footer_inner ul.text-link li a {
    font-size: 3.2vw;
    padding-right: calc(1.6vw + 1em);
  }

  .footer_content-sns {
    float: none;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 3.2vw;
    flex-direction: column;
    text-align: center;
  }

  .footer_content-sns img {
    width: 9.6vw;
  }

  .footer_copy {
    padding: 4.8vw;
  }

  .footer_copy #copyArea {
    font-size: 2.667vw;
  }
}

/*------------------------------------------------------------------*/
/*scrollAnimation*/
/*------------------------------------------------------------------*/
.js-scrollAnimation {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.js-scrollAnimation.-show {
  opacity: 1;
  transform: translateY(0px);
}
