@charset "UTF-8";
@font-face {
  font-family: "FuturaYI";
  src: url("../wf/FuturaYI.woff") format("woff");
}
body {
  width: 100%;
  font-size: 16px;
  line-height: 140%;
  font-family: "FuturaYI", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  text-align: center;
  background: #fff;
}

a:link {
  text-decoration: none;
  color: #ababab;
}

a:visited {
  text-decoration: none;
  color: #ababab;
}

a:active {
  text-decoration: none;
  color: #ababab;
}

a:hover {
  text-decoration: none;
  color: #ababab;
}

@media only screen and (min-width: 769px) {
  .spBr {
    display: none;
  }
  .fade {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .fade:hover {
    opacity: 0.4;
    filter: alpha(opacity=60);
  }
  .scroll {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 500ms;
  }
  .fadeup {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 500ms;
  }
  .fadeupStart {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fadeup;
    -ms-animation-name: fadeup;
    animation-name: fadeup;
    visibility: visible !important;
  }
  @-webkit-keyframes fadeup {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }
  @keyframes fadeup {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .scale {
    overflow: hidden;
  }
  .scale img {
    transition: 0.4s;
  }
  .scale img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    filter: brightness(80%);
  }
  #loader-bg {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1001;
  }
  #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #000;
    z-index: 1002;
  }
  #fadeBg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1000;
  }
  .hd {
    width: 100%;
  }
  #logoBox {
    position: relative;
    width: 170px;
    margin: 0px auto 0px;
    padding: auto;
    z-index: 899;
    padding-top: 30px;
  }
  #logoBox.show img {
    opacity: 0;
    animation: showlogo 1400ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s 1 normal forwards;
  }
  @keyframes showlogo {
    0% {
      transform: translate(0, 35px);
      opacity: 0;
    }
    100% {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
  #logoBox img {
    width: 170px;
    height: auto;
  }
  #globalnavi {
    position: relative;
    margin: 20px 0 25px 0;
    padding: 0;
    z-index: 899;
  }
  #globalnavi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #globalnavi li {
    letter-spacing: 1px;
    padding: 0 15px;
    display: inline-flex;
    flex-direction: column;
    color: #ababab;
  }
  #globalnavi .off {
    color: #000;
    opacity: 1;
  }
  #globalnavi .off a {
    color: #000;
    opacity: 1;
  }
  #globalnavi .ECLink,
#globalnavi .LBLink {
    color: #ababab;
    cursor: pointer;
  }
  #globalnavi .sp_lk {
    display: none;
  }
  #snsBox {
    display: flex;
    width: fit-content;
    overflow: hidden;
    position: absolute;
    top: 38px;
    right: 25px;
    z-index: 899;
  }
  #snsBox img {
    height: 21px;
    width: auto;
  }
  #snsBox .ig {
    margin-left: 20px;
  }
  #snsBox .fb {
    margin-left: 20px;
  }
  #menuEC,
#menuLB {
    position: fixed;
    z-index: 10891;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
  }
  .menuECArea,
.menuLBArea {
    width: 100%;
    margin: auto;
    padding: auto;
    text-align: right;
  }
  .ecArea {
    list-style: none;
    z-index: 10898;
    width: 180px;
  }
  .ecArea li {
    float: left;
  }
  .ecArea li:nth-child(1) img {
    height: 51px;
    width: auto;
    margin-top: 18px;
  }
  .ecArea li:nth-child(2) img {
    height: 51px;
    width: auto;
    margin-left: 25px;
    margin-top: 20px;
  }
  .ecArea li:nth-child(3) img {
    height: 36px;
    width: auto;
    margin-left: 25px;
    margin-top: 28px;
  }
  .lbArea {
    z-index: 10898;
    width: 300px;
    float: left;
    margin-left: 358px;
  }
  .lbArea li {
    float: left;
    margin-top: 40px;
    margin-right: 40px;
  }
  .lbArea li a {
    font-size: 18px;
    color: #9b9b9b;
    letter-spacing: 1px;
  }
  .ecPoint {
    width: 64px;
    height: 4px;
    background: #000;
  }
  .lbPoint {
    margin-top: -4px;
    margin-left: 358px;
    float: left;
    width: 98px;
    height: 4px;
    background: #000;
  }
  #sp_logoArea {
    display: none;
  }
  #bgEC {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 10890;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
  }
  .subNaviBg {
    background: #eaeaeb;
    height: 97px;
    width: 100%;
    top: 130px;
    z-index: 10896;
  }
  .viewAll {
    width: 120px;
    height: 44px;
    text-align: left;
    background: url(../imgs/arrow.gif) no-repeat 84px 18px;
    background-size: 17px 6px;
  }
  .viewAll a {
    display: block;
    width: 98px;
    height: 24px;
    padding: 11px;
  }
  .moreBtn {
    width: 152px;
    display: block;
    text-align: center;
    padding: 7px 0 6px;
    border: 1px solid #b7b7b7;
  }
  #copyArea {
    width: 100%;
    color: #4c4c4c;
    font-size: 12px;
    margin: 20px auto 80px;
  }
  .pagetopBox {
    display: block;
    width: 63px;
    height: 63px;
    background: url(../imgs/pagetop.gif) no-repeat;
    background-size: 63px 63px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -90px;
    position: absolute;
    right: 40px;
    background-color: #fff;
    transition: background-color 170ms linear;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .pagetopBox:hover {
    background-color: #f0f0f0;
  }
}
#globalnavi ul li {
  color: #ababab;
}
#globalnavi ul li.off {
  color: #ababab;
}
@media screen and (max-width: 768px) {
  #globalnavi .gnav_collection .btn_acrod {
    position: relative;
  }
  #globalnavi .gnav_collection .btn_acrod:after {
    content: "";
    background-color: #ABABAB;
    position: absolute;
    width: 15px;
    height: 2px;
    right: 27px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #globalnavi .gnav_collection .btn_acrod:before {
    content: "";
    background-color: #ABABAB;
    position: absolute;
    width: 15px;
    height: 2px;
    right: 27px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate(90deg);
  }
  #globalnavi .gnav_collection .acrod_body {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 600ms ease-out;
  }
  #globalnavi .gnav_collection.open .btn_acrod:before {
    transform: rotate(0);
  }
  #globalnavi .gnav_collection.open .acrod_body {
    max-height: 300px;
  }
}

footer {
  margin-top: 60px;
}
footer .contact {
  display: block;
  width: fit-content;
  border: #ababab solid 1px;
  padding: 5px 10px;
  margin: 20px auto 20px;
  transition: opacity linear 0.5s;
}
footer .contact:hover {
  opacity: 0.5;
}
