@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/

.c-flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
.c-flex.-center {
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 835px) {
  .c-flex.-spBlock {
    display: block;
  }
}
.c-flex.-nowrap {
  flex-wrap: nowrap;
}
.c-flex.-top {
  -webkit-box-align: start;
          align-items: flex-start;
}
.c-flex.-middle {
  -webkit-box-align: center;
          align-items: center;
}
.c-flex.-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
.c-flex.-left {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.c-flex.-right {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.c-flex.-mgl20 > li {
  margin-left: 20px;
}
.c-flex.-mgl20 > li:nth-child(1) {
  margin-left: 0;
}
.c-flex.-mgr20 > li {
  margin-right: 20px;
}
.c-flex.-mgr20 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgl10 > li {
  margin-left: 10px;
}
.c-flex.-mgl10 > li:nth-child(1) {
  margin-left: 0;
}
.c-flex.-mgr10 > li {
  margin-right: 10px;
}
.c-flex.-mgr10 > li:last-child {
  margin-right: 0;
}
.c-flex .-col2 > li {
  flex-basis: 50%;
}
.c-flex .-col3 > li {
  flex-basis: 33.3333333333%;
}
.c-flex .-col4 > li {
  flex-basis: 25%;
}
.c-flex .-col5 > li {
  flex-basis: 20%;
}
.c-flex .-flex1 {
  -webkit-box-flex: 1;
          flex: 1;
}
.c-flex .-lh0 {
  line-height: 0;
}
.c-flex .-mglAuto {
  margin-left: auto !important;
}
.c-flex .-mgrAuto {
  margin-right: auto !important;
}

.import-footer {
  /* background-color: #262626; */
  background-color: #0c2f4f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  line-height: 1.8;
  /* font-size: 16px;
  font-size: 1.6rem; */
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.import-footer * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.import-footer img, .import-footer svg {
  border: 0;
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.import-footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #003c78;
  text-decoration: none;
}
.import-footer a:link {
  color: #003c78;
  text-decoration: none;
}
.import-footer a:visited {
  color: #003c78;
  text-decoration: none;
}
.import-footer a:hover {
  color: #003c78;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.import-footer a:active {
  color: #003c78;
  text-decoration: none;
}
.import-footer *:focus {
  outline: none;
}
.import-footer ::-moz-selection {
  background-color: #ccc;
  color: #000;
  text-shadow: none;
}
.import-footer ::selection {
  background-color: #ccc;
  color: #000;
  text-shadow: none;
}
.import-footer ul,.import-footer dl,.import-footer ol{
  list-style-type: none;
}
body.shohin .import-footer {
  margin-top: 70px;
}
@media screen and (max-width: 835px) {
  body.shohin .import-footer {
    margin-top: 50px;
  }
}
.import-footer .c-serif {
  letter-spacing: 0.05em;
}
.import-footer .inner {
  margin: auto;
  width: 100%;
  max-width: 1160px;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .import-footer .inner {
    width: calc(100vw - 40px);
  }
}
.import-footer .list-footerWrap {
  padding: 60px 0;
}
@media screen and (max-width: 934px) {
  .import-footer .list-footerWrap {
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }
}
.import-footer .list-footerWrap > li:nth-child(1) {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  margin-right: 75px;
}
@media screen and (max-width: 934px) {
  .import-footer .list-footerWrap > li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 934px) {
  .import-footer .list-footerWrap > li:nth-child(1) a {
    width: 90px;
    display: block;
  }
}
.import-footer .list-footerWrap > li:nth-child(1) a:hover {
  opacity: 1;
}
.import-footer .list-footerWrap > li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.import-footer .list-footerWrap > li:nth-child(2) .c-btn.-cart {
  border-color: #fff !important;
  color: #fff !important;
  background-color: transparent !important;
  /* font-size: 1.8rem !important; */
  font-size: 18px;
  font-weight: bold;
  margin-left: 0;
  padding: 30px 20px;
  width: 480px;
  background-image: none !important;
}
@media screen and (max-width: 835px) {
  .import-footer .list-footerWrap > li:nth-child(2) .c-btn.-cart {
    width: 100%;
    font-size: 1.6rem;
    padding: 20px 20px;
  }
}
.import-footer .list-footerWrap > li:nth-child(2) .c-btn.-cart:hover {
  border-color: #003c78;
  background-color: #003c78 !important;
  opacity: 1;
}
.import-footer .list-footerMenu {
  margin-top: 30px;
  gap: 15px 35px;
  width: 700px;
}
@media screen and (max-width: 835px) {
  .import-footer .list-footerMenu {
    width: 100%;
  }
}
.import-footer .list-footerMenu > li a {
  color: #fff;
  /* font-size: 1.4rem; */
  font-size: 14px;
}
.import-footer .list-footerMenu > li a::before {
  /* background-image: url(/assets/img/icon_arrow_wh.svg); */
  background-image: url(img/icon_arrow_wh.svg);
  background-size: cover;
}
.import-footer .list-footerMenu > li a.-other::before {
  /* background: url(/assets/img/icon_other_wh.svg) no-repeat !important; */
  background: url(img/icon_other_wh.svg) no-repeat !important;
  background-size: cover;
  width: 11px;
  height: 10px;
  margin-top: -2px;
}
.import-footer .footerBottom {
  /* background-color: #191919; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  height: 50px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #0c2f4f;
}

.import-footer .footerBottom small{
  font-size: 12px !important;
}
/* .import-footer .footerBottom .list-footerBottom {
  padding: 12px 0;
} */
@media screen and (max-width: 835px) {
  /* .import-footer .footerBottom .list-footerBottom {
    padding: 20px 0 15px;
  } */
  .import-footer .footerBottom {
    padding: 20px 0 15px;
  }
}
.import-footer .footerBottom .list-footerBottom > li:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 835px) {
  .import-footer .footerBottom .list-footerBottom > li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.import-footer .footerBottom .list-footerBottom > li:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 835px) {
  .import-footer .footerBottom .list-footerBottom > li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.import-footer .footerBottom .list-footerBottom > li:nth-child(2) small {
  /* font-size: 1.2rem; */
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 835px) {
  .import-footer .footerBottom .list-footerBottom > li:nth-child(2) small {
    /* margin-top: 30px; */
    display: block;
    text-align: center;
  }
}
.import-footer .footerBottom .list-footerOther {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 835px) {
  .import-footer .footerBottom .list-footerOther {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.import-footer .footerBottom .list-footerOther > li {
  -ms-flex-preferred-size: 32px;
      flex-basis: 32px;
}
.import-footer .footerBottom .list-footerOther > li.-en {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  margin-left: 20px;
}
.import-footer .footerBottom .list-footerOther > li.-en a {
  font-size: 1.4rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 8px 5px;
  padding-right: 20px;
}
.import-footer .footerBottom .list-footerOther > li.-en a::before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  background: url(img/icon_other_site.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: 1em;
  top: 50%;
  margin-top: -7px;
}
.import-footer .pagetop {
  position: absolute;
  bottom: 120px;
  right: 20px;
  z-index: 50;
}
.import-footer .pagetop.fixedF {
  position: fixed;
}
.import-footer .pagetop a {
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 835px) {
  .import-footer .pagetop a {
    width: 40px;
    height: 40px;
  }
}
.import-footer .pagetop a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(-45deg) translate(-15%, -50%);
          transform: rotate(-45deg) translate(-15%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  margin-top: 4px;
}
@media screen and (max-width: 835px) {
  .import-footer .pagetop a::before {
    width: 12px;
    height: 12px;
  }
}
.import-footer .pagetop a::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
@media screen and (max-width: 835px) {
  .import-footer .pagetop a::after {
    width: 18px;
    margin-top: -8px;
  }
}
/* .c-emergency {
  text-align: center;
  background-color: #c00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
}
.c-emergency a {
  width: 100%;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 835px) {
  .c-emergency a {
    font-size: 1.8rem;
  }
}
.c-emergency a span {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #fff !important;
}
.c-emergency a span::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  /* background: url(/assets/img/icon_arrow_wh.svg) no-repeat; */
  /* background: url(img/icon_arrow_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}  */

a.c-btn,
.c-btn {
  display: block;
  position: relative;
  width: 340px;
  margin: auto;
  padding: 20px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid #003c78;
  color: #003c78;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 835px) {
  a.c-btn,
  .c-btn {
    width: 255px;
    padding: 15px 20px;
  }
}
a.c-btn::before,
.c-btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(img/icon_arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.c-btn:hover,
.c-btn:hover {
  background-color: #003c78;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
a.c-btn:hover::before,
.c-btn:hover::before {
  /* background-image: url(/assets/img/icon_arrow_wh.svg); */
  background-image: url(img/icon_arrow_wh.svg);
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.c-btn.-cart::before,
.c-btn.-cart::before {
  width: 30.5px;
  height: 26.4px;
  /* background: url(/assets/img/icon_cart.svg) no-repeat; */
  background: url(img/icon_cart.svg) no-repeat;
  background-size: contain;
}
a.c-btn.-blank::before,
.c-btn.-blank::before {
  width: 16px;
  height: 13px;
  background: url(img/icon_other.svg) no-repeat !important;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.c-btn.-blank:hover::before,
.c-btn.-blank:hover::before {
  background-image: url(img/icon_other_wh.svg);
}
a.c-btn.-blank.-wht::before,
.c-btn.-blank.-wht::before {
  background: url(img/icon_other_wh.svg) no-repeat !important;
}
a.c-btn.-large,
.c-btn.-large {
  width: 90%;
  max-width: 500px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 835px) {
  a.c-btn.-large,
  .c-btn.-large {
    font-size: 1.8rem;
  }
}

a.c-link,
.c-link {
  text-decoration: none;
  padding-right: 16px;
  position: relative;
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05em;
  color: #000;
}
a.c-link::before,
.c-link::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(img/icon_arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
a.c-link.-sanserif,
.c-link.-sanserif {
  font-family: "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
  letter-spacing: 0;
}
a.c-link.-left,
.c-link.-left {
  padding-right: 0px;
  padding-left: 16px;
}
a.c-link.-left::before,
.c-link.-left::before {
  right: inherit;
  left: 0px;
}
a.c-link.-back,
.c-link.-back {
  padding-right: 0px;
  padding-left: 16px;
  color: #000;
}
a.c-link.-back::before,
.c-link.-back::before {
  background: url(img/icon_arrow_right.svg) no-repeat;
  background-size: cover;
  right: inherit;
  left: 0px;
}
a.c-link.-other::before,
.c-link.-other::before {
  background: url(img/icon_other.svg) no-repeat !important;
  background-size: cover;
  width: 11px;
  height: 10px;
}
a.c-link.-inline::before,
.c-link.-inline::before {
  display: none;
}
a.c-link.-inline::after,
.c-link.-inline::after {
  content: "";
  display: inline-block;
  background: url(img/icon_other.svg) no-repeat;
  background-size: cover;
  width: 11px;
  height: 10px;
  margin-left: 5px;
}

.isOn- .c-link.-other::before {
  background: url(img/icon_other_wh.svg) no-repeat !important;
}
.isOn-.isOn .c-link.-other::before {
  background: url(img/icon_other.svg) no-repeat !important;
}

/* .c-category {
  line-height: 1;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: center;
  display: inline-block;
  padding: 5px 5px;
  width: 90px;
  color: #000;
} */
/* .c-acd {
  position: relative;
}
.c-acd::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/icon_acd_open.svg) no-repeat center/contain;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-acd.open::after {
  background: url(../img/icon_acd_close.svg) no-repeat center/contain;
} */

/* .c-section-announce {
  padding: 40px 0;
}
@media screen and (max-width: 835px) {
  .c-section-announce {
    padding: 30px 0;
  }
}
.c-section-announce .c-title {
  margin-bottom: 20px;
}
.c-section-announce .p-announce {
  padding: 0px 40px;
  border: 1px solid #c00;
}
@media screen and (max-width: 835px) {
  .c-section-announce .p-announce {
    padding: 0px 20px;
  }
}
.c-section-announce .p-announce > li + li {
  border-top: 1px solid #e3e3e3;
}
.c-section-announce .p-announce > li a {
  text-decoration: none;
  padding: 18px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 835px) {
  .c-section-announce .p-announce > li a {
    display: block;
  }
}
.c-section-announce .p-announce > li a::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(/assets/img/icon_arrow_red.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 835px) {
  .c-section-announce .p-announce > li a::before {
    top: calc(50% + 17px);
  }
}
.c-section-announce .p-announce > li a:hover {
  opacity: 0.7;
}
.c-section-announce .p-announce > li a.-other::before {
  background: url(/assets/img/icon_other_red.svg) no-repeat !important;
  background-size: cover;
  width: 11px;
  height: 10px;
}
.c-section-announce .p-announce > li a .c-category {
  width: 110px;
  margin-right: 20px;
  background-color: #c00;
  color: #fff;
}
.c-section-announce .p-announce > li a .text {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #c00;
  padding-right: 40px;
}
@media screen and (max-width: 835px) {
  .c-section-announce .p-announce > li a .text {
    font-size: 1.4rem;
    padding-right: 20px;
    margin-top: 10px;
  }
} */

/* .c-secTtl {
  font-size: 2.8rem;
  line-height: 1.2;
  border-bottom: 1px solid #e1e1e1;
  font-weight: normal;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 835px) {
  .c-secTtl {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
} */

/*
header footer change
*/
/* body.shohin a {
  color: #000;
  text-decoration: none;
}
body.shohin a.c-btn::before {
  display: none;
}
body.shohin a.ecBtn {
  color: #fff;
  width: inherit;
}
body.shohin a.-blue {
  color: #fff;
  width: inherit;
}
body.shohin article {
  padding-top: 20px;
} */
/*# sourceMappingURL=header_footer.css.map */