@charset "utf-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0;
  font-size: 14px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
  color: #191919;
}

p {
  /* font-feature-settings: "palt"; */
  text-align: justify; /* 両端揃え */
  line-break: strict; /* 禁則処理を適用 */
  word-break: break-all; /* 半角英数字の連続に対応（必要に応じて） */
}

.sp-block{
  display: block;
}

@media screen and (min-width: 960px) {
  .sp-block{
    display: none;
  }
}
.pc-block{
  display: none;
}
@media screen and (min-width: 960px) {
  .pc-block{
    display: block;
  }
}
/* #header / #footer
----------------------------------------- */
#header {
  max-width: 100%;
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  background-color: #fff;
  height: 51px;
}
@media screen and (min-width: 960px) {
  #header {
    max-width: 100%;
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    background-color: #fff;
    height: 57px;
  }
}

#header #logo {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 8px;
}
@media screen and (min-width: 960px) {
  #header #logo {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
}
#footer {
  background-color: #fff;
}

/* footer */
#footer {
  clear: both;
  position: static;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

#footer #greenbelt {
  background: url(../images/bg_greenbelt.png) 0 0 repeat;
}

#footer #greenbelt .inner {
  margin: 0 auto;
  max-width: 1100px;
  background: #009261;
  color: #fff;
  overflow: hidden;
}

#footer #greenbelt .inner .ftbox {
  float: none;
  max-width: 800px;
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner .ftbox {
    float: left;
    max-width: 800px;
    width: 800px;
  }
}
#footer #greenbelt .inner p.link {
  display: block;
  padding: 18px 15px 0;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.link {
    padding: 18px 24px 0;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.link {
    padding: 18px 0 0 24px;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}

#footer #greenbelt .inner p.link span {
  display: block;
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  background: none;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.link span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    background: url(../images/line_dot_separate.png) 0 0 no-repeat;
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.link span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    background: url(../images/line_dot_separate.png) 0 0 no-repeat;
    display: inline;
  }
}

#footer #greenbelt .inner p.copy {
  padding: 15px 0 0 0;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.copy {
    padding: 18px 0 0 24px;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.copy {
    padding: 18px 0 0 24px;
    font-size: 1.36rem;
    line-height: 1;
    text-align: left;
  }
}

#footer #greenbelt .inner a {
  color: #fff;
}

#footer #greenbelt .inner p.bn {
  background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
  float: none;
  margin: 9px auto 14px;
  width: 264px;
  height: 54px;
}
@media screen and (min-width: 768px) {
  #footer #greenbelt .inner p.bn {
    float: right;
    background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
    width: 264px;
    height: 54px;
    margin: 9px 17px 14px 0;
  }
}
@media screen and (min-width: 960px) {
  #footer #greenbelt .inner p.bn {
    float: right;
    background: url(../images/bg_ftbn.jpg) 0 0 no-repeat;
    width: 264px;
    height: 54px;
    margin: 9px 17px 14px 0;
  }
}

#footer #greenbelt .inner p.bn a {
  color: #666;
  text-decoration: none;
}

#footer #greenbelt .inner p.bn a span {
  display: block;
  width: 120px;
  padding: 16px 0 0 7px;
  font-size: 1rem;
  line-height: 1.4;
}

#footer #whitebelt {
  clear: both;
  margin: 0 auto;
  max-width: 1100px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer #whitebelt {
    clear: both;
    margin: 0 auto;
    max-width: 1100px;
    background: #fff;
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  #footer #whitebelt {
    clear: both;
    margin: 0 auto;
    max-width: 1100px;
    background: #fff;
    text-align: right;
  }
}

#footer #whitebelt p {
  padding: 12px 0 13px;
  line-height: 0;
}

.pagetop {
  clear: both;
  font-size: 1.2rem;
  width: 100%;
  margin: 0 auto 20px;
  text-align: right;
}
@media screen and (min-width: 960px) {
  .pagetop {
    clear: both;
    font-size: 1.2rem;
    margin: 0 auto 60px;
    text-align: right;
    max-width: 1100px;
    width: 100%;
  }
}

.pagetop a {
  background: url(../images/icon_pagetop.png) left center no-repeat;
  padding: 0 15px;
  line-height: 40px;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .pagetop a {
    background: url(../images/icon_pagetop.png) left center no-repeat;
    padding: 2px 0 2px 16px;
  }
}

.sp-block {
  display: block;
}
.tb-block {
  display: none;
}
.pc-block {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sp-block {
    display: none;
  }
  .tb-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .sp-block {
    display: none;
  }
  .tb-block {
    display: block;
  }
  .pc-block {
    display: block;
  }
}

/* ==========================================================================
   Layout - Header
   ========================================================================== */

/* .l-header */
.l-header {
  background-color: #fff;
  box-shadow: 0 0.2rem 0.1rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

/* .l-header__inner */
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.6rem;
}
@media screen and (min-width: 960px) {
  .l-header__inner {
    padding: 1rem 0;
    max-width: 1080px;
    margin: 0 auto;
  }
}

/* .l-header__brand */
.l-header__brand {
  margin: 0;
  line-height: 0;
}

/* .l-header__brand-link */
.l-header__brand-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .l-header__brand-link {
    flex-wrap: nowrap;
    gap: 1.6rem;
  }
}

/* .l-header__logo-img */
.l-header__logo-img {
  display: block;
  width: auto;
  height: 2.4rem;
}
@media screen and (min-width: 960px) {
  .l-header__logo-img {
    height: 5.5rem;
  }
}

/* .l-header__tagline */
.l-header__tagline {
  font-size: 1.1rem;
  color: #191919;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .l-header__tagline {
    font-size: 1.6rem;
  }
}

/* .l-header__tagline-accent */
.l-header__tagline-accent {
  color: #009260;
  font-weight: 700;
}

/* ==========================================================================
   Project - Notice
   ========================================================================== */

/* .p-notice */
.p-notice {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 1rem;
  background-color: #006844;
}
.p-notice.is-active {
  display: flex;
}
@media screen and (min-width: 960px) {
  .p-notice {
    padding: 1.6rem 1rem;
  }
}

/* .p-notice__text */
.p-notice__text {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
  word-break: break-word;
}
@media screen and (min-width: 960px) {
  .p-notice__text {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}

/* ==========================================================================
   Project - MV
   ========================================================================== */

/* .p-mv */
.p-mv {
  background-color: #e6f5f0;
}

/* .p-mv__inner */
.p-mv__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .p-mv__figure */
.p-mv__figure {
  margin: 0;
  line-height: 0;
  width: 100%;
  max-width: 108rem;
}

/* .p-mv__img */
.p-mv__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* ==========================================================================
   Project - Heading
   ========================================================================== */

/* .p-heading */
.p-heading {
  padding: 4rem 1.6rem 0;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .p-heading {
    padding: 8rem 0 0;
  }
}

/* .p-heading__inner */
.p-heading__inner {
  max-width: 108rem;
  margin: 0 auto;
}

/* .p-heading__title */
.p-heading__title {
  margin: 0;
  line-height: 0;
}

/* .p-heading__figure */
.p-heading__figure {
  margin: 0;
  line-height: 0;
}

/* .p-heading__img */
.p-heading__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* ==========================================================================
   Project - Intro
   ========================================================================== */

/* .p-intro */
.p-intro {
  padding: 2.4rem 1.6rem 0;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .p-intro {
    padding: 4rem 0 0;
  }
}

/* .p-intro__inner */
.p-intro__inner {
  max-width: 108rem;
  margin: 0 auto;
}

/* .p-intro__text */
.p-intro__text {
  margin: 0;
  color: #222;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  font-feature-settings: "palt";
  word-break: break-word;
}
@media screen and (min-width: 960px) {
  .p-intro__text {
    font-size: 1.6rem;
  }
}

/* .p-intro__strong */
.p-intro__strong {
  font-weight: 700;
}

/* .p-intro__accent */
.p-intro__accent {
  color: #009261;
  font-weight: 700;
}

/* ==========================================================================
   Project - Info
   ========================================================================== */

/* .p-info */
.p-info {
  padding: 2.4rem 1.6rem 4.0rem;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .p-info {
    padding: 4.0rem 0 8.0rem;
  }
}

/* .p-info__inner */
.p-info__inner {
  max-width: 108rem;
  margin: 0 auto;
}

/* .p-info__cards */
.p-info__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 960px) {
  .p-info__cards {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 4rem;
  }
}

/* .p-info__card */
.p-info__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  padding: 1.6rem;
  border-radius: 1rem;
}
@media screen and (min-width: 960px) {
  .p-info__card {
    gap: 1.6rem;
    padding: 2.4rem;
    width: 45.8rem;
    min-width: 45.8rem;
  }
}

/* .p-info__card--shop */
.p-info__card--shop {
  background-color: rgba(252, 200, 0, 0.1);
}

/* .p-info__card--qualify */
.p-info__card--qualify {
  background-color: #fffae6;
}

/* .p-info__heading */
.p-info__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  margin: 0;
}

/* .p-info__heading-line */
.p-info__heading-line {
  flex: 1;
  max-width: 9.95rem;
  height: 0;
  border-top: 0.2rem solid #009261;
}
@media screen and (min-width: 960px) {
  .p-info__heading-line {
    max-width: 9.95rem;
  }
}

/* .p-info__heading-text */
.p-info__heading-text {
  flex-shrink: 0;
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-info__heading-text {
    font-size: 3.2rem;
  }
}

/* .p-info__body */
.p-info__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

/* .p-info__shop-count */
.p-info__shop-count {
  margin: 0;
  text-align: center;
}

/* .p-info__shop-count-num */
.p-info__shop-count-num {
  color: #009261;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  .p-info__shop-count-num {
    font-size: 2.4rem;
  }
}

/* .p-info__shop-lead */
.p-info__shop-lead {
  margin: 0;
  color: #222;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-info__shop-lead {
    font-size: 1.6rem;
  }
}

/* .p-info__link */
.p-info__link {
  color: #222;
  text-decoration: underline;
}

/* .p-info__note */
.p-info__note {
  margin: 0;
  color: #222;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .p-info__note {
    font-size: 1.2rem;
   }
}

/* .p-info__cta */
.p-info__cta {
  margin: 0;
  width: 100%;
}

/* .p-info__list */
.p-info__list {
  width: 100%;
  max-width: 27.2rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .p-info__list {
    max-width: 27.2rem;
  }
}

/* .p-info__list-item */
.p-info__list-item {
  position: relative;
  padding-left: 1.4rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-info__list-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 960px) {
  .p-info__list-item {
    font-size: 1.6rem;
  }
}

/* ==========================================================================
   Component - CTA Button
   ========================================================================== */

/* .c-btn-cta */
.c-btn-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.955rem;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #009261;
  border-radius: 5.5rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.507;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .c-btn-cta {
    padding: 1rem 2.9rem;
    font-size: 3.2rem;
  }
}

/* .c-btn-cta__text */
.c-btn-cta__text {
  white-space: nowrap;
  font-weight: 700;
  font-size: 2.4rem;
}

/* .c-btn-cta__icon */
.c-btn-cta__icon {
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.1rem;
  border-top: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 960px) {
  .c-btn-cta__icon {
    width: 1.4rem;
    height: 1.4rem;
    border-top-width: 0.5rem;
    border-right-width: 0.5rem;
  }
}

/* ==========================================================================
   Project - Prize
   ========================================================================== */

/* .p-prize */
.p-prize {
  padding: 3.2em 1.6rem 3.2rem;
  background-color: #fcc800;
}
@media screen and (min-width: 960px) {
  .p-prize {
    padding: 8rem 0 6rem;
  }
}

/* .p-prize__inner */
.p-prize__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 108rem;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-prize__inner {
    gap: 3.2rem;
  }
}

/* .p-prize-title */
.p-prize-title {
  padding: 0;
}

/* .p-prize-title__heading */
.p-prize-title__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .p-prize-title__heading {
    min-height: 9.2rem;
  }
}

/* .p-prize-title__deco */
.p-prize-title__deco {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 50.1rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .p-prize-title__deco {
    max-width: 50.1rem;
  }
}

/* .p-prize-title__stars */
.p-prize-title__stars {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: lighten;
}
@media screen and (min-width: 960px) {
  .p-prize-title__stars {
    max-height: 7.7rem;
    object-fit: contain;
    margin: -4rem 0 0 -1rem;
  }
}

/* .p-prize-title__text */
.p-prize-title__text {
  position: relative;
  z-index: 1;
  color: #222;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.507;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-prize-title__text {
    font-size: 4.8rem;
  }
}

/* .p-prize__list */
.p-prize__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 960px) {
.p-prize__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}}

/* .p-prize-item */
.p-prize-item {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 2.4rem 1.6rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 960px) {
  .p-prize-item {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 3.2rem 2.4rem;
    background-color: #fff;
    border-radius: 1rem;
  }
}

/* .p-prize-item__main */
.p-prize-item__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.99rem;
}
@media screen and (min-width: 960px) {
  .p-prize-item__main {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
  }
}

/* .p-prize-item__info */
.p-prize-item__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 43.9rem;
}
@media screen and (min-width: 960px) {
  .p-prize-item__info {
    flex: 1;
    max-width: none;
  }
}

/* .p-prize-item__head */
.p-prize-item__head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-prize-item__head {
    align-items: center;
    gap: 1.6rem;
  }
}

/* .p-prize-item__badge */
.p-prize-item__badge {
  position: relative;
  flex-shrink: 0;
  width: 14.9rem;
  height: 14.9rem;
}
@media screen and (min-width: 960px) {
  .p-prize-item__badge {
    width: 14.9rem;
    height: 14.9rem;
  }
}

/* .p-prize-item__badge-img */
.p-prize-item__badge-img {
  display: block;
  width: 100%;
  height: auto;
}

/* .p-prize-item__badge-text */
.p-prize-item__badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translate(-50%, -50%);
}

/* .p-prize-item__badge-letter */
.p-prize-item__badge-letter {
  font-size: 4.8rem;
  letter-spacing: 0.48rem;
  -webkit-text-stroke: 0.2rem #9b771f;
  paint-order: stroke fill;
}
@media screen and (min-width: 960px) {
  .p-prize-item__badge-letter {
    font-size: 4.8rem;
  }
}

/* .p-prize-item__badge-label */
.p-prize-item__badge-label {
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  -webkit-text-stroke: 0.2rem #9b771f;
  paint-order: stroke fill;
}
@media screen and (min-width: 960px) {
  .p-prize-item__badge-label {
    font-size: 3.2rem;
  }
}

/* .p-prize-item__body */
.p-prize-item__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  align-items: center;
  margin-bottom: 0.6rem;
}

@media screen and (min-width: 960px) {
  .p-prize-item__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 0rem;
  }
}
/* .p-prize-item__title */
.p-prize-item__title {
  flex: 1;
  margin: 0;
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-prize-item__title {
    font-size: 2.4rem;
    text-align: left;
  }
}

/* .p-prize-item__note */
.p-prize-item__note {
  margin: 0;
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 960px) {
  .p-prize-item__note {
    margin-bottom: 0rem;
  }
}
/* .p-prize-item__note-indent */
.p-prize-item__note-indent {
  display: block;
  padding-left: 1em;
}
@media screen and (min-width: 960px) {
  .p-prize-item__note-indent {
    display: inline;
    padding-left: 0;
  }
}

/* .p-prize-item__winner */
.p-prize-item__winner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 32.3rem;
  min-height: 7.3rem;
  padding: 0 1.6rem 0 2.4rem;
  background-color: #009261;
  border-radius: 6rem;
}
@media screen and (min-width: 960px) {
  .p-prize-item__winner {
    gap: 0.4rem;
    max-width: 34.2rem;
  }
}

/* .p-prize-item__winner-icon */
.p-prize-item__winner-icon {
  display: block;
  flex-shrink: 0;
  width: 3.9rem;
  height: auto;
  object-fit: contain;
}

/* .p-prize-item__winner-text */
.p-prize-item__winner-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  text-align: center;
}

/* .p-prize-item__winner-main */
.p-prize-item__winner-main {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (min-width: 960px) {
  .p-prize-item__winner-main {
    font-size: 2.4rem;
    line-height: 1;
  }
}

/* .p-prize-item__winner-num */
.p-prize-item__winner-num {
  color: #fcc800;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .p-prize-item__winner-num {
    font-size: 3.2rem;
  }
}

/* .p-prize-item__winner-sub */
.p-prize-item__winner-sub {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

/* .p-prize-item__figure */
.p-prize-item__figure {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 37.5rem;
  margin: 0;
  line-height: 0;
  border: 0.1rem solid #ccc;
}
@media screen and (min-width: 960px) {
  .p-prize-item__figure {
    max-width: 37.3rem;
  }
}

/* .p-prize-item__figure--dark */
.p-prize-item__figure--dark {
  background-color: #545454;
  border-color: #545454;
}

/* .p-prize-item__photo */
.p-prize-item__photo {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: cover;
}

/* .p-prize-item__copyright */
.p-prize-item__copyright {
  position: absolute;
  right: 1rem;
  bottom: 0.6rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.507;
}

/* .p-prize-item__copyright--dark */
.p-prize-item__copyright--dark {
  color: #222;
}

/* .p-prize-item__games */
.p-prize-item__games {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* .p-prize-item__games-head */
.p-prize-item__games-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 16px;
}

/* .p-prize-item__games-title-box */
.p-prize-item__games-title-box {
  position: relative;
  width: 100%;
  max-width: 52.218rem;
  min-height: 5.7rem;
  margin: 0 auto;
}
/* .p-prize-item__games-title-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #d6589e;
  transform: translateX(-50%);
} */

/* .p-prize-item__games-title-frame */
.p-prize-item__games-title-frame {
  position: absolute;
  top: 1.2rem;
  left: 0.156rem;
  display: block;
  width: calc(100% - 0.312rem);
  height: 4.45rem;
  pointer-events: none;
}

@media screen and (min-width: 960px) {
  .p-prize-item__games-title-frame {
    position: absolute;
    top: 0.2rem;
    left: 0.156rem;
    display: block;
    width: calc(100% - 0.312rem);
    height: 4.45rem;
    pointer-events: none;
  }
}

/* .p-prize-item__games-title */
.p-prize-item__games-title {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

/* .p-prize-item__games-lead */
.p-prize-item__games-lead {
  margin: 0;
  color: #222;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.507;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .p-prize-item__games-lead {
    margin: 0;
    color: #222;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.507;
    text-align: center;
  } 
}

/* .p-prize-item__games-list */
.p-prize-item__games-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 52.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-prize-item__games-list[hidden] {
  display: none;
}

/* .p-prize-item__games-item */
.p-prize-item__games-item {
  position: relative;
  padding: 0.2rem 1.2rem 0.4rem 2.3rem;
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.507;
  background: url(../images/img_games_title_frame03-02.svg) no-repeat left bottom;
  background-size: 100% 2.9rem;
}
.p-prize-item__games-item::before {
  content: "";
  position: absolute;
  top: calc(0.2rem + 1.4rem * 1.507);
  left: 0.8rem;
  z-index: 1;
  width: 1.2rem;
  height: 1.9rem;
  background: url(../images/img_games_title_frame03-01.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-prize-item__games-item {
    min-height: 2.9rem;
    padding: 0.4rem 1.2rem 0.4rem 2.3rem;
    background: url(../images/img_games_title_frame02.svg) no-repeat center center;
    background-size: 100% 100%;
  }
  .p-prize-item__games-item::before {
    display: none;
  }
}

/* .p-prize-item__game-date */
.p-prize-item__game-date {
  font-weight: 400;
}

/* .p-prize-item__game-date--sat */
.p-prize-item__game-date--sat {
  color: #1f74bf;
}

/* .p-prize-item__game-date--sun */
.p-prize-item__game-date--sun,
.p-prize-item__game-date--holiday {
  color: #d91717;
}

/* .p-prize-item__games-btn-wrap */
.p-prize-item__games-btn-wrap {
  text-align: center;
}

/* .p-prize-item__games-btn */
.p-prize-item__games-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-width: 30.1rem;
  max-width: 42.6rem;
  padding: 1.6rem 2.4rem;
  background-color: #fddf66;
  border: none;
  border-radius: 5rem;
  color: #222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.507;
  cursor: pointer;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .p-prize-item__games-btn {
    font-size: 1.8rem;
  }
}

/* .p-prize-item__games-btn-icon */
.p-prize-item__games-btn-icon {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.p-prize-item__games-btn-icon::before,
.p-prize-item__games-btn-icon::after {
  content: "";
  position: absolute;
  background-color: #222;
}
.p-prize-item__games-btn-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.26rem;
  transform: translateY(-50%);
}
.p-prize-item__games-btn-icon::after {
  top: 0;
  left: 50%;
  width: 0.26rem;
  height: 100%;
  transform: translateX(-50%);
}
.p-prize-item__games-btn.is-open .p-prize-item__games-btn-icon::after {
  display: none;
}

.p-prize-item__games-btn-label{
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.507;
}

/* .p-prize__notes */
.p-prize__notes {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0 0.4rem;
}
@media screen and (min-width: 960px) {
  .p-prize__notes {
    padding: 0;
    max-width: 74.6rem;
    text-align: left;
    margin: 0 auto;
  }
}

/* .p-prize__notes-item */
.p-prize__notes-item {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  color: #222;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 960px) {
  .p-prize__notes-item {
    font-size: 1.6rem;
  }
}

/* .p-prize__notes-mark */
.p-prize__notes-mark {
  flex-shrink: 0;
}

/* ==========================================================================
   Project - Visit Gift (Uchiwa)
   ========================================================================== */

/* .p-visit */
.p-visit {
  padding: 3.2rem 1.6rem;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .p-visit {
    padding: 8rem 1rem 8rem;
  }
}

/* .p-visit__inner */
.p-visit__inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 108rem;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-visit__inner {
    gap: 2.4rem;
  }
}

/* .p-visit__title */
.p-visit__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .p-visit__title {
    gap: 2.4rem;
  }
}

/* .p-visit__title-deco */
.p-visit__title-deco {
  flex-shrink: 0;
  width: 4.6rem;
}
@media screen and (min-width: 960px) {
  .p-visit__title-deco {
    width: 7.4rem;
  }
}

/* .p-visit__title-deco-img */
.p-visit__title-deco-img {
  display: block;
  width: 100%;
  height: auto;
}

/* .p-visit__title-text */
.p-visit__title-text {
  color: #009261;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-visit__title-text {
    font-size: 4.8rem;
  }
}

/* .p-visit__body */
.p-visit__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 960px) {
  .p-visit__body {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }
}

/* .p-visit__content */
.p-visit__content {
  display: contents;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-visit__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 1 auto;
    gap: 1.7rem;
    max-width: 52.1rem;
  }
}

/* .p-visit__copy */
.p-visit__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 1;
  gap: 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-visit__copy {
    align-items: flex-start;
    order: 0;
    gap: 0.5rem;
  }
}

/* .p-visit__lead */
.p-visit__lead {
  margin: 0 0 0;
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.507;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-visit__lead {
    margin: 0 0 0 0.5rem;
    text-align: left;
  }
}

/* .p-visit__per-shop */
.p-visit__per-shop {
  display: inline-flex;
  align-items: baseline;
  align-self: center;
  margin: 0 0 -0.7rem;
  padding: 0;
  border-bottom: none;
  color: #009261;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.507;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.p-visit__per-shop .p-visit__accent,
.p-visit__per-shop .p-visit__num--md {
  color: #009261;
  font-size: 2rem;
  line-height: 1.507;
}
@media screen and (min-width: 960px) {
  .p-visit__per-shop {
    align-self: flex-start;
    margin: 0 0 0 0.5rem;
    padding: 0 0 0.2rem;
    border-bottom: 0.2rem solid #009261;
    color: #222;
    font-size: 2.4rem;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .p-visit__per-shop .p-visit__accent {
    color: #009261;
    font-size: inherit;
    line-height: inherit;
  }
  .p-visit__per-shop .p-visit__num--md {
    line-height: 1;
  }
}

/* .p-visit__total */
.p-visit__total {
  display: block;
  align-self: center;
  margin: 0;
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.507;
  text-align: center;
}
.p-visit__total .p-visit__num--lg {
  line-height: 1.507;
}
@media screen and (min-width: 960px) {
  .p-visit__total {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-self: flex-start;
    justify-content: flex-start;
    margin-top: 0.3rem;
    line-height: 1;
    text-align: left;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .p-visit__total .p-visit__num--lg {
    line-height: 1;
  }
}

/* .p-visit__accent */
.p-visit__accent {
  color: #009261;
  font-weight: 700;
}

/* .p-visit__num */
.p-visit__num {
  color: #009261;
  font-weight: 700;
}

/* .p-visit__num--md */
.p-visit__num--md {
  font-size: 2.4rem;
  line-height: 1.507;
}
@media screen and (min-width: 960px) {
  .p-visit__num--md {
    font-size: 3.2rem;
  }
}

/* .p-visit__num--lg */
.p-visit__num--lg {
  font-size: 3.6rem;
  line-height: 1.507;
}
@media screen and (min-width: 960px) {
  .p-visit__num--lg {
    font-size: 4rem;
  }
}

/* .p-visit__notes */
.p-visit__notes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  order: 3;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .p-visit__notes {
    order: 0;
    margin: 0 0 2.3rem;
  }
}

/* .p-visit__notes-item */
.p-visit__notes-item {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  color: #222;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .p-visit__notes-item {
    font-size: 1.6rem;
  }
}

/* .p-visit__notes-mark */
.p-visit__notes-mark {
  flex-shrink: 0;
}

/* .p-visit__cta */
.p-visit__cta {
  order: 4;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .p-visit__cta {
    order: 0;
    max-width: 41rem;
  }
}

/* .p-visit__figure */
.p-visit__figure {
  position: relative;
  flex-shrink: 0;
  order: 2;
  width: 100%;
  max-width: 33.5rem;
  margin: 0 auto;
  line-height: 0;
  border: 0.1rem solid #ccc;
}
@media screen and (min-width: 960px) {
  .p-visit__figure {
    order: 0;
    max-width: 40.9rem;
    margin: 0;
  }
}

/* .p-visit__photo */
.p-visit__photo {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: cover;
}

/* .p-visit__copyright */
.p-visit__copyright {
  position: absolute;
  right: 1rem;
  bottom: 0.6rem;
  color: #222;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.507;
}
@media screen and (min-width: 960px) {
  .p-visit__copyright {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   Project - Contact
   ========================================================================== */

/* .p-contact */
.p-contact {
  padding: 2.4rem 1rem;
  background-color: #fffae6;
}

/* .p-contact__inner */
.p-contact__inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  max-width: 108rem;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
.p-contact__inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
  max-width: 108rem;
  margin: 0 auto;
}}

/* .p-contact__title */
.p-contact__title {
  width: 100%;
  margin: 0;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.507;
  text-align: center;
}
@media screen and (min-width: 960px) {
.p-contact__title {
  width: 100%;
  margin: 0;
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.507;
  text-align: center;
}}

/* .p-contact__text */
.p-contact__text {
  margin: 0;
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 960px) {
.p-contact__text {
  margin: 0;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}}

/* .p-contact__tel */
.p-contact__tel {
  color: #222;
  text-decoration: underline;
}


.p-footer{
  background-color: #006844;
  padding: 2.4rem 0 1.6rem;
}

.p-footer__inner{
  margin: 0 auto 1.6rem;
}

.p-footer__text{
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
.p-footer__text{
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: 500;
}}

.p-footer__link{
  text-decoration: underline;
  color: #fff;
}

.p-footer__line{
  height: 0.1rem;
  background-color: #fff;
  max-width: 140rem;
  width: 90%;
  margin: 0 auto 0.8rem;
}

.p-footer__copy{
  margin: 0 auto;
  max-width: 140rem;
  width: 90%;
  text-align: center;
}

.p-footer__copy-text{
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}

.p-footer__copy-text{
  font-size: 1.0rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 0 auto 0.8rem;
}

.p-footer__copyrigth-text{
  font-size: 1.0rem;
  line-height: 1.507;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
}