@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");
/*** 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-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;
  -moz-appearance: revert;
       appearance: revert;
}

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

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::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;
  -webkit-box-sizing: border-box;
          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;
  background-image: url(../../img/common/bg-zarazara.png);
  background-repeat: repeat;
  background-position: top center;
}
@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 * {
  -webkit-transition: none !important;
  transition: none !important;
}

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

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

a.link {
  color: #f7f8f8;
  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) {
  .tel {
    pointer-events: none;
  }
}
@media print {
  body {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none;
  }
  .pc_none {
    display: none;
  }
}
.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) {
  .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: #000000;
}

.c-main2 {
  color: #f5712e;
}

.c-sub {
  color: #f7f8f8;
}

.c-sub2 {
  color: #000;
}

.c-orange {
  color: #f5712e;
}

.c-red {
  color: #dc143c;
}

.c-blue {
  background-color: #000000;
}

.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-zarazara {
  background-image: url(../../img/common/bg-zarazara.png);
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}

.u-bg-flower {
  background-image: url(../../img/common/sp/bg-flower_sp.svg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .u-bg-flower {
    background-image: url(../../img/common/bg-flower.svg);
  }
}
.u-bg-flower__category {
  background-image: url(../../img/common/sp/bg-flower_category_sp.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .u-bg-flower__category {
    background-image: url(../../img/common/bg-flower_category.svg);
  }
}
@media screen and (min-width: 768px) {
  .u-bg-flower__sticker {
    background-image: url(../../img/common/bg-flower_sticker.svg);
  }
}

.u-bg-shoparea {
  background-image: url(../../img/shoparea/shoparea-bg.png);
  background-repeat: repeat;
  background-position: top center;
}

.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: #000000;
}
.u-bg__blue a {
  color: #fff;
}

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

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

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

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  align-item: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-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) {
  .u-zoomLink a figure img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .u-zoomLink a:hover figure img {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
            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;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-wrap {
    width: 1100px;
    width: 68.75vw;
  }
  .c-wrap.--md {
    width: 1100px;
  }
  .c-wrap.--sm {
    width: 1000px;
  }
  .c-wrap.--xs {
    width: 900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-wrap {
    width: 1100px;
    width: 84.6153846154vw;
  }
  .c-wrap.--md {
    width: 1100px;
  }
  .c-wrap.--sm {
    width: 1000px;
  }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-block__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
  -webkit-font-feature-settings: "palt";
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTitle {
    height: 190px;
  }
}
.pageTitle::before {
  z-index: 2;
  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 {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageTitle .ttl__data {
  position: relative;
  z-index: 5;
  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: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grade--data {
  color: #000000;
}
.grade--data::before {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  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%;
  -webkit-transform: translateX(-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);
  }
}
@-webkit-keyframes borderAnimation {
  from {
    background-position: 0 0, -12px 0, 100% -12px, 0 100%;
  }
  to {
    background-position: 0 -12px, 0 0, 100% 0, -12px 100%;
  }
}
@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) {
  .c-border.--circle:hover::before {
    -webkit-animation: rotationAnimation 20s infinite linear;
            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;
}
@-webkit-keyframes rotationAnimation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotationAnimation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            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: #000000;
  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: #000000;
  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) {
  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: 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 {
  /* sp */
}
.table-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
}
@media only screen and (max-width: 767px) {
  .table-dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-fit-content;
  width: -moz-fit-content;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure_capt figcaption {
  margin-top: 4px;
  text-align: right;
  letter-spacing: 0.07em;
}

.figure__frame__stripe::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
          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 {
  z-index: 1;
  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 {
  z-index: 1;
  content: "";
  position: absolute;
  width: 70px;
  height: 25px;
  background-color: #fff;
  -webkit-transform: rotate(-35deg);
          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 {
  z-index: -1;
  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 {
  z-index: -1;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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) {
  .c-button a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button a:hover {
    background-color: #000000;
  }
}

.c-button.--arrow-right a {
  padding-right: 30px;
}
.c-button.--arrow-right a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 3%;
  }
}
@media (any-hover: hover) {
  .c-profile__wrap a .c-profile__photo img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-profile__wrap a .c-profile__photo:hover img {
    -webkit-transform: scale(1.1) rotate(4deg);
            transform: scale(1.1) rotate(4deg);
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .c-profile__wrap a.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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) {
  .c-profile__photo {
    border-radius: 150px;
  }
}

.c-profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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) {
  .c-profile {
    margin-top: -45px;
    row-gap: 15px;
  }
}
.c-profile:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-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) {
  .c-profile:before {
    top: -50px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
  }
}
.c-profile > * {
  z-index: 2;
  position: relative;
  letter-spacing: 0.05em;
}

.c-profile__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-size: 3.6vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .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) {
  .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) {
  .c-profile__copy {
    font-size: 2.8rem;
  }
}

.c-profile__shop {
  width: 78%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .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) {
  .c-profile__btn {
    width: 200px;
    margin-top: 20px;
  }
}
@media (any-hover: hover) {
  .c-profile__btn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-profile__btn:hover {
    opacity: 0.4;
  }
}

.c-item {
  caret-color: transparent;
  line-height: 1.4;
  /* ========== PC hover切替 ========== */
  /* ========== スマホ Slick用 ========== */
  /* ========== バッジ表示（疑似要素） ========== */
}
@media screen and (min-width: 768px) {
  .c-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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 {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-item .c-item__main a:hover {
    opacity: 0.4;
  }
}
.c-item .floor {
  margin-top: 20px;
}
.c-item .floor .floor__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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) {
  .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) {
  .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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  font-size: 4.8vw;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 1vw;
}
@media screen and (max-width: 767px) {
  .c-item .floor .floor__shop {
    width: 57vw;
  }
}
@media screen and (min-width: 768px) {
  .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;
    margin-top: 6px;
    margin-top: 0.4615384615vw;
  }
}
.c-item .floor .floor__shop__link {
  font-size: 0;
  width: 335px;
  width: 33.5vw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-item .floor .floor__shop__link {
    position: absolute;
    bottom: 0;
    left: 57vw;
    top: -70px;
    top: -7vw;
  }
}
@media screen and (min-width: 768px) {
  .c-item .floor .floor__shop__link {
    width: 160px;
    width: 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .floor .floor__shop__link {
    width: 160px;
    width: 12.3076923077vw;
  }
}
.c-item .floor .floor__shop__link a {
  display: block;
}
@media (any-hover: hover) {
  .c-item .floor .floor__shop__link a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-item .floor .floor__shop__link a:hover {
    opacity: 0.4;
  }
}
.c-item .label-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .c-item .label-list {
    max-width: 229px;
    margin-top: 16px;
    margin-top: 1vw;
    grid-gap: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .label-list {
    margin-top: 16px;
    margin-top: 1.2307692308vw;
  }
}
.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) {
  .c-item .item-header {
    margin-top: 15px;
    margin-top: 0.9375vw;
    margin-bottom: 15px;
    margin-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .item-header {
    margin-top: 15px;
    margin-top: 1.1538461538vw;
    margin-bottom: 15px;
    margin-bottom: 1.1538461538vw;
  }
}
.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) {
  .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;
    padding-top: 10px;
    padding-top: 0.7692307692vw;
  }
}
.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) {
  .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) {
  .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) {
  .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 {
    -webkit-transition: opacity 0.3s;
    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: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-item .tag-list + .description {
  padding-top: 60px;
  padding-top: 6vw;
}
@media screen and (min-width: 768px) {
  .c-item .tag-list + .description {
    padding-top: 45px;
    padding-top: 2.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .tag-list + .description {
    padding-top: 45px;
    padding-top: 3.4615384615vw;
  }
}
.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) {
  .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 {
  position: relative;
  color: #fff;
  background-image: url(../../img/item/memo-bg_02.png);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: contain;
  padding-inline: 70px;
  padding-inline: 7vw;
  padding-bottom: 80px;
  padding-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .c-item .memo {
    padding-inline: 50px;
    padding-inline: 3.125vw;
    padding-bottom: 60px;
    padding-bottom: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .memo {
    padding-inline: 50px;
    padding-inline: 3.8461538462vw;
    padding-bottom: 60px;
    padding-bottom: 4.6153846154vw;
  }
}
.c-item .memo:before, .c-item .memo:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 150px;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .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 .memo .memo-head {
  z-index: 2;
  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) {
  .c-item .memo .memo-head {
    width: 300px;
    width: 18.75vw;
    padding-top: 35px;
    padding-top: 2.1875vw;
    padding-bottom: 25px;
    padding-bottom: 1.5625vw;
  }
}
.c-item .memo .memo-inner {
  z-index: 2;
  position: relative;
}
.c-item .memo .memo__txt {
  width: 380px;
  width: 38vw;
  font-size: 38px;
  font-size: 3.8vw;
  line-height: 1.875;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (min-width: 768px) {
  .c-item .memo .memo__txt {
    font-size: 16px;
    font-size: 1vw;
    width: 210px;
    width: 13.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .memo .memo__txt {
    font-size: 16px;
    font-size: 1.2307692308vw;
    width: 210px;
    width: 16.1538461538vw;
  }
}
.c-item .memo .memo__img {
  width: 330px;
  width: 33vw;
  padding-top: 10px;
  padding-top: 1vw;
}
@media screen and (min-width: 768px) {
  .c-item .memo .memo__img {
    width: 190px;
    width: 11.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-item .memo .memo__img {
    width: 190px;
    width: 14.6153846154vw;
  }
}
.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%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .c-item .js-slider > div {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media screen and (max-width: 767px) {
  .c-item .js-slider {
    -ms-touch-action: auto;
        touch-action: auto;
  }
  .c-item .js-slider .slick-slide {
    outline: none;
  }
  .c-item .js-slider img {
    width: 100%;
    display: block;
  }
}
.c-item .c-item__img.--summer::after,
.c-item .c-item__img.--new::before {
  z-index: 10;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
}
@media screen and (max-width: 767px) {
  .c-item .c-item__btn {
    max-width: 240px;
    width: 485px;
    width: 48.5vw;
    margin-inline: auto;
  }
}
.c-item .c-item__btn a {
  display: block;
}
@media (any-hover: hover) {
  .c-item .c-item__btn a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-item .c-item__btn a:hover {
    opacity: 0.4;
  }
}

.l-header {
  z-index: 20;
}

.l-gnav__wrap {
  z-index: 100;
}

.l-header-lower {
  z-index: 110;
}

.l-header-lower {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px;
    height: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header-lower {
    padding-block: 32px;
  }
}
.l-header-lower .logo {
  width: 300px;
  width: 30vw;
  max-width: 285px;
}
@media screen and (min-width: 768px) {
  .l-header-lower .logo {
    width: 285px;
    width: 28.5vw;
  }
}
.l-header-lower .logo a {
  display: block;
}

.l-header-lower {
  padding-inline: 25px;
  padding-inline: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .l-header-lower {
    padding-block: 42px;
    padding-block: 2.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-header-lower {
    padding-block: 42px;
    padding-block: 3.2307692308vw;
  }
}
/*=======================================================================

ヘッダ
l-header

========================================================================*/
/* ナビゲーション headerの高さ
-------------------------------------------------------*/
.l-header {
  width: 100%;
  position: absolute;
  top: 0;
}
.l-header a {
  display: block;
}
.l-header .logo {
  line-height: 1;
  font-size: 1px;
  width: 51.0869565217%;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 48%;
    max-width: 170px;
  }
}
.l-header .logo_love-spal {
  width: 281px;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .l-header .logo_love-spal {
    width: 31.2222222222%;
    margin-right: 48px;
  }
}

.l-gnav__wrap {
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto; /* ← これが重要！Lenisの影響を避ける */
  background-image: url(../../img/common/bg-zarazara.png);
  background-repeat: repeat;
  padding-top: 120px;
  padding-top: 12vw;
}
@media (any-hover: hover) {
  .l-gnav__wrap a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-gnav__wrap a:hover {
    opacity: 0.4;
  }
}

.l-gnav__header {
  display: none;
  background-color: #f5712e;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-gnav__header .l-gnav__header__img {
  width: 285px;
  width: 17.8125vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-gnav__header .l-gnav__header__img {
    width: 285px;
    width: 21.9230769231vw;
  }
}

@media screen and (min-width: 768px) {
  .l-gnav {
    width: min(900px, 90%);
    margin-inline: auto;
  }
}
.l-gnav div > a {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-gnav .gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav .gnav + .gnav {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav .gnav-list .gnav-list__item + .gnav-list__item {
    margin-top: 20px;
  }
}
.l-gnav .gnav-list .gnav-list__item a {
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.2;
  white-space: nowrap;
  padding-bottom: 5px;
  padding-bottom: 0.3125vw;
}
@media screen and (min-width: 768px) {
  .l-gnav .gnav-list .gnav-list__item a {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-gnav .gnav-list .gnav-list__item a {
    font-size: 30px;
    font-size: 2.7272727273vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-gnav .gnav-list .gnav-list__item a {
    padding-bottom: 5px;
    padding-bottom: 0.3846153846vw;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav .gnav-list .gnav-list__item a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #f5712e;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; /*変形の時間*/
  }
  .l-gnav .gnav-list .gnav-list__item a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
    -webkit-transform-origin: left top;
            transform-origin: left top; /*左から右に向かう*/
  }
}
@media screen and (min-width: 768px) {
  .l-gnav .gnav-list.--left {
    width: 445px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-gnav .gnav-list.--left {
    width: min(445px, 50%);
  }
}
@media screen and (min-width: 768px) {
  .l-gnav .gnav-list.--right {
    width: 355px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-gnav .gnav-list.--right {
    width: min(355px, 47%);
  }
}
@media screen and (max-width: 767px) {
  .l-gnav .gnav-list.--left a, .l-gnav .gnav-list.--right a {
    height: 39px;
    height: 10.4vw;
    padding-block: 10px;
    padding-block: 2.6666666667vw;
  }
}
.l-gnav .gnav-list.--left img, .l-gnav .gnav-list.--right img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-gnav .gnav-content {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav .gnav-content .gnav-content__item {
    width: min(425px, 48%);
  }
}
@media screen and (max-width: 767px) {
  .l-gnav .gnav-content .gnav-content__item + .gnav-content__item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav .gnav-content .gnav-content__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
.l-gnav .gnav-content__sp {
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-gnav .gnav-content__sp {
    display: none !important;
  }
}
.l-gnav .gnav-content__sp .gnav-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-gnav .shoparea {
  width: 85.5555555556%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-gnav .shoparea {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-gnav .shoparea .shoparea__item {
    width: 23.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav .shoparea .shoparea__item.--title {
    width: 14.025974026%;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav .shoparea .shoparea__item.--title img {
    display: block;
    width: 55%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav .shoparea .shoparea__item.--shop {
    width: 24.4155844156%;
  }
}
.l-gnav .shoparea .shoparea__item a {
  display: block;
}
.l-gnav .shoparea__txt__wrap {
  margin-inline: calc(50% - 50vw);
}
.l-gnav .shoparea__txt {
  width: 100vw;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-gnav .shoparea__txt {
    font-size: min(1.4285714286vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .l-gnav .shoparea__txt {
    font-size: 3.4722222222vw;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav .shoparea__txt {
    line-height: 1.4642857143;
  }
}
.l-gnav .shoparea__txt.--sm {
  margin-top: 10px;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-gnav .shoparea__txt.--sm {
    font-size: min(1.1111111111vw, 1.4rem);
  }
}
@media screen and (max-width: 767px) {
  .l-gnav .shoparea__txt.--sm {
    font-size: 3.0555555556vw;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav .shoparea__txt.--sm {
    margin-top: 10px;
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-gnav .shoparea__txt.--sm {
    margin-top: 10px;
    margin-top: 0.7692307692vw;
  }
}
.l-gnav .shoparea__txt a {
  position: relative;
  display: inline-block;
}
.l-gnav .shoparea__txt a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
.l-gnav .link {
  padding-left: 25px;
  padding-right: 25px;
}
.l-gnav .link .link-item + .link-item {
  margin-top: 20px;
}
.l-gnav .link .link-item a {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-gnav .logo__wrap {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav .logo__wrap {
    width: 340px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 60px;
  }
  .l-gnav .logo__wrap .logo {
    width: 170px;
    margin-left: 0;
  }
  .l-gnav .logo__wrap .sns {
    width: 125px;
    margin-top: 0;
    margin-right: 0;
  }
}
.l-gnav .logo__wrap > * {
  position: relative;
}

@media screen and (max-width: 767px) {
  .sp-menu__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-menu.--arrow a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 110px;
    height: 11vw;
    font-size: 40px;
    font-size: 4vw;
    padding-left: 1em;
    letter-spacing: 0.1em;
  }
  .sp-menu.--arrow a::before {
    z-index: 2;
    content: "";
    position: absolute;
    top: 39%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: auto;
    right: 20px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
  }
  .sp-menu.--arrow a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #000000;
    opacity: 0.4;
  }
  .sp-menu .icon-try {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 25px;
    font-size: 2.5vw;
    width: 85px;
    width: 8.5vw;
    height: 85px;
    height: 8.5vw;
    border-radius: 20px;
    margin-right: 0.8em;
    letter-spacing: 0em;
  }
  .sp-menu.gnav-content__item {
    font-weight: 600;
    background-color: #f5712e;
  }
}
@media screen and (max-width: 767px) {
  .sp-menu__wrap .shoparea {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 17px;
    grid-gap: 4.5333333333vw;
    width: 100%;
    padding: 20px 5%;
    margin-inline: auto;
  }
  .sp-menu__wrap .shoparea__text {
    display: none;
  }
}
/*=======================================================================

 ハンバーガーメニュー

========================================================================*/
.toggle_menu {
  z-index: 999;
  position: fixed;
  top: 7px;
  right: 10px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .toggle_menu {
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
}

.l-gnav__wrap {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body.nav_open .l-gnav__wrap {
  pointer-events: all;
  opacity: 1;
}

.l-header.--top .l-header__left,
.l-header.--top .l-header__right {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 335px;
  height: 335px;
}
@media screen and (max-width: 767px) {
  .l-header.--top .l-header__left,
  .l-header.--top .l-header__right {
    width: 410px;
    width: 41vw;
    height: 300px;
    height: 30vw;
  }
}
.l-header.--top .l-header__left .logo {
  width: 123px;
  width: 12.3vw;
  margin-top: 25px;
  margin-top: 2.5vw;
  margin-left: 35px;
  margin-left: 3.5vw;
}
@media screen and (min-width: 768px) {
  .l-header.--top .l-header__left .logo {
    width: 127px;
    width: 7.9375vw;
    margin-top: 40px;
    margin-top: 2.5vw;
    margin-left: 45px;
    margin-left: 2.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-header.--top .l-header__left .logo {
    width: 127px;
    width: 9.7692307692vw;
    margin-top: 40px;
    margin-top: 3.0769230769vw;
    margin-left: 45px;
    margin-left: 3.4615384615vw;
  }
}
.nav_open .l-header-lower {
  opacity: 1;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .nav_open .l-header-lower {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .front-page .l-header-lower,
  .page-top .l-header-lower {
    opacity: 0;
  }
}
.front-page .l-header-lower .logo,
.page-top .l-header-lower .logo {
  opacity: 0;
}
.front-page.nav_open .l-header-lower .logo,
.page-top.nav_open .l-header-lower .logo {
  opacity: 1;
}

.accordion > a {
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .accordion .accordion-list {
    display: none;
  }
}
.accordion .accordion-list li a {
  display: block;
  height: auto;
}
.accordion .accordion-list li a::before {
  left: 25px;
}

.accordion-label {
  position: absolute;
  top: 45px;
  right: 20px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .accordion-label {
    top: 30px;
  }
}
.accordion-label.open {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 40px;
}
@media screen and (max-width: 767px) {
  .accordion-label.open {
    top: 27px;
  }
}

.l-wrapper {
  position: relative;
  overflow-x: hidden;
}
.l-main {
  display: block;
}

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

 footer

========================================================================*/
.l-footer {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.l-footer .c-wrap {
  position: relative;
}
.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;
  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;
  }
}

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

/* 固定ナビ
-------------------------------------------------------*/
.l-fixedbtn {
  z-index: 10;
  position: fixed;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-fixedbtn {
    width: 100%;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-fixedbtn {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    padding: 28px 25px;
  }
}
@media screen and (max-height: 800px) {
  .l-fixedbtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-fixedbtn {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-fixedbtn ul {
    width: 94%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .l-fixedbtn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.l-fixedbtn ul li {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-fixedbtn ul li {
    width: 20px;
  }
}
.l-fixedbtn ul li a {
  display: block;
}
@media (any-hover: hover) {
  .l-fixedbtn ul li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-fixedbtn ul li a:hover {
    opacity: 0.4;
  }
}

/* 固定ボタン
-------------------------------------------------------*/
.fixedBtn > * {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .fixedBtn .sp_only {
    display: none !important;
  }
}
.fixedBtn a {
  color: #fff !important;
  font-weight: 600;
}
.fixedBtn .contact--tel a {
  background-color: #000000;
}
.fixedBtn .contact--mail a {
  background-color: #f8b400;
}
.fixedBtn .contact--line a {
  background-color: #06c656;
}

@media screen and (min-width: 768px) {
  .fixedBtn {
    z-index: 15;
    position: fixed;
    top: 150px;
    right: 0px;
    margin: auto;
  }
  .fixedBtn a {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fixedBtn a .icon {
    width: 60px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .fixedBtn a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; /* 縦書き */
    text-orientation: upright; /* 英数字 */
  }
  .fixedBtn .contact--line {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .fixedBtn {
    z-index: 150;
    position: fixed;
    bottom: 0;
    right: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixedBtn > * {
    width: 33.3333333333%;
  }
  .fixedBtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fixedBtn a {
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .fixedBtn a .icon {
    width: 36px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .fixedBtn a p {
    font-size: 1.3rem;
    position: relative;
    top: -3px;
  }
}
/*=======================================================================

 商品

========================================================================*/
.p-item.--archive {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-item.--archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .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) {
  .p-item.--archive .c-item {
    width: 45.4545454545%;
  }
}
.p-item.--archive .c-item .c-item__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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) {
  .p-item.--archive .tag-list {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .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) {
  .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) {
  .p-item.--single .tag-list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 18px;
  }
  .p-item.--single .tag-list .tag-list__item {
    max-width: 116px;
  }
}

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

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

========================================================================*/
.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) {
  .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) {
  .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) {
  .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) {
  .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) {
  .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%;
  -webkit-transform: translateX(-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) {
  .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 {
    -webkit-transition: opacity 0.3s;
    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) {
  .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) {
  .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) {
  .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;
}

@media screen and (max-width: 767px) {
  .--sp-full {
    margin-inline: calc(50% - 50vw);
  }
}

.icon-try {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #fff;
  background-color: #000;
}

.radius50 {
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}

.logo__wrap {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .logo__wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.logo__wrap .logo {
  width: 145px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .logo__wrap .logo {
    width: 174px;
  }
}
.logo__wrap .sns {
  width: 280px;
  width: 28vw;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .logo__wrap .sns {
    max-width: 130px;
    margin-top: 30px;
  }
}
.logo__wrap .sns .sns-item {
  width: 39.2857142857%;
}
@media screen and (min-width: 768px) {
  .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) {
  .common-banner .banner-item a {
    -webkit-transition: opacity 0.3s;
    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) {
  .category-content {
    padding-block: 100px;
    padding-block: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .category-content {
    padding-block: 100px;
    padding-block: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  .category-content .c-wrap {
    width: 1000px;
    width: 62.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .category-content .c-wrap {
    width: 1000px;
    width: 76.9230769231vw;
  }
}

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

.category-list.--category3 {
  max-width: 1100px;
}
.category-list.--category3 .category-list__item {
  width: 30.2727272727%;
}
@media screen and (min-width: 768px) {
  .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) {
  .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; /* 初期状態は透明 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px); /* 初期状態は少し下へ移動 */
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out; /* フェードと移動にトランジション */
}

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  margin-top: 20vw;
}
@media screen and (min-width: 768px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
  border: 1px solid #000;
  margin-inline: 1.5vw;
}
@media screen and (min-width: 768px) {
  .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;
}
.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) {
  .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) {
  .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) {
  .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) {
  .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) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .marriage-pickup .pickup-list.--col2 .pickup-list__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .marriage-pickup .pickup-list .pickup-list__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            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) {
  .marriage-pickup .pickup-list .pickup-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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) {
  .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) {
  .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) {
  .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) {
  .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 {
    -webkit-transition: opacity 0.3s;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
  }
}
@media screen and (min-width: 768px) {
  .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) {
  .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) {
  .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) {
  .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) {
  .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) {
  .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) {
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .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) {
  .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) {
  .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) {
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.marriage-profile .profile-txtArea .profile__title {
  width: 180px;
  width: 18vw;
}
@media screen and (min-width: 768px) {
  .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) {
  .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) {
  .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) {
  .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) {
  .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;
  }
}

.shoparea__capt {
  display: none;
}

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

@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ani-rotate-right {
  -webkit-animation: rotate-right 120s linear infinite;
          animation: rotate-right 120s linear infinite;
}

@-webkit-keyframes rotate-counter-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate-counter-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.ani-rotate-left {
  -webkit-animation: rotate-counter-left 120s linear infinite;
          animation: rotate-counter-left 120s linear infinite;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.ani-slide-sticker-right {
  -webkit-animation: slide-right 3s ease-in-out infinite;
          animation: slide-right 3s ease-in-out infinite;
  width: 80px;
  height: 80px;
  background-color: #99ff66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #333;
  border-radius: 50%;
  position: relative;
  left: 0;
}

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

 TOP

========================================================================*/
@media screen and (max-width: 767px) {
  .page-top {
    padding-bottom: 90px;
    padding-bottom: 9vw;
  }
}
.page-top section {
  position: relative;
}
.page-top .top-copy {
  font-size: 68px;
  font-size: 6.8vw;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .page-top .top-copy {
    font-size: 40px;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-top .top-copy {
    font-size: 38px;
    font-size: 2.9230769231vw;
  }
}
.page-top .top-copy + .top-txt {
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .page-top .top-copy + .top-txt {
    margin-top: 0.4em;
  }
}
.page-top .top-txt {
  font-size: 42px;
  font-size: 4.2vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-top .top-txt {
    font-size: 23px;
    font-size: 1.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-top .top-txt {
    font-size: 23px;
    font-size: 1.7692307692vw;
  }
}
@media screen and (max-width: 767px) {
  .page-top .sec-ttl {
    margin-bottom: 60px;
    margin-bottom: 6vw;
  }
}
.top-logo {
  z-index: 10;
  position: absolute;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 10px;
  left: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-logo {
    width: 150px;
    top: 20px;
    left: 20px;
  }
}

.top-mv {
  padding-bottom: 35px;
  padding-bottom: 3.5vw;
}
@media screen and (min-width: 768px) {
  .top-mv {
    padding-bottom: 30px;
    padding-bottom: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-mv {
    padding-bottom: 30px;
    padding-bottom: 2.3076923077vw;
  }
}
.top-mv .mv {
  position: relative;
}
.top-mv .mv .mv__logo {
  z-index: 2;
  position: absolute;
  top: 20px;
  top: 2vw;
  left: 20px;
  left: 2vw;
  width: 150px;
  width: 15vw;
}
@media screen and (min-width: 768px) {
  .top-mv .mv .mv__logo {
    top: 20px;
    top: 1.25vw;
    left: 20px;
    left: 1.25vw;
    width: 150px;
    width: 9.375vw;
  }
}
.top-event {
  padding-top: 70px;
  padding-top: 7vw;
}
@media screen and (min-width: 768px) {
  .top-event {
    padding-top: 70px;
    padding-top: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-event {
    padding-top: 70px;
    padding-top: 5.3846153846vw;
  }
}
.top-event .event {
  position: relative;
}
.top-event .event .event__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 32px;
  bottom: 3.2vw;
  width: 400px;
  width: 40vw;
}
@media screen and (min-width: 768px) {
  .top-event .event .event__btn {
    bottom: 50px;
    bottom: 3.125vw;
    width: 252px;
    width: 15.75vw;
  }
}
.top-event .event .event__btn a {
  display: block;
}
@media (any-hover: hover) {
  .top-event .event .event__btn a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .top-event .event .event__btn a:hover {
    opacity: 0.4;
  }
}

.top-slider {
  padding-block: 100px;
}
.top-slider .slider-shop {
  width: 100%;
}
.top-slider .slider-shop .slide-item {
  position: relative;
  background-color: #fff;
  aspect-ratio: 1;
  margin-inline: 40px;
  margin-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .top-slider .slider-shop .slide-item {
    margin-inline: 50px;
    margin-inline: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-slider .slider-shop .slide-item {
    margin-inline: 50px;
    margin-inline: 3.8461538462vw;
  }
}
.top-slider .slider-shop .slide-item a {
  height: 100%;
}
@media (any-hover: hover) {
  .top-slider .slider-shop .slide-item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .top-slider .slider-shop .slide-item a:hover {
    opacity: 0.4;
  }
}
.top-slider .slider-shop .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-slider .slider__message {
  font-size: 22px;
  font-size: 5.8666666667vw;
  font-weight: 600;
  line-height: 1.3181818182;
  letter-spacing: 0.2em;
  text-align: center;
  padding-inline: 1em;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .top-slider .slider__message {
    font-size: 59px;
    font-size: 3.6875vw;
    padding-top: 30px;
    padding-top: 1.875vw;
    padding-bottom: 35px;
    padding-bottom: 2.1875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-slider .slider__message {
    font-size: 59px;
    font-size: 4.5384615385vw;
    padding-top: 30px;
    padding-top: 2.3076923077vw;
    padding-bottom: 35px;
    padding-bottom: 2.6923076923vw;
  }
}

.slider-loop--logo__wrap {
  position: relative;
  background-color: #fff;
  border-color: #000;
  border-style: solid;
  border-left: 0;
  border-right: 0;
  border-width: 8px;
  border-width: 0.8vw;
  padding-block: 22px;
  padding-block: 2.2vw;
}
@media screen and (min-width: 768px) {
  .slider-loop--logo__wrap {
    border-width: 8px;
    border-width: 0.5vw;
    padding-block: 22px;
    padding-block: 1.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .slider-loop--logo__wrap {
    border-width: 8px;
    border-width: 0.6153846154vw;
    padding-block: 22px;
    padding-block: 1.6923076923vw;
  }
}
.slider-loop--logo__wrap:before, .slider-loop--logo__wrap:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  height: 0.25vw;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .slider-loop--logo__wrap:before, .slider-loop--logo__wrap:after {
    height: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .slider-loop--logo__wrap:before, .slider-loop--logo__wrap:after {
    height: 4px;
    height: 0.3076923077vw;
  }
}
.slider-loop--logo__wrap:before {
  top: 5px;
  top: 0.3125vw;
}
@media screen and (min-width: 768px) {
  .slider-loop--logo__wrap:before {
    top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .slider-loop--logo__wrap:before {
    top: 5px;
    top: 0.3846153846vw;
  }
}
.slider-loop--logo__wrap:after {
  bottom: 5px;
  bottom: 0.3125vw;
}
@media screen and (min-width: 768px) {
  .slider-loop--logo__wrap:after {
    bottom: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .slider-loop--logo__wrap:after {
    bottom: 5px;
    bottom: 0.3846153846vw;
  }
}
.slider-loop--logo__wrap .slider-loop--logo.--anime-right {
  margin-top: 10px;
  margin-top: 0.625vw;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .slider-loop--logo__wrap .slider-loop--logo.--anime-right {
    margin-top: 10px;
    margin-top: 0.7692307692vw;
  }
}
.slider-loop--logo__wrap .slider-loop--logo .slide-item {
  max-width: 400px;
}

.top-column {
  background-color: rgba(255, 119, 43, 0.66);
  mix-blend-mode: multiply;
}
.top-column .column {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-column .column .column__ttl {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
  }
}
.top-column .column .column__txtArea {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-column .column .column__txtArea {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  .top-column .column .column__txtArea {
    margin-left: auto;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .top-column .column .column__imgArea {
    width: 76.3636363636%;
    margin-left: auto;
  }
}
.top-column .column .column__imgArea .column__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-column .column .column__imgArea .column__img {
    width: 47.619047619%;
  }
}
.top-column .column .column__imgArea .column__img.--column01 {
  margin-top: -20px;
  margin-top: -1.25vw;
}
.top-column .column .column__imgArea .column__img.--column02 {
  margin-top: 60px;
  margin-top: 6vw;
}
@media screen and (min-width: 768px) {
  .top-column .column .column__imgArea .column__img.--column02 {
    margin-top: 60px;
    margin-top: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-column .column .column__imgArea .column__img.--column02 {
    margin-top: 60px;
    margin-top: 4.6153846154vw;
  }
}
.top-column .column .column__imgArea .column__img a {
  display: block;
}
@media (any-hover: hover) {
  .top-column .column .column__imgArea .column__img a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .top-column .column .column__imgArea .column__img a:hover {
    -webkit-filter: brightness(1.3) saturate(1.2) contrast(0.9);
            filter: brightness(1.3) saturate(1.2) contrast(0.9);
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.top-column .column-bg {
  opacity: 0.2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-sticker {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-sticker .sticker .sticker__ttl {
    position: absolute;
    top: 2%;
    right: 0;
    width: 165px;
    width: 10.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-sticker .sticker .sticker__ttl {
    width: 165px;
    width: 12.6923076923vw;
  }
}
@media screen and (max-width: 767px) {
  .top-sticker .sticker .sticker__txtArea {
    text-align: center;
  }
}
.top-sticker .sticker .sticker__img {
  margin-top: 30px;
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  .top-sticker .sticker .sticker__img {
    position: relative;
    top: -20px;
    top: -1.25vw;
    width: 850px;
    width: 53.125vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-sticker .sticker .sticker__img {
    top: -20px;
    top: -1.5384615385vw;
    width: 850px;
    width: 65.3846153846vw;
  }
}
.top-sticker .sticker .sticker__winter {
  z-index: 2;
  position: absolute;
  bottom: 175px;
  bottom: 17.5vw;
  right: 0px;
  right: 0vw;
  width: 435px;
  width: 43.5vw;
}
@media screen and (min-width: 768px) {
  .top-sticker .sticker .sticker__winter {
    bottom: 80px;
    bottom: 5vw;
    right: -125px;
    right: -7.8125vw;
    width: 435px;
    width: 27.1875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-sticker .sticker .sticker__winter {
    bottom: 80px;
    bottom: 6.1538461538vw;
    right: -125px;
    right: -9.6153846154vw;
    width: 435px;
    width: 33.4615384615vw;
  }
}
.top-sticker .sticker .sticker__btn {
  width: 560px;
  width: 56vw;
  margin-top: 150px;
  margin-top: 15vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-sticker .sticker .sticker__btn {
    width: 383px;
    width: 23.9375vw;
    margin-top: 30px;
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-sticker .sticker .sticker__btn {
    width: 383px;
    width: 29.4615384615vw;
    margin-top: 30px;
    margin-top: 2.3076923077vw;
  }
}
.top-sticker .sticker .sticker__btn a {
  display: block;
}
@media (any-hover: hover) {
  .top-sticker .sticker .sticker__btn a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .top-sticker .sticker .sticker__btn a:hover {
    opacity: 0.4;
  }
}

.top-shoparea .map + .map {
  margin-top: 30px;
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  .top-shoparea .map + .map {
    margin-top: 30px;
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-shoparea .map + .map {
    margin-top: 30px;
    margin-top: 2.3076923077vw;
  }
}
.top-shoparea .shoparea__capt {
  text-align: right;
  font-size: 24px;
  font-size: 2.4vw;
  margin-top: 40px;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .top-shoparea .shoparea__capt {
    font-size: 13px;
    font-size: 0.8125vw;
    margin-top: 40px;
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-shoparea .shoparea__capt {
    font-size: 13px;
    font-size: 1vw;
    margin-top: 40px;
    margin-top: 3.0769230769vw;
  }
}

.shoparea-shoplist .shoplist-block {
  margin-top: 30px;
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  .shoparea-shoplist .shoplist-block {
    margin-top: 40px;
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .shoparea-shoplist .shoplist-block {
    margin-top: 40px;
    margin-top: 3.0769230769vw;
  }
}
.shoparea-shoplist .shoplist-block + .shoplist-block {
  margin-top: 30px;
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  .shoparea-shoplist .shoplist-block + .shoplist-block {
    margin-top: 60px;
    margin-top: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .shoparea-shoplist .shoplist-block + .shoplist-block {
    margin-top: 60px;
    margin-top: 4.6153846154vw;
  }
}
.shoparea-shoplist .shoplist__ttl {
  width: 700px;
  width: 70vw;
}
@media screen and (min-width: 768px) {
  .shoparea-shoplist .shoplist__ttl {
    width: 400px;
    width: 25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .shoparea-shoplist .shoplist__ttl {
    width: 400px;
    width: 30.7692307692vw;
  }
}
.shoparea-shoplist .shoplist-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .shoparea-shoplist .shoplist-wrap {
    margin-top: 25px;
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .shoparea-shoplist .shoplist-wrap {
    margin-top: 25px;
    margin-top: 1.9230769231vw;
  }
}
@media screen and (max-width: 767px) {
  .shoparea-shoplist .shoplist-wrap .shoplist-col {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .shoparea-shoplist .shoplist-wrap .shoplist-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.shoparea-shoplist .shoplist-wrap .shoplist-col li {
  font-size: 30px;
  font-size: 3vw;
  position: relative;
  padding-left: 2em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 0.6em;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .shoparea-shoplist .shoplist-wrap .shoplist-col li {
    font-size: 17px;
    font-size: 1.0625vw;
    padding-left: 1.7em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .shoparea-shoplist .shoplist-wrap .shoplist-col li {
    font-size: 17px;
    font-size: 1.3076923077vw;
  }
}
.shoparea-shoplist .shoplist-wrap .shoplist-col li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: -0.16em;
  font-size: 54px;
  font-size: 5.4vw;
  color: #090808;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .shoparea-shoplist .shoplist-wrap .shoplist-col li::before {
    font-size: 24px;
    font-size: 1.5vw;
    top: -0.06em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .shoparea-shoplist .shoplist-wrap .shoplist-col li::before {
    font-size: 24px;
    font-size: 1.8461538462vw;
  }
}
.shoparea-shoplist .shoplist-wrap .shoplist-col li::after {
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 0.23em;
  font-size: 26px;
  font-size: 2.6vw;
  font-weight: bold;
  color: #fff;
  width: 52px;
  width: 5.2vw;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.03em;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .shoparea-shoplist .shoplist-wrap .shoplist-col li::after {
    font-size: 13px;
    font-size: 0.8125vw;
    width: 23px;
    width: 1.4375vw;
    top: 0.35em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .shoparea-shoplist .shoplist-wrap .shoplist-col li::after {
    font-size: 13px;
    font-size: 1vw;
    width: 23px;
    width: 1.7692307692vw;
  }
}
.shoparea-shoplist .shoplist-wrap .shoplist-col.--border {
  border-top: 1px solid #000;
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .shoparea-shoplist .shoplist-wrap .shoplist-col.--border {
    margin-top: 50px;
    margin-top: 5vw;
  }
}
.shoparea-shoplist .shoplist-wrap .shoplist-col.--border li {
  padding-left: 0;
}
.shoparea-shoplist .shoplist-wrap .shoplist-col.--border li::before, .shoparea-shoplist .shoplist-wrap .shoplist-col.--border li::after {
  content: none;
}

@media screen and (max-width: 767px) {
  /* タイトルに▼を追加 */
  .shoplist__ttl {
    position: relative;
    padding-right: 24px; /* アイコンスペース */
    cursor: pointer;
  }
  .shoplist__ttl::after {
    content: "▼";
    position: absolute;
    left: 85vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  /* 開いたときは▲ */
  .shoplist__ttl.is-open::after {
    content: "▲";
  }
}
/*=======================================================================

 下層ページ

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

.lower-header .item-header__title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
  position: relative;
  margin-inline: auto;
  text-align: center;
  width: 840px;
  width: 84vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .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: 90px;
  padding-top: 9vw;
}
@media screen and (min-width: 768px) {
  .lower-header__wrap {
    padding-top: 100px;
  }
}
.lower-header {
  position: relative;
  background-color: #fff;
  padding-top: 160px;
  padding-top: 16vw;
  height: 480px;
  height: 48vw;
}
@media screen and (min-width: 768px) {
  .lower-header {
    padding-top: 100px;
    padding-top: 6.25vw;
    height: 415px;
    height: 25.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lower-header {
    padding-top: 100px;
    padding-top: 7.6923076923vw;
    height: 415px;
    height: 31.9230769231vw;
  }
}
.lower-header .lower-header__mask {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 448px;
  height: 44.8vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .lower-header .lower-header__mask {
    height: 415px;
    height: 25.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lower-header .lower-header__mask {
    height: 415px;
    height: 31.9230769231vw;
  }
}
.lower-header .lower-header__mask::before, .lower-header .lower-header__mask::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 500px;
  width: 50vw;
  height: 430px;
  height: 43vw;
  content: "";
  pointer-events: none;
  background-image: url(../../img/common/bg-zarazara.png);
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (min-width: 768px) {
  .lower-header .lower-header__mask::before, .lower-header .lower-header__mask::after {
    width: 390px;
    width: 24.375vw;
    height: 415px;
    height: 25.9375vw;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lower-header .lower-header__mask::before, .lower-header .lower-header__mask::after {
    width: 390px;
    width: 30vw;
    height: 415px;
    height: 31.9230769231vw;
  }
}
@media screen and (min-width: 768px) {
  .lower-header .lower-header__mask::before {
    left: 0;
    -webkit-mask-image: url(../../img/common/header-mask__left.svg);
            mask-image: url(../../img/common/header-mask__left.svg);
  }
  .lower-header .lower-header__mask::after {
    right: 0;
    -webkit-mask-image: url(../../img/common/header-mask__right.svg);
            mask-image: url(../../img/common/header-mask__right.svg);
  }
}
@media screen and (max-width: 767px) {
  .lower-header .lower-header__mask::before {
    width: 100%;
    height: 448px;
    height: 44.8vw;
    left: 0;
    -webkit-mask-image: url(../../img/common/header-mask__sp.svg);
            mask-image: url(../../img/common/header-mask__sp.svg);
  }
  .lower-header .lower-header__mask::after {
    content: none;
  }
}

.lower-content {
  background-color: #fff;
}
.lower-content .c-wrap {
  position: relative;
  margin-top: -190px;
  margin-top: -19vw;
}
@media screen and (min-width: 768px) {
  .lower-content .c-wrap {
    margin-top: -160px;
    margin-top: -10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .lower-content .c-wrap {
    margin-top: -160px;
    margin-top: -12.3076923077vw;
  }
}

.btn__archive {
  width: 560px;
  width: 56vw;
  margin-inline: auto;
  margin-top: 100px;
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  .btn__archive {
    width: 380px;
    width: 23.75vw;
    margin-top: 100px;
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .btn__archive {
    width: 380px;
    width: 29.2307692308vw;
    margin-top: 100px;
    margin-top: 7.6923076923vw;
  }
}
.btn__archive a {
  display: block;
}
@media (any-hover: hover) {
  .btn__archive a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn__archive a:hover {
    opacity: 0.4;
  }
}

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

贈るをたのしもっ！デジタルメッセージステッカー
digital-message-stickers

========================================================================*/
.page-digital-message-stickers {
  /*=======================================================================

   デジタルメッセージステッカー
   プログラム部分

  ========================================================================*/
}
.page-digital-message-stickers .lower-content.--stickers .c-wrap {
  margin-top: -60px;
  margin-top: -6vw;
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .lower-content.--stickers .c-wrap {
    margin-top: -90px;
    margin-top: -5.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .lower-content.--stickers .c-wrap {
    margin-top: -90px;
    margin-top: -6.9230769231vw;
  }
}
.page-digital-message-stickers #floatingPreviewCanvas {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 160px;
  height: auto;
  z-index: 9999;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  background: white;
  pointer-events: none; /* マウスイベントを無効化（クリックなどを透過） */
}
.page-digital-message-stickers .stickers-about {
  margin-bottom: 90px;
  margin-bottom: 9vw;
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .stickers-about {
    margin-bottom: 120px;
    margin-bottom: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .stickers-about {
    margin-bottom: 120px;
    margin-bottom: 9.2307692308vw;
  }
}
.page-digital-message-stickers .stickers-about .about .about__img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .stickers-about .about .about__img {
    width: 850px;
    width: 53.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .stickers-about .about .about__img {
    width: 850px;
    width: 65.3846153846vw;
  }
}
.page-digital-message-stickers .stickers-step {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-digital-message-stickers .stickers-step {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .stickers-step:before, .page-digital-message-stickers .stickers-step:after {
    opacity: 0.1;
    pointer-events: none;
    content: "";
    position: absolute;
    top: -260px;
    top: -16.25vw;
    width: 352px;
    width: 22vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .stickers-step:before, .page-digital-message-stickers .stickers-step:after {
    top: -260px;
    top: -20vw;
    width: 352px;
    width: 27.0769230769vw;
  }
}
.page-digital-message-stickers .stickers-step:before {
  background-image: url(../../img/digital-message-stickers/bg-left.jpg);
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .stickers-step:before {
    left: -380px;
    left: -23.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .stickers-step:before {
    left: -240px;
    left: -18.4615384615vw;
  }
}
.page-digital-message-stickers .stickers-step:after {
  background-image: url(../../img/digital-message-stickers/bg-right.jpg);
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .stickers-step:after {
    right: -380px;
    right: -23.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .stickers-step:after {
    right: -240px;
    right: -18.4615384615vw;
  }
}
.page-digital-message-stickers .stickers-step .step {
  margin-inline: auto;
  margin-bottom: 160px;
  margin-bottom: 22.8571428571vw;
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .stickers-step .step {
    width: 940px;
    width: 58.75vw;
    margin-bottom: 160px;
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .stickers-step .step {
    width: 940px;
    width: 72.3076923077vw;
    margin-bottom: 160px;
    margin-bottom: 12.3076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .page-digital-message-stickers .stickers-step .step.--step03 .select-list .select-list__item {
    width: 560px;
    width: 56vw;
    height: 320px;
    height: 32vw;
    padding-inline: 22vw;
  }
}
.page-digital-message-stickers .stickers-step .step.--step03 .select-list .select-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-digital-message-stickers .stickers-step .step .step-head {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  width: 920px;
  width: 92vw;
  margin-bottom: 70px;
  margin-bottom: 7vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .stickers-step .step .step-head {
    width: 930px;
    width: 58.125vw;
    margin-bottom: 25px;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .stickers-step .step .step-head {
    width: 930px;
    width: 71.5384615385vw;
    margin-bottom: 25px;
    margin-bottom: 1.9230769231vw;
  }
}
.page-digital-message-stickers .stickers-step .step .qa-content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-digital-message-stickers .stickers-step .step .select-list .select-list__item {
    padding-inline: 22vw;
  }
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .stickers-step .step .select-list .select-list__item {
    width: 220px;
    width: 13.75vw;
    margin-inline: 10px;
    margin-inline: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .stickers-step .step .select-list .select-list__item {
    width: 220px;
    width: 13.75vw;
    margin-inline: 10px;
    margin-inline: 0.7692307692vw;
  }
}
.page-digital-message-stickers .stickers-step .step .select-list .select-list__item img {
  width: 100%;
}
.page-digital-message-stickers .stickers-step .step .step__input {
  width: min(800px, 88%);
  margin-inline: auto;
}
.page-digital-message-stickers .stickers-step .step .step__input input {
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 4.8vw;
  margin-inline: auto;
  width: 100%;
  padding: 0.5em 1em;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  outline-color: #000000;
  outline-style: solid;
  outline-width: 2px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .stickers-step .step .step__input input {
    width: 100%;
    font-size: 32px;
    padding: 20px 30px;
  }
}
.page-digital-message-stickers .stickers-step .step .step__input input:focus {
  background-color: #edf7fc;
}
.page-digital-message-stickers .stickers-step .step .step__input input::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 600;
}
.page-digital-message-stickers .stickers-step .step .step__input input::-moz-placeholder {
  color: #bbb;
  font-weight: 600;
}
.page-digital-message-stickers .stickers-step .step .step__input input:-ms-input-placeholder {
  color: #bbb;
  font-weight: 600;
}
.page-digital-message-stickers .stickers-step .step .step__input input::-ms-input-placeholder {
  color: #bbb;
  font-weight: 600;
}
.page-digital-message-stickers .stickers-step .step .step__input input::placeholder {
  color: #bbb;
  font-weight: 600;
}
.page-digital-message-stickers .stickers-step .step-arrow {
  width: 120px;
  width: 12vw;
  margin-inline: auto;
  margin-top: 60px;
  margin-top: 6vw;
  margin-bottom: 80px;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .stickers-step .step-arrow {
    width: 83px;
    width: 5.1875vw;
    margin-top: 70px;
    margin-top: 4.375vw;
    margin-bottom: 70px;
    margin-bottom: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .stickers-step .step-arrow {
    width: 83px;
    width: 6.3846153846vw;
    margin-top: 70px;
    margin-top: 5.3846153846vw;
    margin-bottom: 70px;
    margin-bottom: 5.3846153846vw;
  }
}
.page-digital-message-stickers .js-scroll.--arrow {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
}
.page-digital-message-stickers .js-scroll.--arrow.is-active {
  -webkit-animation: moveArrow 1.5s infinite, fadeArrowLoop 1.5s infinite;
          animation: moveArrow 1.5s infinite, fadeArrowLoop 1.5s infinite;
}
@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes moveArrow {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@-webkit-keyframes fadeArrowLoop {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeArrowLoop {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.page-digital-message-stickers .select-list-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-digital-message-stickers .select-list-wrapper {
    margin-inline: calc(50% - 50vw);
  }
}
.page-digital-message-stickers .custom-arrow {
  caret-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 130px;
  width: 13vw;
  aspect-ratio: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .custom-arrow {
    width: 70px;
    width: 4.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .custom-arrow {
    width: 70px;
    width: 5.3846153846vw;
  }
}
@media (any-hover: hover) {
  .page-digital-message-stickers .custom-arrow {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-digital-message-stickers .custom-arrow:hover {
    opacity: 0.4;
  }
}
.page-digital-message-stickers .slick-prev {
  left: 6%;
  background-image: url(../../img/digital-message-stickers/slick-prev.png);
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .slick-prev {
    left: -80px;
    left: -5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .slick-prev {
    left: -80px;
    left: -6.1538461538vw;
  }
}
.page-digital-message-stickers .slick-next {
  right: 6%;
  background-image: url(../../img/digital-message-stickers/slick-next.png);
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .slick-next {
    right: -80px;
    right: -5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .slick-next {
    right: -80px;
    right: -6.1538461538vw;
  }
}
.page-digital-message-stickers .dots-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .dots-wrap {
    bottom: -60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-digital-message-stickers .dots-wrap li {
  width: 9px;
  height: 9px;
  margin: 0 5px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .dots-wrap li {
    width: 10px;
    height: 10px;
  }
}
.page-digital-message-stickers .dots-wrap li:hover,
.page-digital-message-stickers .dots-wrap li.slick-active {
  background: #ff7330;
}
.page-digital-message-stickers .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.page-digital-message-stickers .thumbnail {
  pointer-events: all !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  display: block;
  border: 5px solid #fff;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .thumbnail {
    border-width: 7px;
    border-width: 0.4375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .thumbnail {
    border-width: 7px;
    border-width: 0.5384615385vw;
  }
}
.page-digital-message-stickers .thumbnail:hover, .page-digital-message-stickers .thumbnail.active {
  border-color: #62dc00;
}
.page-digital-message-stickers .preview-wrapper {
  border: 1px solid #ddd;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.08);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.page-digital-message-stickers #previewCanvas {
  display: block;
  width: 80%;
  height: auto;
}
.page-digital-message-stickers .preview-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page-digital-message-stickers .preview-section .preview-wrapper {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .preview-section .preview-wrapper {
    width: 520px;
    width: 32.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .preview-section .preview-wrapper {
    width: 520px;
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .page-digital-message-stickers .preview-section .preview-download {
    width: 85%;
    margin-inline: auto;
    margin-top: 50px;
    margin-top: 7.1428571429vw;
  }
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .preview-section .preview-download {
    width: 520px;
    width: 32.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .preview-section .preview-download {
    width: 520px;
    width: 40vw;
  }
}
.page-digital-message-stickers .preview-section .sticker-btn {
  cursor: pointer;
  display: block;
  width: 100%;
  color: #000000;
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  -webkit-font-smoothing: auto;
  font-size: 20px;
  font-size: 5.3333333333vw;
  line-height: 1.3125;
  border: 4px solid #000000;
  text-align: center;
  padding: 10px 0px;
  border-radius: 100px;
  caret-color: transparent;
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .preview-section .sticker-btn {
    font-size: 32px;
    font-size: 2vw;
    padding: 15px 0px;
    border: 5px solid #000000;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .preview-section .sticker-btn {
    font-size: 32px;
    font-size: 2.4615384615vw;
  }
}
@media screen and (min-width: 1201px) {
  .page-digital-message-stickers .preview-section .sticker-btn {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
  .page-digital-message-stickers .preview-section .sticker-btn:hover {
    color: #fff;
    background-color: #000000;
  }
}
.page-digital-message-stickers .preview-section .downloadTxt {
  color: #000000;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-digital-message-stickers .preview-section .downloadTxt {
    font-size: 23px;
    font-size: 1.4375vw;
    margin-top: 30px;
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-digital-message-stickers .preview-section .downloadTxt {
    font-size: 23px;
    font-size: 1.7692307692vw;
    margin-top: 30px;
    margin-top: 2.3076923077vw;
  }
}

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

商品ページ
item

========================================================================*/
.page-item .dots-wrap {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 10px;
}
@media screen and (min-width: 768px) {
  .page-item .dots-wrap {
    bottom: 0px;
    padding-block: 15px;
  }
}
.page-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) {
  .page-item .dots-wrap li {
    width: 10px;
    height: 10px;
  }
}
.page-item .dots-wrap li:hover,
.page-item .dots-wrap li.slick-active {
  background: #fff;
}
.page-item .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

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

商品ページ
marriage

========================================================================*/
.page-marriage .lower-header {
  position: relative;
  background-color: #fff;
  padding-top: 120px;
  padding-top: 12vw;
}
@media screen and (min-width: 768px) {
  .page-marriage .lower-header {
    padding-top: 80px;
    padding-top: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .lower-header {
    padding-top: 80px;
    padding-top: 6.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .page-marriage .lower-header .item-header__title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-marriage .marriage-bg_sp {
    margin-inline: calc(50% - 50vw);
  }
}
.page-marriage .marriage__copy {
  font-size: 49px;
  font-size: 4.9vw;
  font-weight: 600;
  line-height: 1.46;
  margin-top: 40px;
  margin-top: 4vw;
  margin-bottom: 25px;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage__copy {
    font-size: 28px;
    font-size: 1.75vw;
    line-height: 1.6428571429;
    margin-top: 30px;
    margin-top: 1.875vw;
    margin-bottom: 25px;
    margin-bottom: 1.5625vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage__copy {
    font-size: 28px;
    font-size: 2.1538461538vw;
    margin-top: 30px;
    margin-top: 2.3076923077vw;
    margin-bottom: 25px;
    margin-bottom: 1.9230769231vw;
  }
}
.page-marriage .marriage__copy.--sm {
  font-size: 29px;
  font-size: 2.9vw;
  line-height: 1.380952381;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage__copy.--sm {
    font-size: 21px;
    font-size: 1.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage__copy.--sm {
    font-size: 21px;
    font-size: 1.6153846154vw;
  }
}
.page-marriage .marriage__txt {
  font-size: 40px;
  font-size: 4vw;
  line-height: 1.65;
  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) {
  .page-marriage .marriage__txt {
    font-size: 16.8px;
    font-size: 1.05vw;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage__txt {
    font-size: 16.8px;
    font-size: 1.2923076923vw;
  }
}
.page-marriage .lower-content a {
  display: block;
}
@media (any-hover: hover) {
  .page-marriage .lower-content a {
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
  .page-marriage .lower-content a:hover {
    -webkit-filter: brightness(1.25) contrast(1.08) saturate(1.05);
            filter: brightness(1.25) contrast(1.08) saturate(1.05);
  }
}
.page-marriage .lower-content .marriage-main .main__img {
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .page-marriage .lower-content .marriage-main .main__img {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-marriage .marriage-selection {
    margin-top: 0;
  }
}
.page-marriage .marriage-selection:before, .page-marriage .marriage-selection:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  width: 165px;
  width: 10.3125vw;
  height: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .page-marriage .marriage-selection:before, .page-marriage .marriage-selection:after {
    content: none;
  }
}
.page-marriage .marriage-selection:before {
  left: 0;
  background-image: url(../../img/marriage/marriage-bg_left.png);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage-selection:before {
    left: -40px;
    left: -3.0769230769vw;
  }
}
.page-marriage .marriage-selection:after {
  right: 0;
  background-image: url(../../img/marriage/marriage-bg_right.png);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage-selection:after {
    right: -40px;
    right: -3.0769230769vw;
  }
}
.page-marriage .marriage-selection .c-wrap {
  margin-top: 0;
}
.page-marriage .marriage-selection .selection-block {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block {
    margin-bottom: 100px;
    margin-bottom: 6.25vw;
  }
}
.page-marriage .marriage-selection .selection-block .selection-imgArea {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea {
    padding-top: 100px;
    padding-top: 10vw;
    padding-bottom: 220px;
    padding-bottom: 22vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea {
    width: 886px;
    width: 55.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea {
    width: 886px;
    width: 68.1538461538vw;
  }
}
.page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 396px;
  width: 39.6vw;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn {
    width: 253px;
    width: 15.8125vw;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn {
    width: 253px;
    width: 19.4615384615vw;
  }
}
@media (any-hover: hover) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn a:hover {
    opacity: 0.4;
  }
}
.page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn li {
  margin-bottom: 16px;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn li {
    margin-bottom: 10px;
    margin-bottom: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn li {
    margin-bottom: 10px;
    margin-bottom: 0.7692307692vw;
  }
}
.page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn04,
.page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn05,
.page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn06 {
  position: absolute;
  width: 340px;
  width: 34vw;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn04,
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn05,
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn06 {
    width: 255px;
    width: 15.9375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn04,
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn05,
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn06 {
    width: 255px;
    width: 19.6153846154vw;
  }
}
.page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn04 {
  top: 0px;
  top: 0vw;
  right: 20px;
  right: 2vw;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn04 {
    top: 20px;
    top: 1.25vw;
    left: 750px;
    left: 46.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn04 {
    top: 20px;
    top: 1.5384615385vw;
    left: 750px;
    left: 57.6923076923vw;
  }
}
.page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn05 {
  bottom: 0px;
  bottom: 0vw;
  left: 20px;
  left: 2vw;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn05 {
    top: 350px;
    top: 21.875vw;
    left: 840px;
    left: 52.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn05 {
    top: 350px;
    top: 26.9230769231vw;
    left: 840px;
    left: 64.6153846154vw;
  }
}
.page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn06 {
  bottom: 0px;
  bottom: 0vw;
  right: 20px;
  right: 2vw;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn06 {
    top: 670px;
    top: 41.875vw;
    left: 710px;
    left: 44.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage-selection .selection-block .selection-imgArea .selection__btn06 {
    top: 670px;
    top: 51.5384615385vw;
    left: 710px;
    left: 54.6153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block .selection-txtArea {
    width: 710px;
    width: 44.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage-selection .selection-block .selection-txtArea {
    width: 710px;
    width: 54.6153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea {
    margin-left: auto;
    margin-right: 0;
  }
}
.page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn {
  left: 0;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn {
    left: auto;
    right: 0;
  }
}
.page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn04,
.page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn05,
.page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn06 {
  position: absolute;
}
.page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn04 {
  top: 0px;
  top: 0vw;
  right: 20px;
  right: 2vw;
  left: auto;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn04 {
    top: 20px;
    top: 1.25vw;
    right: 750px;
    right: 46.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn04 {
    top: 20px;
    top: 1.5384615385vw;
    right: 750px;
    right: 57.6923076923vw;
  }
}
.page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn05 {
  bottom: 0px;
  bottom: 0vw;
  left: 20px;
  left: 2vw;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn05 {
    top: 350px;
    top: 21.875vw;
    right: 840px;
    right: 52.5vw;
    left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn05 {
    top: 350px;
    top: 26.9230769231vw;
    right: 840px;
    right: 64.6153846154vw;
  }
}
.page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn06 {
  bottom: 0px;
  bottom: 0vw;
  right: 20px;
  right: 2vw;
  left: auto;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn06 {
    top: 670px;
    top: 41.875vw;
    right: 710px;
    right: 44.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage .marriage-selection .selection-block.--reverse .selection-imgArea .selection__btn06 {
    top: 670px;
    top: 51.5384615385vw;
    right: 710px;
    right: 54.6153846154vw;
  }
}
.page-marriage .marriage-selection .selection-block.--reverse .selection-txtArea {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .page-marriage .marriage-selection .selection-block.--reverse .selection-txtArea .marriage__copy {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .page-marriage .marriage-selection .selection-block.--block04 {
    padding-bottom: 120px;
    padding-bottom: 12vw;
  }
}

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

マリアージュコラム 妄想トーク
marriage-talk

========================================================================*/
.page-marriage-talk .lower-header {
  position: relative;
  background-color: #fff;
  padding-top: 120px;
  padding-top: 12vw;
}
@media screen and (min-width: 768px) {
  .page-marriage-talk .lower-header {
    padding-top: 80px;
    padding-top: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage-talk .lower-header {
    padding-top: 80px;
    padding-top: 6.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .page-marriage-talk .lower-header .item-header__title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-marriage-talk .talk-bg_sp {
    margin-inline: calc(50% - 50vw);
  }
}
.page-marriage-talk .talk__copy {
  font-size: 49px;
  font-size: 4.9vw;
  font-weight: 600;
  line-height: 1.46;
  margin-top: 40px;
  margin-top: 4vw;
  margin-bottom: 30px;
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  .page-marriage-talk .talk__copy {
    font-size: 28px;
    font-size: 1.75vw;
    line-height: 1.6428571429;
    margin-top: 40px;
    margin-top: 2.5vw;
    margin-bottom: 30px;
    margin-bottom: 1.875vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage-talk .talk__copy {
    font-size: 28px;
    font-size: 2.1538461538vw;
    margin-top: 40px;
    margin-top: 3.0769230769vw;
    margin-bottom: 30px;
    margin-bottom: 2.3076923077vw;
  }
}
.page-marriage-talk .talk__copy.--sm {
  font-size: 29px;
  font-size: 2.9vw;
  line-height: 1.380952381;
}
@media screen and (min-width: 768px) {
  .page-marriage-talk .talk__copy.--sm {
    font-size: 21px;
    font-size: 1.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage-talk .talk__copy.--sm {
    font-size: 21px;
    font-size: 1.6153846154vw;
  }
}
.page-marriage-talk .talk__txt {
  font-size: 40px;
  font-size: 4vw;
  line-height: 1.65;
  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) {
  .page-marriage-talk .talk__txt {
    font-size: 16.8px;
    font-size: 1.05vw;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage-talk .talk__txt {
    font-size: 16.8px;
    font-size: 1.2923076923vw;
  }
}
.page-marriage-talk .lower-content a {
  display: block;
}
@media (any-hover: hover) {
  .page-marriage-talk .lower-content a {
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
  .page-marriage-talk .lower-content a:hover {
    -webkit-filter: brightness(1.25) contrast(1.08) saturate(1.05);
            filter: brightness(1.25) contrast(1.08) saturate(1.05);
  }
}
.page-marriage-talk .lower-content .talk-main .main__img {
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .page-marriage-talk .lower-content .talk-main .main__img {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-marriage-talk .talk-delusion {
    margin-top: 0;
  }
}
.page-marriage-talk .talk-delusion:before, .page-marriage-talk .talk-delusion:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  width: 165px;
  width: 10.3125vw;
  height: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .page-marriage-talk .talk-delusion:before, .page-marriage-talk .talk-delusion:after {
    content: none;
  }
}
.page-marriage-talk .talk-delusion:before {
  left: 0;
  background-image: url(../../img/marriage-talk/talk-bg_left.png);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage-talk .talk-delusion:before {
    left: -40px;
    left: -3.0769230769vw;
  }
}
.page-marriage-talk .talk-delusion:after {
  right: 0;
  background-image: url(../../img/marriage-talk/talk-right.png);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage-talk .talk-delusion:after {
    right: -40px;
    right: -3.0769230769vw;
  }
}
.page-marriage-talk .talk-delusion .c-wrap {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .page-marriage-talk .talk-delusion .delusion-block {
    margin-inline: calc(50% - 35vw);
  }
}
@media screen and (max-width: 767px) {
  .page-marriage-talk .talk-delusion .delusion-block .delusion__title {
    margin-bottom: 100px;
    margin-bottom: 10vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .page-marriage-talk .talk-delusion .delusion-block .delusion__title {
    margin-bottom: 100px;
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage-talk .talk-delusion .delusion-block .delusion__title {
    margin-bottom: 100px;
    margin-bottom: 7.6923076923vw;
  }
}
.page-marriage-talk .talk-delusion .delusion-block .delusion__chat li + li {
  margin-top: 50px;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  .page-marriage-talk .talk-delusion .delusion-block .delusion__chat li + li {
    margin-top: 50px;
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-marriage-talk .talk-delusion .delusion-block .delusion__chat li + li {
    margin-top: 50px;
    margin-top: 3.8461538462vw;
  }
}
.page-marriage-talk .talk-delusion .delusion-block.--block01 {
  margin-top: -50px;
  margin-top: -3.125vw;
}
.js-scroll {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@media screen and (min-width: 768px) {
  .js-scroll:nth-child(3n+2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .js-scroll:nth-child(3n+3) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .js-scroll {
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
  }
}

/* フェード
-------------------------------------------------------*/
.--fadeIn {
  opacity: 0;
}

.--fadeIn.is-active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.--fadeUp {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}

.--fadeUp.is-active {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.--fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.--fadeDown.is-active {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.--fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(4rem);
          transform: translateX(4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .--fadeLeft {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
@media screen and (max-width: 767px) {
  .--fadeLeft {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}

.--fadeLeft.is-active {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.--fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-4rem);
          transform: translateX(-4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .--fadeRight {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}
@media screen and (max-width: 767px) {
  .--fadeRight {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}

.--fadeRight.is-active {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.--fadeZoomIn {
  opacity: 0;
}

.--fadeZoomIn.js-scroll {
  -webkit-animation-name: fadeZoomIn;
          animation-name: fadeZoomIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.--fadeScale {
  opacity: 0;
  scale: 0.9;
}

.--fadeScale.js-scroll {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.--fadeBlur {
  opacity: 0;
}

.--fadeBlur.js-scroll {
  -webkit-animation-name: fadeBlur;
          animation-name: fadeBlur;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */