@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

img {
  vertical-align: top;
}

.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  input, button, textarea, select {
    -webkit-appearance: none;
    border-radius: 0;
  }

  input[type="radio"] {
    -webkit-appearance: radio;
  }

  input[type="checkbox"] {
    -webkit-appearance: checkbox;
  }
}
 /* ------------------------------------------------
 Common
------------------------------------------------ */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/* ------------------------------------------------
 object
------------------------------------------------ */
.btn-qa a {
  display: block;
  padding: 15px 5px 15px 50px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background: #2ea7e0 url("../img/ico_qa.png") 10px 50% no-repeat;
  letter-spacing: 2px;
}
.btn-qa a:focus, .btn-qa a:visited {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn-qa a {
    background-size: 20px auto;
  }
}
@media only screen and (max-width: 768px) {
  .btn-qa a {
    padding: 15px 5px 15px 40px;
    font-size: 14px;
  }
}
.btn-qa a:after {
  margin-left: 5px;
  content: url("../img/ico_arrow_right.png");
  top: 50%;
}

.btn-line a {
  display: block;
  padding: 15px 5px 15px 50px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background: #39ad36 url("../img/ico_line.png") 10px 50% no-repeat;
  letter-spacing: 1px;
}
.btn-line a:focus, .btn-line a:visited {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn-line a {
    background-size: 20px auto;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .btn-line a {
    padding: 15px 5px 15px 40px;
    font-size: 14px;
  }
}
.btn-line a:after {
  margin-left: 5px;
  content: url("../img/ico_arrow_right.png");
  top: 50%;
}

/* ------------------------------------------------
 layout
------------------------------------------------ */
.l-header__bar {
  width: 1130px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .l-header__bar {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__bar {
    width: 100%;
    padding-right: 15px;
  }
}
.l-header__bar-shipping {
  flex: 0 0 auto;
  font-size: 13px;
}
.l-header__bar-guide {
  flex: 0 0 auto;
  margin-left: 5px;
}
.l-header__bar-guide a {
  display: block;
  padding: 8px 15px 8px 40px;
  background: #fff100 url("../img/h_ico_guide.png") no-repeat 20px 50%;
  background: #383838 url("../img/h_ico_guide.png") no-repeat 20px 50%;
  color: #241004;
  color: #fff;
  font-size: 13px;
}
.l-header__bar-guide a:focus, .l-header__bar-guide a:visited {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-header__bar-guide a {
    padding: 5px 5px 5px 25px;
    padding: 7px 15px 9px 35px;
    background: #fff100 url("../img/h_ico_guide.png") no-repeat 10px 50%;
    background: #383838 url("../img/h_ico_guide_sp.png") no-repeat 15px 50%;
    background-size: auto 10px;
    background-size: 12px auto;
    font-size: 8px;
    font-size: 11px;
  }
}
.l-header__bar-mypage {
  flex: 0 0 auto;
  margin-left: 10px;
}
.l-header__bar-mypage a {
  display: block;
  padding: 8px 15px 8px 40px;
  background: #0e4a35 url("../img/h_ico_cart.png") no-repeat 20px 50%;
  color: #fff;
  font-size: 13px;
}
.l-header__bar-mypage a:focus, .l-header__bar-mypage a:visited {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-header__bar-mypage a {
    padding: 5px 5px 5px 25px;
    padding: 7px 15px 9px 35px;
    background: #0e4a35 url("../img/h_ico_cart_sp.png") no-repeat 15px 50%;
    background-size: 13px auto;
    font-size: 8px;
    font-size: 11px;
  }
}

/* ------------------------------------------------
 override
------------------------------------------------ */
.body {
  /* l-footer */
}
.body .l-header {
  height: auto;
  border-top: 3px solid #0e4a35;
  line-height: 1;
}
.body .l-header--large {
  position: relative;
}
.body .l-header__inner {
  padding: 20px 0;
  align-items: end;
}
@media only screen and (max-width: 768px) {
  .body .l-header__inner {
    padding-top: 0 !important;
    padding-bottom: 5px;
  }
}
.body .l-header__logo {
  padding-left: 15px;
  align-items: end;
}
@media only screen and (max-width: 768px) {
  .body .l-header__logo {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .body .l-header__logo a {
    display: block;
    width: 50%;
    width: 85% !important;
    margin-top: 0px !important;
  }
}
.body .l-header__logo .text-shipping {
  flex: 0 0 auto;
  margin-top: 15px;
  margin-left: auto;
  font-size: 12px;
  font-size: 11px;
  text-align: right;
}
.body .l-header--large {
  height: auto;
}
@media only screen and (min-width: 769px) {
  .body .p-global-nav > li > a {
    padding: 0 10px;
    line-height: 3;
    color: #241004;
  }
  .body .p-global-nav > li > a:focus, .body .p-global-nav > li > a:visited {
    color: #241004;
  }
  .body .p-global-nav > li > a:hover {
    position: relative;
    color: #241004 !important;
  }
  .body .p-global-nav > li > a:hover:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 70%;
    height: 4px;
    margin: 0 15%;
    border-bottom: 4px solid #fff100;
  }
  .body .p-global-nav .sub-menu a {
    color: #241004;
  }
  .body .p-global-nav .sub-menu a:focus, .body .p-global-nav .sub-menu a:visited {
    color: #241004;
  }
  .body .p-global-nav .sub-menu a:hover {
    color: #fff;
  }
}
.body .p-news-ticker {
  background: #241004;
}
.body .p-news-ticker__item-date {
  color: #fff;
}
.body .p-global-nav {
  top: 48px;
  top: 60px;
  top: 65px;
}
@media only screen and (max-width: 500px) {
  .body .p-index-slider__item-inner {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 500px) {
  .body .p-index-slider__item-content {
    padding-top: 60px;
  }
}
.body .c-menu-button {
  color: #241004;
}
.body .c-menu-button:before {
  font-size: 30px;
  font-size: 20px;
}
.body .p-menu-button {
  width: 50px;
  height: 50px;
}
.body .p-menu-button.is-active {
  background: inherit;
}
@media only screen and (max-width: 1200px) {
  .body .p-global-nav {
    background: #241004;
  }
}
.body .l-footer {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .body .l-footer {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .body .l-footer__logo {
    text-align: center;
  }
  .body .l-footer__logo img {
    width: 50%;
  }
}
.body .l-footer .p-footer-blog__catch {
  color: #121d1f;
}
.body .l-footer .p-footer-blog__archive-link {
  color: #121d1f;
}
.body .l-footer .p-footer-blog .p-article01__title a {
  color: #121d1f;
  font-size: 18px;
  font-weight: normal;
}
.body .l-footer .p-footer-blog .p-article01__date {
  color: #121d1f;
  font-size: 16px;
}
.body .l-footer .p-social-nav {
  margin-bottom: 0;
}
.body .l-footer .p-social-nav a {
  color: #121d1f;
}
.body .l-footer .p-footer-nav {
  /*
  .menu-item {
    &:not(:first-child) {
      border-left: 1px solid #121d1f;
    }
  }
  */
  color: #121d1f;
}
.body .l-footer .p-footer-nav a {
  color: #121d1f;
}
@media only screen and (max-width: 768px) {
  .body .p-pagetop {
    position: relative;
  }
  .body .p-pagetop a {
    width: 100%;
    color: #fff;
  }
  .body .p-pagetop a:focus, .body .p-pagetop a:visited {
    color: #fff;
  }
}
.body .l-footer-bnr {
  position: fixed;
  bottom: 0px;
  left: auto;
  right: 0px;
  z-index: 10000;
  width: 475px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .body .l-footer-bnr {
    width: 100%;
  }
}
.body .l-footer-bnr .list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.body .l-footer-bnr .list-link__item.line {
  flex: 1 0 49%;
  border-right: 2px solid #fff;
}
.body .l-footer-bnr .list-link__item.present {
  flex: 1 0 49%;
  border-left: 2px solid #fff;
}
.body .l-footer-bnr .list-link__item a {
  display: block;
}
.body .p-entry {
  overflow: hidden;
}

/* .body */
/* ------------------------------------------------
 object
------------------------------------------------ */
.eyecatch img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------------------------
 component
------------------------------------------------ */
.cartarea {
  margin-bottom: 60px;
  padding: 20px 20px 40px;
  background: #fff;
  border-radius: 24px;
}
@media only screen and (max-width: 768px) {
  .cartarea {
    margin: 0 14px;
    padding: 30px 14px 40px;
  }
}
.cartarea__item {
  margin-bottom: 20px;
  text-align: center;
}
.cartarea__select .list-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 24px 24px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .cartarea__select .list-btn {
    margin: 0 0 24px;
  }
}
.cartarea__select .list-btn__item {
  flex: 0 0 50%;
  padding: 10px;
  list-style: none;
  /*
  &:checked {
    border-color: #00573f;
    background: #00573f;
    color: #fff;
  }
  */
}
@media only screen and (max-width: 768px) {
  .cartarea__select .list-btn__item {
    flex: 0 0 100%;
    padding: 10px 0;
  }
}
.cartarea__select .list-btn__item input {
  display: none;
}
.cartarea__select .list-btn__item input + label {
  position: relative;
  display: block;
  padding: 20px 20px 20px 80px;
  background: #fafafa;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  color: #00573f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .cartarea__select .list-btn__item input + label {
    padding: 20px 0 20px 60px;
    font-size: 1.7rem;
  }
}
.cartarea__select .list-btn__item input + label .month {
  font-size: 2.8rem;
  font-weight: 700 !important;
}
@media only screen and (max-width: 768px) {
  .cartarea__select .list-btn__item input + label .month {
    font-size: 2rem;
  }
}
.cartarea__select .list-btn__item input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border: 2px solid #a1a2a2;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .cartarea__select .list-btn__item input + label:before {
    left: 20px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
.cartarea__select .list-btn__item input + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 48px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: #fafafa;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .cartarea__select .list-btn__item input + label:after {
    left: 26px;
  }
}
.cartarea__select .list-btn__item input:checked + label {
  background: #00573f;
  border-color: #00573f;
  color: #fff;
}
.cartarea__select .list-btn__item input:checked + label:before {
  background: #fff;
}
.cartarea__select .list-btn__item input:checked + label:after {
  /*
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 44px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  */
  background: #00573f;
}
.cartarea__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.cartarea__quantity {
  flex: 0 0 30%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .cartarea__quantity {
    flex: 0 0 100%;
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.cartarea__quantity .quantity-label {
  flex: 0 0 auto;
}
.cartarea__quantity .quantity-number {
  flex: 0 0 auto;
  margin: 0 10px;
}
.cartarea__quantity .quantity-number input {
  width: 3em;
  padding: 5px 0;
  border: 1px solid #9fa0a0;
  text-align: center;
}
.cartarea__quantity .quantity-unit {
  flex: 0 0 auto;
}
.cartarea__cartbtn {
  flex: 0 0 55%;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .cartarea__cartbtn {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .cartarea__cartbtn input[type="image"] {
    max-width: 80%;
  }
}

/* ------------------------------------------------
 SP
------------------------------------------------ */

/*# sourceMappingURL=customstyle.css.map */
