@charset "UTF-8";
body {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  line-height: 1.6923076923;
}
body.modal--show {
  height: 100%;
  overflow-y: hidden;
}

ul, ol, dl {
  font-size: 1em;
}

p, th, td, li, dl dt, dl dd, address {
  line-height: inherit;
}

input[type=text], textarea {
  box-shadow: none;
}
input[type=text]:focus, textarea:focus {
  box-shadow: none;
}

button, .button {
  box-shadow: none;
  font-family: inherit;
}

label {
  color: inherit;
}

a {
  transition: opacity 0.3s ease-out;
}

@media (max-width: 750px) {
  input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], input[type=radio], textarea {
    font-size: 1.8rem;
  }
}

input[type=radio] + label:before {
  top: 50%;
  transform: translateY(-50%);
  border-color: #000;
}

input[type=radio]:checked + label:after {
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  background: #046BB7;
  width: 10px;
  height: 10px;
}

input[type=checkbox] + label:before {
  width: 22px;
  height: 22px;
  background: #F7F7F7;
  border-color: #D3DBE2;
}
@media (max-width: 750px) {
  input[type=checkbox] + label:before {
    width: 32px;
    height: 32px;
  }
}

input[type=checkbox]:checked + label:after {
  width: 14px;
  height: 10px;
  border: none;
  background: url(../img/icon/ico-check.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  top: 50%;
  left: 4px;
  margin: 0;
}
@media (max-width: 750px) {
  input[type=checkbox]:checked + label:after {
    width: 22px;
    height: 15px;
  }
}

input[type=checkbox] + label {
  height: 22px;
  line-height: 22px;
  padding-left: 32px;
}
@media (max-width: 750px) {
  input[type=checkbox] + label {
    height: 32px;
    line-height: 32px;
    padding-left: 41px;
  }
}

input[type=checkbox] + label,
input[type=radio] + label {
  font-size: 1em;
  margin: 0;
}

input[type=checkbox]:checked + label:before {
  background: #046BB7;
  border-color: #046BB7;
}

@media screen and (min-width: 751px) {
  .sp_only {
    display: none !important;
  }

  .flex--pc {
    display: flex;
    display: -webkit-flex;
  }
}
@media (max-width: 750px) {
  .pc_only {
    display: none !important;
  }

  .inner--sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .tb_hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tb_show {
    display: none !important;
  }
}
.flex {
  display: flex;
  display: -webkit-flex;
}

.flex--space {
  justify-content: space-between;
}

.flex--center {
  justify-content: center;
}

.flex--item-center {
  align-items: center;
}

.flex--end {
  align-items: flex-end;
}

.flex--wrap {
  flex-wrap: wrap;
}

#wrapper {
  min-height: 100vh;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  padding-top: 52px;
}
@media screen and (min-width: 751px) {
  #wrapper {
    padding-top: 140px;
  }
}
#wrapper.header--nolink {
  padding-top: 0;
}

.mainContents {
  max-width: 1240px;
  padding-bottom: 60px;
}
@media (min-width: 751px) {
  .mainContents {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }
}

/*-----------------------------------------
Header
-------------------------------------------*/
#header {
  height: 50px;
  border-bottom: solid 1px #D3DBE2;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: white;
}
@media (min-width: 751px) {
  #header {
    height: auto;
  }
}
@media (max-width: 750px) {
  #header .header__inner {
    width: 100%;
  }
}
@media (min-width: 751px) {
  #header .header__inner {
    max-width: 1240px;
    margin: 0 auto;
    width: calc(100% - 80px);
  }
}
#header .header__top {
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  #header .header__top {
    padding-left: 10px;
  }
  #header .header__top .header__inner {
    display: flex;
    display: -webkit-flex;
  }
}
@media (min-width: 751px) {
  #header .header__top {
    align-items: center;
    margin-bottom: 15px;
    height: 60px;
    background: #046BB7;
  }
  #header .header__top .header__inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100%;
  }
  #header .header__top * {
    color: white;
  }
  #header .header__top #freeword_pc {
    color: black;
  }
}
@media (min-width: 751px) and (max-width: 1023px) {
  #header .header__top {
    margin-bottom: 2.44140625vw;
  }
}
#header .header__top .logo {
  width: 120px;
}
@media (max-width: 750px) {
  #header .header__top .logo {
    padding-top: 9px;
  }
}
@media (min-width: 751px) {
  #header .header__top .logo {
    width: 15.1612903226%;
  }
}
@media (max-width: 750px) {
  #header .header__top .search-box {
    display: none;
    position: absolute;
    top: 50px;
    background: white;
    width: 100%;
    left: 0;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 751px) {
  #header .header__top .search-box {
    width: 24.1935483871%;
    margin-left: auto;
  }
}
#header .header__top .search-box .form__input {
  position: relative;
}
#header .header__top .search-box .form__input .freeword {
  font-size: 1.2rem;
  height: 38px;
  border-radius: 19px;
  background: #F7F7F7;
  padding-left: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  border: none;
  box-shadow: none;
}
@media (min-width: 751px) {
  #header .header__top .search-box .form__input .freeword {
    height: 30px;
    border-radius: 15px;
    padding-right: 50px;
  }
}
#header .header__top .search-box .form__input .submit {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 21px;
  background: url(../img/icon/ico-search.svg) no-repeat;
  background-size: contain;
  border: none;
}
@media screen and (min-width: 751px) {
  #header .header__top .search-box .form__input .submit {
    width: 20px;
    height: 21px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #header .header__top .search-box .form__input .submit {
    width: 1.953125vw;
    height: 2.05078125vw;
  }
}
#header .header__top .header__top__nav {
  margin-left: auto;
}
@media (max-width: 750px) {
  #header .header__top .header__top__nav {
    display: flex;
    display: -webkit-flex;
  }
}
@media screen and (min-width: 751px) {
  #header .header__top .header__top__nav {
    margin-left: 50px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #header .header__top .header__top__nav {
    margin-left: 4.8828125vw;
  }
}
#header .header__top .header__top__nav .header__top__nav__list {
  display: flex;
  display: -webkit-flex;
}
@media (max-width: 750px) {
  #header .header__top .header__top__nav .header__top__nav__list {
    padding-top: 10px;
  }
}
@media (max-width: 750px) {
  #header .header__top .header__top__nav .header__top__nav__list li img {
    width: 19px;
  }
  #header .header__top .header__top__nav .header__top__nav__list li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 750px) {
  #header .header__top .header__top__nav .header__top__nav__list li a {
    font-size: 0;
  }
}
@media screen and (min-width: 751px) {
  #header .header__top .header__top__nav .header__top__nav__list li a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #header .header__top .header__top__nav .header__top__nav__list li a {
    font-size: 1.171875vw;
  }
}
@media screen and (min-width: 751px) {
  #header .header__top .header__top__nav .header__top__nav__list li a img {
    width: 19px;
    height: 20px;
    margin-left: 6px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #header .header__top .header__top__nav .header__top__nav__list li a img {
    width: 1.85546875vw;
    height: 1.953125vw;
  }
}
@media (min-width: 751px) {
  #header .header__top .header__top__nav .header__top__nav__list li:not(:last-child) {
    margin-right: 25px;
  }
}
@media (min-width: 751px) and (max-width: 1023px) {
  #header .header__top .header__top__nav .header__top__nav__list li:not(:last-child) {
    margin-right: 2.44140625vw;
  }
}
#header .header__top .header__top__nav .header__top__nav__list .nav--member a:after {
  background: url(../img/icon/ico-member.svg) no-repeat;
  background-size: contain;
}
#header .header__top .header__top__nav .header__top__nav__list .nav--logout a:after {
  background: url(../img/icon/ico-logout.svg) no-repeat;
  background-size: contain;
}
#header .header__top .header__top__nav .header__top__nav__list .nav--cart a:after {
  background: url(../img/icon/ico-cart.svg) no-repeat;
  background-size: contain;
}
#header .header__top .header__top__nav .nav--menu {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #046BB7;
  margin-left: 20px;
}
@media screen and (min-width: 751px) {
  #header .header__bottom {
    display: flex;
    display: -webkit-flex;
    align-items: center;
	margin-bottom: 15px;
  }
  #header .header__bottom .logo {
    width: 14vw;
  }
}
@media screen and (min-width: 751px) {
  #header .header__bottom .header__bottom__list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    font-size: 1.6rem;
    flex: 1;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  #header .header__bottom .header__bottom__list {
    font-size: 1.25vw;
  }
  #header .header__bottom .logo {
    margin-right: 30px;
  }
}
@media screen and (min-width: 751px) {
  #header .header__bottom .header__bottom__list li {
    display: flex;
    display: -webkit-flex;
    white-space: nowrap;
  }
  #header .header__bottom .header__bottom__list li:not(:last-child):after {
    content: "";
    display: block;
    height: 100%;
    border-left: solid 1px black;
    margin: 0 28px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  #header .header__bottom .header__bottom__list li:not(:last-child):after {
    margin: 0 1.8vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #header .header__bottom .header__bottom__list li:not(:last-child):after {
    margin: 0 1.5vw;
  }
}
@media screen and (min-width: 751px) {
  #header .header__bottom .header__bottom__list a {
    display: inline-block;
  }
}
@media screen and (min-width: 751px) {
  #header .header__bottom .header__bottom__list .active a {
    position: relative;
  }
  #header .header__bottom .header__bottom__list .active a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(to left, #046bb7 0%, #00a850 100%);
  }
}
@media (max-width: 750px) {
  #header .sp-menu {
    width: 290px;
    height: 100vh;
    background: white;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
  }
  #header .sp-menu.show {
    transform: translateX(0%);
  }
  #header .sp-menu .sp-menu__header {
    background: #046BB7;
    height: 52px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  #header .sp-menu .header__bottom__list {
    padding: 0 10px;
  }
  #header .sp-menu .header__bottom__list a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    font-size: 2rem;
  }
  #header .sp-menu .header__bottom__list a:after {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    background: url(../img/icon/ico-link.svg) no-repeat;
    background-size: contain;
  }
  #header .sp-menu .header__bottom__list li {
    border-bottom: solid 1px #D3DBE2;
  }
}
@media (max-width: 750px) {
  #header .logo {
    width: 120px;
  }
}
#header .logo a:hover {
  opacity: 1;
}

#header.nolink {
  position: static;
}
@media (max-width: 750px) {
  #header.nolink {
    padding-left: 10px;
    padding-top: 9px;
  }
}
@media (min-width: 751px) {
  #header.nolink {
    height: 120px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: #6B6B6C;
  opacity: 0.4;
  position: fixed;
  left: 0;
  top: 0;
}

/*-----------------------------------------
Footer
-------------------------------------------*/
.footer {
  background: #F7F7F7;
  padding-top: 33px;
  padding-bottom: 26px;
  margin-top: auto;
}
@media (max-width: 750px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.footer .footer__inner {
  max-width: 1240px;
  width: calc(100% - 40px);
  margin: auto;
}
@media screen and (min-width: 751px) {
  .footer .footer__inner {
    width: calc(100% - 80px);
  }
}
.footer .footer__logo {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .footer .footer__logo {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer__nav {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .footer .footer__nav .footer__nav__list {
    font-size: 1.8rem;
  }
  .footer .footer__nav .footer__nav__list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 751px) {
  .footer .footer__nav .footer__nav__list {
    display: flex;
    display: -webkit-flex;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .footer .footer__nav .footer__nav__list {
    justify-content: center;
  }
}
@media screen and (min-width: 751px) {
  .footer .footer__nav .footer__nav__list li:not(:last-child) {
    display: flex;
    display: -webkit-flex;
  }
  .footer .footer__nav .footer__nav__list li:not(:last-child):after {
    content: "";
    display: block;
    border-left: solid 1px black;
    height: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }
}
.footer .footer__nav .copyright {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  font-size: 1.2rem;
  color: #8D8D8D;
}
@media (max-width: 750px) {
  .footer .footer__nav .copyright {
    margin-top: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .footer .footer__nav .copyright {
    text-align: center;
    margin-top: 40px;
  }
}

/*-----------------------------------------
Form
-------------------------------------------*/
.form-content .inputRow .inputHead {
  font-size: 1.8rem;
}
@media (max-width: 750px) {
  .form-content .inputRow .inputHead .inputLabel {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
}
.form-content .inputRow .inputHead .inputLabel__txt {
  font-size: 1.2rem;
}
@media (max-width: 750px) {
  .form-content .inputRow .inputHead .inputLabel__txt {
    font-size: 1.6rem;
  }
}
.form-content .inputRow .inputHead .txt--require {
  color: #00A850;
}
.form-content .inputRow .inputHead .txt--option {
  color: #8D8D8D;
}
@media screen and (min-width: 751px) {
  .form-content .inputRow {
    display: flex;
    display: -webkit-flex;
  }
  .form-content .inputRow .inputHead {
    width: 35%;
    font-size: 1.5rem;
    padding-top: 8px;
  }
  .form-content .inputRow .inputCol {
    width: 65%;
  }
}

/*-----------------------------------------
ButtonArea
-------------------------------------------*/
@media (max-width: 750px) {
  .buttonArea .button-list {
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
  }
  .buttonArea .button-list li:not(:last-child) {
    margin-top: 20px;
  }
  .buttonArea .button-list .button {
    margin: 0;
  }
}
@media screen and (min-width: 751px) {
  .buttonArea .button-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .buttonArea .button-list li {
    margin: 0;
    width: calc(50% - 20px);
  }
}
.buttonArea .button {
  background: #00A850;
  font-size: 1.6rem;
  color: white;
  border-color: #00A850;
  transition: 0.3s ease-out;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}
.buttonArea a.button.buttonWhite,
.buttonArea .buttonWhite {
  background: white;
  border-color: #046BB7;
  color: #046BB7;
  padding: 0;
}

/*-----------------------------------------
StepList
-------------------------------------------*/
.stepListWrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.stepListWrapper .stepLabel {
  width: 31.3432835821%;
  padding-left: 7.1641791045%;
  height: 70px;
  background: url(../img/step@sp.svg) no-repeat;
  background-size: contain;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 2rem;
}
@media (min-width: 751px) {
  .stepListWrapper .stepLabel {
    padding-left: 11.25%;
    width: 30%;
    height: 60px;
    background: url(../img/step.svg) no-repeat;
    background-size: contain;
  }
}
.stepListWrapper .stepLabel.pass {
  background: url(../img/step-active@sp.svg) no-repeat;
  background-size: contain;
  color: #046BB7;
}
@media screen and (min-width: 751px) {
  .stepListWrapper .stepLabel.pass {
    background: url(../img/step-active.svg) no-repeat;
    background-size: contain;
  }
}

/*-----------------------------------------
goodsTile
-------------------------------------------*/
.goodsTile .itemImage {
  position: relative;
  border: solid 1px #D3DBE2;
  margin-bottom: 11px;
}
@media (max-width: 750px) {
  .goodsTile .itemImage {
    margin-bottom: 5px;
  }
}
.goodsTile .itemImage .iconList {
  position: absolute;
  left: 15px;
  top: 11px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .goodsTile .itemImage .iconList {
    font-size: 1.2rem;
    top: 8px;
  }
}
.goodsTile .itemImage .iconList .ico1 {
  color: #DE3D3D;
}
.goodsTile .itemImage .cart-check {
  position: absolute;
  right: 11px;
  top: 11px;
}
.goodsTile .itemImage .cart-check label {
  padding: 0;
  width: 22px;
}
@media (max-width: 750px) {
  .goodsTile .itemImage .cart-check label {
    height: 22px;
  }
  .goodsTile .itemImage .cart-check label:before {
    width: 100%;
    height: 100%;
  }
  .goodsTile .itemImage .cart-check label:after {
    width: 14px;
    height: 10px;
  }
}
.goodsTile .item-info {
  padding: 0 7px;
}
.goodsTile .item-info .item-info__header {
  margin-bottom: 5px;
}
@media screen and (min-width: 751px) {
  .goodsTile .item-info .item-info__header {
    margin-bottom: 3px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.goodsTile .item-info .item-info__header .item__brand-name {
  font-size: 1rem;
}
@media (max-width: 750px) {
  .goodsTile .item-info .item-info__header .item__brand-name {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.goodsTile .item-info .item-info__header .colorChipWrapper ul {
  margin: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.goodsTile .item-info .item-info__header .colorChipWrapper li:not(:last-child) {
  margin-right: 8px;
}
.goodsTile .item-info .item-info__header .colorChipWrapper .chip {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border: 1px solid #eaeaea;
}
@media (max-width: 750px) {
  .goodsTile .item-info .item-info__header .colorChipWrapper .chip {
    width: 14px;
    height: 14px;
  }
  .priceWrapper {
    font-size: 1.2rem;
  }
}
.goodsTile .item-info .goodsNameWrapper {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 3px;
}
@media (max-width: 750px) {
  .goodsTile .item-info .goodsNameWrapper {
  }
}
.goodsTile .item-info .item-info__flex {
  margin-bottom: 8px;
}
@media screen and (min-width: 751px) {
  .goodsTile .item-info .item-info__flex {
  }
}
.goodsTile .item-info .item-info__flex .price {
  font-size: 1.2rem;
}
@media (max-width: 750px) {
  .goodsTile .item-info .item-info__flex .price {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.goodsTile .item-info .item-info__flex .product-code {
  font-size: 1rem;
  color: #046BB7;
}
@media (max-width: 750px) {
  .goodsTile .item-info .item-info__flex .product-code {
    font-size: 1.2rem;
  }
}
.goodsTile .item-info .iconList {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  font-size: 1rem;
}
@media (max-width: 750px) {
  .goodsTile .item-info .iconList {
    font-size: 1.2rem;
  }
}
.goodsTile .item-info .iconList .ico {
  border-radius: 5px;
  margin-bottom: 8px;
  line-height: 1;
  padding: 5px;
  border: solid 1px black;
}
.goodsTile .item-info .iconList .ico:not(:last-child) {
  margin-right: 8px;
}
.goodsTile .item-info .bag-btn {
  margin-top: 4px;
}
@media (max-width: 750px) {
  .goodsTile .item-info .bag-btn {
    margin-top: 7px;
  }
}
.goodsTile .item-info .button {
  height: 32px;
  background: #00A850;
  border: none;
  font-size: 1.4rem;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-out;
  margin: 0;
}
@media (max-width: 750px) {
  .goodsTile .item-info .button {
    height: 36px;
    font-size: 1.5rem;
  }
}

/*-----------------------------------------
CrumbsList
-------------------------------------------*/
.crumbsList {
  margin-bottom: 1em;
  padding-top: 15px;
  margin-bottom: 48px;
}
.crumbsList .row {
  width: calc(100% - 40px);
  max-width: 1240px;
  margin: auto;
  padding: 0;
  font-size: 1.2rem;
}
@media (min-width: 751px) {
  .crumbsList .row {
    width: calc(100% - 80px);
  }
}
.crumbsList .row ol {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.crumbsList .row ol li:not(:last-child):after {
  content: "";
  background: url(../img/icon/ico-slash.svg) no-repeat center center;
  width: 8px;
  height: 1em;
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.font-small {
  font-size: 1.6rem;
  line-height: 1.6;
}