@charset "UTF-8";
/* 各種タグ基本設定 */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

html {
  font-size: 62.5%; }

body {
  opacity: 0;
  transition: 2.5s;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  color: #715C47;
  letter-spacing: 0.1em;
  position: relative; }

body {
  color: #363636; }

.section_title h2 {
  font-size: 14.6rem;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; }

@media screen and (max-width: 768px) {
  .section_title h2 {
    font-size: 5.5rem; } }
.section_title h2 span {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #363636;
  letter-spacing: 0.1em; }

@media screen and (max-width: 768px) {
  .section_title h2 span {
    margin-top: 0.8em; } }
.section_title h2 span strong {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

section {
  position: relative; }

img {
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  position: relative;
  z-index: 1; }

li {
  list-style: none; }

p {
  word-wrap: break-word;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2.25; }

@media screen and (max-width: 490px) {
  p {
    font-size: 4vw; } }
a {
  text-decoration: none;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-weight: 400;
  transition: 0.4s; }
  a:hover {
    opacity: 0.7; }

figure {
  position: relative; }

/* 共通パーツ基本設定 */
.mincho {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.content_width {
  /*
  width: 1400px;
  */
  max-width: 1400px;
  margin: 0 auto; }
  @media screen and (max-width: 1480px) {
    .content_width {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 490px) {
    .content_width {
      padding-left: 5vw;
      padding-right: 5vw; } }

.flex {
  display: flex;
  flex-direction: row; }

.section_title {
  text-align: center; }
  .section_title h2 {
    font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #F8F4ED;
    font-size: 13rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .section_title h2 {
        font-size: 4.5rem; } }
    .section_title h2 span {
      display: block;
      color: #363636;
      font-size: 3.5rem;
      font-weight: 300; }
      @media screen and (max-width: 991px) {
        .section_title h2 span {
          font-size: 3rem; } }
      .section_title h2 span strong {
        color: #DEB065;
        font-size: 6.5rem;
        font-weight: 300;
        position: relative;
        bottom: -8px; }
        @media screen and (max-width: 991px) {
          .section_title h2 span strong {
            font-size: 4.7rem;
            bottom: -6px; } }
  .section_title p {
    text-align: center; }

.link_btn01 {
  display: block;
  width: 270px;
  height: 50px;
  padding-left: 60px;
  border: 1px solid #BBBBBB;
  border-radius: 50px;
  color: #393531;
  letter-spacing: 0.06em;
  line-height: 48px;
  position: relative;
  transition: 0.3s; }
  .link_btn01::before {
    content: "";
    display: block;
    width: 1px;
    height: 38px;
    background-color: #BBBBBB;
    position: absolute;
    right: 64px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s; }
  .link_btn01::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/link_btn_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s; }
  .link_btn01:hover {
    padding-left: 80px; }
    .link_btn01:hover::before {
      right: 44px; }
    .link_btn01:hover::after {
      right: 10px; }

.link_btn02 {
  display: block;
  width: 220px;
  border-bottom: 1px dotted #707070;
  line-height: 2.6;
  position: relative;
  margin-left: 14px;
  margin-right: 14px; }
  .link_btn02 span {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #393531;
    letter-spacing: 0.06em;
    text-align: center;
    position: relative;
    left: -1.2em;
    transition: 0.3s; }
    .link_btn02 span::after {
      content: "";
      display: block;
      width: 11px;
      height: 11px;
      background-image: url(../img/link_btn_block.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      right: -2.2em;
      top: 50%;
      transform: translate(0, -50%);
      transition: 0.3s; }
  .link_btn02:hover span {
    left: -0.6em; }
    .link_btn02:hover span::after {
      right: -1.1em; }

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

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

@media (min-width: 1240px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
