@charset "UTF-8";

::-moz-selection {
  background: #7a7a7a;
  color: #fff;
}

::selection {
  background: #7a7a7a;
  color: #fff;
}

::-moz-selection {
  background: #7a7a7a;
  color: #fff;
}

:root,
html,
body {
  /*font-family: "Hiragino Kaku Gothic ProN", "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
  font-size: 62.5%;
  /*letter-spacing: 0.05em;*/
  /*line-height: 180%;*/
  width: 100%;
}

body {
  color: #7a7a7a;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

a img {
  transition: all 0.8s ease-out;
}

a img:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

/*
  Made by Elly Loel - https://ellyloel.com/
*/


/**, ::before, ::after {
  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) {
  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;
}



: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) {
  font-weight: initial;
  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 1680;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1680;
}

@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;
  padding-left: 40px;
  padding-right: 40px;
  width: 85.4166666667vw;
}

@media only screen and (max-width: 640px) {
  .l-basewidth {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-basewidth {
    padding-left: 40px;
    padding-right: 40px;
    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;
}

.l-loader {
  -webkit-animation: Opening 6s ease-in-out both;
  animation: Opening 6s ease-in-out both;
  display: none;
  font-family: century-gothic, sans-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: white;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}

.l-loader__titleArea {
  -webkit-animation: logo 5s ease-in-out both;
  align-items: center;
  animation: logo 5s ease-in-out both;
  color: black;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: fixed;
  text-align: center;
  text-align: left;
  width: 100%;
  z-index: 9999;
}

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

/* header */
.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: 40rem;
}

@media only screen and (max-width: 640px) {
  .l-header__title {
    width: 64vw;
  }
}

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

@media only screen and (max-width: 640px) {
  .l-section {
    overflow: hidden;
    padding: 6rem 0;
    width: 100%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-section {
    overflow: hidden;
    padding: 6rem 0;
    width: 100%;
  }
}

.l-menu {
  /* -------------- checked */
}

.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: century-gothic, 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: #7a7a7a;
  display: block;
  height: 0.1rem;
  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: #7a7a7a;
  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-family: century-gothic, sans-serif;
    font-size: 3.2rem;
    padding: 0 0 3rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__ttl {
    display: block;
    font-family: century-gothic, sans-serif;
    font-size: 3.2rem;
    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;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__hpLink+.l-menu__hpLink {
    margin: 0;
  }
}

.l-menu__hpLink a {
  color: #7a7a7a;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  font-size: 1.6rem;
}

@media only screen and (max-width: 640px) {
  .l-menu__hpLink a {
    font-size: 2rem;
    margin: 0 0 2rem;
    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 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
    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: century-gothic, 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: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  margin: 0 auto 0.5208333333vw;
  position: relative;
}

.p-hero__inner {
  align-items: center;
  background: url("../img/heroImage.jpg") 50% top/cover;
  background-attachment: fixed;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .p-hero__inner {
    aspect-ratio: 1/1;
    background-attachment: initial;
    background-position: top;
    height: auto;
  }
}

.p-hero__inner::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-hero__titleArea {
  color: #fff;
  letter-spacing: 0.3em;
  z-index: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  font-weight: 400;
  font-style: oblique;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .p-hero__titleArea {
    margin: initial;
    /*margin: 10px 0 16px 10px;*/
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-hero__titleArea {
    margin: initial;
    /*margin: 20px 0 16px 20px;*/
  }
}

.p-hero__brandLogo {
  width: 20vw;
}

@media only screen and (max-width: 640px) {
  .p-hero__brandLogo {
    width: 56vw;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-hero__brandLogo {
    width: 56vw;
  }
}

.p-hero__title {
  font-size: 4vw;
  font-weight: 400;
  margin: 0 auto 0.8vw;
  padding: 0;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .p-hero__title {
    font-size: 28px;

  }
}

.p-hero__titleSub {
  font-size: 2.4vw;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 640px) {
  .p-hero__titleSub {
    font-size: 16px;
    margin: 0 0 30px;
  }
}

.p-hero__brand {
  font-size: 0.8vw;
  font-size: clamp(12px, 0.8vw, 86px);
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 640px) {
  .p-hero__brand {
    font-size: 10px;
  }
}

.p-prologue {
  position: relative;
}

.p-prologue__head {
  margin: 0 auto 40px;
  width: 750px;
}

@media only screen and (max-width: 640px) {
  .p-prologue__head {
    margin: 0 20px;
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-prologue__head {
    width: 40em;
  }
}

.p-prologue__title {
  margin: 0 auto 74px;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-prologue__title {
    width: 60%;
  }
}

.p-prologue__textArea {
  font-size: 14px;
  line-height: 1.8;
}

.p-prologue__textArea>p {
  line-height: 1.8;
}

.p-prologue__textArea>p+p {
  margin: 30px 0 0;
}

.sl_shop {
  font-size: 12px;
  margin: 10px 0 30px !important;
}

.p-image__block {
  margin: 25px auto 0;
  padding: 168px 0;
}

.p-image__block:nth-child(odd) {
  /*background: #f7f7f7;*/
  color: #555;
  padding: 60px 0;
}

.p-image__head {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  margin: 50px auto 100px;
  width: 42.2916666667vw;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .p-image__head {
    margin: 0 auto 60px;
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-image__head {
    margin: 0 auto 60px;
    width: auto;
  }
}

.p-image__num {
  margin: 0 0 20px;
}

.p-image__title {
  font-size: 26px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  margin: 0 0 20px;
  background-color: transparent;
  padding: 0;
  font-weight: 400;
}


.p-image__name {
  margin: 0 0 80px;
}

@media only screen and (max-width: 640px) {
  .p-image__name {
    margin: 0 0 60px;
  }
}

.p-image__desc {
  font-size: 14px;
  line-height: 1.8;
  margin: 40px auto 0;
  max-width: 60em;
}

.p-image__desc+.p-image__desc {
  margin: 16px auto 0;
}

.p-image__body {
  margin: 0 0 100px;
}

.p-image__image {
  /*border-radius: 5px;*/
  margin: 0 auto 100px;
  overflow: hidden;
  width: 42.2916666667vw;
}

.p-image__image_cm {
  /*border-radius: 5px;*/
  margin: 0 auto 100px;
  overflow: hidden;
  width: 42.2916666667vw;
  position: relative;
}

/*.p-image__image_cm:before{
	    background: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}*/


@media only screen and (max-width: 640px) {
  .p-image__image {
    margin: 0 0 38px;
    width: auto;
  }

  .p-image__image_cm {
    margin: 0 0 38px;
    width: auto;
  }

}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-image__image {
    margin: 0 auto 38px;
    width: 60%;
  }

  .p-image__image_cm {
    margin: 0 auto 38px;
    width: 60%;
  }
}


.p-page__btn {
  text-align: center;
}

.p-image__image:nth-of-type(1) {
  width: 56vw;
  margin: 0 auto 200px;
}


@media only screen and (max-width: 640px) {
  .p-image__image:nth-of-type(1) {
    margin: 0 auto 80px;
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-image__image:nth-of-type(1) {
    margin-left: 0;
    width: 80%;
  }
}



/*center----------------------*/
.p-image__image:nth-of-type(9) {
  width: 65.291667vw;
  margin: 200px auto;
}

.p-image__image:nth-of-type(5) {
  width: 53.291667vw;
  margin: 200px auto;
}

.p-image__image:nth-of-type(10) {
  width: 36vw;
  margin: 200px auto;
}

.p-image__image:nth-of-type(13) {
  width: 40vw;
  margin: 200px auto;
}

.p-image__image:nth-of-type(16) {
  width: 40vw;
  margin: 200px auto;
}

/*right----------------------*/

.p-image__image:nth-of-type(3) {
  margin-right: 0;
  margin-top: -20vw;
  width: 35.1041666667vw;
}

.p-image__image:nth-of-type(6) {
  margin-right: 0;
  margin-top: 80px;
  width: 50.1041666667vw;
}

.p-image__image:nth-of-type(8) {
  margin-right: 0;
  margin-top: -20vw;
  width: 35.1041666667vw;
}

.p-image__image:nth-of-type(12) {
  width: 40vw;
  margin-right: 80px;
}

.p-image__image:nth-of-type(15) {
  width: 50vw;
  margin-right: 140px;
}


/*left----------------------*/

.p-image__image:nth-of-type(2) {
  margin-left: 0;
}

.p-image__image:nth-of-type(7) {
  margin-left: 0;
  width: 43.1041666667vw;
}

.p-image__image:nth-of-type(11) {
  width: 46vw;
  margin-left: 0;
}

.p-image__image:nth-of-type(14) {
  width: 38vw;
  margin-left: 0;
}


@media only screen and (max-width: 640px) {

  /*center----------------------*/
  .p-image__image:nth-of-type(5) {
    margin: 35px auto 80px;
    width: 80%;
  }

  .p-image__image:nth-of-type(9) {
    margin: 35px auto 80px;
    width: auto;
  }

  .p-image__image:nth-of-type(10) {
    margin: 35px auto 80px;
    width: auto;
  }

  .p-image__image:nth-of-type(13) {
    margin: 35px auto 80px;
    width: 50%;

  }

  .p-image__image:nth-of-type(16) {
    margin: 35px auto 80px;
    width: 70%;
  }

  /*right----------------------*/
  .p-image__image:nth-of-type(3) {
    margin: 35px auto 80px;
    width: 60%;
  }

  .p-image__image:nth-of-type(6) {
    margin: 35px auto 80px;
    width: 60%;
  }

  .p-image__image:nth-of-type(8) {
    margin: 35px auto 80px;
    width: 80%;
  }

  .p-image__image:nth-of-type(12) {
    margin: 35px auto 80px;
    width: 80%;
  }

  .p-image__image:nth-of-type(15) {
    margin: 35px auto 80px;
    width: auto;
  }


  /*left----------------------*/

  .p-image__image:nth-of-type(7) {
    margin: 35px auto 80px;
    width: auto;
  }

  .p-image__image:nth-of-type(10) {
    margin: 35px auto 80px;
    width: 70%;
  }

  .p-image__image:nth-of-type(2) {
    margin: 35px auto 80px;
    width: 80%;
  }

  .p-image__image:nth-of-type(11) {
    margin: 35px auto 80px;
    width: auto;
  }

  .p-image__image:nth-of-type(14) {
    margin: 35px auto 80px;
    width: 90%;
  }

}

@media only screen and (min-width: 640px) and (max-width: 1024px) {

  /*center----------------------*/
  .p-image__image:nth-of-type(9) {
    margin-top: 0;
    width: 80%;
  }


  /*right----------------------*/
  .p-image__image:nth-of-type(3) {
    margin-top: 0;
    width: 60%;
  }

  .p-image__image:nth-of-type(6) {
    margin-top: 0;
    width: 60%;
  }

  .p-image__image:nth-of-type(8) {
    margin-top: 0;
    width: 60%;
  }

  /*left----------------------*/

  .p-image__image:nth-of-type(7) {
    margin-left: 0;
    width: 80%;
  }

  .p-image__image:nth-of-type(10) {
    margin-left: 0;
    width: 60%;
  }
}




.p-image__image:nth-of-type(4) {
  margin-left: 0;
  margin-top: 100px;
  width: 35.1041666667vw;
}

@media only screen and (max-width: 640px) {
  .p-image__image:nth-of-type(4) {
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-image__image:nth-of-type(4) {
    margin-top: 0;
    width: 80%;
  }
}

/*------------------*/

/* コンテナ：常に中央寄せ＆均等幅（同じ最大幅） */
.p-image__container {
  width: 100%;
  max-width: 1200px;
  /* 同じ最大幅で均等に見せる */
  margin: 0 auto 80px;
  /* 中央寄せ＋下余白 */
  padding: 0 16px;
  /* 端の余白 */
  box-sizing: border-box;
}

/* ブロック本体 */
.p-image__foot {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  font-weight: 400;
  text-align: center;
  max-width: 800px;
  /* 各ブロックの最大幅を統一 */
  margin: 0 auto;
  /* コンテナ内で中央寄せ */
}

/* 内部ラッパー */
.p-image__footInner {
  width: 100%;
}

/* 画像＋テキストの並び */
.p-image__creditWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* 画像 */
.p-image__itemImg {
  overflow: hidden;
  width: 220px;
  /* PC/タブレット時の画像幅 */
  flex: 0 0 220px;
  /* 固定幅として並べる */
}

/* 画像の実体 */
.u-imgfix {
  max-width: 100%;
  height: auto;
  display: block;
}

/* テキスト側 */
.p-image__credit {
  flex: 1 1 auto;
  /* 画像の横で余白を埋める */
  text-align: left;
  margin: 0;
  padding: 0;
}

/* テキスト装飾 */
.p-image__brandName {
  font-size: 24px;
  line-height: 1.8;
  margin: 0 0 16px;
}

.p-image__itemName {
  line-height: 1.8;
  margin: 0 0 16px;
}

.p-image__price {
  margin: 0 0 32px;
}

.p-image__price::after {
  content: "（税込）";
  font-size: 10px;
}

/* タブレット対応 */
@media only screen and (max-width: 1024px) {
  .p-image__container {
    max-width: 960px;
    padding: 0 12px;
  }

  .p-image__foot {
    max-width: 720px;
  }

  .p-image__itemImg {
    width: 200px;
    flex: 0 0 200px;
  }
}

/* スマホ対応：縦並び＆中央寄せ */
@media only screen and (max-width: 640px) {
  .p-image__container {
    max-width: 100%;
    padding: 0 10px;
  }

  .p-image__foot {
    max-width: 100%;
  }

  .p-image__creditWrap {
    flex-direction: column;
    /* 画像とテキストを縦並び */
    align-items: center;
    /* 中央寄せ */
    gap: 16px;
  }

  .p-image__itemImg {
    width: 60%;
    /* 画像は比率で縮小 */
    flex: 0 0 auto;
    margin: 0 auto;
  }

  .p-image__credit {
    text-align: center;
    /* テキストも中央寄せ */
    width: 100%;
  }
}

/*------------------*/

.p-sauna__picture {
  margin-bottom: 10rem;
}

.p-sauna__picture--s {
  border-radius: 2.4rem;
  overflow: hidden;
  width: 88.2rem;
}

.p-sauna__picture--s:nth-of-type(even) {
  margin-left: auto;
}

@media only screen and (max-width: 640px) {
  .p-sauna__picture {
    margin-bottom: 3.8rem;
  }

  .p-sauna__picture--s {
    width: auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-sauna__picture {
    margin-bottom: 3.8rem;
  }

  .p-sauna__picture--s {
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  .p-sauna__inner {
    margin: 0 2rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-sauna__inner {
    margin: 0 8rem;
  }

  .p-sauna__inner p {
    padding: 8rem 0;
  }
}

@media only screen and (max-width: 640px) {
  .p-sauna__wrap {
    margin: 0 2rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-sauna__wrap {
    margin: 0 8rem;
  }
}

.p-sauna__desc {
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0 12.4rem 10rem;
}

@media only screen and (max-width: 640px) {
  .p-sauna__desc {
    padding: 2rem 2rem 6rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-sauna__desc {
    padding: 2rem 8rem 6rem;
  }
}

.p-otherItem__head {
  margin: 0 auto 7rem;
  text-align: center;
}

.p-otherItem__title {
  font-size: 2.4rem;
  font-weight: 700;
}

.p-otherItem__title::after {
  background: #7a7a7a;
  content: "";
  display: block;
  height: 0.1rem;
  margin: 3.6rem auto;
  width: 6.5rem;
}

.p-otherItem__desc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.p-otherItem__block+.p-otherItem__block {
  margin: 16rem auto 0;
}

.p-otherItem__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .p-otherItem__ul {
    flex-direction: column;
  }
}

.p-otherItem__li {
  flex: 0 0 49.4rem;
  margin: 0 0 1rem;
}

.p-otherItem__li:nth-of-type(even) {
  margin-left: 1rem;
}

.p-otherItem__li>a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .p-otherItem__li {
    flex: 0 0 auto;
  }

  .p-otherItem__li:nth-of-type(even) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-otherItem__li {
    flex: 0 0 calc(50% - 1rem);
  }

  .p-otherItem__li:nth-of-type(even) {
    margin-left: 1rem;
  }
}

.p-otherItem__itemDesc {
  background: white;
  bottom: 4rem;
  color: #232323;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.2em 2.4em;
  position: absolute;
}

.p-otherItem__info {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 5rem auto 0;
  text-align: center;
}

.p-otherItem__name {
  line-height: 2;
  margin: 0 auto 5rem;
}

.p-otherItem__btn {
  text-align: center;
}

.p-aboutKura__inner {
  -ms-grid-columns: 43.75% 1fr;
  background: white;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 43.75% 1fr;
  padding: 10rem 0;
}

@media only screen and (max-width: 640px) {
  .p-aboutKura__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-aboutKura__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-aboutKura__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 6.6666666667%;
  max-width: 60em;
}

@media only screen and (max-width: 640px) {
  .p-aboutKura__body {
    margin: 4rem 2rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-aboutKura__body {
    margin: 4rem 2rem;
  }
}

.p-aboutKura__label {
  border-bottom: 0.1rem #707070 solid;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 2rem;
}

.p-aboutKura__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 5.7rem;
}

.p-aboutKura__logo {
  margin: 0 0 5.7rem;
  width: 9rem;
}

.p-aboutKura__desc {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 3rem;
}

.p-aboutKura__li {
  margin: 0 0 1rem;
  padding: 0 0 0 1.5em;
  position: relative;
}

.p-aboutKura__li::before {
  content: "※";
  left: 0;
  position: absolute;
}

.p-shoplist {

  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

}

.p-shoplist__ttl {
  margin: 0 auto 50px;
}

.shop_tm {
  font-size: 12px;
  padding-left: 40px;
  margin: 0 auto 25px;
  width: 85.4166666667vw;
}

.p-shoplist h2 {
  padding-left: 40px;
}

@media only screen and (max-width: 640px) {
  .p-shoplist__ttl {
    margin: 0 auto 50px;
  }

  .shop_tm {
    font-size: 12px;
    padding-left: 20px;
    margin: 0 auto 15px;
    width: auto;
  }

  .p-shoplist h2 {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-shoplist__ttl {
    margin: 0 0 30px;
  }
}

.p-shoplist__inner {
  -ms-grid-columns: 1fr 2.5vw 1fr;
  display: -ms-grid;
  display: grid;
  gap: 0 2.5vw;
  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 50px;
  padding: 0 0 50px;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .p-shoplist__block {
    margin: 0 0 50px;
    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 100px;
  }
}

.p-shoplist__block:nth-of-type(-n+2) {
  border-top: 1px solid #ccc;
  padding: 50px 0;
}

@media only screen and (max-width: 640px) {
  .p-shoplist__block:nth-of-type(-n+2) {
    border-top: none;
    padding: 0 0 50px;
  }
}

.p-shoplist__overview {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}

@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 20px;
    width: 100%;
  }
}

.p-shoplist__imgArea {
  flex: 0 0 calc(50% - 5px);
  width: calc(50% - 5px);
  filter: grayscale(100%);
}

@media only screen and (max-width: 640px) {
  .p-shoplist__imgArea {
    flex: 0 0 100%;
    margin: 30px 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 {
  /*border-radius: 3px;*/
  overflow: hidden;
}

.p-shoplist__shopName {
  font-size: 18px;
  line-height: 1em;
  padding-bottom: 5px;
}

.p-shoplist__shopKana {
  font-size: 10px;
}

@media only screen and (max-width: 640px) {
  .p-shoplist__shopKana {
    display: block;
    margin: 5px 0 0 0;
  }
}

.p-shoplist__shopinfo {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 20px auto 15px;
}

.p-shoplist__shopinfo dt {
  align-items: center;
  color: #555;
  display: flex;
  flex: 0 0 80px;
  font-size: 12px;
  font-style: italic;
  margin: 5px 0 0 0;
  max-width: 80px;
}

.p-shoplist__shopinfo dd {
  flex: 0 0 calc(100% - 80px);
  line-height: 1.4;
  margin: 5px 0 0 0;
  width: calc(100% - 80px);
}

.p-shoplist__map {
  font-style: italic;
  margin-left: 5px;
}

.p-shoplist__notice {
  font-size: 10px;
}

.p-shoplist__sns ul {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 20px;
}

.p-shoplist__sns li {
  margin-right: 10px;
  width: 18px;
}

.p-shoplist__sns li svg {
  fill: #232323;
}

.p-shoplist__btn>.c-linkButton {
  /*border-radius: 5px;*/
  font-size: 12px;
}

.p-video {
  background: #f7f7f7;
}

.p-video__head {
  margin: 0 0 4rem;
}

@media only screen and (max-width: 640px) {
  .p-video__head {
    margin: 0 0 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 (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;
  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;
}

.sectionLabel {
  align-items: center;
  color: #E4EDF2;
  display: flex;
  flex: 1 1 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  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: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  padding: 0;
  font-weight: 400;
  background-color: transparent;
}



.articleLabelM {
  color: #aaa;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  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-articleLabelL h2 {
    padding-left: 20px;
  }
}

.articleLabelS {
  font-size: 1.2rem;
  font-weight: 100;
  margin-right: 10px;
}

@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 #7a7a7a #7a7a7a;
  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 {
  border: 0.1rem solid #7a7a7a;
  /*border-radius: 0.3rem;*/
  color: #7a7a7a;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  font-size: 1.6rem;
  padding: 0.8em 4em;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.c-linkButton:hover {
  background: #7a7a7a;
  background-position: 99% 60%;
  border: 0.1rem solid #7a7a7a;
  color: #fff;
}


.c-linkButton_img {
  /*border-radius: 5px;*/
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  font-size: 1.6rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.c-linkButton_img:hover {
  opacity: 0.9;
  background-position: 99% 60%;
  color: #fff;
}

.linkArr {
  background: #232323;
  border: 1px solid #fff;
  color: #fff;
  color: #fff;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  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: #7a7a7a;
  display: inline-block;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}

.c-linkUnderLine::before,
.c-linkUnderLine::after {
  background-color: #7a7a7a;
  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: #7a7a7a;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1em;
  position: relative;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}

.c-linkHoverLine::after {
  background: #7a7a7a;
  bottom: 1px;
  content: "";
  height: 1px;
  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: century-gothic, sans-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: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}

.u-linkUnderline::before,
.u-linkUnderline::after {
  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: #7a7a7a;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;

  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1em;
  position: relative;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}

.u-linkHoverline::after {
  background: #7a7a7a;
  bottom: 1px;
  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%;
}

.js-show-b {
  -webkit-transform: translate(0, 40px);
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1000ms;
}

.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 1000ms;
}

.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 1000ms;
}

.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 1000ms;
}

.js-show-r.is-show-r {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}


.youtube {
  margin: 20em auto 0;
  text-align: center;
  width: 60%;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .youtube {
    margin: 10em auto 0;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .youtube {
    margin: 10em auto 0;
    width: 100%;
  }
}

/*:where(img,svg,video,canvas,audio,iframe,embed,object) {
  display: block;
}
	
	@media only screen and (max-width: 640px) {
		:where(img,svg,video,canvas,audio,iframe,embed,object) {
  display: inline-block;
}
	}*/