@charset "UTF-8";
::-moz-selection {
  background: #232323;
  color: #fff;
}
::selection {
  background: #232323;
  color: #fff;
}
::-moz-selection {
  background: #232323;
  color: #fff;
}
:root,
body,
html {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans",
    "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  font-size: min(0.5208333333vw, 16px);
  letter-spacing: 0.05em;
  line-height: 180%;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  :root,
  body,
  html {
    font-size: min(3.125vw, 16px);
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  :root,
  body,
  html {
    font-size: min(1.2195121951vw, 16px);
  }
}
body {
  color: #232323;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}
a {
  color: #00a6ff;
  font-size: clamp(0.875rem, 0.872rem + 0.27vw, 1rem);
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease;
}
a img {
  transition: all 0.8s ease-out;
}
a img:hover {
  opacity: 0.7;
}
li {
  list-style: none;
}
* {
  line-height: calc(0.25rem + 1em + 0.25rem);
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
:where(:not(fieldset, progress, meter)) {
  background-origin: border-box;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 0;
}
html {
  -webkit-text-size-adjust: none;
  block-size: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}
:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}
:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
:where(textarea) {
  resize: vertical;
}
@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
h1 {
  font-size: 2em;
}
:where(ul, ol)[role="list"] {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
:where(
    a[href],
    area,
    button,
    input,
    label[for],
    select,
    summary,
    textarea,
    [tabindex]:not([tabindex*="-"])
  ) {
  cursor: pointer;
  touch-action: manipulation;
}
:where(input[type="file"]) {
  cursor: auto;
}
:where(input[type="file"])::-webkit-file-upload-button {
  cursor: pointer;
}
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}
:where(input[type="file"])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  text-align: center;
  user-select: none;
}
:where(
    button,
    button[type],
    input[type="button"],
    input[type="submit"],
    input[type="reset"]
  ),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  text-align: center;
  user-select: none;
}
:where(
    button,
    button[type],
    input[type="button"],
    input[type="submit"],
    input[type="reset"]
  )[disabled] {
  cursor: not-allowed;
}
*,
::after,
::before {
  box-sizing: border-box;
  line-height: calc(0.25rem + 1em + 0.25rem);
  margin: 0;
  padding: 0;
}
:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}
@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  -webkit-font-smoothing: antialiased;
  block-size: 100%;
  block-size: 100dvb;
  font-family: system-ui, sans-serif;
  line-height: 1.5;
}
:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(button) {
  border-style: solid;
}
:where(a) {
  text-underline-offset: 0.2ex;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg) {
  block-size: auto;
  max-inline-size: 100%;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
:where(hr) {
  -webkit-border-before: 1px solid;
  block-size: 0;
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  overflow: visible;
}
:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
:where(
    .visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)
  ) {
  -webkit-clip-path: inset(50%) !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.l-content {
  display: flex;
  flex: 0 1 1640;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1640;
}
@media only screen and (max-width: 640px) {
  .l-content {
    flex-direction: column;
  }
}
.l-main {
  flex: 0 2 auto;
  margin: 0 20px;
  max-width: 865px;
}
.l-sub {
  flex: 0 0 275px;
  margin: 0 20px;
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .l-sub {
    flex: 1 1 100%;
    margin: 10px;
  }
}
.l-basewidth {
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .l-basewidth {
    flex: 0 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-basewidth {
    width: auto;
  }
}
.l-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .l-flex {
    flex-direction: column;
  }
}
.l-halfColumn {
  flex: 1 0 0px;
  margin-right: 40px;
}
.l-halfColumn:nth-child(even) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .l-halfColumn {
    display: block;
    flex: 1 1 100%;
    margin-right: 0;
    max-width: none;
  }
}
.l-quaterColumn {
  flex: 1 0 0px;
  margin-right: 40px;
}
.l-quaterColumn:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .l-quaterColumn {
    flex: 1 1 100%;
    margin: 0;
    max-width: none;
  }
}
.l-tripartitionColumn {
  flex: 1 0 0px;
}
@media only screen and (max-width: 640px) {
  .l-tripartitionColumn {
    flex: 1 1 100%;
    margin: 0;
    max-width: none;
  }
}
.l-tripartitionColumn:last-child {
  margin-right: 0;
}
.l-halfTile {
  display: flex;
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .l-halfTile {
    flex-basis: 100%;
  }
}
.d {
  fill: #1c2c3e;
}
.e {
  fill: #61240c;
}
@media only screen and (max-width: 640px) {
  .d {
    fill: #5e2514;
  }
  .d,
  .e,
  .f {
    stroke-width: 0;
  }
  .e {
    fill: #1a2b3b;
  }
  .f {
    fill: #040000;
  }
}
.l-loader {
  -webkit-animation: Opening 6s ease-in-out both;
  animation: Opening 6s ease-in-out both;
  font-family: goldenbook, serif;
  font-weight: 700;
  position: relative;
  z-index: 9999;
}
.l-loader__layer {
  -webkit-animation: HiddenLayer 1s 5s ease-in-out both;
  animation: HiddenLayer 1s 5s ease-in-out both;
  background: #fff;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.l-loader__logoWrap {
  flex: 0 0 100%;
}
.l-loader__logo {
  margin: 0 auto 4.8rem;
  width: max(500px, 40rem);
}
@media only screen and (max-width: 640px) {
  .l-loader__logo {
    display: none;
    width: 12rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-loader__logo {
    width: 70%;
  }
}
.l-loader__logo svg {
  fill: #232323;
  stroke: none;
  width: 100%;
}
.l-loader__logo--sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .l-loader__logo--sp {
    display: block;
  }
}
.l-loader__logoArea {
  -webkit-animation: logo 5s ease-in-out both;
  align-items: center;
  animation: logo 5s ease-in-out both;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999;
}
.l-loader__logoArea > svg {
  width: 100%;
}
.l-loader__ttl {
  margin: 0 auto 1.6rem;
}
@media only screen and (max-width: 640px) {
  .l-loader__ttl {
    margin: 0 auto 8rem;
  }
}
@-webkit-keyframes Opening {
  100% {
    visibility: hidden;
  }
}
@keyframes Opening {
  100% {
    visibility: hidden;
  }
}
@-webkit-keyframes HiddenLayer {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes HiddenLayer {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.l-header {
  -webkit-transform: translateY(-100%);
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  padding: 3rem;
  position: fixed;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 9998;
}
@media only screen and (max-width: 640px) {
  .l-header {
    padding: 1rem;
  }
}
.l-header__title {
  width: 30rem;
}
@media only screen and (max-width: 640px) {
  .l-header__title {
    width: 60vw;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-header__title {
    width: 40vw;
  }
}
.l-header.is-show {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}
.l-section {
  margin: 0 auto;
  padding: 13.4rem 7.2916666667vw;
}
@media only screen and (max-width: 640px) {
  .l-section {
    overflow: hidden;
    padding: 6rem 2rem;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-section {
    overflow: hidden;
    padding: 6rem 4rem;
    width: 100%;
  }
}
.l-menu__check {
  display: none;
}
.l-menu__btn {
  cursor: pointer;
  display: flex;
  display: block;
  display: none;
  flex-direction: column;
  font-size: 10px;
  position: relative;
  text-align: center;
  width: 3.2rem;
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  .l-menu__btn {
    display: block;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__btn {
    display: block;
  }
}
.l-menu__btn::after {
  content: "menu";
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: xx-small;
  letter-spacing: 0.005em;
  opacity: 1;
  transition: all 0.5s;
}
.l-menu__bar {
  -webkit-transform-origin: left top;
  background: #232323;
  display: block;
  height: 0.2rem;
  transform-origin: left top;
  transition: all 0.5s;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .l-menu__bar {
    width: 3.2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__bar {
    width: 3.2rem;
  }
}
.l-menu__bar:not(:last-child) {
  margin: 0 0 0.6rem;
}
.l-menu__bar--middle {
  opacity: 1;
  top: 10px;
}
.l-menu__bar--bottom {
  -webkit-transform-origin: left bottom;
  top: 10px;
  transform-origin: left bottom;
}
.l-menu__text {
  bottom: -1.5rem;
  color: #000;
  display: block;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  visibility: visible;
}
.l-menu__close {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.8s 0.6s;
  visibility: hidden;
  width: 100%;
  z-index: 9997;
}
.l-menu__navi {
  z-index: 9998;
}
@media only screen and (max-width: 640px) {
  .l-menu__navi {
    -webkit-transform: translate(100%, 0);
    background: #f7f7f7;
    height: 100%;
    height: 100vh;
    opacity: 0;
    padding: 0 5rem;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transform: translate(100%, 0);
    transition: all 0.5s 0.5s;
    visibility: hidden;
    width: 0;
    width: 90%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__navi {
    -webkit-transform: translate(100%, 0);
    background: #f7f7f7;
    height: 100%;
    height: 100vh;
    opacity: 0;
    padding: 0 5rem;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transform: translate(100%, 0);
    transition: all 0.5s 0.5s;
    visibility: hidden;
    width: 0;
    width: 50%;
  }
}
.l-menu__inner {
  transition: all 0.5s;
}
@media only screen and (max-width: 640px) {
  .l-menu__inner {
    -webkit-transform: translate(2rem, 0);
    opacity: 0;
    transform: translate(2rem, 0);
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__inner {
    -webkit-transform: translate(2rem, 0);
    opacity: 0;
    transform: translate(2rem, 0);
  }
}
.l-menu__ttl {
  display: none;
}
@media only screen and (max-width: 640px) {
  .l-menu__ttl {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
    padding: 0 0 3rem;
  }
}
.l-menu__body {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .l-menu__body {
    flex-direction: column;
    margin: 8rem auto;
    padding: 1rem 0;
    text-align: left;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__body {
    flex-direction: column;
    margin: 8rem auto;
    padding: 1rem 0;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .l-menu__border::before {
    background: #232323;
    content: "";
    display: block;
    height: 0.1rem;
    margin: 3rem 0 1.5rem 2rem;
    width: 5rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__border::before {
    background: #232323;
    content: "";
    display: block;
    height: 0.1rem;
    margin: 3rem 0 1.5rem 2rem;
    width: 5rem;
  }
}
.l-menu__hpLink + .l-menu__hpLink {
  margin: 0 0 0 2rem;
}
@media only screen and (max-width: 640px) {
  .l-menu__hpLink + .l-menu__hpLink {
    margin: 0;
  }
}
.l-menu__hpLink a {
  color: #232323;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .l-menu__hpLink a {
    font-size: 2.4rem;
    padding: 1.5rem 0 0 2rem;
    position: relative;
    text-align: left;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__hpLink a {
    display: block;
    font-size: 2.4rem;
    padding: 1.5rem 0 0 2rem;
    position: relative;
    text-align: left;
  }
}
.l-menu__check:checked ~ .l-menu__navi {
  -webkit-transform: none;
  opacity: 1;
  transform: none;
  transition: all cubic-bezier(0, 0.7, 0, 1) 0.5s;
  visibility: visible;
}
.l-menu__check:checked ~ .l-menu__navi .l-menu__inner {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s 0.5s;
}
.l-menu__check:checked ~ .l-menu__btn {
  aspect-ratio: 1/1;
  position: relative;
}
.l-menu__check:checked ~ .l-menu__btn::after {
  opacity: 0;
}
.l-menu__check:checked ~ .l-menu__btn .l-menu__text {
  opacity: 0;
  visibility: hidden;
}
.l-menu__check:checked ~ .l-menu__btn .l-menu__bar--top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 3.2rem;
}
.l-menu__check:checked ~ .l-menu__btn .l-menu__bar--middle {
  opacity: 0;
}
.l-menu__check:checked ~ .l-menu__btn .l-menu__bar--bottom {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 2.2rem;
  transform: rotate(-45deg);
  width: 3.2rem;
}
.l-menu__check:checked ~ .l-menu__close {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  pointer-events: auto;
  transition: all 0.8s cubic-bezier(0, 0.7, 0, 1) 0.1s;
  visibility: visible;
}
.l-footer {
  background: #f7f7f7;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .l-footer {
    margin: 0 1rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-footer {
    padding: 0 3rem;
  }
}
.l-footer__copy {
  font-size: 1.2rem;
  padding: 2rem 0;
  text-align: center;
}

.p-hero {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  margin: 0 auto 0.5208333333vw;
  /* position: relative; */
  display: flex;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 640px) {
  .p-hero {
    display: block;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-hero {
    display: block;
  }
}

.p-hero__bk {
  background: url(../img/imgHero.jpg) ;
  width: 50%;
  height: 90vh;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 640px) {
  .p-hero__bk {
    width: 100%;
    height: 60vh;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-hero__bk {
    width: 100%;
    height: 50vh;
  }
}

.p-hero__inner {
  width: 50%;
  height: 90vh;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
 .p-hero__inner {
  width: 100%;
  height: auto;
  text-align: right;
}
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
.p-hero__inner {
  width: 100%;
  height: auto;
  text-align: right;
}
}

.p-hero__titleArea {
  width: 30vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px) {
  .p-hero__titleArea {
   width: 79vw;
   position: initial;
   margin: 20px 20px 0 auto;
   transform: initial;
}
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-hero__titleArea {
   width: 79vw;
   position: initial;
   margin: 20px 20px 0 auto;
   transform: initial;
	
  }
}
.p-hero__title {
  font-size: 12rem;
  margin: 0 0 2.4rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  .p-hero__title {
    font-size: 4rem;
    line-height: 1;
    margin: 0 0 1rem;
	 
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-hero__title {
    font-size: 6.4rem;
    
  }
}
.p-hero__title > span {
  font-weight: 400;
}
.p-hero__subTitle {
  font-size: 4rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .p-hero__subTitle {
    font-size: 1.6rem;
  }
}
.p-hero__num {
  font-size: 8rem;
  font-style: italic;
  margin: 4rem 0 0;
}
@media only screen and (max-width: 640px) {
  .p-hero__num {
    font-size: 3.2rem;
    margin: 1rem 0 0;
  }
}
.p-hero__wp {
  position: absolute;
  right: 5rem;
  top: 5rem;
  width: 12rem;
}
@media only screen and (max-width: 640px) {
  .p-hero__wp {
    right: 1rem;
    top: 2rem;
    width: 18%;
  }
}
.p-hero__wp > img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.p-hero__vol {
  position: absolute;
  right: 5rem;
  bottom: calc(10vh + 5rem);
  width: 12rem;
}
@media only screen and (max-width: 640px) {
  .p-hero__vol {
    right: 1rem;
    bottom: calc(10vh + 5rem);
    width: 18%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-hero__vol {
    bottom: calc(50vh + 5rem);
  }
}

.p-hero__vol > img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.p-products {
  font-family: neue-haas-grotesk-display, sans-serif;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .p-products {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-products__titleArea {
  margin: 0 auto 4rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .p-products__titleArea {
    -webkit-transform: initial;
    margin: 0 auto 2rem;
    transform: initial;
  }
}
.p-products__inner {
  -ms-grid-columns: 1fr 3.9024390244vw 1fr 3.9024390244vw 1fr 3.9024390244vw 1fr
    3.9024390244vw 1fr 3.9024390244vw 1fr 3.9024390244vw 1fr 3.9024390244vw 1fr
    3.9024390244vw 1fr 3.9024390244vw 1fr 3.9024390244vw 1fr 3.9024390244vw 1fr;
  display: -ms-grid;
  display: grid;
  gap: 0.9756097561vw 3.9024390244vw;
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 640px) {
  .p-products__inner {
    padding: 2rem;
  }
}
.p-products__inner > * {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
@media only screen and (max-width: 640px) {
  .p-products__inner > * {
    grid-column: 1/-1;
  }
}
.p-products__block {
  border-bottom: 1px solid #232323;
  padding: 8rem 0;
}
@media only screen and (max-width: 640px) {
  .p-products__block {
    padding: 4rem 0;
  }
}
.p-products__block:nth-of-type(1),
.p-products__block:nth-of-type(2) {
  border-top: 1px solid #232323;
}
@media only screen and (max-width: 640px) {
  .p-products__block:nth-of-type(2) {
    border-top: none;
  }
}
.p-products__block:nth-of-type(2n) {
  transition-delay: 0.2s;
}
.p-products__head {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 4rem;
}
@media only screen and (max-width: 640px) {
  .p-products__head {
    margin: 0 0 2rem;
  }
}
.p-products__new {
  color: #aa0921;
  font-size: 2rem;
  margin: 0 0 2rem;
}
.p-products__image {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
}
@media only screen and (max-width: 640px) {
  .p-products__image {
    flex: 0 0 50%;
    width: 50%;
  }
}

.p-products__image--full {
  flex: 0 0 100%;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .p-products__image--full {
    flex: 0 0 100%;
    width: 100%;
  }
}

.p-products__foot {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .p-products__foot {
    width: auto;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-products__foot {
    width: auto;
  }
}
.p-products__name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 640px) {
  .p-products__name {
    font-size: 1.6rem;
  }
}
.p-products__info {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 640px) {
  .p-products__info {
    font-size: 1.4rem;
  }
}
.p-products__info > li {
  margin: 0 0 0.6rem;
}
.p-products__label {
  font-size: 1.2rem;
  margin-right: 1rem;
}
.p-products__text {
  font-family: "Noto Sans", "Hiragino Kaku Gothic ProN",
    "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 640px) {
  .p-products__text {
    font-size: 1.2rem;
    margin: 0 0 2rem;
  }
}
.p-products__text > span {
  display: block;
  font-size: 1.2rem;
  margin: 1.6rem 0 0;
}
@media only screen and (max-width: 640px) {
  .p-products__text > span {
    font-size: 1rem;
  }
}
.p-products__btn {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
}
.p-project__inner {
  border-bottom: 1px solid #232323;
  border-top: 1px solid #232323;
  padding: 16rem 0 16rem 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .p-project__inner {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-project__inner {
    padding: 8rem 0 8rem 0;
  }
}
.p-project__titleArea {
  display: inline-block;
  margin: 0 0 8rem;
}
@media only screen and (max-width: 640px) {
  .p-project__titleArea {
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-project__titleArea {
    margin: 0 0 2rem;
  }
}
.p-project__textArea {
  align-items: start;
  display: flex;
  font-size: min(3.2rem, 32px);
  font-weight: 700;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .p-project__textArea {
    display: block;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-project__textArea {
    font-size: 2.4rem;
  }
}
.p-project__textArea > p {
  line-height: 1.8;
  width: calc((100% - 8rem) / 2);
}
@media only screen and (max-width: 640px) {
  .p-project__textArea > p {
    width: auto;
  }
  .p-project__textArea > p + p {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-project__textArea > p {
    width: calc((100% - 2rem) / 2);
  }
}
.p-project__button {
  margin: 8rem 0 0;
}
@media only screen and (max-width: 640px) {
  .p-project__button {
    margin: 4rem auto 0;
    text-align: center;
  }
}
.p-project__button a {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 2rem 6.4rem;
}
@media only screen and (max-width: 640px) {
  .p-project__button a {
    font-size: 1.4rem;
    padding: 1rem 3.2rem;
  }
}
.p-project__button a > br {
  display: none;
}
@media only screen and (max-width: 640px) {
  .p-project__button a > br {
    display: initial;
    font-size: 1.4rem;
  }
}
.l-information__head {
  margin: 0 0 4rem;
}
@media only screen and (max-width: 640px) {
  .l-information__head {
    margin: 0 2rem 4rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-information__head {
    margin: 0 5rem 4rem;
  }
}
.l-information__inner {
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .l-information__inner {
    margin: 0 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-information__inner {
    flex-direction: column;
    margin: 0 5rem;
  }
}
.l-information__img {
  flex: 0 0 40%;
}
@media only screen and (max-width: 640px) {
  .l-information__img {
    margin: 0 0 4rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-information__img {
    margin: 0 0 4rem;
  }
}
.l-information__dl {
  flex: 1;
  padding: 0 0 0 5rem;
}
@media only screen and (max-width: 640px) {
  .l-information__dl {
    padding: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-information__dl {
    padding: 0;
  }
}
.l-information__dt {
  font-size: 2.4rem;
  margin: 0 0 3rem;
}
.l-information__p {
  margin-bottom: 2rem;
}
.l-information__p:last-of-type {
  margin-bottom: 5rem;
}
.l-information__link {
  color: #00a6ff;
  font-size: 1.4rem;
}
.p-shoplist {
  background: #f7f7f7;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
}
.p-shoplist__ttl {
  margin: 0 auto 5rem;
  width: 83.1707317073vw;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__ttl {
    margin: 0 0 3rem;
  }
}
.p-shoplist__inner {
  -ms-grid-columns: 1fr 2.9268292683vw 1fr;
  display: -ms-grid;
  display: grid;
  gap: 0 2.9268292683vw;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__inner {
    display: block;
  }
}
.p-shoplist__block {
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin: 0 auto 5rem;
  padding: 0 0 5rem;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__block {
    margin: 0 2rem 5rem;
    width: auto;
  }
  .p-shoplist__block:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__block {
    display: block;
    margin: 0 auto 10rem;
  }
}
.p-shoplist__block:nth-of-type(-n + 2) {
  border-top: 1px solid #ccc;
  padding: 5rem 0;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__block:nth-of-type(-n + 2) {
    border-top: none;
    padding: 0 0 5rem;
  }
}
.p-shoplist__overview {
  flex: 0 0 calc(50% - 2rem);
  width: calc(50% - 2rem);
}
@media only screen and (max-width: 640px) {
  .p-shoplist__overview {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__overview {
    flex: 0 0 100%;
    margin: 0 0 2rem;
    width: 100%;
  }
}
.p-shoplist__imgArea {
  flex: 0 0 calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
}
@media only screen and (max-width: 640px) {
  .p-shoplist__imgArea {
    flex: 0 0 100%;
    margin: 3rem 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__imgArea {
    flex: 0 0 100%;
    width: 100%;
  }
}
.p-shoplist__img {
  box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15),
    0 8px 9px -5px rgba(20, 20, 20, 0.06);
  overflow: hidden;
}
.p-shoplist__shopName {
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 0.5rem;
}
.p-shoplist__shopName > br {
  display: none;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__shopName > br {
    display: inline;
  }
}
.p-shoplist__shopName > span {
  font-size: 1.2rem;
}
.p-shoplist__shopKana {
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  .p-shoplist__shopKana {
    display: block;
    margin: 0.5rem 0 0 0;
  }
}
.p-shoplist__shopinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 2rem auto 1.5rem;
}
.p-shoplist__shopinfo dt {
  align-items: center;
  color: #555;
  display: flex;
  flex: 0 0 8rem;
  font-size: 1.2rem;
  font-style: italic;
  margin: 0.5rem 0 0 0;
  max-width: 8rem;
}
.p-shoplist__shopinfo dd {
  flex: 0 0 calc(100% - 8rem);
  line-height: 1.4;
  margin: 0.5rem 0 0 0;
  width: calc(100% - 8rem);
}
.p-shoplist__map {
  font-style: italic;
  margin-left: 0.5rem;
}
.p-shoplist__notice {
  font-size: 1rem;
}
.p-shoplist__sns ul {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 20px;
}
.p-shoplist__sns li {
  margin-right: 10px;
  width: 1.8rem;
}
.p-shoplist__sns li svg {
  fill: #232323;
}
.p-video {
  background: rgba(255, 255, 255, 0.8);
}
.p-video__head {
  margin: 0 0 4rem;
}
@media only screen and (max-width: 640px) {
  .p-video__head {
    margin: 0 2rem 4rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-video__head {
    margin: 0 5rem 4rem;
  }
}
.p-video__inner {
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .p-video__inner {
    margin: 0 2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-video__inner {
    flex-direction: column;
    margin: 0 5rem;
  }
}
.p-video__img {
  flex: 0 0 60%;
}
@media only screen and (max-width: 640px) {
  .p-video__img {
    flex: 0 0 100%;
    margin: 0 0 4rem;
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-video__img {
    flex: 0 0 100%;
    margin: 0 0 4rem;
    width: 100%;
  }
}
.p-video__img > iframe {
  aspect-ratio: 560/315;
}
.p-video__dl {
  flex: 1;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans",
    "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  font-weight: 700;
  padding: 0 0 0 5rem;
}
@media only screen and (max-width: 640px) {
  .p-video__dl {
    padding: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-video__dl {
    padding: 0;
  }
}
.p-video__dt {
  font-size: 2.4rem;
  margin: 0 0 3rem;
}
.p-video__p {
  line-height: 1.8;
  margin-bottom: 2rem;
}
.p-video__p:last-of-type {
  margin-bottom: 5rem;
}
.p-video__link {
  color: #00a6ff;
  font-size: 1.4rem;
}
.p-photo__titleArea {
  margin: 0 0 8rem;
}
@media only screen and (max-width: 640px) {
  .p-photo__titleArea {
    margin: 0 0 4rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-photo__titleArea {
    margin: 0 0 4rem;
  }
}
.p-photo__title {
  margin: 0 0 1rem;
}
.p-photo__imageWrap {
  -ms-grid-columns: 1fr 5.8536585366vw 1fr 5.8536585366vw 1fr 5.8536585366vw 1fr
    5.8536585366vw 1fr 5.8536585366vw 1fr 5.8536585366vw 1fr 5.8536585366vw 1fr
    5.8536585366vw 1fr 5.8536585366vw 1fr 5.8536585366vw 1fr 5.8536585366vw 1fr;
  display: -ms-grid;
  display: grid;
  gap: 5.8536585366vw;
  grid-template-columns: repeat(12, 1fr);
}
.p-photo__imageBlock {
  -ms-grid-column: 2;
  -ms-grid-column-span: 9;
  grid-column: 2/11;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .p-photo__imageBlock {
    grid-column: 1/-1;
    margin-left: -2rem;
    width: 100vw;
  }
}
.p-photo__imageBlock--vertical {
  -ms-grid-column: 4;
  -ms-grid-column-span: 6;
  grid-column: 4/10;
}
@media only screen and (max-width: 640px) {
  .p-photo__imageBlock--vertical {
    grid-column: 2/-2;
    width: auto;
  }
}

.p-photo__buy {
 font-family: neue-haas-grotesk-display, sans-serif;
 font-weight: 700;
 padding: 0.5rem;
 display: flex;
 align-items: baseline;
}

.p-photo__buy > a {
  font-size: 1rem;
}
.sectionLabel {
  align-items: center;
  color: #e4edf2;
  display: flex;
  flex: 1 1 auto;
  font-family: goldenbook, serif;
  font-size: 4.5rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  padding-bottom: 80px;
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  .sectionLabel {
    font-size: 3rem;
    padding: 0 2rem 2.5rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .sectionLabel {
    font-size: 3.5rem;
    padding: 0 2rem 4rem;
  }
}
.c-articleLabelL {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: clamp(10rem, 5vw, 11.2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .c-articleLabelL {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .c-articleLabelL {
    font-size: 5.6rem;
  }
}
.articleLabelM {
  color: #aaa;
  font-family: goldenbook, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  z-index: 50;
}
@media only screen and (max-width: 640px) {
  .articleLabelM {
    line-height: 1.5em;
  }
}
.c-articleLabelS {
  font-size: 2.4rem;
  font-weight: 100;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .c-articleLabelS {
    font-size: 1.4rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .nonePc {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .noneSp {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .noneTl {
    display: none;
  }
}
.topBtn {
  -webkit-transform-origin: left center;
  -webkit-transform: rotate(135deg);
  border: 0.2rem solid;
  border-color: transparent transparent #232323 #232323;
  bottom: 1.5rem;
  font-size: 9px;
  height: 2rem;
  position: fixed;
  right: 1.5rem;
  transform: rotate(135deg);
  transform-origin: left center;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  width: 2rem;
}
@media only screen and (min-width: 1024px) {
  .topBtn {
    bottom: 3rem;
    right: 3rem;
  }
}
.topBtn:hover:before {
  opacity: 0.8;
}

.c-linkButton {
  background: linear-gradient(
    225deg,
    #232323 0,
    #232323 50%,
    #000 51%,
    #000 100%
  );
  background-position: 1% 60%;
  background-size: 220% 110%;
  border: 0.2rem solid #232323;
  border-radius: 100px;
  box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15),
    0 8px 9px -5px rgba(20, 20, 20, 0.06);
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  overflow: hidden;
  padding: 1rem 3.2rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.c-linkButton:hover {
  background-position: 99% 60%;
  border: 0.2rem solid #232323;
  box-shadow: rgba(0, 12, 32, 0.04) 0 0 1px 0, rgba(10, 31, 68, 0.1) 0 3px 4px 0;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .c-linkButton {
    padding: 0.8rem 2.2rem;
  }
}

.b-linkButton {
  background: linear-gradient(
    225deg,
    #e4f2df 0,
    #e4f2df 50%,
    #fff 51%,
    #fff 100%
  );

  background-position: 1% 60%;
  background-size: 220% 110%;
  border: 0.3rem solid #80bb6b;
  border-radius: 100px;
  box-shadow: 0 8px 26px -4px rgba(20, 20, 20, 0.15),
    0 8px 9px -5px rgba(20, 20, 20, 0.06);
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  overflow: hidden;
  padding: 1rem 3.2rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  color: #232323;
}
.b-linkButton:hover {
  background-position: 99% 60%;
  border: 0.3rem solid #80bb6b;
  box-shadow: rgba(0, 12, 32, 0.04) 0 0 1px 0, rgba(10, 31, 68, 0.1) 0 3px 4px 0;
  color: #232323;
}
@media only screen and (max-width: 640px) {
  .b-linkButton {
    padding: 0.8rem 2.2rem;
  }
}

.linkArr {
  background: #232323;
  border: 1px solid #fff;
  color: #fff;
  color: #fff;
  display: block;
  font-family: goldenbook, serif;
  position: relative;
  text-align: left;
  width: 200px;
}
.linkArr__arr {
  background-color: #fff;
  bottom: 1em;
  height: 1px;
  position: absolute;
  right: 24px;
  transition: all 0.5s ease;
  width: 35px;
}
.linkArr__arr:before {
  -webkit-transform: rotate(40deg);
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  transform: rotate(40deg);
  transition: all 0.5s ease;
  width: 10px;
}
.linkArr__wrap {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 3em;
  padding-left: 18px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  z-index: 1;
}
.linkArr:hover .BtnArr__arr,
.linkArr:hover .BtnArr__arr:before {
  -webkit-transform: translateX(1rem);
  background-color: #fff;
  transform: translateX(1rem);
  transition: all 0.5s ease;
}
.linkArr:hover .BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.c-linkUnderLine {
  color: #232323;
  display: inline-block;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}
.c-linkUnderLine::after,
.c-linkUnderLine::before {
  background-color: #232323;
  content: "";
  height: 0.1rem;
  position: absolute;
}
.c-linkUnderLine::before {
  bottom: -0.1rem;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}
.c-linkUnderLine::after {
  bottom: -0.1rem;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}
.c-linkUnderLine:hover::before {
  background-color: #232323;
  width: 100%;
}
.c-linkUnderLine:hover::after {
  background-color: #ddd;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}
.c-linkHoverLine {
  color: #232323;
  display: inline-block;
  font-family: goldenbook, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}
.c-linkHoverLine::after {
  background: #232323;
  bottom: 2px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
}
.c-linkHoverLine:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.c-linkHoverLine:hover:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}
.u-btnArr {
  background: #232323;
  border: 1px solid #fff;
  color: #fff;
  color: #fff;
  display: block;
  font-family: goldenbook, serif;
  position: relative;
  text-align: left;
  width: 200px;
}
.u-btnArr__arr {
  background-color: #fff;
  bottom: 1em;
  height: 1px;
  position: absolute;
  right: 24px;
  transition: all 0.5s ease;
  width: 35px;
}
.u-btnArr__arr:before {
  -webkit-transform: rotate(40deg);
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  right: -1px;
  transform: rotate(40deg);
  transition: all 0.5s ease;
  width: 10px;
}
.u-btnArr__wrap {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 3em;
  padding-left: 18px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  z-index: 1;
}
.u-btnArr:hover .BtnArr__arr,
.u-btnArr:hover .BtnArr__arr:before {
  -webkit-transform: translateX(1rem);
  background-color: #fff;
  transform: translateX(1rem);
  transition: all 0.5s ease;
}
.u-btnArr:hover .BtnArr__arr:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.u-linkUnderline {
  color: #232323;
  display: inline-block;
  font-family: goldenbook, serif;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}
.u-linkUnderline::after,
.u-linkUnderline::before {
  background-color: #ccc;
  content: "";
  height: 0.1rem;
  position: absolute;
}
.u-linkUnderline::before {
  bottom: -0.1rem;
  left: 0;
  transition: width ease 0.4s;
  width: 0%;
}
.u-linkUnderline::after {
  bottom: -0.1rem;
  left: 0;
  transition: all ease 0.6s;
  width: 100%;
}
.u-linkUnderline:hover::before {
  background-color: #ddd;
  width: 100%;
}
.u-linkUnderline:hover::after {
  background-color: #ddd;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}
.u-linkHoverline {
  color: #232323;
  display: inline-block;
  font-family: goldenbook, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}
.u-linkHoverline::after {
  background: #232323;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
}
.u-linkHoverline:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.u-linkHoverline:hover {
  color: #fff;
}
.u-linkHoverline:hover:before {
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: left top;
}
.c-linkIcon {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.c-linkIcon::before {
  background: url(../img/icon_link.svg) 50% 50% / cover;
  content: "";
  display: block;
  height: 1rem;
  margin: 0 0 0 0.5rem;
  width: 1rem;
}
.u-mt10px {
  margin-top: 10px;
}
.u-mt20px {
  margin-top: 20px;
}
.u-mt30px {
  margin-top: 30px;
}
.u-mt60px {
  margin-top: 60px;
}
.u-mb100px {
  margin-bottom: 100px;
}
.u-imgfix {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
.u-imgfix {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
}
@media only screen and (max-width: 640px) {
.u-imgfix {
  height: auto;
  vertical-align: bottom;
  width: 100%;
  margin:auto;
}
}

.js-show-b {
  -webkit-transform: translate(0, 4rem);
  opacity: 0;
  transform: translate(0, 4rem);
  transition: all 1s;
}
.js-show-b.is-show-b {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}
.js-show-t {
  -webkit-transform: translate(0, -4rem);
  opacity: 0;
  transform: translate(0, -4rem);
  transition: all 1s;
}
.js-show-t.is-show-t {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}
.js-show-l {
  -webkit-transform: translate(-4rem, 0);
  opacity: 0;
  transform: translate(-4rem, 0);
  transition: all 1s;
}
.js-show-l.is-show-l {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}
.js-show-r {
  -webkit-transform: translate(4rem, 0);
  opacity: 0;
  transform: translate(4rem, 0);
  transition: all 1s;
}
.js-show-r.is-show-r {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
  }
.item-detail{
	font-size:20px;
}
@media only screen and (max-width: 640px){
.item-detail{
font-size:11px;
}
}
@media only screen and (min-width: 640px) and (max-width: 1024px){
.item-detail{
font-size:11px;
}
}
/*# sourceMappingURL=sourcemaps/style.min.css.map */