@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  vertical-align: top;
}

:root {
  --White: #FFF;
  --cc-black:#1A1A1A;
  /* Base Variable Width */
  --ff-en: "Noto Sans", sans-serif;
  --pc-min-size:768;
  --base-size:1440;
  --variable-length:var(--base-size) * 100vw;
}

@media all and (min-width: 769px) {
  .-sp {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .-pc {
    display: none !important;
  }
}
.-enFont {
  font-family: "";
}

/* ==========================================================
  html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section, main {
  display: block;
}

/* ==========================================================
  reseting
========================================================== */
html {
  font-size: 100px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  html {
    font-size: clamp(var(--pc-min-size) / var(--base-size) * 10px, 10 / var(--variable-length), 10px);
  }
}
@media screen and (max-width: 768px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 2.5641025641vw;
  }
}
html.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  color: #1A1A1A;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
  height: 100% !important;
}

input, textarea, select, button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

textarea {
  resize: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

address, caption, code, em, th {
  font-style: normal;
  font-weight: 500;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal;
}

sup, sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

/* ==========================================================
  base Link
========================================================== */
a {
  color: #1A1A1A;
  text-decoration: none;
}

button:disabled {
  cursor: default;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgb(255, 255, 255);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 950px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider.-h100 {
  height: 100%;
}
.slick-slider.-h100 .slick-list, .slick-slider.-h100 .slick-track, .slick-slider.-h100 .slick-slide, .slick-slider.-h100 .slick-slide > div {
  height: 100%;
}

body {
  font-feature-settings: "palt" on;
}
body.-menuLock {
  overflow: hidden;
}

.svg-holder {
  display: none;
}

body {
  background: url(../images/bg.webp) top center;
  color: #1A1A1A;
}

.l-page {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-page {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .l-page__in {
    width: calc(100% - 8.8rem);
  }
}
@media screen and (min-width: 769px) {
  .l-page__cntWrp {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .l-page__cnt {
    width: calc(100% - 15.2rem);
  }
}

@media screen and (min-width: 769px) {
  .sideMenu {
    box-sizing: border-box;
    background: #fff;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(var(--vh) * 100);
    width: 15.2rem;
    padding: 17rem 2rem 4rem;
    z-index: 5;
  }
}
.sideMenu__link {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.sideMenu__link li a {
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .sideMenu__link li a:hover .txtE {
    opacity: 0.5;
  }
}
.sideMenu__link li a::before {
  display: block;
  content: "";
  background: url(../images/ico-rect.svg) center center/cover no-repeat;
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: 1rem;
}
.sideMenu__link li a .txtE {
  font-family: var(--ff-en);
  font-weight: 600;
  letter-spacing: 0.025em;
  font-size: 0.9rem;
  transition: opacity 0.2s;
}
.sideMenu__link li a .txtJ {
  white-space: nowrap;
  font-weight: 300;
  letter-spacing: 0.025em;
  opacity: 0.5;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.sideMenu__logo {
  width: 11.2rem;
}
.sideMenu__logo img {
  width: 100%;
}

.footer {
  position: relative;
  color: #fff;
  background: #1A1A1A;
  display: flex;
}
@media screen and (min-width: 769px) {
  .footer {
    justify-content: space-between;
    align-items: flex-end;
    height: 78rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
  }
}
.footer .sideMenu {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  height: 100%;
}
.footer .sideMenu__link li a {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer__cnt {
    width: 43.2rem;
    padding-top: 17.1rem;
    padding-bottom: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__cnt {
    margin: 0 auto;
    padding: 3.2rem 0;
    width: 32.6rem;
  }
}
.footer__cnt .logo {
  width: 27.2rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .footer__cnt .logo {
    width: 17rem;
    margin-bottom: 3.2rem;
  }
}
.footer__cnt .logo img {
  width: 100%;
}
.footer__cnt .resrvBtn {
  margin-bottom: 2rem;
}
.footer__cnt .resrvBtn a {
  color: #fff;
  display: block;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.8rem 1.9rem 1.8rem 1.7rem;
}
@media screen and (min-width: 769px) {
  .footer__cnt .resrvBtn a {
    transition: background 0.2s;
  }
  .footer__cnt .resrvBtn a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .footer__cnt .resrvBtn a:hover .icon:after {
    transform: rotate(-45deg) translate(0.4rem, -0.2rem);
  }
}
.footer__cnt .resrvBtn a dl {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 0.7rem;
}
@media screen and (max-width: 768px) {
  .footer__cnt .resrvBtn a dl {
    gap: 0;
  }
}
.footer__cnt .resrvBtn a dl dt {
  font-family: var(--ff-en);
  opacity: 0.5;
  font-size: 0.9rem;
}
.footer__cnt .resrvBtn a dl dd {
  font-size: 1.4rem;
}
.footer__cnt .resrvBtn a .icon {
  position: absolute;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  right: 1.9rem;
  top: 1.8rem;
  padding-left: 1rem;
}
.footer__cnt .resrvBtn a .icon:after {
  transition: transform 0.2s;
  display: block;
  content: "";
  background: url(../images/ico_arw-w.svg) center center/cover no-repeat;
  transform: rotate(-45deg);
  width: 0.6rem;
  height: 0.6rem;
}
.footer__cnt .infoBlock {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.8rem;
  font-weight: 300;
  font-size: 1.4rem;
}
.footer__cnt .infoBlock dl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__cnt .infoBlock dt {
  font-family: var(--ff-en);
  font-weight: 600;
  opacity: 0.5;
}
.footer__cnt .infoBlock__head {
  border-bottom: solid 1px rgba(217, 217, 217, 0.5);
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
}
.footer__cnt .infoBlock__head dt {
  font-size: 0.9rem;
}
.footer__cnt .infoBlock__cnt {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__cnt .infoBlock__cnt dt {
  font-size: 0.7rem;
}
.footer__cnt .infoBlock__cnt__clm {
  font-family: var(--ff-en);
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 768px) {
  .footer__cnt .infoBlock__cnt__clm {
    justify-content: space-between;
    gap: 0;
  }
}
.footer__cnt .infoBlock__cnt .mailLink {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer__cnt .infoBlock__cnt .mailLink {
    position: relative;
  }
  .footer__cnt .infoBlock__cnt .mailLink:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #fff;
    height: 1px;
    transition: width 0.2s;
  }
  .footer__cnt .infoBlock__cnt .mailLink:hover:before {
    width: 100%;
  }
}
.footer__cnt .copy {
  font-family: var(--ff-en);
  font-weight: 400;
  line-height: 1;
  font-size: 0.9rem;
}
@media screen and (min-width: 769px) {
  .footer__cnt .copy {
    margin-top: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__cnt .copy {
    position: absolute;
    bottom: 1.6rem;
    left: 1.6rem;
  }
}
.footer__imgBlock {
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer__imgBlock {
    width: calc(100% - 74.8rem);
    height: 100%;
  }
}
.footer__imgBlock img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.footer__imgBlock .imgover {
  position: absolute;
  left: 0;
  top: 0;
  animation: clipAnimation 10s infinite; /* アニメーションを4秒で繰り返す */
}

@keyframes clipAnimation {
  0% {
    clip-path: inset(0 0 0 0%);
  }
  12.5% {
    clip-path: inset(0 100% 0 0%);
  }
  49.999% {
    clip-path: inset(0 100% 0 0%);
  }
  50% {
    clip-path: inset(0 0 0 100%);
  }
  62.5% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.sideStore {
  pointer-events: none;
  position: sticky;
  top: 0;
  right: 0;
}
.sideStore__in {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .sideStore__in {
    display: block !important;
    height: 100%;
    width: 102.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sideStore__in {
    display: none;
    background: url(../images/bg.webp) top center;
    z-index: 10;
    height: calc(var(--vh) * 100);
    width: 100%;
  }
}
.sideStore__cnt {
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
}
@media screen and (min-width: 769px) {
  .sideStore__cnt {
    background: #fff;
    width: 102.4rem;
    transform: translateX(93.6rem);
    transition: transform 0.6s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .sideStore__cnt {
    flex-direction: row-reverse;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .sideStore {
    width: 8.8rem;
    height: calc(var(--vh) * 100);
  }
  .sideStore.-open .sideStore__cnt {
    transform: translateX(0);
  }
}
.sideStore__head {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.sideStore__head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/menu-bg.jpg) center center;
  transition: opacity 0.2s;
}
@media screen and (min-width: 769px) {
  .sideStore__head {
    width: 8.8rem;
    gap: 3rem;
  }
  .sideStore__head:hover:before {
    opacity: 0.95;
  }
  .sideStore__head:hover .log, .sideStore__head:hover .text {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .sideStore__head {
    pointer-events: none;
    width: 6.4rem;
    gap: 2.9rem;
  }
}
.sideStore__head .logo {
  position: relative;
  transition: opacity 0.2s;
}
.sideStore__head .logo img {
  width: 2rem;
}
@media screen and (min-width: 769px) {
  .sideStore__head .logo img {
    width: 2.6rem;
  }
}
.sideStore__head .text {
  position: relative;
  transition: opacity 0.2s;
}
.sideStore__head .text img {
  width: 1.2rem;
}
@media screen and (min-width: 769px) {
  .sideStore__head .text img {
    width: 1.5rem;
  }
}
.sideStore__head .spMenuBtn {
  position: absolute;
  background: url(../images/ico-spmenu-close.svg) center center/0.7rem 0.7rem no-repeat;
  left: 0;
  top: 0;
  width: 6.4rem;
  height: 6.4rem;
  pointer-events: auto;
}
.sideStore .menuClose {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  top: 2rem;
  right: 2rem;
}
.sideStore .menuClose img {
  width: 0.9rem;
}
.sideStore .listBlock {
  position: relative;
}
@media screen and (min-width: 769px) {
  .sideStore .listBlock {
    background: #F7F6F3;
    width: calc(100% - 8.8rem);
    padding: 4rem 5.6rem 0 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sideStore .listBlock {
    width: 27rem;
    padding-top: 5rem;
  }
}
.sideStore .listBlock__ttl {
  line-height: 1;
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .sideStore .listBlock__ttl {
    font-size: 1.6rem;
  }
}
.sideStore .listBlock__cnt {
  display: flex;
}
@media screen and (min-width: 769px) {
  .sideStore .listBlock__cnt {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .sideStore .listBlock__cnt {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.sideStore .listBlock__cnt .clm {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .sideStore .listBlock__cnt .clm {
    gap: 1.6rem;
  }
}
.sideStore .listBlock .th {
  display: flex;
  border-top: 1px solid rgba(26, 26, 26, 0.5);
  padding-top: 1.6rem;
}
@media screen and (min-width: 769px) {
  .sideStore .listBlock .th {
    justify-content: space-between;
    width: 39.2rem;
  }
  .sideStore .listBlock .th:hover .th__img {
    opacity: 0.8;
  }
  .sideStore .listBlock .th:hover .btn__arw::after {
    transform: translateX(0.5rem);
  }
}
@media screen and (max-width: 768px) {
  .sideStore .listBlock .th {
    gap: 1.6rem;
  }
}
.sideStore .listBlock .th__img {
  transition: opacity 0.2s;
  width: 19.2rem;
}
@media screen and (max-width: 768px) {
  .sideStore .listBlock .th__img {
    width: 11.2rem;
  }
}
.sideStore .listBlock .th__img img {
  width: 100%;
}
.sideStore .listBlock .th__txtarea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .sideStore .listBlock .th__txtarea {
    width: 18rem;
  }
}
.sideStore .listBlock .th__txtarea .txtCopy {
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .sideStore .listBlock .th__txtarea .txtCopy {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.sideStore .listBlock .th__txtarea .txtName {
  font-size: 1.7rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sideStore .listBlock .th__txtarea .txtName {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.sideStore .listBlock .th__txtarea .txtAccess {
  font-size: 1rem;
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .sideStore .listBlock .th__txtarea .txtAccess {
    white-space: nowrap;
    margin-left: -0.5em;
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.sideStore .listBlock .th__txtarea .btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .sideStore .listBlock .th__txtarea .btn {
    display: none;
  }
}
.sideStore .listBlock .th__txtarea .btn__arw {
  border-left: solid 1px rgba(26, 26, 26, 0.5);
  height: 0.6rem;
  padding-left: 1rem;
  margin-left: 1rem;
}
.sideStore .listBlock .th__txtarea .btn__arw:after {
  position: relative;
  transition: all 0.2s;
  content: "";
  display: block;
  background: url(../images/ico_arw.svg) center center/cover no-repeat;
  width: 0.6rem;
  height: 0.6rem;
}

.spMenuHead {
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.4rem;
}
@media screen and (min-width: 769px) {
  .spMenuHead {
    display: none;
  }
}
.spMenuHead .logo {
  width: 8.1rem;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
.spMenuHead .logo img {
  width: 100%;
}
.spMenuHead .btn {
  background: #D9590B;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
}
.spMenuHead .btn img {
  width: 1.4rem;
}

.kvSec {
  position: relative;
  overflow: hidden;
  height: calc(var(--vh) * 100);
  padding: 0.8rem;
}
.kvSec img {
  width: 100%;
}
.kvSec__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.kvSec__filter-l, .kvSec__filter-r {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: transform 7s, opacity 7s;
  transform-origin: bottom center;
}
@media screen and (max-width: 768px) {
  .kvSec__filter-l, .kvSec__filter-r {
    width: 250% !important;
  }
}
.kvSec__filter-r {
  left: auto;
  right: 0;
}
.kvSec__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25.6rem;
}
@media screen and (max-width: 768px) {
  .kvSec__logo {
    width: 19rem;
  }
}
.kvSec.-init .kvSec__filter-l,
.kvSec.-init .kvSec__filter-r {
  transform: scale(1.5);
  opacity: 0;
}

.secTtl {
  line-height: 1;
  padding-left: 4rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .secTtl {
    margin-bottom: 4rem;
    padding-left: 3.2rem;
  }
}
.secTtl__txtE {
  font-family: var(--ff-en);
  color: #DA5F0E;
  display: flex;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-size: 0.9rem;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .secTtl__txtE {
    font-size: 0.8rem;
    gap: 0.4rem;
  }
}
.secTtl__txtE::before {
  display: block;
  content: "";
  background: url(../images/ico-rect.svg) center center/cover no-repeat;
  width: 0.4rem;
  height: 0.4rem;
}
@media screen and (max-width: 768px) {
  .secTtl__txtE::before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.secTtl__txtJ {
  font-weight: 300;
  letter-spacing: 0.025em;
  font-size: 1.8rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .secTtl__txtJ {
    font-size: 1.6rem;
  }
}

.txtV {
  position: relative;
  overflow: hidden;
}
.txtV span {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .txtV span {
    transition: transform 0.2s;
  }
}
.txtV span:nth-child(1) {
  transform: translateY(0);
}
.txtV span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .txtV span:nth-child(2) {
    display: none;
  }
}

.messagSec {
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  .messagSec {
    padding-top: 8rem;
  }
}
.messagSec__in {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .messagSec__in {
    width: 120rem;
  }
}
.messagSec .txtBlock {
  display: flex;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .messagSec .txtBlock {
    align-items: center;
    margin-top: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .messagSec .txtBlock {
    flex-direction: column;
    margin-left: 9.6rem;
    padding-top: 1rem;
  }
}
.messagSec .txtBlock .txt1 {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 1.8px;
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(2rem);
}
@media screen and (min-width: 769px) {
  .messagSec .txtBlock .txt1 {
    width: 31.2rem;
    margin: 0 16.4rem 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .messagSec .txtBlock .txt1 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.messagSec .txtBlock .txt2 {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 1.12px;
  opacity: 0;
  transition: opacity 1s 0.5s, transform 1s 0.5s;
  transform: translateY(2rem);
}
.messagSec .txtBlock.viewed .txt1, .messagSec .txtBlock.viewed .txt2 {
  opacity: 1;
  transform: translateY(0);
}
.messagSec .imgBlock {
  position: relative;
  margin: 11.5rem auto 0;
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (min-width: 769px) {
  .messagSec .imgBlock {
    width: 111.2rem;
  }
}
@media screen and (max-width: 768px) {
  .messagSec .imgBlock {
    width: 34.6rem;
    margin-top: 5rem;
  }
}
.messagSec .imgBlock.-in {
  opacity: 1;
  transform: translateY(0);
}
.messagSec .imgBlock picture {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0s;
}
.messagSec .imgBlock picture.img-1 {
  position: relative;
}
.messagSec .imgBlock img {
  width: 100%;
}
.messagSec .imgBlock[data-layer="1"] .img-1 {
  opacity: 1;
}
.messagSec .imgBlock[data-layer="2"] .img-1, .messagSec .imgBlock[data-layer="2"] .img-2 {
  opacity: 1;
}
.messagSec .imgBlock[data-layer="3"] .img-1, .messagSec .imgBlock[data-layer="3"] .img-2, .messagSec .imgBlock[data-layer="3"] .img-3 {
  opacity: 1;
}
.messagSec .imgBlock[data-layer="4"] .img-1, .messagSec .imgBlock[data-layer="4"] .img-2, .messagSec .imgBlock[data-layer="4"] .img-3, .messagSec .imgBlock[data-layer="4"] .img-4 {
  opacity: 1;
}
.messagSec .imgBlock[data-layer="5"] .img-1, .messagSec .imgBlock[data-layer="5"] .img-2, .messagSec .imgBlock[data-layer="5"] .img-3, .messagSec .imgBlock[data-layer="5"] .img-4, .messagSec .imgBlock[data-layer="5"] .img-5 {
  opacity: 1;
}
.messagSec .imgBlock[data-layer="6"] .img-1, .messagSec .imgBlock[data-layer="6"] .img-2, .messagSec .imgBlock[data-layer="6"] .img-3, .messagSec .imgBlock[data-layer="6"] .img-4, .messagSec .imgBlock[data-layer="6"] .img-5, .messagSec .imgBlock[data-layer="6"] .img-6 {
  opacity: 1;
}
.messagSec .imgBlock[data-layer="7"] .img-1, .messagSec .imgBlock[data-layer="7"] .img-2, .messagSec .imgBlock[data-layer="7"] .img-3, .messagSec .imgBlock[data-layer="7"] .img-4, .messagSec .imgBlock[data-layer="7"] .img-5, .messagSec .imgBlock[data-layer="7"] .img-6, .messagSec .imgBlock[data-layer="7"] .img-7 {
  opacity: 1;
}
.messagSec .prof {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
}
.messagSec .prof__txtarea {
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.messagSec .prof__dept {
  font-size: 1rem;
}
.messagSec .prof__name {
  font-size: 1.4rem;
}
.messagSec .prof__img {
  width: 5.4rem;
}
.messagSec .prof__img img {
  width: 100%;
}

.storesSec {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .storesSec {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .storesSec .secTtl {
    margin-left: auto;
    margin-right: auto;
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .storesSec .secTtl {
    margin-bottom: -2.6rem;
  }
}
.storesSec__cnt {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .storesSec__cnt {
    width: calc(100% + 15.2rem + 8.8rem);
    left: -15.2rem;
  }
}
.storesSec__cnt .cntH {
  height: calc(var(--vh) * 150);
}
.storesSec__cnt.-end .storeArea {
  position: absolute !important;
  top: auto !important;
  bottom: 0;
}
.storesSec .storeArea {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
}
@media screen and (max-width: 768px) {
  .storesSec .storeArea.-area1 .storeArea__in {
    padding-top: 6.4rem;
  }
}
.storesSec .storeArea.-area2 {
  top: calc(var(--vh) * 150 * 1);
}
.storesSec .storeArea.-area2 .storeArea__in {
  padding-top: 11.5rem;
}
@media screen and (max-width: 768px) {
  .storesSec .storeArea.-area2 .storeArea__in {
    padding-top: 17.9rem;
  }
}
.storesSec .storeArea.-area3 {
  top: calc(var(--vh) * 150 * 2);
}
.storesSec .storeArea.-area3 .storeArea__in {
  padding-top: 23rem;
}
@media screen and (max-width: 768px) {
  .storesSec .storeArea.-area3 .storeArea__in {
    padding-top: 29.4rem;
  }
}
.storesSec .storeArea.-area4 {
  top: calc(var(--vh) * 150 * 3);
}
.storesSec .storeArea.-area4 .storeArea__in {
  padding-top: 34.5rem;
}
@media screen and (max-width: 768px) {
  .storesSec .storeArea.-area4 .storeArea__in {
    padding-top: 40.9rem;
  }
}
.storesSec .storeArea.-area5 {
  top: calc(var(--vh) * 150 * 4);
}
.storesSec .storeArea.-area5 .storeArea__in {
  padding-top: 46rem;
}
@media screen and (max-width: 768px) {
  .storesSec .storeArea.-area5 .storeArea__in {
    padding-top: 52.4rem;
  }
}
.storesSec .storeArea.-fix {
  position: fixed;
  top: 0;
}
.storesSec .storeArea__in {
  box-sizing: border-box;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .storesSec .storeArea__in {
    margin-left: 15.2rem;
    margin-right: 8.8rem;
  }
}
.storesSec .storeCnt {
  pointer-events: auto;
  display: block;
  position: relative;
  height: 100%;
}
.storesSec .storeCnt__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.storesSec .storeCnt__txtBlock {
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 11.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .storesSec .storeCnt__txtBlock {
    justify-content: space-between;
    padding: 0 4.8rem 0 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .storesSec .storeCnt__txtBlock {
    padding-left: 3.2rem;
  }
}
.storesSec .storeCnt__txtBlock .pcClm {
  display: flex;
  color: #fff;
}
.storesSec .storeCnt__txtBlock .numBox {
  font-family: var(--ff-en);
  display: flex;
  flex-direction: column;
  font-weight: 600;
  line-height: 1;
  gap: 0.2rem;
}
.storesSec .storeCnt__txtBlock .numBox .txt1 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .storesSec .storeCnt__txtBlock .numBox .txt1 {
    font-size: 1rem;
  }
}
.storesSec .storeCnt__txtBlock .numBox .txt2 {
  opacity: 0.5;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .storesSec .storeCnt__txtBlock .numBox .txt2 {
    font-size: 0.8rem;
  }
}
.storesSec .storeCnt__txtBlock .name {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-left: 11.5rem;
}
@media screen and (max-width: 768px) {
  .storesSec .storeCnt__txtBlock .name {
    margin-left: 4.4rem;
  }
}
.storesSec .storeCnt__txtBlock .name .txt1 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .storesSec .storeCnt__txtBlock .name .txt1 {
    font-size: 1rem;
  }
}
.storesSec .storeCnt__txtBlock .name .txt2 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .storesSec .storeCnt__txtBlock .name .txt2 {
    font-size: 1.4rem;
  }
}
.storesSec .storeCnt__txtBlock .name .txt2 .-sml {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .storesSec .storeCnt__txtBlock .name .txt2 .-sml {
    font-size: 1rem;
  }
}
.storesSec .storeCnt__txtBlock .name .time {
  font-size: 1.2rem;
}
.storesSec .storeCnt__txtBlock .moreBtn {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .storesSec .storeCnt__txtBlock .moreBtn {
    display: none;
  }
}
.storesSec .storeCnt__txtBlock .moreBtn p {
  font-weight: 600;
}
.storesSec .storeCnt__txtBlock .moreBtn .arw {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  height: 0.6rem;
  padding-left: 1rem;
  margin-left: 1rem;
}
.storesSec .storeCnt__txtBlock .moreBtn .arw:after {
  content: "";
  display: block;
  background: url(../images/ico_arw-w.svg) center center/cover no-repeat;
  width: 0.6rem;
  height: 0.6rem;
}
@media screen and (min-width: 769px) {
  .storesSec .storeCnt__txtBlock .moreBtn .arw:after {
    transition: transform 0.2s;
  }
  .storesSec .storeCnt__txtBlock .moreBtn:hover .txtV span:nth-child(1) {
    transform: translateY(-100%);
  }
  .storesSec .storeCnt__txtBlock .moreBtn:hover .txtV span:nth-child(2) {
    transform: translateY(0);
  }
  .storesSec .storeCnt__txtBlock .moreBtn:hover .arw:after {
    transform: translateX(0.2rem);
  }
}

.pickupSec {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .pickupSec {
    padding-top: 8rem;
  }
}
.pickupSec__in {
  margin: 0 auto;
  max-width: 120rem;
}
.pickupSec__cnt .tabs {
  background: #F7F6F2;
  display: flex;
}
.pickupSec__cnt .tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26, 26, 26, 0.5);
  width: 20%;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 1.6rem;
  height: 6rem;
}
@media screen and (min-width: 769px) {
  .pickupSec__cnt .tabs button {
    transition: color 0.2s;
  }
  .pickupSec__cnt .tabs button:hover {
    color: rgba(26, 26, 26, 0.8);
  }
}
@media screen and (max-width: 768px) {
  .pickupSec__cnt .tabs button {
    font-size: 1rem;
    height: 5.6rem;
  }
}
.pickupSec__cnt .tabs button:nth-child(n+2) {
  border-left: none;
}
.pickupSec__cnt .tabs button.-cr {
  pointer-events: none;
  border-bottom: solid 1px #F7F6F2;
}
.pickupSec__cnt .cntWrp {
  background: #F7F6F2;
  border: 1px solid rgba(26, 26, 26, 0.5);
  border-top: none;
}
.pickupSec__cnt .cnt {
  display: none;
}
.pickupSec__cnt .cnt:first-child {
  display: block;
}
.pickupSec__cnt .cnt__in {
  display: flex;
  padding: 12.8rem 4.8rem;
}
@media screen and (min-width: 769px) {
  .pickupSec__cnt .cnt__in {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .pickupSec__cnt .cnt__in {
    flex-direction: column;
    padding: 3.2rem 0;
    width: 32.6rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .pickupSec__cnt .cnt .imgList {
    display: grid;
    grid-template-areas: "a b" "a c";
    grid-template-columns: 2fr 1fr; /* Aを少し広めに */
    grid-template-rows: 1fr 1fr;
    gap: 0.8rem;
    width: 47.2rem; /* 任意 */
    height: 31.2rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .pickupSec__cnt .cnt .imgList li {
    overflow: hidden;
  }
  .pickupSec__cnt .cnt .imgList li:nth-child(1) {
    grid-area: a;
  }
  .pickupSec__cnt .cnt .imgList li:nth-child(2) {
    grid-area: b;
  }
  .pickupSec__cnt .cnt .imgList li:nth-child(3) {
    grid-area: c;
  }
  .pickupSec__cnt .cnt .imgList li.-cr {
    pointer-events: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .pickupSec__cnt .cnt .imgList li {
    transition: opacity 0.2s;
    cursor: pointer;
  }
  .pickupSec__cnt .cnt .imgList li:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .pickupSec__cnt .cnt .imgList {
    display: flex;
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: 2rem;
  }
  .pickupSec__cnt .cnt .imgList li {
    width: 10.7rem;
    height: 10.7rem;
  }
}
.pickupSec__cnt .cnt .imgList img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.pickupSec__cnt .cnt .detailWrp {
  position: relative;
  border: 1px solid rgba(26, 26, 26, 0.5);
  background: #EBE8E1;
}
@media screen and (min-width: 769px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock {
    width: 59.2rem;
  }
}
.pickupSec__cnt .cnt .detailWrp .detailBlock__in {
  padding: 4rem 4rem 3.8rem 4rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock__in {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock__in {
    flex-direction: column;
    padding: 2.1rem;
  }
}
@media screen and (min-width: 769px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock .imgBox {
    width: 27.2rem;
  }
}
@media screen and (max-width: 768px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock .imgBox {
    margin-bottom: 2rem;
  }
}
.pickupSec__cnt .cnt .detailWrp .detailBlock .imgBox img {
  width: 100%;
}
.pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox {
    width: 21.6rem;
    margin-top: -0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox__spclm {
    display: flex;
    justify-content: space-between;
  }
}
.pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox .txtStore {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox .txtStore {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox .txtName {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox .txtName {
    margin-top: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox .txtName {
    font-size: 1.6rem;
  }
}
.pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox .txtPrice {
  font-weight: 400;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox .txtPrice {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox .txtPrice {
    font-size: 1.6rem;
  }
}
.pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox .txtPrice .-sml {
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox .txtPrice .-sml {
    font-size: 0.8rem;
  }
}
.pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox .txtInfo {
  color: rgba(26, 26, 26, 0.7);
  text-align: justify;
  line-height: 1.6;
  margin-top: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .pickupSec__cnt .cnt .detailWrp .detailBlock .txtBox .txtInfo {
    margin-top: 1.5rem;
  }
}
.pickupSec__cnt .cnt .detailWrp .ui {
  display: flex;
  width: 100%;
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  font-family: var(--ff-en);
}
@media screen and (min-width: 769px) {
  .pickupSec__cnt .cnt .detailWrp .ui {
    padding: 0rem 4rem 2.5rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .pickupSec__cnt .cnt .detailWrp .ui {
    padding: 0 2rem 2rem;
  }
}
.pickupSec__cnt .cnt .detailWrp .ui__page {
  font-size: 1.2rem;
}
.pickupSec__cnt .cnt .detailWrp .ui .btn {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .pickupSec__cnt .cnt .detailWrp .ui .btn:hover .txtV span:nth-child(1) {
    transform: translateY(-100%);
  }
  .pickupSec__cnt .cnt .detailWrp .ui .btn:hover .txtV span:nth-child(2) {
    transform: translateY(0);
  }
  .pickupSec__cnt .cnt .detailWrp .ui .btn:hover.next .arw {
    position: relative;
    transform: translateX(0.2rem);
  }
  .pickupSec__cnt .cnt .detailWrp .ui .btn:hover.prev .arw {
    position: relative;
    transform: translateX(-0.2rem) rotate(180deg);
  }
}
.pickupSec__cnt .cnt .detailWrp .ui .btn .line {
  opacity: 0.5;
  width: 1px;
  height: 0.6rem;
  background: var(--cc-black);
  margin: 0 1rem;
}
.pickupSec__cnt .cnt .detailWrp .ui .btn .arw {
  content: "";
  background: url(../images/ico_arw.svg) center center/cover no-repeat;
  width: 0.6rem;
  height: 0.6rem;
  transition: transform 0.2s;
}
.pickupSec__cnt .cnt .detailWrp .ui .btn.prev .arw {
  transform: rotate(180deg);
}

.newsSec {
  padding-top: 10rem;
  padding-bottom: 16rem;
  margin: 0 auto;
  display: flex;
}
@media screen and (min-width: 769px) {
  .newsSec {
    justify-content: space-between;
    width: 111rem;
  }
}
@media screen and (max-width: 768px) {
  .newsSec {
    flex-direction: column;
    width: 32.6rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.newsSec .secTtl {
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .newsSec__cnt {
    width: 95rem;
  }
}
.newsSec__list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.newsSec__list .newsItem {
  border-top: 1px solid rgba(26, 26, 26, 0.5);
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .newsSec__list .newsItem {
    padding-top: 0.7rem;
  }
}
.newsSec__list .newsItem.-open .newsItem__head .icon:after {
  transform: rotate(-45deg);
}
.newsSec__list .newsItem__head {
  cursor: pointer;
  display: flex;
}
@media screen and (min-width: 769px) {
  .newsSec__list .newsItem__head {
    justify-content: space-between;
  }
}
.newsSec__list .newsItem__head .date {
  font-family: var(--ff-en);
  font-weight: 400;
  font-size: 1rem;
  width: 8.8rem;
}
.newsSec__list .newsItem__head .ttl {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .newsSec__list .newsItem__head .ttl {
    width: 70.4rem;
  }
}
@media screen and (max-width: 768px) {
  .newsSec__list .newsItem__head .ttl {
    width: 20rem;
  }
}
.newsSec__list .newsItem__head .icon {
  border-left: solid 1px rgba(26, 26, 26, 0.5);
  height: 0.6rem;
}
@media screen and (min-width: 769px) {
  .newsSec__list .newsItem__head .icon {
    margin-left: 4rem;
    padding-left: 10.8rem;
  }
}
@media screen and (max-width: 768px) {
  .newsSec__list .newsItem__head .icon {
    padding-left: 2.6rem;
  }
}
.newsSec__list .newsItem__head .icon:after {
  transition: transform 0.2s;
  display: block;
  content: "";
  background: url(../images/ico-plus.svg) center center/cover no-repeat;
  width: 0.9rem;
  height: 0.9rem;
}
.newsSec__list .newsItem__body {
  display: none;
  color: rgba(26, 26, 26, 0.7);
  text-align: justify;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-size: 1.4rem;
  margin-left: 8.8rem;
}
@media screen and (min-width: 769px) {
  .newsSec__list .newsItem__body {
    width: 70.4rem;
  }
}
@media screen and (max-width: 768px) {
  .newsSec__list .newsItem__body {
    width: 20rem;
    font-size: 1.2rem;
  }
}
.newsSec__list .newsItem__body__in {
  padding-top: 1.2rem;
}
.newsSec__list .newsItem__body a {
  text-decoration: underline;
}
.newsSec__moreBtnBlock {
  text-align: center;
  padding-top: 4rem;
}
.newsSec__moreBtnBlock .moreBtn {
  font-family: var(--ff-en);
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.2rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .newsSec__moreBtnBlock .moreBtn:hover .txtV span:nth-child(1) {
    transform: translateY(-100%);
  }
  .newsSec__moreBtnBlock .moreBtn:hover .txtV span:nth-child(2) {
    transform: translateY(0);
  }
  .newsSec__moreBtnBlock .moreBtn:hover .arw:after {
    transform: translateY(0.2rem) rotate(90deg);
  }
}
.newsSec__moreBtnBlock .moreBtn .arw {
  position: relative;
  top: 0.1rem;
  border-left: solid 1px #000;
  height: 0.6rem;
  padding-left: 1rem;
  margin-left: 1rem;
}
.newsSec__moreBtnBlock .moreBtn .arw:after {
  transition: 0.2s transform;
  content: "";
  display: block;
  background: url(../images/ico_arw.svg) center center/cover no-repeat;
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(90deg);
}
.newsSec__moreList {
  display: none;
}
.newsSec__moreList .newsSec__list {
  padding-top: 2.8rem;
}/*# sourceMappingURL=style.css.map */