@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@300;500&family=Playfair+Display:wght@400;500&family=Roboto:wght@300;500&display=swap);
@media screen and (min-width: 768px) {
  .pc {
    display: block; }
  .tab {
    display: none; }
  .sp {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .tab {
    display: block; }
  .sp {
    display: none; } }

@media screen and (max-width: 768px) {
  .pc {
    display: none; }
  .tab {
    display: none; }
  .sp {
    display: block; } }

body {
  opacity: 0; }
  body.loading {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1; }

header {
  font-family: "Playfair Display", "Noto Serif JP", serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    header {
      padding: 2rem 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute; } }

.tagline {
  font-size: 2rem; }

.lang_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .lang_list .active {
    border-bottom: 2px solid #e3061d;
    padding-bottom: 4px; }

.lang_item {
  font-size: 1.9rem; }
  .lang_item:first-of-type {
    margin-right: 1.9rem; }
    .lang_item:first-of-type a {
      font-weight: 400; }
  @media screen and (max-width: 768px) {
    .lang_item {
      font-size: 1.8rem; }
      .lang_item:first-of-type {
        margin-right: 1.8rem; } }

#top {
  text-align: center;
  max-width: calc(1280px + 7.5vw);
  width: 100%;
  padding: 0 7.5vw;
  margin: 0 auto;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #top {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
      #top * {
        min-height: 0%; } }
  @media screen and (max-width: 768px) {
    #top {
      max-width: none; } }

#top_logo {
  max-width: 80rem;
  margin: 0 auto 8rem;
  padding-top: 1.6rem; }
  #top_logo:lang(ja) {
    padding-top: 1.2rem; }
  @media screen and (max-width: 1400px) {
    #top_logo {
      max-width: 72rem;
      margin: 0 auto 7.2rem; } }
  @media screen and (max-width: 1200px) {
    #top_logo {
      max-width: 64rem;
      margin: 0 auto 6.4rem; } }
  @media screen and (max-width: 1000px) {
    #top_logo {
      max-width: 56rem;
      margin: 0 auto 5.6rem;
      padding-top: 1.2rem; }
      #top_logo:lang(ja) {
        padding-top: 0.8rem; } }
  @media screen and (max-width: 768px) {
    #top_logo {
      margin: 0 auto 4rem;
      padding-top: 2.8rem;
      margin-bottom: 3.6rem; }
      #top_logo img {
        width: calc(100% + 8px);
        margin-left: -4px; } }

#top_text {
  font-family: "Playfair Display", "Noto Serif JP", serif;
  font-weight: 400;
  width: 100%; }
  #top_text:lang(en) {
    font-size: 4.4rem;
    line-height: 1.33; }
    #top_text:lang(en):not(:last-of-type) {
      margin-bottom: 2.4rem; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      #top_text:lang(en) {
        font-size: 4rem; } }
    @media screen and (max-width: 1200px) {
      #top_text:lang(en) {
        font-size: 4rem; } }
    @media screen and (max-width: 768px) {
      #top_text:lang(en) {
        font-size: 2.5rem; }
        #top_text:lang(en):not(:last-of-type) {
          margin-bottom: 1.5rem; } }
  #top_text:lang(ja) {
    font-size: 3.8rem;
    line-height: 1.5; }
    #top_text:lang(ja):not(:last-of-type) {
      margin-bottom: 2rem; }
    @media screen and (max-width: 1000px) {
      #top_text:lang(ja) {
        font-size: 3.4rem; }
        #top_text:lang(ja):not(:last-of-type) {
          margin-bottom: 1.8rem; } }
    @media screen and (max-width: 768px) {
      #top_text:lang(ja) {
        font-size: 2.1rem; }
        #top_text:lang(ja):not(:last-of-type) {
          margin-bottom: 1.2rem; }
        #top_text:lang(ja) .ib {
          display: inline; } }

#top_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7.2rem; }
  #top_sns_list:lang(ja) {
    margin-top: 6.4rem; }
  #top_sns_list svg {
    fill: #e3061d; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #top_sns_list {
      margin-top: 0rem; } }
  @media screen and (max-width: 1200px) {
    #top_sns_list {
      margin-top: 6.4rem; }
      #top_sns_list:lang(ja) {
        margin-top: 5.6rem; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    #top_sns_list {
      margin-top: 0rem; } }
  @media screen and (max-width: 1000px) {
    #top_sns_list {
      margin-top: 5.6rem; }
      #top_sns_list:lang(ja) {
        margin-top: 4.8rem; } }
  @media screen and (max-width: 768px) {
    #top_sns_list {
      margin-top: 4rem; } }

#top_sns_item {
  width: 3.2rem; }
  #top_sns_item:first-of-type {
    margin-right: 3.2rem; }
  @media screen and (max-width: 768px) {
    #top_sns_item {
      width: 2.4rem; }
      #top_sns_item:first-of-type {
        margin-right: 2.4rem; } }

#footer {
  width: 100%;
  overflow: hidden; }

.footer_line_item {
  display: inline-block;
  width: 100vw;
  height: 3px;
  background: #e3061d;
  margin-bottom: 7px; }

#footer_contents {
  width: 100%;
  padding: 0 10vw;
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    #footer_contents {
      display: block;
      margin-top: 5rem;
      padding: 0 7.5vw; } }

.footer_title {
  font-family: "Playfair Display", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: calc(1em * 0.04);
  margin-bottom: 2rem; }

.footer_text {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: calc(1em * 0.028); }
  .footer_text:lang(en) {
    line-height: 1.5; }
  .footer_text:lang(ja) {
    font-size: 1.5rem;
    line-height: 1.75; }
  @media screen and (max-width: 768px) {
    .footer_text {
      font-size: 1.6rem; } }
  .footer_text span {
    font-style: italic; }

#footer_about {
  max-width: 42vw;
  margin-right: 10vw; }
  @media screen and (max-width: 768px) {
    #footer_about {
      max-width: none;
      margin-right: 0; } }

#footer_contact {
  max-width: 28vw; }
  @media screen and (max-width: 768px) {
    #footer_contact {
      margin-top: 5rem;
      max-width: none; } }

.contact_title {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem; }

#contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    #contact_list {
      display: block; } }

.contact_item {
  width: calc(50% - 2rem);
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .contact_item {
      width: 100%; } }

#copyright {
  max-width: 256px;
  margin: auto;
  padding: 8rem 0; }
  @media screen and (max-width: 768px) {
    #copyright {
      max-width: 70vw; } }

