@charset "UTF-8";
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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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;
}

img,
video {
  line-height: 0;
  font-size: 0;
}

figure {
  font-size: 0;
  line-height: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

* {
  -ms-font-feature-settings: "normal";
  box-sizing: border-box;
  min-height: 0%;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}

html {
  font-size: 3.125vw;
}
@media screen and (min-width: 560px) {
  html {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #231815;
  min-width: 320px;
  background-color: #F9FCFF;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 960px) {
  .sp_only {
    display: inline;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

input {
  -webkit-appearance: none;
}

a,
input[type=submit],
button {
  transition: 0.4s;
}
a:hover,
input[type=submit]:hover,
button:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.cmn__wrap {
  background: #000131;
}

.container {
  background: url(../images/bg.jpg);
  padding: 0 1.5rem 3rem;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .container {
    max-width: 1200px;
    padding: 0 5% 50px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 0 100px 50px;
  }
}

/*共通ロゴ*/
.cmn__logo {
  margin: auto;
  width: 54%;
}
@media screen and (min-width: 960px) {
  .cmn__logo {
    width: 262px;
  }
}

/*共通ボタン*/
.cmn__btn {
  display: block;
  background: #231815;
  border-radius: 10px;
  width: 100%;
  padding: 4.3% 0;
  text-align: center;
  margin: 30px auto 0;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 960px) {
  .cmn__btn {
    margin-top: 50px;
    font-size: 6.2rem;
  }
  .cmn__btn:hover {
    background: #727272;
    transition: 0.3s;
    opacity: 1;
  }
}
.cmn__btn--modal {
  background: #fff;
  color: #231815;
  font-size: 1.7rem;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 960px) {
  .cmn__btn--modal {
    font-size: 6.2rem;
  }
}

/*index*/
.header {
  background: #231815 0% 0%;
  height: 57px;
  display: flex;
}
@media screen and (min-width: 960px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  padding: 0 20px;
  margin: auto;
  max-width: 100%;
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .header__inner {
    padding: 0;
  }
}

.header__logo {
  width: 57px;
}
@media screen and (min-width: 960px) {
  .header__logo {
    width: 98px;
  }
}

.header__text {
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (min-width: 960px) {
  .header__text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}

.footer {
  width: 100%;
  background: #231815;
  padding: 20px 0;
  color: #fff;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 959px) {
  .footer {
    margin-bottom: 60px;
  }
}

.footer__inner {
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .footer__inner {
    width: 90.625%;
    margin: auto;
  }
}
@media screen and (min-width: 960px) {
  .footer__inner {
    margin: auto;
    padding: 0 20px;
    max-width: 100%;
    width: 1000px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
    text-align: unset;
    flex-direction: unset;
  }
}

.footer__link a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
}
.footer__link a:first-child {
  margin-right: 25px;
}

.footer__sns {
  display: flex;
}
@media screen and (max-width: 959px) {
  .footer__sns {
    width: 100%;
    justify-content: center;
    margin-top: 3.4482758621%;
  }
}

.footer__sns > a {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.footer__sns > a + a {
  margin-left: 6px;
}

.footer__sns > a > img {
  width: 20px;
  transform: translateY(50%);
  display: block;
  margin: auto;
}

.footer__sns > a.youtube > img {
  transform: translateY(95%);
}

.footer__copyright {
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: auto;
  margin-top: 17px;
  padding-top: 17px;
  letter-spacing: 0.02em;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 959px) {
  .footer__copyright {
    width: 90.625%;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 10px;
  }
}
.footer__copyright p {
  font-size: 1.2rem;
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.top {
  background-repeat: repeat;
  background-color: #F9FCFF;
  background-size: contain;
  position: relative;
}

.top_wrap {
  position: relative;
}

.top_mv_wrap {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.top_mv_logo {
  position: absolute;
  top: 10px;
  left: 14px;
  z-index: 2;
  line-height: 0;
}
@media screen and (min-width: 960px) {
  .top_mv_logo {
    top: 27px;
    left: 32px;
  }
}

.container {
  background-color: #FFEE91;
  margin: auto;
  max-width: 1200px;
  padding: 0 5% 50px;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 5% 40px;
  }
}

@media screen and (min-width: 960px) {
  .container {
    max-width: 1200px;
    padding: 0 5% 50px;
  }
}
.container.top_container {
  padding-top: 1.5rem;
  position: relative;
  background-color: #e8f2f8;
  background-image: url(/dm/gw-fair_2026/assets/images/benefit-area_bg_pc.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 959px) {
  .container.top_container {
    background-image: url(/dm/gw-fair_2026/assets/images/benefit-area_bg_sp.png);
    background-size: cover;
    background-position: center top;
  }
}
@media screen and (min-width: 960px) {
  .container.top_container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.top_img01 {
  display: block;
  width: 100%;
  padding-top: 15px;
}
@media screen and (min-width: 960px) {
  .top_img01 {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    padding-top: 50px;
  }
}
.top_img02 {
  width: 100%;
  display: block;
  padding-top: 15px;
}
@media screen and (min-width: 960px) {
  .top_img02 {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    padding-top: 50px;
  }
}

.top_img03 {
  width: 100%;
  display: block;
  padding-top: 15px;
}
@media screen and (min-width: 960px) {
  .top_img03 {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    padding-top: 50px;
  }
}

.top_img01 img,
.top_img02 img,
.top_img03 img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 11px rgba(31, 159, 251, 0.18)) drop-shadow(0 0 34.7px rgba(31, 159, 251, 0.22));
}

.benefit-gifts_title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .benefit-gifts_title {
    max-width: 960px;
  }
}
.benefit-gifts_title img {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.top__text {
  background: url("/dm/2022summer/assets/img/bg_top_sp.png") no-repeat center center/100% 100%;
  padding: 2rem 1rem;
  color: #706967;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top__text {
    background: url("/dm/2022summer/assets/img/bg_top_pc.png") no-repeat center center/100% 100%;
    padding: 20px 0;
    font-size: 2.9rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1.65;
  }
}

.top_btn_block {
  width: 100%;
  margin: 15px 0 25px 0;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top_btn_block {
    max-width: 717px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 80px;
  }
}

.top_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 14px 20px;
  box-sizing: border-box;
  background-color: #F19B2C;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  border-bottom: 5px solid #A34C00;
  cursor: pointer;
  font-family: inherit;
  appearance: none;
}
@media screen and (max-width: 959px) {
  .top_btn {
    position: relative;
    justify-content: center;
    padding: 14px 44px 14px 18px;
    font-size: 1.35rem;
    gap: 0;
  }
}
@media screen and (min-width: 960px) {
  .top_btn {
    font-size: 2.4rem;
    padding: 20px 36px;
    gap: 12px;
  }
}
.top_btn:hover {
  opacity: 1;
  filter: brightness(1.06);
}
.top_btn:focus-visible {
  outline: 3px solid #c17015;
  outline-offset: 2px;
}

.top_btn__label {
  flex: 0 1 auto;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .top_btn__label {
    width: 100%;
    text-align: center;
  }
}

.top_btn__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  line-height: 0;
}
.top_btn__icon img {
  display: block;
  width: 22px;
  height: auto;
}
.top_btn__icon svg {
  display: block;
}
@media screen and (max-width: 959px) {
  .top_btn__icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .top_btn__icon svg {
    width: 24px;
    height: 24px;
  }
}

.top_btn__note {
  margin: 10px 0 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}
@media screen and (min-width: 960px) {
  .top_btn__note {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

/* QUOカード注釈のみ幅を制限（モーダル直上の1段落） */
.top_container .top_img03 + .top_btn__note {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: 30px;
}

body.benefit-modal-is-open {
  overflow: hidden;
  touch-action: none;
}

.benefit-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-sizing: border-box;
}
.benefit-modal.is-open {
  display: flex;
}

.benefit-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.benefit-modal__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  max-height: min(92vh, 880px);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.benefit-modal__panel *,
.benefit-modal__panel *::before,
.benefit-modal__panel *::after {
  font-family: "Noto Sans JP", sans-serif;
}
.benefit-modal__panel {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 960px) {
  .benefit-modal__panel {
    max-width: 1000px;
  }
}

.benefit-modal__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.benefit-modal__x {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .benefit-modal__x {
    top: 0.5%;
    right: 1%;
  }
}
.benefit-modal__x:hover {
  opacity: 0.85;
}
.benefit-modal__x:focus-visible {
  outline: 2px solid #0082c1;
  outline-offset: 2px;
}

.benefit-modal__body {
  flex: 1;
  min-height: 0;
  background: url("/dm/gw-fair_2026/assets/images/benefit-modal_bg_pc.png") repeat;
  background-size: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 959px) {
  .benefit-modal__body {
    background-image: url("/dm/gw-fair_2026/assets/images/benefit-modal_bg_sp.png");
  }
}

.benefit-modal__inner {
  padding: 70px 53.5px;
}
@media screen and (max-width: 959px) {
  .benefit-modal__inner {
    padding: 40px 20px;
  }
}

.benefit-modal__fig {
  margin: 0 0 16px;
  min-height: 120px;
  background: #f5f5f5;
  border: 1px dashed #ddd;
  border-radius: 8px;
}
.benefit-modal__fig:last-child {
  margin-bottom: 0;
}
.benefit-modal__fig img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 8px;
}
.benefit-modal__fig:has(img) {
  min-height: 0;
  background: none;
  border: none;
  padding: 0;
}
.benefit-modal__fig--visit {
  max-width: 784px;
  margin: 0 auto 16px;
}
.benefit-modal__fig--quo {
  max-width: 784px;
  margin: 0 auto;
}

.benefit-modal__notes {
  max-width: 780px;
  margin: 0 auto 24px;
  text-align: left;
}
.benefit-modal__notes p {
  font-size: 12px;
  line-height: 1.6;
  color: #413224;
  margin: 0;
}

.benefit-modal__foot {
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 16px;
  border: none;
  background: #413224;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  font-family: inherit;
}
.benefit-modal__foot:hover {
  opacity: 0.92;
}
.benefit-modal__foot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}

.top_deco1 {
  position: absolute;
  bottom: -26px;
  width: 173px;
}
@media screen and (min-width: 960px) {
  .top_deco1 {
    bottom: -36px;
    width: 208px;
  }
}

.top_deco2 {
  position: absolute;
  bottom: -9px;
  right: 46px;
  width: 49px;
}
@media screen and (min-width: 960px) {
  .top_deco2 {
    bottom: -30px;
    right: 106px;
    width: 136px;
  }
}

.gw-guide {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .gw-guide {
    padding: 30px 0;
  }
}

.knowmore {
  background-color: #FFEB94;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 959px) {
  .knowmore {
    padding: 30px 0;
  }
}

.knowmore__cta {
  margin-bottom: 50px;
  text-align: center;
}
.knowmore__cta .gw-cta__button {
  display: inline-block;
  width: auto;
  max-width: 800px;
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  .knowmore__cta {
    display: none;
  }
}

.knowmore__title {
  width: 100%;
  max-width: 692.5px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 959px) {
  .knowmore__title {
    width: 92%;
    margin: 20px auto 20px;
  }
}
.knowmore__title img {
  display: block;
  width: 100%;
  height: auto;
}

.knowmore__slider {
  position: relative;
}
.knowmore__slider .swiper-wrapper {
  overflow: visible;
}
.knowmore__slider .swiper-slide {
  width: 530px;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
@media screen and (max-width: 959px) {
  .knowmore__slider .swiper-slide {
    width: 90%;
  }
}
.knowmore__slider .swiper-button-prev,
.knowmore__slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 38px 38px;
}
.knowmore__slider .swiper-button-prev::after,
.knowmore__slider .swiper-button-next::after {
  display: none;
}
.knowmore__slider .swiper-button-prev {
  left: 45%;
  transform: translate(-280px, -50%);
  background-image: url("/dm/gw-fair_2026/assets/images/knowmore/arrow_prev.png");
  /* 768px 以下のみ左右端。769〜959 は下の中央基準ブロックへ */
}
@media screen and (max-width: 768px) {
  .knowmore__slider .swiper-button-prev {
    left: 10px;
    transform: translateY(-50%);
  }
}
.knowmore__slider .swiper-button-next {
  right: 45%;
  transform: translate(280px, -50%);
  background-image: url("/dm/gw-fair_2026/assets/images/knowmore/arrow_next.png");
}
@media screen and (max-width: 768px) {
  .knowmore__slider .swiper-button-next {
    right: 10px;
    transform: translateY(-50%);
  }
}
.knowmore__slider {
  /* 769〜959 も PC と同じく、ビューポート中心（43% / 57%）からのオフセット */
}
@media screen and (min-width: 769px) {
  .knowmore__slider .swiper-button-prev,
  .knowmore__slider .swiper-button-next {
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
  }
  .knowmore__slider .swiper-button-prev {
    left: 45%;
    right: auto;
    transform: translate(calc(-50% - clamp(140px, 20vw, 260px)), -50%);
  }
  .knowmore__slider .swiper-button-next {
    left: 55%;
    right: auto;
    transform: translate(calc(-50% + clamp(140px, 20vw, 260px)), -50%);
  }
}
@media screen and (min-width: 700px) and (max-width: 768px) {
  .knowmore__slider .swiper-button-prev,
  .knowmore__slider .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .knowmore__slider .swiper-button-prev {
    left: 43%;
    right: auto;
    transform: translate(calc(-50% - clamp(85px, 18vw, 150px)), -50%);
  }
  .knowmore__slider .swiper-button-next {
    left: 57%;
    right: auto;
    transform: translate(calc(-50% + clamp(85px, 18vw, 150px)), -50%);
  }
}
.knowmore__slider .swiper-pagination {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .knowmore__slider .swiper-pagination {
    margin-top: 10px;
  }
}
.knowmore__slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #CBCBCB;
  opacity: 1;
  margin: 0 10px;
  border-radius: 50%;
  transition: background 0.3s ease;
}
@media screen and (max-width: 959px) {
  .knowmore__slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.knowmore__slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #707070;
}

.knowmore__img img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.product-lineup {
  background-color: #F3F3F3;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 959px) {
  .product-lineup {
    padding: 40px 0;
  }
}

.product-lineup__title {
  width: 100%;
  max-width: 610px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 959px) {
  .product-lineup__title {
    width: 85%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .product-lineup__title {
    margin-bottom: 30px;
  }
}
.product-lineup__title img {
  display: block;
  width: 100%;
  height: auto;
}

.product-lineup__slider {
  position: relative;
  min-height: 600px;
}
@media screen and (max-width: 768px) {
  .product-lineup__slider {
    min-height: auto;
  }
}
.product-lineup__slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  /* sumikkogurashi_CP 同様：レイアウト幅は固定し、拡大は transform で行う（width の transition で下ブロックが揺れない） */
  width: 565px !important;
  transform: translateZ(0);
  transition: transform 0.4s ease;
  /* 769〜959 も PC と同じ余白（タブレット専用で 0 にしない） */
  margin: 0 80px;
}
@media screen and (max-width: 768px) {
  .product-lineup__slider .swiper-slide {
    width: 100% !important;
    max-width: 565px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.product-lineup__slider .swiper-slide.swiper-slide-active {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .product-lineup__slider .swiper-slide.swiper-slide-active {
    transform: scale(1.26726);
  }
}
@media screen and (max-width: 768px) {
  .product-lineup__slider .swiper-slide.swiper-slide-active {
    transform: translateZ(0) scale(1.1);
  }
}
.product-lineup__slider .product-lineup__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
}
@media screen and (max-width: 768px) {
  .product-lineup__slider .product-lineup__slide {
    min-height: 385px;
  }
}
@media screen and (max-width: 400px) {
  .product-lineup__slider .product-lineup__slide {
    min-height: 330px;
  }
}
.product-lineup__slider .product-lineup__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .product-lineup__slider .product-lineup__content {
    padding: 10px 0;
  }
}
.product-lineup__slider .swiper-button-prev,
.product-lineup__slider .swiper-button-next {
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  z-index: 10;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 38px 38px;
}
.product-lineup__slider .swiper-button-prev::after,
.product-lineup__slider .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .product-lineup__slider .swiper-button-prev,
  .product-lineup__slider .swiper-button-next {
    top: 45%;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .product-lineup__slider .swiper-button-prev,
  .product-lineup__slider .swiper-button-next {
    top: 38%;
  }
}
.product-lineup__slider .swiper-button-prev {
  left: 38.7%;
  transform: translate(-280px, -50%);
  background-image: url("/dm/gw-fair_2026/assets/images/knowmore/arrow_prev.png");
}
@media screen and (max-width: 768px) {
  .product-lineup__slider .swiper-button-prev {
    left: 5px;
    transform: translateY(-100%);
  }
}
.product-lineup__slider .swiper-button-next {
  right: 38.7%;
  transform: translate(280px, -50%);
  background-image: url("/dm/gw-fair_2026/assets/images/knowmore/arrow_next.png");
}
@media screen and (max-width: 768px) {
  .product-lineup__slider .swiper-button-next {
    right: 5px;
    transform: translateY(-100%);
  }
}
.product-lineup__slider {
  /* 769px〜：矢印はスライド全体の50%ではなく、画像（外観写真）の見た目の縦中央付近へ */
}
@media screen and (min-width: 769px) {
  .product-lineup__slider .swiper-button-prev,
  .product-lineup__slider .swiper-button-next {
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    top: 39%;
  }
  .product-lineup__slider .swiper-button-prev {
    left: 42%;
    right: auto;
    transform: translate(calc(-50% - 300px), -50%);
  }
  .product-lineup__slider .swiper-button-next {
    left: 58%;
    right: auto;
    transform: translate(calc(-50% + 300px), -50%);
  }
}
.product-lineup__slider .swiper-pagination {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-lineup__slider .swiper-pagination {
    margin-top: 0;
  }
}
.product-lineup__slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #CBCBCB;
  opacity: 1;
  margin: 0 10px;
  border-radius: 50%;
  transition: background 0.3s ease;
}
@media screen and (max-width: 768px) {
  .product-lineup__slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.product-lineup__slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #707070;
}

.product-lineup__img img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product-lineup__img img {
    width: 72%;
  }
}

.gw-cta {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 70px;
  background-color: #FFEB94;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 959px) {
  .gw-cta {
    padding: 40px 15px 50px;
    gap: 20px;
  }
}
.gw-cta__call {
  max-width: 560px;
  width: 100%;
}
.gw-cta__call img {
  display: block;
  width: 100%;
  height: auto;
}
.gw-cta__button {
  display: block;
  max-width: 800px;
  width: 100%;
  transition: opacity 0.3s;
}
.gw-cta__button:hover {
  opacity: 0.7;
}
.gw-cta__button img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .gw-cta__button {
    display: none;
  }
}

.gw-sticky__button {
  position: fixed;
  top: 190px;
  right: -10px;
  width: 90px;
  z-index: 9999;
}
.gw-sticky__button img {
  display: block;
  width: 100%;
  height: auto;
}
.gw-sticky__button .pc_only {
  display: block;
}
.gw-sticky__button .sp_only {
  display: none;
}
@media screen and (max-width: 959px) {
  .gw-sticky {
    position: fixed;
    z-index: 9999;
    bottom: -3px;
    left: 0;
    display: flex;
    flex-direction: column;
  }
  .gw-sticky__button .pc_only {
    display: none;
  }
  .gw-sticky__button .sp_only {
    display: block;
  }
  .gw-sticky {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .gw-sticky__button {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 0;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
}

#winner * {
  font-family: "Noto Sans JP", sans-serif;
}

.winner__award__ttl {
  background-color: #0f9b54;
}
@media screen and (min-width: 960px) {
  .winner__award__ttl {
    background-color: #0f9b54;
  }
}

.winner__award__inner {
  margin-top: 1.5rem;
}
.winner__award__inner:first-child {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .winner__award__inner {
    margin-top: 25px;
  }
}

.winner__award__hwrap {
  position: relative;
  background: #f0770d;
  border-radius: 3rem 3rem 0 0;
  padding: 1.5rem 1.7rem 1.8rem 1.7rem;
}
@media screen and (min-width: 960px) {
  .winner__award__hwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 50px;
  }
}

.winner__award__hdg {
  display: flex;
  align-items: flex-start;
}
.winner__award__hdg--a, .winner__award__hdg--b, .winner__award__hdg--c, .winner__award__hdg--d, .winner__award__hdg--e {
  align-items: center;
}
.winner__award__hdg--a span:nth-of-type(1), .winner__award__hdg--b span:nth-of-type(1), .winner__award__hdg--c span:nth-of-type(1), .winner__award__hdg--d span:nth-of-type(1), .winner__award__hdg--e span:nth-of-type(1) {
  padding-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .winner__award__hdg--a span:nth-of-type(1), .winner__award__hdg--b span:nth-of-type(1), .winner__award__hdg--c span:nth-of-type(1), .winner__award__hdg--d span:nth-of-type(1), .winner__award__hdg--e span:nth-of-type(1) {
    padding-bottom: 0;
  }
}
.winner__award__hdg--c img {
  bottom: 1.2rem;
}
.winner__award__hdg--d span:nth-of-type(1) {
  padding-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .winner__award__hdg--d span:nth-of-type(1) {
    padding-bottom: 0;
  }
}
.winner__award__hdg--e span:nth-of-type(1) {
  padding-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .winner__award__hdg--e span:nth-of-type(1) {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .winner__award__hdg {
    align-items: center;
  }
}
.winner__award__hdg span {
  color: #fff;
}
.winner__award__hdg span:nth-of-type(1) {
  font-size: 3rem;
  font-weight: bold;
  width: 7rem;
}
@media screen and (min-width: 960px) {
  .winner__award__hdg span:nth-of-type(1) {
    width: auto;
    font-size: 60px;
    margin-top: 0;
    white-space: nowrap;
  }
}
.winner__award__hdg span:nth-of-type(2) {
  margin-left: 10px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: -0.03rem;
  width: calc(100% - 0rem);
}
@media screen and (min-width: 960px) {
  .winner__award__hdg span:nth-of-type(2) {
    width: auto;
    font-size: 20px;
    margin-left: 35px;
    letter-spacing: 0;
  }
}

.winner__award__number {
  position: absolute;
  left: 1.6rem;
  bottom: 1.8rem;
  width: 5rem;
}
.winner__award__number--e {
  bottom: 4rem;
}
@media screen and (min-width: 960px) {
  .winner__award__number {
    position: relative;
    left: auto;
    bottom: auto;
    width: 168px;
  }
  .winner__award__number--e {
    bottom: auto;
  }
}

.winner__award__item {
  border: 9px solid #f0770d;
  border-radius: 0 0 3rem 3rem;
  border-top: none;
  background: #fff;
  margin-top: -1px;
  padding: 2rem 1.2rem;
}
@media screen and (min-width: 960px) {
  .winner__award__item {
    padding: 65px 52px 65px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.winner__award__item-img {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.winner__award__item-img img {
  margin: auto;
}
.winner__award__item-number {
  display: flex;
  flex-direction: column;
  letter-spacing: 1.1rem;
}
@media screen and (min-width: 960px) {
  .winner__award__item-number {
    width: 44%;
    margin-left: 28px;
    margin-bottom: 36px;
  }
}
.winner__award__item-number span {
  padding: 8px 0px;
  background: #FEAC2E;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  border-radius: 1rem;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 960px) {
  .winner__award__item-number span {
    padding: 10px;
    font-size: 33px;
    border-radius: 20px;
  }
}
.winner__award__item-number--c, .winner__award__item-number--e {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .winner__award__item-number--c, .winner__award__item-number--e {
    display: flex;
    width: 44%;
    margin-left: 28px;
    margin-bottom: 0;
  }
}

.winner__award__towel {
  border-radius: 10px;
  flex-direction: column;
  padding: 7px 0 0;
  display: flex;
  padding: 0;
  border: 9px solid #FABD5F;
  border-radius: 30px;
  background-color: #FABD5F;
}
@media screen and (min-width: 960px) {
  .winner__award__towel {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    border: 9px solid #FABD5F;
    border-radius: 30px;
  }
}
.winner__award__towel--left {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 0 12px 14px;
  width: auto;
}
@media screen and (min-width: 960px) {
  .winner__award__towel--left {
    width: 65%;
    display: block;
    padding-left: 100px;
    position: relative;
    padding-left: 165px;
    padding-bottom: 65px;
  }
}
.winner__award__towel--left > p {
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.58333;
  color: #6C1B21;
  margin: 5px 20px 0 20px;
}
@media screen and (min-width: 960px) {
  .winner__award__towel--left > p {
    font-size: 2vw;
    white-space: nowrap;
  }
}
.winner__award__towel--left-item {
  width: 37%;
  padding-top: 25px;
  position: static;
}
@media screen and (min-width: 960px) {
  .winner__award__towel--left-item {
    padding-top: 0;
    position: absolute;
    top: -3px;
    left: 31px;
    width: auto;
  }
}
.winner__award__towel--left > p {
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.5833333333;
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .winner__award__towel--left > p {
    font-size: 2vw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .winner__award__towel--left > p {
    font-size: 24px;
  }
}
.winner__award__towel--left > p span {
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 10px;
}
.winner__award__towel--left-note {
  font-size: 13px;
  color: #6C1B21;
}
@media screen and (min-width: 961px) and (max-width: 1119px) {
  .winner__award__towel--left-note {
    font-size: 11px;
  }
}
@media screen and (min-width: 960px) {
  .winner__award__towel--left-note {
    position: absolute;
    bottom: -5px;
    left: 30px;
    line-height: 1.8;
  }
}
.winner__award__towel--right {
  background-color: #fff;
  padding: 17px 97px;
  width: 100%;
  border-radius: 0px 0px 22px 22px;
}
@media screen and (min-width: 960px) {
  .winner__award__towel--right {
    width: 35%;
    padding: 20px 46px 17px 46px;
    border-radius: 0px 20px 20px 0px;
  }
}
.winner__award__towel > span {
  width: 72.9166666667%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .winner__award__towel > span {
    width: 300px;
  }
}

.winner__award__attention > p {
  color: #fff;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 55px;
}
@media screen and (min-width: 960px) {
  .winner__award__attention > p {
    font-size: 16px;
    text-align: center;
  }
}
.winner__award__attention span {
  font-weight: bold;
  text-decoration: underline;
}

.loan-tax {
  max-width: 1200px;
  margin: 0px auto 0;
  padding: 70px 100px;
  box-sizing: border-box;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), url("/dm/gw-fair_2026/assets/images/loan-tax_bg_pc.png?260420");
  background-size: cover, cover;
  background-position: center top, center top;
  background-repeat: repeat, repeat;
}
@media screen and (max-width: 959px) {
  .loan-tax {
    padding: 40px 15px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), url("/dm/gw-fair_2026/assets/images/loan-tax_bg_sp.png?260420");
  }
}

.loan-tax__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.loan-tax__img-wrap {
  position: relative;
}
.loan-tax__img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.loan-tax__calc-link {
  position: absolute;
  bottom: 2.5%;
  right: 18%;
  width: 145px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  color: #3E3F3F;
}
@media screen and (max-width: 959px) {
  .loan-tax__calc-link {
    bottom: 0.5%;
    right: 61%;
    width: 145px;
    height: 18px;
  }
}
.loan-tax__calc-link:hover {
  opacity: 0.7;
}

.loan-tax__notes {
  margin-top: 12px;
  padding: 0 8px;
}
.loan-tax__notes p {
  font-size: 12px;
  line-height: 1.8;
  color: #3E3F3F;
  margin: 0;
}

.calc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.calc-modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.calc-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.calc-modal__panel {
  position: relative;
  z-index: 1;
  width: 85%;
  max-width: 1000px;
  max-height: 80vh;
  overflow-y: auto;
  background: #F2F2F2;
  border-radius: 4px;
  padding: 40px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .calc-modal__panel {
    width: 92%;
    padding: 30px 20px;
  }
}

.calc-modal__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #3E3F3F;
  margin: 0 0 24px;
}
@media screen and (max-width: 959px) {
  .calc-modal__title {
    font-size: 18px;
  }
}

.calc-modal__x {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  color: #666;
  font-size: 35px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calc-modal__body h3 {
  font-size: 15px;
  font-weight: 700;
  color: #3E3F3F;
  margin: 20px 0 8px;
}
.calc-modal__body h3:first-child {
  margin-top: 0;
}
.calc-modal__body p {
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
  margin: 0 0 4px;
}
@media screen and (max-width: 959px) {
  .calc-modal__body p {
    font-size: 13px;
  }
}
