@charset "UTF-8";
/* =========================================================
consol log
========================================================= */
/* =========================================================
body
========================================================= */
.\32 026coolstamina__area {
  width: 100%;
  min-width: 320px;
  color: #262626;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  overflow: clip;
}
.\32 026coolstamina__area input, .\32 026coolstamina__area button, .\32 026coolstamina__area textarea, .\32 026coolstamina__area select {
  box-sizing: border-box;
  outline: none;
}
.\32 026coolstamina__area * {
  letter-spacing: 0.05em;
}
.\32 026coolstamina__area *:before, .\32 026coolstamina__area *:after {
  display: block;
}
.\32 026coolstamina__area img {
  width: 100%;
  max-width: none;
  height: auto;
}
.\32 026coolstamina__area a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .\32 026coolstamina__area .pc-br {
    display: none;
  }
}
@media (min-width: 768px) {
  .\32 026coolstamina__area .sp-br {
    display: none;
  }
}
@container (max-width: 767px) {
  .\32 026coolstamina__area .cont-pc-br {
    display: none;
  }
}
@container (min-width: 768px) {
  .\32 026coolstamina__area .cont-sp-br {
    display: none;
  }
}
@media (max-width: 767px) {
  .\32 026coolstamina__area .pc-disp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .\32 026coolstamina__area .sp-disp {
    display: none !important;
  }
}
@media (any-hover: hover) {
  .\32 026coolstamina__area .opacity-link {
    transition: opacity 0.2s ease;
  }
  .\32 026coolstamina__area .opacity-link:hover {
    opacity: 0.6;
  }
}
.\32 026coolstamina__area .txt-link {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .\32 026coolstamina__area .txt-link:hover {
    text-decoration: none;
  }
}

.\32 026coolstamina__wrap {
  max-width: none;
}

/* =========================================================
common parts
========================================================= */
/*------------------------------------------
title
------------------------------------------*/
.c-ttl01 {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-ttl01 + * {
    margin: 32px auto 0;
  }
}
@media (min-width: 768px) {
  .c-ttl01 + * {
    margin: 100px auto 0;
  }
}

/*------------------------------------------
button
------------------------------------------*/
.c-btn01 a {
  display: block;
  background: #378FBE;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .c-btn01 a {
    padding: 18px 50px 19px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .c-btn01 a {
    padding: 25px 50px 27px;
    font-size: 20px;
  }
}
.c-btn01 .ico {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-btn01 .ico {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .c-btn01 .ico {
    right: 18px;
  }
}
.c-btn01 .ico::before {
  content: "";
  width: 6px;
  height: 8px;
  background: #378FBE;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateX(1px);
}

/*------------------------------------------
item
------------------------------------------*/
.c-item01 {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-item01 {
    display: flex;
    align-items: flex-start;
    gap: clamp(1px, 3.33vw, 50px);
  }
}
.c-item01__img {
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 767px) {
  .c-item01__img {
    width: calc(100% - 5.33vw);
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .c-item01__img {
    width: clamp(1px, 45vw, 530px);
  }
}
.c-item01__img::before {
  content: "";
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-item01__img::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  .c-item01__img::before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
.c-item01__img .img {
  border-radius: 10px;
  border: solid #fff;
}
@media (max-width: 767px) {
  .c-item01__img .img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-width: 14px;
  }
}
@media (min-width: 768px) {
  .c-item01__img .img {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-width: 20px;
  }
}
.c-item01__img .img img {
  border-radius: 8px;
}
.c-item01__detail {
  position: relative;
}
@media (max-width: 767px) {
  .c-item01__detail {
    padding: 32px 5.33vw 40px;
  }
}
@media (min-width: 768px) {
  .c-item01__detail {
    flex: 1;
    padding: 105px clamp(1px, 4.09vw, 56px) 56px 0;
  }
}
.c-item01__detail::before {
  content: "";
  background: #fff;
  border-radius: 10px;
  position: absolute;
  z-index: -2;
}
@media (max-width: 767px) {
  .c-item01__detail::before {
    width: 100%;
    height: calc(100% + 80px);
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .c-item01__detail::before {
    width: calc(100% + clamp(1px, 132vw, 132px));
    height: calc(100% - 50px);
    right: 0;
    bottom: 0;
  }
}
.c-item01__name {
  line-height: 1.33;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-item01__name {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .c-item01__name {
    font-size: 24px;
  }
}
.c-item01__price {
  line-height: 1.33;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-item01__price {
    margin: 8px auto 0;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .c-item01__price {
    margin: 16px auto 0;
    font-size: 24px;
  }
}
.c-item01__price::after {
  content: "";
  margin: 24px 0 0;
  background: #378FBE;
}
@media (max-width: 767px) {
  .c-item01__price::after {
    width: 40px;
    height: 2px;
  }
}
@media (min-width: 768px) {
  .c-item01__price::after {
    width: 48px;
    height: 4px;
  }
}
.c-item01__txt01 {
  margin: 24px auto 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-item01__txt01 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .c-item01__txt01 {
    font-size: 16px;
  }
}
.c-item01__box01 {
  display: grid;
}
@media (max-width: 767px) {
  .c-item01__box01 {
    margin: 24px auto 0;
    grid-template-columns: 96px 1fr;
    grid-template-rows: repeat(2, max-content) 1fr;
    grid-template-areas: "logo text01" "logo text02" "button button";
    gap: 0 16px;
  }
}
@media (min-width: 768px) {
  .c-item01__box01 {
    margin: 32px auto 0;
    grid-template-columns: 146px 1fr;
    grid-template-rows: repeat(2, max-content) 1fr;
    grid-template-areas: "logo text01" "logo text02" "logo button";
    gap: 0 24px;
  }
}
.c-item01__box01 .logo {
  grid-area: logo;
  border: 1px solid #B1B1B1;
}
@media (max-width: 767px) {
  .c-item01__box01 .logo {
    width: 96px;
  }
}
@media (min-width: 768px) {
  .c-item01__box01 .logo {
    width: 146px;
  }
}
.c-item01__box01 .txt01 {
  grid-area: text01;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-item01__box01 .txt01 {
    align-self: end;
  }
}
.c-item01__box01 .txt03 {
  grid-area: text02;
  margin: 8px 0 0;
  line-height: 1.92;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-item01__box01 .txt03 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .c-item01__box01 .txt03 {
    font-size: 17px;
  }
}
.c-item01__box01 .c-btn01 {
  grid-area: button;
}
@media (max-width: 767px) {
  .c-item01__box01 .c-btn01 {
    margin: 16px 0 0;
  }
}
@media (min-width: 768px) {
  .c-item01__box01 .c-btn01 {
    margin: 24px 0 0;
    max-width: 340px;
  }
}

.c-item02 {
  border-top: 2px dotted;
}
@media (max-width: 767px) {
  .c-item02 {
    padding: 32px 2.66vw;
  }
}
@media (min-width: 768px) {
  .c-item02 {
    padding: 20px 10px 20px 0;
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
.c-item02__img {
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 767px) {
  .c-item02__img {
    width: calc(100% - 5.33vw);
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .c-item02__img {
    width: 360px;
  }
}
.c-item02__img::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.c-item02__img .img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 10px;
  border: 10px solid #fff;
}
.c-item02__img .img img {
  border-radius: 8px;
}
.c-item02__detail {
  position: relative;
}
@media (max-width: 767px) {
  .c-item02__detail {
    margin: 24px auto 0;
  }
}
@media (min-width: 768px) {
  .c-item02__detail {
    flex: 1;
  }
}
.c-item02__name {
  line-height: 1.33;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-item02__name {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .c-item02__name {
    font-size: 24px;
  }
}
.c-item02__price {
  line-height: 1.33;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-item02__price {
    margin: 8px auto 0;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .c-item02__price {
    margin: 16px auto 0;
    font-size: 24px;
  }
}
.c-item02__txt01 {
  margin: 24px auto 0;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .c-item02__txt01 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .c-item02__txt01 {
    font-size: 16px;
  }
}

/*------------------------------------------
list
------------------------------------------*/
.c-list01 {
  display: grid;
}
@media (max-width: 767px) {
  .c-list01 {
    gap: 48px;
  }
}
@media (min-width: 768px) {
  .c-list01 {
    gap: 64px;
  }
}

/*------------------------------------------
contents
------------------------------------------*/
.sankaku {
  position: relative;
}
.sankaku::before {
  content: "";
  width: 100%;
  height: 19px;
  background: inherit;
  -webkit-mask: url(images/bg_pat04.png) repeat-x center/32px 19px;
          mask: url(images/bg_pat04.png) repeat-x center/32px 19px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .c-sec01 {
    padding: 48px 0 68px;
  }
}
@media (min-width: 768px) {
  .c-sec01 {
    padding: 93px clamp(1px, 9.33vw, 140px) 95px;
  }
}
.c-sec01 .sec-in {
  max-width: 1220px;
}

.sec-in {
  margin-inline: auto;
}

/* =========================================================
layout
========================================================= */
/*------------------------------------------
header
------------------------------------------*/
.page-hd {
  border: none;
}

/*------------------------------------------
summary
------------------------------------------*/
@media (max-width: 767px) {
  .sec-summary {
    padding: 58px 5.33vw 0;
  }
}
@media (min-width: 768px) {
  .sec-summary {
    padding: 78px clamp(1px, 9.33vw, 140px) 0;
  }
}
.sec-summary__in {
  max-width: 922px;
  margin-inline: auto;
}
.sec-summary__date {
  display: block;
  width: clamp(1px, 51.46vw, 309px);
  margin-inline: auto;
}
.sec-summary__txt01 {
  letter-spacing: 0.06em;
  line-height: 2;
}
@media (max-width: 767px) {
  .sec-summary__txt01 {
    margin: 32px auto 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .sec-summary__txt01 {
    margin: 29px auto 0;
    font-size: 16px;
    text-align: center;
  }
}
.sec-summary__note {
  max-width: 580px;
  border: 1px solid #F7533E;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .sec-summary__note {
    margin: 32px auto 0;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .sec-summary__note {
    margin: 24px auto 0;
    padding: 22px clamp(1px, 2.26vw, 34px);
  }
}
.sec-summary__note li {
  margin: 0 0 0 1em;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-summary__note li::before {
  content: "※";
  display: inline;
  margin: 0 0 0 -1em;
}
.sec-summary__share {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .sec-summary__share {
    margin: 32px auto 0;
  }
}
@media (min-width: 768px) {
  .sec-summary__share {
    margin: 38px auto 0;
  }
}
.sec-summary__share .head {
  height: 36px;
  padding: 0 24px;
  background: #F7533E;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec-summary__share .head::before {
  content: "";
  width: 12px;
  height: 5px;
  background: #F7533E;
  clip-path: polygon(50% 100%, 1% 0, 100% 0);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.sec-summary__share .list {
  margin: 15px auto 0;
  display: flex;
  justify-content: center;
  gap: 14px;
}
.sec-summary__share .item a {
  display: block;
  width: 40px;
}

/*------------------------------------------
navigation
------------------------------------------*/
@media (max-width: 767px) {
  .page-nav {
    padding: 40px 2.66vw 0;
  }
}
@media (min-width: 768px) {
  .page-nav {
    padding: 64px clamp(1px, 9.33vw, 140px) 0;
  }
}
.page-nav__list {
  max-width: 1220px;
  margin-inline: auto;
  display: grid;
}
@media (max-width: 767px) {
  .page-nav__list {
    gap: 8px;
  }
}
@media (min-width: 768px) {
  .page-nav__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

/*------------------------------------------
ひんやりグルメ
------------------------------------------*/
.sec-hinyari {
  background: #0098D0;
}
@media (max-width: 767px) {
  .sec-hinyari {
    margin: 84px auto 0;
  }
}
@media (min-width: 768px) {
  .sec-hinyari {
    margin: 52px auto 0;
  }
}
.sec-hinyari .c-ttl01 {
  width: clamp(1px, 66.93vw, 421px);
}
.sec-hinyari .c-item01__img::before {
  background: url(images/bg_pat01.png) repeat center/167px auto;
}

/*------------------------------------------
スタミナグルメ
------------------------------------------*/
.sec-stamina {
  background: #F7533E;
  margin-inline: auto;
}
.sec-stamina .c-ttl01 {
  width: clamp(1px, 62.66vw, 409px);
}
.sec-stamina .c-item01__img::before {
  background: url(images/bg_pat02.png) repeat center/509px auto;
}

/*------------------------------------------
新店情報
------------------------------------------*/
.sec-newshop {
  background: #E3ED64;
}
@media (max-width: 767px) {
  .sec-newshop {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .sec-newshop {
    padding-bottom: 220px;
  }
}
.sec-newshop .c-ttl01 {
  aspect-ratio: 165/36;
  width: 44vw;
  width: clamp(1px, 44vw, 313px);
}
.sec-newshop__block {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec-newshop__block {
    padding: 0 0 8px;
  }
}
@media (min-width: 768px) {
  .sec-newshop__block {
    padding: 0 clamp(1px, 3.33vw, 50px) 45px;
  }
}
.sec-newshop__block::before {
  content: "";
  width: 100%;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec-newshop__block::before {
    height: calc(100% - 117px);
  }
}
@media (min-width: 768px) {
  .sec-newshop__block::before {
    height: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .sec-newshop__block + .sec-newshop__block {
    margin: 48px auto 0;
  }
}
@media (min-width: 768px) {
  .sec-newshop__block + .sec-newshop__block {
    margin: 64px auto 0;
  }
}
@media (min-width: 768px) {
  .sec-newshop__head {
    display: flex;
    align-items: flex-start;
    gap: 35px;
  }
}
.sec-newshop__head .img {
  position: relative;
  border: solid #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .sec-newshop__head .img {
    width: calc(100% - 5.33vw);
    margin-inline: auto;
    border-width: 10px;
  }
}
@media (min-width: 768px) {
  .sec-newshop__head .img {
    flex: 1;
    border-width: 20px;
  }
}
.sec-newshop__head .img img {
  border-radius: 8px;
}
.sec-newshop__head .date {
  display: block;
  background: #378FBE;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  position: absolute;
}
@media (max-width: 767px) {
  .sec-newshop__head .date {
    padding: 11px 10px 12px;
    font-size: 12px;
    top: -5px;
    left: -20px;
  }
}
@media (min-width: 768px) {
  .sec-newshop__head .date {
    padding: 21px 20px 22px;
    font-size: 23px;
    top: -10px;
    left: -40px;
  }
}
.sec-newshop__head .date::before {
  content: "";
  aspect-ratio: 11/7;
  background: #1E6991;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  position: absolute;
  top: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .sec-newshop__head .date::before {
    width: 10px;
  }
}
@media (min-width: 768px) {
  .sec-newshop__head .date::before {
    width: 20px;
  }
}
.sec-newshop__head .date::after {
  content: "";
  height: 100%;
  background: #378FBE;
  clip-path: polygon(100% 0%, 0 50%, 100% 100%, 0 100%, 0 0);
  position: absolute;
  top: 0;
  left: 100%;
}
@media (max-width: 767px) {
  .sec-newshop__head .date::after {
    width: 10px;
  }
}
@media (min-width: 768px) {
  .sec-newshop__head .date::after {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .sec-newshop__head .detail {
    margin: 24px auto 0;
    padding: 0 5.33vw;
  }
}
@media (min-width: 768px) {
  .sec-newshop__head .detail {
    width: 420px;
    padding: 120px 0 0;
  }
}
.sec-newshop__head .head {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sec-newshop__head .head {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .sec-newshop__head .head {
    gap: 24px;
  }
}
.sec-newshop__head .logo {
  border: 1px solid #B1B1B1;
}
@media (max-width: 767px) {
  .sec-newshop__head .logo {
    width: 96px;
  }
}
@media (min-width: 768px) {
  .sec-newshop__head .logo {
    width: 146px;
  }
}
.sec-newshop__head .wrap {
  flex: 1;
}
.sec-newshop__head .ctg {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.sec-newshop__head .name {
  line-height: 1.33;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sec-newshop__head .name {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .sec-newshop__head .name {
    font-size: 24px;
  }
}
.sec-newshop__head .txt01 {
  margin: 24px auto 0;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .sec-newshop__head .txt01 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .sec-newshop__head .txt01 {
    font-size: 16px;
  }
}
.sec-newshop__head .c-btn01 {
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .sec-newshop__head .c-btn01 {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .sec-newshop__recommend {
    margin: 40px auto 0;
    padding: 0 2.66vw;
  }
}
@media (min-width: 768px) {
  .sec-newshop__recommend {
    margin: 45px auto 0;
  }
}
.sec-newshop__recommend .head {
  width: clamp(1px, 82.13vw, 452px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .sec-newshop__list {
    margin: 24px auto 0;
  }
}
@media (min-width: 768px) {
  .sec-newshop__list {
    margin: 36px auto 0;
  }
}
.sec-newshop__list .c-item02 {
  border-color: #378FBE;
}
.sec-newshop__list .c-item02__img::before {
  background: url(images/bg_pat03.png) repeat center/66px auto;
}

/* =========================================================
animation
========================================================= */
/*------------------------------------------
fade
------------------------------------------*/
.fade {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}