@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap");
@-webkit-keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.delay-02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.delay-30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay-60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes fadeInLeft100_op {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft100_op {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft100_op {
  -webkit-animation-name: fadeInLeft100_op;
          animation-name: fadeInLeft100_op;
}

@-webkit-keyframes fadeInRight100_op {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight100_op {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight100_op {
  -webkit-animation-name: fadeInRight100_op;
          animation-name: fadeInRight100_op;
}

@-webkit-keyframes fadeInLeft100 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft100 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.fadeInLeft100 {
  -webkit-animation-name: fadeInLeft100;
          animation-name: fadeInLeft100;
}

@-webkit-keyframes fadeInRight100 {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}

@keyframes fadeInRight100 {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.fadeInRight100 {
  -webkit-animation-name: fadeInRight100;
          animation-name: fadeInRight100;
}

@-webkit-keyframes fadeInUp100_op {
  0% {
    opacity: 0;
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp100_op {
  0% {
    opacity: 0;
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp100_op {
  -webkit-animation-name: fadeInUp100_op;
          animation-name: fadeInUp100_op;
}

@-webkit-keyframes shrinkage {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    transform-origin: center center;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3, 1.3);
    transform-origin: center center;
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
    transform-origin: center center;
  }
}

@keyframes shrinkage {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    transform-origin: center center;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3, 1.3);
    transform-origin: center center;
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
    transform-origin: center center;
  }
}
.shrinkage {
  -webkit-animation: shrinkage 3s ease infinite;
          animation: shrinkage 3s ease infinite;
}

@-webkit-keyframes passing-box-keyframe {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes passing-box-keyframe {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-box-keyframe-c {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-box-keyframe-c {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes sub-title-keyframe {
  0% {
    color: transparent;
  }
  50% {
    color: transparent;
  }
  51% {
    color: transparent;
  }
  100% {
    color: #212121;
  }
}
@keyframes sub-title-keyframe {
  0% {
    color: transparent;
  }
  50% {
    color: transparent;
  }
  51% {
    color: transparent;
  }
  100% {
    color: #212121;
  }
}
@-webkit-keyframes sub-title-keyframe-c {
  0% {
    color: transparent;
  }
  50% {
    color: transparent;
  }
  51% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@keyframes sub-title-keyframe-c {
  0% {
    color: transparent;
  }
  50% {
    color: transparent;
  }
  51% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html {
  color: #000;
  background: #fff;
  word-break: break-all;
}

body {
  background: #fff;
}

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

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

main {
  display: block;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
a::before,
a::after,
button {
    transition: 0.3s ease-in-out;
  }
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  body {
    position: relative;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
}
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 10px;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #222;
  box-sizing: border-box;
  letter-spacing: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

body.fixed {
  overflow: hidden;
}

.all_svg {
  display: none;
}

.ib-span {
  display: inline-block;
}

.sp-br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}

.main {
  background: #212121;
}

.fixed-btn {
  display: block;
  width: 36px;
  height: 36px;
  position: fixed;
  right: 60px;
  bottom: 50px;
  z-index: 999;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .fixed-btn {
    right: 2rem;
    bottom: 30px;
  }
}
.fixed-btn .scroll_down {
  white-space: nowrap;
  font-size: 1.4rem;
  position: absolute;
  left: -138px;
  top: 10px;
  letter-spacing: 0.11em;
  transition: all 1s ease;
  color: #b4b4b4;
}
@media only screen and (max-width: 767px) {
  .fixed-btn .scroll_down {
    top: 1.5rem;
  }
}
.fixed-btn .top_page {
  display: block;
  position: absolute;
  white-space: nowrap;
  pointer-events: none;
  font-size: 1.6rem;
  transform: rotate(90deg) translateX(-50%);
  left: -28px;
  top: -77px;
  letter-spacing: 0.15em;
  color: #b4b4b4;
  opacity: 0;
  transition: all 1s ease;
}
.fixed-btn .top_page span {
  transition: opacity 300ms;
  transition-timing-function: cubic-bezier(0.26, 0.06, 0, 1);
}
.fixed-btn .scroll_down.hide {
  opacity: 0;
  transform: translateX(-50%);
}
.fixed-btn .top_page.active {
  transform: rotate(90deg) translateX(0);
  opacity: 1;
  pointer-events: all;
}
.fixed-btn .icon {
  position: absolute;
  display: inline-block;
  transition: transform 450ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fixed-btn .icon__image {
  width: 38px;
  height: 38px;
  position: relative;
  -webkit-animation: rotate_fixed_btn_icon 3s linear infinite;
          animation: rotate_fixed_btn_icon 3s linear infinite;
}
.fixed-btn .icon__image .parts01 circle {
  fill: transparent;
  stroke: #b4b4b4;
  stroke-width: 1;
  stroke-dasharray: 114;
  stroke-dashoffset: 85;
  transition: stroke-dashoffset 500ms;
}
.fixed-btn .icon__image .parts02 {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
.fixed-btn .icon__image .parts02 .circle02 {
  fill: transparent;
  stroke: #b4b4b4;
  stroke-width: 1;
  stroke-dasharray: 114;
  stroke-dashoffset: 85;
}
.fixed-btn .icon__image span {
  display: block;
  width: 40px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .fixed-btn .icon__image span {
    width: 6.66rem;
    height: 4rem;
  }
}
.fixed-btn .icon__image span::before {
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 3px solid #212121;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .fixed-btn .icon__image span::before {
    width: 6.2rem;
    height: 6.2rem;
  }
}

@-webkit-keyframes rotate_fixed_btn_icon {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate_fixed_btn_icon {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header {
  width: 100px;
  height: 150px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
}
.header__menu-button {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 3rem;
  right: 3rem;
  transform: rotate(-90deg);
  z-index: 50;
  cursor: pointer;
}
.header__menu-button svg circle {
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 1;
  stroke-dasharray: 114;
  stroke-dashoffset: 114;
  transition: stroke-dashoffset 500ms;
}
.header__menu-button svg .circle02 {
  stroke: rgba(180, 180, 180, 0.4);
  stroke-dasharray: 114;
  stroke-dashoffset: 0;
}
.header__menu-button span {
  width: 1.5px;
  height: 1.5px;
  background: #b4b4b4;
  position: absolute;
  top: 12px;
  left: 12px;
}
.header__menu-button span:nth-of-type(2) {
  left: 18px;
}
.header__menu-button span:nth-of-type(3) {
  left: 24px;
}
.header__menu-button span:nth-of-type(4) {
  top: 18px;
}
.header__menu-button span:nth-of-type(5) {
  top: 18px;
  left: 18px;
}
.header__menu-button span:nth-of-type(6) {
  top: 18px;
  left: 24px;
}
.header__menu-button span:nth-of-type(7) {
  top: 24px;
}
.header__menu-button span:nth-of-type(8) {
  top: 24px;
  left: 18px;
}
.header__menu-button span:nth-of-type(9) {
  top: 24px;
  left: 24px;
}
.header__menu-button:hover svg circle {
  stroke-dashoffset: 0;
}
.header__menu-button.close span {
  display: none;
}
.header__menu-button.close span:nth-of-type(3) {
  display: block;
  width: 1px;
  height: 16px;
  top: 13px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: top center;
}
.header__menu-button.close span:nth-of-type(9) {
  display: block;
  width: 1px;
  height: 16px;
  top: 25px;
  background: #fff;
  transform: rotate(135deg);
  transform-origin: top center;
}
.header .menu {
  width: 40vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(120%);
  transition: all 1s ease;
  background-image: url(../img/common/header-menu-bg.jpeg);
  background-size: cover;
  background-position: 100% 100%;
  padding: 5rem;
}
@media only screen and (max-width: 767px) {
  .header .menu {
    width: 100vw;
  }
}
.header .menu.open {
  transform: translateX(0);
}
.header .mouse-move-text {
  position: relative;
  z-index: 10;
  margin-bottom: 5rem;
  font-family: "Noto Serif JP", serif;
}
.header .mouse-move-text li .menu-item {
  display: inline-block;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
  line-height: 1.5;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header .mouse-move-text li .menu-item {
    font-size: 2rem;
  }
}
.header .mouse-move-text li .menu-item:hover {
  color: #fff;
}
.header .sns {
  display: flex;
}
.header .sns__li {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .sns__li a {
  display: block;
}
.header .sns__li a img {
  width: 100%;
}
.header .sns__li:nth-of-type(1) a {
  width: 2.27rem;
}
.header .sns__li:nth-of-type(2) a {
  width: 2.2rem;
}
.header .sns__li:nth-of-type(3) a {
  width: 2.4rem;
}
.header .sns__li:nth-of-type(4) a {
  width: 4.5rem;
}
.header .hover-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.header .lang-change-button {
  position: fixed;
  top: 8rem;
  right: 1.9rem;
  z-index: 30;
}
.header .lang-change-button ul {
  position: relative;
}
.header .lang-change-button ul li a {
  width: 6rem;
  height: 2rem;
  font-size: 1.1rem;
  color: #b4b4b4;
  border: 1px solid #b4b4b4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .lang-change-button ul li a.selected {
  background: #b4b4b4;
  color: #212121;
  padding-left: 0.8rem;
}
.header .lang-change-button ul li a.selected::before {
  content: "●";
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  transform: translateY(-50%);
  color: #212121;
}
.header .lang-change-button ul li:first-of-type a {
  border-bottom: none;
}

.all-mask {
  width: 100%;
  height: 100vh;
  background: rgba(2, 8, 8, 0.8);
  position: fixed;
  z-index: 900;
  display: none;
}

.all-mask.active {
  display: block;
}

.footer {
  background: #212121;
  color: #fff;
  padding: 2.5rem 30px 0;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 2.1rem 20px 0;
  }
}
.footer__intro {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .footer__intro {
    margin-bottom: 3.6rem;
  }
}
.footer__intro .artist-image {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.6rem;
}
.footer__intro .artist-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__intro .artist-name {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.footer__main-nav {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .footer__main-nav {
    margin-bottom: 5.5rem;
  }
}
.footer__main-nav ul {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  width: 56rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .footer__main-nav ul {
    width: 100%;
    row-gap: 1.5rem;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: center;
    max-width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__main-nav ul li {
    width: 13rem;
  }
}
.footer__main-nav ul li a {
  display: inline-block;
  color: #fff;
  padding: 0.5rem;
}
.footer__sns-nav {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .footer__sns-nav {
    margin-bottom: 0;
  }
}
.footer__sns-nav ul {
  display: flex;
  justify-content: center;
}
.footer__sns-nav ul li {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__sns-nav ul li a {
  display: block;
}
.footer__sns-nav ul li a img {
  width: 100%;
}
.footer__sns-nav ul li:nth-of-type(1) a {
  width: 2.27rem;
}
.footer__sns-nav ul li:nth-of-type(2) a {
  width: 2.2rem;
}
.footer__sns-nav ul li:nth-of-type(3) a {
  width: 2.4rem;
}
.footer__sns-nav ul li:nth-of-type(4) a {
  width: 4.5rem;
}
.footer__copyright {
  padding: 1rem 1rem 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 12px;
}

.child-fv {
  width: 100%;
  height: 58.4rem;
  position: relative;
  background: #212121;
  padding-top: 20rem;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .child-fv {
    height: 100vh;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.child-fv__title {
  width: 100%;
}

.common-button01 {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  position: relative;
  transition: all 0.5s ease;
  width: 20rem;
  margin: 0 auto;
}
.common-button01__text {
  font-size: 1.7rem;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .common-button01__text {
    font-size: 1rem;
  }
}
.common-button01__circle {
  width: 8rem;
  height: 8rem;
  background: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #212121;
  transition: all 0.4s ease;
}
.common-button01__circle span {
  display: block;
  width: 3.4rem;
  height: 0.15rem;
  background: #fff;
  position: relative;
  transition: all 0.4s ease;
}
.common-button01__circle span::before {
  content: "";
  width: 0.6rem;
  height: 0.8rem;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.2rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: all 0.4s ease;
}
.common-button01:hover .common-button01__circle {
  background: #fff;
}
.common-button01:hover .common-button01__circle span {
  background: #212121;
}
.common-button01:hover .common-button01__circle span::before {
  background: #212121;
}

.common-button02 {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  position: relative;
  transition: all 0.5s ease;
  width: 20rem;
  margin: 0 auto;
}
.common-button02__text {
  font-size: 1.7rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .common-button02__text {
    font-size: 1rem;
  }
}
.common-button02__circle {
  width: 8rem;
  height: 8rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  transition: all 0.4s ease;
}
.common-button02__circle span {
  display: block;
  width: 3.4rem;
  height: 0.15rem;
  background: #000;
  position: relative;
  transition: all 0.4s ease;
}
.common-button02__circle span::before {
  content: "";
  width: 0.6rem;
  height: 0.8rem;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.2rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: all 0.4s ease;
}
.common-button02:hover .common-button02__circle {
  background: #212121;
}
.common-button02:hover .common-button02__circle span {
  background: #fff;
}
.common-button02:hover .common-button02__circle span::before {
  background: #fff;
}

.language-button {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1.5rem;
}
.language-button a {
  width: 7rem;
  height: 3rem;
  background: #ddd;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page_top {
  width: 7.7rem;
  height: 7.7rem;
  position: absolute;
  top: -3.85rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  z-index: 100;
  box-shadow: 0 0 0.3rem #ddd;
}
@media only screen and (max-width: 767px) {
  #page_top {
    display: none;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 7.7rem;
  height: 7.7rem;
  text-decoration: none;
  text-align: center;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  font-size: 3rem;
  color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common-section-title {
  position: relative;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .common-section-title {
    display: block;
  }
}
.common-section-title h2 {
  font-size: 12rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  letter-spacing: -0.05em;
  overflow: hidden;
  height: 17rem;
  display: inline-block;
  padding-right: 3rem;
}
@media only screen and (max-width: 767px) {
  .common-section-title h2 {
    font-size: 6rem;
    height: 7rem;
    margin-bottom: 1rem;
  }
}
.common-section-title h2 span {
  letter-spacing: -0.2em;
  display: inline-block;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .common-section-title .font-size-5 {
    font-size: 4rem;
  }
}
.common-section-title p {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 4rem;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .common-section-title p {
    font-size: 2.8rem;
  }
}

.common-section-title.black {
  color: #212121;
}

.top-sec07 {
  padding: 14rem 30px;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .top-sec07 {
    padding: 9rem 20px;
  }
}
.top-sec07__title {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-sec07__title {
    margin-bottom: 3rem;
  }
}
.top-sec07__title .common-button02 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .top-sec07__title .common-button02 {
    position: relative;
    top: initial;
    right: initial;
    transform: none;
    margin: 0 auto;
  }
}
.top-sec07__contents {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- *//*# sourceMappingURL=common.css.map */