@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;
}

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

a {
    color: #3B3E43;
    text-decoration: none;
}

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

.only-sp {
  display: inline;
}

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

/* ========================================================= */
/* 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: 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 .p-header__utilityLink {
    align-items: center;
    color: #707070;
    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;
}

/* ========================================================= */
/* 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 */
/* ========================================================= */

.p-main {
  flex-grow: 1;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 16px;
  width: 100%;
}

/* ========================================================= */
/* 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 + .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;
}

/* ========================================================= */
/* 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) {
  .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 {
    color: #666;
    font-size: 1.2rem;
    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;
  }
}
