@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@font-face {
  font-family: "kinkakuji";
  src: url("../fonts/Kinkakuji-Normal.woff2") format("woff2"), url("../fonts/Kinkakuji-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  color: #000;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}

p,
figure,
dt,
dd {
  padding: 0;
  margin: 0;
}

body.preload * {
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  color: #00bbbb;
}
a:hover {
  text-decoration: none;
}

a.link {
  color: #f2b5ce;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

section {
  position: relative;
}

img {
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  caret-color: transparent;
  pointer-events: none;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

strong {
  font-weight: 600;
}

small {
  font-size: 70%;
}

span,
small {
  font-weight: inherit;
}

sup,
sub {
  font-size: 1.1rem;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .tel {
    pointer-events: none;
  }
}
/**
 * 印刷用スタイル（基盤）
 *
 * 概要:
 * - PC表示に近いレイアウトで印刷プレビューが崩れないよう、全ページ共通の印刷補正を定義する。
 * - mq(min) に print を含める前提で、固定要素の解除・非表示UI・アニメ停止を行う。
 *
 * 制限事項:
 * - ページ固有の補正は _page-print.scss に記述する。
 */
@media print {
  @page {
    size: A4 portrait;
    margin: 10mm;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  html {
    overflow: visible !important;
    font-size: 62.5%;
  }
  body {
    width: 1060px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    background-color: transparent;
    background-image: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .l-wrapper {
    overflow: visible;
    width: 100%;
  }
  .l-header {
    position: static !important;
    width: 100% !important;
    box-shadow: none !important;
  }
  .l-footer {
    position: static !important;
    page-break-inside: avoid;
  }
  .l-main {
    display: block !important;
    margin-top: 0 !important;
    overflow: visible !important;
  }
  .l-fixedbtn,
  #pagetop,
  .l-fixed-eventBanner,
  .toggle_menu,
  .p-gnav__sp-header,
  .slick-arrow,
  .slick-dots,
  .dots-wrap {
    display: none !important;
  }
  .l-header {
    display: block !important;
  }
  .p-gnav {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .p-gnav__inner {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    display: block !important;
    flex-grow: 1;
  }
  .p-gnav__logo {
    display: block !important;
    max-width: 240px;
  }
  .tab_only,
  .sp_only {
    display: none !important;
  }
  .pc_none {
    display: none !important;
  }
  .mask-wave__top,
  .mask-wave__bottom {
    --height: 40px;
    --wave-size: 100%;
    --mask-gap-adjust: 0;
    --wave-seam-overlap: 0;
    --mask-seam-shift: 0;
    animation: none !important;
    transform: none !important;
    overflow: visible !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
  img,
  picture,
  svg,
  video {
    max-width: 100%;
    height: auto;
    page-break-inside: avoid;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  a[href]::after {
    content: none !important;
  }
  section {
    page-break-inside: avoid;
    overflow: visible !important;
  }
  .u-bg-zarazara,
  .u-bg-zarazara__yakikomi,
  .u-bg-main,
  .u-bg-category,
  .u-bg-scene {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  [class*=slick-] {
    transform: none !important;
  }
  .slick-list,
  .slick-track {
    transform: none !important;
    width: auto !important;
    overflow: visible !important;
  }
  .slick-slide {
    float: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}
.none {
  display: none !important;
}

.event-none {
  pointer-events: none;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

/**/
@media screen and (min-width: 1401px) {
  .pcWidth_none {
    display: none;
  }
}
@media all and (min-width: 1201px) {
  .sp_only,
  .tab_only {
    display: none !important;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sp_only {
    display: none !important;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
.c-main {
  color: #00bbbb;
}

.c-main2 {
  color: #15bdbd;
}

.c-sub {
  color: #f2b5ce;
}

.c-sub2 {
  color: #f2b5ce;
}

.c-orange {
  color: #f5712e;
}

.c-red {
  color: #dc143c;
}

.c-blue {
  background-color: #00bbbb;
}

.c-green {
  background-color: #62dc00;
}

.c-yellow {
  color: #f8b400;
}

.c-navy {
  color: #273a95;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #dfdfdf;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

.u-bg-main {
  background-color: #00bbbb;
}

.u-bg-main2 {
  background-color: #15bdbd;
}

.u-bg-sub {
  background-color: #f2b5ce;
}

.u-bg-pink {
  background-color: #f2b5ce;
}

.u-bg-summergift {
  background-color: #00bbbb;
  position: relative;
}
.u-bg-summergift:before {
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/bg-zarazara2.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 10%;
  mix-blend-mode: color-burn;
}
@media screen and (min-width: 768px), print {
  .u-bg-summergift:before {
    background-size: 7vw;
  }
}

.u-bg-category,
.u-bg-scene {
  background-repeat: repeat;
  background-position: center center;
}

.u-bg-category {
  background-image: url(../../img/common/bg-category.png);
  background-size: 500px;
  background-size: 31.25vw;
}

.u-bg-scene {
  background-image: url(../../img/common/bg-scene.png);
  background-size: 670px;
  background-size: 41.875vw;
}

.u-bg-temiyage {
  background-color: #e8c56f;
}

.u-bg-temiyage2 {
  background-color: #dbba69;
}

.u-bg-temiyage__green {
  background-color: #16c9c9;
}

.u-bg-temiyage__green2 {
  background-color: #15bdbd;
}

.u-bg-zarazara {
  background-image: url(../../img/common/bg-zarazara.png);
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}

.u-bg-zarazara__yakikomi {
  position: relative;
}
.u-bg-zarazara__yakikomi:before {
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/bg-zarazara2.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 10%;
  mix-blend-mode: color-burn;
}
@media screen and (min-width: 768px), print {
  .u-bg-zarazara__yakikomi:before {
    background-size: 7vw;
  }
}

.u-bg__white {
  background-color: #fff;
}

.u-bg__gray {
  background-color: #dfdfdf;
}

.u-bg__orange {
  background-color: #ff772b;
}
.u-bg__orange a {
  color: #fff;
}

.u-bg__blue {
  color: #fff;
  background-color: #00bbbb;
}
.u-bg__blue a {
  color: #fff;
}

.u-bg__blue2 {
  color: #fff;
  background-color: #15bdbd;
}
.u-bg__blue2 a {
  color: #fff;
}

.u-bg__green {
  background-color: #62dc00;
}

.u-bg__navy {
  background-color: #273a95;
}

.u-bg-lower-category,
.u-bg-lower-scene,
.u-bg-lower-information {
  background-repeat: repeat;
  background-position: center center;
}

.u-bg-lower-category {
  background-image: url(../../img/common/footer/lower-category_bg.jpg);
  background-size: 64px;
  background-size: 4vw;
}

.u-bg-lower-scene {
  background-image: url(../../img/common/footer/lower-scene_bg.jpg);
  background-size: 64px;
  background-size: 4vw;
}

.u-bg-lower-information {
  background-color: #f2b5ce;
}

/* flex
-------------------------------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.flex.flex--alignStart {
  align-item: flex-start;
}
.flex.flex--alignCenter {
  align-items: center;
}
.flex.flex--alignEnd {
  align-item: flex-end;
}
.flex.flex--justStart {
  justify-content: flex-start;
}
.flex.flex--justCenter {
  justify-content: center;
}
.flex.flex--justEnd {
  justify-content: flex-end;
}
.flex.flex--nowrap {
  flex-wrap: nowrap;
}
.flex.reverse {
  flex-direction: row-reverse;
}

.flex.inner:after {
  content: none;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
/* col
-------------------------------------------------------*/
.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.333%;
}

.col4 {
  width: 25%;
}

/* margin
-------------------------------------------------------*/
.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .u3 {
    margin-bottom: 2.1px;
  }
  .u5 {
    margin-bottom: 3.5px;
  }
  .u7 {
    margin-bottom: 4.9px;
  }
  .u10 {
    margin-bottom: 7px;
  }
  .u15 {
    margin-bottom: 10.5px;
  }
  .u20 {
    margin-bottom: 14px;
  }
  .u25 {
    margin-bottom: 17.5px;
  }
  .u30 {
    margin-bottom: 21px;
  }
  .u35 {
    margin-bottom: 24.5px;
  }
  .u40 {
    margin-bottom: 28px;
  }
  .u45 {
    margin-bottom: 31.5px;
  }
  .u50 {
    margin-bottom: 35px;
  }
  .u55 {
    margin-bottom: 38.5px;
  }
  .u60 {
    margin-bottom: 42px;
  }
  .u70 {
    margin-bottom: 49px;
  }
  .u80 {
    margin-bottom: 56px;
  }
  .u90 {
    margin-bottom: 63px;
  }
  .u100 {
    margin-bottom: 70px;
  }
  .u110 {
    margin-bottom: 77px;
  }
  .u120 {
    margin-bottom: 84px;
  }
  .u130 {
    margin-bottom: 91px;
  }
  .u140 {
    margin-bottom: 98px;
  }
  .u150 {
    margin-bottom: 105px;
  }
  .u160 {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 767px) {
  .u3 {
    margin-bottom: 1.5px;
  }
  .u5 {
    margin-bottom: 2.5px;
  }
  .u7 {
    margin-bottom: 3.5px;
  }
  .u10 {
    margin-bottom: 5px;
  }
  .u15 {
    margin-bottom: 7.5px;
  }
  .u20 {
    margin-bottom: 10px;
  }
  .u25 {
    margin-bottom: 12.5px;
  }
  .u30 {
    margin-bottom: 15px;
  }
  .u35 {
    margin-bottom: 17.5px;
  }
  .u40 {
    margin-bottom: 20px;
  }
  .u45 {
    margin-bottom: 22.5px;
  }
  .u50 {
    margin-bottom: 25px;
  }
  .u55 {
    margin-bottom: 27.5px;
  }
  .u60 {
    margin-bottom: 30px;
  }
  .u70 {
    margin-bottom: 35px;
  }
  .u80 {
    margin-bottom: 40px;
  }
  .u90 {
    margin-bottom: 45px;
  }
  .u100 {
    margin-bottom: 50px;
  }
  .u110 {
    margin-bottom: 55px;
  }
  .u120 {
    margin-bottom: 60px;
  }
  .u130 {
    margin-bottom: 65px;
  }
  .u140 {
    margin-bottom: 70px;
  }
  .u150 {
    margin-bottom: 75px;
  }
  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .u-10 {
    margin-bottom: -7px;
  }
  .u-20 {
    margin-bottom: -14px;
  }
  .u-30 {
    margin-bottom: -21px;
  }
  .u-40 {
    margin-bottom: -28px;
  }
  .u-50 {
    margin-bottom: -35px;
  }
  .u-60 {
    margin-bottom: -42px;
  }
}
@media screen and (max-width: 767px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .t5 {
    margin-top: 3.5px;
  }
  .t7 {
    margin-top: 4.9px;
  }
  .t10 {
    margin-top: 7px;
  }
  .t15 {
    margin-top: 10.5px;
  }
  .t20 {
    margin-top: 14px;
  }
  .t25 {
    margin-top: 17.5px;
  }
  .t30 {
    margin-top: 21px;
  }
  .t40 {
    margin-top: 28px;
  }
  .t50 {
    margin-top: 35px;
  }
  .t60 {
    margin-top: 42px;
  }
  .t70 {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .t5 {
    margin-top: 2.5px;
  }
  .t7 {
    margin-top: 3.5px;
  }
  .t10 {
    margin-top: 5px;
  }
  .t15 {
    margin-top: 7.5px;
  }
  .t20 {
    margin-top: 10px;
  }
  .t25 {
    margin-top: 12.5px;
  }
  .t30 {
    margin-top: 15px;
  }
  .t40 {
    margin-top: 20px;
  }
  .t50 {
    margin-top: 25px;
  }
  .t60 {
    margin-top: 30px;
  }
  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

.t-20 {
  margin-top: -20px;
}

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .t-5 {
    margin-top: -3.5px;
  }
  .t-10 {
    margin-top: -7px;
  }
  .t-15 {
    margin-top: -10.5px;
  }
  .t-20 {
    margin-top: -14px;
  }
  .t-25 {
    margin-top: -17.5px;
  }
  .t-30 {
    margin-top: -21px;
  }
}
@media screen and (max-width: 767px) {
  .t-5 {
    margin-top: -2.5px;
  }
  .t-10 {
    margin-top: -5px;
  }
  .t-15 {
    margin-top: -7.5px;
  }
  .t-20 {
    margin-top: -10px;
  }
  .t-25 {
    margin-top: -12.5px;
  }
  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

.l0 {
  margin-left: 0 !important;
}

.r0 {
  margin-right: 0 !important;
}

.u0 {
  margin-bottom: 0 !important;
}

.u0 img {
  vertical-align: bottom;
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
  padding-top: 6.25vw;
}
@media screen and (max-width: 767px) {
  .section--pt {
    padding-top: 50px;
  }
}

.section--pt_xs {
  padding-top: 40px;
  padding-top: 2.5vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--pt_xs {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_xs {
    padding-top: 20px;
  }
}

.section--pt_sm {
  padding-top: 70px;
  padding-top: 4.375vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--pt_sm {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_sm {
    padding-top: 35px;
  }
}

.section--pt_lg {
  padding-top: 140px;
  padding-top: 8.75vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--pt_lg {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_lg {
    padding-top: 70px;
  }
}

.section--pb {
  padding-bottom: 100px;
  padding-bottom: 6.25vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--pb {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb {
    padding-bottom: 50px;
  }
}

.section--pb_xs {
  padding-bottom: 40px;
  padding-bottom: 2.5vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--pb_xs {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_xs {
    padding-bottom: 20px;
  }
}

.section--pb_sm {
  padding-bottom: 70px;
  padding-bottom: 4.375vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--pb_sm {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_sm {
    padding-bottom: 35px;
  }
}

.section--pb_lg {
  padding-bottom: 140px;
  padding-bottom: 8.75vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--pb_lg {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_lg {
    padding-bottom: 70px;
  }
}

.section--mt {
  margin-top: 100px;
  margin-top: 6.25vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--mt {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt {
    margin-top: 50px;
  }
}

.section--mt_xs {
  margin-top: 40px;
  margin-top: 2.5vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--mt_xs {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_xs {
    margin-top: 20px;
  }
}

.section--mt_sm {
  margin-top: 70px;
  margin-top: 4.375vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--mt_sm {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_sm {
    margin-top: 35px;
  }
}

.section--mt_lg {
  margin-top: 140px;
  margin-top: 8.75vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--mt_lg {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_lg {
    margin-top: 70px;
  }
}

.section--mb {
  margin-bottom: 100px;
  margin-bottom: 6.25vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--mb {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb {
    margin-bottom: 50px;
  }
}

.section--mb_xs {
  margin-bottom: 40px;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--mb_xs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_xs {
    margin-bottom: 20px;
  }
}

.section--mb_sm {
  margin-bottom: 70px;
  margin-bottom: 4.375vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--mb_sm {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_sm {
    margin-bottom: 35px;
  }
}

.section--mb_lg {
  margin-bottom: 140px;
  margin-bottom: 8.75vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section--mb_lg {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_lg {
    margin-bottom: 70px;
  }
}

.u-zoomLink a {
  display: block;
}
@media screen and (min-width: 1201px), print {
  .u-zoomLink a figure img {
    transition: 0.4s ease;
    transform: scale(1);
  }
  .u-zoomLink a:hover figure img {
    opacity: 0.5;
    transform: scale(1.1, 1.1);
  }
}
.u-zoomLink a figure {
  overflow: hidden;
  background-color: #fff;
}
.u-zoomLink a figure img {
  width: 100%;
}

/*
-------------------------------------------------------*/
.c-wrap {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .c-wrap.--md2 {
    width: 1200px;
    width: 75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-wrap.--md2 {
    width: 1200px;
    width: 92.3076923077vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-wrap.--md {
    width: 1000px;
    width: 62.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-wrap.--md {
    width: 1000px;
    width: 76.9230769231vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-wrap.--sm {
    width: 1000px;
  }
}
@media screen and (min-width: 768px), print {
  .c-wrap.--xs {
    width: 900px;
  }
}

.c-block .c-block__imgArea {
  width: 47.5510204082%;
}
.c-block .c-block__imgArea .c-border {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .c-block .c-block__imgArea .c-border {
    padding: 7px;
  }
}
.c-block .c-block__txtArea {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 48.9795918367%;
}
@media screen and (max-width: 767px) {
  .c-block .c-block__txtArea {
    margin-top: 1.3em;
  }
}
.c-block .c-block__txtArea h3 + p {
  margin-top: 1.3em;
  margin-bottom: 1.35em;
}
@media screen and (max-width: 767px) {
  .c-block .c-block__txtArea h3 + p {
    margin-top: 0.8em;
    margin-bottom: 1.2em;
  }
}
.c-block.--row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-block.--row .c-block__imgArea,
  .c-block.--row .c-block__txtArea {
    width: 100% !important;
  }
}

.c-block.--item .c-block__imgArea {
  width: 47.5510204082%;
}
.c-block.--item .c-block__imgArea .c-border {
  padding: 10px;
}
.c-block.--item .c-block__txtArea {
  width: 48.9795918367%;
}
@media screen and (max-width: 767px) {
  .c-block.--item .c-block__txtArea {
    margin-top: 1.4em;
  }
}
.c-block.--item .c-block__txtArea h3 + p {
  margin-top: 1.3em;
}
.c-block__btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-block__btn {
    flex-direction: column;
    margin-top: 0;
  }
}
.c-block__btn .c-button {
  width: 47.4489795918%;
}
@media screen and (max-width: 767px) {
  .c-block__btn .c-button {
    width: 100%;
    max-width: 430px;
    margin-top: 40px;
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-block__btn.grid {
  display: grid;
}
.c-block__btn.grid > * {
  width: 100%;
}
.c-block__btn.grid.--grid2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-block__btn.grid.--grid2 {
    grid-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-block__btn.grid.--grid2 {
    grid-gap: 15px;
  }
}
.c-block__btn.grid.--grid3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-block__btn.grid.--grid3 {
    grid-gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-block__btn.grid.--grid3 {
    grid-gap: 10px;
  }
}
.c-block__btn.grid.--grid3 a {
  font-size: 1.625em;
}
@media screen and (max-width: 767px) {
  .c-block__btn.grid.--grid3 a {
    font-size: 1em;
  }
}
.c-block__btn.grid.--grid4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-block__btn.grid.--grid4 {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-block__btn.grid.--grid4 {
    grid-gap: 15px;
  }
}
.c-wrap .c-block__btn:first-child {
  margin-top: 0;
}
.c-block__header .c-block__header__txtArea {
  width: 100%;
}
.c-block__header .c-block__header__txtArea h3 + p {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .c-block__header .c-block__header__txtArea h3 + p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
}
.c-block__header .c-block__header__txtArea p {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.c-heading .c-heading__eng {
  line-height: 1.2;
}
.c-heading.--center {
  text-align: center;
}
.c-heading.--left {
  text-align: left;
}
.c-heading.--right {
  text-align: right;
}

.c-heading.--section {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section {
    padding-bottom: 20px;
  }
}
.c-heading.--section .c-heading__eng {
  width: 70%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.c-heading.--section .c-heading__copy {
  font-size: 1.625em;
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section .c-heading__copy {
    font-size: 1.3125em;
  }
}
.c-heading.--section .c-heading__txt {
  font-size: 1.375em;
  letter-spacing: 0.05em;
}
.c-heading.--section.--mt {
  position: relative;
  margin-top: -120px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section.--mt {
    margin-top: -64px;
    padding-bottom: 17px;
  }
}
.c-heading.--section.--mt .c-heading__copy {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section.--mt .c-heading__copy {
    margin-top: 20px;
  }
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Roboto", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-mincho {
  font-family: "Hannari", "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-mincho__shippori {
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-gothic {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.font-tsukushi {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

/* title
-------------------------------------------------------*/
/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 4.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .txt__xl3 {
    font-size: 4.14rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xl3 {
    font-size: 3.68rem;
  }
}

.txt__xl2 {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .txt__xl2 {
    font-size: 3.24rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xl2 {
    font-size: 2.88rem;
  }
}

.txt__xl {
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .txt__xl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xl {
    font-size: 2.4rem;
  }
}

.txt__lg2 {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .txt__lg2 {
    font-size: 2.43rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__lg2 {
    font-size: 2.16rem;
  }
}

.txt__lg {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .txt__lg {
    font-size: 2.34rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__lg {
    font-size: 2.08rem;
  }
}

.txt__md2 {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .txt__md2 {
    font-size: 1.98rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__md2 {
    font-size: 1.76rem;
  }
}

.txt__md {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .txt__md {
    font-size: 1.62rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__md {
    font-size: 1.44rem;
  }
}

.txt__base {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .txt__base {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__base {
    font-size: 1.28rem;
  }
}

.txt__sm {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .txt__sm {
    font-size: 1.26rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__sm {
    font-size: 1.12rem;
  }
}

.txt__xs {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .txt__xs {
    font-size: 1.17rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xs {
    font-size: 1.04rem;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.2rem !important;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .capt {
    font-size: 1rem !important;
  }
}
.capt_s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .capt_s {
    font-size: 1.1rem;
  }
}

.capt__img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: auto;
}

/* txt_indent
-------------------------------------------------------*/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__0 {
  letter-spacing: 0;
}

.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xl2 {
  letter-spacing: 0.13em;
}

.lts__xl3 {
  letter-spacing: 0.15em;
}

.pageTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTitle {
    height: 190px;
  }
}
.pageTitle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
.pageTitle img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageTitle .ttl__data {
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .pageTitle .ttl__data {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    bottom: -20px;
  }
}
.pageTitle .ttl__data::before {
  font-size: 8rem;
  color: #fff;
  background: none;
  margin-bottom: 40px;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data::before {
    font-size: 5.2rem;
    margin-bottom: 15px;
  }
}
.pageTitle .ttl__data::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data::after {
    width: 40px;
    bottom: 33px;
  }
}
/* グラデーション
-------------------------------------------------------*/
.grade--txt {
  display: block;
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grade--data {
  color: #00bbbb;
}
.grade--data::before {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  margin-left: auto;
  margin-right: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl__underline {
  position: relative;
  border-bottom: 5px solid #f6f6f6;
}
.ttl__underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #387ccc;
}

.ttl__underline--center {
  text-align: center;
}
.ttl__underline--center::after {
  left: 50%;
  transform: translateX(-50%);
}

.c-border {
  background-image: repeating-linear-gradient(-60deg, #bcaa5e, #bcaa5e 3px, transparent 3px, transparent 6px, #bcaa5e 6px), repeating-linear-gradient(30deg, #bcaa5e, #bcaa5e 3px, transparent 3px, transparent 6px, #bcaa5e 6px), repeating-linear-gradient(120deg, #bcaa5e, #bcaa5e 3px, transparent 3px, transparent 6px, #bcaa5e 6px), repeating-linear-gradient(210deg, #bcaa5e, #bcaa5e 3px, transparent 3px, transparent 6px, #bcaa5e 6px);
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-border {
    background-image: repeating-linear-gradient(-60deg, #bcaa5e, #bcaa5e 2px, transparent 2px, transparent 4px, #bcaa5e 4px), repeating-linear-gradient(30deg, #bcaa5e, #bcaa5e 2px, transparent 2px, transparent 4px, #bcaa5e 4px), repeating-linear-gradient(120deg, #bcaa5e, #bcaa5e 2px, transparent 2px, transparent 4px, #bcaa5e 4px), repeating-linear-gradient(210deg, #bcaa5e, #bcaa5e 2px, transparent 2px, transparent 4px, #bcaa5e 4px);
  }
}
@keyframes borderAnimation {
  from {
    background-position: 0 0, -12px 0, 100% -12px, 0 100%;
  }
  to {
    background-position: 0 -12px, 0 0, 100% 0, -12px 100%;
  }
}
.c-border.--circle {
  position: relative;
  padding: 5px;
  background: none;
}
@media screen and (max-width: 767px) {
  .c-border.--circle {
    padding: 4px;
  }
}
@media screen and (min-width: 1201px), print {
  .c-border.--circle:hover::before {
    animation: rotationAnimation 20s infinite linear;
  }
}
.c-border.--circle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/top/category_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  pointer-events: none;
}
.c-border.--circle > * {
  border-radius: 50%;
  overflow: hidden;
}
@keyframes rotationAnimation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-border.--square {
  padding: 5px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-border.--square {
    padding: 4px;
  }
}

.list__square {
  list-style: square;
}
.list__square li {
  list-style: inside;
}

.list__circle {
  list-style: circle;
}
.list__circle li {
  list-style: inside;
}

.list__before {
  list-style: none;
}
.list__before li {
  position: relative;
}
.list__before li::before {
  content: "▪";
  display: block;
  position: absolute;
  left: -1em;
  color: #ddd;
}

.list__check li {
  font-weight: 600;
  position: relative;
  padding-left: 56px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 2.2rem;
}
.list__check li + li {
  margin-top: 1em;
}
.list__check li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../img/common/arrow_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* color
-------------------------------------------------------*/
.list__blue ul li {
  background-color: #f2f8fd;
  padding: 30px;
}
.list__blue ul li .ttl {
  color: #00bbbb;
  text-align: center;
}
.list__blue ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

.list__gray ul li {
  min-height: 240px;
  background-color: #f7f7f7;
  padding: 20px;
}
.list__gray ul li .img {
  width: 90%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.list__gray ul li .ttl {
  color: #00bbbb;
  text-align: center;
}
.list__gray ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

table {
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 768px), print {
  table {
    width: 100%;
  }
}
table th {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .table-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.table-scroll table th,
.table-scroll table td {
  position: relative;
  font-weight: 400;
  padding: 65px 0 20px 0;
  text-align: left;
}
.table-scroll table th::before,
.table-scroll table td::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93%;
  height: 1px;
  margin: auto;
}
.table-scroll table th {
  width: 20%;
  min-width: 130px;
}
.table-scroll table th::before {
  background-color: #000;
}
.table-scroll table td::before {
  background-color: #ccc;
}
.table-scroll table .head {
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .table-scroll table .fixed {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    height: 100%;
  }
  .table-scroll table .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
  }
}

.table-col table th,
.table-col table td {
  padding: 20px 40px;
  border: none;
}
.table-col table th {
  width: 30%;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .table-col table th,
  .table-col table td,
  .table-col table tr {
    display: block;
    width: 100%;
  }
  .table-col table th {
    width: 100%;
  }
  .table-col table td {
    padding-top: 0;
  }
}

.table-dl dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #b5b1b1;
}
.table-dl dt,
.table-dl dd {
  padding: 24px 0;
}
.table-dl dt {
  width: 30%;
}
.table-dl dd {
  width: 70%;
}
.table-dl {
  /* sp */
}
@media only screen and (max-width: 767px) {
  .table-dl dl {
    flex-direction: column;
    box-orient: vertical;
  }
  .table-dl dt,
  .table-dl dd {
    width: 100%;
  }
  .table-dl dd {
    padding-top: 0;
  }
}

figcaption {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  figcaption {
    font-size: 1rem;
  }
}

/* figure
-------------------------------------------------------*/
.figure {
  position: relative;
  width: fit-content;
}
.figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  padding: 4px 8px;
  margin: auto;
}
.figure figcaption.capt_bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.figure.reverse figcaption {
  position: absolute;
  left: 0;
  right: 0;
}

/* figure_capt
-------------------------------------------------------*/
.figure_capt {
  position: relative;
  width: fit-content;
}
.figure_capt figcaption {
  margin-top: 4px;
  text-align: right;
  letter-spacing: 0.07em;
}

.figure__frame__stripe::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transform: translate(-50%, -50%);
  border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  border-width: 10px;
  border-image-slice: 10;
  border-image-repeat: round;
  border-style: solid;
}

.figure__frame__photo::before, .figure__frame__photo::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.figure__frame__photo::before {
  top: -10px;
  right: -10px;
  border-top: 30px solid #053e62;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid #053e62;
}
.figure__frame__photo::after {
  bottom: -10px;
  left: -10px;
  border-top: 30px solid rgba(0, 0, 0, 0);
  border-bottom: 30px solid #053e62;
  border-left: 30px solid #053e62;
  border-right: 30px solid rgba(0, 0, 0, 0);
}

.figure__frame__photo2::before, .figure__frame__photo2::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 25px;
  background-color: #fff;
  transform: rotate(-35deg);
}
.figure__frame__photo2::before {
  top: -10px;
  left: -25px;
  border-bottom: 1px solid #aaa;
}
.figure__frame__photo2::after {
  bottom: -10px;
  right: -25px;
  border-top: 1px solid #aaa;
}

.figure__frame__shadow::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 3px 3px;
  background-size: 3px 3px;
}

.figure__frame__shadow2::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
}

/* ボタン
-------------------------------------------------------*/
.c-button__wrap {
  width: 75%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.c-button a {
  position: relative;
  color: #fff;
  background-color: #333;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.3125em;
  font-weight: 600;
  line-height: 1.3076923077;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-button a {
    font-size: 1.125em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1201px), print {
  .c-button a {
    transition: 0.3s;
  }
  .c-button a:hover {
    background-color: #00bbbb;
  }
}

.c-button.--arrow-right a {
  padding-right: 30px;
}
.c-button.--arrow-right a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url(../../img/common/arrow/arrow_btn_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-button.--arrow-right a:after {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}

.c-button.--arrow-bottom a {
  flex-direction: column;
}
.c-button.--arrow-bottom a:after {
  margin-top: 10px;
  content: "";
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  width: 3vw;
  height: 30px;
  height: 3vw;
  background-image: url(../../img/common/arrow/arrow_btn_bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-button.--arrow-bottom a:after {
    margin-top: 5px;
  }
}

.c-profile__wrap {
  width: 100%;
}
.c-profile__wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-profile__wrap a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding-right: 3%;
  }
}
@media (any-hover: hover) {
  .c-profile__wrap a .c-profile__photo img {
    transition: 0.3s;
  }
  .c-profile__wrap a .c-profile__photo:hover img {
    transform: scale(1.1) rotate(4deg);
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .c-profile__wrap a.reverse {
    flex-direction: row;
    padding-left: 3%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .c-profile__wrap a.reverse .c-profile {
    margin-left: -180px;
    margin-left: -18vw;
    margin-right: 0;
  }
}

.c-profile__photo {
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-profile__photo {
    width: 530px;
    width: 53vw;
    border-radius: 265px;
    border-radius: 26.5vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-profile__photo {
    border-radius: 150px;
  }
}

.c-profile {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-profile {
    width: 584px;
    width: 58.4vw;
    margin-right: -180px;
    margin-right: -18vw;
    padding-top: 190px;
    padding-top: 19vw;
    row-gap: 17px;
  }
}
@media screen and (min-width: 768px), print {
  .c-profile {
    margin-top: -45px;
    row-gap: 15px;
  }
}
.c-profile:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  top: 0vw;
  width: 584px;
  width: 58.4vw;
  height: 584px;
  height: 58.4vw;
  background-color: #fff;
  border-radius: 292px;
  border-radius: 29.2vw;
}
@media screen and (min-width: 768px), print {
  .c-profile:before {
    top: -50px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
  }
}
.c-profile > * {
  position: relative;
  letter-spacing: 0.05em;
}

.c-profile__category {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-size: 3.6vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .c-profile__category {
    font-size: 2rem;
    height: 2.5em;
  }
}

.c-profile__name {
  font-size: 49px;
  font-size: 4.9vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .c-profile__name {
    font-size: 2.5rem;
  }
}
.c-profile__copy {
  font-size: 52px;
  font-size: 5.2vw;
  line-height: 1.2857142857;
}
@media screen and (min-width: 768px), print {
  .c-profile__copy {
    font-size: 2.8rem;
  }
}

.c-profile__shop {
  width: 78%;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .c-profile__shop {
    width: 285px;
  }
}

.c-profile__btn {
  width: 380px;
  width: 38vw;
  margin-inline: auto;
  margin-top: 100px;
  margin-top: 10vw;
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .c-profile__btn {
    width: 200px;
    margin-top: 20px;
  }
}
@media (any-hover: hover) {
  .c-profile__btn {
    transition: opacity 0.3s;
  }
  .c-profile__btn:hover {
    opacity: 0.4;
  }
}

.c-item {
  caret-color: transparent;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-item.is-fadein {
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .c-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c-item .c-item__img {
  position: relative;
}
.c-item .c-item__img a {
  display: block;
}
@media (any-hover: hover) {
  .c-item .c-item__main a {
    transition: opacity 0.3s;
  }
  .c-item .c-item__main a:hover {
    opacity: 0.4;
  }
}
.c-item .floor {
  position: relative;
  margin-top: 20px;
}
.c-item .floor .floor__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  letter-spacing: 0em;
}
.c-item .floor .floor__name .num {
  font-size: 25px;
  font-size: 2.5vw;
  font-weight: 500;
  padding: 0.35em 0.6em 0.4em;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  min-width: 6em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .c-item .floor .floor__name .num {
    font-size: 12px;
    font-size: 0.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .floor .floor__name .num {
    font-size: 12px;
    font-size: 0.9230769231vw;
  }
}
.c-item .floor .floor__name .area {
  font-size: 29px;
  font-size: 2.9vw;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .c-item .floor .floor__name .area {
    font-size: 14px;
    font-size: 0.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .floor .floor__name .area {
    font-size: 14px;
    font-size: 1.0769230769vw;
  }
}
.c-item .floor .floor__name + .floor__name {
  margin-top: 0.5em;
}
.c-item .floor .floor__shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 48px;
  font-size: 4.8vw;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 1vw;
}
@media screen and (min-width: 768px), print {
  .c-item .floor .floor__shop {
    font-size: 23px;
    font-size: 1.4375vw;
    margin-top: 6px;
    margin-top: 0.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .floor .floor__shop {
    font-size: 23px;
    font-size: 1.7692307692vw;
  }
}
.c-item .floor .floor__shop__link {
  width: 280px;
  width: 28vw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px), print {
  .c-item .floor .floor__shop__link {
    width: 130px;
    width: 8.125vw;
  }
}
.c-item .floor .floor__shop__link a {
  display: block;
}
@media (any-hover: hover) {
  .c-item .floor .floor__shop__link a {
    transition: opacity 0.3s;
  }
  .c-item .floor .floor__shop__link a:hover {
    opacity: 0.4;
  }
}
.c-item .label-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-top: 4vw;
}
@media screen and (max-width: 767px) {
  .c-item .label-list {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .c-item .label-list {
    gap: 8px;
    gap: 0.5vw;
    margin-top: 16px;
    margin-top: 1vw;
  }
}
.c-item .label-list .label-list__item {
  width: 280px;
  width: 28vw;
}
@media screen and (min-width: 768px), print {
  .c-item .label-list .label-list__item {
    width: 14.6%;
  }
}
.c-item .label-list .label-list__item img {
  width: 100%;
}
.c-item .item-header {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  margin-top: 3vw;
  margin-bottom: 30px;
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px), print {
  .c-item .item-header {
    margin-top: 15px;
    margin-top: 0.9375vw;
    margin-bottom: 15px;
    margin-bottom: 0.9375vw;
  }
}
.c-item .item-header .item__name {
  font-size: 61px;
  font-size: 6.1vw;
  font-weight: 700;
  line-height: 1.347826087;
  padding-top: 27px;
  padding-top: 2.7vw;
}
@media screen and (min-width: 768px), print {
  .c-item .item-header .item__name {
    font-size: 26px;
    font-size: 1.625vw;
    padding-top: 10px;
    padding-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .item-header .item__name {
    font-size: 26px;
    font-size: 2vw;
  }
}
.c-item .item-header .item__price {
  font-size: 40px;
  font-size: 4vw;
  line-height: 1.625;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px), print {
  .c-item .item-header .item__price {
    font-size: 16px;
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .item-header .item__price {
    font-size: 16px;
    font-size: 1.2307692308vw;
  }
}
.c-item .item-header .item__spec {
  font-size: 34px;
  font-size: 3.4vw;
  line-height: 1.625;
  margin-top: 0.6em;
}
@media screen and (min-width: 768px), print {
  .c-item .item-header .item__spec {
    font-size: 15px;
    font-size: 0.9375vw;
    margin-top: 2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .item-header .item__spec {
    font-size: 15px;
    font-size: 1.1538461538vw;
  }
}
.c-item .item-header .item__capt {
  font-size: 30px;
  font-size: 3vw;
  margin-top: 0.6em;
}
@media screen and (min-width: 768px), print {
  .c-item .item-header .item__capt {
    font-size: 12px;
    font-size: 0.75vw;
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .item-header .item__capt {
    font-size: 12px;
    font-size: 0.9230769231vw;
  }
}
@media (any-hover: hover) {
  .c-item .item-header a {
    transition: opacity 0.3s;
  }
  .c-item .item-header a:hover {
    opacity: 0.4;
  }
}
.c-item .tag-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 19px;
  grid-gap: 1.9vw;
}
@media screen and (min-width: 768px), print {
  .c-item .tag-list {
    grid-gap: 19px;
    grid-gap: 1.1875vw;
  }
}
.c-item .tag-list + .description {
  padding-top: 60px;
  padding-top: 6vw;
}
@media screen and (min-width: 768px), print {
  .c-item .tag-list + .description {
    padding-top: 45px;
    padding-top: 2.8125vw;
  }
}
.c-item .description {
  font-size: 38px;
  font-size: 3.8vw;
  padding-bottom: 60px;
  padding-bottom: 6vw;
  line-height: 1.6842105263;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .c-item .description {
    font-size: 16px;
    font-size: 1vw;
    padding-bottom: 45px;
    padding-bottom: 2.8125vw;
    line-height: 1.875;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .description {
    font-size: 16px;
    font-size: 1.2307692308vw;
    padding-bottom: 45px;
    padding-bottom: 3.4615384615vw;
  }
}
.c-item .memo__wrap {
  background-image: url(../../img/item/memo-bg.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 6vw;
}
@media screen and (min-width: 768px), print {
  .c-item .memo__wrap {
    background-size: 2.5vw;
  }
}
.c-item .memo {
  position: relative;
  color: #fff;
  padding-top: 75px;
  padding-top: 7.5vw;
  padding-bottom: 55px;
  padding-bottom: 5.5vw;
  padding-inline: 70px;
  padding-inline: 7vw;
}
@media screen and (min-width: 768px), print {
  .c-item .memo {
    padding-top: 45px;
    padding-top: 2.8125vw;
    padding-bottom: 50px;
    padding-bottom: 3.125vw;
    padding-inline: 45px;
    padding-inline: 2.8125vw;
  }
}
.c-item .memo .memo-head {
  position: relative;
  margin-inline: auto;
  width: 525px;
  width: 52.5vw;
  padding-top: 70px;
  padding-top: 7vw;
  padding-bottom: 50px;
  padding-bottom: 5vw;
}
@media screen and (min-width: 768px), print {
  .c-item .memo .memo-head {
    width: 300px;
    width: 18.75vw;
    padding-top: 30px;
    padding-top: 1.875vw;
    padding-bottom: 15px;
    padding-bottom: 0.9375vw;
  }
}
.c-item .memo .memo-head__ttl {
  color: #fff;
  font-size: 60px;
  font-size: 6vw;
  margin-bottom: 25px;
  margin-bottom: 2.5vw;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .c-item .memo .memo-head__ttl {
    font-size: 34px;
    font-size: 2.125vw;
    margin-bottom: 20px;
    margin-bottom: 1.25vw;
  }
}
.c-item .memo .memo-inner {
  position: relative;
}
.c-item .memo .memo__txt {
  width: 400px;
  width: 40vw;
  font-size: 38px;
  font-size: 3.8vw;
  line-height: 1.6842105263;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (min-width: 768px), print {
  .c-item .memo .memo__txt {
    font-size: 16px;
    font-size: 1vw;
    width: 210px;
    width: 13.125vw;
    line-height: 1.875;
  }
}
.c-item .memo .memo-inner:not(:has(.memo__img)) .memo__txt {
  width: 100% !important;
  max-width: 100% !important;
}
.c-item .memo .memo__img {
  width: 320px;
  width: 32vw;
  padding-top: 10px;
  padding-top: 1vw;
}
@media screen and (min-width: 768px), print {
  .c-item .memo .memo__img {
    width: 200px;
    width: 12.5vw;
    padding-top: 10px;
    padding-top: 0.625vw;
  }
}
.c-item .memo {
  background-image: url(../../img/item/memo-bg_02.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100%;
}
.c-item .memo:before, .c-item .memo:after {
  pointer-events: none;
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 150px;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .c-item .memo:before, .c-item .memo:after {
    height: 153px;
    height: 9.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .memo:before, .c-item .memo:after {
    height: 153px;
    height: 11.7692307692vw;
  }
}
.c-item .memo:before {
  top: 0;
  background-image: url(../../img/item/memo-bg_01.png);
  background-position: center top;
}
.c-item .memo:after {
  bottom: 0;
  background-image: url(../../img/item/memo-bg_03.png);
  background-position: center bottom;
}
.c-item .js-slider .slide-item,
.c-item .js-slider .slide-item a {
  width: 100%;
  aspect-ratio: 500/357;
}
.c-item .js-slider .slide-item a {
  display: block;
}
.c-item .js-slider .slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (any-hover: hover) {
  .c-item .js-slider > div {
    transition: opacity 0.4s ease;
  }
}
.c-item {
  /* ========== PC hover切替 ========== */
  /* ========== スマホ Slick用 ========== */
}
@media screen and (max-width: 767px) {
  .c-item .js-slider {
    touch-action: auto;
  }
  .c-item .js-slider .slick-slide {
    outline: none;
  }
  .c-item .js-slider img {
    width: 100%;
    display: block;
  }
}
.c-item {
  /* ========== バッジ表示（疑似要素） ========== */
}
.c-item .c-item__img.--summer::after,
.c-item .c-item__img.--new::before {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  border-radius: 24px;
  white-space: nowrap;
  content: "";
  -webkit-font-smoothing: subpixel-antialiased;
}
.c-item .c-item__img.--summer::after {
  background-color: #008dda;
  content: "夏季\a限定";
  white-space: pre;
}
.c-item .c-item__img.--new::before {
  background-color: #ff5464;
  content: "新商品";
}
.c-item .c-item__img.--new.--summer:after {
  top: 60px;
}
.c-item .c-item__btn {
  width: 655px;
  width: 65.5vw;
  margin-inline: auto;
  margin-top: 100px;
  margin-top: 10vw;
}
@media screen and (min-width: 768px), print {
  .c-item .c-item__btn {
    width: 40%;
    margin-top: 45px;
    margin-top: 2.8125vw;
  }
}
.c-item .c-item__btn a {
  display: block;
}
@media (any-hover: hover) {
  .c-item .c-item__btn a {
    transition: opacity 0.3s;
  }
  .c-item .c-item__btn a:hover {
    opacity: 0.4;
  }
}

.c-item__notfound {
  width: 100%;
}
.c-item__notfound .btn__back {
  width: 60%;
  margin-inline: auto;
  margin-top: 100px;
  margin-top: 10vw;
}
@media screen and (min-width: 768px), print {
  .c-item__notfound .btn__back {
    width: 360px;
    width: 22.5vw;
    margin-top: 100px;
    margin-top: 6.25vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-item {
    opacity: 1;
    transition: none;
  }
}
.l-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.l-header__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .l-header__inner {
    padding-inline: 35px;
    padding-inline: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-header__inner {
    padding-inline: 30px;
    padding-inline: 2.1428571429vw;
  }
}

/* ==========================================================================
   ナビゲーション基本スタイル（&結合禁止ルール適用版）
   ========================================================================== */
.p-gnav {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

/* ロゴエリア */
.p-gnav__logo {
  max-width: 240px;
}
@media screen and (min-width: 768px), print {
  .p-gnav__logo {
    width: 240px;
    width: 18.75vw;
    max-width: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-gnav__logo {
    width: 240px;
    width: 17.1428571429vw;
  }
}

@media screen and (max-width: 767px) {
  .p-gnav__logo {
    display: none;
  }
}
.p-gnav__logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* ナビゲーション内包コンテナ */
.p-gnav__inner {
  /* スタイルなし */
}

@media screen and (max-width: 767px) {
  .p-gnav__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px), print {
  .p-gnav__inner {
    flex-grow: 1;
    margin-left: 40px;
  }
}
/* SP用メニューヘッダー */
.p-gnav__sp-header {
  width: 100%;
  background-color: #00bbbb;
}

@media screen and (min-width: 768px), print {
  .p-gnav__sp-header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav__sp-header {
    padding-inline: 30px;
    padding-inline: 3vw;
    padding-block: 12px;
  }
}
.p-gnav__sp-title {
  filter: grayscale(100%) brightness(100);
  width: 370px;
  width: 37vw;
}

.p-gnav__sp-close-wrap {
  position: relative;
  padding-top: 10px;
}

/* メインリスト */
.p-gnav__list {
  /* スタイルなし */
}

@media screen and (max-width: 767px) {
  .p-gnav__list {
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .p-gnav__list {
    justify-content: flex-end;
    gap: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-gnav__list {
    gap: 15px;
    gap: 1.0714285714vw;
  }
}

/* メニューアイテム単体 */
.p-gnav__item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-gnav__item.--pink {
    background-color: #f26fa5;
  }
  .p-gnav__item.--mint {
    background-color: #00bbbb;
  }
}
@media screen and (min-width: 768px), print {
  .p-gnav__item.--has-child {
    padding-right: 16px;
  }
  .p-gnav__item.--has-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000000;
    pointer-events: none;
  }
}
/* メニューテキスト */
.p-gnav__item-title {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-gnav__item-title {
    position: relative;
    padding: 10px 20px;
  }
  .p-gnav__item-title::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
}

.p-gnav__item-title__center {
  font-size: 47px;
  font-size: 4.7vw;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  margin-bottom: 3vw;
}

.p-gnav__item-title a,
.p-gnav__item-title span {
  cursor: pointer;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .p-gnav__item-title a,
  .p-gnav__item-title span {
    font-size: min(1.1904761905vw, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-gnav__item-title a,
  .p-gnav__item-title span {
    font-size: 4.4444444444vw;
  }
}

@media screen and (max-width: 767px) {
  .p-gnav__item-title a,
  .p-gnav__item-title span {
    color: #ffffff;
  }
}
@media screen and (min-width: 768px), print {
  .p-gnav__item-title a,
  .p-gnav__item-title span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    color: #000000;
    transition: color 0.3s;
  }
  .p-gnav__item-title a:hover,
  .p-gnav__item-title span:hover {
    color: #00bbbb;
  }
}
/* ドロップダウンラッパー */
.p-gnav__dropdown {
  /* スタイルなし */
}

@media screen and (max-width: 767px) {
  .p-gnav__dropdown {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px), print {
  .p-gnav__dropdown {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    min-width: 240px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: top 0.3s, opacity 0.3s, visibility 0.3s;
  }
  .p-gnav__item:hover .p-gnav__dropdown {
    opacity: 1;
    top: 80%;
    visibility: visible;
  }
}
.p-gnav__dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 子階層アイテム */
.p-gnav__dropdown-item {
  position: relative;
}
.p-gnav__dropdown-item.--soon a {
  pointer-events: none;
  color: #ccc;
}

.p-gnav__dropdown-item a {
  display: block;
  color: #000000;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .p-gnav__dropdown-item a {
    font-size: min(1.1111111111vw, 1.4rem);
  }
}
@media screen and (max-width: 767px) {
  .p-gnav__dropdown-item a {
    font-size: 4.1666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .p-gnav__dropdown-item a {
    padding: 10px 40px;
    border-bottom: 1px solid #f0f0f0;
    transition: none;
  }
}
@media screen and (min-width: 768px), print {
  .p-gnav__dropdown-item a {
    padding: 10px 40px 10px 20px;
    transition: background-color 0.3s;
  }
  .p-gnav__dropdown-item a:hover {
    background-color: #d9f5f5;
  }
}
.p-gnav__dropdown-item::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: translateY(-50%) rotate(45deg);
}

.p-gnav__dropdown-item:last-child a {
  border-bottom: none;
}

/* スマホ表示で矢印を消す */
@media screen and (max-width: 767px) {
  .sp-arrow__none::after {
    content: "";
    display: none;
  }
  .sp-arrow__none a {
    pointer-events: none;
  }
}
/* 夏ギフト売場のご案内 */
.sp-information {
  background-color: #f2b5ce;
}
@media screen and (max-width: 767px) {
  .sp-information {
    padding-block: 40px;
    padding-block: 4vw;
  }
}
.sp-information-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  gap: 5vw;
}
.sp-information-list__item a {
  display: block;
}

.sp-information__txt {
  font-size: 31px;
  font-size: 3.1vw;
  text-align: center;
  margin-top: 40px;
  margin-top: 4vw;
}
.sp-information__txt a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
@media (any-hover: hover) {
  .sp-information__txt a:hover {
    border-bottom: none;
  }
}

/* ==========================================================================
     【新設】トグルメニューボタンの適正配置スタイル
     ========================================================================== */
.toggle_menu {
  cursor: pointer;
  display: none; /* PCは非表示 */
}

@media screen and (max-width: 767px) {
  .toggle_menu {
    display: block;
    position: fixed;
    top: 0px; /* .p-gnav__sp-header の padding と連動 */
    right: 10px;
    width: 70px;
    height: auto;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  }
  .toggle_menu img {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* ==========================================================================
     ナビゲーション開閉アニメーション制御
     ========================================================================== */
@media screen and (max-width: 767px) {
  .p-gnav__inner {
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;
  }
  body.nav_open .p-gnav__inner {
    pointer-events: all;
    opacity: 1;
  }
}
.l-wrapper {
  position: relative;
  overflow-x: hidden;
}
.l-main {
  display: block;
}
@media screen and (min-width: 768px), print {
  .l-main {
    margin-top: 90px;
  }
}
.error404 .l-main {
  margin-top: 0;
}

.footer__item-disclaimer {
  margin-top: 50px;
  margin-top: 3.125vw;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .footer__item-disclaimer {
    text-align: right;
  }
}

/*=======================================================================

 footer

========================================================================*/
.l-footer {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.l-footer.mask-wave__top {
  padding-top: 150px;
  padding-top: 15vw;
}
@media screen and (min-width: 768px), print {
  .l-footer.mask-wave__top {
    padding-top: 150px;
    padding-top: 9.375vw;
  }
}
.l-footer .c-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer .c-wrap {
    width: 90%;
    margin-inline: auto;
  }
}
.l-footer .copyright {
  position: relative;
  font-size: 12px;
  background-color: #dfdfdf;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright {
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.fnav {
  width: 90%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .fnav {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fnav .fnav-item {
    width: 50%;
  }
}
.fnav .fnav-item a {
  display: block;
  letter-spacing: 0;
  color: inherit;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fnav .fnav-item a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (any-hover: hover) {
  .fnav .fnav-item a {
    transition: color 0.3s;
  }
  .fnav .fnav-item a:hover {
    color: #00bbbb;
  }
}

#pagetop {
  opacity: 0.5;
  display: none;
  cursor: pointer;
  position: fixed;
  right: 7px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: url(../../img/common/pagetop.png);
  background-size: cover;
  text-indent: -9999px !important;
}
@media screen and (min-width: 768px), print {
  #pagetop {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1201px), print {
  #pagetop:hover {
    opacity: 0.5;
  }
}

/* 固定ナビ
-------------------------------------------------------*/
.l-fixedbtn {
  position: fixed;
}
@media screen and (min-width: 768px), print {
  .l-fixedbtn {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 146px;
    width: 9.125vw;
    max-width: 146px;
  }
}
@media screen and (max-width: 767px) {
  .l-fixedbtn {
    bottom: -334px;
    bottom: -33.4vw;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    transition: bottom 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  .l-fixedbtn.is-active {
    bottom: 0;
  }
}
.l-fixedbtn a {
  display: block;
}
@media (any-hover: hover) {
  .l-fixedbtn a {
    transition: filter 0.3s ease;
  }
  .l-fixedbtn a:hover {
    filter: brightness(1.15) saturate(0.8);
  }
}

/**
 * 特設サイト z-index 一元管理
 *
 * サイト全体の z-index をこのファイルで直書き管理する。
 * 各 SCSS ファイルには z-index を記述しないこと。
 *
 * 制限事項:
 * - 新しい z-index が必要な場合は、既存レイヤーとの重なり順を確認のうえこのファイルに追加する
 * - op-swiper / op-slick は style.scss 未 import のため対象外
 *
 * レイヤー構成（低 → 高）:
 * -1  背面（影・背景画像）
 *  1  装飾フレーム（疑似要素）
 *  2  コンテンツ（疑似要素より前面）
 *  3〜7  トップページ各セクション重なり
 *  5  タイトル内テキスト
 * 10  UI（矢印・バッジ・MVタイトル等）
 * 20  固定ヘッダー
 * 100  固定ボタン・ページトップ・ドロップダウン
 * 9999  SP ナビゲーションメニュー
 * 10000  SP ハンバーガーボタン
 */
.l-header {
  z-index: 200;
}

.l-fixedbtn {
  z-index: 99;
}

.l-footer {
  z-index: 10;
}

#pagetop {
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .p-gnav__inner {
    z-index: 9999;
  }
  .toggle_menu {
    z-index: 10000; /* メニュー本体（9999）より前面に固定 */
  }
}
@media screen and (min-width: 768px), print {
  .p-gnav__dropdown {
    z-index: 100;
  }
}
.mv__title {
  z-index: 10;
}

.top-category {
  z-index: 2;
}

.top-scene {
  z-index: 3;
}

.top-award {
  z-index: 4;
}

.top-temiyage {
  z-index: 5;
}

.top-information {
  z-index: 7;
}

.c-wrap {
  z-index: 10;
}

.top-bg__bottom {
  z-index: 2;
}

.top-award__pop__txt {
  z-index: 2;
}

.top-award__pop__img {
  z-index: 2;
}

.top-award__slider-wrapper .slick-arrow {
  z-index: 10;
}

.top-temiyage__list {
  z-index: 2;
}

.top-temiyage__item a {
  z-index: 2;
}

.lower-header .item-header__title {
  z-index: 2;
}

.information__list .btn {
  z-index: 2;
}

.lower-column {
  z-index: 21;
}

.lower-category {
  z-index: 32;
}

.lower-scene {
  z-index: 33;
}

.lower-information {
  z-index: 34;
}

.pageTitle::before {
  z-index: 2;
}

.pageTitle img {
  z-index: -1;
}

.pageTitle .ttl__data {
  z-index: 5;
}

.c-profile > * {
  z-index: 2;
}

.c-item .memo .memo-head {
  z-index: 2;
}

.c-item .memo .memo-inner {
  z-index: 2;
}

.c-item .c-item__img.--summer::after,
.c-item .c-item__img.--new::before {
  z-index: 10;
}

.figure__frame__stripe::after {
  z-index: 1;
}

.figure__frame__photo::before,
.figure__frame__photo::after {
  z-index: 1;
}

.figure__frame__photo2::before,
.figure__frame__photo2::after {
  z-index: 1;
}

.figure__frame__shadow::before {
  z-index: -1;
}

.figure__frame__shadow2::before {
  z-index: -1;
}

.u-bg-zarazara__yakikomi::before {
  z-index: 2;
}

/*=======================================================================

 商品

========================================================================*/
.p-item.--archive {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .p-item.--archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .p-item.--archive {
    row-gap: 100px;
    row-gap: 6.25vw;
  }
}
.p-item.--archive .c-item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-item.--archive .c-item + .c-item {
    padding-top: 120px;
    padding-top: 12vw;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 120px;
    margin-top: 12vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-item.--archive .c-item {
    width: 45.4545454545%;
  }
}
.p-item.--archive .c-item .c-item__main {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-item.--archive .tag-list {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
  grid-gap: 4.5vw;
  margin-top: auto;
}
@media screen and (min-width: 768px), print {
  .p-item.--archive .tag-list {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 12px;
  }
}
@media screen and (min-width: 768px), print {
  .p-item.--single .c-item__main {
    width: 45.4545454545%;
  }
}
.p-item.--single .c-item__detail {
  margin-top: 45px;
  margin-top: 4.5vw;
}
@media screen and (min-width: 768px), print {
  .p-item.--single .c-item__detail {
    width: 47.7272727273%;
    margin-top: 0;
  }
}
.p-item.--single .tag-list {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
  grid-gap: 4.5vw;
  margin-top: auto;
}
@media screen and (min-width: 768px), print {
  .p-item.--single .tag-list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 19px;
    grid-gap: 1.1875vw;
  }
}

/*=======================================================================

 冬ギフト売場のご案内（写真あり）

========================================================================*/
.p-shoparea-photo {
  text-align: center;
}
.p-shoparea-photo .shoparea__ttl.sec-ttl {
  margin-inline: auto;
  width: 590px;
  width: 59vw;
  margin-bottom: 45px;
  margin-bottom: 4.5vw;
}
@media screen and (min-width: 768px), print {
  .p-shoparea-photo .shoparea__ttl.sec-ttl {
    width: 407px;
    width: 25.4375vw;
    margin-bottom: 35px;
    margin-bottom: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-shoparea-photo .shoparea__ttl.sec-ttl {
    width: 407px;
    width: 31.3076923077vw;
    margin-bottom: 35px;
    margin-bottom: 2.6923076923vw;
  }
}
.p-shoparea-photo .shoparea-list .shoparea-list__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-shoparea-photo .shoparea-list .shoparea-list__item + .shoparea-list__item {
    padding-top: 45px;
    padding-top: 4.5vw;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 50px;
    margin-top: 5vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-shoparea-photo .shoparea-list .shoparea-list__item {
    width: 325px;
    width: 20.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-shoparea-photo .shoparea-list .shoparea-list__item {
    width: 325px;
    width: 25vw;
  }
}
.p-shoparea-photo .shoparea-list .shoparea-list__item a {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-shoparea-photo .shoparea-list .shoparea-list__item:nth-child(even) .shoparea__btn {
    left: 535px;
    left: 53.5vw;
  }
}
.p-shoparea-photo .shoparea__txt__wrap {
  padding-block: 60px;
  padding-block: 6vw;
  padding-bottom: 100px;
  padding-bottom: 10vw;
}
@media screen and (min-width: 768px), print {
  .p-shoparea-photo .shoparea__txt__wrap {
    padding-block: 40px;
    padding-block: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-shoparea-photo .shoparea__txt__wrap {
    padding-block: 40px;
    padding-block: 3.0769230769vw;
  }
}
.p-shoparea-photo .shoparea__txt {
  font-size: 34.5px;
  font-size: 3.45vw;
  line-height: 1.25;
}
@media screen and (min-width: 768px), print {
  .p-shoparea-photo .shoparea__txt {
    font-size: 27px;
    font-size: 1.6875vw;
    line-height: 1.4642857143;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-shoparea-photo .shoparea__txt {
    font-size: 27px;
    font-size: 2.0769230769vw;
  }
}
.p-shoparea-photo .shoparea__txt.--sm {
  font-size: 27px;
  font-size: 2.7vw;
  margin-top: 10px;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px), print {
  .p-shoparea-photo .shoparea__txt.--sm {
    margin-top: 10px;
    margin-top: 0.625vw;
    font-size: 20px;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-shoparea-photo .shoparea__txt.--sm {
    margin-top: 10px;
    margin-top: 0.7692307692vw;
    font-size: 20px;
    font-size: 1.5384615385vw;
  }
}
.p-shoparea-photo .shoparea__txt a {
  position: relative;
}
.p-shoparea-photo .shoparea__txt a:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.08em;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .p-shoparea-photo .shoparea__btn {
    position: absolute;
    bottom: 10px;
    bottom: 1vw;
    left: 75px;
    left: 7.5vw;
    width: 350px;
    width: 35vw;
  }
}
@media screen and (min-width: 768px), print {
  .p-shoparea-photo .shoparea__btn {
    width: 220px;
    width: 13.75vw;
    margin-inline: auto;
    margin-top: 27px;
    margin-top: 1.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-shoparea-photo .shoparea__btn {
    width: 220px;
    width: 16.9230769231vw;
    margin-top: 27px;
    margin-top: 2.0769230769vw;
  }
}
@media (any-hover: hover) {
  .p-shoparea-photo .shoparea__btn {
    transition: opacity 0.3s;
  }
  .p-shoparea-photo .shoparea__btn:hover {
    opacity: 0.4;
  }
}
.p-shoparea-photo .shoparea__btn a {
  display: block;
}
.p-shoparea-photo .shoparea__capt {
  text-align: right;
  font-size: 24px;
  font-size: 2.4vw;
}
@media screen and (min-width: 768px), print {
  .p-shoparea-photo .shoparea__capt {
    font-size: 13px;
    font-size: 0.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-shoparea-photo .shoparea__capt {
    font-size: 13px;
    font-size: 1vw;
  }
}

.common-shoparea {
  position: relative;
  background-color: #f8a175;
}
.common-shoparea::before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 175px;
  height: 17.5vw;
  background-color: #f5712e;
}
@media screen and (min-width: 768px), print {
  .common-shoparea::before {
    height: 475px;
    height: 29.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .common-shoparea::before {
    height: 475px;
    height: 36.5384615385vw;
  }
}
@media screen and (min-width: 768px), print {
  .common-shoparea .c-wrap {
    width: 1100px;
    width: 68.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .common-shoparea .c-wrap {
    width: 1100px;
    width: 84.6153846154vw;
  }
}
.text-decoration {
  text-decoration: underline;
}
.text-decoration:hover {
  text-decoration: none;
}

.font-kinkakuji {
  font-family: "kinkakuji";
}

.btn a {
  display: block;
}
@media (any-hover: hover) {
  .btn a {
    transition: opacity 0.3s;
  }
  .btn a:hover {
    opacity: 0.4;
  }
}

.sec__title {
  font-size: 72px;
  font-size: 7.2vw;
  font-weight: bold;
  line-height: 1.4363636364;
  margin-bottom: 30px;
  margin-bottom: 3vw;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .sec__title {
    font-size: 69px;
    font-size: 4.3125vw;
    letter-spacing: 0.07em;
    margin-bottom: 50px;
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec__title {
    font-size: 74px;
    font-size: 5.6923076923vw;
    margin-bottom: 50px;
    margin-bottom: 3.8461538462vw;
  }
}
.sec__title span {
  font-size: 80%;
}
.sec__title.--sm {
  font-size: 55px;
  font-size: 5.5vw;
}
@media screen and (min-width: 768px), print {
  .sec__title.--sm {
    font-size: 55px;
    font-size: 3.4375vw;
  }
}
.sec__title.--xs {
  font-size: 47px;
  font-size: 4.7vw;
}
@media screen and (min-width: 768px), print {
  .sec__title.--xs {
    font-size: 47px;
    font-size: 2.9375vw;
  }
}

.mask-wave__top,
.mask-wave__bottom {
  position: relative;
  --height: 6vw;
  --wave-size: 100vw;
  --mask-gap-adjust: 0px;
  --wave-seam-overlap: 2px;
  --mask-seam-shift: 1px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .mask-wave__top,
  .mask-wave__bottom {
    --wave-seam-overlap: 3px;
    --mask-seam-shift: 2px;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .mask-wave__top,
  .mask-wave__bottom {
    --wave-seam-overlap: 4px;
    --mask-seam-shift: 3px;
  }
}
.mask-wave__top,
.mask-wave__bottom {
  -webkit-mask-image: url("../../img/common/wave.svg"), url("../../img/common/wave.svg"), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
  mask-image: url("../../img/common/wave.svg"), url("../../img/common/wave.svg"), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
  -webkit-mask-repeat: repeat-x, repeat-x, no-repeat;
  mask-repeat: repeat-x, repeat-x, no-repeat;
  -webkit-mask-position: calc(var(--mask-gap-adjust) - var(--wave-seam-overlap)) 0, calc(var(--mask-gap-adjust) - var(--wave-seam-overlap) - var(--mask-seam-shift)) 0, center;
  mask-position: calc(var(--mask-gap-adjust) - var(--wave-seam-overlap)) 0, calc(var(--mask-gap-adjust) - var(--wave-seam-overlap) - var(--mask-seam-shift)) 0, center;
  -webkit-mask-size: calc(var(--wave-size) + var(--wave-seam-overlap)) auto, calc(var(--wave-size) + var(--wave-seam-overlap)) auto, 100% 100%;
  mask-size: calc(var(--wave-size) + var(--wave-seam-overlap)) auto, calc(var(--wave-size) + var(--wave-seam-overlap)) auto, 100% 100%;
  margin-top: calc(-1 * var(--height));
  transform: translateZ(0);
  backface-visibility: hidden;
  animation: wave-flow 40s linear infinite;
}
@media screen and (min-width: 768px), print {
  .mask-wave__top,
  .mask-wave__bottom {
    --height: 3.75vw;
    --wave-size: 62vw;
  }
}

@keyframes wave-flow {
  from {
    -webkit-mask-position: calc(var(--mask-gap-adjust) - var(--wave-seam-overlap)) 0, calc(var(--mask-gap-adjust) - var(--wave-seam-overlap) - var(--mask-seam-shift)) 0, center;
    mask-position: calc(var(--mask-gap-adjust) - var(--wave-seam-overlap)) 0, calc(var(--mask-gap-adjust) - var(--wave-seam-overlap) - var(--mask-seam-shift)) 0, center;
  }
  to {
    -webkit-mask-position: calc(var(--wave-size) + var(--mask-gap-adjust)) 0, calc(var(--wave-size) + var(--mask-gap-adjust) - var(--mask-seam-shift)) 0, center;
    mask-position: calc(var(--wave-size) + var(--mask-gap-adjust)) 0, calc(var(--wave-size) + var(--mask-gap-adjust) - var(--mask-seam-shift)) 0, center;
  }
}
.mask-wave__top {
  padding-top: 120px;
  padding-top: 12vw;
}
@media screen and (min-width: 768px), print {
  .mask-wave__top {
    padding-top: 120px;
    padding-top: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mask-wave__top {
    padding-top: 120px;
    padding-top: 9.2307692308vw;
  }
}
.mask-wave__top.--negative {
  margin-top: -80px;
  margin-top: -8vw;
}
@media screen and (min-width: 768px), print {
  .mask-wave__top.--negative {
    margin-top: -80px;
    margin-top: -5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mask-wave__top.--negative {
    margin-top: -80px;
    margin-top: -6.1538461538vw;
  }
}
.mask-wave__top.--negative-sm {
  margin-top: -40px;
  margin-top: -4vw;
}
@media screen and (min-width: 768px), print {
  .mask-wave__top.--negative-sm {
    margin-top: -40px;
    margin-top: -2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mask-wave__top.--negative-sm {
    margin-top: -40px;
    margin-top: -3.0769230769vw;
  }
}

.mask-wave__bottom {
  padding-bottom: 120px;
  padding-bottom: 12vw;
}
@media screen and (min-width: 768px), print {
  .mask-wave__bottom {
    padding-bottom: 120px;
    padding-bottom: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mask-wave__bottom {
    padding-bottom: 120px;
    padding-bottom: 9.2307692308vw;
  }
}
.mask-wave__bottom.--negative {
  margin-bottom: -80px;
  margin-bottom: -8vw;
}
@media screen and (min-width: 768px), print {
  .mask-wave__bottom.--negative {
    margin-bottom: -80px;
    margin-bottom: -5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mask-wave__bottom.--negative {
    margin-top: -80px;
    margin-top: -6.1538461538vw;
  }
}
.mask-wave__bottom.--negative-sm {
  margin-bottom: -40px;
  margin-bottom: -4vw;
}
@media screen and (min-width: 768px), print {
  .mask-wave__bottom.--negative-sm {
    margin-bottom: -40px;
    margin-bottom: -2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mask-wave__bottom.--negative-sm {
    margin-top: -40px;
    margin-top: -3.0769230769vw;
  }
}

@media screen and (max-width: 767px) {
  .information {
    flex-direction: column;
    width: 90%;
    margin-inline: auto;
  }
}
.information .sec__title {
  font-size: 62px;
  font-size: 6.2vw;
}
@media screen and (min-width: 768px), print {
  .information .sec__title {
    font-size: 47px;
    font-size: 2.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .information .sec__title {
    font-size: 47px;
    font-size: 3.6153846154vw;
  }
}

.information__list .information__item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .information__list .information__item {
    width: 29.3%;
  }
}
@media screen and (max-width: 767px) {
  .information__list .information__item + .information__item {
    margin-top: 45px;
    margin-top: 4.5vw;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 45px;
    padding-top: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .information__list .information__item.--information02 .btn {
    left: auto;
    right: 10px;
    right: 1vw;
  }
}
.information__list a {
  position: relative;
  display: block;
}
.information__list .btn {
  width: 263px;
  width: 26.3vw;
  margin-top: 20px;
  margin-top: 2vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .information__list .btn {
    width: 263px;
    width: 16.4375vw;
    margin-top: 20px;
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .information__list .btn {
    position: absolute;
    bottom: 0;
    left: 40px;
    left: 4vw;
    width: 400px;
    width: 40vw;
  }
}
@media (any-hover: hover) {
  .information__list .btn {
    transition: filter 0.3s;
  }
  .information__list .btn:hover {
    filter: brightness(1.2);
  }
}

.information__txt__wrap {
  padding-block: 60px;
  padding-block: 6vw;
  padding-bottom: 100px;
  padding-bottom: 10vw;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .information__txt__wrap {
    padding-top: 50px;
    padding-top: 3.125vw;
    padding-bottom: 0px;
    padding-bottom: 0vw;
  }
}

.information__txt {
  font-size: 34.5px;
  font-size: 3.45vw;
  line-height: 1.2857142857;
}
@media screen and (min-width: 768px), print {
  .information__txt {
    font-size: 27px;
    font-size: 1.6875vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .information__txt {
    font-size: 27px;
    font-size: 2.0769230769vw;
  }
}
.information__txt.--sm {
  font-size: 27px;
  font-size: 2.7vw;
  margin-top: 10px;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px), print {
  .information__txt.--sm {
    margin-top: 10px;
    margin-top: 0.625vw;
    font-size: 20px;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .information__txt.--sm {
    margin-top: 10px;
    margin-top: 0.7692307692vw;
    font-size: 20px;
    font-size: 1.5384615385vw;
  }
}
.information__txt a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
@media (any-hover: hover) {
  .information__txt a:hover {
    border-bottom: none;
  }
}

.logo__wrap {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px), print {
  .logo__wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.logo__wrap .logo {
  width: 145px;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .logo__wrap .logo {
    width: 174px;
  }
}
.logo__wrap .sns {
  width: 280px;
  width: 28vw;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .logo__wrap .sns {
    max-width: 130px;
    margin-top: 30px;
  }
}
.logo__wrap .sns .sns-item {
  width: 39.2857142857%;
}
@media screen and (min-width: 768px), print {
  .logo__wrap .sns .sns-item {
    width: 38.4615384615%;
  }
}
.logo__wrap a {
  display: block;
}

.common-banner .banner-item {
  width: 48.2727272727%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .common-banner .banner-item {
    width: 100%;
  }
  .common-banner .banner-item + .banner-item {
    margin-top: 20px;
  }
}
.common-banner .banner-item a {
  display: block;
}
@media screen and (min-width: 1201px), print {
  .common-banner .banner-item a {
    transition: opacity 0.3s;
  }
  .common-banner .banner-item a:hover {
    opacity: 0.4;
  }
}

.category-content {
  padding-block: 100px;
  padding-block: 10vw;
}
@media screen and (min-width: 768px), print {
  .category-content {
    padding-block: 100px;
    padding-block: 6.25vw;
  }
}
@media screen and (min-width: 768px), print {
  .category-content .c-wrap {
    width: 1000px;
    width: 62.5vw;
  }
}

.category__ttl {
  width: 400px;
  width: 40vw;
  margin-bottom: 80px;
  margin-bottom: 8vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .category__ttl {
    width: 390px;
    width: 24.375vw;
    margin-bottom: 80px;
    margin-bottom: 5vw;
  }
}

.category-list.--category3 {
  max-width: 1100px;
}
.category-list.--category3 .category-list__item {
  width: 30.2727272727%;
}
@media screen and (min-width: 768px), print {
  .category-list.--category3 .category-list__item:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .category-list.--category3 .category-list__item:nth-child(n+4) {
    margin-top: 50px;
    margin-top: 5vw;
  }
}
.category-list.--category3 .category-list__item:last-child {
  margin-inline: auto;
}
.category-list.--category4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 39px;
  grid-gap: 3.9vw;
}
@media screen and (min-width: 768px), print {
  .category-list.--category4 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 39px;
    grid-gap: 2.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .category-list.--category4 {
    grid-gap: 39px;
    grid-gap: 3vw;
  }
}
.category-list.--category4 .category-list__item:before {
  width: 150px;
  height: 57px;
}
.category-list.--category4 .category-list__item .category-list__item__txt {
  position: relative;
  margin-top: 17px;
  margin-top: 1.0625vw;
  margin-inline: -13px;
  margin-inline: -0.8125vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .category-list.--category4 .category-list__item .category-list__item__txt {
    margin-top: 17px;
    margin-top: 1.3076923077vw;
    margin-inline: -13px;
    margin-inline: -1vw;
  }
}
.category-list.--category4 .category-list__item a.active {
  pointer-events: none;
}
.category-list.--category4 .category-list__item a.active img {
  opacity: 0.4;
}

.js-scroll-fadeup {
  opacity: 0; /* 初期状態は透明 */
  transform: translateY(50px); /* 初期状態は少し下へ移動 */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* フェードと移動にトランジション */
}

/* 画面内に入ったら適用されるクラス */
.js-scroll-fadeup.is-active {
  opacity: 1; /* 不透明 */
  transform: translateY(0); /* 元の位置に戻る */
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-top: 20vw;
}
@media screen and (min-width: 768px), print {
  .pagination {
    margin-top: 100px;
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .pagination {
    margin-top: 100px;
    margin-top: 7.6923076923vw;
  }
}
.pagination .dots {
  margin: 0;
}
.pagination .next,
.pagination .prev {
  display: none;
}

.page-numbers,
.post-page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-size: 3vw;
  font-weight: 600;
  text-decoration: none;
  width: 40px;
  width: 8vw;
  aspect-ratio: 1;
  color: inherit;
  text-align: center;
  transition: color 0.25s, background-color 0.25s;
  border: 1px solid #000;
  margin-inline: 1.5vw;
}
@media screen and (min-width: 768px), print {
  .page-numbers,
  .post-page-numbers {
    font-size: 15px;
    font-size: 0.9375vw;
    width: 40px;
    width: 2.5vw;
    margin-inline: 0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-numbers,
  .post-page-numbers {
    font-size: 15px;
    font-size: 1.1538461538vw;
    width: 40px;
    width: 3.0769230769vw;
  }
}

.page-numbers:not(.dots).current, .page-numbers:not(.dots):hover {
  color: #fff;
  background-color: #000;
}

.post-page-numbers:not(.dots).current, .post-page-numbers:not(.dots):hover {
  color: #fff;
  background-color: #000;
}

/* 初期状態：1枚目だけ表示 */
.slider-loop--logo,
.slider-shop,
.js-slider {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.slider-loop--logo .slide-item,
.slider-shop .slide-item,
.js-slider .slide-item {
  display: none;
}
.slider-loop--logo .slide-item:first-child,
.slider-shop .slide-item:first-child,
.js-slider .slide-item:first-child {
  display: block;
}

/* slick初期化後はすべて表示 */
.slider-loop--logo.slick-initialized, .slider-loop--logo.is-visible,
.slider-shop.slick-initialized,
.slider-shop.is-visible,
.js-slider.slick-initialized,
.js-slider.is-visible {
  opacity: 1;
}
.slider-loop--logo.slick-initialized .slide-item,
.slider-shop.slick-initialized .slide-item,
.js-slider.slick-initialized .slide-item {
  display: block;
}

/*=======================================================================

 マリアージュコンテンツ

========================================================================*/
.marriage-pickup {
  margin-inline: calc(50% - 50vw);
  background-color: rgba(245, 113, 46, 0.66);
}
.marriage-pickup .c-wrap {
  margin-top: 0 !important;
}
.marriage-pickup .pickup__title {
  width: 840px;
  width: 84vw;
  margin-inline: auto;
  margin-bottom: 60px;
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup__title {
    width: 800px;
    width: 50vw;
    margin-bottom: 40px;
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup__title {
    width: 800px;
    width: 61.5384615385vw;
    margin-bottom: 40px;
    margin-bottom: 3.0769230769vw;
  }
}
.marriage-pickup .pickup-header {
  margin-bottom: 70px;
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-header {
    margin-bottom: 70px;
    margin-bottom: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup-header {
    margin-bottom: 70px;
    margin-bottom: 5.3846153846vw;
  }
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list .pickup-list__item {
    width: 29.4545454545%;
  }
}
.marriage-pickup .pickup-list.--col2 {
  margin-inline: auto;
  margin-top: 0px;
  margin-top: 0vw;
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list.--col2 {
    width: 712px;
    width: 44.5vw;
    margin-top: 60px;
    margin-top: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup-list.--col2 {
    width: 712px;
    width: 54.7692307692vw;
    margin-top: 60px;
    margin-top: 4.6153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .marriage-pickup .pickup-list.--col2 .pickup-list__item {
    margin-top: 50px;
    margin-top: 5vw;
    border-top: 1px solid #000;
    padding-top: 50px;
    padding-top: 5vw;
  }
  .marriage-pickup .pickup-list.--col2 .pickup-list__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .marriage-pickup .pickup-list.--col2 .pickup-list__item:nth-child(even) {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list.--col2 .pickup-list__item {
    width: 45.5056179775%;
  }
}
@media screen and (max-width: 767px) {
  .marriage-pickup .pickup-list .pickup-list__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .marriage-pickup .pickup-list .pickup-list__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .marriage-pickup .pickup-list .pickup-list__item + .pickup-list__item {
    margin-top: 50px;
    margin-top: 5vw;
    border-top: 1px solid #000;
    padding-top: 50px;
    padding-top: 5vw;
  }
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list .pickup-list__item {
    display: flex;
    flex-direction: column;
  }
  .marriage-pickup .pickup-list .pickup-list__item:nth-child(n+4) {
    margin-top: 60px;
    margin-top: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup-list .pickup-list__item:nth-child(n+4) {
    margin-top: 60px;
    margin-top: 4.6153846154vw;
  }
}
.marriage-pickup .pickup-list .pickup-list__item .pickup__img {
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__img {
    width: 440px;
    width: 44vw;
  }
}
@media screen and (max-width: 767px) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup-txtArea {
    position: relative;
    top: -0.3em;
    width: 430px;
    width: 43vw;
  }
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list .pickup-list__item .pickup-txtArea {
    margin-bottom: 25px;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup-txtArea {
    margin-bottom: 25px;
    margin-bottom: 1.9230769231vw;
  }
}
.marriage-pickup .pickup-list .pickup-list__item .pickup__copy {
  font-size: 34px;
  font-size: 3.4vw;
  line-height: 1.380952381;
  font-weight: 600;
  margin-top: 15px;
  margin-top: 1.5vw;
  margin-bottom: 10px;
  margin-bottom: 1vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__copy {
    font-size: 21px;
    font-size: 1.3125vw;
    margin-top: 15px;
    margin-top: 0.9375vw;
    margin-bottom: 10px;
    margin-bottom: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__copy {
    font-size: 21px;
    font-size: 1.6153846154vw;
    margin-top: 15px;
    margin-top: 1.1538461538vw;
    margin-bottom: 10px;
    margin-bottom: 0.7692307692vw;
  }
}
.marriage-pickup .pickup-list .pickup-list__item .pickup__txt {
  font-size: 27px;
  font-size: 2.7vw;
  line-height: 1.5517241379;
  letter-spacing: -0.03em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__txt {
    font-size: 16.8px;
    font-size: 1.05vw;
    line-height: 1.7222222222;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__txt {
    font-size: 16.8px;
    font-size: 1.2923076923vw;
  }
}
.marriage-pickup .pickup-list .pickup-list__item .pickup__btn {
  width: 410px;
  width: 41vw;
  margin-inline: auto;
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__btn {
    margin-top: 25px;
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__btn {
    width: 252px;
    width: 15.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__btn {
    width: 252px;
    width: 15.75vw;
  }
}
@media (any-hover: hover) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__btn {
    transition: opacity 0.3s;
  }
  .marriage-pickup .pickup-list .pickup-list__item .pickup__btn:hover {
    opacity: 0.4;
  }
}
.marriage-pickup .pickup-list .pickup-list__item .pickup__floor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__floor {
    align-items: start;
    flex-direction: column;
    gap: 3px;
  }
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__floor {
    letter-spacing: 0em;
  }
}
.marriage-pickup .pickup-list .pickup-list__item .pickup__floor .num {
  font-size: 25px;
  font-size: 2.5vw;
  font-weight: 500;
  padding: 0.35em 0.6em 0.4em;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  min-width: 6em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__floor .num {
    font-size: 12px;
    font-size: 0.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__floor .num {
    font-size: 12px;
    font-size: 0.9230769231vw;
  }
}
.marriage-pickup .pickup-list .pickup-list__item .pickup__floor .shop {
  font-size: 35px;
  font-size: 3.5vw;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__floor .shop {
    font-size: 22px;
    font-size: 1.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__floor .shop {
    font-size: 22px;
    font-size: 1.6923076923vw;
  }
}
.marriage-pickup .pickup-list .pickup-list__item .pickup__item__name {
  font-size: 46px;
  font-size: 4.6vw;
  font-weight: 700;
  line-height: 1.2307692308;
  word-break: keep-all;
  margin-top: 0.5em;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__item__name {
    font-size: 26px;
    font-size: 1.625vw;
    margin-top: 0.3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__item__name {
    font-size: 26px;
    font-size: 2vw;
  }
}
.marriage-pickup .pickup-list .pickup-list__item .pickup__item__name small {
  font-size: 40px;
  font-size: 4vw;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__item__name small {
    font-size: 19px;
    font-size: 1.1875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__item__name small {
    font-size: 19px;
    font-size: 1.4615384615vw;
  }
}
.marriage-pickup .pickup-list .pickup-list__item .pickup__item__price {
  font-size: 38px;
  font-size: 3.8vw;
  font-weight: 500;
  line-height: 1.2307692308;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__item__price {
    font-size: 16px;
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup-list .pickup-list__item .pickup__item__price {
    font-size: 16px;
    font-size: 1.2307692308vw;
  }
}
.marriage-pickup .pickup__support_text {
  font-size: 32px;
  font-size: 3.2vw;
  letter-spacing: 0;
  margin-top: 45px;
  margin-top: 4.5vw;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .marriage-pickup .pickup__support_text {
    font-size: 21px;
    font-size: 1.3125vw;
    margin-top: 45px;
    margin-top: 2.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-pickup .pickup__support_text {
    font-size: 21px;
    font-size: 1.6153846154vw;
    margin-top: 45px;
    margin-top: 3.4615384615vw;
  }
}

.marriage-profile .c-wrap {
  margin-top: 0 !important;
}
.marriage-profile .profile {
  border: 1px solid #f5712e;
  border-width: 3px;
  border-width: 0.3vw;
  padding: 40px;
  padding: 4vw;
}
@media screen and (max-width: 767px) {
  .marriage-profile .profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .marriage-profile .profile {
    border-width: 3px;
    border-width: 0.1875vw;
    padding: 40px;
    padding: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-profile .profile {
    border-width: 3px;
    border-width: 0.2307692308vw;
    padding: 40px;
    padding: 3.0769230769vw;
  }
}
.marriage-profile .profile + .profile {
  margin-top: 50px;
  margin-top: 5vw;
}
@media screen and (min-width: 768px), print {
  .marriage-profile .profile + .profile {
    margin-top: 50px;
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-profile .profile + .profile {
    margin-top: 50px;
    margin-top: 3.8461538462vw;
  }
}
.marriage-profile .profile__img {
  width: 450px;
  width: 45vw;
}
@media screen and (min-width: 768px), print {
  .marriage-profile .profile__img {
    width: 225px;
    width: 14.0625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-profile .profile__img {
    width: 225px;
    width: 17.3076923077vw;
  }
}
.marriage-profile .profile-txtArea {
  width: 760px;
  width: 76vw;
}
@media screen and (max-width: 767px) {
  .marriage-profile .profile-txtArea {
    display: contents;
  }
}
@media screen and (min-width: 768px), print {
  .marriage-profile .profile-txtArea {
    width: 760px;
    width: 47.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-profile .profile-txtArea {
    width: 760px;
    width: 58.4615384615vw;
  }
}
@media screen and (max-width: 767px) {
  .marriage-profile .profile-txtArea .profile-txtArea__inner {
    width: 360px;
    width: 36vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
.marriage-profile .profile-txtArea .profile__title {
  width: 180px;
  width: 18vw;
}
@media screen and (min-width: 768px), print {
  .marriage-profile .profile-txtArea .profile__title {
    width: 180px;
    width: 11.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-profile .profile-txtArea .profile__title {
    width: 180px;
    width: 13.8461538462vw;
  }
}
.marriage-profile .profile-txtArea .profile__name {
  font-size: 38px;
  font-size: 3.8vw;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 15px;
  margin-top: 1.5vw;
}
@media screen and (min-width: 768px), print {
  .marriage-profile .profile-txtArea .profile__name {
    font-size: 35px;
    font-size: 2.1875vw;
    margin-top: 15px;
    margin-top: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-profile .profile-txtArea .profile__name {
    font-size: 35px;
    font-size: 2.6923076923vw;
    margin-top: 15px;
    margin-top: 1.1538461538vw;
  }
}
.marriage-profile .profile-txtArea .profile__name strong {
  font-size: 50px;
  font-size: 5vw;
}
@media screen and (min-width: 768px), print {
  .marriage-profile .profile-txtArea .profile__name strong {
    font-size: 45px;
    font-size: 2.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-profile .profile-txtArea .profile__name strong {
    font-size: 45px;
    font-size: 3.4615384615vw;
  }
}
.marriage-profile .profile-txtArea .profile__txt {
  font-size: 30px;
  font-size: 3vw;
  line-height: 1.6666666667;
  letter-spacing: -0.03em;
  margin-top: 20px;
  margin-top: 2vw;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}
@media screen and (min-width: 768px), print {
  .marriage-profile .profile-txtArea .profile__txt {
    font-size: 16.8px;
    font-size: 1.05vw;
    margin-top: 20px;
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage-profile .profile-txtArea .profile__txt {
    font-size: 16.8px;
    font-size: 1.2923076923vw;
    margin-top: 20px;
    margin-top: 1.5384615385vw;
  }
}

.marriage__capt {
  text-align: center;
  font-size: 24px;
  font-size: 2.4vw;
}
@media screen and (min-width: 768px), print {
  .marriage__capt {
    font-size: 13px;
    font-size: 0.8125vw;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .marriage__capt {
    font-size: 13px;
    font-size: 1vw;
  }
}

.information__capt {
  display: none;
}

.common-information {
  padding-bottom: 0 !important;
}

.ani-slide__txt {
  font-family: "kinkakuji";
  font-size: 123px;
  font-size: 12.3vw;
  line-height: 1.3;
  mix-blend-mode: screen;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  color: transparent;
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .ani-slide__txt {
    font-size: 100px;
    font-size: 6.25vw;
    line-height: 1.58;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ani-slide__txt {
    font-size: 100px;
    font-size: 7.6923076923vw;
  }
}
.ani-slide__txt::before, .ani-slide__txt::after {
  content: "SUMMER GIFT  SUMMER GIFT  SUMMER GIFT  SUMMER GIFT  SUMMER GIFT  SUMMER GIFT  ";
  display: inline-block;
  flex-shrink: 0;
  will-change: transform;
  letter-spacing: 0.1em;
  animation: cssMarquee 70s linear infinite;
}
.ani-slide__txt:nth-of-type(odd)::before, .ani-slide__txt:nth-of-type(odd)::after {
  animation-name: cssMarquee;
}
.ani-slide__txt:nth-of-type(even)::before, .ani-slide__txt:nth-of-type(even)::after {
  animation-name: cssMarqueeRev;
}
.ani-slide__txt.--right::before, .ani-slide__txt.--right::after {
  animation-name: cssMarquee;
}
.ani-slide__txt.--left::before, .ani-slide__txt.--left::after {
  animation-name: cssMarqueeRev;
}
.ani-slide__txt.--pink::before, .ani-slide__txt.--pink::after {
  color: #f2b5ce;
}
.ani-slide__txt.--green::before, .ani-slide__txt.--green::after {
  color: #00bbbb;
  opacity: 0.5;
}
.ani-slide__txt.--white25::before, .ani-slide__txt.--white25::after {
  color: #fff;
  opacity: 0.25;
}
.ani-slide__txt.--white35::before, .ani-slide__txt.--white35::after {
  color: #fff;
  opacity: 0.4;
}
.ani-slide__txt.--white70::before, .ani-slide__txt.--white70::after {
  color: #fff;
  opacity: 0.75;
}
.ani-slide__txt.--award {
  mix-blend-mode: normal;
}
.ani-slide__txt.--award::before, .ani-slide__txt.--award::after {
  color: #00bbbb;
}

@keyframes cssMarquee {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cssMarqueeRev {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page-sg2026-top .sec__title {
  color: #fff;
}
.page-sg2026-top .l-footer {
  margin-top: 0;
}

@media screen and (min-width: 768px), print {
  .top-award {
    padding-top: 150px;
    padding-top: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award {
    padding-top: 150px;
    padding-top: 11.5384615385vw;
  }
}

.c-wrap {
  position: relative;
}

.top-bg__bottom {
  pointer-events: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .top-bg__bottom {
    width: 1200px;
    width: 75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-bg__bottom {
    width: 1200px;
    width: 92.3076923077vw;
  }
}

/*=======================================================================

 TOP

========================================================================*/
.top-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top-mv__inner {
  position: relative;
  width: 100%;
}

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

.mv__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  width: 23vw;
}

.mv__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  width: 120vw;
  top: 100px;
  top: 10vw;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 768px), print {
  .mv__title {
    width: 851px;
    width: 53.1875vw;
    top: 40px;
    top: 2.5vw;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mv__title {
    width: 851px;
    width: 65.4615384615vw;
    top: 40px;
    top: 3.0769230769vw;
  }
}

.mv-content {
  position: relative;
  margin-top: -220px;
  margin-top: -22vw;
}
@media screen and (min-width: 768px), print {
  .mv-content {
    margin-top: -340px;
    margin-top: -21.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mv-content {
    margin-top: -110px;
    margin-top: -8.4615384615vw;
  }
}

.mv__copy {
  margin-top: -20px;
  margin-top: -2vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .mv__copy {
    width: 1300px;
    width: 81.25vw;
    margin-top: -55px;
    margin-top: -3.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .mv__copy {
    width: 1300px;
    width: 100vw;
    margin-top: -55px;
    margin-top: -4.2307692308vw;
  }
}

.top-category {
  padding-bottom: 200px;
  padding-bottom: 20vw;
  padding-bottom: 240px;
  padding-bottom: 24vw;
}
@media screen and (min-width: 768px), print {
  .top-category {
    padding-top: 125px;
    padding-top: 7.8125vw;
    padding-bottom: 180px;
    padding-bottom: 11.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-category {
    padding-top: 120px;
    padding-top: 9.2307692308vw;
    padding-bottom: 180px;
    padding-bottom: 13.8461538462vw;
  }
}
@media screen and (min-width: 768px), print {
  .top-category .c-wrap {
    width: 980px;
    width: 61.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-category .c-wrap {
    width: 980px;
    width: 75.3846153846vw;
  }
}

.top-category__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 0px;
  row-gap: 0vw;
  column-gap: 0px;
  column-gap: 0vw;
}
@media screen and (min-width: 768px), print {
  .top-category__list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 25px;
    row-gap: 1.5625vw;
    column-gap: 15px;
    column-gap: 0.9375vw;
  }
}

.top-category__item {
  background-color: #fff;
  border-radius: 130px;
  border-radius: 13vw;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .top-category__item {
    border-radius: 140px;
    border-radius: 8.75vw;
  }
}
.top-category__item a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333333;
  text-align: center;
  transition: color 0.3s;
}
.top-category__item a:hover {
  color: #f26fa5;
}
.top-category__item a:hover .top-category__img img {
  transform: scale(1.07);
  opacity: 0.5;
}
.top-category__item a .top-category__name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4.048582996%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 33px;
  font-size: 3.3vw;
  font-weight: 500;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.9);
  width: 84.8%;
  aspect-ratio: 1;
  border-radius: 50%;
  padding-top: 1.5%;
}
@media screen and (min-width: 768px), print {
  .top-category__item a .top-category__name {
    font-size: 32px;
    font-size: 2vw;
  }
}
.top-category__item a .top-category__name.--txt3 {
  line-height: 1.3;
  padding-top: 5%;
}

.top-category__img {
  width: 100%;
}
.top-category__img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s;
}

.top-category__name {
  font-weight: bold;
  line-height: 1.4;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .top-category__name {
    font-size: min(1.2698412698vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .top-category__name {
    font-size: 3.8888888889vw;
  }
}

.top-scene__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0px;
  row-gap: 0vw;
  column-gap: 0px;
  column-gap: 0vw;
}
@media screen and (min-width: 768px), print {
  .top-scene__list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0px;
    row-gap: 0vw;
    column-gap: 0px;
    column-gap: 0vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-scene__list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0px;
    row-gap: 0vw;
    column-gap: 0px;
    column-gap: 0vw;
  }
}

.top-scene__item {
  background-color: #fff;
  overflow: hidden;
}
.top-scene__item a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333333;
  text-align: center;
  transition: color 0.3s;
}
.top-scene__item a:hover {
  color: #00acb6;
}
.top-scene__item a:hover .top-scene__img img {
  transform: scale(1.07);
  opacity: 0.5;
}

.top-scene__img {
  width: 100%;
}
.top-scene__img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s;
}

.top-scene__name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4.2105263158%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-size: 3.6vw;
  line-height: 1.2;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.9);
  width: 87.4251497006%;
  aspect-ratio: 292/112;
  border-radius: 60px;
  border-radius: 6vw;
  padding-top: 1.5%;
}
@media screen and (min-width: 768px), print {
  .top-scene__name {
    font-size: 32px;
    font-size: 2vw;
    border-radius: 60px;
    border-radius: 3.75vw;
    border-radius: 60px;
    border-radius: 3.75vw;
  }
}
.top-scene__name.--txt3 {
  line-height: 1.3;
  padding-top: 5%;
}

.top-scene-slide__txt {
  padding-top: 70px;
  padding-top: 7vw;
  padding-bottom: 30px;
  padding-bottom: 3vw;
}
@media screen and (min-width: 768px), print {
  .top-scene-slide__txt {
    padding-top: 80px;
    padding-top: 5vw;
    padding-bottom: 30px;
    padding-bottom: 1.875vw;
  }
}

.top-award {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-award .sec__title {
    font-size: 74px;
    font-size: 7.4vw;
    margin-bottom: 50px;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px), print {
  .top-award .sec__title {
    margin-bottom: 90px;
    margin-bottom: 5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award .sec__title {
    margin-bottom: 90px;
    margin-bottom: 6.9230769231vw;
  }
}
.top-award .ani-slide__container {
  position: absolute;
  top: 35vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-award .ani-slide__container .ani-slide__txt {
    line-height: 1.1;
  }
}
@media screen and (min-width: 768px), print {
  .top-award .ani-slide__container {
    top: 20.7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award .ani-slide__container {
    top: 23vw;
  }
}

.top-award__header {
  text-align: center;
}

.top-award__title-img {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .top-award__title-img {
    width: 1100px;
    width: 68.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award__title-img {
    width: 1100px;
    width: 84.6153846154vw;
  }
}
.top-award__title-img img {
  display: block;
  width: 100%;
  height: auto;
}

.top-award__post {
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  font-size: 49px;
  font-size: 4.9vw;
  font-weight: 700;
  padding: 0em 1em 0.25em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 150px;
  margin-top: 15vw;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px), print {
  .top-award__post {
    font-size: 36px;
    font-size: 2.25vw;
    margin-top: 130px;
    margin-top: 8.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award__post {
    font-size: 36px;
    font-size: 2.7692307692vw;
    margin-top: 130px;
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .top-award__post {
    width: 90%;
  }
}
.top-award__post span {
  font-size: 115%;
}

.top-award__lead {
  color: #fff;
  font-size: 49px;
  font-size: 4.9vw;
  font-weight: 700;
  line-height: 1.5833333333;
  margin-top: 70px;
  margin-top: 7vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px), print {
  .top-award__lead {
    font-size: 36px;
    font-size: 2.25vw;
    margin-top: 70px;
    margin-top: 4.375vw;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award__lead {
    font-size: 36px;
    font-size: 2.7692307692vw;
    margin-top: 70px;
    margin-top: 5.3846153846vw;
  }
}

.top-award__pop {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-inline: auto;
  margin-top: 120px;
  margin-top: 12vw;
}
@media screen and (min-width: 768px), print {
  .top-award__pop {
    width: 1000px;
    width: 62.5vw;
    gap: 2vw;
    margin-top: 95px;
    margin-top: 5.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award__pop {
    width: 1000px;
    width: 76.9230769231vw;
    gap: 2vw;
    margin-top: 95px;
    margin-top: 7.3076923077vw;
  }
}
.top-award__pop:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 152px;
  height: 15.2vw;
}
@media screen and (min-width: 768px), print {
  .top-award__pop:before {
    height: 110px;
    height: 6.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award__pop:before {
    height: 110px;
    height: 8.4615384615vw;
  }
}
.top-award__pop:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 152px;
  height: 15.2vw;
  background-color: #c8a246;
}
@media screen and (min-width: 768px), print {
  .top-award__pop:after {
    height: 110px;
    height: 6.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award__pop:after {
    height: 110px;
    height: 8.4615384615vw;
  }
}
.top-award__pop .top-award__pop__txt {
  position: relative;
  font-weight: bold;
  color: #fff;
  flex: 1 1 0;
  text-align: center;
  font-size: 37px;
  font-size: 3.7vw;
  line-height: 1.4594594595;
}
@media screen and (min-width: 768px), print {
  .top-award__pop .top-award__pop__txt {
    font-size: 27px;
    font-size: 1.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award__pop .top-award__pop__txt {
    font-size: 27px;
    font-size: 2.0769230769vw;
  }
}
.top-award__pop .top-award__pop__txt.--right {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-award__pop .top-award__pop__txt.--right {
    font-size: 43px;
    font-size: 4.3vw;
    text-align: center;
  }
}
.top-award__pop .top-award__pop__txt.--center {
  text-align: center;
  font-size: 47px;
  font-size: 4.7vw;
}
@media screen and (min-width: 768px), print {
  .top-award__pop .top-award__pop__txt.--center {
    font-size: 36px;
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award__pop .top-award__pop__txt.--center {
    font-size: 36px;
    font-size: 2.7692307692vw;
  }
}
.top-award__pop .top-award__pop__img {
  position: relative;
  width: 340px;
  width: 34vw;
}
@media screen and (min-width: 768px), print {
  .top-award__pop .top-award__pop__img {
    width: 251px;
    width: 15.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award__pop .top-award__pop__img {
    width: 251px;
    width: 19.3076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .top-award__pop .top-award__pop__img {
    margin-inline: -10px;
    margin-inline: -2.6666666667vw;
  }
}

.top-award__slider-wrapper {
  overflow: hidden;
  position: relative;
  margin-inline: auto;
  width: 100%;
  padding-top: 120px;
  padding-top: 12vw;
  padding-bottom: 80px;
  padding-bottom: 8vw;
}
@media screen and (min-width: 768px), print {
  .top-award__slider-wrapper {
    width: 1000px;
    width: 62.5vw;
    padding-top: 90px;
    padding-top: 5.625vw;
    padding-bottom: 40px;
    padding-bottom: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award__slider-wrapper {
    width: 1000px;
    width: 76.9230769231vw;
    padding-top: 90px;
    padding-top: 6.9230769231vw;
    padding-bottom: 40px;
    padding-bottom: 3.0769230769vw;
  }
}

.js-award-slider {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.js-award-slider .slide-item {
  display: none;
}
.js-award-slider .slide-item:first-child {
  display: block;
}
.js-award-slider.slick-initialized, .js-award-slider.is-visible {
  opacity: 1;
}
.js-award-slider.slick-initialized .slide-item {
  display: block;
}

.top-award__slider {
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .top-award__slider {
    width: 1000px;
    width: 62.5vw;
    padding-inline: 10px;
    padding-inline: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-award__slider {
    width: 1000px;
    width: 76.9230769231vw;
  }
}
.top-award__slider .slick-list {
  overflow: visible;
}
.top-award__slider .slick-track {
  display: flex;
  align-items: end;
}
@media screen and (min-width: 768px), print {
  .top-award__slider .slick-slide {
    margin-inline: auto;
    transform: scale(0.87);
    transform-origin: center center;
    transition: transform 0.3s ease;
    transform-origin: bottom center;
  }
  .top-award__slider .slick-slide.slick-center {
    transform: scale(1);
  }
  .top-award__slider .slick-slide a {
    display: block;
    text-decoration: none;
    color: #333333;
    text-align: center;
  }
  .top-award__slider .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-award__slider .slick-slide {
    margin-inline: 20px;
    margin-inline: 2vw;
  }
}

.top-award__slider-wrapper .slick-arrow {
  position: absolute;
  top: 45%;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 768px), print {
  .top-award__slider-wrapper .slick-arrow {
    top: 52%;
  }
}
.top-award__slider-wrapper .slick-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 1;
}
.top-award__slider-wrapper .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.top-award__slider-wrapper .slick-prev::before,
.top-award__slider-wrapper .slick-next::before {
  width: 5vw;
  height: 11vw;
  content: "";
  display: block;
  border: none;
  background: none;
  background-color: #00bbbb;
}
@media screen and (min-width: 768px), print {
  .top-award__slider-wrapper .slick-prev::before,
  .top-award__slider-wrapper .slick-next::before {
    width: 1.5vw;
    height: 2.75vw;
  }
}
.top-award__slider-wrapper .slick-prev {
  left: 30px;
  left: 8vw;
}
@media screen and (min-width: 768px), print {
  .top-award__slider-wrapper .slick-prev {
    left: 0px;
    left: 0vw;
  }
}
.top-award__slider-wrapper .slick-prev::before {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.top-award__slider-wrapper .slick-next {
  right: 30px;
  right: 8vw;
}
@media screen and (min-width: 768px), print {
  .top-award__slider-wrapper .slick-next {
    right: 0px;
    right: 0vw;
  }
}
.top-award__slider-wrapper .slick-next::before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.top-award__btn {
  width: 95%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 70px;
  border-radius: 7vw;
  overflow: hidden;
  margin-top: 30px;
  margin-top: 3vw;
}
@media screen and (min-width: 768px), print {
  .top-award__btn {
    border-radius: 40px;
    border-radius: 2.5vw;
    margin-top: 30px;
    margin-top: 1.875vw;
  }
}

.top-award-slide__txt {
  padding-top: 80px;
  padding-top: 8vw;
  padding-bottom: 40px;
  padding-bottom: 4vw;
}
@media screen and (min-width: 768px), print {
  .top-award-slide__txt {
    padding-top: 60px;
    padding-top: 3.75vw;
    padding-bottom: 30px;
    padding-bottom: 1.875vw;
  }
}

@media screen and (min-width: 768px), print {
  .top-temiyage.mask-wave__top {
    padding-top: 170px;
    padding-top: 10.625vw;
  }
}
.top-temiyage .ani-slide__container {
  position: absolute;
  top: 1.8%;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .top-temiyage .ani-slide__container {
    top: 7.4vw;
  }
}

.top-temiyage__title-img {
  width: 920px;
  width: 92vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .top-temiyage__title-img {
    width: 820px;
    width: 51.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-temiyage__title-img {
    width: 820px;
    width: 63.0769230769vw;
  }
}
.top-temiyage__title-img img {
  display: block;
  width: 100%;
  height: auto;
}

.top-temiyage__list {
  position: relative;
  flex-direction: column;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .top-temiyage__list {
    width: 1000px;
    width: 62.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-temiyage__list {
    width: 1000px;
    width: 76.9230769231vw;
  }
}

.top-temiyage__item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .top-temiyage__item {
    width: 480px;
    width: 30vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-temiyage__item {
    width: 480px;
    width: 36.9230769231vw;
  }
}
@media screen and (max-width: 767px) {
  .top-temiyage__item {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px), print {
  .top-temiyage__item.--temiyage01 {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px), print {
  .top-temiyage__item.--temiyage02 {
    position: absolute;
    top: 7.5vw;
    left: 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-temiyage__item.--temiyage03 {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px), print {
  .top-temiyage__item.--temiyage02.--soon {
    top: 12vw;
  }
}
@media screen and (min-width: 768px), print {
  .top-temiyage__item.--temiyage03.--soon {
    margin-left: auto;
  }
}
.top-temiyage__item .top-temiyage__item__inner {
  position: relative;
}
.top-temiyage__item .btn {
  position: absolute;
  bottom: 0;
  display: block;
  width: 660px;
  width: 66vw;
}
@media screen and (min-width: 768px), print {
  .top-temiyage__item .btn {
    width: 348px;
    width: 21.75vw;
    bottom: 0;
  }
}
.top-temiyage__item:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 90px;
  top: 9vw;
  background-image: url(../../img/common/bg-zarazara_temiyage.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 10%;
  width: 100vw;
  height: 690px;
  height: 69vw;
}
@media screen and (min-width: 768px), print {
  .top-temiyage__item:before {
    top: 35px;
    top: 2.1875vw;
    height: 364px;
    height: 22.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-temiyage__item:before {
    top: 35px;
    top: 2.6923076923vw;
    height: 364px;
    height: 28vw;
  }
}
.top-temiyage__item.--temiyage01::before, .top-temiyage__item.--temiyage03::before {
  left: 450px;
  left: 45vw;
  transform-origin: left top;
  transform: rotate(25deg);
}
@media screen and (min-width: 768px), print {
  .top-temiyage__item.--temiyage01::before, .top-temiyage__item.--temiyage03::before {
    left: 240px;
    left: 15vw;
    transform: rotate(23deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-temiyage__item.--temiyage01::before, .top-temiyage__item.--temiyage03::before {
    left: 240px;
    left: 18.4615384615vw;
  }
}
.top-temiyage__item.--temiyage01 .btn, .top-temiyage__item.--temiyage03 .btn {
  left: 35px;
  left: 3.5vw;
}
@media screen and (min-width: 768px), print {
  .top-temiyage__item.--temiyage01 .btn, .top-temiyage__item.--temiyage03 .btn {
    left: 20px;
    left: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-temiyage__item.--temiyage01 .btn, .top-temiyage__item.--temiyage03 .btn {
    left: 20px;
    left: 1.5384615385vw;
  }
}
.top-temiyage__item.--temiyage02::before {
  right: 450px;
  right: 45vw;
  transform-origin: right top;
  transform: rotate(-25deg);
}
@media screen and (min-width: 768px), print {
  .top-temiyage__item.--temiyage02::before {
    right: 240px;
    right: 15vw;
    transform: rotate(-23deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-temiyage__item.--temiyage02::before {
    right: 240px;
    right: 18.4615384615vw;
  }
}
.top-temiyage__item.--temiyage02 .btn {
  right: 35px;
  right: 3.5vw;
}
@media screen and (min-width: 768px), print {
  .top-temiyage__item.--temiyage02 .btn {
    right: 20px;
    right: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-temiyage__item.--temiyage02 .btn {
    right: 20px;
    right: 1.5384615385vw;
  }
}
.top-temiyage__item + .top-temiyage__item {
  margin-top: 150px;
  margin-top: 15vw;
}
@media screen and (min-width: 768px), print {
  .top-temiyage__item + .top-temiyage__item {
    margin-top: 100px;
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-temiyage__item + .top-temiyage__item {
    margin-top: 100px;
    margin-top: 7.6923076923vw;
  }
}
.top-temiyage__item a {
  position: relative;
  display: block;
}
@media (any-hover: hover) {
  .top-temiyage__item a {
    transition: filter 0.3s;
  }
  .top-temiyage__item a:hover {
    filter: brightness(1.2);
  }
}
@media screen and (max-width: 767px) {
  .top-temiyage__item.--soon {
    width: 700px;
    width: 70vw;
    margin-inline: auto;
  }
  .top-temiyage__item.--soon:before {
    top: 20px;
    top: 2vw;
  }
  .top-temiyage__item.--soon a {
    pointer-events: none;
  }
  .top-temiyage__item.--soon .top-temiyage__item__inner {
    padding-bottom: 180px;
    padding-bottom: 18vw;
  }
}

.top-temiyage__bg__bottom {
  bottom: -15px;
  bottom: -0.9375vw;
}

.top-temiyage-slide__txt {
  padding-top: 100px;
  padding-top: 10vw;
  padding-bottom: 40px;
  padding-bottom: 4vw;
}
@media screen and (min-width: 768px), print {
  .top-temiyage-slide__txt {
    padding-top: 70px;
    padding-top: 4.375vw;
    padding-bottom: 30px;
    padding-bottom: 1.875vw;
  }
}

.top-information {
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .top-information.mask-wave__top {
    padding-top: 150px;
    padding-top: 9.375vw;
  }
}
.top-information .sec__title {
  color: #000;
}
@media screen and (min-width: 768px), print {
  .top-information .sec__title {
    margin-bottom: 80px;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-information .sec__title {
    margin-bottom: 80px;
    margin-bottom: 6.1538461538vw;
  }
}

.lower-logo {
  z-index: 10;
  position: absolute;
  top: 30px;
  top: 3vw;
  left: 30px;
  left: 3vw;
  width: 370px;
  width: 37vw;
}
@media screen and (min-width: 768px), print {
  .lower-logo {
    display: none;
  }
}

/*=======================================================================

 下層ページ

========================================================================*/
@media screen and (min-width: 768px), print {
  .page-sg2026-lower .toggle_menu {
    width: 78px;
    height: 78px;
    top: 12px;
    right: 12px;
  }
}
.page-sg2026-lower .common-category .ani-loop.--loop03 {
  display: none !important;
}
.page-sg2026-lower .common-category .bg-line03,
.page-sg2026-lower .common-category .bg-line04 {
  display: none !important;
}

.lower-header .item-header__title {
  user-select: none;
  position: relative;
  margin-inline: auto;
  text-align: center;
  width: 840px;
  width: 84vw;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .lower-header .item-header__title {
    width: 800px;
    width: 50vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lower-header .item-header__title {
    width: 800px;
    width: 61.5384615385vw;
  }
}
.lower-header .lower-header__text {
  margin-top: 25px;
}

.lower-header__wrap {
  padding-top: 200px;
  padding-top: 20vw;
}
@media screen and (min-width: 768px), print {
  .lower-header__wrap {
    padding-top: 200px;
    padding-top: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lower-header__wrap {
    padding-top: 200px;
    padding-top: 15.3846153846vw;
  }
}

.lower-header {
  position: relative;
  background-color: #fff;
}

.lower-content {
  position: relative;
  margin-top: -1px;
  background-color: #fff;
  padding-bottom: 200px;
  padding-bottom: 20vw;
}
@media screen and (min-width: 768px), print {
  .lower-content {
    padding-bottom: 200px;
    padding-bottom: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lower-content {
    padding-bottom: 180px;
    padding-bottom: 13.8461538462vw;
  }
}
.lower-content .c-wrap {
  position: relative;
  width: 900px;
  width: 90vw;
}
@media screen and (min-width: 768px), print {
  .lower-content .c-wrap {
    width: 1100px;
    width: 68.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lower-content .c-wrap {
    width: 1100px;
    width: 84.6153846154vw;
  }
}

.btn__archive {
  width: 650px;
  width: 65vw;
  margin-top: 90px;
  margin-top: 9vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .btn__archive {
    width: 328px;
    width: 20.5vw;
    margin-top: 50px;
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .btn__archive {
    width: 328px;
    width: 25.2307692308vw;
    margin-top: 90px;
    margin-top: 6.9230769231vw;
  }
}
.btn__archive a {
  display: block;
}
@media (any-hover: hover) {
  .btn__archive a {
    transition: opacity 0.3s;
  }
  .btn__archive a:hover {
    opacity: 0.4;
  }
}

.lower-category .c-wrap {
  width: 900px;
  width: 90vw;
}
@media screen and (min-width: 768px), print {
  .lower-category .c-wrap {
    width: 930px;
    width: 58.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lower-category .c-wrap {
    width: 930px;
    width: 71.5384615385vw;
  }
}

.lower-category__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  row-gap: 3vw;
  column-gap: 15px;
  column-gap: 1.5vw;
}
@media screen and (min-width: 768px), print {
  .lower-category__list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 25px;
    row-gap: 1.5625vw;
    column-gap: 15px;
    column-gap: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lower-category__list {
    row-gap: 20px;
    row-gap: 1.5384615385vw;
    column-gap: 10px;
    column-gap: 0.7692307692vw;
  }
}

.lower-category__item a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .lower-category__item a {
    border-radius: 130px;
    border-radius: 8.125vw;
  }
  .lower-category__item a:hover {
    color: #f26fa5;
  }
  .lower-category__item a:hover img {
    transform: scale(1.07);
    opacity: 0.5;
  }
}

.lower-category__img {
  overflow: hidden;
  width: 100%;
  border-radius: 125px;
  border-radius: 12.5vw;
  background-color: #fff;
  transition: color 0.3s;
}
.lower-category__img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s;
}

.lower-category__name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.3em;
  font-size: 31px;
  font-size: 3.1vw;
  font-weight: 500;
  line-height: 1.2962962963;
  letter-spacing: 0.07em;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .lower-category__name {
    font-size: 27px;
    font-size: 1.6875vw;
  }
}
.lower-category__name.--txt3 {
  align-items: start;
  padding-top: 1vw;
}

.lower-scene .c-wrap {
  width: 900px;
  width: 90vw;
}
@media screen and (min-width: 768px), print {
  .lower-scene .c-wrap {
    width: 750px;
    width: 46.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lower-scene .c-wrap {
    width: 750px;
    width: 57.6923076923vw;
  }
}

.lower-scene__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  row-gap: 4vw;
  column-gap: 30px;
  column-gap: 3vw;
}
@media screen and (min-width: 768px), print {
  .lower-scene__list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    row-gap: 2.5vw;
    column-gap: 25px;
    column-gap: 1.5625vw;
  }
}

.lower-scene__item a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .lower-scene__item a {
    transition: color 0.3s;
  }
  .lower-scene__item a:hover {
    color: #00acb6;
  }
  .lower-scene__item a:hover .lower-scene__img img {
    transform: scale(1.07);
    opacity: 0.5;
  }
}

.lower-scene__img {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.lower-scene__img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s;
}

.lower-scene__name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  font-size: 35px;
  font-size: 3.5vw;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 1vw;
}
@media screen and (min-width: 768px), print {
  .lower-scene__name {
    font-size: 27px;
    font-size: 1.6875vw;
  }
}

.lower-scene-slide__txt {
  padding-top: 100px;
  padding-top: 10vw;
  padding-bottom: 30px;
  padding-bottom: 3vw;
}
@media screen and (min-width: 768px), print {
  .lower-scene-slide__txt {
    padding-top: 100px;
    padding-top: 6.25vw;
    padding-bottom: 30px;
    padding-bottom: 1.875vw;
  }
}

.lower-information .sec__title {
  font-size: 62px;
  font-size: 6.2vw;
}
@media screen and (min-width: 768px), print {
  .lower-information .sec__title {
    font-size: 47px;
    font-size: 2.9375vw;
  }
}

.lower-column {
  padding-bottom: 180px;
  padding-bottom: 18vw;
}
@media screen and (min-width: 768px), print {
  .lower-column {
    padding-bottom: 180px;
    padding-bottom: 11.25vw;
  }
}
@media screen and (max-width: 767px) {
  .lower-column .sec__title {
    margin-bottom: 70px;
    margin-bottom: 7vw;
  }
}

.lower-column__list {
  z-index: 3;
  position: relative;
  justify-content: center;
  gap: 95px;
  gap: 9.5vw;
}
@media screen and (max-width: 767px) {
  .lower-column__list {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .lower-column__list {
    gap: 70px;
    gap: 4.375vw;
  }
}

.lower-column__item {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .lower-column__item {
    width: 460px;
    width: 28.75vw;
  }
}
@media screen and (min-width: 768px), print {
  .lower-column__item .lower-column__img a {
    pointer-events: none;
  }
}
.lower-column__item .lower-column__name {
  color: #fff;
  font-size: 26px;
  font-size: 1.625vw;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 15px;
  margin-top: 0.9375vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lower-column__item .lower-column__name {
    display: none;
  }
}
.lower-column__item .lower-column__btn {
  width: 252px;
  width: 15.75vw;
  margin-top: 25px;
  margin-top: 1.5625vw;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .lower-column__item .lower-column__btn {
    display: none;
  }
}
.lower-column__item .lower-column__btn a {
  display: block;
}
@media (any-hover: hover) {
  .lower-column__item .lower-column__btn a {
    transition: filter 0.3s ease;
  }
  .lower-column__item .lower-column__btn a:hover {
    filter: brightness(1.15) saturate(0.8);
  }
}

/*=======================================================================

商品ページ
item

========================================================================*/
.page-sg2026-item .item-header__title {
  font-family: "kinkakuji";
  font-size: 58px;
  font-size: 5.8vw;
  text-align: center;
  padding-bottom: 60px;
  padding-bottom: 6vw;
}
@media screen and (min-width: 768px), print {
  .page-sg2026-item .item-header__title {
    font-size: 58px;
    font-size: 3.625vw;
    padding-bottom: 70px;
    padding-bottom: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-sg2026-item .item-header__title {
    font-size: 58px;
    font-size: 4.4615384615vw;
    padding-bottom: 70px;
    padding-bottom: 5.3846153846vw;
  }
}
.page-sg2026-item .dots-wrap {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  display: flex !important;
  justify-content: center;
  padding-block: 10px;
}
@media screen and (min-width: 768px), print {
  .page-sg2026-item .dots-wrap {
    bottom: 0px;
    padding-block: 15px;
  }
}
.page-sg2026-item .dots-wrap li {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .page-sg2026-item .dots-wrap li {
    width: 10px;
    height: 10px;
  }
}
.page-sg2026-item .dots-wrap li:hover,
.page-sg2026-item .dots-wrap li.slick-active {
  background: #fff;
}
.page-sg2026-item .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.page-column01 .l-main {
  position: relative;
  margin-top: 0;
}
.page-column01 .l-main .u-bg-zarazara__yakikomi.--content > * {
  z-index: 4;
  position: relative;
}
.page-column01 .l-main .mask-wave__top {
  padding-top: 190px;
  padding-top: 19vw;
}
@media screen and (min-width: 768px), print {
  .page-column01 .l-main .mask-wave__top {
    padding-top: 170px;
    padding-top: 10.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .l-main .mask-wave__top {
    padding-top: 170px;
    padding-top: 13.0769230769vw;
  }
}
@media screen and (min-width: 768px), print {
  .page-column01 .l-main::before, .page-column01 .l-main::after {
    z-index: 30;
    pointer-events: none;
    font-family: kinkakuji;
    content: "SOUVENIR SOUVENIR SOUVENIR SOUVENIR SOUVENIR SOUVENIR SOUVENIR SOUVENIR SOUVENIR";
    position: absolute;
    top: 0.8%;
    font-size: 122px;
    font-size: 7.625vw;
    font-weight: bold;
    line-height: 0;
    letter-spacing: 0.15em;
    color: #fff;
    opacity: 0.2;
    white-space: nowrap;
  }
  .page-column01 .l-main::before {
    left: 95px;
    left: 5.9375vw;
    transform: rotate(90deg);
    transform-origin: left top;
  }
  .page-column01 .l-main::after {
    right: 95px;
    right: 5.9375vw;
    transform: rotate(-90deg);
    transform-origin: right top;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .l-main::before, .page-column01 .l-main::after {
    font-size: 122px;
    font-size: 9.3846153846vw;
  }
  .page-column01 .l-main::before {
    left: 95px;
    left: 7.3076923077vw;
  }
  .page-column01 .l-main::after {
    right: 95px;
    right: 7.3076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .page-column01 .column-item::after {
    z-index: 3;
    pointer-events: none;
    font-family: kinkakuji;
    content: "SOUVENIR SOUVENIR SOUVENIR SOUVENIR SOUVENIR SOUVENIR SOUVENIR SOUVENIR SOUVENIR";
    position: absolute;
    top: -13%;
    font-size: 122px;
    font-size: 12.2vw;
    font-weight: bold;
    line-height: 0;
    letter-spacing: 0.15em;
    color: #fff;
    opacity: 0.15;
    white-space: nowrap;
  }
  .page-column01 .column-item.--item01::after {
    left: 50px;
    left: 5vw;
    transform: rotate(90deg);
    transform-origin: left top;
  }
  .page-column01 .column-item.--item02::after {
    right: 75px;
    right: 7.5vw;
    transform: rotate(-90deg);
    transform-origin: right top;
  }
  .page-column01 .column-item.--item03::after {
    left: 50px;
    left: 5vw;
    transform: rotate(90deg);
    transform-origin: left top;
  }
}
.page-column01 .column-header {
  position: relative;
}
.page-column01 .column-header.mask-wave__top {
  padding-top: 125px;
  padding-top: 7.8125vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .column-header {
    padding-top: 125px;
    padding-top: 9.6153846154vw;
  }
}
.page-column01 .column-header .column-header__title {
  user-select: none;
  position: relative;
  margin-inline: auto;
  text-align: center;
  width: 840px;
  width: 84vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .page-column01 .column-header .column-header__title {
    width: 800px;
    width: 50vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .column-header .column-header__title {
    width: 800px;
    width: 61.5384615385vw;
  }
}
.page-column01 .column-header .column-header__text {
  margin-top: 25px;
}
.page-column01 .column-header__wrap {
  padding-top: 200px;
  padding-top: 20vw;
}
@media screen and (min-width: 768px), print {
  .page-column01 .column-header__wrap {
    padding-top: 200px;
    padding-top: 12.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .column-header__wrap {
    padding-top: 200px;
    padding-top: 15.3846153846vw;
  }
}
.page-column01 .column-main {
  position: relative;
  z-index: 3;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .page-column01 .column-main {
    padding-top: 80px;
    padding-top: 8vw;
  }
}
.page-column01 .column-main__img {
  margin: 0;
  font-weight: inherit;
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .page-column01 .column-main__img {
    width: 1000px;
    width: 62.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .column-main__img {
    width: 1000px;
    width: 76.9230769231vw;
  }
}
.page-column01 .column-main__img:before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 62px;
  top: 6.2vw;
  background-image: url(../../img/common/bg-zarazara_column.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 10%;
  width: 100vw;
  height: 716px;
  height: 71.6vw;
  transform-origin: right top;
}
@media screen and (max-width: 767px) {
  .page-column01 .column-main__img:before {
    top: 485px;
    top: 48.5vw;
    right: 1130px;
    right: 113vw;
    height: 1020px;
    height: 102vw;
    transform: rotate(-48deg);
  }
}
@media screen and (min-width: 768px), print {
  .page-column01 .column-main__img:before {
    top: 35px;
    top: 2.1875vw;
    right: 1000px;
    right: 62.5vw;
    height: 1020px;
    height: 63.75vw;
    transform: rotate(-48deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .column-main__img:before {
    top: 35px;
    top: 2.6923076923vw;
    right: 1000px;
    right: 76.9230769231vw;
    height: 1020px;
    height: 78.4615384615vw;
    transform: rotate(-48deg);
  }
}
.page-column01 .column-main__img img {
  position: relative;
}
.page-column01 .column-main__name {
  font-size: 62px;
  font-size: 6.2vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  padding-top: 60px;
  padding-top: 6vw;
  padding-bottom: 140px;
  padding-bottom: 14vw;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .page-column01 .column-main__name {
    font-size: 36px;
    font-size: 2.25vw;
    padding-top: 80px;
    padding-top: 5vw;
    padding-bottom: 120px;
    padding-bottom: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .column-main__name {
    font-size: 36px;
    font-size: 2.7692307692vw;
    padding-top: 80px;
    padding-top: 6.1538461538vw;
    padding-bottom: 120px;
    padding-bottom: 9.2307692308vw;
  }
}
.page-column01 .column-main__name small {
  font-size: 70%;
}
@media screen and (max-width: 767px) {
  .page-column01 .column-main__name small {
    display: block;
    font-size: 80%;
  }
}
.page-column01 .column-item.--item01 {
  position: relative;
}
.page-column01 .column-item.--item02 {
  z-index: 5;
  position: relative;
}
.page-column01 .column-item.--item03 {
  z-index: 6;
  position: relative;
}
.page-column01 .item-header {
  position: relative;
  width: 920px;
  width: 92vw;
  margin-inline: auto;
  padding-bottom: 170px;
  padding-bottom: 17vw;
}
@media screen and (max-width: 767px) {
  .page-column01 .item-header {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-header {
    width: 1000px;
    width: 62.5vw;
    align-items: end;
    padding-bottom: 170px;
    padding-bottom: 10.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-header {
    width: 1000px;
    width: 76.9230769231vw;
    padding-bottom: 170px;
    padding-bottom: 13.0769230769vw;
  }
}
.page-column01 .item-header .item-header__img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-header .item-header__img {
    width: 474px;
    width: 29.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-header .item-header__img {
    width: 474px;
    width: 36.4615384615vw;
  }
}
.page-column01 .item-header .item-header__txt {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-header .item-header__txt {
    width: 474px;
    width: 29.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-header .item-header__txt {
    width: 474px;
    width: 36.4615384615vw;
  }
}
.page-column01 .item-header .item-header__txt .num {
  font-size: 124px;
  font-size: 12.4vw;
  font-family: kinkakuji;
  line-height: 0.85;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .page-column01 .item-header .item-header__txt .num {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    top: -5vw;
  }
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-header .item-header__txt .num {
    font-size: 124px;
    font-size: 7.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-header .item-header__txt .num {
    font-size: 124px;
    font-size: 9.5384615385vw;
  }
}
.page-column01 .item-header .item-header__txt .ttl {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.72;
  letter-spacing: 0.05em;
  margin-top: 60px;
  margin-top: 6vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-header .item-header__txt .ttl {
    font-size: 28px;
    font-size: 1.75vw;
    line-height: 1.6428571429;
    margin-top: 20px;
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-header .item-header__txt .ttl {
    font-size: 28px;
    font-size: 2.1538461538vw;
    margin-top: 20px;
    margin-top: 1.5384615385vw;
  }
}
.page-column01 .item-header .item-header__txt .txt {
  font-size: 39px;
  font-size: 3.9vw;
  line-height: 1.9;
  margin-top: 40px;
  margin-top: 4vw;
  letter-spacing: 0;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-header .item-header__txt .txt {
    font-size: 16.5px;
    font-size: 1.03125vw;
    line-height: 2;
    margin-top: 23px;
    margin-top: 1.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-header .item-header__txt .txt {
    font-size: 16.5px;
    font-size: 1.2692307692vw;
    margin-top: 23px;
    margin-top: 1.7692307692vw;
  }
}
.page-column01 .item-content {
  padding-bottom: 180px;
  padding-bottom: 18vw;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content {
    padding-bottom: 180px;
    padding-bottom: 11.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-content {
    padding-bottom: 180px;
    padding-bottom: 13.8461538462vw;
  }
}
.page-column01 .item-content .item-content__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 85px;
  gap: 8.5vw;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content .item-content__list {
    gap: 40px;
    gap: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-content .item-content__list {
    gap: 60px;
    gap: 4.6153846154vw;
  }
}
.page-column01 .item-content .item-content__item {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-column01 .item-content .item-content__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 900px;
    width: 90vw;
    gap: 30px;
    gap: 3vw;
  }
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content .item-content__item {
    min-width: 25vw;
  }
}
.page-column01 .item-content .item-content__item .item__img {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 420px;
  width: 42vw;
  margin-inline: auto;
  border: 1px solid #fff;
  border-width: 12px;
  border-width: 1.2vw;
  border-radius: 50%;
  aspect-ratio: 1;
  box-sizing: content-box;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content .item-content__item .item__img {
    display: block;
    width: 310px;
    width: 19.375vw;
    border-width: 8px;
    border-width: 0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-content .item-content__item .item__img {
    width: 310px;
    width: 23.8461538462vw;
    border-width: 8px;
    border-width: 0.6153846154vw;
  }
}
.page-column01 .item-content .item-content__item .item-content__item__txt {
  width: 420px;
  width: 42vw;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content .item-content__item .item-content__item__txt {
    width: 100%;
  }
}
.page-column01 .item-content .item-content__item .item-shop {
  justify-content: start;
  gap: 12px;
  gap: 1.2vw;
}
@media screen and (max-width: 767px) {
  .page-column01 .item-content .item-content__item .item-shop {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content .item-content__item .item-shop {
    gap: 12px;
    gap: 0.75vw;
    margin-top: 25px;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-content .item-content__item .item-shop {
    gap: 12px;
    gap: 0.9230769231vw;
    margin-top: 25px;
    margin-top: 1.9230769231vw;
  }
}
.page-column01 .item-content .item-content__item .item-shop .item-shop__area {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-size: 2.4vw;
  width: fit-content;
  color: #333;
  background-color: #fff;
  padding-inline: 12px;
  padding-inline: 1.2vw;
  padding-top: 7px;
  padding-top: 0.7vw;
  padding-bottom: 8px;
  padding-bottom: 0.8vw;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content .item-content__item .item-shop .item-shop__area {
    font-size: 12px;
    font-size: 0.75vw;
    padding-inline: 7px;
    padding-inline: 0.4375vw;
    padding-block: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-content .item-content__item .item-shop .item-shop__area {
    font-size: 12px;
    font-size: 0.9230769231vw;
    padding-inline: 7px;
    padding-inline: 0.5384615385vw;
    padding-block: 0;
  }
}
.page-column01 .item-content .item-content__item .item-shop .item-shop__name {
  font-size: 35px;
  font-size: 3.5vw;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content .item-content__item .item-shop .item-shop__name {
    font-size: 23px;
    font-size: 1.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-content .item-content__item .item-shop .item-shop__name {
    font-size: 23px;
    font-size: 1.7692307692vw;
  }
}
.page-column01 .item-content .item-content__item .item__name {
  font-size: 48px;
  font-size: 4.8vw;
  margin-top: 10px;
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .page-column01 .item-content .item-content__item .item__name {
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content .item-content__item .item__name {
    font-size: 26px;
    font-size: 1.625vw;
    margin-top: 13px;
    margin-top: 0.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-content .item-content__item .item__name {
    font-size: 26px;
    font-size: 2vw;
    margin-top: 13px;
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .page-column01 .item-content .item-content__item .item__name small {
    display: block;
    margin-left: 0.15em;
    margin-top: 0.25em;
  }
}
.page-column01 .item-content .item-content__item .item__price {
  font-size: 40px;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .page-column01 .item-content .item-content__item .item__price {
    margin-top: 10px;
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content .item-content__item .item__price {
    font-size: 16px;
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-content .item-content__item .item__price {
    font-size: 16px;
    font-size: 1.2307692308vw;
  }
}
.page-column01 .item-content .item-content__btn {
  overflow: hidden;
  width: 410px;
  width: 41vw;
  margin-inline: auto;
  margin-top: 50px;
  margin-top: 5vw;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content .item-content__btn {
    width: 256px;
    width: 16vw;
    margin-top: 50px;
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-content .item-content__btn {
    width: 256px;
    width: 19.6923076923vw;
    margin-top: 50px;
    margin-top: 3.8461538462vw;
  }
}
.page-column01 .item-content .item-content__btn a {
  display: block;
}
@media (any-hover: hover) {
  .page-column01 .item-content .item-content__btn a {
    transition: filter 0.3s ease;
  }
  .page-column01 .item-content .item-content__btn a:hover {
    filter: brightness(1.15) saturate(0.8);
  }
}
.page-column01 .item-content__shop {
  align-items: end;
  color: #fff;
  width: 920px;
  width: 92vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content__shop {
    width: 660px;
    width: 41.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-content__shop {
    width: 660px;
    width: 50.7692307692vw;
  }
}
.page-column01 .item-content__shop__img {
  width: 420px;
  width: 42vw;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content__shop__img {
    width: 295px;
    width: 18.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-content__shop__img {
    width: 295px;
    width: 22.6923076923vw;
  }
}
.page-column01 .item-content__shop__txt {
  font-size: 30px;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.5238095238;
  width: 460px;
  width: 46vw;
  letter-spacing: 0em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content__shop__txt {
    font-size: 20px;
    font-size: 1.25vw;
    width: 330px;
    width: 20.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-content__shop__txt {
    font-size: 20px;
    font-size: 1.5384615385vw;
    width: 330px;
    width: 25.3846153846vw;
  }
}
.page-column01 .item-content__shop__address {
  font-size: 42px;
  font-size: 4.2vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 100%;
  margin-top: 35px;
  margin-top: 3.5vw;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .page-column01 .item-content__shop__address {
    font-size: 22px;
    font-size: 1.375vw;
    margin-top: 30px;
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-column01 .item-content__shop__address {
    font-size: 22px;
    font-size: 1.6923076923vw;
    margin-top: 30px;
    margin-top: 2.3076923077vw;
  }
}

/**
 * 印刷用スタイル（ページ別）
 *
 * 概要:
 * - TOP / 下層 / 商品 / コラム各ページの印刷時レイアウト補正を定義する。
 * - スライダーは大賞のみ中央1枚、商品画像は表示中スライドのみを出力する。
 *
 * 制限事項:
 * - ブラウザの印刷エンジン差により、wave装飾の見え方は若干異なる場合がある。
 */
@media print {
  .page-sg2026-top .top-mv,
  .page-sg2026-top .top-mv__inner,
  .page-sg2026-top .mv,
  .page-sg2026-top .mv-content,
  .page-sg2026-top .top-category,
  .page-sg2026-top .top-scene,
  .page-sg2026-top .top-award,
  .page-sg2026-top .top-temiyage,
  .page-sg2026-top .top-information {
    overflow: visible !important;
  }
  .page-sg2026-top .mv__title {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    filter: none !important;
    margin-inline: auto;
  }
  .page-sg2026-top .top-award__pop::before, .page-sg2026-top .top-award__pop::after,
  .page-sg2026-top .top-award__pop .top-award__pop__txt::before {
    width: 100% !important;
    transform: none !important;
  }
  .page-sg2026-top .top-award__slider-wrapper {
    overflow: visible !important;
    page-break-inside: avoid;
  }
  .page-sg2026-top .js-award-slider {
    opacity: 1 !important;
  }
  .page-sg2026-top .js-award-slider .slide-item {
    display: none !important;
  }
  .page-sg2026-top .js-award-slider .slide-item.slick-center,
  .page-sg2026-top .js-award-slider .slide-item.slick-active {
    display: block !important;
  }
  .page-sg2026-top .top-award__slider .slick-slide:not(.slick-center) {
    display: none !important;
  }
  .page-sg2026-top .top-award__slider .slick-slide.slick-center {
    transform: none !important;
    width: 100% !important;
    margin-inline: auto !important;
  }
  .page-sg2026-top .ani-slide__txt {
    color: #fff;
    overflow: visible;
    white-space: normal;
  }
  .page-sg2026-top .ani-slide__txt::before, .page-sg2026-top .ani-slide__txt::after {
    content: "SUMMER GIFT" !important;
    animation: none !important;
    transform: none !important;
    display: inline;
    color: #fff;
    mix-blend-mode: normal;
  }
  .page-sg2026-top .ani-slide__txt::after {
    display: none !important;
  }
  .page-sg2026-top .top-bg__bottom {
    position: relative !important;
    left: auto !important;
    transform: none !important;
  }
  .page-sg2026-lower .lower-header,
  .page-sg2026-lower .lower-content,
  .page-sg2026-lower .lower-section {
    overflow: visible !important;
  }
  .page-sg2026-lower .column-header,
  .page-sg2026-lower .column-header__wrap,
  .page-sg2026-lower .column-main,
  .page-sg2026-lower .column-item,
  .page-sg2026-lower .lower-column {
    overflow: visible !important;
  }
  .page-sg2026-lower .column-main,
  .page-sg2026-lower .column-item {
    page-break-inside: avoid;
  }
  .page-sg2026-lower .column-header::before,
  .page-sg2026-lower .column-header::after,
  .page-sg2026-lower .column-item::before,
  .page-sg2026-lower .column-item::after {
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
  }
  .page-sg2026-item .c-item__img-wrapper,
  .page-sg2026-item .js-slider {
    overflow: visible !important;
    page-break-inside: avoid;
  }
  .page-sg2026-item .js-slider {
    opacity: 1 !important;
  }
  .page-sg2026-item .js-slider .slide-item {
    display: none !important;
  }
  .page-sg2026-item .js-slider .slide-item.slick-active,
  .page-sg2026-item .js-slider .slide-item.slick-center {
    display: block !important;
  }
  .page-sg2026-item .js-slider .slick-slide:not(.slick-active):not(.slick-center) {
    display: none !important;
  }
  .page-sg2026-item .c-item__description,
  .page-sg2026-item .c-item__table,
  .page-sg2026-item .c-item__staff {
    page-break-inside: avoid;
  }
  [class*=top-]::before, [class*=top-]::after,
  [class*=column-]::before,
  [class*=column-]::after,
  [class*=item-]::before,
  [class*=item-]::after {
    max-width: 100%;
  }
  .width-100vw,
  [style*="100vw"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */
