@charset "UTF-8";
/* 日本語 */
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif; }

.noto-serif-jp {
  font-family: "Noto Serif JP", serif; }

.barlow {
  font-family: "Barlow", sans-serif; }

.cormorant-garamond-light {
  font-family: "Cormorant Garamond", serif; }

body {
  position: relative;
  background-color: #F1F1F1;
  padding: 110px 0 0;
  border: 1px solid #707070; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  body {
    padding: 90px 0 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  body {
    padding: 109px 0 0; } }
/*max-width:480px*/
/*******************************************/
.site_name_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center; }
  .site_name_box .logo {
    padding: 0 20px 0 0;
    font: 1.6rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    letter-spacing: 0.1em; }
    .site_name_box .logo span {
      background: url("../img/logo.svg") center center no-repeat;
      background-size: contain;
      width: 190px;
      height: 21px;
      display: block;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      margin: 0 0 10px; }
    .site_name_box .logo br {
      display: none; }
  .site_name_box .ura {
    font: 3.5rem/1em "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 5px 20px;
    border-right: 1px solid #a0a5a4;
    border-left: 1px solid #a0a5a4;
    margin: 0 20px 0 0; }
  .site_name_box .type_link {
    font: 1.5rem/38px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    border: 1px solid #707070;
    margin: 0; }

/*******************************************/
header {
  z-index: 9999;
  padding: 0  0 0 40px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #F1F1F1;
  border: 1px solid #707070; }

.head_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto; }

.head_left {
  flex: 1; }

.head_nav {
  max-width: 720px;
  width: calc(100% - 659px); }
  .head_nav li {
    padding: 0 15px;
    text-align: center;
    border-right: 1px solid #ccc; }
    .head_nav li:last-of-type {
      border-right: 0; }
    .head_nav li a {
      font: 1.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.01em; }
  .head_nav ul {
    display: flex;
    width: fit-content;
    margin: 0 0 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
  .head_nav .nav_contact,
  .head_nav .nav_privacy {
    display: none; }

.head_right {
  margin: 0 0 0 10px;
  width: 110px;
  height: 110px;
  display: block;
  border-left: 1px solid #707070; }
  .head_right .head_contact {
    transition: .3s;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: url("../img/mail.svg") center top 40% no-repeat; }
    .head_right .head_contact p {
      transition: .3s;
      text-align: center;
      font: 1.2rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      position: absolute;
      width: 100%;
      top: 65%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }

.toggle {
  display: none; }

@media (hover: hover) {
  .head_nav .nav_contact:hover {
    background-color: #A0A5A4;
    color: #fff; }
    .head_nav .nav_contact:hover span:before {
      background: url("../img/arrow_white.svg") center right no-repeat; }
    .head_nav .nav_contact:hover span:after {
      background: url("../img/mail_white.svg") center left no-repeat; }

  .head_right .head_contact:hover {
    background: url("../img/mail_white.png") center top 40% no-repeat #A0A5A4; }
    .head_right .head_contact:hover p {
      color: #fff; } }
@media (max-width: 1280px) {
  .head_nav {
    position: absolute;
    right: -1px;
    top: 110px;
    max-width: 375px;
    width: 100%;
    height: 100vh;
    background-color: #F1F1F1;
    padding: 30px 30px 15%;
    border: 1px solid #707070;
    overflow: scroll;
    transition: 0.3s;
    transform: scale(0, 1); }
    .head_nav.active {
      right: 0;
      opacity: 1;
      transform: scale(1, 1); }
    .head_nav li {
      padding: 0;
      text-align: left;
      border-right: none; }
      .head_nav li:last-of-type {
        border-right: 0; }
      .head_nav li a {
        display: block;
        font: 1.5rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 500;
        letter-spacing: 0.01em;
        padding: 20px 15px;
        position: relative;
        border-bottom: #D1D1D1 solid 1px; }
    .head_nav ul {
      width: 100%;
      max-width: 480px;
      display: block;
      margin: 0 auto 30px; }
    .head_nav .nav_contact {
      background-color: #fff;
      max-width: 480px;
      width: 100%;
      display: none;
      height: 80px;
      border: 1px solid #707070;
      margin: 0 auto 20px; }
      .head_nav .nav_contact span {
        font: 1.8rem/78px "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        letter-spacing: 0.05em;
        display: block;
        margin: 0 auto;
        width: fit-content;
        padding: 0 60px 0 48px;
        position: relative; }
        .head_nav .nav_contact span:before, .head_nav .nav_contact span:after {
          position: absolute;
          content: "";
          display: block; }
        .head_nav .nav_contact span:before {
          width: 24px;
          height: 20px;
          background: url("../img/arrow.svg") center right no-repeat;
          background-size: contain;
          top: 50%;
          right: 0;
          left: auto;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%); }
        .head_nav .nav_contact span:after {
          width: 28px;
          height: 18px;
          background: url("../img/mail.svg") center left no-repeat;
          background-size: contain;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%); }
    .head_nav .nav_privacy {
      max-width: 480px;
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 0 15px;
      font: 1.3rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400; }

  .head_nav::-webkit-scrollbar {
    background: #F1F1F1;
    width: 3px; }

  .head_nav::-webkit-scrollbar-thumb {
    background-color: #F1F1F1;
    border: 1px solid #F1F1F1; }

  .head_nav::-webkit-scrollbar-thumb:hover {
    background-color: #F1F1F1; }

  .head_right {
    margin: 0 0 0 10px;
    width: 220px;
    height: 110px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .head_right .head_contact {
      display: block;
      width: 50%; }

  .toggle {
    letter-spacing: 0.05em;
    width: 50%;
    display: block;
    height: 110px;
    border-left: 1px solid #707070;
    text-align: center;
    position: relative; }
    .toggle span {
      transition: .3s;
      position: absolute;
      display: block;
      width: 30%;
      height: 1px;
      background-color: #000;
      margin: 0 auto; }
      .toggle span:nth-of-type(1) {
        top: 32%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
      .toggle span:nth-of-type(2) {
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
      .toggle span:nth-of-type(3) {
        top: 48%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
    .toggle p {
      font: 1.2rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      position: absolute;
      width: 100%;
      top: 65%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
    .toggle.active span:nth-of-type(1) {
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .toggle.active span:nth-of-type(2) {
      opacity: 0; }
    .toggle.active span:nth-of-type(3) {
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .head_left.site_name_box {
    flex: auto;
    max-width: 390px; }
    .head_left.site_name_box .logo {
      padding: 0 23px 0 0;
      font: 1.6rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.1em; }
    .head_left.site_name_box .ura {
      font: 3.5rem/1em "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      letter-spacing: 0.05em;
      padding: 5px 25px;
      margin: 0; }
    .head_left.site_name_box .type_link {
      margin: 15px 0  0;
      font: 1.5rem/25px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.05em;
      display: block;
      width: 100%;
      height: 28px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .head_nav {
    top: 90px;
    width: 100%;
    max-width: 768px;
    border: none;
    border-top: 1px solid #707070; }

  header {
    padding: 0 0 0 25px; }

  .head_left.site_name_box {
    flex: auto;
    max-width: 255px; }
    .head_left.site_name_box .logo {
      padding: 0 15px 0 0;
      font: 1.4rem/1.5em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.1em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: flex-start; }
      .head_left.site_name_box .logo span {
        background: url("../img/logo_mark.svg") center left no-repeat;
        background-size: contain;
        width: 28px;
        height: 40px;
        margin: 0 10px 0 0; }
      .head_left.site_name_box .logo br {
        display: block; }
    .head_left.site_name_box .ura {
      font: 2.2rem/1em "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      letter-spacing: 0.05em;
      padding: 5px 15px;
      margin: 0; }
    .head_left.site_name_box .type_link {
      font: 1.4rem/25px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      width: 100%;
      height: 28px;
      margin: 8px 0 0; }

  .head_right {
    width: 180px;
    height: 90px; }
    .head_right .head_contact {
      background: url("../img/mail.svg") center top 31% no-repeat; }

  .toggle {
    height: 90px; }
    .toggle span {
      width: 35%; }
      .toggle span:nth-of-type(1) {
        top: 25%;
        left: 50%; }
      .toggle span:nth-of-type(2) {
        top: 35%;
        left: 50%; }
      .toggle span:nth-of-type(3) {
        top: 45%;
        left: 50%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  header {
    padding: 9px 0 9px 20px; }

  .head_nav {
    top: 108px;
    padding: 30px 30px 100%; }
    .head_nav .nav_contact {
      display: block; }

  .head_left.site_name_box {
    flex: auto;
    max-width: 220px; }
    .head_left.site_name_box .logo {
      padding: 0 10px 0 0;
      font: 1.2rem/1.5em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      letter-spacing: 0.1em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: flex-start; }
      .head_left.site_name_box .logo span {
        background: url("../img/logo_mark.svg") center left no-repeat;
        background-size: contain;
        width: 23px;
        height: 32px;
        margin: 1px 10px 0 0; }
      .head_left.site_name_box .logo br {
        display: block; }
    .head_left.site_name_box .ura {
      font: 2.2rem/1em "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 400;
      letter-spacing: 0.05em;
      padding: 5px 10px;
      margin: 0; }
    .head_left.site_name_box .type_link {
      font: 1.2rem/25px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      width: 100%;
      height: 28px;
      margin: 8px 0 0; }

  .head_right {
    margin: 0 0 0 10px;
    width: 90px;
    height: 90px;
    display: block;
    border-left: none; }
    .head_right .head_contact {
      display: none; }

  .toggle {
    width: 100%;
    display: block;
    height: 90px;
    border-left: none; } }
/*max-width:480px*/
/************************************/
.contact {
  width: 100%;
  position: relative;
  z-index: 100;
  padding: 100px 60px;
  background-color: #F1F1F1; }

.contact_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .contact_box .btn {
    background-color: #fff;
    max-width: 560px;
    width: 100%;
    display: block;
    height: 130px;
    border: 1px solid #707070;
    transition: .3s; }
    .contact_box .btn span {
      transition: .3s;
      font: 2.8rem/128px "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      letter-spacing: 0.05em;
      display: block;
      margin: 0 auto;
      width: fit-content;
      padding: 0 60px 0 48px;
      position: relative; }
      .contact_box .btn span:before, .contact_box .btn span:after {
        transition: .3s;
        position: absolute;
        content: "";
        display: block; }
      .contact_box .btn span:before {
        width: 33px;
        height: 28px;
        background: url("../img/arrow.svg") center right no-repeat;
        background-size: contain;
        top: 50%;
        right: 0;
        left: auto;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%); }
      .contact_box .btn span:after {
        width: 28px;
        height: 18px;
        background: url("../img/mail.svg") center left no-repeat;
        background-size: contain;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%); }
  .contact_box .box {
    width: calc(100% - 600px); }
  .contact_box h2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font: 7.2rem/1em "Cormorant Garamond", serif;
    font-weight: 400;
    padding: 0 0 0 50px;
    position: relative;
    margin: 0 0 20px; }
    .contact_box h2 span {
      font: 1.6rem/1em "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      display: block;
      padding: 17px 0 0 15px; }
    .contact_box h2:before {
      position: absolute;
      content: "";
      aspect-ratio: 1/1;
      width: 100%;
      max-width: 30px;
      height: auto;
      top: 25px;
      left: 0%;
      background: url("../img/mar.svg") center center no-repeat;
      background-size: contain; }
  .contact_box p {
    padding: 0 0 0 50px;
    letter-spacing: 0.05em;
    font: 1.8rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400;
    margin: 0; }
    .contact_box p br {
      display: none; }

@media (hover: hover) {
  .contact_box .btn:hover {
    color: #fff;
    background-color: #A0A5A4; }
    .contact_box .btn:hover span:before {
      background: url("../img/arrow_white.svg") center right no-repeat;
      background-size: contain; }
    .contact_box .btn:hover span:after {
      background: url("../img/mail_white.svg") center left no-repeat;
      background-size: contain; } }
@media (max-width: 1280px) {
  .contact_box .btn {
    width: calc(100% - 450px); }
  .contact_box .box {
    width: 450px; }
  .contact_box p br {
    display: block; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .contact {
    width: 100%;
    padding: 60px; }

  .contact_box {
    display: block; }
    .contact_box .btn {
      width: 100%; }
    .contact_box .box {
      margin: 0 0 35px;
      width: 100%; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .contact {
    width: 100%;
    padding: 100px 40px; }

  .contact_box {
    display: block; }
    .contact_box .btn span {
      font: 2.5rem/128px "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      letter-spacing: 0.05em; }
      .contact_box .btn span:before {
        width: 30px;
        height: 28px; }
      .contact_box .btn span:after {
        width: 28px;
        height: 18px; }
    .contact_box h2 {
      font: 7rem/1em "Cormorant Garamond", serif;
      font-weight: 400; }
      .contact_box h2:before {
        top: 23px;
        left: 0%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .contact {
    width: 100%;
    padding: 50px 25px 60px; }

  .contact_box {
    display: block;
    max-width: 315px;
    margin: 0 auto; }
    .contact_box h2 {
      display: block;
      font: 6rem/1em "Cormorant Garamond", serif;
      font-weight: 400;
      padding: 0 0 0 40px;
      margin: 0 0 40px; }
      .contact_box h2 span {
        padding: 10px 0  0;
        width: 100%; }
      .contact_box h2:before {
        height: 24px;
        top: 21px;
        left: 0%; }
    .contact_box p {
      font: 1.5rem/1.8em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 500;
      padding: 0; }
    .contact_box .btn {
      background-color: #fff;
      max-width: 480px;
      width: 100%;
      display: block;
      height: 80px;
      border: 1px solid #707070;
      margin: 0 auto 20px; }
      .contact_box .btn span {
        font: 1.8rem/78px "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        letter-spacing: 0.05em;
        display: block;
        margin: 0 auto;
        width: fit-content;
        padding: 0 60px 0 48px;
        position: relative; }
        .contact_box .btn span:before, .contact_box .btn span:after {
          position: absolute;
          content: "";
          display: block; }
        .contact_box .btn span:before {
          width: 24px;
          height: 20px;
          background: url("../img/arrow.svg") center right no-repeat;
          background-size: contain;
          top: 50%;
          right: 0;
          left: auto;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%); }
        .contact_box .btn span:after {
          width: 28px;
          height: 18px;
          background: url("../img/mail.svg") center left no-repeat;
          background-size: contain;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%); } }
/*max-width:480px*/
/*******************************************/
footer {
  background-color: #F1F1F1;
  border-top: 1px solid #707070;
  display: block;
  position: relative;
  z-index: 100; }
  footer:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 25px;
    z-index: 50;
    background-image: linear-gradient(90deg, #00D5A6, #51EAC8 50%, #00D5A6); }

.footer_box {
  padding: 60px 60px 0; }
  .footer_box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 0.05em;
    font: 1.5rem/38px "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 400;
    margin: 30px 0 0; }
    .footer_box ul a {
      font: 1.5rem/38px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400;
      display: block;
      width: fit-content; }
    .footer_box ul li {
      margin: 0 40px 0 0;
      width: fit-content; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .footer_box {
    padding: 60px 40px 0; }
    .footer_box .site_name_box .logo {
      padding: 0 0 25px;
      width: 100%; }
    .footer_box ul a {
      font: 1.5rem/38px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400;
      display: block;
      width: fit-content; }
    .footer_box ul li {
      margin: 0 20px 0 0;
      width: fit-content; }
      .footer_box ul li:last-of-type {
        margin: 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  footer {
    position: relative; }
    footer:before {
      height: 18px; }

  .footer_box {
    padding: 60px 25px 0 25px; }
    .footer_box .site_name_box {
      max-width: 315px;
      margin: 0 auto; }
      .footer_box .site_name_box .logo {
        padding: 0 0 25px;
        width: 100%; }
      .footer_box .site_name_box .ura {
        padding: 5px 20px;
        margin: 0 20px 0 0; }
    .footer_box ul {
      max-width: 315px;
      margin: 20px auto;
      font: 1.4rem/38px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400; }
      .footer_box ul a {
        font: 1.4rem/38px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 400; }
      .footer_box ul li {
        margin: 0; }
        .footer_box ul li:first-of-type {
          display: none; } }
/*max-width:480px*/
/*******************************************/
@keyframes infinity-scroll-right {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }
.scroll-infinity {
  overflow: hidden;
  position: relative; }

.scroll-infinity__wrap {
  display: flex; }

.scroll-infinity__list {
  display: flex;
  list-style: none;
  margin: 0 35px 0 0;
  padding: 0;
  animation: infinity-scroll-right 30s linear infinite; }

.scroll-infinity__item {
  flex-shrink: 0; }

.scroll-infinity__item p {
  color: #E4E5E4;
  font: 19.5rem/1em "Cormorant Garamond", serif;
  font-weight: 300; }

/*max-width:768px*/
@media (max-width: 480px) {
  .scroll-infinity {
    margin: -40px 0 0; }

  .scroll-infinity__item p {
    font: 11rem/1em "Cormorant Garamond", serif;
    font-weight: 300; } }
/*max-width:480px*/
