@charset "UTF-8";
.header_caution {
  position: relative;
  z-index: 100;
}

.page {
  --header-height: 75px;
  --fixed-header-height: 50px;
  --active-header-height: var(--header-height);
  --caution-height: 35px;
}
@media (min-width: 48.0625em) {
  .page {
    --header-height: 140px;
    --fixed-header-height: 70px;
    --active-header-height: var(--header-height);
    --caution-height: 50px;
  }
}
.page.is-header-fixed {
  --active-header-height: var(--fixed-header-height);
  --caution-height: 0px;
}
.page.has-header-caution {
  --active-header-height: calc(var(--header-height) + var(--caution-height));
}
.page.has-header-caution.is-header-fixed {
  --header-height: var(--fixed-header-height);
}
@media (min-width: 48.0625em) {
  .page.has-header-caution {
    --active-header-height: calc(var(--header-height) + var(--caution-height));
  }
}
.page.global-top {
  padding-top: 0;
}
.page__screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
.page__header {
  min-height: var(--header-height);
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #000;
  overflow: hidden;
}
.page__content, .page__footer {
  position: relative;
}
.page__footer {
  position: relative;
  z-index: 20;
  border-top: 1px solid #1a1a1a;
  background-color: #000;
}
@media only screen and (min-width: 48.0625em) {
  .page__footer {
    border-top: none;
  }
}

.language-selector {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-btn-block .language-selector__text {
  font-weight: normal;
  
  padding: 21px 20px;
  font-size: 1.4rem;
  background-color: #141414;
  position: relative;
}
.header-btn-block .language-selector__text:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 28px;
  right: 15px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}
.header-btn-block .language-selector__text.is-active:after {
  -webkit-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}
.language-selector__items {
  display: none;
}
.header-btn-block .language-selector__items {
  font-size: 1.2rem;
  padding: 30px 4%;
  font-weight: normal;
  
}
.language-selector__item a {
  color: #fff;
  text-decoration: none;
}
.header-btn-block .language-selector__item + .language-selector__item {
  margin-top: 15px;
}
@media only screen and (min-width: 48.0625em) {
  .language-selector__text {
    font-size: 1.1rem;
    padding-left: 15px;
    padding-right: 30px;
    position: relative;
    min-width: 120px;
  }
  .language-selector__text:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
  }
  .language-selector__items {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #000;
    padding: 10px 15px;
    z-index: 100;
    text-align: center;
    font-size: 1.1rem;
  }
  .language-selector__items:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    margin: auto;
  }
  .language-selector__item {
    padding: 5px 0;
  }
  .language-selector__item a {
    color: #000;
  }
  .language-selector__item a:hover {
    text-decoration: underline;
  }
}

.header-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: normal;
  
}
@media only screen and (min-width: 48.0625em) {
  .header-user-info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.header-point {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header-user-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.header-user-list-item.logout {
  position: relative;
  top: auto;
  right: auto;
}

.header-btn-list-item {
  background-color: #333;
  position: relative;
  line-height: 1;
}
.header-btn-list-item > a {
  text-decoration: none;
/*  color: #fff;*/
  display: block;
  background-color: transparent !important;
  font-weight: normal;
  
}
.header-btn-list-item > a:after {
  display: none;
}
.header-btn-list-item.has-child:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 28px;
  right: 15px;
  margin: auto;
/*  border-top: 1px solid #fff;*/
/*  border-right: 1px solid #fff;*/
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}
.header-btn-list-item.has-child > a {
  display: inline-block;
  pointer-events: none;
}
.header-btn-list-item.is-active:after {
  -webkit-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}
@media only screen and (min-width: 48.0625em) {
  .header-btn-list-item {
    background-color: transparent;
    border-bottom: none;
  }
  .header-btn-list-item.has-child > a {
    pointer-events: auto;
  }
  .header-btn-list-item.has-child:after {
    display: none;
  }
}

.child-navi {
  background-color: #141414;
  width: 100%;
  padding-bottom: 30px;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  .child-navi {
    position: fixed;
    top: var(--header-height, 140px);
    left: 0;
    padding: 40px 0 60px;
  }
  .fixed .child-navi {
    top: var(--fixed-header-height, 70px);
  }
}
.child-navi__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.child-navi__tab {
  width: 50%;
  font-weight: normal;
  
  font-size: 1.4rem;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #666;
  letter-spacing: 0.05rem;
}
.child-navi__tab:nth-child(2n) {
  border-left: 1px solid #666;
}
.child-navi__tab.is-active {
  background-color: #666;
}
@media only screen and (min-width: 48.0625em) {
  .child-navi__tab {
    width: auto;
    font-size: 1.8rem;
    padding: 10px 0;
    position: relative;
    text-align: left;
    border-bottom: none;
  }
  .child-navi__tab:nth-child(2n) {
    border-left: none;
  }
  .child-navi__tab + .child-navi__tab {
    margin-left: 40px;
  }
  .child-navi__tab:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .child-navi__tab.is-active {
    background-color: transparent;
  }
  .child-navi__tab.is-active:after {
    width: 100%;
  }
  .child-navi__tab:hover {
    cursor: pointer;
  }
  .child-navi__tab:hover:after {
    width: 100%;
  }
}
.child-navi__boxes {
  position: relative;
}
.child-navi__tabs + .child-navi__boxes {
  margin-top: 20px;
}
@media only screen and (min-width: 48.0625em) {
  .child-navi__tabs + .child-navi__boxes {
    margin-top: 40px;
  }
}
.child-navi__box {
  display: none;
  top: 0;
  left: 0;
}
.child-navi__box:first-child {
  position: relative;
  display: block;
}
.child-navi__cols {
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (min-width: 48.0625em) {
  .child-navi__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    gap: 40px 0;
  }
}
.about-brand .child-navi__col + .child-navi__col {
  border-top: 1px solid #262626;
}
@media only screen and (min-width: 48.0625em) {
  .onlinestore .child-navi__col {
    width: 20%;
  }
  .about-brand .child-navi__col {
    width: 25%;
  }
  .about-brand .child-navi__col + .child-navi__col {
    border-top: none;
  }
}
.child-navi__title {
  font-weight: normal;
  
  font-size: 1.4rem;
  position: relative;
  letter-spacing: 0.05rem;
}
.child-navi__title a {
  display: block;
  text-decoration: none;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
  padding-bottom: 20px;
}
.child-navi__title a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
@media only screen and (min-width: 48.0625em) {
  .child-navi__title {
    font-size: 1.8rem;
  }
  .child-navi__title a {
    padding: 0;
  }
  .child-navi__title a:after {
    display: none;
  }
  .child-navi__title a:hover {
    text-decoration: underline;
  }
}
.child-navi__title + .child-navi__items {
  margin-left: 15px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 48.0625em) {
  .child-navi__title + .child-navi__items {
    margin-top: 20px;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.child-navi__item {
  font-size: 1.2rem;
  position: relative;
  letter-spacing: 0.01rem;
  font-weight: normal;
  
}
.child-navi__item a {
  display: block;
  text-decoration: none;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 20px;
  padding-bottom: 15px;
}
.child-navi__item a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
@media only screen and (min-width: 48.0625em) {
  .child-navi__item {
    padding-right: 20px;
  }
  .child-navi__item + .child-navi__item {
    margin-top: 14px;
    border-top: none;
  }
  .child-navi__item a {
    padding: 0;
    text-decoration: none;
  }
  .child-navi__item a:after {
    display: none;
  }
  .child-navi__item a:hover {
    text-decoration: underline;
  }
}
.child-navi__text {
  font-size: 1.2rem;
}

.footer-navi {
  padding-top: 40px;
  padding-bottom: 0;
}
@media only screen and (min-width: 48.0625em) {
  .footer-navi {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.footer-navi__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 48.0625em) {
  .footer-navi__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-navi__item {
  font-weight: normal;
  
  letter-spacing: 0.15rem;
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  border-top: 1px solid #151515;
  padding: 8px 0;
}
.footer-navi__item > span {
  display: block;
  position: relative;
}
.footer-navi__item > span:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.footer-navi__item > span span,
.footer-navi__item > span a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.footer-navi__item > span span:after,
.footer-navi__item > span a:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.footer-navi__item.has-child > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.footer-navi__item.has-child > span:after {
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  .footer-navi__item {
    font-size: 1.6rem;
    width: auto;
    padding: 0;
    border-top: none;
  }
  .footer-navi__item + .footer-navi__item {
    margin-left: 40px;
    padding-left: 40px;
  }
  .footer-navi__item + .footer-navi__item:before {
    content: "/";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #333;
  }
  .footer-navi__item > span:after {
    display: none;
  }
  .footer-navi__item.has-child > span:before {
    display: none;
  }
  .footer-navi__item:hover a:after {
    width: 100%;
  }
}

@media only screen and (min-width: 48.0625em) {
  .footer-child-navi {
    display: none;
  }
}
.footer-child-navi__items {
  padding-left: 1.5rem;
}
.footer-child-navi__item {
  font-weight: normal;
  
  font-size: 1.4rem;
}
.footer-child-navi__item span {
  display: block;
  position: relative;
}
.footer-child-navi__item span:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 1.5rem;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.footer-child-navi__item a {
  display: block;
  text-decoration: none;
  padding: 11px 0;
}
@media only screen and (min-width: 48.0625em) {
  .footer-child-navi__item span:after {
    display: none;
  }
}

.footer-sns__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 980px;
  margin: auto;
  padding-top: 40px;
  border-top: 1px solid #1a1a1a;
}
@media only screen and (min-width: 48.0625em) {
  .footer-sns__items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.footer-sns__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 32%;
  padding: 15px 0;
}
.footer-sns__item:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.footer-sns__item:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.footer-sns__item.is-active:after {
  width: 100%;
}
@media only screen and (min-width: 48.0625em) {
  .footer-sns__item {
    padding: 10px 20px;
    width: auto;
  }
  .footer-sns__item:nth-child(3n+2) {
    margin: 0;
  }
  .footer-sns__item:hover {
    cursor: pointer;
  }
  .footer-sns__item:hover .footer-sns__img svg {
    fill: #fff;
  }
  .footer-sns__item:hover .footer-sns__title {
    color: #fff;
  }
}
.footer-sns__img {
  width: 36px;
  height: 36px;
}
.footer-sns__img svg {
  fill: #666;
  -webkit-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.footer-sns__item.is-active .footer-sns__img svg {
  fill: #fff;
}
.footer-sns__title {
  font-size: 1.2rem;
  font-weight: normal;
  
  margin-top: 10px;
  color: #666;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.footer-sns__item.is-active .footer-sns__title {
  color: #fff;
}
.footer-sns__content {
  margin-top: 40px;
}
.footer-sns__datas {
  display: none;
}
.footer-sns__datas__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-sns__data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  width: calc(50% - 30px);
  border-bottom: 1px solid #1a1a1a;
}
.footer-sns__data:nth-child(1), .footer-sns__data:nth-child(2) {
  border-top: 1px solid #1a1a1a;
}
.footer-sns__data:nth-child(2n) {
  margin-left: 60px;
}
.footer-sns__data:after {
  content: "";
  display: block;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
@media only screen and (min-width: 48.0625em) {
  .footer-sns__data:hover .footer-sns__text {
    color: #fff;
  }
}
.footer-sns__icon svg {
  width: 28px;
  height: 28px;
}
.footer-sns__info {
  margin-left: 15px;
}
.footer-sns__title2 {
  font-size: 1.4rem;
  font-weight: normal;
  
}
.footer-sns__title2 a {
  display: block;
  text-decoration: none;
}
.footer-sns__title2 a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-sns__text {
  font-size: 1.1rem;
  color: #666666;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.global-footer-navi__inner {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  position: relative;
}
@media only screen and (min-width: 47.6168478261em) {
  .global-footer-navi__inner {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.global-footer-navi__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 48.0625em) {
  .global-footer-navi__items {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.global-footer-navi__item {
  font-weight: normal;
  
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.global-footer-navi__item .svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-right: 5px;
}
.global-footer-navi__item a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  position: relative;
}
.global-footer-navi__item a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (max-width: 48em) {
  .global-footer-navi__item {
    margin-right: 20px;
    width: calc((100% - (20px)) / 2);
  }
  .global-footer-navi__item:nth-child(2n+2) {
    margin-right: 0;
  }
  .global-footer-navi__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 48.0625em) {
  .global-footer-navi__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global-footer-navi__item + .global-footer-navi__item {
    margin-left: 30px;
  }
  .global-footer-navi__item:hover {
    cursor: pointer;
    opacity: 0.5;
  }
  .global-footer-navi__item:hover:after {
    width: 100%;
  }
}

.global-footer-copyright__text {
  text-align: center;
  color: #ccc;
  font-size: 1.2rem;
  font-weight: normal;
  
}/*# sourceMappingURL=shared.css.map */