@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1;
  font-size: 100%;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: bottom;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}


/* /リセットCSS */


/* 共通 */
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
}

:root {
  --text-font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  --text-font-weight: 500;
  --text-font-style: normal;
  --text-font-bold-weight: 700;
}
/* :root {
  --text-font-family: "Gill Sans", "Gill Sans MT", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Lato", Meiryo, "system-ui", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --text-font-weight: 500;
  --text-font-style: normal;
  --text-font-bold-weight: 700;
} */



/* =================================================
   Common
================================================= */
main img {
  width: 100%;
  height: auto;
}

/* =================================================
   Opening
================================================= */

.opening {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: url("../img/opening-bg-pc.webp") center / cover no-repeat;
  background-color: #eee;
}

.opening-bg,
.opening-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.opening.fadeout {
  animation: openingFade 3s ease forwards;
}
.opening-wave-pc.fadeout {
  animation: openingFade 3.5s ease forwards;
}

@keyframes openingFade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.opening-logo {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.opening-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;

  clip-path: inset(0 0 100% 0);
  transform: scale(1);
  animation: logoRevealScale 7s ease forwards;
}




/* .opening-logo-pc {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url("../img/opening-logo-pc.webp") center / cover no-repeat;
  background-position: center 45%;
  clip-path: inset(0 0 100% 0);
  transform: scale(1);
  animation: logoRevealScale 7s ease forwards;
} */

@keyframes logoRevealScale {
  0% {
    clip-path: inset(0 0 100% 0);
    transform: scale(1);
  }

  60%,
  100% {
    clip-path: inset(0 0 0 0);
    transform: scale(0.94);
  }
}

.opening,
.opening-wave-pc {
  transition: opacity 1s ease; /* フェード時間（調整可） */
  opacity: 1;
}


.opening-wave-pc {
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: visible;
}

.opening-wave-pc img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
  object-fit: contain;
  transform: translateY(130vh) scale(0.5);
  transform-origin: center bottom;
  animation: waveFinal 3.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 1.4s;
}

@media screen and (min-width: 1280px) {
  .opening-wave-pc img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100vw;
  max-height: 40vh;
  object-fit: contain;
  transform: translateY(110vh) scale(2);
  transform-origin: center bottom;
  animation: waveFinal 5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 1.9s;
}
}

@keyframes waveFinal {
  to {
    transform: translateY(20vh) scale(3);
  }
}

@media (max-width: 490px) {
  /* .opening-bg-pc {
    background: url("../img/opening-bg-sp.webp") center / cover no-repeat;
  } */

  .opening-logo-pc {
    background: url("../img/opening-logo-sp.webp") center / cover no-repeat;
  }

  .opening-wave-pc {
    background: url("../img/opening-wave-sp.webp") center bottom / contain no-repeat;
  }
}

.page-inner {
  width: 100%;
  max-width: 490px;
  margin-left: auto;
  margin-right: 150px;
}
/* SPだけ全幅にする */
@media screen and (max-width: 490px) {
  .page-inner {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}

.view-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  /* overflow: hidden; */
}

@media (max-width: 490px) {
  .view-bg {
    display: none;
  }
}

.view-bg-slides,
.view-bg-slides li {
  width: 100%;
  height: 100%;
}

.view-bg-slides {
  position: relative;
}

.view-bg-slides li {
  position: absolute;
  inset: 0;
  list-style: none;
}

.view-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.view-fixed {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}


.view-contents {
  height: 640px;
}


.first-view {
  position: relative;
  height: 640px;
  /* overflow: hidden; */
}


.first-view-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.first-view-slides li {
  position: absolute;
  inset: 0;
  list-style: none;

  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.first-view-slides img {
  width: 100%;
  height: auto;
  max-height: none;
  display: block;
}







/* =================================================
   Scroll Contents
================================================= */
.main-scroll {
  position: relative;
  z-index: 2;
  /* overflow: hidden; */
  margin-top: 640px;
}

.main-scroll {
  overflow: visible;
}


.summary-wrrap {
  position: relative;
  z-index: 2;
  padding: 60px 25px;
  background-color: rgba(24, 17, 6, 0.75);
  mix-blend-mode: multiply;
  margin-bottom: 0;
}

/* =================================================
   Responsive
================================================= */
@media (min-width: 1040px) {
  .page-inner {
    margin-right: 200px;
  }
}

@media (min-width: 1400px) {
  .page-inner {
    margin-right: 400px;
  }
}

/* SP：位置を正しく戻す */
@media screen and (max-width: 490px) {

  .first-view {
    height: 607px;
  }

  .main-scroll {
    margin-top: 607px;
    /* ← first-view と同じ高さ */
    padding-top: 0;
  }

  .summary-wrrap {
    margin-top: 0;
  }
}





/* --- 文字流し（PCのみ） ----------------------- */

.side-marquee {
  display: none;
}

@media (min-width: 1024px) {

  .side-marquee {
    position: fixed;
    top: 0;
    right: 0;
    width: 218px;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    display: block;
    z-index: 2;
  }

  .marquee-inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;

    /* ★ 無限スクロール */
    animation: marqueeUp 60s linear infinite;
  }

  .marquee-inner p {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 85px;
    letter-spacing: 0.2em;
    color: #fff;
    margin: 40px 0;
    white-space: nowrap;
    font-family: yu-mincho-pr6n, 游明朝, YuMincho, serif;
  }

  @keyframes marqueeUp {
    0% {
      transform: translate(-50%, 0);
    }

    100% {
      transform: translate(-50%, -50%);
    }
  }
}

@media (min-width: 1400px) {
  .marquee-inner p {
    font-size: 100px;
  }

  .side-marquee {
    width: 300px;
  }
}

.summary-txt {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.summary-txt h5 {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 3px;
  font-weight: bold;
  color: #9d8200;
}

.summary-txt h6 {
  font-size: 24px;
  font-weight: normal;
  font-family: yu-mincho-pr6n, 游明朝, YuMincho, serif;
}

.summary-txt p {
  text-align: justify;
  margin-top: 12px;
  letter-spacing: 1.3px;
  line-height: 2;
  font-size: 15px;
}
@media (min-width: 1280px) {
    .sale-content p {
        text-align: center;
        font-size: 18px;
    }
  }

.line-up-bg {
  /* background-color: #fff4e4; */
    position: sticky;
    z-index: 3;
}

.line-up {
    position: relative;
    z-index: 999;
    background: url(../img/line-up-bg.webp) repeat;
    background-size: auto;
    background-position: top left;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-bottom: 65px;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.4);
    color: #230707;
    margin-top: -40px;
}

.line-up h5 {
  font-size: 13px;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
  padding-top: 45px;
  color: #9d8200;
}
.line-up .line-up-jp {
  font-weight: bold;
  margin-top: -175px;
}
.line-up h3 {
  font-size: 19px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding-top: 32px;
  margin-bottom: 20px;
  font-family: yu-mincho-pr6n, 游明朝, YuMincho, serif;
}

/* .line-up h3 span{
  font-size: 14px;
} */

.line-up h6 {
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  color: #9d8200;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}



.gold-icon-01 {
    width: 112px;
    position: absolute;
    top: -55px;
    left: 30px;
}

@media (min-width: 1280px) {
 
.gold-icon-01 {
    width: 125px;
    top: -58px;
    left: 30px;
}
}


/* 表示枠 */
.cycle-clip {
  position: relative;
  top: -80px;
  right: 0;
  width: 100%;
  height: 180px;
  pointer-events: none;
  z-index: 2;
  /* border: 3px solid; */
}

@media (max-width: 490px) {
  .cycle-clip,.cycle-clip-2 {
  overflow: hidden;
}
}

/* 回る本体 */
.cycle-01{
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  animation: rotateLoop 20s 
linear infinite;
}

.cycle-01 img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes rotateLoop {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}




/* mado：スクロール追従 → 上で固定 */
.mado-01 {
  /* position: sticky; */
  top: 0;
  z-index: 1;
}



.bon-01,
.bon-02,
.bon-03,
.bon-04,
.bon-05,
.bon-06,
.bon-07,
.bon-08 {
  position: relative;
}

.bonbon-wrap .material {
  position: absolute;
  z-index: -1;
}

.bonbon-wrap h5 {
  text-align: left;
  font-size: 27px;
  margin-bottom: 8px;
}

/* .bonbon-wrap h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: yu-mincho-pr6n, 游明朝, YuMincho, serif;
  margin-bottom: 180px;
} */

.bonbon-wrap h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    font-family: yu-mincho-pr6n, 游明朝, YuMincho, serif;
    margin-bottom: 46%;
}

.bonbon-wrap h4 img {
  width: 20px;
  margin-right: 3px;
}

.bonbon-wrap .bon-summary {
  letter-spacing: 1px;
  text-align: justify;
  line-height: 1.5;
  font-size: 16px;
  width: 300px;
}

.bon-01 .material {
  top: 2px;
  left: 0;
}

.bon-txt {
  width: 100%;
  padding-left: 8%;
}

.bon-txt h5 {
      line-height: 1.1;
  font-family: yu-mincho-pr6n, 游明朝, YuMincho, serif;
}

.bon-01 h5 {
  padding-top: 8px;
}

.bon-01 {
  padding-top: 15px;
}


.bon-01 .h4 {
margin-bottom: 39%;
}

.bon-02 .material {
  top: 15px;
  left: 0;
}

.bon-03 .material {
  top: -4px;
  left: 0;
}

.bon-03 h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: yu-mincho-pr6n, 游明朝, YuMincho, serif;
  margin-bottom: 63px;
}

.bon-03 .bon-summary {
  width: 280px;
}

.bon-04 .material {
  top: 26px;
  left: 0;
}

.bon-04 h4 {
  margin-bottom: 43%;
}

.bon-05 .material {
  top: 51px;
  left: 0;
}

.bon-05 .bon-txt {
  text-align: right;
  padding-right: 40px;
}

.bon-05 h5 {
  text-align: right;
}

.bon-05 h4 {
  margin-bottom: 163px;
}

.bon-06 .material {
  top: 40px;
  left: 0;
}
.bon-06 span{
  font-size: 12px;
}

.bon-06 h5 {
  width: 200px;
  text-align: center;
  margin-left: 135px;
  padding-top: 235px;
}

.bon-06 h4 {
  width: 200px;
  text-align: center;
  margin-left: 135px;
  margin-bottom: 24px;
}
.bon-07 .material {
    top: 87px;
    left: 0;
}
.bon-07 h5 {
  width: 100%;
  text-align: right;
  margin-left: auto;
  padding-right: 40px;
  padding-top: 55px;
}

.bon-07 h4 {
    width: 100%;
    text-align: right;
    margin-left: auto;
    padding-right: 40px;
    margin-bottom: 48%;
}

.bon-08 .material {
    top: 32px;
    left: 0;
}


@media (min-width: 780px) {
  .bon-06 h5 {
    margin-left: 165px;
    padding-top: 261px;
  }
  .bon-06 h4 {
      margin-left: 165px;
margin-bottom: 48px;
}
.bon-06 .bon-summary {
  width: 332px;
}

.bon-06 span {
  display: inline-block;
  font-size: 12px;
  padding-top: 6px;
}

.bon-07 .material {
  top: 126px;
  left: 0;
}



.bon-07 .bon-summary {
  margin-top: 20px;
  padding-top: 32px;
}


.bon-08 .material {
  top: 44px;
  left: 0;
}
.bon-08 h5 {
padding-top: 5cap;
}
}

@media (min-width: 1280px) {
      .bonbon-wrap h4 {
        padding-bottom: 0px;
    }
   .bon-01 h4 {
        padding-bottom: 1px;
          }   
.bon-01 h5 {
        padding-top: 26px;
    }

.bon-03 h4 {
    margin-bottom: 87px;
}
.bon-03 .bon-summary {
    width: 280px;
    padding-top: 20px;
}
.bon-04 h4{
padding-bottom: 12px;
}

    .bon-05 h4 {
        margin-bottom: 52%;
    }

.bon-07 .bon-summary {
    padding-top: 7px;
}
.bon-07 h4 {
  margin-bottom: 50%;
} 
.bon-08 h4 {
margin-bottom: 38%;} 

}


/* 審査員コメント----------------- */

.judge {
    display: flex;
    align-items: flex-start;
    width: 300px;
    margin-left: 8%;
    margin-top: 11px;
    margin-bottom: 30px;
}

.comment-title img {
  display: block;
}

.judge-comment {
  padding-left: 5px;
  width: 100%;
}

.judge-comment p {
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
  border-bottom: 1px solid #b58106;
  padding-bottom: 13px;
}

.judge-comment img {
  width: 16px;
  display: inline-block;
}

.award-logo img {
  width: 68px;
}

.judge-comment p {
  opacity: 0;
  transform: translateY(-6px);
  max-height: 0;
  overflow: hidden;

  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    max-height 0.4s ease;
}


.judge.is-open .judge-comment p {
  opacity: 1;
  transform: translateY(0);
  max-height: 300px;
  /* テキスト量より少し大きめ */
}

transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);


/* -------------------------------------- */

.comment-title {
  cursor: pointer;
}

.judge.is-open .comment-title {
  border-bottom: none;
}

/* 矢印回転 */
.comment-title img {
  transition: transform 0.3s ease;
}

.judge.is-open .comment-title img {
  transform: rotate(180deg);
}

.comment-title {
  width: 100%;
  box-sizing: border-box;
  margin-top: 8px;
  color: #b58106;
  letter-spacing: 1px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 0;
  /* border-top: 1px solid #b58106; */
  border-bottom: 1px solid #b58106;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: yu-mincho-pr6n, 游明朝, YuMincho, serif;
}

.judge.is-open .comment-title {
  border-bottom-color: transparent;
}



/* 購入コンテンツ--------------------- */


.sale-content {
    position: relative;
    top: 0;
    background: url(../img/buy-bg.webp) center / cover no-repeat;
    color: #230707;
    padding-bottom: 17%;
    margin-top: -8%;
}


.sale-content .cover,.cover-2 {
  display: none;
}

@media (max-width: 490px) {
  .sale-content .cover,.cover-2 {
    display: block;
  }
  .sale-content .cover,.cover-2 {
    position: absolute;
    width: 47%;
  }
  .sale-content .cover{
    top: -12%;
    left: -19%;
  }
  .sale-content .cover-2 {
    bottom: -20%;
    left: -24%;
  }
  .bon-03 .material {
    top: 20px;
    left: 0;
}

.bon-03 h4 {
    margin-bottom: 93px;
}
}


/* ------------------- */
/* 背景文字エリア */

.txt-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    top: 40px;
    pointer-events: none;
    overflow: hidden;
}


/* 中身を2倍幅にする */
.txt-bg-inner {
  display: flex;
  width: max-content;
  animation: marqueeLoop 18s linear infinite;
}

.txt-bg-inner span {
  font-size: 85px;
      font-weight: 300;
  letter-spacing: 11px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.75);
  margin-right: 80px;
  font-family: yu-mincho-pr6n, 游明朝, YuMincho, serif;
}

/* ★ ここがポイント */
@keyframes marqueeLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


.item-pic-wrap {
    position: relative;
    z-index: 2;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 120px;
}


.item-pic img {
  border-radius: 7px;
  display: block;
  width: 100%;
  height: auto;
}

.sale-content p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  margin-top: 11px;
}
@media (min-width: 1280px) {

.sale-content p {
    font-size: 17px;
}
}


.sale-content p span {
  font-size: 11px;
}

.buy-button {
  position: relative;
  z-index: 999;
  text-align: center;
  width: 230px;
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 100px;
}

.buy-button a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  width: 220px;
  display: inline-block;
    padding: 14px 30px 14px 47px;
    color: #230707;
    text-decoration: none;
  }

.buy-button:hover {
    transition: 0.3s;
  background-color: #9d8200;
  border-color: #9d8200;
}

.buy-button:hover a {
  color: #fff;
    transition: 0.3s;
}
.buy-button img {
  width: 24px;
  margin-left: 9px;
}
.buy-button:hover img {
  transition: 0.3s;
  filter: brightness(0) invert(1);
}

.buy-icon-1 {
    width: 23%;
    position: absolute;
    top: 11%;
    right: 5%;
    z-index: 999;
}

.trezo-wrap {
  position: relative;
  z-index: 4;
  margin-top: -182px;
  /* overflow: hidden; */
}
.cycle-clip-2 {
    top: 47px;
}

/* 回る本体 */
.cycle-02{
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  animation: rotateLoop 20s 
linear infinite;
}

.cycle-02 img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes rotateLoop {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}



.trezo-inner {
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: url(../img/line-up-bg-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 65px;
    overflow: hidden;
    margin-top: -8%;
    color: #230707;
}

.trezo-inner h3 {
    color: #9d8200;
    padding-top: 50px;
    margin-left: 8%;
    font-size: 29px;
    font-family: yu-mincho-pr6n, 游明朝, YuMincho, serif;
}
.ajust-font {
    color: #9d8200;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 12px;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}

.caramel-sale {
    color: #9d8200;
    font-size: 33px;
    padding-top: 7px;
    display: inline-block;
}

.caramel-sale-pic {
    width: 46%;
    top: 473px;
    position: absolute;
    right: -41px;
}


.trezo-sub-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
  font-family: yu-mincho-pr6n, 游明朝, YuMincho, serif;
}



.trezo-sub-title {
  margin-left: 40px;
}
.trezo-inner h6 {
    font-size: 23px;
    margin-left: 8%;
    margin-bottom: 10px;
    padding-top: 11%;
    color: #9d8200;
    line-height: 1.3;
    font-family: yu-mincho-pr6n, 游明朝, YuMincho, serif;
}
@media (max-width: 490px) {
 .trezo-inner h6 {
    padding-top: 22%;
}
  }


.trezo-inner p {
    margin-left: 8%;
   width: 330px;
}

.trezo-new-logo {
    width: 110px;
    margin-left: 8%;
    position: absolute;
    top: 54%;
    left: 0;
}

.trezo-pic{
  margin-top: -50px;
}

/* 動画 */
.movie-content {
  position: relative;
  z-index: 5;
  padding: 40px;
  padding-top: 270px;
  background: url(../img/movie-bg.webp);
  background-size: cover;
}


.youtube-thumbnail {
  position: relative;
  display: block;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.youtube-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover; /* これで上下カット */
}

/* 再生ボタン */
.play-button {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button::before {
  content: "";
  width: 68px;
  height: 48px;
  background: rgba(0,0,0,0.7);
  border-radius: 14px;
  position: relative;
}

.play-button::after {
  content: "";
  position: absolute;
  border-left: 16px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 6px;
}

.movie-txt p {
  color: #fff;
  margin-top: 20px;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 1.6;
      font-size: 15px;
}


/* シェフについて */

.about-chef {
  position: relative;
  z-index: 5;
  background: url(../img/about-chef.webp);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}
.about-chef h3 {
  font-size: 20px;
  font-weight: bold;
  color: #9d8200;
  padding-top: 40px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}
.about-chef h4 {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: bold;
}
.about-chef h5 {
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}
.about-chef .catchphrase {
  font-family: yu-mincho-pr6n, 游明朝, YuMincho, serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
}

.about-chef .about-chef-txt {
  width: 81%;
  margin: 0 auto;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.7;
}
.chef-pic {
  padding: 14px 0 28px 0;
}

/* 催事・店舗情報 */

.information {
  position: relative;
  z-index: 4;
  background: url(../img/info-bg.webp);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.event-content {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 15px 0 40px 0;
  border-radius: 8px;
}
.event-content h4 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
  color: #9d8200;
  letter-spacing: 2px;
}
.event-content h5 {
  font-size: 29px;
  margin-top: 3px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #9d8200;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}
.event-content p {
  width: 80%;
  margin: 0 auto;
  text-align: justify;
  font-size: 15px;
  margin-bottom: 20px;
}
  .event-content img{
    width: 80%;
    height: 200px;
    margin: 0 auto;
    display: inline-block;
    background-color: #aaa;
    border-radius: 6px;
  }

  .event-btn{
    border: 1px solid;
  }
  .event-btn a {
    font-size: 14px;
    padding: 14px 30px 14px 30px;
}
.online-btn {
    width: 80%;
    margin: 0 auto;
    padding: 16px 30px 16px 30px;
    border: 1px solid;
    border-radius: 100px;
    margin-top: 26px;
}
.online-btn a {
    font-size: 15px;
    padding: 18px 10px;
    color: #230707;
    text-decoration: none;
}
.online-btn:hover {
    transition: 0.3s;
  background-color: #9d8200;
  border-color: #9d8200;
}

.online-btn:hover a {
  color: #fff;
    transition: 0.3s;
}

  .shop-content{
    margin-top: 50px;
  }
  .shop-list{
    margin: 10px 0 25px 0;
  }

  .about-shop {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    margin-top: 50px;
}

/* .btn_pagetop{
  position: absolute;
  bottom: 0;
  right: 0;
} */


.btn_pagetop {
    position: fixed;
    bottom: 20px;
    right: 54px;
    z-index: 1000;
    width: 100px;
}

.btn_pagetop a,
.btn_pagetop a:link,
.btn_pagetop a:visited {
  color: #603813;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn_pagetop a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.btn_pagetop {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_pagetop.active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
    .btn_pagetop {
        bottom: 8.666667vw;
        right: 5vw;
        width: 12%;
    }
}




/* 1280以上------------ */


@media (min-width: 1280px) {
 
.trezo-inner h3 {
    font-size: 40px;
}
.caramel-sale {
    font-size: 42px;
}
.ajust-font {
    font-size: 15px;
}
.caramel-sale-pic {
    /* top: 463px; */
}
.trezo-inner h6 {
    font-size: 25px;
}
.about-chef .catchphrase {
    font-size: 26px;
}
.online-btn {
    width: 70%;
  }
}
@media (min-width: 1480px) {
  .side-marquee {
      right: 3%;
    }

}

.ccc-inner {
    width: 80%;
    margin: 0 auto;
    background-color: rgba(40, 0, 0, 0.65);
    padding: 40px 30px 40px 30px;
    border-radius: 7px;
}

.about-ccc {
    background: url(../img/about-ccc.webp);
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
}
.about-ccc h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #9d8200;
    padding-bottom: 15px;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}
.ccc-inner p {
    text-align: justify;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.8;
}


footer {
    max-width: 490px;
    position: relative;
    background-color: #280000;
    padding: 5% 0;
    text-align: center;
}

.footer__logo {
    width: 35%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.footer__copyright {
    color: #fff;
    font-size: 10px;
}



/* 商品名 */

.bon-txt h5,
.bon-txt h4 {
  display: inline-block;          /* ← 追加 */
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 表示状態 */
.bon-txt.is-show h5,
.bon-txt.is-show h4 {
  clip-path: inset(0 0 0 0);
}
.trezo-inner h3,
.trezo-inner .trezo-sub-title {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.trezo-inner h3.is-show,
.trezo-inner .trezo-sub-title.is-show {
  clip-path: inset(0 0 0 0);
}

.trezo-inner .trezo-sub-title {
  transition-delay: 0.8s;
}
.trezo-inner h6 {
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.trezo-inner h6.is-show {
  clip-path: inset(0 0 0 0);
}



/* .bon-summary 下からフェードイン */

/* bon-summary 初期 */
.bon-summary,.trezo-inner p,.movie-txt p {
  opacity: 0;
  transform: translateY(150px);
  transition:
    opacity 1.2s ease,
    transform 1.2s ease;
}

.bon-txt.is-show .bon-summary,.trezo-inner p,.movie-txt p {
  opacity: 1;
  transform: translateY(0);
}

.bon-summary,.trezo-inner p,.movie-txt p {
  transition-delay: 2s;
}

.bon-summary,.trezo-inner p,.movie-txt p {
  transition:
    opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1),
    transform 2.5s cubic-bezier(0.16, 1, 0.3, 1);
}





/* 下からふわっとアニメーション */
.scroll-fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

/* 表示されたときの状態 */
.scroll-fade-up.active {
  opacity: 1;
  transform: translateY(0);
}


