
/* ===============================
   top共通
================================= */
.indent-0 { text-indent: -2em; }
.indent-1 { text-indent: -1em; }
.indent-2 { text-indent: 0em; }





/* ===============================
   giwon-video
================================= */
.giwon-video {
  position: relative;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #000;
  overflow: hidden;
}
.giwon-video .area {
  position: relative;
  width: 100%;
  height: 100%;
}
.giwon-video .area video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  animation: fadeVideo 2s ease 4s forwards;
  pointer-events: none;
}
.giwon-video .area .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  width: 40%;
  opacity: 0;
  animation: fadeLogo 2s ease 0.5s forwards;
}
@keyframes fadeLogo {
  to {
    opacity: 1;
  }
}
@keyframes fadeVideo {
  to {
    opacity: 1;
    }
}





/* ===============================
   top-sec01
================================= */
.top-sec01 {
  padding: 15% 0 0 0;
  color: white;
  /**background: url("../img/top/bg03.jpg") center top / cover no-repeat;**/
}
.top-sec01 .area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.top-sec01 .area .wrap {
  position: relative;
  z-index: 2;
  writing-mode: vertical-rl;
  text-orientation: upright;
  right: 5rem;
  bottom: 5rem;
}
.top-sec01 .area .wrap .ttl {
  font-size: 1.75rem;
  font-weight: bold;
}
.top-sec01 .area .wrap .text {
  font-size: 1rem;
}
.top-sec01 .area .wrap .line {
  width: 1px;
  background-color: #7F6000;
  margin-block: 0.5rem;
}
.top-sec01 .area .pic {
  width: 800px;
  position: relative;
  z-index: 1;
}
.top-sec01 .area .pic img {
  width: 100%;
}
@media (max-width: 768px) {
  .top-sec01 {
    padding: 35% 5% 0 5%;
  background: url("../img/top/bg03.jpg")top / contain no-repeat;
  }
  .top-sec01 .area {
    flex-direction: column;
    align-items: center;
    gap:2rem;
  }
  .top-sec01 .area .wrap {
    position: static;
    right: auto;
    bottom: auto;
  }
  .top-sec01 .area .wrap .ttl {
    font-size: clamp(1rem, 6vw, 1.75rem);
  }
  .top-sec01 .area .wrap .text {
    font-size: clamp(0.5rem, 3vw, 1rem);
  }
  .top-sec01 .area .pic {
    width: 100%;
  }
}





/* ===============================
   top-sec02
================================= */
.top-sec02 {
  position: relative;
  color: white;
  z-index: 0;
  padding: 15% 0 0 0;
}
.top-sec02 .area{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8rem;
}
.top-sec02 .area .wrap01{
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 3;
  margin:0 auto 0 25%;
}
.top-sec02 .area .wrap01::before{
  content: "";
  position: absolute;
  width: calc(200%);
  height: calc(200%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/top/bg01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 8px;
}
.top-sec02 .area .wrap01 .ttl{
  font-size: 1.75rem;
  font-weight: bold;
}
.top-sec02 .area .wrap01 .line{
  width: 1px;
  height: 100%;
  background-color: #7F6000;
  margin-block: 0.5rem;
}
.top-sec02 .area .wrap01 .text {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.top-sec02 .area .wrap02 {
  width: 80%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 5;
  margin:0 auto 0 auto;
}
.top-sec02 .area .wrap02 img {
  transition: transform 0.5s ease-out;
  will-change: transform;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-sec02 .area .wrap02 .gal01 {
  position: relative;
  width: 50%;
}
.top-sec02 .area .wrap02 .gal02 {
  position: relative;
  left: 10%;
  width: 20%;
  z-index: 3;
  margin-top: -100px;
}
.top-sec02 .area .wrap02 .gal03 {
  position: relative;
  width: 30%;
  margin-top: -200px;
}
@media screen and (max-width: 768px) {
  .top-sec02 {
    padding: 30% 0 0 0;
  }
.top-sec02 .area{
  align-items: center;
  gap: 10rem;
}
.top-sec02 .area .wrap01{
  margin:0 auto 0 auto;
}
.top-sec02 .area .wrap01::before{
  width: calc(175%);
  height: calc(175%);
}
  .top-sec02 .area .wrap01 .ttl {
    font-size: clamp(1rem, 6vw, 1.75rem);
  }
  .top-sec02 .area .wrap01 .text {
    font-size: clamp(0.5rem, 3vw, 1rem);
    gap: 0.5rem;
  }
  .top-sec02 .area .wrap02 {
    width: 100%;
  }
}





/* ===============================
   top-sec03
================================= */
.top-sec03 {
  padding: 20% 0 0 0;
}
.top-sec03 .area {
  position: relative;
  height: 80vh;
  display: flex;
}
.top-sec03 .area .wrap01 {
  position: relative;
  z-index: 1;
  width: 70%;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
}
.top-sec03 .area .wrap01::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 70vw;
  height: 100vh;
  background: url("../img/top/img03.jpg") center / cover no-repeat;
  z-index: 0;
  pointer-events: none;
}
.top-sec03 .area .wrap02 {
  width: 30%;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: white;
  background: url("../img/top/bg02.jpg") center/cover no-repeat;
}
.top-sec03 .area .wrap02 .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.top-sec03 .area .wrap02 .line {
  width: 30%;
  height: 1px;
  background-color: #7F6000;
}
.top-sec03 .area .wrap02 .text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-sec03 .area {
    flex-direction: column;
    height: auto;
  }
  .top-sec03 .area .wrap01 {
    width: 100%;
    height: 300px;
    position: relative;
  }
  .top-sec03 .area .wrap01::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/img03.jpg") center / cover no-repeat;
    z-index: 0;
  }
  .top-sec03 .area .wrap02 {
    width: 100%;
    padding-block: 20%;
  }
}





/* ===============================
   top-sec04
================================= */
.top-sec04 {
  position: relative;
  padding: 20% 0 0 0;
  color: white;
  background: url("../img/top/bg03.jpg")center top / cover no-repeat;
}
.top-sec04 .area {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
.top-sec04 .area .wrap01 {
  width: 30%;
  position: relative;
  top: 50px;
  margin: 0 auto 0 0;
  z-index: 4;
}
.top-sec04 .area .wrap01 .box {}
.top-sec04 .area .wrap02 {
  width: 65%;
}
.top-sec04 img {
  width: 100%;
}
@media screen and (max-width: 768px) {}






/* ===============================
   top-sec05
================================= */
.top-sec05 {
  padding: 15% 0 0 0;
  color: white;
}
.top-sec05 .area {
  display: flex;
  width: 80%;
  margin: 0 auto;
}
.top-sec05 .area .wrap01 {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.top-sec05 .area .wrap01 .ttl{
  font-size: 1.5rem;
  font-weight:bold;
}
.top-sec05 .area .wrap01 .line {
  width: 1px;
  height: 100%;
  background-color: #7F6000;
  margin: 0 30px;
}
.top-sec05 .area .wrap02 {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-sec05 .area .wrap02 .ttl{
  font-size: 4em;
  color: #7F6000;
  padding-bottom: 20px;
}
.top-sec05 .area .wrap02 .text{
  font-size: 1.5rem;
}
.top-sec05 .area .wrap02 .bg {
  position: absolute;
  object-fit: cover;
  z-index: 1;
}
.top-sec05 .area .wrap02 .box{
  position: relative;
  text-align: center;
  z-index: 2;
}
.top-sec05 .area .wrap02 .arrow {
  margin: 4px auto 0;
  height: 1px;
  background-color: #7F6000;
  position: relative;
}
.top-sec05 .area .wrap02 .arrow::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0px;
  width: 20px;
  height: 8px;
  border-top: 2px solid #7F6000;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .top-sec05 .area {
    flex-direction: column;
    width: 90%;
      gap:2rem;
  }
  .top-sec05 .area .wrap01 ,
  .top-sec05 .area .wrap02  {
    width: 100%;
  }
}






/* ===============================
   top-sec06
================================= */
.top-sec06 {
  padding: 10% 0 0 0;
}
.top-sec06 .area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}
.top-sec06 .area .bg {
    width:100%;
  position: absolute;
  z-index: 0;
  mask-image: radial-gradient(ellipse 80% 100% at center, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}
.top-sec06 .area .bg img {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.top-sec06 .area .col {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 500px;
  z-index:10;
}
.top-sec06 .area .col.center {
  margin: auto 0;
}
.top-sec06 .area .col.left img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.top-sec06 .area .col.center img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.top-sec06 .area .col.right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.top-sec06 .area .col.center {
  transition-delay: 0.8s;
}
.top-sec06 .area .col.right img:nth-of-type(1) {
  transition-delay: 0.4s;
}
.top-sec06 .area .col.right img:nth-of-type(2) {
  transition-delay: 1.2s;
}






/* ===============================
   top-sec07
================================= */
.top-sec07 {
  padding: 20% 0 0 0;
}
.top-sec07 .area {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 5;
}
.top-sec07 .area img {
  width: 100%;
}
.top-sec07 .area .wrap01 {
  width: 65%;
  position: relative;
  margin: 0 auto 0 0;
  z-index: 4;
}
.top-sec07 .area .wrap02 {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.top-sec07 .img01 {
  width: 100%;
  padding: 0 0 10% 0;
}
.top-sec07 .img02 {
  width: 60%;
}





/* ===============================
   top-sec08
================================= */
.top-sec08 {
  padding: 5% 0 0 0;
  color: white;
}

.top-sec08 .area {
  position: relative;
  display: flex;
}

.top-sec08 .area .wrap {
  position: relative;
  display: flex;
  gap: 20%;
  z-index: 2;
  margin: 0 auto 0 20%;
  white-space: nowrap;
}

.top-sec08 .area .wrap .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.top-sec08 .area .wrap .box01 {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.top-sec08 .area .wrap .box01 .ttl {
  font-size: 4rem;
  color: #7F6000;
  padding-bottom: 20px;
}

.top-sec08 .area .wrap .box01 .text {
  font-size: 1.5rem;
}

.top-sec08 .area .wrap .box01 .inr {
  position: relative;
  text-align: center;
  z-index: 2;
}

.top-sec08 .area .wrap .box01 .inr .arrow {
  margin: 4px auto 0;
  height: 1px;
  background-color: #7F6000;
  position: relative;
}

.top-sec08 .area .wrap .box01 .inr .arrow::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0px;
  width: 20px;
  height: 8px;
  border-top: 2px solid #7F6000;
  transform: rotate(45deg);
}

.top-sec08 .area .wrap .box02 {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  z-index: 2;
}

.top-sec08 .area .wrap .box02 .ttl {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

.top-sec08 .area .wrap .box02 .text {
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .top-sec08 .area {
    flex-direction: column;
    align-items: center;
  }

  .top-sec08 .area .wrap {
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
    white-space: normal;
  }
}






/* ===============================
   top-sec09
================================= */
.top-sec09 {
  padding: 5% 0 0 0;
  z-index:5;
}
.top-sec09 .area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  z-index: 3;
  color: white;
}
.top-sec09 .area .column {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 500px;
}
.top-sec09 .area .column img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.top-sec09 .area .column.left {
  margin-top: 5%;
  transition-delay: 1s;
}
.top-sec09 .area .column.center {
  margin-top: 2.5%;
  transition-delay: 0.5s;
}
.top-sec09 .area .column.right {}






/* ===============================
   top-sec10
================================= */
.top-sec10 {
  padding: 15% 0 0 0;
  color: white;
}

.top-sec10 .area {
  position: relative;
  display: flex;
}

.top-sec10 .area .wrap {
  position: relative;
  display: flex;
  gap: 20%;
  z-index: 2;
  margin: 0 20% 0 auto;
  white-space: nowrap;
}

.top-sec10 .area .wrap .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.top-sec10 .area .wrap .box01 {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.top-sec10 .area .wrap .box01 .ttl {
  font-size: 4rem;
  color: #7F6000;
  padding-bottom: 20px;
}

.top-sec10 .area .wrap .box01 .text {
  font-size: 1.5rem;
}

.top-sec10 .area .wrap .box01 .inr {
  position: relative;
  text-align: center;
  z-index: 2;
}

.top-sec10 .area .wrap .box01 .inr .arrow {
  margin: 4px auto 0;
  height: 1px;
  background-color: #7F6000;
  position: relative;
}

.top-sec10 .area .wrap .box01 .inr .arrow::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0px;
  width: 20px;
  height: 8px;
  border-top: 2px solid #7F6000;
  transform: rotate(45deg);
}

.top-sec10 .area .wrap .box02 {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  z-index: 2;
}

.top-sec10 .area .wrap .box02 .ttl {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}

.top-sec10 .area .wrap .box02 .text {
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .top-sec10 .area {
    flex-direction: column;
    align-items: center;
  }

  .top-sec10 .area .wrap {
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
    white-space: normal;
    padding: 0 5%;
  }
}





/* ===============================
   top-sec11
================================= */
.top-sec11 {
  padding: 5% 0 0 0;
  z-index:5;
}
.top-sec11 .area {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
.top-sec11 .area img{
    width:100%;
}
.top-sec11 .area .wrap01 {
  width: 30%;
  position: relative;
  margin: 0 auto 0 0;
    z-index: 4;
}
.top-sec11 .area .wrap01 .img01{
    width: 60%;
    padding:0 0 10% 0;
}
.top-sec11 .area .wrap02{
    width: 65%;
}
@media screen and (max-width: 768px) {
.image-left	{
  width: 35%;
    left:25px;
}
.image-right{
    width: 65%;
    background-color:blue;
}  
}





/* ===============================
   top-sec12
================================= */
.top-sec12 {
  padding: 10% 0;
}
.top-sec12 .area {
  position: relative;
  width: 100%;
  color: white;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10% 0;
  z-index: 1;
}
.top-sec12 .area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/testest.jpg") center top / cover no-repeat;
  opacity: 0.54;
  pointer-events: none;
}
.top-sec12 .ttl {
  font-size:2rem;
  padding-bottom: 10px;
  text-align: center;
  z-index: 5;
}
.top-sec12 .subttl {
  padding-bottom: 50px;
  text-align: center;
  z-index: 5;
}
.top-sec12 .area .wrap {
  display: flex;
  justify-content: center;
  gap: 5rem;
  flex-wrap: wrap;
  z-index: 5;
}
.top-sec12 .area .wrap .image {
    width:350px;
}
.top-sec12 .area .wrap .image img{
    width:100%;
}
.top-sec12 .area .wrap .box {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap:2rem;
}
.top-sec12 .area .wrap .text-box {height:500px;
  border-top: 1px solid #ccc; /* 外枠の追加 */
  border-bottom: 1px solid #ccc; /* 外枠の追加 */
}
.top-sec12 .area .wrap .text {
    font-size:1.5rem;
}

.top-sec12 .area .wrap .box .line {
  width: 80%;
  height: 2px;
  background-color: #7F6000;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.top12-sec {
  padding: 15% 5%;
}
.top12-cnt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
}





/* ===============================
   top-sec13
================================= */
.top-sec13 {
  padding: 5% 0;
  color: white;
}
.top-sec13 .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
.top-sec13 .area > a:nth-child(1){
  background: url(../img/top/bg08.jpg) no-repeat center / cover;
}
.top-sec13 .area > a:nth-child(2){
  background: url(../img/top/bg09.jpg) no-repeat center / cover;
}
.top-sec13 .area > a:nth-child(3){
  background: url(../img/top/bg10.jpg) no-repeat center / cover;
}
.top-sec13 .area .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 432px;
  min-height: 600px;
  border: 1px solid white;
  gap: 1em;
  transition: border-color 0.5s, color 0.5s;
  color: white;
  z-index: 1;
}
.top-sec13 .area .wrap::before{
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid white;
  pointer-events: none;
  transition: border-color 0.5s;
}

/* ホバー時の金色変化 */
.top-sec13 .area > a:hover .wrap {
  border-color: #7F6000;
  color: #7F6000;
}
.top-sec13 .area > a:hover .wrap::before {
  border-color: #7F6000;
}
.top-sec13 .area > a:hover .wrap .line {
  background-color: #7F6000;
}

/* タイトルとテキストのスタイル */
.top-sec13 .area .wrap .ttl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2rem;
}
.top-sec13 .area .wrap span {
  transition: color 0.5s;
}

/* 区切り線 */
.top-sec13 .area .wrap .line {
  width: 50%;
  height: 1px;
  background-color: #7F6000;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-sec13 {
    padding: 8% 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden; /* ← 念のため横スクロール防止 */
  }

  .top-sec13 .area {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 0 5%; /* ← 左右に余白を持たせる */
    width: 100%;
    box-sizing: border-box;
  }

  .top-sec13 .area > a {
    width: 100%;
    box-sizing: border-box;
  }

  .top-sec13 .area .wrap {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 1.5rem;
    gap: 0.8em;
    box-sizing: border-box;
  }

  .top-sec13 .area .wrap::before {
    width: calc(100% - 2rem); /* ← wrapのpaddingに合わせて調整 */
    height: calc(100% - 2rem);
  }

  .top-sec13 .area .wrap .ttl {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 1.5rem;
  }
}





