@charset "UTF-8";

::-moz-selection {
  background: #A37A43;
  color: #f4f4f4;
}

::selection {
  background: #A37A43;
  color: #f4f4f4;
}

::-moz-selection {
  background: #A37A43;
  color: #f4f4f4;
}

:root,
html,
body {
  color: #232323;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
  line-height: 180%;
  width: 100%;
}

body {
  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;
}

/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
  line-height: calc(0.25rem + 1em + 0.25rem);
  margin: 0;
  padding: 0;
}

*,
::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, 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;
}

*,
*::before,
*::after {
  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) {
  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 1100;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100;
}

@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: 110rem;
}

@media only screen and (max-width: 640px) {
  .l-basewidth {
    padding-left: 2rem;
    padding-right: 2rem;
    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: block;
  font-family: "ivyora-display", sans-serif;
  font-weight: 500;
  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: #232323;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
}

.l-loader__titleArea {
  -webkit-animation: logo 5s ease-in-out both;
  animation: logo 5s ease-in-out both;
  height: 100%;
  opacity: 0;
  position: fixed;
  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: flex-end;
  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: 8rem;
}

.l-header__title>svg {
  width: 100%;
}

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

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-header__title {
    width: 8rem;
  }
}

.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: 8rem 0;
    width: 100%;
  }
}

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

.l-section2 {
  margin: 0 auto;
  padding: 13.4rem 0;
}

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

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-section2 {
    overflow: hidden;
    padding: 6rem 0 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: "Roboto", 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: #A37A43;
  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: #f4f4f4;
  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: rgba(35, 35, 35, 0.9);
    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: rgba(35, 35, 35, 0.9);
    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;
  font-family: "ivyora-display", sans-serif;
  font-size: 3.2rem;
  padding: 0 0 3rem;
}

@media only screen and (max-width: 640px) {
  .l-menu__ttl {
    display: block;
    color: #f6f6f6;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .l-menu__ttl {
    display: block;
    color: #f6f6f6;
  }
}

.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: #A37A43;
  font-family: "ivyora-display", sans-serif;
  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: #101010;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

@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;
  color: #f6f6f6;
}



/* 奇数番目のセクション（1番目、3番目、5番目...） */
section:nth-of-type(odd) {
  background-color: #efefef; /* ＃f６f６f6 */
}

/* 偶数番目のセクション（2番目、4番目、6番目...） */
section:nth-of-type(even) {
  background-color: #ffffff; /* ＃FFF */

}

.p-hero {
  background: url(..//img/img_back-pc.jpg);
  background-position: center;
  font-family: "ivyora-display", sans-serif;
  margin: 0 auto 0.5208333333vw;
  border: 2px solid #A37A43;
  background-size: cover;
}

.p-hero__inner {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-hero__titleArea {
  max-width: 80rem;
  padding: 20rem 0;
}

@media only screen and (max-width: 640px) {
  .p-hero__titleArea {
    padding: 10rem 2rem;
    max-width: 100%;
    background: url(..//img/img_back-sp.jpg);
  }
}




.p-intro__head {
  margin-bottom: 8rem;
}

.p-intro__titleJP {
  margin: 0 0 4rem;
  width: 32em;
}

.p-intro__desc {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 auto;
    max-width: 50em;
  text-align: justify;
}

.p-intro__desc+.p-intro__desc {
  margin-top: 2rem;
}

.p-intro__desc:last-of-type {
  margin-bottom: 8rem;
}

.p-intro__agendaWrap {
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}

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

.p-intro__agenda>a {
  align-items: center;
  border-bottom: 1px solid #A37A43;
  color: #232323;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 2rem;
  justify-content: space-between;
  padding: 0 1rem 1rem;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .p-intro__agenda>a {
    font-size: 1.6rem;
    padding: 0 1.6rem 1rem .8rem;
  }
}

.p-intro__agenda>a>span {
  color: #A37A43;
  display: block;
  flex: 0 0 100%;
  font-family: "ivyora-display", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  margin: 0 0 0.5rem;
}

.p-intro__agenda>a::after {
  -webkit-transform: rotate(-45deg);
  border: 1px solid #A37A43;
  border-color: transparent transparent #A37A43 #A37A43;
  content: "";
  display: inline-block;
  height: 1rem;
  transform: rotate(-45deg);
  width: 1rem;
}

.p-items {
  background: #f7f7f7;
}

.p-items__head {
  margin-bottom: 8rem;
}

.p-items__titleJP {
  margin: 0 0 4rem;
  width: 32em;
}

.p-items__release {
  color: #232323;
  font-size: 3.2rem;
  margin: 0 0 4rem;
}

.p-items__release>span {
  font-size: 2rem;
}

.p-items__desc {
  font-size: 1.6rem;
  line-height: 1.6;
    max-width: 50em;
  text-align: justify;
}

.p-items__ul {
  -ms-grid-columns: 1fr 8rem 1fr 8rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 8rem;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 640px) {
  .p-items__ul {
    -ms-grid-columns: 1fr 1.6rem 1fr;
    gap: 6rem 1.6rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-items__ul>li {
    word-break: break-all;
  }
}

.p-items__image {
  background: white;
  margin: 0 0 2rem;
  /*padding: 3rem;*/
  position: relative;
}

.p-items__image--none {
  padding: 0;
}

.p-items__icon {
  background: #E60012;
  bottom: 1rem;
  color: #f4f4f4;
  font-size: 1rem;
  left: -1rem;
  line-height: 1;
  padding: 0.4rem 0.8rem;
  position: absolute;
}

.p-items__brand {
  font-size: 1.8rem;
  margin: 0 0 1.6rem;
}

.p-items__name {
  margin: 0 0 0.8rem;
}

.p-items__price {
  color: #7a7a7a;
  font-size: 1.2rem;
  margin: 0 0 1.8rem;
}

.p-items__price>span {
  font-size: 1rem;
}

.p-items__note {
  color: #860000;
  font-size: 1.2rem;
  margin: 1.8rem 0 0;
}

.p-event__head {
  margin-bottom: 8rem;
}

.p-event__titleJP {
  margin: 0 0 4rem;
  width: 32em;
}

.p-event__desc {
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 50em;
  text-align: justify;
}

.p-event__ul {
  -ms-grid-columns: 1fr 8rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 8rem;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 640px) {
  .p-event__ul {
    -ms-grid-columns: 1fr;
    gap: 6rem 1.6rem;
    grid-template-columns: repeat(1, 1fr);
  }
}


.p-event__li {
  position: relative;
  background: #f7f7f7;
  position: relative;
}


.p-event__li.end::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-event__li.end::after {
  content: "終 了";
  color: #fff;
  display: flex;
  font-size: 40px;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  padding: 24px 16px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.p-event__venue {

  z-index: 500;
  color: #fff;
  display: flex;
  z-index: 1;

      margin: 2.4rem 0;
}

.p-event__venue li {
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 5px 0 0; 
 font-size: 1.4rem;
}


.p-event__venue--ec {
    border-radius: 3px;
    color: #17a3b6;
     background-color: #fff;
    border: 1px solid #17a3b6;
    padding: 8px 16px;
    backdrop-filter: blur(5px);
}

.p-event__venue--store {
    border-radius: 3px;
    color: #e4690e;
    background-color: #ffffff;
    border: 1px solid #e4690e;
    padding: 8px 16px;
    backdrop-filter: blur(5px);
}

.p-event__venue--store-sp {
    border-radius: 3px;
    color: #e4690e;
       background-color: #ffffff;
    border: 1px solid #e4690e;
    padding: 8px 16px;
    backdrop-filter: blur(5px);
}


.p-event__image {
  position: relative;
}

.p-event__wrap {
  background: #f7f7f7;
  padding: 2.4rem;
  position: relative;
}

.p-event__name {
     align-items: flex-start;
    color: #232323;
    display: flex;
    font-size: 2.4rem;
    margin: 0 0 1.6rem -4rem;
    height: 7.2rem;
    line-height: 3.2rem;

}

.p-event__name::before {
  background: #232323;
  content: "";
  display: block;
  height: 0.1rem;
  margin: 1.5rem 1rem 0 0;
  width: 3rem;
}

.p-event__date {
  font-size: 1.6rem;
  margin: 0 0 1.6rem;
}

.p-event__content {
  line-height: 1.6;
  margin: 0 0 1.6rem;
}

.p-event__content--none {
  margin: 0 0 6rem;
}

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

.p-event__num {
  align-items: center;
  border: 0.1rem solid;
  border-radius: 50%;
  bottom: 1rem;
  color: #A37A43;
  display: flex;
  font-size: 2rem;
  height: 2em;
  justify-content: center;
  line-height: 1;
  opacity: 0.5;
  padding: 3.2rem;
  position: absolute;
  right: 1rem;
  width: 2em;
}

.p-outlet {
  background: #f7f7f7;
}

.p-outlet__head {
  margin-bottom: 8rem;
}

.p-outlet__titleJP {
  margin: 0 0 4rem;
  width: 32em;
}

.p-outlet__desc {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 8rem;
   max-width: 50em;
  text-align: justify;
}

.p-outlet__ul {
  -ms-grid-columns: 1fr 8rem 1fr;
  display: -ms-grid;
  display: grid;
  gap: 8rem;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 640px) {
  .p-event__ul {
    -ms-grid-columns: 1fr;
    gap: 6rem 1.6rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-outlet__image {
  position: relative;
}

.p-outlet__wrap {
  background: white;
  padding: 2.4rem;
  position: relative;
}

.p-outlet__date {
  align-items: center;
  color: #232323;
  display: flex;
  font-size: 1.8rem;
  margin: 0 0 2.4rem -4rem;
}

.p-outlet__date::before {
  background: #232323;
  content: "";
  display: block;
  height: 0.1rem;
  margin: 0 1rem 0 0;
  width: 3rem;
}

.p-outlet__area {
  margin: 0 0 0.6rem;
}

.p-outlet__place {
  font-size: 2rem;
  margin: 0 0 2.4rem;
}

.p-hours__head {
  margin-bottom: 8rem;
}

.p-hours__titleJP {
  margin: 0 0 4rem;
  width: 32em;
}

.p-hours__release {
  color: #232323;
  font-size: 3.2rem;
  margin: 0 0 4rem;
}

.p-hours__release>span {
  font-size: 2rem;
}

.p-hours__desc {
  font-size: 1.6rem;
  line-height: 1.6;
    max-width: 50em;
  text-align: justify;
}

.p-hours__table {
  border-bottom: solid 0.2rem #232323;
  border-collapse: collapse;
  font-size: 2rem;
  width: 100%;
}

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

.p-hours__date {
  width: 20%;
}

.p-hours__date--closed {
  background: #E0605B;
  color: #E0605B;
  color: #f4f4f4;
  font-weight: bold;
}

.p-hours__date--short {
  background: #f4f4f4;
}

.p-hours__time--closed {
  background: #E0605B;
  color: #E0605B;
  color: #f4f4f4;
  font-weight: 500;
}

.p-hours__time--short {
  background: #f4f4f4;
}

.p-hours__year,
.p-hours__date,
.p-hours__time {
  border-right: dotted 0.1rem #7a7a7a;
  border-top: solid 0.1rem #232323;
  height: 8rem;
  text-align: center;
}

.p-hours__year>span,
.p-hours__date>span,
.p-hours__time>span {
  font-size: 1.4rem;
}

.p-hours__year {
  border-right: none;
  width: 20%;
}

.p-hours__year--none {
  border-top: none;
}

.p-hours th:last-child,
.p-hours td:last-child {
  border-right: none;
}

.p-hours th {
  border-bottom: solid 0.2rem #232323;
  border-top: solid 0.2rem #232323;
  font-family: "ivyora-display", sans-serif;
  font-style: italic;
  font-weight: 300;
}

.p-hours tr:nth-child(2) {
  border-bottom: solid 0.1rem #232323;
}

.p-hours__sc {
  margin: 2rem 0 0;
  max-width: 40em;
}

.p-image__block {
  padding: 16.8rem 0;
}

.p-image__block:nth-child(even) {
  background: #101010;
}

@media only screen and (max-width: 640px) {
  .p-image__block {
    padding: 8rem 0;
  }
}

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

.p-image__headInner {
  font-family: "ivyora-display", sans-serif;
  font-weight: 500;
  margin: 0 auto 3.2rem;
  width: 42.2916666667vw;
}

.p-image__headInner--row {
  width: 71.0416666667vw;
}

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

  .p-image__block--row .p-image__headInner {
    width: auto;
  }
}

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

  .p-image__block--row .p-image__headInner {
    width: auto;
  }
}

.p-image__num {
  border-right: 0.3rem solid;
  font-family: "Roboto", sans-serif;
  padding: 0 3rem 0.2rem 0;
}

.p-image__num span {
  display: block;
  text-align: right;
}

.p-image__num span:nth-child(1) {
  font-size: 9rem;
  line-height: 1;
  margin: 0 0 1rem;
}

.p-image__num span:nth-child(2) {
  font-size: 2.4rem;
  padding-right: 0.5rem;
}

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

  .p-image__num span:nth-child(1) {
    font-size: 5.6rem;
    margin: 0;
  }

  .p-image__num span:nth-child(2) {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-image__num {
    padding: 0 2rem 0.2rem 0;
  }

  .p-image__num span:nth-child(1) {
    font-size: 5.6rem;
    margin: 0;
  }

  .p-image__num span:nth-child(2) {
    font-size: 2.4rem;
  }
}

.p-image__name {
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  width: 70%;
}

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

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-image__name {
    font-size: 4.8rem;
  }
}

.p-image__body {
  margin: 0 0 3.2rem;
}

.p-image__image {
  border-radius: 0.5rem;
  margin: 0 auto;
  overflow: hidden;
  width: 42.2916666667vw;
}

.p-image__image.js-show-b {
  -webkit-transform: translate(0, 0);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.5s;
}

.p-image__image.js-show-b.is-show-b {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

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

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

  .p-image__image--full {
    width: 100%;
  }
}

.p-image__image--row {
  width: 71.0416666667vw;
}

@media only screen and (max-width: 640px) {
  .p-image__image--row {
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-image__image--row {
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
}

.p-image__image--full {
  -webkit-filter: grayscale(100%) contrast(120%);
  filter: grayscale(100%) contrast(120%);
  width: auto;
}

.p-image__image+.p-image__image {
  margin-top: 8rem;
}

.p-image__foot {
  font-family: "ivyora-display", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
}

.p-image__footInner {
  display: inline-block;
  text-align: left;
  width: 42.2916666667vw;
}

.p-image__footInner--row {
  width: 71.0416666667vw;
}

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

  .p-image__footInner--row {
    width: 100%;
  }
}

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

  .p-image__footInner--row {
    width: 100%;
  }
}

.p-image__model {
  font-family: "Roboto", sans-serif;
}

.p-image__model>span {
  font-size: 1.2rem;
}

.p-image__creditWrap+.p-image__creditWrap {
  margin: 4.8rem 0 0;
}

.p-image__credit {
  margin: 1.6rem 0 0;
}

.p-image__credit>a {
  color: #f4f4f4;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.6em 2em;
}

.p-image__credit.no>a {
  border: none;
  font-size: 0;
  pointer-events: none;
}

.p-image__credit.no>a::before {
  content: "Coming Soon...";
  font-size: 1.4rem;
}

.p-brand {
  font-weight: 500;
}

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

.p-brand__logo {
  margin: 0 auto 5rem;
  width: 15rem;
}

.p-brand__logo svg {
  width: 100%;
}

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

.p-brand__desc {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 auto 2rem;
  width: 42.2916666667vw;
}

.p-brand__desc--en {
  font-size: 2rem;
  font-weight: 300;
}

@media only screen and (max-width: 640px) {
  .p-brand__desc {
    font-size: 1.6rem;
    width: auto;
  }

  .p-brand__desc--en {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-brand__desc {
    font-size: 2.2rem;
    margin: 0 auto 2rem;
    width: 80%;
  }
}

.p-brand__btn {
  margin: 5rem auto 0;
  text-align: center;
}

.p-brand__btn>a {
  font-size: 2.4rem;
}

@media only screen and (max-width: 640px) {
  .p-brand__btn>a {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .p-brand__btn>a {
    font-size: 1.6rem;
  }
}

.p-shoplist {
  background: #101010;
  font-family: "Roboto", sans-serif;
}

.p-shoplist__ttl {
  margin: 0 auto 5rem;
}

@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.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 5rem;
  padding: 0 0 5rem;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .p-shoplist__block {
    margin: 0 0 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 {
  border-radius: 0.3rem;
  overflow: hidden;
}

.p-shoplist__shopName {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 0.5rem;
}

.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: #f4f4f4;
}

.p-shoplist__btn>.c-linkButton {
  border-radius: 0.5rem;
  font-size: 1.2rem;
}


.sectionLabel {
  align-items: center;
  color: #E60012;
  display: flex;
  flex: 1 1 auto;
  font-family: "Roboto", sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  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 {
  color: #A37A43;
  font-family: "ivyora-display", sans-serif;
  font-size: 8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  margin: 0 0 16px;
}

@media only screen and (max-width: 640px) {
  .c-articleLabelL {
    font-size: 4rem;
  }
}

.c-articleLabelM {
  align-items: center;
  color: #232323;
  display: inline-flex;
  font-size: 1.8rem;
  line-height: 1.5em;
  z-index: 50;
}

@media only screen and (max-width: 640px) {
  .c-articleLabelM {
    font-size: 1.6rem;
  }
}

.c-articleLabelM::before {
  background: #7a7a7a;
  content: "";
  display: block;
  height: 0.1rem;
  margin: 0 0.8rem 0 0;
  width: 3em;
}

@media only screen and (max-width: 640px) {
  .c-articleLabelM::before {
    width: 1.8em;
  }
}

.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 #A37A43 #A37A43;
  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: #A37A43;
  border: 0.1rem solid #A37A43;
  color: #f4f4f4;
  display: inline-block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.8rem 1.2rem 0.7rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.c-linkButton:hover {
  background: #f4f4f4;
  background-position: 99% 60%;
  color: #A37A43;
}

.c-linkButton--tba {
      /* リンク要素へのクリックやホバーなどのポインターイベントを無効にする */
    pointer-events: none;
    
    /* (オプション) 視覚的に無効であることを示すために透明度を下げる */
    opacity: 0.6; 
    
    /* (オプション) カーソルを通常に戻す */
    cursor: default; 
}

.c-linkArr {
  background: #232323;
  border: 1px solid #fff;
  color: #fff;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  position: relative;
  text-align: left;
  width: 300px;
}

.c-linkArr__arr {
  background-color: #fff;
  bottom: 2.5em;
  height: 1px;
  position: absolute;
  right: 24px;
  transition: all 0.5s ease;
  width: 90px;
}

.c-linkArr__arr:before {
  -webkit-transform: rotate(40deg);
  background-color: #fff;
  bottom: 6px;
  content: "";
  height: 1px;
  position: absolute;
  right: -2px;
  transform: rotate(40deg);
  transition: all 0.5s ease;
  width: 18px;
}

.c-linkArr__wrap {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  height: 100%;
  letter-spacing: 0.08em;
  line-height: 4em;
  padding-left: 18px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  z-index: 1;
}

.c-linkArr:hover .c-linkArr__arr,
.c-linkArr:hover .c-linkArr__arr:before {
  -webkit-transform: translateX(1rem);
  background-color: #fff;
  transform: translateX(1rem);
  transition: all 0.5s ease;
}

.c-linkArr:hover .c-linkArr__arr:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.c-linkUnderLine {
  color: #f4f4f4;
  display: inline-block;
  padding: 0 1px;
  position: relative;
  text-decoration: none;
  transition: color ease 0.3s;
}

.c-linkUnderLine::before,
.c-linkUnderLine::after {
  background-color: #f4f4f4;
  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: #f4f4f4;
  width: 100%;
}

.c-linkUnderLine:hover::after {
  background-color: #ddd;
  left: 100%;
  transition: all ease 0.2s;
  width: 0%;
}

.c-linkHoverLine {
  color: #A37A43;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  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: "Roboto", 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: "Roboto", sans-serif;
  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: #A37A43;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  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: #f4f4f4;
}

.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, 4rem);
  opacity: 0;
  transform: translate(0, 4rem);
  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);
}

.font-size10 {
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .display_sp {
    display: none;
  }
}