.c-btn {
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: #004490;
  border-radius: 5px;
  border: 2px solid #004490;
  padding: 14px 20px 15px;
  transition: all 0.3s;
  cursor: pointer;
}
.c-btn span {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-right: 20px;
}
.c-btn span::before, .c-btn span::after {
  position: absolute;
  content: "";
  top: calc(50% + 1px);
  right: -5px;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: center/cover no-repeat;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
  transition: all 0.3s;
}
.c-btn span::before {
  background-image: url(../img/common/circle-arrow_w.svg);
}
.c-btn span::after {
  background-image: url(../img/common/circle-arrow_b.svg);
  opacity: 0;
}
.footer-guide {
  background: #f5f5f5;
  padding: 50px 0 80px;
  border-top: none;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.footer-guide .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-guide__inner {
  display: flex;
  gap: 7.5%;
}
.footer-guide__col {
  flex: 1;
}
.footer-guide__guide-link {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.footer-guide-sec + .footer-guide-sec {
  margin-top: 40px;
}
.footer-guide-sec__ttl {
  border-left: solid 4px #009de0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 13px;
  padding-left: 22px;
}
.footer-guide-sec__txt {
  letter-spacing: 0.08em;
  line-height: 1.75;
}
.footer-guide-sec__txt em {
  color: #004490;
  font-weight: 700;
}
.footer-guide-sec__txt strong {
  display: inline-block;
  background: #e60012;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 6px;
  padding: 5.5px 8px;
  vertical-align: 1px;
}
.footer-guide-sec__txt b {
  font-weight: 700;
}
.footer-guide-sec__list li {
  letter-spacing: 0.08em;
  line-height: 1.75;
  word-break: break-all;
  float: none;
}
.footer-guide-sec__list li:not(:first-child) {
  margin-top: 6px;
}
.footer-guide-sec__list li::before {
  content: "";
  display: inline-block;
  width: auto;
  height: auto;
  width: 6px;
  height: 6px;
  background: #004490;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.footer-guide-sec__list li .note {
  display: block;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
.footer-guide-sec__notes {
  margin-top: 9px;
}
.footer-guide-sec__notes li {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  float: none;
}
.footer-guide-sec__notes li:not(:first-child) {
  margin-top: 10px;
}
.footer-guide-sec__notes + .footer-guide-sec__txt {
  margin-top: 30px;
}
.footer-guide-sec__link {
  position: relative;
  display: block;
  color: #004490 !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 10px;
  padding-right: 23px;
  text-align: right;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-decoration-color: #004490;
  text-underline-offset: 4px;
  transition: 0.2s;
}
.footer-guide-sec__link::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/common/circle-arrow_b.svg) center/contain no-repeat;
  transform: translateY(-50%);
}
.footer-guide-sec__link:hover {
  text-decoration-color: transparent !important;
}
.footer-guide-sec__link + .footer-guide-sec__link {
  margin-top: 6px;
}
.footer-guide-sec__address {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7142857143;
  margin-top: 6px;
  color: #111;
  text-align: left;
}
.footer-guide-sec__address a {
  color: #004490;
  text-decoration: underline;
  text-decoration-color: #004490;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.footer-guide-sec__delivery-time {
  position: relative;
  background: #fff;
  margin-top: 18px;
  margin-bottom: 16px;
  padding: 21px 23px 20px;
}
.footer-guide-sec__delivery-time span {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  color: #004490;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.footer-guide-sec__cal {
  background: #fff;
  margin-top: 20px;
  padding: 2px 10px 9px;
}
.footer-guide-sec__cal div.cal_wrapper {
  padding: 0;
}
.footer-guide-sec__cal .cal {
  width: 100%;
  color: #111;
}
.footer-guide-sec__cal div.cal_wrapper table.cal tr th p {
  margin-top: 3px;
  font-weight: 400;
}
.footer-guide-sec__cal div.cal_wrapper table.cal tr th div.cal_ui input {
  padding: 3px 7px;
  font-weight: 400;
}
.footer-guide-sec__cal div.cal_wrapper table.cal tr.headline td {
  padding: 0;
}
.footer-guide-sec__cal div.cal_wrapper table.cal tr td div {
  padding: 2px 0;
}
.footer-guide-sec__cal .holiday {
  color: red;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 9px;
}

.footer-main {
  padding: 60px 0 56px;
  background: #fff;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.footer-main .inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-main__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer-main__info {
  flex: 0 0 300px;
}
.footer-main__logo {
  margin-bottom: 26px;
}
.footer-main__logo img {
  display: block;
  width: 241px;
}
.footer-main__company {
  font-weight: 700;
}
.footer-main__address {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  color: #111;
  text-align: left;
}
.footer-main__nav {
  flex: 1;
  max-width: 840px;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  background: #fff;
  color: #111;
  padding: 0;
}
.footer-nav__col {
  flex: 1;
}
.footer-nav__ttl {
  position: relative;
  border-bottom: solid 1px rgba(0, 68, 144, 0.2);
  color: #004490;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 12px;
  padding: 3px 0 9px;
}
.footer-nav__ttl--shopping {
  padding-left: 30px;
}
.footer-nav__ttl--shopping::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 7px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-question.svg) center/contain no-repeat;
}
.footer-nav__ttl--company {
  padding-left: 35px;
}
.footer-nav__ttl--company::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 28px;
  height: 18px;
  background: url(../img/common/icon-whale.svg) center/contain no-repeat;
}
.footer-nav__list {
  padding-left: 2px;
}
.footer-nav__list li {
  float: none;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.footer-nav__list li a {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  transition: 0.2s;
  font-weight: 400;
  color: #111 !important;
}
.footer-nav__list li a:hover {
  color: #004490 !important;
  text-decoration: none;
}

.footer-bottom {
  border-top: solid 1px #ebebeb;
  padding: 21px 0;
  background: #fff;
}
.footer-bottom__nav {
  display: flex;
  justify-content: center;
}
.footer-bottom__nav li a {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
  transition: 0.2s;
  color: #111 !important;
}
.footer-bottom__nav li a:hover {
  color: #004490 !important;
  text-decoration: none !important;
}
.footer-bottom__nav li:not(:first-child)::before {
  content: "|";
  display: inline-block;
  color: #aaa;
  font-weight: 300;
  margin: 0 15px;
}

.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #004490;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}

.floating-container {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.floating-line {
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
  padding-right: 5px;
  transition: 0.2s;
}
.floating-line:hover {
  opacity: 0.8;
}
.floating-line img {
  display: block;
  width: 128px;
}

.floating-btns {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
.floating-btns__item {
  position: relative;
  display: block;
  width: 110px;
  height: 100px;
  background: #004490;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2666666667;
  padding: 50px 0 0;
  text-align: center;
  transition: 0.2s;
}
.floating-btns__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
.floating-btns__item::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  display: block;
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-bottom: solid 10px #00cef0;
}
.floating-btns__item:hover {
  background: #00cef0;
}
.floating-btns__item:not(:first-child) {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.floating-btns__item--cart {
  padding-top: 53px;
}
.floating-btns__item--cart::before {
  top: 13px;
  width: 36px;
  height: 35px;
  background: url(../img/common/icon-cart_w.svg) center/contain no-repeat;
}
.floating-btns__item--cart .cart-count {
  position: absolute;
  top: 9px;
  left: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  background: #fff000;
  border-radius: 50%;
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.floating-btns__item--search::before {
  top: 14px;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon-search_w.svg) center/contain no-repeat;
}
@media screen and (min-width: 960px) {
  .c-btn:hover {
    color: #004490 !important;
    background: #fff;
  }
  .c-btn:hover span::before {
    opacity: 0;
  }
  .c-btn:hover span::after {
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  .footer-guide__inner {
    gap: 20px;
  }
  .footer-guide-sec__ttl {
    font-size: 16px;
    letter-spacing: 0.06em;
    margin-bottom: 13px;
    padding-left: 15px;
  }
  .footer-guide-sec__txt {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
  }
  .footer-guide-sec__txt b,
  .footer-guide-sec__txt em {
    font-size: 16px;
    font-style: normal;
  }
  .footer-guide-sec__txt strong {
    padding: 4px 6px;
  }
  .footer-guide-sec__list li {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.4285714286;
  }
  .footer-guide-sec__list li:not(:first-child) {
    margin-top: 6px;
  }
  .footer-guide-sec__list li::before {
    width: 4px;
    height: 4px;
    margin-right: 5px;
  }
  .footer-guide-sec__list li .note {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .footer-guide-sec__notes {
    margin-top: 9px;
  }
  .footer-guide-sec__notes li {
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
  .footer-guide-sec__notes li:not(:first-child) {
    margin-top: 4px;
  }
  .footer-guide-sec__notes + .footer-guide-sec__txt {
    margin-top: 6px;
  }
  .footer-guide-sec__link {
    margin-top: 6px;
    padding-right: 19px;
  }
  .footer-guide-sec__link::after {
    width: 15px;
    height: 15px;
  }
  .footer-guide-sec__address {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.7142857143;
    margin-top: 6px;
  }
  .footer-guide-sec__delivery-time {
    position: relative;
    background: #fff;
    margin-top: 18px;
    margin-bottom: 12px;
    padding: 21px 23px 20px;
  }
  .footer-guide-sec__delivery-time span {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    color: #004490;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
  .footer-main__info {
    flex: 0 0 260px;
  }
}
@media screen and (max-width: 750px) {
  .c-btn {
    max-width: 260px;
    border-width: 1px;
    padding: 13px 10px 14px;
  }
  .c-btn span {
    font-size: 14px;
  }
  .c-btn span::before, .c-btn span::after {
    right: 0;
    width: 14px;
    height: 14px;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
  }
  .footer-guide {
    padding: 20px 0 35px;
  }
  .footer-guide__inner {
    display: block;
    gap: 0;
  }
  .footer-guide__col + .footer-guide__col {
    margin-top: 10px;
  }
  .footer-guide__guide-link {
    margin-top: 25px;
  }
  .footer-guide-sec + .footer-guide-sec {
    margin-top: 10px;
  }
  .footer-guide-sec__ttl {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #fff;
    border-left-width: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 0;
  }
  .footer-guide-sec__ttl::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 17px;
    height: 17px;
    background: url(../img/common/down-arrow_b.svg) center/contain no-repeat;
    transition: 0.2s;
  }
  .footer-guide-sec__ttl.is-open::after {
    transform: rotate(180deg);
  }
  .footer-guide-sec__body {
    display: none;
    padding: 14px 0 14px;
  }
  .footer-guide-sec__cal div.cal_wrapper table.cal tr th p {
    margin-top: 0;
  }
  .footer-main {
    padding: 25px 0 20px;
  }
  .footer-main__inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .footer-main__info {
    flex: auto;
    width: 100%;
  }
  .footer-main__nav {
    flex: auto;
    width: 100%;
  }
  .footer-main__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .footer-main__company {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .footer-main__address {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
  .footer-nav {
    flex-direction: column;
    gap: 25px;
  }
  .footer-nav__ttl {
    font-size: 16px;
    letter-spacing: 0.06em;
    margin-bottom: 0;
    padding: 0 0 9px;
  }
  .footer-nav__ttl--shopping {
    padding-left: 25px;
  }
  .footer-nav__ttl--shopping::before {
    left: 0px;
    top: 5px;
    width: 16px;
    height: 16px;
  }
  .footer-nav__ttl--company {
    padding-left: 25px;
  }
  .footer-nav__ttl--company::before {
    left: 0;
    top: 8px;
    width: 22px;
    height: 13px;
  }
  .footer-nav__list {
    flex: auto;
    width: 100%;
  }
  .footer-nav__list li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #e5e5e5;
    font-size: 14px;
    letter-spacing: 0.06em;
    padding: 0 40px 0 8px;
  }
  .footer-nav__list li a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/common/circle-arrow-light_b.svg) center/contain no-repeat;
  }
  .footer-bottom {
    padding: 0 0 30px;
    border-top: none;
  }
  .footer-bottom__nav {
    display: block;
    border: solid 1px #ebebeb;
  }
  .footer-bottom__nav li a {
    display: block;
    padding: 17px 0;
    text-align: center;
  }
  .footer-bottom__nav li:not(:first-child) {
    border-top: solid 1px #ebebeb;
  }
  .footer-bottom__nav li:not(:first-child)::before {
    display: none;
  }
  .footer-copyright {
    height: 40px;
    font-size: 10px;
  }
  .floating-container {
    bottom: 10px;
    right: 10px;
    flex-direction: row-reverse;
    gap: 10px;
  }
  .floating-line {
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
    padding-right: 0;
    margin-left: -8px;
  }
  .floating-line img {
    width: 83px;
  }
  .floating-btns {
    display: flex;
    gap: 10px;
    border-radius: unset;
    box-shadow: none;
    overflow: auto;
  }
  .floating-btns__item {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 1.2727272727;
    padding: 36px 0 0;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
  }
  .floating-btns__item::after {
    display: none;
  }
  .floating-btns__item--cart {
    display: none;
  }
  .floating-btns__item--search::before {
    top: 9px;
    width: 24px;
    height: 24px;
  }
}
