@charset "UTF-8";
/*# sourceURL=shared/css/index.css */
/*@ sourceURL=shared/css/index.css */
.btn-web-head a {
  margin: 25px auto 40px;
  width: 250px;
  padding: 10px 65px 10px 20px;
}

.btn-web-head a img {
  width: 30px;
  margin: 0px 10px 5px 0;
}

@media screen and (min-width: 768px) {
  #head-key {
    margin-bottom: -2px;
    padding-bottom: 60px;
  }

  .btn-web-head a {
    font-size: 32px;
    margin: 45px auto 10px;
    width: 700px;
    padding: 15px 20px 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-web-head a img {
    width: auto;
    margin: 0px 30px 5px 0;
  }


  .btn-web-head a::after {
    width: 72px;
    height: 8px;
    right: 120px;
  }
}


video {
  width: 100%;
  height: 70%;
  z-index: 800;
}

.Video {
  position: relative;
  width: 100%;
  height: 70%;
  overflow: hidden;
}


/* タブレット向け */
@media (max-width: 960px) {
  .p-postList {
    grid-template-columns: repeat(2, 1fr);
  }

  .c-postThumb__img {
    width: 70%;
    object-fit: cover;
    display: block;
  }
}

/* スマホ向け */
@media screen and (max-width: 480px) {
  video {
    width: 100%;
    height: 70%;
  }

  .p-postList {
    grid-template-columns: 1fr;
  }

  .c-postThumb__img {
    width: 100%;
    object-fit: cover;
    display: block;
  }
}



/*********Blog***********/
#blog {
  background: #000;
  color: #fff;
  padding: 10vw 0;
}

#blog .left {
  position: relative;
  margin-bottom: 15px;
}

#blog .left .top h2 {
  font-size: 55px;
  letter-spacing: 3px;
  color: #7e5d39;
  margin: 10px 0 20px 10px;
}

#blog .left .top .desc {
  line-height: 24px;
}

#blog .left .bot #feed {
  padding: 10px 20px;
}

#blog .left .bot #feed dl {
  line-height: 22px;
  margin-bottom: 10px;
}

#blog .left .bot #feed dl dd a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

#blog .left .bot .btn-g1.more-link {
  position: absolute;
  top: 0;
  right: 0;
}

#blog .left .bot .btn-g1.more-link a {
  width: 50px;
  line-height: 20px;
  padding: 5px 65px 8px 20px;
  color: #fff;
}

#blog .right {
  display: flex;
  justify-content: center;
  align-items: center;
}

#blog .right h3 {
  text-transform: uppercase;
  font-size: 40px;
  color:  #c09933;
  padding-right: 50px;
  position: relative;
}

#blog .right h3::after {
  content: "";
  position: absolute;
  background: #c09933;
  height: 1px;
  width: 35px;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}

#blog .right ul {
  display: flex;
}

#blog .right ul li {
  margin: 0 10px;
}

#blog .right ul li img {
  width: 30px;
}

@media screen and (min-width: 768px) {
  #blog {
    padding: 100px 0 50px;
    width: 85%;
    margin-bottom: -225px;
    position: relative;
    z-index: 1;
  }

  #blog .wrap {
    display: flex;
    justify-content: flex-end;
  }

  #blog .left {
    position: relative;
    margin-bottom: 15px;
    width: calc(100% - 225px);
  }

  #blog .left .top {
    display: flex;
    align-items: end;
    margin-bottom: 35px;
  }

  #blog .left .top h2 {
    font-size: 95px;
    letter-spacing: 3px;
    color: #c09933;
    margin: 10px 0 20px 10px;
  }

  #blog .left .top .desc {
    line-height: 24px;
    margin-left: 15px;
  }

  #blog .left .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #blog .left .bot #feed {
    padding: 10px 20px;
  }

  #blog .left .bot #feed dl {
    line-height: 22px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }

  #blog .left .bot #feed dl dd {
    margin-left: 30px;
  }

  #blog .left .bot #feed dl dd a {
    text-underline-offset: 4px;
  }

  #blog .left .bot #feed dl dd a:hover {
    text-decoration: none;
  }

  #blog .left .bot .btn-g1.more-link {
    position: static;
    margin-right: 100px;
  }

  #blog .left .bot .btn-g1.more-link a {
    width: 100px;
    line-height: 20px;
    padding: 8px 65px 10px 20px;
  }

  #blog .left .bot .btn-g1.more-link a::after {
    right: 15px;
  }

  #blog .left .bot .btn-g1.more-link a:hover {
    opacity: 0.7;
  }

  #blog .right {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 225px;
  }

  #blog .right h3 {
    font-size: 48px;
    padding: 0 40px;
    writing-mode: vertical-lr;
  }

  #blog .right h3::after {
    height: 45px;
    width: 1px;
    right: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
  }

  #blog .right ul {
    display: block;
  }

  #blog .right ul li {
    margin: 0 10px;
  }

  #blog .right ul li:first-child {
    margin-bottom: 30px;
  }

  #blog .right ul li img {
    width: auto;
  }
}

/*********Sec1*********/
#sec1 {
  padding: 25vw 0;

  position: relative;
}

#sec1::after {
  content: "";
  background: #080503;
  width: 85%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

#sec1 h2 {
  color: #c09933;
  font-size: 82px;
  line-height: 1em;
  margin-bottom: -35px;
  position: relative;
  z-index: 1;
}

#sec1 .card-1 .photo-1 {
  margin-left: -5.5%;
}

#sec1 .card-1 .txt-1 {
  margin: 30px 0;
}

#sec1 .card-2 .photo-2 {
  margin-left: -5.5%;
  width: 100%;
}

#sec1 .card-2 .txt-2 {
  margin: 30px 0 40px;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 0 0 100px;
    background: url(https://www.sakataekimae-satoshoten.site/shared/images/1.png) no-repeat right top / 60%;
  }

  #sec1::after {
    width: 60%;
    height: 92%;
  }

  #sec1 .wrap {
    padding-top: 350px;
    max-width: 1500px;
  }

  #sec1 h2 {
    font-size: 140px;
    line-height: 160px;
    margin-bottom: 0;
    position: absolute;
    right: 245px;
    top: 430px;
    letter-spacing: 8px;
  }

  #sec1 .card-1 {
    position: relative;
  }

  #sec1 .card-1 .photo-1 {
    margin-left: 0;
  }

  #sec1 .card-1 .photo-1 img {
    width: auto;
  }

  #sec1 .card-1 .txt-1 {
    margin: 0;
    width: 600px;
    position: absolute;
    right: 265px;
    bottom: -45px;
    z-index: 1;
    letter-spacing: 1.7px;
  }

  #sec1 .card-2 {
    position: relative;
    margin: 155px 0 0 85px;
  }

  #sec1 .card-2 .photo-2 {
    margin-left: 0;
    width: 100%;
  }

  #sec1 .card-2 .photo-2 img {
    width: auto;
  }

  #sec1 .card-2 .content {
    width: 600px;
    position: absolute;
    right: 265px;
    top: -105px;
  }

  #sec1 .card-2 .content .txt-2 {
    margin: 30px 0 65px;
    letter-spacing: 1.7px;
  }

  #sec1 .card-2 .content .btn-g1 a {
    margin: 0;
    margin-left: auto;
    padding: 15px 20px 15px 20px;
    width: 270px;
  }
}




/******sec2*******/
#sec2 {
  padding: 20vw 0 350px;
  position: relative;
}

#sec2::before {
  content: "";
  background: #46271a;
  height: 75%;
  width: 85%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#sec2 .row-1 h2 {
  color: #c09933;
  font-size: 80px;
  writing-mode: vertical-rl;
  position: absolute;
  left: 25px;
  top: 0;
  z-index: 1;
}

#sec2 .row-1 .photo-1 {
  margin: 0 -5.5% 0 auto;
  width: 80%;
}

#sec2 .row-2 .txt {
  margin: 30px 0 30px auto;
  width: 75%;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 70px 0 500px;
  }

  #sec2::before {
    height: 82%;
    width: 60%;
    left: 0;
    bottom: 0;
  }

  #sec2 .row-1 h2 {
    font-size: 140px;
    left: 30px;
    top: -40px;
    letter-spacing: 8px;
  }

  #sec2 .row-1 .photo-1 {
    margin: 0 -150px 0 auto;
    width: 100%;
    text-align: right;
  }

  #sec2 .row-1 .photo-1 img {
    width: auto;
  }


  #sec2 .row-2 {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }

  #sec2 .row-2 .txt {
    margin: 65px 0 0 0;
    width: auto;
    letter-spacing: 1.7px;
  }

  #sec2 .row-2 .btn-g1 a {
    width: 315px;
    padding: 16px 20px 16px 20px;
    margin-bottom: 15px;
  }
  .photo-3 {
    display: flex;
    padding: 50px;
    max-width: 1100px;
    gap: 30px; /* 画像間の隙間を追加 */
  }

  .photo-3 img {
    width: 700px;
    height: auto; /* 修正：heightをautoに */
    margin: 0; /* marginをリセット */
  }

}

/******sec3*******/
#sec3 {
  position: relative;
}

#sec3::before {
  content: "";
  background: #644a2d;
  height: 300px;
  width: 10px;
  left: 25px;
  top: 10px;
  position: absolute;
}

#sec3::after {
  content: "";
  background: #644a2d;
  height: 10px;
  width: 100%;
  left: 25px;
  top: 10px;
  position: absolute;
}

#sec3 h2 {
  color: #c09933;
  line-height: 1.2em;
  position: relative;
  margin: -300px 0 -30px 20px;
  padding: 60px 0 0 15px;
  z-index: 1;
}

#sec3 h2>span {
  display: block;
  line-height: 1.2em;
  letter-spacing: 3px;
}

#sec3 h2 .l1 {
  font-size: 50px;
}

#sec3 h2 .l2 {
  font-size: 60px;
}

#sec3 h2 small {
  position: absolute;
  top: 130px;
  left: 155px;
  font-size: 20px;
  letter-spacing: 3px;
}

#sec3 .photo-1 {
  margin: 0 -80px;
}

#sec3 .s-bot {
  background: #000;
  padding-bottom: 30px;
}

#sec3 .s-bot .txt {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #sec3::before {
    height: 500px;
    width: 28px;
    left: 50px;
  }

  #sec3::after {
    height: 28px;
    left: 50px;
  }

  #sec3 .wrap {
    max-width: 1300px;
  }

  #sec3 h2 {
    line-height: 1.2em;
    margin: -400px 0 -30px -5px;
    padding: 105px 0 0 15px;
  }

  #sec3 h2>span {
    display: block;
    line-height: 1.2em;
    letter-spacing: 3px;
  }

  #sec3 h2 .l1 {
    font-size: 85px;
    letter-spacing: 15px;
  }

  #sec3 h2 .l2 {
    font-size: 120px;
  }

  #sec3 h2 .l2 .h2-latin {
    font-size: 130px;
  }

  #sec3 h2 small {
    top: 245px;
    left: 295px;
    font-size: 31px;
    letter-spacing: 7px;
  }

  #sec3 .photo-1 {
    margin: -245px 0 0 0;
  }

  #sec3 .s-bot {
    width: 100%;
    background: none;
    padding-bottom: 30px;
    position: absolute;
    bottom: 75px;
  }

  #sec3 .s-bot .txt {
    margin-bottom: 55px;
    width: 660px;
    letter-spacing: 1.7px;
  }

  #sec3 .s-bot .btn-g1 a {
    font-size: 20px;
    width: 320px;
    margin: 0;
    padding: 15px 20px 15px 20px;
  }
}

/******sec4*******/
#sec4 {
  padding: 10vw 0 35vw;
  background: #000;
}

#sec4 h2 {
  color:  #c09933;
  text-align: center;
  font-size: 80px;
  line-height: 0.7em;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

#sec4 h2 span {
  font-size: 35px;
  padding: 5px 18px 10px;
}

#sec4 .row .col-left .txt {
  margin: 20px 0 40px;
}

#sec4 .row .col-left .btn-g1 a {
  width: 225px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 85px 0 125px;
    background: #000;
  }

  #sec4 .wrap {
    max-width: 1200px;
  }

  #sec4 h2 {
    font-size: 140px;
    line-height: 0.7em;
    letter-spacing: 8px;
    margin-bottom: 35px;
    margin-left: 100px;
    text-align: left;
  }

  #sec4 h2 span {
    font-size: 50px;
    padding: 5px 30px 10px;
    position: relative;
    left: 30px;
    bottom: 15px;
  }

  #sec4 .row {
    display: flex;
    justify-content: space-between;
  }

  #sec4 .row .col-right {
    order: 2;
    margin-right: -50px;
  }

  #sec4 .row .col-right img {
    width: auto;
  }

  #sec4 .row .col-left {
    width: 300px;
    order: 1;
    margin-left: 100px;
  }

  #sec4 .row .col-left .txt {
    margin: -5px 0 65px 0;
    letter-spacing: 1.7px;
  }

  #sec4 .row .col-left .btn-g1 a {
    width: 210px;
    font-size: 20px;
    padding: 15px 20px 15px 20px;
  }
}

/******sec5*******/
#sec5 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#sec5 h2,
#sec5 p {
  font-family: inherit; /* 親要素のフォントファミリーを継承 */
}


#sec5 {
  padding: 10vw 0 20vw;
}

#sec5 .row .card {
  position: relative;
}

#sec5 .row .card::before {
  content: "";
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #8c7062;
  position: absolute;
  z-index: 1;
}

#sec5 .row .card h2 {
  font-size: 14vw;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1.2em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-shadow: 1px 2px 3px #222;
}

#sec5 .row .card .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

#sec5 .row .card .arrow img {
  width: auto;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 5px 0 125px;
  }

  #sec5 .row {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #sec5 .row .card {
    width: 50%;
    overflow: hidden;
  }

  #sec5 .row .card .photo img {
    transition: 0.5s;
  }

  #sec5 .row .card:hover .photo img {
    transform: scale(1.4);
    filter: blur(5px);
    transition: 0.5s;
  }

  #sec5 .row .card::before {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }

  #sec5 .row .card h2 {
    font-size: 92px;
    line-height: 1.2em;
  }



  #sec5 .row .card .arrow {
    bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  #blog .left .top .desc {
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  #sec1 .card-1 .photo-1 img {
    width: 750px;
  }

  #sec1 h2 {
    font-size: 125px;
    line-height: 125px;
    top: 400px;
    right: 100px;
  }

  #sec1 .card-1 .txt-1 {
    right: 45px;
  }

  #sec1 .card-2 .content {
    right: 45px;
  }

  #sec4 .row .col-right img {
    width: 720px;
  }

  #sec5 .row .card h2 {
    font-size: 65px;
    line-height: 1.1em;
  }
}

/*# sourceMappingURL=index.css.map */