@charset "UTF-8";
/* --------------------
 Variables
-------------------- */
/*---------------------
Mixins
-----------------------*/
/* --------------------
 base layouts
-------------------- */
body.responsive #areaWrapper1 {
  width: auto;
}

@media screen and (max-width: 768px) {
  #mainArea {
    margin: 0;
  }
}
.siteStructureWrap .pbBlockNavigation a:nth-child(3) {
  display: none;
}

#sevenpremium {
  padding: 0;
  box-sizing: border-box;
  color: #333;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  position: relative;
}
#sevenpremium img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
#sevenpremium .content_inner {
  padding: 4em;
}
#sevenpremium .content_area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
#sevenpremium .section_margin {
  margin-bottom: 4rem;
}
#sevenpremium .inner_padding {
  padding: 0 1rem;
}
#sevenpremium .section_title {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
  /*font-size: 2.4em;*/
  font-size: 38px;
}
#sevenpremium .section_title span:not(.nw) {
  padding: 0 1.5em;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
#sevenpremium .section_title span:not(.nw)::before {
  content: "";
  display: inline-block;
  height: 0.2em;
  width: 1.1em;
  background: linear-gradient(to right, #ed7700 0.2em, rgba(226, 0, 19, 0) 0.2em, rgba(226, 0, 19, 0) 0.3em, #e20013 0.3em, #e20013 0.5em, rgba(226, 0, 19, 0) 0.5em, rgba(226, 0, 19, 0) 0.6em, #007d30 0.6em, #007d30 0.8em, rgba(0, 125, 48, 0) 0.8em, rgba(0, 125, 48, 0) 0.9em, #1d2088 0.9em, #1d2088 1.1em);
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  #sevenpremium .section_title span:not(.nw)::before {
    width: 38px;
    height: 8px;
    background: linear-gradient(to right, #ed7700 8px, rgba(226, 0, 19, 0) 8px, rgba(226, 0, 19, 0) 10px, #e20013 10px, #e20013 18px, rgba(226, 0, 19, 0) 18px, rgba(226, 0, 19, 0) 20px, #007d30 20px, #007d30 28px, rgba(0, 125, 48, 0) 28px, rgba(0, 125, 48, 0) 30px, #1d2088 30px, #1d2088 38px);
  }
}
#sevenpremium .section_title span:not(.nw)::after {
  content: "";
  display: inline-block;
  height: 0.2em;
  width: 1.1em;
  background: linear-gradient(to right, #ed7700 0.2em, rgba(226, 0, 19, 0) 0.2em, rgba(226, 0, 19, 0) 0.3em, #e20013 0.3em, #e20013 0.5em, rgba(226, 0, 19, 0) 0.5em, rgba(226, 0, 19, 0) 0.6em, #007d30 0.6em, #007d30 0.8em, rgba(0, 125, 48, 0) 0.8em, rgba(0, 125, 48, 0) 0.9em, #1d2088 0.9em, #1d2088 1.1em);
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 768px) {
  #sevenpremium .section_title span:not(.nw)::after {
    width: 38px;
    height: 8px;
    background: linear-gradient(to right, #ed7700 8px, rgba(226, 0, 19, 0) 8px, rgba(226, 0, 19, 0) 10px, #e20013 10px, #e20013 18px, rgba(226, 0, 19, 0) 18px, rgba(226, 0, 19, 0) 20px, #007d30 20px, #007d30 28px, rgba(0, 125, 48, 0) 28px, rgba(0, 125, 48, 0) 30px, #1d2088 30px, #1d2088 38px);
  }
}
#sevenpremium .btnBack {
  display: inline-block;
  background-color: #fff;
}
#sevenpremium .btnBack a {
  display: inline-block;
  position: relative;
  padding: 15px 5px;
  width: 20rem;
  color: #000;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
}
#sevenpremium .btnBack a ::after {
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -5px;
  height: 10px;
  width: 10px;
  content: "";
  transform: rotate(225deg);
  border-right: 2px solid #666;
  border-top: 2px solid #666;
}
#sevenpremium .note {
  color: #666;
  line-height: 1.5;
  margin-left: 1em;
  text-indent: -1em;
}
#sevenpremium .note img {
  vertical-align: baseline;
}
#sevenpremium .note li {
  font-size: 12px;
}
#sevenpremium .note li::before {
  content: "※";
}

@media screen and (max-width: 768px) {
  #sevenpremium {
    width: 100%;
  }
  #sevenpremium .content_inner {
    padding: 5vw;
  }
  #sevenpremium .content_area {
    padding: 10vw 5vw;
  }
  #sevenpremium .section_margin {
    margin-bottom: 10vw;
  }
  #sevenpremium .inner_padding {
    padding: 0 2.5vw;
  }
  #sevenpremium .section_title {
    margin-bottom: 5vw;
    /*font-size: max(1.8rem, min(8vw, 3rem));*/
    font-size: 28px;
  }
  #sevenpremium .section_title span:not(.nw) {
    padding: 0 48px;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #sevenpremium .btnBack {
    display: block;
    margin: 10px;
  }
  #sevenpremium .btnBack a {
    box-sizing: border-box;
    font-size: 0.95em;
    padding: 12px 5px;
    width: 100%;
  }
}
/* --------------------
 Helper
-------------------- */
.br::before {
  content: "\a";
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}
@media print, (min-width: 769px) {
  .pc_br::before {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (max-width: 768px) {
  /* PC-SP Switch */
  .dispPC {
    display: none !important;
  }
}
@media print, (min-width: 769px), print {
  /* PC-SP Switch */
  .dispSP {
    display: none !important;
  }
}
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.nw {
  display: inline-block;
}

.keepall {
  word-break: keep-all;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.small {
  font-size: 0.9rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .small {
    font-size: 12px;
  }
}
/* --------------------
段組み（flexバージョン）
-------------------- */
*[class*=col].justify-center {
  gap: 1em;
}

*[class*=col2] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
*[class*=col2] figure {
  display: flex;
  height: 100%;
  flex-direction: column;
}
*[class*=col2].justify-center {
  justify-content: center;
}

*[class*=col2] figure {
  font-size: 1em;
}
*[class*=col2] > * {
  width: 48%;
}
*[class*=col2] > *:nth-child(2n+1) {
  margin-left: 0;
}
*[class*=col2].justify-center {
  gap: 2rem;
}
*[class*=col2].justify-center > * {
  width: calc(48% - 1rem);
}
*[class*=col2].justify-center > *:nth-child(2n+1) {
  margin: 0;
}

@media screen and (max-width: 768px) {
  *[class*=col2] figure {
    font-size: max(1em, min(4vw, 1em));
  }
  *[class*=col2].justify-center {
    gap: 5vw;
  }
  .col2-1 > *,
.col2-1.justify-center > *,
.col3-1 > *,
.col3-1.justify-center > * {
    width: 100%;
  }
  *[class*=col].justify-center {
    gap: 5vw;
  }
}
.item_name,
.item_price,
.item_region {
  font-weight: bold;
  margin-bottom: 5px;
}

.item_region::before {
  content: "";
  border-left: solid 5px #be0f28;
  margin-right: 5px;
}

*[class^=col] .btn a {
  font-size: 0.8em;
}

/* --------------------
理想の献立
-------------------- */
#sevenpremium #kondate {
  font-size: 1em;
}
#sevenpremium #kondate .content_area > p {
  text-align: center;
  margin-bottom: 2rem;
}
#sevenpremium #kondate .anshin_links li {
  position: relative;
  font-size: 1em;
}
#sevenpremium #kondate .anshin_links li img {
  width: 100%;
}
#sevenpremium #kondate .btn {
  text-align: center;
}
#sevenpremium #kondate .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: transparent;
  font-size: 16px;
  color: #008833;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1.5em;
  position: relative;
  border: 0.1em solid #008833;
  border-radius: 999px;
  transition: 0.2s ease;
  box-sizing: border-box;
  background-color: #fff;
}
#sevenpremium #kondate .btn a::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.16em solid #008833;
  border-right: 0.16em solid #008833;
  transform: translate(0.3em, 0) rotate(45deg);
}
#sevenpremium #kondate .btn a:hover {
  color: #fff;
  background-color: #008833;
}
#sevenpremium #kondate .btn a:hover::after {
  border-top: 0.16em solid #fff;
  border-right: 0.16em solid #fff;
}
@media screen and (max-width: 768px) {
  #sevenpremium #kondate .btn a {
    width: 100%;
    min-height: 45px;
    font-size: 14px;
  }
}
#sevenpremium #kondate .btn a::after {
  border-color: #fe5c00;
}

@media print, (min-width: 769px) {
  #sevenpremium #kondate .content_area {
    padding-right: 0;
    padding-left: 0;
  }
  #sevenpremium #kondate .btn {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #sevenpremium #kondate .btn a {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #sevenpremium #kondate {
    font-size: 14px;
  }
  #sevenpremium #kondate .content_area {
    padding-bottom: 0;
  }
  #sevenpremium #kondate .content_area > p {
    margin-bottom: 5vw;
    /*font-size: max(0.8em, min(3vw,1em));*/
  }
  #sevenpremium #kondate .btn {
    margin-top: 2.5vw;
  }
}
/* --------------------
lineup
-------------------- */
#sevenpremium .lineup_title {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
}
#sevenpremium .lineup_title img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #sevenpremium .lineup {
    padding-bottom: 2rem;
  }
  #sevenpremium .lineup_note {
    padding: 0 1rem;
    box-sizing: border-box;
    position: static;
    transform: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #sevenpremium .lineup_title img {
    width: 90%;
  }
}
/*---------------
予告
---------------*/
#sevenpremium .pre {
  font-size: 2.6rem;
  font-weight: bold;
  color: #ffffff;
  padding: 0.8rem 0;
  background-color: #000000;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #sevenpremium .pre {
    font-size: 7vw;
    padding: 2vw 0;
  }
}
/*----------------------
KV
----------------------*/
@-webkit-keyframes title_fade {
  to {
    opacity: 1;
  }
}
@keyframes title_fade {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes toRight {
  to {
    transform: translateX(0);
  }
}
@keyframes toRight {
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes toTop {
  to {
    transform: translateY(0);
  }
}
@keyframes toTop {
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes toBottom {
  to {
    transform: translateY(0);
  }
}
@keyframes toBottom {
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes toLeft {
  to {
    transform: translateX(0);
  }
}
@keyframes toLeft {
  to {
    transform: translateX(0);
  }
}
#sevenpremium .kv_container {
  position: relative;
  margin: 0 auto;
  height: auto;
  max-width: 1200px;
}
#sevenpremium .kv_container .kv_head {
  -webkit-animation: title_fade 1s;
          animation: title_fade 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  box-sizing: border-box;
  width: 50%;
}
#sevenpremium .kv_container .kv_head img {
  width: 100%;
}

#sevenpremium .kv {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /*
  &_bg-gold {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background-image: url(./2408/bg-gold.webp);
    background-size: 100% 100%;
  }
  &_bg-red {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    background-image: url(./2408/bg-red.webp);
    background-size: 100% 100%;
  }
  &_logo-gold {
    position: absolute;
    bottom: 13%;
    right: 25%;
    width: 25%;
    transform: translateX(50%);
    margin: 0 auto;
    z-index: 1000;
    img {
      width: 100%;
    }
  }
  &_logo-red {
    position: absolute;
    top: 13%;
    left: 25%;
    width: 25%;
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: 1000;
    img {
      width: 100%;
    }
  }
  &_text-gold {
    position: absolute;
    bottom: 4%;
    right: 25%;
    width: 25%;
    transform: translateX(50%);
    margin: 0 auto;
    z-index: 1000;
    img {
      width: 100%;
    }
  }
  &_text-red {
    position: absolute;
    top: 4%;
    left: 25%;
    width: 35%;
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: 1000;
    img {
      width: 100%;
    }
  }
  &_img-potatoSalad {
    animation: toRight 1.5s cubic-bezier(0.1, 0.52, 0.18, 1);
    transform: translateX(-100%);
    position: absolute;
    animation-fill-mode: forwards;
    top: 18%;
    left: 0%;
    height: 41%;
    width: 50%;
    overflow: hidden;
    &_edit {
      width: 120%;
      margin-left: -13%;
      img {
        width: 100%;
        transform: translateY(-20%);
      }
    }
  }
  &_img-sabamiso {
    animation: toTop 1.5s cubic-bezier(0.1, 0.52, 0.18, 1);
    transform: translateY(-100%);
    animation-fill-mode: forwards;
    position: absolute;
    bottom: 0%;
    left: 0;
    height: 41%;
    width: 50%;
    overflow: hidden;
    &_edit {
      width: 120%;
      margin-left: -10%;
      img {
        width: 100%;
        transform: translateY(-20%);
      }
    }
  }
  &_img-hamburg {
    animation: toBottom 1.5s cubic-bezier(0.1, 0.52, 0.18, 1);
    transform: translateY(100%);
    animation-fill-mode: forwards;
    position: absolute;
    top: 0%;
    right: 0;
    height: 41%;
    width: 50%;
    overflow: hidden;
    &_edit {
      width: 120%;
      margin-left: -10%;
      img {
        width: 100%;
        transform: translateY(-20%);
      }
    }
  }
  &_img-beefStew {
    animation: toLeft 1.5s cubic-bezier(0.1, 0.52, 0.18, 1);
    transform: translateX(100%);
    animation-fill-mode: forwards;
    position: absolute;
    top: 41%;
    right: 0%;
    height: 41%;
    width: 50%;
    overflow: hidden;
    &_edit {
      width: 120%;
      margin-left: -10%;
      img {
        width: 100%;
        transform: translateY(-15%);
      }
    }
  }*/
}

@media screen and (max-width: 768px) {
  #sevenpremium .kv_container .kv_head {
    width: 80%;
    max-width: 350px;
    top: 50%;
    left: 50%;
  }
  #sevenpremium .kv {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  #sevenpremium .kv_bg-red {
    top: 0;
    right: 0;
    bottom: 50%;
    left: 0;
  }
  #sevenpremium .kv_bg-gold {
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #sevenpremium .kv_logo-red {
    top: 50px;
    left: 50%;
    width: 50%;
    max-width: 200px;
  }
  #sevenpremium .kv_logo-gold {
    bottom: 50px;
    right: 50%;
    width: 50%;
    max-width: 200px;
  }
  #sevenpremium .kv_text-gold {
    position: absolute;
    bottom: 20px;
    right: 25%;
    width: 25%;
    transform: translateX(50%);
    margin: 0 auto;
    z-index: 1000;
    max-width: 179px;
  }
  #sevenpremium .kv_text-gold img {
    width: 100%;
  }
  #sevenpremium .kv_text-red {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: 1000;
    max-width: 251px;
  }
  #sevenpremium .kv_text-red img {
    width: 100%;
  }
  #sevenpremium .kv_text-gold {
    position: absolute;
    bottom: 3%;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: 1000;
  }
  #sevenpremium .kv_text-gold img {
    width: 100%;
  }
  #sevenpremium .kv_img-hamburg {
    -webkit-animation: toTop 1.5s cubic-bezier(0.1, 0.52, 0.18, 1);
            animation: toTop 1.5s cubic-bezier(0.1, 0.52, 0.18, 1);
    transform: translateY(-100%);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-clip-path: polygon(0 calc(0% + 13vw), 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 calc(0% + 13vw), 100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: calc(52vw + 75px);
    right: 50%;
    bottom: 13%;
    left: 0;
    height: 65vw;
    width: 50.1%;
    overflow: hidden;
    padding-bottom: 75px;
  }
  #sevenpremium .kv_img-hamburg_edit {
    height: 100%;
    width: 260%;
    margin-left: -75%;
  }
  #sevenpremium .kv_img-hamburg_edit img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transform: translateY(0%);
  }
  #sevenpremium .kv_img-beefStew {
    -webkit-clip-path: polygon(0 calc(0% + 13vw), 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 calc(0% + 13vw), 100% 0, 100% 100%, 0 100%);
    -webkit-animation: toLeft 1.5s cubic-bezier(0.1, 0.52, 0.18, 1);
            animation: toLeft 1.5s cubic-bezier(0.1, 0.52, 0.18, 1);
    transform: translateX(100%);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    position: absolute;
    top: 40%;
    right: 0;
    left: 50%;
    bottom: 13%;
    height: 78vw;
    top: calc(39vw + 75px);
    width: 50%;
    overflow: hidden;
  }
  #sevenpremium .kv_img-beefStew_edit {
    height: 100%;
    width: 180%;
    margin-right: -40%;
  }
  #sevenpremium .kv_img-beefStew_edit img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transform: translateX(-20%);
  }
  #sevenpremium .kv_img-potatoSalad {
    -webkit-animation: toRight 1.5s cubic-bezier(0.1, 0.52, 0.18, 1);
            animation: toRight 1.5s cubic-bezier(0.1, 0.52, 0.18, 1);
    transform: translateX(-100%);
    position: absolute;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13vw), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13vw), 0 100%);
    position: absolute;
    top: 75px;
    left: 0;
    right: 50%;
    bottom: 40%;
    height: 65vw;
    width: 50.1%;
    overflow: hidden;
  }
  #sevenpremium .kv_img-potatoSalad_edit {
    width: 280%;
    margin-left: -60%;
    height: 100%;
  }
  #sevenpremium .kv_img-potatoSalad_edit img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transform: translateX(-10%);
  }
  #sevenpremium .kv_img-sabamiso {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13vw), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13vw), 0 100%);
    -webkit-animation: toBottom 1.5s cubic-bezier(0.1, 0.52, 0.18, 1);
            animation: toBottom 1.5s cubic-bezier(0.1, 0.52, 0.18, 1);
    transform: translateY(100%);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    position: absolute;
    top: 75px;
    right: 0;
    left: 50%;
    bottom: 50%;
    height: 52vw;
    width: 50%;
    overflow: hidden;
  }
  #sevenpremium .kv_img-sabamiso_edit {
    width: 300%;
    margin-left: -100%;
    height: 100%;
  }
  #sevenpremium .kv_img-sabamiso_edit img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transform: translateY(0%);
  }
}
#sevenpremium .brands {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
#sevenpremium .brands > div {
  display: flex;
  gap: 0.35em;
}
#sevenpremium .brands > div img {
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  #sevenpremium .brands {
    gap: 5vw;
  }
  #sevenpremium .brands > img {
    width: 35vw;
  }
  #sevenpremium .brands > div {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(2, auto);
    flex-wrap: wrap;
    gap: 1vw;
    width: calc(100% - 35vw);
  }
  #sevenpremium .brands > div img {
    width: 100%;
    height: auto;
  }
  #sevenpremium .brands > div img:nth-of-type(1) {
    order: 1;
  }
  #sevenpremium .brands > div img:nth-of-type(2) {
    order: 2;
  }
  #sevenpremium .brands > div img:nth-of-type(3) {
    order: 5;
  }
  #sevenpremium .brands > div img:nth-of-type(4) {
    order: 6;
  }
  #sevenpremium .brands > div img:nth-of-type(5) {
    order: 3;
  }
  #sevenpremium .brands > div img:nth-of-type(6) {
    order: 4;
  }
}
/*----------------------
キャンペーン
----------------------*/
#sevenpremium #cmp,
#sevenpremium #cmp-bottom {
  background-color: #f5f4f0;
  font-size: 1em;
}
#sevenpremium #cmp .cmp_col,
#sevenpremium #cmp-bottom .cmp_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
#sevenpremium #cmp .cmp_col li,
#sevenpremium #cmp-bottom .cmp_col li {
  text-align: center;
  width: 30%;
}
#sevenpremium #cmp .cmp_col a,
#sevenpremium #cmp-bottom .cmp_col a {
  display: inline-block;
  background-color: #fff;
  border-radius: 0.5em;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  max-width: 300px;
  box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.16);
  height: 100%;
}
#sevenpremium #cmp .cmp_col a > div,
#sevenpremium #cmp-bottom .cmp_col a > div {
  overflow: hidden;
}
#sevenpremium #cmp .cmp_col a img,
#sevenpremium #cmp-bottom .cmp_col a img {
  transition: transform 0.4s ease-in-out;
  width: auto;
}
#sevenpremium #cmp .cmp_col a:hover img,
#sevenpremium #cmp-bottom .cmp_col a:hover img {
  transform: scale(1.05);
  opacity: 1;
}
#sevenpremium #cmp .cmp_col p,
#sevenpremium #cmp-bottom .cmp_col p {
  padding: 0.5em;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #sevenpremium #cmp .cmp_col.odd,
#sevenpremium #cmp-bottom .cmp_col.odd {
    justify-content: flex-start;
  }
  #sevenpremium #cmp .cmp_col li,
#sevenpremium #cmp-bottom .cmp_col li {
    width: calc(50% - 0.5em);
  }
  #sevenpremium #cmp .cmp_col p,
#sevenpremium #cmp-bottom .cmp_col p {
    padding: 2.5vw;
    /*font-size: max(0.8em, min(3vw, 1em));*/
    font-size: 14px;
  }
}
/*----------------------
フローティング
----------------------*/
#sevenpremium .mf-flt_base_float {
  z-index: 1000;
}

#sevenpremium #float {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.16);
  font-size: 1em;
}
#sevenpremium #float ul {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#sevenpremium #float ul li {
  width: 25%;
  font-size: 1em;
  font-weight: bold;
}
#sevenpremium #float ul a {
  display: inline-block;
  width: 100%;
  padding: 2em 0.5em;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
#sevenpremium #float ul a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 0.16em solid #e55a00;
  border-right: 0.16em solid #e55a00;
  transform: translateY(-0.25em) rotate(45deg);
  margin-left: 0.5em;
  transition: all 0.2s;
}
#sevenpremium #float ul a:hover {
  color: #fe5c00;
  transition: all 0.2s;
}
#sevenpremium #float ul a:hover::after {
  transform: translateY(0em) rotate(45deg);
}

@media screen and (max-width: 768px) {
  #sevenpremium #float ul {
    flex-wrap: wrap;
  }
  #sevenpremium #float ul li {
    width: 50%;
    /*font-size: max(0.8em, min(3vw, 1em));*/
    font-size: 14px;
  }
  #sevenpremium #float ul a {
    padding: 1em 5vw 1.5em;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sevenpremium #float ul a::after {
    position: absolute;
    bottom: 0.75em;
    left: 50%;
    margin: 0;
    border-bottom: 0.2em solid #e55a00;
    border-right: 0.2em solid #e55a00;
    transform: translate(-50%, 0em) rotate(45deg);
  }
  #sevenpremium #float ul a:hover::after {
    transform: translate(-50%, 0.25em) rotate(45deg);
  }
}
/* --------------------
movie
-------------------- */
#sevenpremium #movie {
  margin-top: 2rem;
  font-size: 1em;
}
#sevenpremium #movie .section_title {
  font-size: 2em;
}
#sevenpremium #movie .col2-1 {
  width: 100%;
}
#sevenpremium #movie .col2-1 li {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
#sevenpremium #movie .col2-1 a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#sevenpremium #movie .col2-1 a figure > div {
  width: 600px;
  overflow: hidden;
  margin: 0 auto 0.5em;
}
#sevenpremium #movie .col2-1 a figure > div img {
  width: 100%;
  transition: transform 0.4s ease-in-out;
}
#sevenpremium #movie .col2-1 a figcaption p {
  font-size: 1em;
}
#sevenpremium #movie .col2-1 a:hover {
  color: #fe5c00;
  transition: all 0.2s;
}
#sevenpremium #movie .col2-1 a:hover img {
  transform: scale(1.05);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #sevenpremium #movie {
    margin-top: 5vw;
  }
  #sevenpremium #movie .section_title {
    /*font-size: max(1.7em, min(7vw, 2em));*/
    font-size: 24px;
  }
  #sevenpremium #movie .col2-1 a {
    /*font-size: max(0.8rem, min(4vw, 1em));*/
    font-size: 14px;
  }
  #sevenpremium #movie .col2-1 a figure > div {
    max-width: 450px;
    width: 100%;
  }
}
/* --------------------
商品ラインナップ
-------------------- */
#sevenpremium #lineup .lineup_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5em;
}
#sevenpremium #lineup li {
  width: 20%;
  padding: 0.5em;
  box-sizing: border-box;
}
#sevenpremium #lineup a {
  display: flex;
  align-items: center;
  height: 100%;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  background-color: #fff;
  border-radius: 0.5em;
  box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.16);
  padding: 0.75em 0.5em;
  box-sizing: border-box;
  transition: all 0.2s;
}
#sevenpremium #lineup a img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
#sevenpremium #lineup a:hover {
  color: #fe5c00;
}
#sevenpremium #lineup a:hover img {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #sevenpremium #lineup {
    position: relative;
  }
  #sevenpremium #lineup li {
    width: 50%;
    /*font-size: max(0.8em, min(3vw, 1em));*/
    font-size: 14px;
  }
  #sevenpremium #lineup a img {
    min-width: 40px;
    min-height: 40px;
  }
  #sevenpremium #lineup .lineup_bg {
    position: absolute;
    top: 5%;
    left: 0;
    bottom: -15%;
    right: 0;
    background-image: url(../2408/gradation-sp.png);
    background-size: 100% 100%;
    overflow: visible;
    z-index: -1;
  }
}
/* --------------------
ブランド
-------------------- */
.webp #sevenpremium #gold {
  background: url(../bg_gold.webp) repeat center/150px;
}

.webp #sevenpremium #premium {
  background: url(../bg_premium.webp) repeat center/100% auto;
}
@media screen and (max-width: 768px) {
  .webp #sevenpremium #premium {
    background: linear-gradient(to top, transparent 0%, transparent 90%, #fff 100%), url(../bg_premium.webp) repeat center/100% auto;
  }
}

.no-webp #sevenpremium #gold {
  background: url(../bg_gold.webp) repeat center/150px;
}

.no-webp #sevenpremium #premium {
  background: url(../bg_premium.webp) repeat center/100% auto;
}

#sevenpremium #brand {
  font-size: 1em;
}
#sevenpremium #brand > .content_area {
  padding-bottom: 0;
}
#sevenpremium .brand_section {
  padding-bottom: 4rem;
}
#sevenpremium .brand_head {
  text-align: center;
  font-size: 1em;
}
#sevenpremium .brand_head h3 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
#sevenpremium .brand_head h3 > span {
  display: block;
  margin-top: 0.5em;
}
#sevenpremium .brand_head h3 img {
  max-width: 100px !important;
}
#sevenpremium .brand_pickup_title {
  font-size: 2em;
  text-align: center;
  color: #d2b300;
  margin-bottom: 2rem;
  font-weight: bold;
}
#sevenpremium .brand_pickup_title .small {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
#sevenpremium .brand_timeline_text {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0.5em !important;
}
#sevenpremium .brand_pickup_text {
  width: 50%;
}
#sevenpremium .brand_pickup > div p {
  line-height: 2;
}
#sevenpremium .brand_bnr {
  text-align: center;
}
#sevenpremium .brand_bnr .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: transparent;
  font-size: 16px;
  color: #d2b300;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1.5em;
  position: relative;
  border: 0.1em solid #d2b300;
  border-radius: 999px;
  transition: 0.2s ease;
  box-sizing: border-box;
}
#sevenpremium .brand_bnr .btn a::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.16em solid #d2b300;
  border-right: 0.16em solid #d2b300;
  transform: translate(0.3em, 0) rotate(45deg);
}
#sevenpremium .brand_bnr .btn a:hover {
  color: #fff;
  background-color: #d2b300;
}
#sevenpremium .brand_bnr .btn a:hover::after {
  border-top: 0.16em solid #fff;
  border-right: 0.16em solid #fff;
}
@media screen and (max-width: 768px) {
  #sevenpremium .brand_bnr .btn a {
    width: 100%;
    min-height: 45px;
    font-size: 14px;
  }
}
#sevenpremium .brand_items {
  border-color: #dddddd;
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(221, 221, 221, 0.2);
}
#sevenpremium .brand_items figure .item_price {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.25em !important;
}
#sevenpremium .brand_items_area .item_link > span {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 0.25em;
  display: block;
  text-align: left;
}
#sevenpremium .brand_items_area .item_link a {
  width: 100%;
}
#sevenpremium .brand_items figure > div {
  text-align: center;
  padding: 2rem;
  box-sizing: border-box;
}
#sevenpremium .brand_items figure > div img {
  width: auto;
}
#sevenpremium .brand_items figure h4 {
  margin-bottom: 0.8rem;
  color: #1d2088;
  font-size: 1.5em;
  text-decoration: none;
  font-weight: bold;
}
#sevenpremium .brand_items figure dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
}
#sevenpremium .brand_items figure .item_price {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.25em;
}
#sevenpremium .brand_items figure .item_detail {
  width: 100%;
}
#sevenpremium .brand_items figure dt:not(.item_price, .item_detail),
#sevenpremium .brand_items figure dd:not(.item_price, .item_detail) {
  font-size: 12px;
}
#sevenpremium .brand_items figure .item_area {
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 1;
  margin-top: 1rem;
}
#sevenpremium .brand_items figure .item_date {
  margin-top: 1rem;
  font-size: 14px;
}
#sevenpremium .brand_items figure .btn {
  margin-top: 1rem;
}
#sevenpremium .brand_items figure .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: transparent;
  font-size: 16px;
  color: #d2b300;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1.5em;
  position: relative;
  border: 0.1em solid #d2b300;
  border-radius: 999px;
  transition: 0.2s ease;
  box-sizing: border-box;
}
#sevenpremium .brand_items figure .btn a::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.16em solid #d2b300;
  border-right: 0.16em solid #d2b300;
  transform: translate(0.3em, 0) rotate(45deg);
}
#sevenpremium .brand_items figure .btn a:hover {
  color: #fff;
  background-color: #d2b300;
}
#sevenpremium .brand_items figure .btn a:hover::after {
  border-top: 0.16em solid #fff;
  border-right: 0.16em solid #fff;
}
@media screen and (max-width: 768px) {
  #sevenpremium .brand_items figure .btn a {
    width: 100%;
    min-height: 45px;
    font-size: 14px;
  }
}
#sevenpremium .brand_items figure .btn > span.item_area {
  font-size: 0.8em;
  margin-bottom: 0.5em;
  padding-left: 0.25em;
  display: block;
  border-left: 0.5em solid #d2b300;
  text-align: left;
}
#sevenpremium .brand_items figure .potatoSalad_image img {
  width: 60% !important;
}
#sevenpremium .brand_items .h4_small {
  font-size: 0.9rem;
}
@media print, (min-width: 769px) {
  #sevenpremium #gold .gold_items {
    padding: 4rem 4rem 0 4rem;
  }
}
#sevenpremium #gold .gold_items h4 {
  color: #d2b300;
}
#sevenpremium #gold .content_area:not(.brand_head) {
  background-color: #231815;
  color: #fff;
}
#sevenpremium #gold .item_price {
  color: #fff;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.25em !important;
}
#sevenpremium #gold .brand_pickup_image {
  margin: 1em auto;
}
#sevenpremium #gold .brand_pickup_images {
  text-align: center;
}
#sevenpremium #gold .brand_pickup_images img {
  width: 100%;
}
#sevenpremium #gold .brand_pickup_images p {
  text-align: left;
  margin-top: 0.5em;
  font-size: 1em;
}
#sevenpremium #gold .brand_bnr .btn {
  text-align: center;
}
#sevenpremium #gold .brand_bnr .btn a {
  width: 100%;
  max-width: 450px;
  margin: 1rem auto 0;
}
#sevenpremium #gold .brand_bnr .btn a svg {
  max-width: 20px;
  margin-left: 0.5em;
  width: 100%;
}
#sevenpremium #gold .brand_bnr .btn a svg .color {
  fill: #d2b300;
}
#sevenpremium #gold .brand_bnr .btn a::after {
  display: none;
}
#sevenpremium #gold .brand_bnr .btn a:hover svg .color {
  fill: #fff;
}
#sevenpremium #gold .brand_pickup_quality {
  clear: both;
}
#sevenpremium #gold .brand_pickup_quality h5 {
  display: inline-flex;
  word-break: keep-all;
  padding: 0.5em;
  min-width: 4em;
  box-sizing: border-box;
  border-radius: 999px;
  background-color: #ba9f02;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
#sevenpremium #gold dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.25em;
}
#sevenpremium #gold dd {
  font-size: 14px;
}
#sevenpremium #premium {
  background-color: #fff;
}
#sevenpremium #premium .other_items {
  border: none;
}
#sevenpremium #premium .other_items figcaption .other_items_area {
  display: flex;
}
#sevenpremium #premium .other_items figcaption .other_items_area .item_link {
  margin: 1em 1em;
  width: 48%;
}
#sevenpremium #premium .other_items figcaption .other_items_area .item_link > span {
  font-size: 0.8em;
  margin-bottom: 0.5em;
  padding-left: 0.25em;
  display: block;
  text-align: left;
}
#sevenpremium #premium .other_items figcaption .other_items_area .item_link a {
  width: 100%;
}
#sevenpremium #premium .other_items figcaption .other_items_area .item_link:first-of-type {
  margin-left: 0;
}
#sevenpremium #premium .other_items figcaption .other_items_area .item_link:last-of-type {
  margin-right: 0;
}
#sevenpremium #premium .content_area:not(.brand_head) {
  background-color: #fff;
}
#sevenpremium #premium .btn {
  margin-top: 1rem;
}
#sevenpremium #premium .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: transparent;
  font-size: 16px;
  color: #1d2088;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1.5em;
  position: relative;
  border: 0.1em solid #1d2088;
  border-radius: 999px;
  transition: 0.2s ease;
  box-sizing: border-box;
}
#sevenpremium #premium .btn a::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.16em solid #1d2088;
  border-right: 0.16em solid #1d2088;
  transform: translate(0.3em, 0) rotate(45deg);
}
#sevenpremium #premium .btn a:hover {
  color: #fff;
  background-color: #1d2088;
}
#sevenpremium #premium .btn a:hover::after {
  border-top: 0.16em solid #fff;
  border-right: 0.16em solid #fff;
}
@media screen and (max-width: 768px) {
  #sevenpremium #premium .btn a {
    width: 100%;
    min-height: 45px;
    font-size: 14px;
  }
}
#sevenpremium #premium .mf-item_link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: transparent;
  font-size: 16px;
  color: #1d2088;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1.5em;
  position: relative;
  border: 0.1em solid #1d2088;
  border-radius: 999px;
  transition: 0.2s ease;
  box-sizing: border-box;
}
#sevenpremium #premium .mf-item_link a::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.16em solid #1d2088;
  border-right: 0.16em solid #1d2088;
  transform: translate(0.3em, 0) rotate(45deg);
}
#sevenpremium #premium .mf-item_link a:hover {
  color: #fff;
  background-color: #1d2088;
}
#sevenpremium #premium .mf-item_link a:hover::after {
  border-top: 0.16em solid #fff;
  border-right: 0.16em solid #fff;
}
@media screen and (max-width: 768px) {
  #sevenpremium #premium .mf-item_link a {
    width: 100%;
    min-height: 45px;
    font-size: 14px;
  }
}
#sevenpremium #premium .brand_pickup_title {
  color: #1d2088;
}
#sevenpremium #premium .brand_pickup_quality h5 {
  display: inline-flex;
  word-break: keep-all;
  padding: 0.5em;
  min-width: 4em;
  box-sizing: border-box;
  border-radius: 999px;
  background-color: #fe5c00;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
#sevenpremium #premium .col2-1 .btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sevenpremium #premium .col2-1 .btn > span {
  font-size: 0.8em;
  margin-bottom: 0.5em;
  padding-left: 0.25em;
  display: block;
  text-align: left;
}
#sevenpremium #premium .col2-1 .btn a {
  width: 100%;
}
#sevenpremium #premium .col2-1 .item_link > span {
  font-size: 0.8em;
  margin-bottom: 0.5em;
  padding-left: 0.25em;
  display: block;
  text-align: left;
}
#sevenpremium #premium .col2-1 .item_link a {
  width: 100%;
}
#sevenpremium #premium dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.25em;
}
#sevenpremium #premium dd {
  font-size: 14px;
}
#sevenpremium #other li {
  font-size: 1em;
  width: 100%;
  height: 100%;
  padding: 2em;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
#sevenpremium #other li h3 {
  font-size: 28px;
  margin-bottom: 1rem;
}
#sevenpremium #other li img {
  width: auto;
}
#sevenpremium #other > .btn {
  text-align: center;
}
#sevenpremium #other > .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: transparent;
  font-size: 16px;
  color: #008833;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1.5em;
  position: relative;
  border: 0.1em solid #008833;
  border-radius: 999px;
  transition: 0.2s ease;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  margin: 1rem auto 0;
}
#sevenpremium #other > .btn a::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.16em solid #008833;
  border-right: 0.16em solid #008833;
  transform: translate(0.3em, 0) rotate(45deg);
}
#sevenpremium #other > .btn a:hover {
  color: #fff;
  background-color: #008833;
}
#sevenpremium #other > .btn a:hover::after {
  border-top: 0.16em solid #fff;
  border-right: 0.16em solid #fff;
}
@media screen and (max-width: 768px) {
  #sevenpremium #other > .btn a {
    width: 100%;
    min-height: 45px;
    font-size: 14px;
  }
}
#sevenpremium #other > .btn a svg {
  max-width: 20px;
  margin-left: 0.5em;
  width: 100%;
}
#sevenpremium #other > .btn a svg .color {
  fill: #008833;
}
#sevenpremium #other > .btn a:hover svg .color {
  fill: #fff;
}
#sevenpremium #other > .btn a::after {
  display: none;
}

@media print, (min-width: 769px) {
  #sevenpremium .content_area {
    padding: 8rem;
  }
  #sevenpremium .brand_items {
    border-color: #dddddd;
  }
  #sevenpremium .brand_items li:not(:last-of-type) {
    margin-bottom: 5rem;
  }
  #sevenpremium .brand_items figure {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    justify-content: space-between;
  }
  #sevenpremium .brand_items figure figcaption {
    width: 48%;
  }
  #sevenpremium .brand_items figure .brand_items_image {
    width: 48%;
  }
  #sevenpremium .brand_items figure .brand_items_image img {
    width: 100%;
  }
  #sevenpremium .brand_items figure .potatoSalad_image img {
    width: 60% !important;
  }
  #sevenpremium .brand_items_area .item_link {
    width: 100%;
  }
  #sevenpremium .brand_items_area .item_link:first-of-type {
    margin-left: 0;
  }
  #sevenpremium .brand_items_area .item_link:last-of-type {
    margin-right: 0;
  }
  #sevenpremium .brand_items .potatoSalad_detail .item_link:first-of-type > span {
    margin-bottom: 2.3em;
  }
  #sevenpremium #premium {
    font-size: 16px;
  }
  #sevenpremium #premium .other_items figure {
    flex-direction: row;
  }
  #sevenpremium #premium .other_items figure figcaption {
    width: 66%;
  }
  #sevenpremium #premium .other_items figure .other_items_image {
    width: 30%;
  }
  #sevenpremium #premium .brand_pickup {
    position: relative;
    font-size: 16px;
  }
  #sevenpremium #premium .brand_pickup > div img {
    float: right;
    margin: 6em auto 0;
    shape-outside: url(../image_saba.png);
    width: 37em;
    shape-margin: 1em;
  }
  #sevenpremium #premium .brand_pickup > div p {
    padding-right: 55%;
    font-size: 1em;
  }
  #sevenpremium #premium .brand_pickup_quality {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 2em;
  }
  #sevenpremium #premium .brand_pickup_quality li {
    font-size: 1em;
    width: calc(50% - 2em);
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
  }
  #sevenpremium #premium .brand_pickup_quality li:nth-of-type(1) {
    position: absolute;
    top: 7em;
    right: 0;
    display: flex;
    align-items: flex-start;
  }
  #sevenpremium #premium .brand_pickup_quality li:nth-of-type(2) {
    width: 35%;
    position: absolute;
    top: 26em;
  }
  #sevenpremium #premium .brand_pickup_quality li:nth-of-type(5) {
    width: 100%;
    align-items: center;
  }
  #sevenpremium #premium .brand_pickup_quality li:nth-of-type(5) dl {
    padding-right: 10em;
    position: relative;
  }
  #sevenpremium #premium .col2-1 > * {
    max-width: 300px;
  }
  #sevenpremium #premium .btn a {
    min-width: 200px;
    max-width: 260px;
    width: 100%;
  }
  #sevenpremium #gold .gold_items li figure .gold_items_image {
    width: 38%;
    padding-top: 0.5rem;
  }
  #sevenpremium #gold .gold_items li figure figcaption {
    width: 54%;
  }
  #sevenpremium #gold .gold_items .beefCurry figure .gold_items_image {
    width: 30%;
    padding-right: 4rem;
    padding-left: 4rem;
  }
  #sevenpremium #gold .gold_items .beefCurry figure figcaption {
    width: 66%;
  }
  #sevenpremium #gold .brand_head {
    padding: 4rem 0;
  }
  #sevenpremium #gold .brand_pickup {
    margin: 0 0 4rem;
  }
  #sevenpremium #gold .brand_pickup_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #sevenpremium #gold .brand_pickup_wrap {
    display: block;
  }
}
@media print, (min-width: 769px) {
  #sevenpremium #gold .brand_pickup > div {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}
@media print, (min-width: 769px) {
  #sevenpremium #gold .brand_timeline {
    margin: 1em 0;
  }
  #sevenpremium #gold .brand_timeline img {
    width: 80%;
    margin: 0 auto;
  }
}
@media print, (min-width: 769px) {
  #sevenpremium #gold .brand_pickup_movie {
    width: 30%;
    margin: 0 auto;
  }
  #sevenpremium #gold .brand_pickup_movie > * {
    width: 100%;
    margin: 1em auto;
    text-align: center;
  }
}
@media print, (min-width: 769px) {
  #sevenpremium #gold .brand_pickup_movie_ichiro {
    margin: 0 auto 4em;
  }
  #sevenpremium #gold .brand_pickup_movie_ichiro li {
    margin: 3em 0;
  }
}
@media print, (min-width: 769px) {
  #sevenpremium #gold .brand_pickup_banner {
    margin: 3em 0;
  }
  #sevenpremium #gold .brand_pickup_banner p {
    font-size: 24px;
    font-weight: bold;
  }
  #sevenpremium #gold .brand_pickup_banner .bnr_image {
    max-width: 640px;
    width: 70%;
    margin: 0 auto;
  }
}
@media print, (min-width: 769px) {
  #sevenpremium #gold .brand_pickup_quality {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 1em;
  }
  #sevenpremium #gold .brand_pickup_quality li {
    font-size: 1em;
    width: calc(33.3333333333% - 1em);
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
    justify-content: center;
  }
}
@media print, (min-width: 769px) {
  #sevenpremium #other.content_area {
    padding-left: 0;
    padding-right: 0;
    /*
    li:nth-of-type(1){
    	grid-area: a;
    	figure{
    		display: flex;
    		align-items: center;
    		gap: 2rem;
    	}
    }*/
  }
  #sevenpremium #other.content_area ul {
    display: grid;
    gap: 2rem;
    grid-template-areas: "a b" "c d";
  }
  #sevenpremium #other.content_area li:nth-of-type(1) {
    grid-area: a;
  }
  #sevenpremium #other.content_area li:nth-of-type(1) figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #sevenpremium #other.content_area li:nth-of-type(1) h3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 70px;
    justify-content: center;
  }
  #sevenpremium #other.content_area li:nth-of-type(1) h3 span {
    display: block;
  }
  #sevenpremium #other.content_area li:nth-of-type(2) {
    grid-area: b;
  }
  #sevenpremium #other.content_area li:nth-of-type(2) figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #sevenpremium #other.content_area li:nth-of-type(2) h3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 70px;
    justify-content: center;
  }
  #sevenpremium #other.content_area li:nth-of-type(2) h3 span {
    display: block;
  }
  #sevenpremium #other.content_area li:nth-of-type(3) {
    grid-area: c;
  }
  #sevenpremium #other.content_area li:nth-of-type(3) figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #sevenpremium #other.content_area li:nth-of-type(3) h3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 70px;
    justify-content: center;
  }
  #sevenpremium #other.content_area li:nth-of-type(4) {
    grid-area: d;
  }
  #sevenpremium #other.content_area li:nth-of-type(4) figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #sevenpremium #other.content_area li:nth-of-type(4) h3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 70px;
    justify-content: center;
  }
  #sevenpremium #other.content_area li:nth-of-type(4) h3 span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #sevenpremium #gold .brand_head.content_area {
    padding: 10vw 0;
  }
  #sevenpremium .brand_section {
    /*font-size: maX(0.8em, min(3vw, 1em));*/
    font-size: 14px;
    padding: 0 5vw 10vw;
  }
  #sevenpremium .brand_head {
    text-align: center;
  }
  #sevenpremium .brand_head h3 {
    /*font-size: max(1.7em, min(7vw, 2em));*/
    font-size: 24px;
    margin-bottom: 1vw;
  }
  #sevenpremium .brand_head h3 > span {
    margin-top: 2.5vw;
  }
  #sevenpremium .brand_head h3 img {
    max-width: 100px !important;
    width: 20vw;
    min-width: 60px;
  }
  #sevenpremium .brand_pickup_title {
    /*font-size: max(1.5em, min(7vw, 1.9em));*/
    font-size: 24px;
    margin-bottom: 5vw;
  }
  #sevenpremium .brand_pickup_title .small {
    /*font-size: 0.6em;*/
    font-size: 16px;
  }
  #sevenpremium .brand_timeline {
    margin: 1em 0;
  }
  #sevenpremium .brand_timeline img {
    width: 100%;
    margin: 0 auto;
  }
  #sevenpremium .brand_timeline_text {
    font-size: 20px;
  }
  #sevenpremium .brand_pickup_movie_ichiro {
    margin: 0 auto 4em;
  }
  #sevenpremium .brand_pickup_movie_ichiro li {
    margin: 3em 0;
  }
  #sevenpremium .brand_pickup_banner {
    margin: 3em 0;
  }
  #sevenpremium .brand_pickup_banner p {
    font-size: 18px;
    font-weight: bold;
  }
  #sevenpremium .brand_pickup > div {
    text-align: center;
    margin-bottom: 5vw;
    display: flex;
    flex-direction: column-reverse;
    /*p {
      text-align: left;
    }*/
  }
  #sevenpremium .brand_pickup > div p:last-of-type {
    margin-bottom: 36px;
  }
  #sevenpremium .brand_pickup_text {
    width: 100%;
    margin-top: 2rem;
  }
  #sevenpremium .brand_pickup_text > p {
    text-align: center;
  }
  #sevenpremium .brand_items {
    margin-top: 45px;
    padding-top: 45px;
  }
  #sevenpremium .brand_items li:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  #sevenpremium .brand_items figure {
    /*font-size: max(0.8em, min(5vw, 1em));*/
  }
  #sevenpremium .brand_items figure > div {
    margin: 0 auto 5vw;
    display: block;
    padding: 0;
  }
  #sevenpremium .brand_items figure > div img {
    width: 100%;
  }
  #sevenpremium .brand_items figure h4 {
    font-size: 20px;
  }
  #sevenpremium .brand_items figure .item_price {
    font-size: 16px;
  }
  #sevenpremium .brand_items figure dt:not(.item_price, .item_detail),
#sevenpremium .brand_items figure dd:not(.item_price, .item_detail) {
    font-size: 12px;
  }
  #sevenpremium .brand_items figure dl {
    display: flex;
    flex-wrap: wrap;
  }
  #sevenpremium .brand_items figure .btn {
    text-align: center;
  }
  #sevenpremium .brand_items_area .item_link {
    width: 230px;
  }
  #sevenpremium #premium .brand_pickup_quality li {
    display: flex;
    align-items: center;
    font-size: max(0.8rem, min(4vw, 1em));
    gap: 5vw;
    position: relative;
  }
  #sevenpremium #premium .brand_pickup_quality li:not(:last-of-type) {
    margin-bottom: 5vw;
  }
  #sevenpremium #premium .brand_pickup_quality h5 {
    display: inline-flex;
    word-break: keep-all;
    padding: 0.5em;
    min-width: 4em;
    box-sizing: border-box;
    border-radius: 999px;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    position: absolute;
    top: 0.25em;
    left: 0;
  }
  #sevenpremium #premium .brand_pickup_quality dt {
    /*font-size: 1.1em;*/
    font-size: 16px;
    padding-left: 4em;
    min-height: 4em;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-weight: bold;
  }
  #sevenpremium #premium .brand_pickup_quality dd {
    font-size: 12px;
  }
  #sevenpremium #premium .btn {
    margin: 1em 0;
  }
  #sevenpremium #premium .col2-1 .btn span {
    font-size: 12px;
  }
  #sevenpremium #premium .other_items {
    padding-top: 0;
  }
  #sevenpremium #premium .other_items figure .other_items_image {
    width: 65%;
  }
  #sevenpremium #premium .other_items figure figcaption .other_items_area {
    display: block;
  }
  #sevenpremium #premium .other_items figure figcaption .other_items_area .item_link {
    width: 230px;
    margin: 1em 0;
  }
  #sevenpremium #gold .gold_items li figure .gold_items_image {
    width: 80%;
  }
  #sevenpremium #gold .gold_items li figure figcaption .item_link {
    width: 240px;
    margin: 2em auto;
  }
  #sevenpremium #gold .brand_pickup {
    margin: 0 0 10vw;
  }
  #sevenpremium #gold .brand_pickup_movie > * {
    text-align: center;
  }
  #sevenpremium #gold .brand_pickup_images {
    max-width: 400px;
    margin: 0 auto;
  }
  #sevenpremium #gold .brand_pickup_images li:first-of-type {
    margin-bottom: 5vw;
  }
  #sevenpremium #gold .brand_pickup_quality li {
    display: flex;
    align-items: center;
    font-size: max(0.8rem, min(4vw, 1em));
    gap: 5vw;
    position: relative;
  }
  #sevenpremium #gold .brand_pickup_quality h5 {
    display: inline-flex;
    word-break: keep-all;
    padding: 0.5em;
    min-width: 4em;
    box-sizing: border-box;
    border-radius: 999px;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1em;
    position: absolute;
    top: 0.25em;
    left: 0;
  }
  #sevenpremium #gold .brand_pickup_quality dt {
    /*font-size: 1.1em;*/
    font-size: 16px;
    padding-left: 4em;
    min-height: 4em;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-weight: bold;
  }
  #sevenpremium #gold .brand_pickup_quality dd {
    font-size: 12px;
  }
  #sevenpremium #gold .beefCurry img {
    width: 65%;
  }
  #sevenpremium #other li {
    padding: 20px;
    font-size: 14px;
  }
  #sevenpremium #other li:not(:last-of-type) {
    /*margin-bottom: 5vw;*/
    margin-bottom: 30px;
  }
  #sevenpremium #other li figure {
    text-align: center;
  }
  #sevenpremium #other li figcaption {
    /*margin-top: 2.5vw;*/
    margin-top: 27px;
  }
  #sevenpremium #other li h3 {
    font-size: 20px;
    /*margin-bottom: 2.5vw;*/
    margin-bottom: 20px;
  }
  #sevenpremium #other li p {
    text-align: left;
  }
  #sevenpremium #other > .btn a {
    max-width: none;
  }
}
/* --------------------
安全・安心
-------------------- */
#sevenpremium #anshin {
  font-size: 1em;
}
#sevenpremium #anshin .content_area > p {
  text-align: center;
  margin-bottom: 2rem;
}
#sevenpremium #anshin .anshin_links li {
  position: relative;
  font-size: 1em;
  margin: 0 auto 1em auto;
  max-width: 970px;
}
#sevenpremium #anshin .anshin_links li img {
  width: 100%;
}
#sevenpremium #anshin .brand_pickup_movie {
  color: #231815;
  text-align: center;
  margin: 1em auto;
  width: 100%;
  text-align: center;
}
#sevenpremium #anshin .brand_pickup_movie > * {
  margin: 1em auto;
  width: 100%;
  text-align: center;
}
#sevenpremium #anshin .brand_pickup_movie > * p {
  font-size: 30px;
  font-weight: bold;
}
#sevenpremium #anshin .brand_pickup_movie img {
  width: 100%;
}
#sevenpremium #anshin .btn {
  text-align: center;
}
#sevenpremium #anshin .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: transparent;
  font-size: 16px;
  color: #008833;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1.5em;
  position: relative;
  border: 0.1em solid #008833;
  border-radius: 999px;
  transition: 0.2s ease;
  box-sizing: border-box;
  background-color: #fff;
}
#sevenpremium #anshin .btn a::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.16em solid #008833;
  border-right: 0.16em solid #008833;
  transform: translate(0.3em, 0) rotate(45deg);
}
#sevenpremium #anshin .btn a:hover {
  color: #fff;
  background-color: #008833;
}
#sevenpremium #anshin .btn a:hover::after {
  border-top: 0.16em solid #fff;
  border-right: 0.16em solid #fff;
}
@media screen and (max-width: 768px) {
  #sevenpremium #anshin .btn a {
    width: 100%;
    min-height: 45px;
    font-size: 14px;
  }
}
#sevenpremium #anshin .btn a::after {
  border-color: #fe5c00;
}

@media print, (min-width: 769px) {
  #sevenpremium #bnr .content_area {
    padding-right: 0;
    padding-left: 0;
  }
  #sevenpremium #bnr .section_title {
    font-size: 30px;
  }
  #sevenpremium #bnr .bnr_image {
    max-width: 640px;
    width: 70%;
    margin: 0 auto;
  }
  #sevenpremium #anshin .content_area {
    padding-right: 0;
    padding-left: 0;
  }
  #sevenpremium #anshin .btn {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #sevenpremium #anshin .btn a {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #sevenpremium #bnr .section_title {
    font-size: 20px;
  }
  #sevenpremium #anshin {
    margin-bottom: 0;
    font-size: 14px;
  }
  #sevenpremium #anshin .content_area > p {
    margin-bottom: 5vw;
    /*font-size: max(0.8em, min(3vw,1em));*/
  }
  #sevenpremium #anshin .btn {
    margin-top: 2.5vw;
  }
}
#sevenpremium #bottom_area {
  font-size: 1em;
}
#sevenpremium #bottom_area .btn {
  text-align: center;
  margin-top: 2rem;
}
#sevenpremium #bottom_area .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: transparent;
  font-size: 16px;
  color: #008833;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1.5em;
  position: relative;
  border: 0.1em solid #008833;
  border-radius: 999px;
  transition: 0.2s ease;
  box-sizing: border-box;
  width: 100%;
}
#sevenpremium #bottom_area .btn a::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.16em solid #008833;
  border-right: 0.16em solid #008833;
  transform: translate(0.3em, 0) rotate(45deg);
}
#sevenpremium #bottom_area .btn a:hover {
  color: #fff;
  background-color: #008833;
}
#sevenpremium #bottom_area .btn a:hover::after {
  border-top: 0.16em solid #fff;
  border-right: 0.16em solid #fff;
}
@media screen and (max-width: 768px) {
  #sevenpremium #bottom_area .btn a {
    width: 100%;
    min-height: 45px;
    font-size: 14px;
  }
}
#sevenpremium #bottom_area .btn a::after {
  display: none;
}
#sevenpremium #bottom_area .btn a::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-bottom: 0.16em solid #fe5c00;
  border-left: 0.16em solid #fe5c00;
  transform: translate(-0.3em, 0) rotate(45deg);
}
#sevenpremium #bottom_area .btn a:hover {
  color: #fff;
  background-color: #008833;
}
#sevenpremium #bottom_area .btn a:hover::before {
  border-bottom: 0.16em solid #fff;
  border-left: 0.16em solid #fff;
}
#sevenpremium #bottom_area .note li.red {
  color: red;
}

@media print, (min-width: 769px) {
  #sevenpremium #bottom_area.content_area {
    padding: 0;
  }
  #sevenpremium #bottom_area.content_area .btn a {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #sevenpremium #bottom_area {
    /*font-size: max(0.8em, min(3vw,1em));*/
    font-size: 14px;
  }
  #sevenpremium #bottom_area .content_area {
    padding-top: 0;
    padding-bottom: 0;
  }
  #sevenpremium #bottom_area .content_area .btn {
    margin-top: 5vw;
  }
}
#sevenpremium #iy {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
#sevenpremium #iy img {
  width: 60%;
}
#sevenpremium #iy .section_title {
  font-size: 32px;
}

@media print, (min-width: 769px) {
  #sevenpremium #iy {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #sevenpremium #iy .section_title {
    font-size: 24px;
  }
  #sevenpremium #iy img {
    width: 100%;
  }
}
/*# sourceMappingURL=7premium_260420.css.map */