@charset "UTF-8";
/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
  display: none;
}

.premier {
  font-size: 62.5%;
  margin: auto;
  color: #000;
  font-feature-settings: "palt";
  /* 一部ブラウザで消えなかった場合は以下も追記 */
}
.premier * {
  box-sizing: border-box;
}
.premier small {
  color: inherit !important;
}
.premier img {
  max-width: 100%;
  pointer-events: none;
  user-select: none;
}
.premier summary {
  display: block;
  list-style: none;
}
.premier summary::-webkit-details-marker {
  display: none;
}
.premier__fv {
  text-align: center;
  background: #0f214f;
}
@media (max-width: 1160px) {
  .premier__fv {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (min-width: 1161px) {
  .premier__fv {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    overflow: hidden;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .premier__fv {
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }
}
.premier__fv h1 {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 1161px) {
  .premier__fv h1 img {
    min-width: 1982px;
  }
}
.premier__fvread {
  position: relative;
  z-index: 0;
  padding: 40px 0;
}
@media (max-width: 1200px) {
  .premier__fvread {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .premier__fvread {
    padding: 20px 0;
  }
}
.premier__fvread:before {
  pointer-events: none;
  position: absolute;
  content: "";
  background-color: #ebead8;
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.premier__fvread__anchor {
  display: flex;
  gap: 26px;
  max-width: 1290px;
  margin: auto;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .premier__fvread__anchor {
    gap: 15px;
    max-width: 600px;
    margin-top: 20px;
  }
}
.premier__fvread__anchor .anchor-btn {
  max-width: calc(33.3333333333% - 18px);
  width: 100%;
}
@media (max-width: 768px) {
  .premier__fvread__anchor .anchor-btn {
    max-width: calc(50% - 8px);
  }
}
.premier__fvread__anchor .anchor-btn a {
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  background: #fff;
  border-radius: 60px;
  display: block;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px 20px 30px;
  text-align: center;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #172756;
  font-size: 2rem;
  background: #C9A87C;
  background: linear-gradient(0deg, rgb(201, 168, 124) 0%, rgb(213, 187, 108) 26%, rgb(243, 236, 204) 100%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2rem;
  gap: 10px;
  height: 100%;
}
@media (max-width: 1200px) {
  .premier__fvread__anchor .anchor-btn a {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .premier__fvread__anchor .anchor-btn a {
    font-size: 1.2rem;
    padding: 10px 20px 10px 15px;
    gap: 5px;
  }
}
.premier__fvread__anchor .anchor-btn a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid #172756;
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .premier__fvread__anchor .anchor-btn a:before {
    right: 10px;
  }
}
.premier__fvread__anchor .anchor-btn a:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.premier__fvread .sectionread {
  text-align: center;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #172756;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  .premier__fvread .sectionread {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.premier__itemlist {
  position: relative;
  padding: 50px 0;
  z-index: 0;
}
.premier__itemlist:before {
  position: absolute;
  content: "";
  background-color: #172756;
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.premier__itemlist .secitem {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .premier__itemlist .secitem {
    margin-bottom: 40px;
  }
}
.premier__itemlist .secitem__inner {
  margin: 0 auto;
}
.premier__itemlist .secitem__header {
  flex-direction: column;
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
  margin-bottom: 3.2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .premier__itemlist .secitem__header {
    margin-bottom: 1.6rem;
  }
}
.premier__itemlist .secitem__header-icon img {
  display: block;
  width: 40px;
  height: auto;
}
.premier__itemlist .secitem__header-text {
  display: flex;
  flex-direction: column;
  background-color: #172756;
  width: 100%;
  text-align: center;
}
.premier__itemlist .secitem__subtitle {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .premier__itemlist .secitem__subtitle {
    font-size: clamp(1.2rem, 3vw, 2.2rem);
  }
}
.premier__itemlist .secitem__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 7rem;
  letter-spacing: 0.15em;
  margin-top: 10px;
  background: #C9A87C;
  background: linear-gradient(0deg, rgb(201, 168, 124) 0%, rgb(213, 187, 108) 26%, rgb(243, 236, 204) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .premier__itemlist .secitem__title {
    margin-top: 5px;
    font-size: clamp(3rem, 5vw, 7rem);
  }
}
.premier__itemlist .secitem__title:before, .premier__itemlist .secitem__title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #C9A87C;
  background: linear-gradient(0deg, rgb(201, 168, 124) 0%, rgb(213, 187, 108) 26%, rgb(243, 236, 204) 100%);
}
.premier__itemlist .secitem__title:before {
  margin-right: 1rem;
}
.premier__itemlist .secitem__titler:after {
  margin-left: 1rem;
}
.premier__itemlist .secitem__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4.4rem;
}
@media (max-width: 768px) {
  .premier__itemlist .secitem__list {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.premier__itemlist .secitem-item {
  background-color: #fff;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .premier__itemlist .secitem-item {
    padding: 3rem 2rem;
  }
}
.premier__itemlist .secitem-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
.premier__itemlist .secitem-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 7px;
  top: 7px;
  background: #C9A87C;
  background: linear-gradient(0deg, rgb(201, 168, 124) 0%, rgb(213, 187, 108) 26%, rgb(243, 236, 204) 100%);
  z-index: -2;
}
.premier__itemlist .secitem-item__upper {
  display: flex;
  column-gap: 1.6rem;
}
@media (max-width: 768px) {
  .premier__itemlist .secitem-item__upper {
    flex-direction: column;
  }
}
.premier__itemlist .secitem-item__thumb {
  flex: 0 0 22rem;
}
@media (max-width: 768px) {
  .premier__itemlist .secitem-item__thumb {
    flex: 0 0 auto;
    margin: auto;
    margin-bottom: 1.2rem;
    width: 70%;
  }
}
.premier__itemlist .secitem-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.premier__itemlist .secitem-item__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.premier__itemlist .secitem-item__name {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}
@media (max-width: 768px) {
  .premier__itemlist .secitem-item__name {
    font-size: 2rem;
  }
}
.premier__itemlist .secitem-item__price {
  margin-top: auto;
  color: #c1272d;
  text-align: right;
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.premier__itemlist .secitem-item__price-saf {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 0.4rem;
  display: inline-block;
  color: #000;
  line-height: 1.2;
}
.premier__itemlist .secitem-item__price-unit {
  font-size: 2rem;
  margin-left: 0.4rem;
}
.premier__itemlist .secitem-item__note {
  font-size: 1.2rem;
  font-weight: 700;
}
.premier__itemlist .secitem-item__lower {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
@media (min-width: 769px) {
  .premier__itemlist .secitem-item__lower {
    padding-top: 1rem;
  }
}
.premier__itemlist .secitem-item__headline {
  position: relative;
  z-index: 1;
}
.premier__itemlist .secitem-item__headline span {
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50vh;
  padding: 6px 15px;
  line-height: 1;
  background: #C9A87C;
  margin-bottom: 0;
  background: linear-gradient(45deg, rgb(201, 168, 124) 0%, rgb(213, 187, 108) 26%, rgb(243, 236, 204) 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .premier__itemlist .secitem-item__headline span {
    font-size: 1.2rem;
  }
}
.premier__itemlist .secitem-item__headline:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #C9A87C;
  background: linear-gradient(0deg, rgb(201, 168, 124) 0%, rgb(213, 187, 108) 26%, rgb(243, 236, 204) 100%);
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
.premier__itemlist .secitem-item__desc {
  font-size: 1.5rem;
  line-height: 210%;
}
@media (max-width: 768px) {
  .premier__itemlist .secitem-item__desc {
    font-size: 1.2rem;
  }
}
.premier__itemlist .secitem-item .nomal-btn {
  width: 90%;
  margin: auto;
}
.premier__itemlist .secitem-item .nomal-btn a {
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  background: #fff;
  border-radius: 60px;
  display: block;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px 20px 30px;
  text-align: center;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 2rem;
  background: #901B21;
  background: linear-gradient(0deg, rgb(144, 27, 33) 0%, rgb(193, 39, 45) 100%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2rem;
  gap: 10px;
  height: 100%;
}
@media (max-width: 1200px) {
  .premier__itemlist .secitem-item .nomal-btn a {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .premier__itemlist .secitem-item .nomal-btn a {
    font-size: 1.2rem;
    padding: 10px 20px 10px 15px;
    gap: 5px;
  }
}
.premier__itemlist .secitem-item .nomal-btn a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid #fff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .premier__itemlist .secitem-item .nomal-btn a:before {
    right: 10px;
  }
}
.premier__itemlist .secitem-item .nomal-btn a:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.premier .bnrlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .premier .bnrlist {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}/*# sourceMappingURL=style.css.map */