main {
  position: relative;
}

.fixed-btn {
  position: fixed;
  bottom: 7.03125vw;
  right: 0;
  z-index: 5;
}
.fixed-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #567A27;
  color: #ffffff;
  width: 5.2083333333vw;
  height: 15vw;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  writing-mode: tb;
  border-radius: 0.5208333333vw 0 0 0.5208333333vw;
  border: solid 2px #567A27;
  border-right: none;
  transition: 1s;
  letter-spacing: 0.1vw;
}
.fixed-btn a:hover {
  background: #FAF9F5;
  color: #567A27;
}

.txt-a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #7A7127;
  gap: 1.5625vw;
}
.txt-a::before {
  content: "";
  background: #7A7127;
  width: 13.0208333333vw;
  height: 1px;
  display: block;
}
.txt-a:hover {
  color: #567A27;
}
.txt-a:hover::before {
  background: #567A27;
}

@media screen and (max-width: 767px) {
  .fixed-btn {
    bottom: 20px;
  }
  .fixed-btn a {
    width: 50px;
    font-size: 14px;
    height: 180px;
    border-radius: 10px 0 0 10px;
    letter-spacing: 1px;
  }
  .txt-a {
    gap: 10px;
    font-size: 16px;
  }
  .txt-a::before {
    width: 100px;
    height: 1px;
  }
  .delay-time1, .delay-time15, .delay-time2, .delay-time25, .delay-time3 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .textAnimeTrigger.delay-time1.textAnime, .textAnimeTrigger.delay-time1.textAnime::before, .textOnlyAnimeTrigger.delay-time1.textOnlyAnime, .textShadowAnimeTrigger.delay-time1.textShadowAnime, .textShadowAnimeTrigger.delay-time1.textShadowAnime::before {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .mv-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100svh;
}
section#mv_area .mv-bg::before {
  content: "";
  background: rgba(250, 249, 245, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section#mv_area .box {
  width: 100%;
  height: 100svh;
  position: relative;
}
section#mv_area .box .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
section#mv_area .box .txt-box .txt-h1 {
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 767px) {
  section#mv_area {
    position: relative;
  }
  section#mv_area .mv-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100svh;
  }
  section#mv_area .mv-bg::before {
    content: "";
    background: rgba(250, 249, 245, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  section#mv_area .box {
    width: 100%;
    height: 100svh;
    position: relative;
  }
  section#mv_area .box .txt-box {
    width: 80%;
  }
  section#mv_area .box .txt-box .txt-h1 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    margin-bottom: 40px;
  }
  section#mv_area .box .txt-box .txt-h1 span {
    font-size: 32px;
  }
  section#mv_area .box .txt-box .txt-p {
    font-size: 14px;
  }
}
/*==========================================================================
section#life_area
========================================================================== */
section#life_area {
  background: #FAF9F5;
  position: relative;
}
section#life_area:before {
  content: "";
  background: url(../img/bg_001_1.webp) center no-repeat;
  background-size: cover;
  width: 39.2708333333vw;
  height: 42.96875vw;
  position: absolute;
  top: 0;
  right: -5.8854166667vw;
}
section#life_area .inner {
  padding-top: 10.4166666667vw;
}
section#life_area .box {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
}
section#life_area .box .img-box {
  width: 44%;
  height: 40.625vw;
}
section#life_area .box .txt-box {
  width: 48.5%;
  position: relative;
  margin-bottom: 0.8854166667vw;
  padding-bottom: 8.5416666667vw;
}
section#life_area .box .txt-box .txt-e {
  color: #7A7127;
  position: absolute;
  left: -9.6875vw;
  top: -13.875vw;
  line-height: 1.1em;
}
section#life_area .box .txt-box .txt-h2 {
  margin-bottom: 0.4583333333vw;
}
section#life_area .box .txt-box .txt-p {
  line-height: 1.8em;
}
section#life_area .box .txt-box .txt-p span {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #567A27;
}
section#life_area .list-box {
  padding-top: 7.8125vw;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
section#life_area .list-box:before {
  content: "";
  background: url(../img/bg_001b_1.webp) center no-repeat;
  background-size: cover;
  width: 42.03125vw;
  height: 45.5520833333vw;
  position: absolute;
  top: -5.395833vw;
  left: -20.15625vw;
}
section#life_area .list-box .img-box {
  margin-bottom: 1.5625vw;
  width: 100%;
  height: 27.3vw;
  overflow: clip;
}
section#life_area .list-box .img-box img {
  transition: 1s;
}
section#life_area .list-box .img-box:hover img {
  transform: scale(1.2);
}
section#life_area .list-box .txt-box .txt-h3 {
  margin-bottom: 1.5625vw;
}
section#life_area .list-box li {
  width: 29.5%;
}
section#life_area .list-box li:nth-child(n+2) {
  margin-top: 2.6041666667vw;
}
section#life_area .list-box li:nth-child(n+3) {
  margin-top: 5.2083333333vw;
}
section#life_area .txt-a {
  margin-left: auto;
  margin-top: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#life_area {
    background: #FAF9F5;
    position: relative;
  }
  section#life_area:before {
    content: "";
    background: url(../img/bg_001.webp) center no-repeat;
    background-size: cover;
    width: 42.96875vw;
    height: 39.2708333333vw;
    position: absolute;
    top: 0;
    right: -5.8854166667vw;
  }
  section#life_area .inner {
    padding-top: 70px;
  }
  section#life_area .box {
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 70px;
    position: relative;
  }
  section#life_area .box .img-box {
    width: 70%;
    height: 72vw;
    margin-left: auto;
    position: relative;
    right: initial;
    top: initial;
  }
  section#life_area .box .txt-box {
    width: 100%;
    margin-bottom: 0;
    margin-top: -100px;
    padding-bottom: 0;
  }
  section#life_area .box .txt-box .txt-e {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: initial;
    font-size: 42px;
    margin-bottom: 30px;
  }
  section#life_area .box .txt-box .txt-h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  section#life_area .box .txt-box .txt-p {
    font-size: 14px;
  }
  section#life_area .box .txt-box .txt-p span {
    font-size: 14px;
  }
  section#life_area .list-box {
    padding-top: 0;
  }
  section#life_area .list-box .img-box {
    width: 60%;
    height: 63vw;
    margin-bottom: 30px;
    z-index: 1;
  }
  section#life_area .list-box .txt-box {
    width: 100%;
  }
  section#life_area .list-box .txt-box .txt-h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  section#life_area .list-box .txt-box .txt-p {
    font-size: 14px;
  }
  section#life_area .list-box li {
    width: 100%;
    position: relative;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  section#life_area .list-box li.delay-time1, section#life_area .list-box li.delay-time15, section#life_area .list-box li.delay-time2 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  section#life_area .list-box li::after {
    content: "";
    background: url(../img/bg_005.webp) center no-repeat;
    background-size: cover;
    width: 59.5677083333vw;
    height: 42.0104166667vw;
    position: absolute;
    bottom: 20vw;
    right: 5vw;
  }
  section#life_area .list-box li:nth-child(2n)::after {
    right: initial;
    left: -5vw;
  }
  section#life_area .list-box li:nth-child(2n) .img-box {
    margin-left: auto;
  }
  section#life_area .list-box li:nth-child(n+2) {
    margin-top: 50px;
  }
  section#life_area .list-box li:nth-child(n+3) {
    margin-top: 50px;
  }
  section#life_area .txt-a {
    margin-top: 50px;
  }
}
/*==========================================================================
section#tradition_area
========================================================================== */
section#tradition_area {
  background: #FAF9F5;
  position: relative;
}
section#tradition_area:before {
  content: "";
  background: url(../img/bg_002.webp) center no-repeat;
  background-size: cover;
  width: 42.03125vw;
  height: 45.546875vw;
  position: absolute;
  top: 0;
  left: -9.2708333333vw;
}
section#tradition_area .inner {
  padding-top: 10.4166666667vw;
}
section#tradition_area .box {
  justify-content: space-between;
  align-items: flex-end;
}
section#tradition_area .box .img-box {
  width: 100%;
  height: 26.9791666667vw;
  position: relative;
  background-image: url(../img/top_tradition_img001_3.webp);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
section#tradition_area .box .img-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section#tradition_area .box .txt-box {
  position: relative;
  margin-bottom: 3.6458333333vw;
}
section#tradition_area .box .txt-box .txt-e {
  color: #7A7127;
  line-height: 1.1em;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3.6458333333vw;
}
section#tradition_area .box .txt-box .txt-h2 {
  text-align: center;
  margin-bottom: 1.1458333333vw;
}
section#tradition_area .box .txt-box .txt-p {
  line-height: 1.8em;
  text-align: center;
}
section#tradition_area .box .txt-a {
  margin-left: auto;
  margin-top: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#tradition_area {
    background: #FAF9F5;
    position: relative;
    margin-top: -1px;
  }
  section#tradition_area:before {
    content: "";
    background: url(../img/bg_002.webp) center no-repeat;
    background-size: cover;
    width: 42.03125vw;
    height: 45.546875vw;
    position: absolute;
    top: 0;
    left: -9.2708333333vw;
  }
  section#tradition_area .inner {
    padding-top: 70px;
  }
  section#tradition_area .box .img-box {
    height: 50vw;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section#tradition_area .box .txt-box {
    position: relative;
    margin-bottom: 40px;
  }
  section#tradition_area .box .txt-box .txt-e {
    font-size: 42px;
    margin-bottom: 30px;
  }
  section#tradition_area .box .txt-box .txt-h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#tradition_area .box .txt-box .txt-p {
    font-size: 14px;
  }
  section#tradition_area .box .txt-a {
    margin-top: 50px;
  }
}
/*==========================================================================
section#creating_area
========================================================================== */
section#creating_area {
  background: #FAF9F5;
  position: relative;
}
section#creating_area:before {
  content: "";
  background: url(../img/bg_003.webp) center no-repeat;
  background-size: cover;
  width: 51.9791666667vw;
  height: 23.9583333333vw;
  position: absolute;
  top: 6.5625vw;
  right: 1.1979166667vw;
}
section#creating_area .inner {
  padding-top: 15.625vw;
}
section#creating_area .box {
  justify-content: space-between;
  align-items: flex-end;
}
section#creating_area .box .txt-box {
  position: relative;
  margin-bottom: 3.6458333333vw;
}
section#creating_area .box .txt-box .txt-e {
  color: #7A7127;
  line-height: 1.1em;
  margin-bottom: 3.6458333333vw;
}
section#creating_area .box .txt-box .txt-h2 {
  margin-bottom: 1.1458333333vw;
}
section#creating_area .box .txt-box .txt-p {
  line-height: 1.8em;
}
section#creating_area .box .list-box {
  justify-content: space-between;
}
section#creating_area .box .list-box a .img-box {
  width: 100%;
  height: 24vw;
  overflow: clip;
}
section#creating_area .box .list-box a .img-box img {
  transition: 1s;
}
section#creating_area .box .list-box a .txt-h3 {
  color: #000000;
  margin-top: 1.5625vw;
}
section#creating_area .box .list-box a:hover .img-box img {
  transform: scale(1.2);
}
section#creating_area .box .list-box li {
  width: 31.6%;
}
section#creating_area .box .txt-a {
  margin-left: auto;
  margin-top: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#creating_area {
    margin-top: -1px;
  }
  section#creating_area:before {
    content: "";
    background: url(../img/bg_003.webp) center no-repeat;
    background-size: cover;
    width: 51.9791666667vw;
    height: 23.9583333333vw;
    position: absolute;
    top: 6.5625vw;
    right: 1.1979166667vw;
  }
  section#creating_area .inner {
    padding-top: 70px;
  }
  section#creating_area .box {
    justify-content: space-between;
    align-items: flex-end;
  }
  section#creating_area .box .txt-box {
    position: relative;
    margin-bottom: 40px;
  }
  section#creating_area .box .txt-box .txt-e {
    font-size: 42px;
    margin-bottom: 30px;
  }
  section#creating_area .box .txt-box .txt-h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#creating_area .box .txt-box .txt-p {
    font-size: 14px;
  }
  section#creating_area .box .list-box {
    justify-content: space-between;
  }
  section#creating_area .box .list-box a .img-box {
    width: 100%;
    height: 75vw;
    margin: 0 auto;
  }
  section#creating_area .box .list-box a .txt-h3 {
    margin-top: 20px;
    font-size: 16px;
  }
  section#creating_area .box .list-box li {
    width: 85%;
    position: relative;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  section#creating_area .box .list-box li.delay-time1, section#creating_area .box .list-box li.delay-time15, section#creating_area .box .list-box li.delay-time2 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  section#creating_area .box .list-box li:before {
    content: "";
    background: url(../img/bg_007.webp) center no-repeat;
    background-size: cover;
    width: 52.03125vw;
    height: 55.552083vw;
    position: absolute;
    bottom: 0;
    right: -35%;
  }
  section#creating_area .box .list-box li:nth-child(n+2) {
    margin-top: 50px;
  }
  section#creating_area .box .txt-a {
    margin-top: 50px;
  }
}
/*==========================================================================
section#news_area
========================================================================== */
section#news_area {
  background: #FAF9F5;
  position: relative;
}
section#news_area:before {
  content: "";
  background: url(../img/bg_004.webp) center no-repeat;
  background-size: cover;
  width: 29.6354166667vw;
  height: 21.640625vw;
  position: absolute;
  top: 1.40625vw;
  left: 0;
}
section#news_area .inner {
  padding-top: 15.625vw;
}
section#news_area .txt-box {
  position: relative;
  margin-bottom: 1.3541666667vw;
}
section#news_area .txt-box .txt-e {
  color: #7A7127;
  line-height: 1.1em;
  text-align: center;
  margin: 0 auto;
}
section#news_area .list-box {
  width: 73.7%;
  margin: 0 auto;
}
section#news_area .list-box li a {
  position: relative;
  padding: 2.6041666667vw 0;
  padding-right: 2vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw 4.6875vw;
  border-bottom: solid 1px #000000;
  transition: 1s;
}
section#news_area .list-box li a .info {
  display: flex;
  align-items: center;
  gap: 3.3333333333vw;
}
section#news_area .list-box li a .txt-d {
  color: #000000;
}
section#news_area .list-box li a .txt-c {
  padding: 0 1.40625vw;
  box-sizing: border-box;
  height: 1.822917vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7A7127;
  color: #ffffff;
}
section#news_area .list-box li a .txt-h3 {
  color: #000000;
}
section#news_area .list-box li a svg {
  display: flex;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
section#news_area .list-box li a svg:hover svg {
  right: 0;
}
section#news_area .list-box li a:hover .txt-d {
  color: #567A27;
}
section#news_area .list-box li a:hover .txt-h3 {
  color: #567A27;
}
section#news_area .txt-a {
  margin-left: auto;
  margin-top: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#news_area {
    background: #FAF9F5;
    position: relative;
  }
  section#news_area:before {
    content: "";
    background: url(../img/bg_004.webp) center no-repeat;
    background-size: cover;
    width: 29.6354166667vw;
    height: 21.640625vw;
    position: absolute;
    top: 1.40625vw;
    left: 0;
  }
  section#news_area .inner {
    padding-top: 70px;
  }
  section#news_area .txt-box {
    position: relative;
    margin-bottom: 1.3541666667vw;
  }
  section#news_area .txt-box .txt-e {
    font-size: 42px;
  }
  section#news_area .list-box {
    width: 90%;
    margin: 0 auto;
  }
  section#news_area .list-box li a {
    padding: 20px 0;
    padding-right: 20px;
    gap: 5px;
  }
  section#news_area .list-box li a .info {
    gap: 20px;
    margin-bottom: 10px;
  }
  section#news_area .list-box li a .txt-d {
    font-size: 14px;
  }
  section#news_area .list-box li a .txt-c {
    padding: 0 18px;
    box-sizing: border-box;
    height: 20px;
    font-size: 12px;
  }
  section#news_area .list-box li a .txt-h3 {
    font-size: 16px;
    width: 100%;
  }
  section#news_area .list-box li a svg {
    width: 14px;
    height: 14px;
    right: 0;
  }
  section#news_area .txt-a {
    margin-top: 50px;
  }
}
/*==========================================================================
section#instagram_area
========================================================================== */
section#instagram_area {
  background: #FAF9F5;
  position: relative;
  z-index: 1;
}
section#instagram_area:before {
  content: "";
  background: url(../img/bg_007.webp) center no-repeat;
  background-size: cover;
  width: 42.03125vw;
  height: 45.5520833333vw;
  position: absolute;
  top: 0.625vw;
  right: -5.4166666667vw;
  z-index: -1;
}
section#instagram_area .inner {
  padding-top: 15.625vw;
}
section#instagram_area .box {
  justify-content: space-between;
}
section#instagram_area .box .txt-box {
  position: relative;
  margin-bottom: 3.6458333333vw;
  flex: auto;
}
section#instagram_area .box .txt-box .txt-e {
  color: #7A7127;
  line-height: 1.1em;
  margin-bottom: 3.6458333333vw;
}
section#instagram_area .box .txt-box .txt-h2 {
  margin-bottom: 1.1458333333vw;
}
section#instagram_area .box .txt-box .txt-p {
  line-height: 1.8em;
}
section#instagram_area .box .inst-box {
  width: 66.12%;
  flex: none;
}
section#instagram_area .txt-a {
  margin-left: auto;
  margin-top: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#instagram_area {
    margin-top: -1px;
  }
  section#instagram_area:before {
    content: "";
    background: url(../img/bg_007.webp) center no-repeat;
    background-size: cover;
    width: 42.03125vw;
    height: 45.5520833333vw;
    position: absolute;
    top: 0.625vw;
    right: -5.4166666667vw;
    z-index: -1;
  }
  section#instagram_area .inner {
    padding-top: 70px;
  }
  section#instagram_area .box {
    justify-content: space-between;
  }
  section#instagram_area .box .txt-box {
    margin-bottom: 50px;
  }
  section#instagram_area .box .txt-box .txt-e {
    font-size: 42px;
    margin-bottom: 20px;
  }
  section#instagram_area .box .txt-box .txt-h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#instagram_area .box .txt-box .txt-p {
    font-size: 14px;
  }
  section#instagram_area .box .inst-box {
    width: 100%;
  }
  section#instagram_area .box .inst-box #sb_instagram.sbi_mob_col_2 #sbi_images {
    gap: 12px !important;
    padding: 0;
  }
}
/*==========================================================================
section#profile_area
========================================================================== */
section#profile_area {
  background: #FAF9F5;
  position: relative;
  z-index: 1;
}
section#profile_area:before {
  content: "";
  background: url(../img/bg_006.webp) center no-repeat;
  background-size: cover;
  width: 68.4635416667vw;
  height: 53.5885416667vw;
  position: absolute;
  top: 0;
  left: -4.53125vw;
  z-index: -1;
}
section#profile_area:after {
  content: "";
  background: url(../img/bg_005.webp) center no-repeat;
  background-size: cover;
  width: 59.5677083333vw;
  height: 42.0104166667vw;
  position: absolute;
  bottom: -21.4583333333vw;
  right: -5.9375vw;
  z-index: -1;
}
section#profile_area .inner {
  padding-top: 15.625vw;
}
section#profile_area .box {
  position: relative;
  z-index: 1;
  background: #D4D0B7;
  padding: 7.8125vw 5.2083333333vw;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
section#profile_area .box .img-box {
  width: 38.3%;
  display: flex;
  justify-content: space-between;
}
section#profile_area .box .img-box .in {
  width: 62%;
  height: 20.5vw;
  margin-left: auto;
  margin-right: 2.5vw;
}
section#profile_area .box .img-box .txt-h3 {
  display: flex;
  flex-flow: column;
  writing-mode: tb;
  line-height: 1;
  gap: 1.0416666667vw;
}
section#profile_area .box .img-box .txt-h3 span {
  line-height: 1;
  display: block;
}
section#profile_area .box .txt-box {
  position: relative;
  width: 55.7%;
}
section#profile_area .box .txt-box .txt-p {
  line-height: 1.8em;
  line-height: 2.4em;
}
section#profile_area .box .txt-box .links {
  margin-top: 2.6041666667vw;
  display: flex;
  align-items: center;
  gap: 2.6041666667vw;
}
section#profile_area .box .txt-box .links .txt-l {
  display: flex;
  color: #000000;
  border-bottom: solid 1px #000000;
  gap: 0.5208333333vw;
  transition: 1s;
}
section#profile_area .box .txt-box .links .txt-l svg {
  display: flex;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}
section#profile_area .box .txt-box .links .txt-l svg path {
  transition: 1s;
}
section#profile_area .box .txt-box .links .txt-l:hover {
  color: #567A27;
  -webkit-text-decoration-color: #567A27;
          text-decoration-color: #567A27;
}
section#profile_area .box .txt-box .links .txt-l:hover svg path {
  fill: #567A27;
}
section#profile_area .box .txt-box .links .sns {
  display: flex;
  width: 1.3541666667vw;
  height: 1.3541666667vw;
  transition: 1s;
}
section#profile_area .box .txt-box .links .sns svg {
  display: flex;
  width: 100%;
  height: 100%;
}
section#profile_area .box .txt-box .links .sns svg path {
  fill: #000000;
  transition: 1s;
}
section#profile_area .box .txt-box .links .sns:hover svg path {
  fill: #567A27;
}

@media screen and (max-width: 767px) {
  section#profile_area {
    margin-top: -1px;
  }
  section#profile_area:before {
    content: "";
    background: url(../img/bg_006.webp) center no-repeat;
    background-size: cover;
    width: 68.4635416667vw;
    height: 53.5885416667vw;
    position: absolute;
    top: 0;
    left: -4.53125vw;
    z-index: -1;
  }
  section#profile_area:after {
    content: "";
    background: url(../img/bg_005.webp) center no-repeat;
    background-size: cover;
    width: 59.5677083333vw;
    height: 42.0104166667vw;
    position: absolute;
    bottom: -21.4583333333vw;
    right: -5.9375vw;
    z-index: -1;
  }
  section#profile_area .inner {
    padding-top: 70px;
  }
  section#profile_area .box {
    padding: 40px 20px;
  }
  section#profile_area .box .img-box {
    width: 90%;
    position: relative;
  }
  section#profile_area .box .img-box .in {
    width: 76%;
    height: 67.5vw;
    margin-right: auto;
    margin-left: 0;
  }
  section#profile_area .box .img-box .txt-h3 {
    gap: 10px;
    font-size: 20px;
    text-align: end;
  }
  section#profile_area .box .img-box .txt-h3 span {
    font-size: 14px;
  }
  section#profile_area .box .txt-box {
    width: 100%;
    margin-top: 30px;
  }
  section#profile_area .box .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#profile_area .box .txt-box .links {
    margin-top: 20px;
    gap: 15px;
  }
  section#profile_area .box .txt-box .links .txt-l {
    gap: 5px;
    font-size: 14px;
  }
  section#profile_area .box .txt-box .links .txt-l svg {
    width: 16px;
    height: 16px;
  }
  section#profile_area .box .txt-box .links .sns {
    width: 20px;
    height: 20px;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  background: #FAF9F5;
  position: relative;
}
section#contact_area .inner {
  padding-top: 15.625vw;
  padding-bottom: 10.4166666667vw;
}
section#contact_area .box .txt-box {
  position: relative;
}
section#contact_area .box .txt-box .txt-e {
  text-align: center;
  color: #7A7127;
  margin: 0 auto;
  margin-bottom: 3.6458333333vw;
}
section#contact_area .box .txt-box .txt-h2 {
  line-height: 1.8em;
  text-align: center;
}
section#contact_area .box .links {
  margin-top: 3.8541666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.8125vw;
}
section#contact_area .box .links .txt-l {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #7A7127;
  gap: 0.5208333333vw;
  transition: 1s;
  pointer-events: none;
}
section#contact_area .box .links .txt-l span {
  line-height: 1;
  color: #000000;
}
section#contact_area .box .links .txt-l:hover {
  color: #567A27;
}
section#contact_area .box .links .txt-b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.625vw;
  height: 3.90625vw;
  color: #ffffff;
  background: #7A7127;
  border: solid 2px #7A7127;
  box-sizing: border-box;
  transition: 1s;
}
section#contact_area .box .links .txt-b:hover {
  color: #7A7127;
  background: #FAF9F5;
}

@media screen and (max-width: 767px) {
  section#contact_area .inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  section#contact_area .box .txt-box {
    position: relative;
  }
  section#contact_area .box .txt-box .txt-e {
    margin-bottom: 30px;
    font-size: 42px;
  }
  section#contact_area .box .txt-box .txt-h2 {
    font-size: 14px;
  }
  section#contact_area .box .links {
    margin-top: 30px;
    gap: 40px;
    flex-flow: column;
  }
  section#contact_area .box .links .txt-l {
    font-size: 32px;
    gap: 5px;
    pointer-events: painted;
  }
  section#contact_area .box .links .txt-l span {
    font-size: 14px;
  }
  section#contact_area .box .links .txt-b {
    width: 100%;
    height: 60px;
    font-size: 14px;
    max-width: 320px;
  }
}
/*# sourceMappingURL=top.css.map */