@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@100;400;700;800&family=Noto+Sans+JP:wght@100..900&display=swap');

/* ///////////////////////////// */
/* 追加 */
.text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: fit-content;
  margin-inline: auto;

  @media (max-width: 769px) {
    text-align: center;
  }
}

.link-wrapper {
  display: flex;
  /* background-color: #2b643a; */
  justify-content: center;
}

.benefit-banner {
  display: block;
  transform: translateX(3px) scale(1.01);
}

@media (max-width: 768px) {
  .benefit-banner {
    width: 80%;
    margin: auto;
  }
}

.headline-large {
  color: #E60012;
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(2.5rem, 0.03rem + 7.23vw, 3rem);
  font-weight: 900;
  line-height: 1;
  /* padding-block-start: 0.5em; */
  white-space: nowrap;
  text-align: center;


  @media (max-width: 769px) {
    font-size: 2.5rem;
  }
}

.headline-small {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(1.125rem, -0.151rem + 3.86vw, 2rem);
  font-weight: 900;
  line-height: 1;
  /* padding-block-start: 0.5em; */
  /* padding-block-end: 1em; */
  /* white-space: nowrap; */
  text-align: center;


  @media (max-width: 769px) {
    font-size: 1.125rem;
  }
}

.section-banner {
  margin-top: -3%;
}

.l_sectioninnner.mt0 {
  margin-top: 0rem;
}

.fair-headline {
  line-height: 1;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  background-color: #231815;
  text-align: center;
  padding-block: 0.5em;
  width: 100%;






  @media (max-width: 769px) {
    font-size: 1.4rem;
  }
}

.fair-wrapper {
  display: flex;
  padding-inline: 2rem;
  padding-block: 3rem;
  gap: 1rem;












  @media (max-width: 769px) {















    flex-direction: column;
    padding-block: 1.5rem;
    gap: 0.75rem;
    padding-inline: 8px;















  }
}

.fair-img-wrapper {
  width: 40%;

  @media (max-width: 769px) {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.fair-text-wrapper {
  line-height: 1.5;

  @media (max-width: 769px) {

    /* padding-inline: 1.5rem; */
    text-align: center;

  }
}

.fair-text-headline {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.265rem + 3.61vw, 2rem);
  line-height: 1.25;
  border-bottom: 1px solid;












  @media (max-width: 769px) {
    font-size: 1.25rem;
    text-align: left;
    padding-bottom: 0.5em;
  }
}

.fair-text-headline-small {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 900;
  font-size: 0.75em;
  vertical-align: bottom;
}

.c_text.fair-text {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 600;
  padding-block-start: 1rem;
  padding-block-end: 0.75rem;
  line-height: 1.8;

  @media (max-width: 768px) {
    text-align: left;
    font-size: 0.875rem;
  }
}

.c_text.fair-text-small {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;

  @media (max-width: 425px) {

    font-size: 0.75rem;
  }

}

.fair-wrapper .c_text.fair-text-small {
  text-align: left;
}

.fair-goods-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding-bottom: 35px;

  @media (max-width: 425px) {
    gap: 25px;
  }
}

.fair-goods-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;

  @media (max-width: 425px) {
    gap: 15px;
  }
}

.c_text.fair-goods-text {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 600;
  text-align: center;
  vertical-align: bottom;
  font-size: 1.5rem;

  /* padding-bottom: 3rem; */
  @media (max-width: 425px) {
    font-size: 1rem;
  }
}

.c_text.fair-goods-text-small {
  font-size: 1.25rem;
  vertical-align: bottom;

  @media (max-width: 425px) {
    font-size: 0.75rem;
  }
}

.limited-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline: 2rem;
  padding-block: 1.5rem;

  @media (max-width: 769px) {
    grid-template-columns: 1fr;
    padding-block: 1.5rem;
  }
}

.limited-wrapper.division-border-top {
  border-top: 1px solid #231815;
}

.limited-img-wrapper {
  justify-self: center;
  width: 40%;

  @media (max-width: 769px) {
    width: 40%;
    margin: 0 auto;
    max-width: 200px;
  }
}

.limited-text-wrapper {
  line-height: 1.5;
}

.c_text.limited-text {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 600;
  padding-block-start: 3rem;
  padding-block-end: 0.75rem;
  line-height: 1.25;

  @media (max-width: 769px) {
    text-align: center;
    padding-block-start: 1rem;
  }
}

.c_text.limited-text-small {
  font-family: "LINE Seed JP", sans-serif;
  font-size: max(1.2vw, 12px);
  font-weight: 400;

  @media (max-width: 769px) {
    text-align: center;
  }
}

.c_ttl.access-text {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 600;
}

.c_text.access-text {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 600;
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
}

/* ///// variable ///////////////////////////////// */
:root {
  --color-base: #3e3a39;
  --color-white: #ffffff;
  /* bg */
  --color-bg-body: #e6e7e7;
  /* --color-bg-body: linear-gradient(45deg,
      var(--bg-01) 0%,
      var(--bg-01) 25%,
      var(--bg-02) 25%,
      var(--bg-02) 50%,
      var(--bg-01) 50%,
      var(--bg-01) 75%,
      var(--bg-02) 75%,
      var(--bg-02) 100%);
  --bg-01: #f9f9f9;
  --bg-02: #efefef; */
  /*  */
  --color-blue: #403f82;
  --color-brown: #251713;
  --color-gray: #eaebeb;
}

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

/* ///// founfation /////////////////////////////////  */
@media (min-width: 768px) {
  #n_what {
    scroll-margin-top: 140px;
  }

  #n_news {
    scroll-margin-top: 140px;
  }

  #n_fair {
    scroll-margin-top: 140px;
  }

  #n_goods {
    scroll-margin-top: 140px;
  }

  #n_info {
    scroll-margin-top: 140px;
  }
}

.f_default {
  position: relative;
  border-bottom: 3px solid #ffffff;
}

.f_default img:not(:where(.l_cart img)) {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

.f_default a:not(:where(.l_cart a), .c_btn, .p_fotter_menu a) {
  text-decoration: none;
}

.f_default a:not(:where(.l_cart a)):hover {
  opacity: 0.5;
  transform: translate(1px, 1px);
}

.f_default a[href^=""]:not(:where(.l_cart a)) {
  pointer-events: none;
}

/* .f_default *:not(:where(.l_cart *)) {
  box-sizing: border-box;
  color: var(--color-base);
  letter-spacing: 0.03vw;
  font-weight: 500;
  font-size: min(1.5vw, 16px);
  font-family: inherit;
  line-height: 1.5;
} */

.mada {
  display: none !important;
}

/* ///// layout /////////////////////////////////  */
.l_body {
  margin-inline: auto;
  margin-top: 64px;
  width: 100%;
  background: var(--color-bg-body);
  background-size: 10px 10px;
  font-style: normal;
  font-family: "LINE Seed JP", sans-serif;

  @media (max-width: 428px) {
    margin-top: 48px;
  }
}

.l_main {
  position: relative;
  margin: 0 auto;
  width: min(100%, 800px);
  background-color: #e6e7e7;
}

@media (max-width: 769px) {
  .l_main {
    max-width: 900px;
  }
}

/* section */
.l_sectioninnner {
  position: relative;
  padding: 51px 43px;
  /* border: 1.2vw solid #45904A; */
  background: #ffffff;
  /* border-image: linear-gradient(20deg, #EDD628, #45904A) 1; */
  /* margin-top: -3%; */
}

@media (max-width: 768px) {
  .l_sectioninnner {
    padding: 28px 16px;
  }
}

/* footer */
.l_fotter {
  padding-top: 5%;
  padding-top: 0;
  background-color: #211815;
}

/* ///// component ///////////////////////////////// */
/* ttl */
h2.c_ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  /* margin-left: calc(-3.7% - 1.2vw - 3px); */
  padding: 0.2em 1.5em;
  min-width: 35%;
  width: fit-content;
  /* border-radius: 0 0 999px 0; */
  background: #231815;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-size: max(2.1vw, 18px);
  line-height: 1.2;
  transform: rotate(0.03deg);
  font-family: "LINE Seed JP", sans-serif;
}

h2.c_ttl .c_ttl_sub {
  padding-top: 0.9em;
  padding-left: 1em;
  font-size: 0.5em;
}

h3.c_ttl {
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  color: #2b643a;
  letter-spacing: 0.05em;
  font-size: max(2.1vw, 18px);
  line-height: 1.2;
}

h3.c_ttl .c_ttl_sub {
  padding-left: 0.5em;
  /* font-weight: normal; */
  /* font-size: 0.5em; */
}

h4.c_ttl {
  /* margin-bottom: 0.5em; */
  padding: 0.5em 1.5em 0.5em 0.5em;
  width: fit-content;
  border-radius: 0 9999px 9999px 0;
  background: #2b643a;
  color: #ffffff;
  font-weight: normal;
  font-size: max(1.7vw, 16px);
  line-height: 1.2;
  transform: rotate(0.03deg);
}

.c_text {
  /* padding-bottom: 1em; */
  color: var(--color-base);
  /* word-break: keep-all; */
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.358rem + 2.21vw, 1rem);
  line-height: 1.6;
  transform: rotate(0.03deg);
  overflow-wrap: break-word;

  @media (max-width: 425px) {

    font-size: 0.75rem;
  }

}

.c_text_emphasis {
  color: #E60012;
}

.c_text_emphasis-price {
  color: #E60012;
  display: inline-flex;
  align-items: flex-end;
}

/* .c_text_emphasis-price--normal {
  color: #E60012;
} */
.c_text_emphasis-price--small {
  font-size: 0.75em;
}

.c_text_rashinban {
  color: #0098da;
}

.c_text_large {
  font-size: 1.2em;
}

.c_text_small {
  vertical-align: bottom;
  font-size: 0.5em;
}

.c_text_center {
  text-align: center;
}

/* ///// project ///////////////////////////////// */
/* top */
.p_topimg img {
  width: 100%;
}

/* sammary */
.p_sammary a {
  display: block;
}

.p_sammary_txt {
  text-align: left;
  font-weight: bold;
  font-size: 1.25rem;
  font-family: "LINE Seed JP", sans-serif;
}

@media (max-width: 768px) {
  .p_sammary_txt {
    font-size: max(0.7vw, 0.875rem);
  }
}

/* info */

.p_info_grid {
  display: grid;
  gap: 1rem;
  align-items: start;
  padding-bottom: 3%;
  border-bottom: 1px solid #eeeeee;
  grid: auto / 227px auto;
}

.p_info_detail {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.08em;
  font-size: clamp(0.75rem, 1.4vw, 1.23rem);
  line-height: 1.5;
  row-gap: 1em;
  transform: rotate(0.03deg);
}

.p_info_detail dt,
.p_info_detail dd {
  padding: 0 0.5em 1em;
}

.p_info_detail dt:not(:last-of-type),
.p_info_detail dd:not(:last-of-type) {
  border-bottom: 1px solid #acabaa;
}

.p_info_detail dt {
  width: 8em;
}

.p_info_detail dt::before {
  content: "■";
}

.p_info_detail dd {
  width: calc(100% - 10em);
  word-break: keep-all;

  overflow-wrap: break-word;
}

.p_info_detail .c_text_emphasis {
  color: #f90081;
}

.p_btn_map {
  width: 100%;
}

.p_btn_map iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 426px) {
  .p_btn_map {
    grid-row: 1/2;
    grid-column: 1/2;
    max-width: 227px;
    aspect-ratio: 227/406;
  }
}

@media (max-width: 425px) {
  .p_btn_map {
    height: 175px;
  }
}

.p_btn_24h {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: max(3%, 15px);
  background: #2b643a;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: max(2.3vw, 1.5rem);
  line-height: 1.5;
  transform: rotate(0.03deg);
}

@media (min-width: 426px) {
  .p_btn_24h {
    grid-column: 1/3;
  }
}

.p_btn_24h::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  /* border: 1px solid #ffffff; */
  content: "";
  transform: translate(-50%, -50%);
}

.p_btn_24h span {
  vertical-align: bottom;
}

.p_info_detail a {
  color: #251713;
}

@media (max-width: 425px) {
  .p_info_grid {
    grid: auto / 1fr;
  }

  .p_btn_map {
    grid-row: auto;
    grid-column: auto;
  }

  .p_info_detail dt {
    border-bottom: 1px solid #acabaa;
    padding: 0 0.5em 1.3em;
    /*width: 100%; */
  }

  .p_info_detail dt:last-of-type {
    border-bottom: 0;
  }

  .p_info_detail dd {
    border-bottom: 1px solid #acabaa;
    padding: 0 0.5em 1.3em;
    /* width: 100%; */
  }

  .p_info_detail dd:last-of-type {
    border-bottom: 0;
  }

  .p_info_detail {
    row-gap: 1.7em;
  }

  .p_access::after {
    display: none !important;
  }
}

/* fair */
.p_fair_yubariimo {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.p_fair_yubariimo p {
  font-weight: bold;
}

.p_fair_yubariimo .p_fair_yubariimo_txt-l {
  padding-bottom: 0.3em;
  color: #6d2a49;
  text-shadow: 2px 2px 10px #ffffff, -2px 2px 10px #ffffff, 2px -2px 10px #ffffff, -2px -2px 10px #ffffff;
  font-size: clamp(21px, 4vw, 66px);
}

.p_fair_yubariimo .p_fair_yubariimo_txt-m {
  padding-bottom: 0.3em;
  text-align: center;
  font-size: clamp(18px, 3vw, 46px);
}

.p_fair_yubariimo .p_fair_yubariimo_txt-m span {
  vertical-align: baseline;
  font-size: 0.7em;
}

.p_fair_yubariimo .p_bikkuriimo_ttl {
  width: 90%;
}

.p_fair_yubariimo .p_bikkuriimo_pic {
  width: 60%;
}

@media (max-width: 769px) {
  .p_fair_yubariimo .p_bikkuriimo_pic {
    width: 80%;
  }
}

.p_fair_yubariimo .p_fairbtn_area {
  display: grid;
  grid-template-areas:
    "left-t right-t"
    "left-b right-b";
  gap: 1em;
  position: relative;
  width: 80%;

  grid-column: auto;
  grid-row: auto;
}

@media (max-width: 769px) {
  .p_fair_yubariimo .p_fairbtn_area {
    gap: 0.3em;
    width: 100%;
  }
}

.p_fair_yubariimo .p_fairbtn_area a:nth-child(1) {
  grid-area: left-t;
}

.p_fair_yubariimo .p_fairbtn_area a:nth-child(2) {
  grid-area: right-t;
}

.p_fair_yubariimo .p_fairbtn_area a:nth-child(3) {
  grid-area: left-b;
}

.p_fair_yubariimo .p_fairbtn_area a:nth-child(4) {
  grid-area: right-b;
}

.p_fair_yubariimo .p_fairbtn_center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
}

.p_fair_yubariimo .p_fairbtn_center:hover {
  transform: translate(-50%, -50%);
}

.fair-sample-list {
  display: flex;
  gap: 5%;
  max-width: 550px;
  width: 100%;
  /* margin: 5% auto 3%; */
  justify-content: center;
}

.fair-sample-list--wide {
  max-width: 100%;
}

.fair-sample-list_item {
  flex-basis: 70%;
}

.fair-sample-list_item--border {
  border: 1px solid #231815;
}

/* GOODS */

.p_acrylicdiorama {
  display: flex;
  gap: 2%;
  width: 100%;
  margin: 5% auto 0;
}

.p_x_campaign {
  position: relative;
  width: 100%;
}

.btn_x_campaign {
  position: absolute;
  width: 16%;
  right: 3%;
  bottom: 15%;
}

/* goods-container */
.goods-container {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 695px;
  margin-inline: auto;

  @media (max-width: 425px) {
    gap: 18px;
  }
}

/* goods-list */
.goods-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}

@media (max-width: 425px) {
  .goods-list {
    gap: 8px 12px;
  }
}

/* goods-card */
.goods-card {
  display: flex;
  padding: 20px 24px 17px 24px;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  border: 1px solid #231815;
  background: #fff;
}

.goods-card__picture {
  width: 80%;
  aspect-ratio: 1/1;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

.goods-card__ttl {
  color: #231815;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 125%;
  border-bottom: 1px solid #231815;
  padding-bottom: 9px;
}

.goods-card__price {
  color: #231815;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 125%;
}

@media (max-width: 768px) {
  .goods-card {
    gap: 5px;
    padding: 15px 11px 11px 14px;
  }

  .goods-card__ttl {
    font-size: 0.6875rem;
    padding-bottom: 5px;
  }

  .goods-card__price {
    font-size: 0.75rem;
  }
}

/* goods-banner */

.goods-banner {
  width: fit-content;
  margin-inline: auto;
}

/* access */
.p_access {
  position: relative;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.p_access::after {
  display: block;
  position: absolute;
  top: 110px;
  right: 6.5%;
  width: 40%;
  aspect-ratio: 1270/567;
  background: url(../images/bg_access.webp) no-repeat;
  background-position: 0 55%;
  background-size: 100%;
  content: "";
}

/* footer */
.p_fotter_menu {
  padding: 5% 3% min(4%, 2rem);
  background-color: var(--color-brown);
  font-family: "LINE Seed JP", sans-serif;
}

.p_fotter_menu>div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.p_fotter_menu>div:not(:first-child) {
  margin-left: 8%;
}

.p_fotter_menu>div p:not(:first-child) {
  margin-top: 5%;
}

.p_fotter_menu>div p a {
  height: 2vh;
}

@media (max-width: 769px) {
  .p_fotter_menu>div p a {
    height: 1.2vh;
  }
}

.p_footer_foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3% 5%;
  background-color: var(--color-white);
}

.p_foot_logo {
  width: 20%;
}

.p_foot_xandtopbtn {
  display: flex;
  align-items: center;
}

.p_foot_xandtopbtn p {
  display: flex;
  align-items: center;
  font-size: clamp(10px, 1.9vw, 20px);
}

.p_foot_xandtopbtn p:not(:first-child) {
  margin-left: 2vw;
}

.p_foot_xandtopbtn p:not(:first-child)::before {
  position: relative;
  left: -1vw;
  color: var(--color-brown);
  content: "|";
  font-size: inherit;
  font-family: inherit;
}

.p_foot_xandtopbtn a {
  height: 2vh;
}

.p_fotter_menu a {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 0.8em;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: max(1.6vw, 16px);
  line-height: 1;
  transform: rotate(0.03deg);
}

.p_fotter_menu a span {
  padding-left: 0.8em;
  color: #ffffff;
  font-size: 0.5em;
}

.p_footer_log {
  display: block;
  padding: 0 3% 0 !important;
  max-width: 300px;
  width: 10%;
}

@media (max-width: 769px) {
  .p_footer_log {
    margin-bottom: 0.5em;
    width: 30%;
  }
}

.p_footer_log img {
  max-width: 100%;
  width: auto;
}

.p_copyright {
  padding: 1% 3% 3%;
  color: #ffffff;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  transform: rotate(0.03deg);
}

@media (max-width: 769px) {
  .p_copyright {
    font-size: 0.6rem;
  }

  .p_foot_xandtopbtn a {
    height: 1.2vh;
  }
}

/* margin-top */
.u_mt2 {
  margin-top: 2%;
}

.u_mt5 {
  margin-top: 5%;
}

.u_mt10 {
  margin-top: 10%;
}

/* margin-bottom */
.u_mb5 {
  margin-bottom: 5%;
}

/* ///// animation ///////////////////////////////// */

a.kira_01,
a.kira_02 {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.kira_01::before,
.kira_02::before {
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  transform: skewX(-25deg);
  animation: shine 2s infinite;
}

/* .kira_01 {
  width: 50%;
}

.kira_02 {
  width: 25%;
} */

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* ///// lity時スクロールロック ///////////////////////////////// */

html:has(.l_body.lity-hidden) {
  overflow: hidden;
  scrollbar-gutter: stable;
  background-color: #181818;
}

/* ///// responsive ///////////////////////////////// */
.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 900px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .br {
    display: block;
  }
}

/* 読み込みヘッダー・フッター調整 */
.mypage-btn.mypage-btn {
  line-height: 1;
}

/*-- グッズ --*/
#n_goods .goods-container {
  margin-top: 50px;

  @media (max-width: 768px) {
    margin-top: 28px;
  }
}