
@charset "UTF-8";
:root {
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-futura: "Futura PT", sans-serif;
  --font-kiwi: "Kiwi Maru", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: #fff;
  color: #202020;
  font-family: 游ゴシック, yu gothic, yugothic, ヒラギノ角ゴ pro w3, ヒラギノ角ゴ w3, hiragino kaku gothic pron, hiragino kaku gothic, メイリオ, meiryo, noto sans, noto sans cjk jp, system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.7;
}

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

.bold {
  font-weight: bold;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

.returntop {
  display: none;
  position: fixed;
  bottom: min(25px, 6.67vw);
  right: min(10px, 2.67vw);
  z-index: 999;
}
.returntop a {
  display: block;
  width: min(40px, 10.67vw);
  height: min(40px, 10.67vw);
  color: #fff;
  font-size: min(23px, 6.13vw);
  text-indent: -999em;
  text-decoration: none;
  border-radius: 100%;
  position: relative;
}
.returntop a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/return-top.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .returntop {
    bottom: 40px;
    right: 40px;
  }
  .returntop a {
    width: 60px;
    height: 60px;
  }
}

.container {
  padding: 0 2rem;
  --max-width: 892px;
  max-width: calc(var(--max-width) + 4rem);
  margin-left: auto;
  margin-right: auto;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1070px;
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 36px;
  padding-bottom: 5px;
  color: #fff;
  background-color: #000000;
  cursor: pointer;
}

.modal-content img {
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
}

.auto-phrase {
  word-break: auto-phrase;
}

.summer-sale {
  font-family: "Noto Sans JP", sans-serif;
}
.summer-sale .kv .inner {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.summer-sale .summer-content {
  background-color: #e60012;
  background: #e60012 url(../images/bg-front.png) no-repeat top center/cover;
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .summer-sale .summer-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-size: 45rem;
    background-repeat: repeat-y;
  }
}
.summer-sale .sec-item + .sec-item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item + .sec-item {
    margin-top: 6rem;
  }
}
.summer-sale .sec-item-label {
  text-align: center;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #ffe200;
  padding: 0.2rem 0;
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item-label {
    font-size: 1.8rem;
  }
}
.summer-sale .sec-item ._list {
  margin-top: 3.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item ._list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2.5rem;
  }
}
.summer-sale .sec-item ._list ._item {
  background-color: #f4eae4;
  display: flex;
  flex-direction: column;
}
.summer-sale .sec-item ._list ._item-body {
  flex: 1;
  min-height: 12.4rem;
  padding: 1rem 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item ._list ._item-body {
    min-height: 9.4rem;
    padding: 1rem 0.1rem;
  }
}
.summer-sale .sec-item ._list ._item-body:has(> ._note) {
  padding-bottom: 2rem;
}
.summer-sale .sec-item ._list ._item-body ._txt {
  color: #ff0010;
  text-align: center;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 700;
}
.summer-sale .sec-item ._list ._item-body ._txt.-fs13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item ._list ._item-body ._txt {
    font-size: 1.1rem;
  }
  .summer-sale .sec-item ._list ._item-body ._txt.-fs13 {
    font-size: 0.9rem;
  }
}
.summer-sale .sec-item ._list ._item-body ._txt-off {
  color: #ff0010;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.06;
}
.summer-sale .sec-item ._list ._item-body ._txt-off .small {
  font-size: 3.3rem;
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item ._list ._item-body ._txt-off {
    font-size: 2.2rem;
  }
  .summer-sale .sec-item ._list ._item-body ._txt-off .small {
    font-size: 1.8rem;
  }
}
.summer-sale .sec-item ._list ._item-body ._note {
  text-align: center;
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item ._list ._item-body ._note {
    font-size: 1rem;
    bottom: 0.7rem;
  }
}
.summer-sale .sec-item ._list ._item-body ._txt02 {
  color: #ff0010;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item ._list ._item-body ._txt02 {
    font-size: 1.8rem;
  }
}
.summer-sale .sec-item ._list ._item-body ._txt03 {
  color: #ff0010;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item ._list ._item-body ._txt03 {
    font-size: 1.3rem;
  }
}
.summer-sale .sec-item ._list ._item-body ._txt03.-fs18 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item ._list ._item-body ._txt03.-fs18 {
    font-size: 0.9rem;
  }
}
.summer-sale .sec-item ._list ._item-body ._item-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.summer-sale .sec-item ._list ._item-body ._item-flex ._txt03 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item ._list ._item-body ._item-flex {
    gap: 0.3rem;
  }
}
.summer-sale .sec-item ._list ._item-body_top {
  border-bottom: 1px dashed #aaa;
  width: 100%;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.summer-sale .sec-item ._list ._item-body_top ._note {
  position: inherit;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item ._list ._item-body_top ._txt {
    font-size: 0.9rem;
  }
  .summer-sale .sec-item ._list ._item-body_top ._txt-off {
    font-size: 2rem;
  }
  .summer-sale .sec-item ._list ._item-body_top ._txt-off .small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item ._list ._item-body_bottom ._txt {
    font-size: 0.9rem;
  }
}
.summer-sale .sec-item-note {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  padding: 24px 22px;
  background: #931d22;
  margin-top: 7.8rem;
}
@media screen and (max-width: 767px) {
  .summer-sale .sec-item-note {
    font-size: 1.2rem;
    padding: 2rem 1.5rem;
  }
}

/***fix***/
.headerB,
.footerBanner {
  background-color: #fff;
}

.snsArea {
  background-color: #fff;
}

html body {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  a:hover img,
  .hover:hover,
  .link a:hover,
  .pic a:hover,
  .gNav a:hover,
  .headerLogin a:hover,
  .pdfBtn a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .coredo-cms-wrapper header .inner-content nav {
    gap: 10px;
    padding: 0 12px;
  }
}



