@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;900&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: 640px) {
  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: #f1551a;
}
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: 641px) {
  .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: 641px) and (max-width: 1200px) {
  .sp_only {
    display: none !important;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
.c-main {
  color: #f1551a;
}

.c-main2 {
  color: #f5712e;
}

.c-sub {
  color: #f7f8f8;
}

.c-sub2 {
  color: #000;
}

.c-orange {
  color: #f5712e;
}

.c-red {
  color: #dc143c;
}

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

.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__white {
  background-color: #fff;
}

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

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

.u-bg__green {
  background-color: #00781e;
  color: #fff;
}

.u-bg__blue {
  background-color: #009edb;
  color: #fff;
}

/* 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: 641px) 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: 640px) {
  .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: 641px) 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: 640px) {
  .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: 641px) 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: 640px) {
  .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: 641px) 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: 640px) {
  .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;
}
@media screen and (max-width: 640px) {
  .section--pt {
    padding-top: 80px;
  }
}

.section--pt_xs {
  padding-top: 40px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--pt_xs {
    padding-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .section--pt_xs {
    padding-top: 32px;
  }
}

.section--pt_sm {
  padding-top: 70px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--pt_sm {
    padding-top: 70px;
  }
}
@media screen and (max-width: 640px) {
  .section--pt_sm {
    padding-top: 56px;
  }
}

.section--pt_lg {
  padding-top: 140px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--pt_lg {
    padding-top: 140px;
  }
}
@media screen and (max-width: 640px) {
  .section--pt_lg {
    padding-top: 112px;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--pb {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .section--pb {
    padding-bottom: 80px;
  }
}

.section--pb_xs {
  padding-bottom: 40px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--pb_xs {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .section--pb_xs {
    padding-bottom: 32px;
  }
}

.section--pb_sm {
  padding-bottom: 70px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--pb_sm {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 640px) {
  .section--pb_sm {
    padding-bottom: 56px;
  }
}

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

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--mt {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .section--mt {
    margin-top: 80px;
  }
}

.section--mt_xs {
  margin-top: 40px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--mt_xs {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .section--mt_xs {
    margin-top: 32px;
  }
}

.section--mt_sm {
  margin-top: 70px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--mt_sm {
    margin-top: 70px;
  }
}
@media screen and (max-width: 640px) {
  .section--mt_sm {
    margin-top: 56px;
  }
}

.section--mt_lg {
  margin-top: 140px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--mt_lg {
    margin-top: 140px;
  }
}
@media screen and (max-width: 640px) {
  .section--mt_lg {
    margin-top: 112px;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--mb {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .section--mb {
    margin-bottom: 80px;
  }
}

.section--mb_xs {
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--mb_xs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .section--mb_xs {
    margin-bottom: 32px;
  }
}

.section--mb_sm {
  margin-bottom: 70px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--mb_sm {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 640px) {
  .section--mb_sm {
    margin-bottom: 56px;
  }
}

.section--mb_lg {
  margin-bottom: 140px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .section--mb_lg {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 640px) {
  .section--mb_lg {
    margin-bottom: 112px;
  }
}

.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: 641px) {
  .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: 641px) 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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 641px) and (max-width: 1200px) {
  .c-block__btn.grid.--grid2 {
    grid-gap: 25px;
  }
}
@media screen and (max-width: 640px) {
  .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: 641px) and (max-width: 1200px) {
  .c-block__btn.grid.--grid3 {
    grid-gap: 25px;
  }
}
@media screen and (max-width: 640px) {
  .c-block__btn.grid.--grid3 {
    grid-gap: 10px;
  }
}
.c-block__btn.grid.--grid3 a {
  font-size: 1.625em;
}
@media screen and (max-width: 640px) {
  .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: 641px) and (max-width: 1200px) {
  .c-block__btn.grid.--grid4 {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 641px) and (max-width: 1200px) {
  .txt__xl3 {
    font-size: 4.14rem;
  }
}
@media screen and (max-width: 640px) {
  .txt__xl3 {
    font-size: 3.68rem;
  }
}

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

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

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

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

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

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

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

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

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

/* capt
-------------------------------------------------------*/
.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: 640px) {
  .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: 641px) and (max-width: 1200px) {
  .pageTitle .ttl__data {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: #f1551a;
}
.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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: #f1551a;
  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: #f1551a;
  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: 641px) {
  table {
    width: 100%;
  }
}
table th {
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .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: 640px) {
  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: 640px) {
  .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: #f1551a;
  }
}

.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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .c-profile__photo {
    width: 530px;
    width: 53vw;
    border-radius: 265px;
    border-radius: 26.5vw;
  }
}
@media screen and (min-width: 641px) {
  .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: 640px) {
  .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: 641px) {
  .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: 641px) {
  .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: 641px) {
  .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: 641px) {
  .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: 641px) {
  .c-profile__copy {
    font-size: 2.8rem;
  }
}

.c-profile__shop {
  width: 78%;
  margin-inline: auto;
}
@media screen and (min-width: 641px) {
  .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: 641px) {
  .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: 641px) {
  .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: 641px) {
  .c-item .floor .floor__name .num {
    font-size: 12px;
    font-size: 0.75vw;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .c-item .floor .floor__name .area {
    font-size: 14px;
    font-size: 0.875vw;
  }
}
@media screen and (min-width: 641px) 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 (min-width: 641px) {
  .c-item .floor .floor__shop {
    font-size: 23px;
    font-size: 1.4375vw;
    margin-top: 6px;
    margin-top: 0.375vw;
  }
}
@media screen and (min-width: 641px) 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: 640px) {
  .c-item .floor .floor__shop__link {
    position: absolute;
    bottom: 0;
    right: 0;
    top: -70px;
    top: -7vw;
  }
}
@media screen and (min-width: 641px) {
  .c-item .floor .floor__shop__link {
    width: 160px;
    width: 10vw;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .c-item .label-list {
    max-width: 229px;
    margin-top: 16px;
    margin-top: 1vw;
    grid-gap: 5px;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .c-item .item-header {
    margin-top: 15px;
    margin-top: 0.9375vw;
    margin-bottom: 15px;
    margin-bottom: 0.9375vw;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .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: 641px) 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: 641px) {
  .c-item .item-header .item__price {
    font-size: 16px;
    font-size: 1vw;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .c-item .item-header .item__spec {
    font-size: 15px;
    font-size: 0.9375vw;
    margin-top: 2em;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .c-item .item-header .item__capt {
    font-size: 12px;
    font-size: 0.75vw;
    margin-top: 1em;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .c-item .tag-list + .description {
    padding-top: 45px;
    padding-top: 2.8125vw;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .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: 641px) 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: 641px) {
  .c-item .memo {
    padding-inline: 50px;
    padding-inline: 3.125vw;
    padding-bottom: 60px;
    padding-bottom: 3.75vw;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .c-item .memo:before, .c-item .memo:after {
    height: 153px;
    height: 9.5625vw;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .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: 641px) {
  .c-item .memo .memo__txt {
    font-size: 16px;
    font-size: 1vw;
    width: 210px;
    width: 13.125vw;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .c-item .memo .memo__img {
    width: 190px;
    width: 11.875vw;
  }
}
@media screen and (min-width: 641px) 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: 640px) {
  .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: 640px) {
  .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 {
  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;
  background-color: #fff;
  width: 100%;
  height: 80px;
  height: 12.5vw;
}
@media screen and (min-width: 641px) {
  .l-header {
    height: 80px;
  }
}
.l-header .l-header__logo {
  width: 332px;
  width: 51.875vw;
}
@media screen and (min-width: 641px) {
  .l-header .l-header__logo {
    width: min(332px, 100%);
    margin-inline: auto;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #d3e9f4 1px, transparent 1px), linear-gradient(#d3e9f4 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 51px 51px;
  background-attachment: fixed;
}

.l-wrapper {
  display: block;
  width: min(640px, 100%);
  margin-inline: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.inner {
  width: 92.8125%;
  margin-inline: auto;
}

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

 footer

========================================================================*/
.l-footer {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
.l-footer .l-footer__inner {
  border-top: 1px solid #ccc;
  text-align: center;
  padding-top: 70px;
  padding-top: 10.9375vw;
  padding-bottom: 50px;
  padding-bottom: 7.8125vw;
}
@media screen and (min-width: 641px) {
  .l-footer .l-footer__inner {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.l-footer .l-footer__inner > * + * {
  margin-top: 35px;
  margin-top: 5.46875vw;
}
@media screen and (min-width: 641px) {
  .l-footer .l-footer__inner > * + * {
    margin-top: 35px;
  }
}
.l-footer a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.l-footer .privacy {
  font-size: 24px;
  font-size: 3.75vw;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .l-footer .privacy {
    font-size: 2.4rem;
  }
}
.l-footer .l-footer__logo {
  width: 60.9427609428%;
  margin-inline: auto;
}
.l-footer .sns-list {
  width: 45.4545454545%;
  margin-inline: auto;
}
.l-footer .sns-list .sns-list__item {
  width: 22.2222222222%;
}
.l-footer .copyright {
  font-size: 18px;
  font-size: 2.8125vw;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 641px) {
  .l-footer .copyright {
    font-size: 1.8rem;
  }
}

/* 固定ナビ
-------------------------------------------------------*/
.l-fixedbtn {
  z-index: 10;
  position: fixed;
  top: 77%; /* 上下中央にしたい場合 */
  right: 5px;
  width: 100px;
  width: 15.625vw;
}
@media screen and (min-width: 641px) {
  .l-fixedbtn {
    left: 50%; /* 画面中央基準 */
    right: auto;
    -webkit-transform: translate(360px, -50%);
            transform: translate(360px, -50%); /* Xは右へ360px、Yは真上へ50%戻す */
    width: 100px;
  }
}
.l-fixedbtn a {
  display: block;
}

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

 商品

========================================================================*/
.p-item.--archive {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .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: 641px) and (min-width: 641px) {
  .p-item.--archive {
    row-gap: 100px;
    row-gap: 6.25vw;
  }
}
.p-item.--archive .c-item {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .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: 641px) {
  .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: 641px) {
  .p-item.--archive .tag-list {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 12px;
  }
}
@media screen and (min-width: 641px) {
  .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: 641px) {
  .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: 641px) {
  .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: 641px) {
  .p-shoparea-photo .shoparea__ttl.sec-ttl {
    width: 407px;
    width: 25.4375vw;
    margin-bottom: 35px;
    margin-bottom: 2.1875vw;
  }
}
@media screen and (min-width: 641px) 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: 640px) {
  .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: 641px) {
  .p-shoparea-photo .shoparea-list .shoparea-list__item {
    width: 325px;
    width: 20.3125vw;
  }
}
@media screen and (min-width: 641px) 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: 640px) {
  .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: 641px) {
  .p-shoparea-photo .shoparea__txt__wrap {
    padding-block: 40px;
    padding-block: 2.5vw;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .p-shoparea-photo .shoparea__txt {
    font-size: 27px;
    font-size: 1.6875vw;
    line-height: 1.4642857143;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .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: 641px) 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: 640px) {
  .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: 641px) {
  .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: 641px) 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: 641px) {
  .p-shoparea-photo .shoparea__capt {
    font-size: 13px;
    font-size: 0.8125vw;
  }
}
@media screen and (min-width: 641px) 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: 641px) {
  .common-shoparea::before {
    height: 475px;
    height: 29.6875vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .common-shoparea::before {
    height: 475px;
    height: 36.5384615385vw;
  }
}
@media screen and (min-width: 641px) {
  .common-shoparea .c-wrap {
    width: 1100px;
    width: 68.75vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .common-shoparea .c-wrap {
    width: 1100px;
    width: 84.6153846154vw;
  }
}
.capt {
  font-size: 19px;
  font-size: 2.96875vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 641px) {
  .capt {
    font-size: 1.6rem;
  }
}

.sec-header {
  position: relative;
}
.sec-header::before {
  z-index: 5;
  content: "";
  position: absolute;
  bottom: 99.98%;
  left: 0;
  width: 100%;
  height: 57px;
  height: 8.90625vw;
  background: inherit;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 501px) {
  .sec-header::before {
    height: 57px;
  }
}
.sec-header::before {
  -webkit-mask-image: url("../../img/mask.svg");
          mask-image: url("../../img/mask.svg");
}

.mask-header__padding-bottom {
  padding-bottom: 90px;
}
.mask-header__padding-bottom.--sm {
  padding-bottom: 70px;
}
.mask-header__padding-bottom.--lg {
  padding-bottom: 120px;
}

.sec__title {
  padding-top: 30px;
  padding-top: 4.6875vw;
  padding-bottom: 25px;
  padding-bottom: 3.90625vw;
}
@media screen and (min-width: 641px) {
  .sec__title {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

@-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;
}

.front-page a {
  color: #333;
  display: block;
}
@media (any-hover: hover) {
  .front-page a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .front-page a:hover {
    opacity: 0.4;
  }
}

.mv .mv__img {
  position: relative;
  margin-top: 35px;
  margin-top: 5.46875vw;
}
@media screen and (min-width: 641px) {
  .mv .mv__img {
    margin-top: 35px;
  }
}
.mv .mv__img__inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 80px;
  bottom: 12.5vw;
}
@media screen and (min-width: 641px) {
  .mv .mv__img__inner {
    bottom: 80px;
  }
}
.mv .mv__img__inner .mv__btns {
  margin-top: 30px;
  margin-top: 4.6875vw;
}
@media screen and (min-width: 641px) {
  .mv .mv__img__inner .mv__btns {
    margin-top: 30px;
  }
}
.mv .mv__img__inner .mv__btns .mv__btn {
  cursor: pointer;
  display: block;
  width: 48.8215488215%;
}
@media (any-hover: hover) {
  .mv .mv__img__inner .mv__btns .mv__btn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .mv .mv__img__inner .mv__btns .mv__btn:hover {
    opacity: 0.4;
  }
}

.present .present-list {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列 */
  gap: 10px;
  gap: 1.5625vw;
}
@media screen and (min-width: 641px) {
  .present .present-list {
    gap: 10px;
  }
}
.present .present-list .present-list__item:first-child {
  grid-column: 1/-1; /* 最初の要素だけ2列分使う */
  width: 100%;
}
.present .present__capt {
  text-align: center;
}
.health .health__btn {
  margin-top: 25px;
  margin-top: 3.90625vw;
}
@media screen and (min-width: 641px) {
  .health .health__btn {
    margin-top: 25px;
  }
}

.entry .entry-inner {
  position: relative;
  color: #333;
  background-color: #fff;
  border-radius: 12px;
}
.entry .entry__capt {
  width: 88.7205387205%;
  margin-inline: auto;
  padding-top: 1em;
  padding-bottom: 1.3em;
}
.step {
  width: 88.7205387205%;
  max-width: 526px;
  margin-inline: auto;
}
.step .step__header {
  padding-block: 25px;
  padding-block: 3.90625vw;
}
@media screen and (min-width: 641px) {
  .step .step__header {
    padding-block: 25px;
  }
}
.step .step__content {
  position: relative;
}
.step .step__content .step__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 55px;
  bottom: 8.59375vw;
  width: 87.2623574144%;
}
@media screen and (min-width: 641px) {
  .step .step__content .step__btn {
    bottom: 55px;
  }
}
.tab .tab__btns .tab__btn {
  cursor: pointer;
  width: 48.6692015209%;
}
.tab .tab__content {
  position: relative;
}

.recipe .recipe__text {
  position: relative;
}
.recipe .recipe__text .recipe__text__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  height: 6.25vw;
  background-color: #009edb;
  text-indent: -9999px;
  opacity: 0;
}
@media screen and (min-width: 641px) {
  .recipe .recipe__text .recipe__text__link {
    height: 40px;
  }
}
@media (any-hover: hover) {
  .recipe .recipe__text .recipe__text__link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .recipe .recipe__text .recipe__text__link:hover {
    opacity: 0.5;
  }
}
.recipe .recipe__text .recipe__text__link.--link-insta {
  width: 33.67003367%;
  left: 41%;
  top: 16%;
}
.recipe .recipe__text .recipe__text__link.--link-x {
  width: 4.7138047138%;
  left: 91%;
  top: 16%;
}
.recipe .recipe__img {
  margin-top: 35px;
  margin-top: 5.46875vw;
}
@media screen and (min-width: 641px) {
  .recipe .recipe__img {
    margin-top: 35px;
  }
}
.recipe .recipe__capt {
  margin-top: 30px;
  margin-top: 4.6875vw;
  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: 641px) {
  .recipe .recipe__capt {
    margin-top: 30px;
  }
}
.faq {
  color: #f0551a;
}
.faq .faq__btn {
  cursor: pointer;
  position: relative;
  width: 522px;
  width: 81.5625vw;
  margin-inline: auto;
  padding-block: 50px;
  padding-block: 7.8125vw;
}
@media screen and (min-width: 641px) {
  .faq .faq__btn {
    width: 87.8787878788%;
    padding-block: 50px;
  }
}
.faq .faq__btn::before, .faq .faq__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20%;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 641px) {
  .faq .faq__btn::before, .faq .faq__btn::after {
    width: 25px;
  }
}
.faq .faq__btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.faq .faq__btn.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.faq .faq__wrap {
  display: none;
  background-color: rgba(215, 92, 0, 0.15);
  border-radius: 10px;
  padding: 34px;
  padding: 5.3125vw;
}
@media screen and (min-width: 641px) {
  .faq .faq__wrap {
    padding: 34px;
  }
}
.faq .faq__ttl {
  padding-block: 20px;
  padding-block: 3.125vw;
}
@media screen and (min-width: 641px) {
  .faq .faq__ttl {
    padding-block: 20px;
  }
}
.faq .faq-contact {
  background-color: #fff;
  padding: 1em 1.3em;
  border: 1px solid #f0551a;
}
@media screen and (min-width: 641px) {
  .faq .faq-contact {
    border: 2px solid #f0551a;
  }
}
.faq .faq-contact p {
  font-weight: 500;
  line-height: 1.4;
}
.faq .faq-contact .faq-contact__ttl {
  font-size: 22px;
  font-size: 3.4375vw;
}
@media screen and (min-width: 641px) {
  .faq .faq-contact .faq-contact__ttl {
    font-size: 2rem;
  }
}
.faq .faq-contact .faq-contact__txt {
  font-size: 26px;
  font-size: 4.0625vw;
}
@media screen and (min-width: 641px) {
  .faq .faq-contact .faq-contact__txt {
    font-size: 2.2rem;
  }
}
.faq .faq-contact .faq-contact__txt a {
  color: #f0551a;
}
.faq .faq-contact .faq-contact__capt {
  font-size: 18px;
  font-size: 2.8125vw;
  margin-top: 0.5em;
}
@media screen and (min-width: 641px) {
  .faq .faq-contact .faq-contact__capt {
    font-size: 1.7rem;
  }
}
.faq .faq-block {
  font-size: 22px;
  font-size: 3.4375vw;
  padding-block: 25px;
  padding-block: 3.90625vw;
  border-top: 1px solid #f0551a;
}
@media screen and (min-width: 641px) {
  .faq .faq-block {
    font-size: 2rem;
    padding-block: 25px;
    border-top: 2px solid #f0551a;
  }
}
.faq .faq-block:nth-of-type(1) {
  border-top: none;
}
.faq .faq-block .faq__q,
.faq .faq-block .faq__a {
  line-height: 1.5;
  letter-spacing: 0.04em;
  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;
}
.faq .faq-block .faq__q {
  font-weight: 900;
}
.faq .faq-block .faq__a {
  font-weight: 500;
  margin-top: 0.3em;
}

.js-scroll {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@media screen and (min-width: 641px) {
  .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: 640px) {
  .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: 641px) and (max-width: 1200px) {
  .--fadeLeft {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
@media screen and (max-width: 640px) {
  .--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: 641px) and (max-width: 1200px) {
  .--fadeRight {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}
@media screen and (max-width: 640px) {
  .--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 */