@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Shippori+Antique&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", "arial", " 游ゴシック体 ", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif, "Shippori Antique", serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #1A1A1A;
  overflow-x: hidden;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

header {
  font-family: "yu-gothic-pr6n";
  position: absolute;
  z-index: 5;
  width: 100%;
}
header .header_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header_area .top_link {
  padding: 23px 0 0 40px;
  gap: 17px;
  -webkit-font-feature-settings: "pkna" on;
          font-feature-settings: "pkna" on;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
@media only screen and (max-width: 768px) {
  header .header_area .top_link {
    padding: 10px 0 0 16px;
    display: block;
  }
}
header .header_area .top_link span {
  color: white;
}
@media only screen and (max-width: 768px) {
  header .header_area .top_link span {
    display: block;
    font-size: 2.3vw;
    margin: 0.75em 0 0;
  }
}
header .header_area .top_link img {
  width: 118px;
}
header .header_area nav {
  gap: 15px;
  padding: 18px 40px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
@media only screen and (max-width: 768px) {
  header .header_area nav {
    padding: 16px 16px 0 0;
  }
}
header .header_area nav .siryo {
  border-radius: 100px;
  padding: 8px 15px;
  border: 1px solid white;
  color: white;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", serif;
}
@media only screen and (max-width: 768px) {
  header .header_area nav .siryo {
    display: none;
  }
}
header .header_area nav .contact {
  border-radius: 100px;
  padding: 8px 15px;
  border: 1px solid #E71713;
  background: #E71713;
  color: #fff;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", serif;
}
@media only screen and (max-width: 768px) {
  header .header_area nav .contact {
    display: none;
  }
}
header .header_area nav button {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.8px;
  font-family: "Manrope";
  background-color: transparent;
  border: none;
  color: white;
  position: relative;
  cursor: pointer;
  padding: 12px 19px;
}
header .header_area nav button::before {
  content: "MENU";
  z-index: 1;
  position: relative;
}
header .header_area nav button::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #E71713;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header_area nav button:hover::before {
  color: #1A1A1A;
}
header .header_area nav button:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header_area nav .globalnav {
  display: none;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 100px 40px;
  background: #DCD9D4;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  header .header_area nav .globalnav {
    padding: 100px 16px;
  }
}
header .header_area nav .globalnav .flex_row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .header_area nav .globalnav .flex_row > img {
  max-width: 503px;
  width: 31%;
}
header .header_area nav .globalnav .flex_row .list_area {
  width: 50%;
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 768px) {
  header .header_area nav .globalnav .flex_row .list_area {
    width: 100%;
  }
}
header .header_area nav .globalnav .flex_row .list_area .tel_area {
  display: block;
  padding-bottom: 9vw;
}
header .header_area nav .globalnav .flex_row .list_area .tel_area a {
  font-size: 46px;
  display: inline-block;
  text-decoration: none;
  color: #1A1A1A;
  font-family: "Open Sans";
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  header .header_area nav .globalnav .flex_row .list_area .tel_area a {
    font-size: 11vw;
  }
}
header .header_area nav .globalnav .flex_row .list_area .tel_area span {
  display: block;
  margin-top: 10px;
  line-height: 1.8;
  color: #1A1A1A;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  header .header_area nav .globalnav .flex_row .list_area .tel_area span {
    font-size: 3.2vw;
  }
}
header .header_area nav .globalnav .flex_row .list_area .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .header_area nav .globalnav .flex_row .list_area .gnav > li {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  header .header_area nav .globalnav .flex_row .list_area .gnav > li {
    width: 100%;
  }
}
header .header_area nav .globalnav .flex_row .list_area .gnav > li .gnav_inner li {
  position: relative;
}
header .header_area nav .globalnav .flex_row .list_area .gnav > li .gnav_inner li a {
  display: block;
  text-align: left;
  font-weight: 500;
  padding: 35px 0 0;
  color: #1A1A1A;
}
header .header_area nav .globalnav .flex_row .list_area .gnav > li .gnav_inner li a span:first-of-type {
  font-size: 40px;
  font-weight: 600;
  font-family: "Open Sans";
  padding-right: 0.35em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  header .header_area nav .globalnav .flex_row .list_area .gnav > li .gnav_inner li a span:first-of-type {
    font-size: 8vw;
  }
}
header .header_area nav .globalnav .flex_row .list_area .gnav > li .gnav_inner li a span.active::after {
  content: "";
  width: 0.35em;
  height: 0.35em;
  max-width: 8px;
  max-height: 8px;
  background: #E71713;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header_area nav .globalnav .flex_row .list_area .gnav > li .gnav_inner li a span.text_small {
  font-size: 13px;
  font-weight: 500;
  display: block;
  font-family: "Zen Kaku Gothic Antique", serif;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  header .header_area nav .globalnav .flex_row .list_area .gnav > li .gnav_inner li a span.text_small {
    font-size: 3.4vw;
    margin: 0;
  }
}
header .header_area nav .globalnav .flex_row .list_area .gnav > li .gnav_inner li a span.text_small.anchor::after {
  content: "";
  width: 0.85em;
  height: 0.85em;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  margin: 0 0 -0.1em 0.5em;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header_area nav .globalnav .flex_row .list_area .gnav > li .gnav_inner li a:hover span:first-of-type::after {
  content: "";
  width: 0.35em;
  height: 0.35em;
  max-width: 8px;
  max-height: 8px;
  background: #E71713;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.open.fixed::after {
  height: 0;
}
header.open .header_area {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.open .header_area .top_link {
  display: none;
}
header.open .header_area nav .siryo {
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
}
@media only screen and (max-width: 768px) {
  header.open .header_area nav .siryo {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  header.open .header_area nav .contact {
    display: block;
  }
}
header.open .header_area nav button::before {
  content: "CLOSE";
  position: relative;
  z-index: 1;
}
header.open .header_area nav button::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #1A1A1A;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.open .header_area nav button:hover::before {
  color: #1A1A1A;
}
header.open .header_area nav button:hover::after {
  background: #fff;
}
header.middle .header_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.middle .header_area .top_link {
  color: #1A1A1A;
}
header.middle .header_area .top_link img {
  width: 118px;
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}
header.middle .header_area nav {
  color: #1A1A1A;
}
header.middle .header_area nav .siryo {
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
}
header.middle .header_area nav button {
  color: #1A1A1A;
}
header.middle.fixed .header_area h2 {
  color: white;
}
header.middle.fixed .header_area h2 img {
  -webkit-filter: initial;
          filter: initial;
}
header.middle.fixed .header_area nav {
  color: white;
}
header.middle.fixed .header_area nav .siryo {
  border: 1px solid white;
  color: white;
}
header.middle.fixed .header_area nav button {
  color: white;
}
header.middle.open.fixed::after {
  height: 0;
}
header.middle.open.fixed .header_area nav .siryo {
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
}
header.middle.open .header_area {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.middle.open .header_area .top_link {
  display: none;
}
header.middle.open .header_area nav .siryo {
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
}
@media only screen and (max-width: 768px) {
  header.middle.open .header_area nav .siryo {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  header.middle.open .header_area nav .contact {
    display: block;
  }
}
header.middle.open .header_area nav button::before {
  content: "CLOSE";
  position: relative;
  z-index: 1;
  color: #fff;
}
header.middle.open .header_area nav button::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #1A1A1A;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header.middle.open .header_area nav button:hover::before {
  color: #1A1A1A;
}
header.middle.open .header_area nav button:hover::after {
  background: #fff;
}
header.fixed {
  position: fixed;
  top: 0;
}
header.fixed::after {
  content: "";
  width: 100%;
  height: calc(100% + 20px);
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.page_top {
  position: fixed;
  bottom: -150px;
  right: 5%;
  z-index: 2;
  max-width: 100px;
  max-height: 100px;
  width: 20vw;
  height: 20vw;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 1.5em 0 0;
  font-family: "Open Sans", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  color: #1A1A1A;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  a.page_top {
    font-size: 3.2vw;
  }
}
a.page_top.fixed {
  bottom: 5%;
}
a.page_top span {
  padding-bottom: 2em;
  position: relative;
}
a.page_top span::after {
  content: "";
  width: 1em;
  height: 0.75em;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  position: absolute;
  left: 0.35em;
  right: 0;
  /*bottom: 1.2em;*/
  top: 2.5em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: auto;
}
a.page_top:hover {
  background: #1A1A1A;
  color: #fff;
}
a.page_top:hover span::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#footerArea {
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .b-o-footer_content {
    overflow: hidden;
  }
}

body {
  height: auto !important;
  max-width: 100% !important;
}

svg:not(:root) {
  overflow: visible;
}

@media only screen and (max-width: 768px) {
  html, body {
    overflow: auto !important;
  }
}

._sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  ._sp {
    display: none;
  }
}

._pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}

.b-o-header {
  max-width: 100% !important;
}

.b-o-header.b-js-header.fixed.b-is-active.fixed {
  display: none;
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .flex_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wide1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.contents_area * {
  font-family: "Shippori Antique", serif;
  line-height: 1.8;
  letter-spacing: 0.125em;
}

.text_anime {
  font-size: 225px;
  width: 100%;
  color: #fff;
  opacity: 0.6;
  z-index: 0;
  letter-spacing: 0.075em;
  line-height: 0.9;
  font-family: "Open Sans", serif;
  font-weight: 600;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .text_anime {
    font-size: 27vw;
  }
}
.text_anime.col_black {
  color: #3B3B41;
  opacity: 1;
}

.p-kv__img {
  width: 100%;
  height: 18vw;
  max-height: 170px;
  overflow: hidden;
}
.p-kv__img .simpleParallax {
  padding: 2em 0 2em 50%;
}
.p-kv__img img {
  width: 100%;
}

.name-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.name-container .horizontal,
.name-container .horizontal02,
.name-container .horizontal03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.name-container .horizontal .horizontal-text,
.name-container .horizontal .horizontal-text02,
.name-container .horizontal .horizontal-text03,
.name-container .horizontal02 .horizontal-text,
.name-container .horizontal02 .horizontal-text02,
.name-container .horizontal02 .horizontal-text03,
.name-container .horizontal03 .horizontal-text,
.name-container .horizontal03 .horizontal-text02,
.name-container .horizontal03 .horizontal-text03 {
  font-size: min(13vw, 225px);
  color: #fff;
  opacity: 0.6;
  z-index: 0;
  letter-spacing: 0.075em;
  line-height: 0.9;
  font-family: "Open Sans", serif;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
  margin-right: 25vw;
}
@media only screen and (max-width: 768px) {
  .name-container .horizontal .horizontal-text,
  .name-container .horizontal .horizontal-text02,
  .name-container .horizontal .horizontal-text03,
  .name-container .horizontal02 .horizontal-text,
  .name-container .horizontal02 .horizontal-text02,
  .name-container .horizontal02 .horizontal-text03,
  .name-container .horizontal03 .horizontal-text,
  .name-container .horizontal03 .horizontal-text02,
  .name-container .horizontal03 .horizontal-text03 {
    font-size: 27vw;
    width: 350vw;
  }
}
.name-container .horizontal.col_black span,
.name-container .horizontal02.col_black span,
.name-container .horizontal03.col_black span {
  color: #3B3B41;
  opacity: 1;
}

.secTitle {
  font-family: "Open Sans", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0.5em 0 0.75em;
}
@media only screen and (max-width: 768px) {
  .secTitle {
    font-size: 6.9333333333vw;
    text-align: left;
    line-height: 1.05;
    letter-spacing: 0.03em;
  }
}
.secTitle span {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 55%;
  display: block;
  padding-left: 0.75em;
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .secTitle span {
    margin: 0.85em 0 0;
  }
}
.secTitle span::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  max-width: 6px;
  max-height: 6px;
  background: #E71713;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.75em;
}
@media only screen and (max-width: 768px) {
  .secTitle span::before {
    top: 2.5vw;
  }
}
.secTitle.vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.secTitle.vertical-rl span {
  padding: 1em 0 0;
}
.secTitle.vertical-rl span::before {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.secTitle.flex_row {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.secTitle.flex_row span {
  margin-left: 2em;
}
@media only screen and (max-width: 768px) {
  .secTitle.flex_row span {
    margin-left: 0;
    display: block;
    width: 100%;
  }
}
.secTitle.dot_none span {
  padding-left: 0;
}
.secTitle.dot_none span::before {
  display: none;
}
.secTitle.fnt40 {
  font-size: 40px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .secTitle.fnt40 {
    font-size: 6.9333333333vw;
  }
}
.secTitle.fnt40 span {
  font-size: 40%;
}
.secTitle.fnt40 span::before {
  top: 0.75em;
}
.secTitle.mainFnt_jp {
  font-family: "Shippori Antique", serif;
}
.secTitle.mainFnt_jp span {
  font-family: "Open Sans", serif;
}

.secTitle02 {
  font-size: 26px;
  margin: 0.5em 0 1em;
  font-family: "Shippori Antique", serif;
}
@media only screen and (max-width: 768px) {
  .secTitle02 {
    font-size: 6vw;
  }
}
.secTitle02 > span {
  display: block;
  font-size: 54%;
  color: #E71713;
  font-weight: 600;
}
.secTitle02.fnt24 {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .secTitle02.fnt24 {
    font-size: 5.8666666667vw;
  }
}

.rl_block {
  text-align: center;
}
.rl_block > .secTitle {
  display: inline-block;
  text-align: left;
}

.sub_secTitle {
  font-size: 26px;
  margin: 0.5em 0 1.5em;
  font-family: "Shippori Antique", serif;
}
@media only screen and (max-width: 768px) {
  .sub_secTitle {
    font-size: 6vw;
  }
}
.sub_secTitle.fnt24 {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .sub_secTitle.fnt24 {
    font-size: 5.8666666667vw;
  }
}

.sub_secTitle02 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 40px;
  text-align: left;
  font-family: "Shippori Antique", serif;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .sub_secTitle02 {
    font-size: 6.9333333333vw;
  }
}

.dot_text {
  padding-left: 1.25em;
  font-family: "Zen Kaku Gothic Antique", serif;
  margin: 1em 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .dot_text {
    font-size: 3.4666666667vw;
  }
}
.dot_text::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  max-width: 6px;
  max-height: 6px;
  background: #E71713;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.65em;
}

#breadlist {
  background: #FFF;
  padding: 8px;
}
#breadlist .flex_row {
  font-size: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadlist .flex_row a {
  font-size: 12px;
  color: #333;
}
#breadlist .flex_row span {
  font-size: 12px;
  color: #707070;
}

.Btn {
  margin: 1em 0;
  font-size: 14px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", serif;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  text-decoration: none;
  padding: 1em 2.75em;
  border-radius: 100px;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .Btn {
    font-size: 3.4vw;
    width: 50%;
  }
}
.Btn.arrow_btn::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  display: inline-block;
  margin: 0 0 -0.1em 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Btn.dot_btn::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  max-width: 8px;
  max-height: 8px;
  background: #E71713;
  border-radius: 100%;
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Btn.blank_btn::after {
  content: "";
  width: 0.85em;
  height: 0.85em;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  margin: 0 0 -0.1em 0.5em;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Btn.btn_white {
  color: #fff;
  border: 1px solid #fff;
}
.Btn.btn_sizeUp {
  padding: 1.61em 3em;
}
@media only screen and (max-width: 768px) {
  .Btn.btn_sizeUp {
    width: 100%;
    padding: 1em 3em;
  }
}
.Btn.btn_sizeUp span {
  font-family: "Zen Kaku Gothic Antique", serif;
}
.Btn.sp_right::after {
  display: none;
}
.Btn.sp_right span {
  padding-right: 1.5em;
  display: inline-block;
  text-align: right;
  position: relative;
  font-family: "Zen Kaku Gothic Antique", serif;
}
.Btn.sp_right span::after {
  content: "";
  width: 0.85em;
  height: 0.85em;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  margin: 0 0 -0.1em 0.5em;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Btn:hover {
  background: #1A1A1A;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Btn:hover.arrow_btn::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Btn:hover.blank_btn::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Btn:hover.btn_white {
  color: #1A1A1A;
  background: #fff;
}
.Btn:hover.btn_white::after {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}
.Btn:hover.sp_right span::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_right {
  display: block;
  text-align: right;
}

.btn_center {
  display: block;
  margin: auto;
  text-align: center;
}

a.Btn02 {
  display: block;
  max-width: 67px;
  max-height: 67px;
  width: 15vw;
  height: 15vw;
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
  text-indent: -99999px;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.Btn02::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
a.Btn02:hover {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.Btn02:hover::after {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.note > li {
  margin: 0.25em 0;
  padding-left: 2.65em;
  text-indent: -2.65em;
  font-size: 12px;
  font-family: "Zen Kaku Gothic Antique", serif;
}
@media only screen and (max-width: 768px) {
  .note > li {
    font-size: 2.6666666667vw;
  }
}
.note > li span {
  padding-right: 1em;
}

.animetion {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.animetion.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#animetion_in {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#animetion_in.d_open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.animetion_list {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.5s ease-out, transform 0.7s ease-out;
  transition: opacity 0.5s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
  -webkit-transition-delay: calc(var(--delay) * 0.7s);
          transition-delay: calc(var(--delay) * 0.7s);
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
@media only screen and (max-width: 768px) {
  .animetion_list {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translateY(-10vw);
            transform: translateY(-10vw);
  }
}
.animetion_list.scrollin {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 12;
}
@media only screen and (max-width: 768px) {
  .animetion_list.scrollin {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animetion_list:nth-of-type(2) {
  z-index: 11;
}
.animetion_list:nth-of-type(3) {
  z-index: 10;
}
.animetion_list:nth-of-type(4) {
  z-index: 9;
}
.animetion_list:nth-of-type(5) {
  z-index: 8;
}
.animetion_list:nth-of-type(6) {
  z-index: 7;
}
.animetion_list:nth-of-type(7) {
  z-index: 6;
}
.animetion_list:nth-of-type(8) {
  z-index: 5;
}
.animetion_list:nth-of-type(9) {
  z-index: 4;
}
.animetion_list:nth-of-type(10) {
  z-index: 3;
}
.animetion_list:nth-of-type(11) {
  z-index: 2;
}
.animetion_list:nth-of-type(12) {
  z-index: 1;
}

.contents_introduction {
  padding: 100px 0;
  background: #DCD9D4;
}
@media only screen and (max-width: 768px) {
  .contents_introduction {
    padding: 20vw 0 10vw;
  }
}
.contents_introduction .secTitle {
  font-size: 65px;
  margin: 0.25em 0 0.25em;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .contents_introduction .secTitle {
    font-size: 12.2vw;
    letter-spacing: 0.03em;
  }
}
.contents_introduction .secTitle span {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .contents_introduction .secTitle span {
    font-size: 4.2666666667vw;
  }
}
.contents_introduction .flex_row {
  width: calc(100% + (100vw - 100%) / 2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents_introduction .flex_row .textarea {
  max-width: 390px;
  width: 25%;
  margin-right: 5%;
  padding: 50px 0 70px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contents_introduction .flex_row .textarea {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.contents_introduction .flex_row .textarea::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #1A1A1A;
  position: absolute;
  top: 25px;
  left: 0;
}
.contents_introduction .flex_row .textarea p {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .contents_introduction .flex_row .textarea p {
    font-size: 4.2666666667vw;
  }
}
.contents_introduction .flex_row .textarea ul.breadcrumb {
  width: auto;
  padding: 0.225em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #1A1A1A;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .contents_introduction .flex_row .textarea ul.breadcrumb {
    position: relative;
    margin: 15vw 0 0;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.contents_introduction .flex_row .textarea ul.breadcrumb li {
  font-size: 12px;
  padding-right: 1.5em;
  position: relative;
  font-family: "Open Sans", serif;
}
@media only screen and (max-width: 768px) {
  .contents_introduction .flex_row .textarea ul.breadcrumb li {
    font-size: 2.6666666667vw;
  }
}
.contents_introduction .flex_row .textarea ul.breadcrumb li a {
  color: #1A1A1A;
  font-family: "Open Sans", serif;
}
.contents_introduction .flex_row .textarea ul.breadcrumb li a:hover {
  color: #e71713;
}
.contents_introduction .flex_row .textarea ul.breadcrumb li:not(:last-of-type) {
  padding-right: 1.5em;
  position: relative;
}
.contents_introduction .flex_row .textarea ul.breadcrumb li:not(:last-of-type):after {
  content: "";
  width: 1px;
  height: 60%;
  background: #A4A4A4;
  position: absolute;
  right: 0.9em;
  top: 0.2em;
  bottom: 0;
  margin: auto;
}
.contents_introduction .flex_row .textarea ul.breadcrumb li:last-of-type::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  max-width: 8px;
  max-height: 8px;
  background: #E71713;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contents_introduction img {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .contents_introduction img {
    width: 105%;
    margin: 8vw 0 0;
  }
}