@charset "UTF-8";
/* CSS Document */
.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* loading */
.loading {
  position: relative;
  width: 100vw;
  height: 100vh;
  text-align: center; }

.loading .loading_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.loading svg {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  fill: #333; }

.loading p {
  color: #333;
  font-size: 20px; }

.loading p span {
  display: inline-block;
  margin: 0 -.075em;
  -webkit-animation: loading .7s infinite alternate ease-out;
          animation: loading .7s infinite alternate ease-out; }

.loading p span:nth-child(2) {
  -webkit-animation-delay: .1s;
          animation-delay: .1s; }

.loading p span:nth-child(3) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s; }

.loading p span:nth-child(4) {
  margin-left: .4em;
  -webkit-animation-delay: .3s;
          animation-delay: .3s; }

.loading p span:nth-child(5) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s; }

.loading p span:nth-child(6) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

.loading p span:nth-child(7) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s; }

.loading p span:nth-child(8) {
  -webkit-animation-delay: .7s;
          animation-delay: .7s; }

.loading p span:nth-child(9) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s; }

.loading p span:nth-child(10) {
  -webkit-animation-delay: .9s;
          animation-delay: .9s; }

.loading p span:nth-child(11) {
  -webkit-animation-delay: .9s;
          animation-delay: .9s; }

.loading p span:nth-child(12) {
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s; }

.loading p span:nth-child(13) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); } }

@keyframes loading {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); } }

/* hero image　*/
.hero_image ul {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: #fff; }

.hero_image li {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50vw;
  height: 100vh;
  cursor: pointer; }

.hero_image li .overlay {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.hero_image li a {
  height: 100vh;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.hero_image li img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover; }

.hero_image li a:hover {
  opacity: .8; }

.animate-full {
  -webkit-animation: animate-full forwards 0.5s cubic-bezier(0.115, 0.565, 0.805, 0.685);
          animation: animate-full forwards 0.5s cubic-bezier(0.115, 0.565, 0.805, 0.685); }

@-webkit-keyframes animate-full {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@keyframes animate-full {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

/* header */
.head_top {
  width: 100%;
  padding: 15px 45px;
  background-color: transparent; }
  .head_top .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .head_top .inner .logo_side a {
      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;
      text-decoration: none; }
    .head_top .inner .logo_side h1 {
      width: 56px;
      height: 56px;
      margin-right: 16px; }
      .head_top .inner .logo_side h1 #logo {
        width: 60px;
        height: 60px;
        margin-right: 15px;
        fill: #000; }
    .head_top .inner .logo_side .header_title p {
      text-align: left;
      color: #000;
      font-size: 16px; }
    .head_top .inner .nav_side {
      margin-top: 4px; }
      .head_top .inner .nav_side .top_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .head_top .inner .nav_side .top_nav li {
          margin-right: 24px; }
          .head_top .inner .nav_side .top_nav li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            text-decoration: none; }
            .head_top .inner .nav_side .top_nav li a img {
              height: 32px;
              margin-right: 8px; }
            .head_top .inner .nav_side .top_nav li a p {
              color: #000;
              font-size: 14px;
              font-weight: 400; }
            .head_top .inner .nav_side .top_nav li a.nav_maypage {
              width: 120px; }
            .head_top .inner .nav_side .top_nav li a.nav_login {
              width: 106px; }
            .head_top .inner .nav_side .top_nav li a.nav_logout {
              width: 123px; }
              .head_top .inner .nav_side .top_nav li a.nav_logout img {
                height: 30px; }
            .head_top .inner .nav_side .top_nav li a.nav_cart {
              width: 90px; }
          .head_top .inner .nav_side .top_nav li:last-child {
            margin-right: 0; }
    .head_top .inner a {
      -webkit-transition: 0.6s ease-in all;
      transition: 0.6s ease-in all;
      opacity: 1; }
      .head_top .inner a:hover {
        opacity: 0.3; }

.btm_nav {
  float: right;
  overflow: hidden;
  padding: 10px 0; }

.btm_nav li {
  float: left;
  margin-left: 50px;
  text-align: center; }

.btm_nav li:nth-child(1) {
  margin-left: 0; }

.btm_nav li a {
  text-decoration: none;
  color: #000; }

.btm_nav li span {
  display: block;
  font-size: 13px; }

.nav_wrap {
  padding: 10px 0; }

.page_wrap {
  background: url("https://biii.jp/user_data/packages/pc_tmp/img/custom/top_img.png") no-repeat;
  background-size: 100%; }

.page_wrap {
  width: 1300px;
  margin: 0 auto; }

.top_bnr {
  overflow: hidden;
  padding-top: 47%;
  padding-bottom: 5%; }

.top_bnr li {
  float: left; }

.page_container {
  overflow: hidden;
  width: 1100px;
  margin: 0 auto; }

/* pagetop */
#pagetop_inner {
  /* width: 1000px; */
  width: 100%;
  margin: 70px auto 0; }
  #pagetop_inner .button {
    position: relative; }
    #pagetop_inner .button a {
      position: absolute;
      top: -32px;
      left: 0;
      display: inline-block;
      width: 120px;
      height: 32px;
      padding-left: 12px;
      text-align: center;
      text-decoration: none;
      color: #fff;
      border-radius: 15px 15px 0 0;
      background-color: #595959;
      font-size: 15px;
      line-height: 40px; }
      #pagetop_inner .button a:after {
        position: absolute;
        top: 16px;
        left: 28px;
        display: block;
        width: 8px;
        height: 8px;
        content: "";
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; }

/* footer */
.footer {
  margin: 0 auto;
  padding-top: 50px;
  background-color: #595959; }
  .footer .footer_inner {
    width: 1100px;
    width: 100%;
    margin: 0 auto; }
    .footer .footer_inner .footer_link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 960px;
      margin: 0 auto;
      padding-bottom: 30px;
      border-bottom: 1px solid #fff; }
      .footer .footer_inner .footer_link .footer_category {
        margin-right: 80px; }
        .footer .footer_inner .footer_link .footer_category:last-child {
          margin-right: 0; }
        .footer .footer_inner .footer_link .footer_category h3 {
          text-align: left;
          letter-spacing: 2px;
          color: #fff;
          font-size: 18px;
          font-weight: 600;
          line-height: 1; }
        .footer .footer_inner .footer_link .footer_category .category_inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 16px 0 0 16px; }
          .footer .footer_inner .footer_link .footer_category .category_inner ul:nth-child(2) {
            margin-left: 40px; }
          .footer .footer_inner .footer_link .footer_category .category_inner li {
            margin-bottom: 16px; }
            .footer .footer_inner .footer_link .footer_category .category_inner li a {
              text-decoration: none;
              color: #fff;
              font-size: 14px;
              line-height: 1; }
            .footer .footer_inner .footer_link .footer_category .category_inner li:before {
              display: inline-block;
              width: 4px;
              height: 2px;
              margin-right: 8px;
              content: "";
              vertical-align: middle;
              background-color: #fff; }
    .footer .footer_inner .sns_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 30px; }
      .footer .footer_inner .sns_nav li {
        margin-right: 40px; }
        .footer .footer_inner .sns_nav li img {
          width: 40px; }
        .footer .footer_inner .sns_nav li:last-child {
          margin-right: 0; }
    .footer .footer_inner .copyright {
      padding: 30px 0 12px;
      text-align: center;
      letter-spacing: 1.1px;
      color: #fff;
      font-size: 12px; }

/*info¡¡Ç¯ËöÇ¯»Ï±Ä¶È¤Î¤ªÃÎ¤é¤»  */
.info {
  margin-top: 38px;
  text-align: center; }

.page_container .info h2 {
  margin: 60px 0 25px;
  text-align: center;
  font-size: 31px; }

.info_01 {
  font-size: 31px;
  font-weight: bold; }

.info_02 {
  margin: 30px 0 45px;
  font-size: 16px;
  line-height: 1.8; }

.fs_17 {
  margin: 19px 0;
  font-size: 17px; }

.fs_15 {
  margin: 7px 0;
  font-size: 15px; }

.mt_30 {
  margin-top: 30px; }

.fs_20 {
  font-size: 20px; }
