@charset "UTF-8";
.sf-minitoolbar {display: none!important;}
/* ========================================================= */
/* 1. Reset / Base Styles (Mobile First) */
/* ========================================================= */

* {
  letter-spacing: 0.05em;
}
html,
body {
  font-family: 'Noto Sans JP', sans-serif, YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;;
  font-weight: 400;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  line-height: 1.15;
  interpolate-size: allow-keywords;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #333;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  line-break: normal;
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  text-size-adjust: 100%;
}

h1, .h1, h2, .h2, h3, .h3 {
  font-weight: bold;
}

p {
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
}

details {
  overflow: hidden;
}

details::details-content {
  transition: height 0.3s ease, opacity 0.3s ease;
  height: 0;
  opacity: 0;
}

details[open]::details-content {
  height: auto;
  opacity: 1;
}

/* utility */
.u-br-control {
  white-space: normal;
}

.only-sp {
  display: inline;
}

.c-topBtn {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 85px;
  cursor: pointer;
  z-index: 9999;
}

.c-tag {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.2rem 0.8rem;
  border: 0.1rem solid #000;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
  background-color: #fff;
  list-style: none;
}

.c-tag--4 { background: #204b7e; color: #fff; border-color: #204b7e; } /*法人限定*/

.c-ordered_list {/*ol*/
  counter-reset: ordered-counter;
  list-style: none;
  padding: 0;
}

.c-ordered_list__item {
  counter-increment: ordered-counter;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.c-ordered_list__item::before {
  content: counter(ordered-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-color: var(--bs-blue);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: sans-serif;
}

.c-ordered_list__item .c-ordered_list {
  counter-reset: sub-counter;
  margin-top: 10px;
  padding-left: 10px;
}

.c-ordered_list__item .c-ordered_list > .c-ordered_list__item {
  counter-increment: sub-counter;
  padding-left: 25px;
  margin-bottom: 8px;
}

.c-ordered_list__item .c-ordered_list > .c-ordered_list__item::before {
  content: counter(sub-counter) ")";
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--bs-blue);
  font-size: 1.6rem;
  font-weight: bold;
}

.c-unordered_list {/*ul*/
  list-style: none;
  padding: 0;
}

.c-unordered_list__item {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  line-height: 1.6;
}

.c-unordered_list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: var(--bs-blue);
  border-radius: 50%;
}

.c-unordered_list__item .c-unordered_list {
  margin-top: 5px;
}

.c-unordered_list__item .c-unordered_list > .c-unordered_list__item::before {
  width: 4px;
  height: 4px;
  top: 0.7em;
  background-color: #999;
}

.ec-borderedDefs .c-definition_list {
  border-bottom: 0;
  flex-flow: column;
  padding: 0;
}

.p-register_fields .ec-required,
.c-definition_list__term .ec-required {
  background: #c70f0f;
  color: #fff;
  font-weight: bold;
  padding: 2px 10px;
}

.c-definition_list .c-input_text,
.c-definition_list .c-textarea,
.c-definition_list .c-select {
  font-size: 1.6rem;
}

.c-definition_list {/*dl*/
  margin-inline: auto;
}

.c-definition_list__item {
  display: flex;
  flex-direction: column;
  padding-block: 2.0rem;
  border-bottom: 1px solid #e0e0e0;
}

.c-definition_list__term {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.8rem;
  letter-spacing: 0.05em;
  position: relative;
}

.c-definition_list__description {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #555;
  margin-left: 0;
  width: 100%;
}

.c-ordered_list__link,
.c-unordered_list__link,
.c-definition_list__link {
  color: var(--bs-blue);
  text-decoration: none;
  transition: opacity 0.3s;
}

.c-ordered_list__link:hover,
.c-unordered_list__link:hover,
.c-definition_list__link:hover {
  opacity: 0.7;
}

.c-button--primary {
  background-color: #27507e;
  border: 1px solid #27507e;
  color: #fff;
  font-size: 1.5rem;
}

.c-button--cancel,
.c-button--secondary {
  background: #fff;
  color: #27507e;
  font-size: 1.5rem;
}

.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:active:focus,
.c-button--primary:focus {
  background-color: #27507e;
  border-color: #27507e;
  box-shadow: none;
  color: #fff;
  outline: none;
  opacity: .7;
  transition: .3s;
}

.c-button--cancel:hover,
.c-button--cancel:active,
.c-button--cancel:active:focus,
.c-button--cancel:focus {
  background: #fff;
  box-shadow: none;
  color: #27507e;
  font-size: 1.5rem;
  margin-top: 15px;
  outline: none;
  opacity: .7;
  transition: .3s;
}

.c-label {
  font-size: 1.6rem;
}

.c-alert--warning {
  background: #e74141;
}

.ec-input .c-input-text {
  font-size: 1.6rem;
}

.ec-blockBtn--action,
.ec-blockBtn--cancel {
  font-size: 1.6rem;
}

.c-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.c-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 40px auto 0;
}

/* select */
.ec-searchnavRole__infos .c-form-select-group select.c-form-select {
  display: inline-block;
  height: auto;
  min-height: 2.8em;
  padding: 0.6em 2.5em 0.6em 1em;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23666' d='M0 2.5l4 4 4-4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  box-shadow: none;
}

.ec-searchnavRole__infos .c-form-select-group select.c-form-select:hover {
  border-color: #999;
}

.ec-searchnavRole__infos .c-form-select-group select.c-form-select:focus {
  outline: none;
  border-color: #222;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.c-form-select-group {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}

.c-form-select-group select.c-form-select {
  width: auto;
  min-width: 140px;
}

.ec-drawerRole .ec-headerLinkArea {
  background: #204b7f;
}

/* ========================================================= */
/* . drawer (Mobile) */
/* ========================================================= */

.p-drawerClose {
  right: 15px;
  left: initial;
}

.p-drawer {
  background: #fff;
  padding-top: 16px;
  width: 300px;
}

.p-drawer__section {
  margin-top: 30px;
}

.p-drawer__utilityList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  list-style: none;
  padding: 10px;
  gap: 10px;
  justify-content: center;
}

.p-drawer__utilityItem {
  border-radius: 20px;
  text-align: center;
}

.p-drawer__utilityItem:first-child {
  background: #204b7e;
  border:1px solid #204b7e;
}

.p-drawer__utilityItem:last-child {
  background: #fff;
  border:1px solid #204b7e;
}

.p-drawer__utilityLink {
  align-items: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  height: 36px;
  justify-content: center;
}

.p-drawer__utilityItem:last-child .p-drawer__utilityLink {
  color: #204b7e;
}

.p-drawer .p-search {
  margin: 0 auto;
  max-width: 280px; 
}

.p-drawer__heading {
  font-size: 2.4rem;
  padding: 10px 15px 0;
}

.p-drawer__menu {
  padding: 0;
}

.p-drawer__menuItem {
  border-bottom: 1px solid #ccc;
}

.p-drawer__menuLink {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px;
  position: relative;
}

.p-drawer__menuLink span {
  font-weight: normal;
  font-size: 1.4rem;
}

.p-drawer__menuLink::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  background: center / contain no-repeat;
  background-image: url("../icon/icon-arrow_right.svg");
  opacity: 0.5;
}

.p-drawer__section--information .p-drawer__menuLink {
  font-weight: normal;
  font-size: 1.4rem;
}

/* ========================================================= */
/* 2. Header Contact (Mobile) */
/* ========================================================= */

.header__contact__message {
  display: none;
}

.header__contact__message em {
  font-size: 1.4rem;
  font-style: normal;
}

.header__contact__action {
  --overlap: 16px;
  align-items: stretch;
  display: flex;
  height: 50px;
  width: 100%;
}

.header__contact__action__tel {
  background: #4c87cb;
  clip-path: polygon(0 0, calc(100% - calc(2 * var(--overlap))) 0%, 100% 100%, 0% 100%);
  cursor: pointer;
  display: block;
  margin-right: calc(-1 * var(--overlap));
  padding-right: calc(1.8 * var(--overlap));
  text-decoration: none;
  width: calc(43% + var(--overlap));
}

.header__contact__action__tel-container {
  align-items: center;
  display: flex;
  gap: 5px;
  height: 100%;
  justify-content: flex-end;
  transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__contact__action__tel__icon {
  background: #fff;
  border-radius: 50%;
  height: 25px;
  position: relative;
  width: 25px;
}

.header__contact__action__tel__icon::before {
  background: url(../icon/icon-tel.svg) no-repeat center / contain;
  content: "";
  display: block;
  height: auto;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 20px;
}

.header__contact__action__tel__text div {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin: 0;
}

.header__contact__action__tel__text small {
  color: #fff;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 5px 0 0;
}

.header__contact__action__mail {
  background: #204b7e;
  clip-path: polygon(calc(0 + calc(2 * var(--overlap))) 0, 100% 0%, 100% 100%, 0% 100%);
  cursor: pointer;
  display: block;
  margin-left: calc(-1 * var(--overlap));
  padding-left: calc(1.8 * var(--overlap));
  text-decoration: none;
  width: calc(57% + var(--overlap));
}

.header__contact__action__mail-container {
  align-items: center;
  display: flex;
  gap: 5px;
  height: 100%;
  transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__contact__action__mail__icon {
  background: #fff;
  border-radius: 50%;
  height: 25px;
  position: relative;
  width: 25px;
}

.header__contact__action__mail__icon::before {
  background: url(../icon/icon-mail.svg) no-repeat center / contain;
  content: "";
  display: block;
  height: auto;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 20px;
}

.header__contact__action__mail__text {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
  padding: 5px 0;
  transition: border-bottom-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

/* ========================================================= */
/* 3. Header (p-header) (Mobile) */
/* ========================================================= */

.p-header {
  background-color: #fff;
}

.p-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 15px 20px;
}

.p-header__logo .p-header__siteTitle {
  font-size: 0;
  margin: 0;
}

.p-header__logo .p-header__logoImage {
  height: 45px;
  width: auto;
}

.p-header__controls {
  display: flex;
  flex-direction: column;
  width: auto;
}

.p-header__topArea {
  align-items: center;
  display: flex;
}

.p-header__utilityNav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-header__utilityItem {
  padding: 0 5px;
}

.p-header__utilityItem::before {
  content: none;
}

.p-header__utilityItem .p-header__utilityLink {
    align-items: center;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    flex-direction: column;
    gap:3px;
}

.p-header__utilityItem i {
  display: block;
  font-size: 1.2em;
  margin-bottom: 2px;
}

.p-header__spNav {
    position: relative;
}

.p-header__utilityItem--login,
.p-header__utilityItem--register {
  display: none;
}

.p-header__utilityItem--register .p-header__utilityLink {
    color: #EEBA4B;
}

.p-header__utilityItem--favorite,
.p-header__utilityItem--cart,
.p-header__utilityItem--spNavToggle {
  display: block;
}

.p-header__searchForm {
  display: none;
}

.p-header__globalNav {
  display: none;
}

.p-header__infoItem::before {
  content: none;
}

/* ========================================================= */
/* 4. Search Block (p-search) */
/* ========================================================= */

.p-search {
  width: 100%;
}

.p-search__form {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  height: 40px;
  overflow: hidden;
  width: 100%;
}

.p-search__inputArea {
  display: flex;
  flex-grow: 1;
}

.p-search__input {
  appearance: none;
  border: none;
  flex-grow: 1;
  font-size: 14px;
  height: 100%;
  outline: none;
  padding: 0 10px;
}

.p-search__button {
  align-items: center;
  background-color: #6c757d;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.p-search__button:hover {
  background-color: #5a6268;
}

.p-search__button i {
  font-size: 16px;
}

/* ========================================================= */
/* 5. Main */
/* ========================================================= */

/* ========================================================= */
/* 6. Footer */
/* ========================================================= */

.p-footer {
  margin-top: 60px;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}

.p-footer__top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 0;
}

.p-footer__logo img {
  display: block;
  height: auto;
  max-width: 220px;
}

.p-footer__navList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-footer__navItem {
  font-size: 1.2rem;
  margin: 3px 0px;
  padding: 0 10px;
  white-space: nowrap;
}

.p-footer__navItem::before {
  content: none;
}

.p-footer__navItem + .p-footer__navItem {
  border-left: 1px solid #999;
}

.p-footer__navItem a {
  color: #333;
  text-decoration: none;
}

.p-footer__navItem a:hover {
  text-decoration: underline;
}

.p-footer__bottom {
  align-items: center;
  background: #27507e;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
}

.p-footer__bottomInner {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}

.p-footer__copy {
  font-size: 1.2rem;
}

.p-footer__sns img {
  display: block;
  height: 28px;
  width: 28px;
}

/* ========================================================= */
/* *. product-item */
/* ========================================================= */

.slick-slider {
  opacity: 0;
}

.slick-slider.slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.slide-item img {
  height: auto;
  max-width: 100%; 
}

.item_visual {
  max-width: 550px;
}

/* ========================================================= */
/* *. cart */
/* ========================================================= */

.p-cart__total-price {
  color: #333;
}

/* ========================================================= */
/* 6. Media Queries (common) */
/* ========================================================= */

@media (min-width: 600px) {
  .header__contact__action__tel-container {
      justify-content: center;
  }

  .header__contact__action__mail-container {
      justify-content: center;
  }
}

@media (min-width: 768px) {
  .ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input,
  .ec-input textarea, .ec-birth textarea, .ec-select textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea,
  .ec-inlineBtn {
    font-size: 1.4rem;
  }

  .c-definition_list__item {
    flex-direction: row;
    align-items: flex-start;
    padding-block: 3.0rem;
  }

  .c-definition_list__term {
    width: 28rem;
    flex-shrink: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
    padding-left: 1rem;
  }

  .c-definition_list__description {
    padding-left: 2.0rem;
  }

  .only-sp {
    display: none;
  }

  .header__contact__action__tel {
    min-width: 210px;
    padding-right: 50px;
    width: calc(47% + var(--overlap));
  }

  .header__contact__action__mail {
    min-width: 270px;
    padding-left: 50px;
    width: calc(53% + var(--overlap));
  }

  .p-header__inner {
    align-items: baseline;
    flex-wrap: wrap;
  }

  .p-header__logo .p-header__logoImage {
    height: 50px;
  }

  .p-header__controls {
    align-items: flex-end;
    flex-direction: column;
    padding-top: 25px;
    width: auto;
  }

  .p-header__topArea {
    align-items: baseline;
  }

  .p-header__searchForm {
    display: block;
    margin-right: 20px;
  }

  .p-header__utilityItem--login,
  .p-header__utilityItem--register {
    display: block;
  }

  .p-header__utilityItem--spNavToggle {
    display: none;
  }

  .p-header__globalNav {
    display: flex;
    margin-top: 10px;
    width: 100%;
  }

  .p-header__navList {
    display: flex;
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0;
  }

  .p-header__navList .p-header__navItem {
    margin-right: 20px;
  }

  .p-header__navList .p-header__navLink {
    font-weight: bold;
  }

  .p-header__infoList {
    display: flex;
    list-style: none;
    margin-left: auto;
    padding: 0;
  }

  .p-header__infoList .p-header__infoItem {
    margin-left: 15px;
  }

  .p-header__infoList .p-header__infoLink {
    font-size: 1.3rem;
    text-decoration: none;
  }
  
}

@media (min-width: 960px) {

  .header__contact__message {
    align-items: flex-end;
    background: #4c87cb;
    color: #fff;
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    gap: 5px;
    height: 35px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
    padding: 18px 10px 18px 0;
    justify-content: center;
    height: 100%;
  }

  .header__contact__message em {
    font-size: 2.4rem;
  }

  .header__contact {
    background: #4c87cb;
    background: linear-gradient(90deg, #4c87cb 0%, #4c87cb 70%, #204b7e 70%, #204b7e 100%);
    padding: 0 30px;
  }

  .header__contact-container {
    display: flex;
    flex-flow: row nowrap;
    height: 60px;
    justify-content: space-between;
    margin: 0 auto;
    width: min(100%, 1200px);
  }

  .header__contact__action {
    --overlap: 20px;
    height: 100%;
    width: auto;
  }

  .header__contact__action__tel {
    padding-left: 12px;
    width: auto;
  }

  .header__contact__action__tel__text div {
    font-size: 1.6rem;
  }

  .header__contact__action__mail__text {
    font-size: 1.6rem;
  }

  .p-header__logo .p-header__logoImage {
    height: 70px;
  }

  .p-header__utilityItem .p-header__utilityLink {
    font-size: 1.2rem;
  }

  .p-header__utilityItem img {
    height: 25px;
    width: auto;
  }

  .p-search__input {
    width: 340px;
  }

  .p-footer__top {
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin: 0 auto;
  }
  
  .p-footer__nav {
    width: 100%;
  }

  .p-footer__navItem {
    font-size: 1.4rem;
    flex-grow: 1;
    text-align: center;
  }

  .p-footer__logo {
    margin-left: auto;
  }

  .p-footer__bottom {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 40px;
  }

  .p-footer__bottomInner {
    flex-direction: row;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }

  .p-footer__sns {
    margin-left: auto;
  }

  .u-br-control {
    white-space: nowrap;
  }
}


@media (min-width: 1240px) {
  .header__contact__message {
    font-size: 1.8rem;
  }

  .header__contact__message em {
    font-size: 3rem;
  }

  .header__contact__action__tel__text div {
    font-size: 2.2rem;
    line-height: 1;
  }

  .header__contact__action__tel__text small {
    font-size: 1.2rem;
  }

  .header__contact__action__tel__icon {
    height: 35px;
    width: 35px;
  }

  .header__contact__action__tel__icon::before {
    height: auto;
    width: 32px;
  }

  .header__contact__action__mail {
    padding-right: 12px;
    width: auto;
  }

  .header__contact__action__mail__text {
    font-size: 2rem;
  }

  .header__contact__action__mail__icon {
    height: 35px;
    width: 35px;
  }

  .header__contact__action__mail__icon::before {
    height: auto;
    width: 32px;
  }
}
