
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
  transform: translate(-50%, -50%);
}
.c-loader{
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at center, #3C4B57 0%, #1C262B 100%);
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #EFEFFA;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #EFEFFA;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #EFEFFA;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.parallax__container {
  position: absolute;
  clip: rect(0, auto, auto, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}

.parallax {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.parallax--bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-pallarax {
  height: 440px;
  position: relative;
}

.top-pallarax::before {
  position: absolute;
  content: "";
  background: url(../images/common/bor-top.png) top center no-repeat;
  background-size: cover;
  width: 700px;
  height: 20px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.top-pallarax::after {
  position: absolute;
  content: "";
  background: url(../images/common/bor-bottom1.png) bottom center no-repeat;
  background-size: cover;
  width: 700px;
  height: 20px;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.top-pallarax1::after {
  position: absolute;
  content: "";
  background: url(../images/common/bor-bottom.png) bottom center no-repeat;
  background-size: cover;
  width: 700px;
  height: 20px;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.top-pallarax .wrapper {
  height: 100%;
}

.top-pallarax-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.top-pallarax h3 {
  font-size: 46px;
  color: #fff;
  opacity: 0.8;
  line-height: 160%;
  letter-spacing: 10px;
  padding-bottom: 19px;
}

.top-pallarax h3 span {
  font-size: 66px;
}

.contact-pallarax {
  height: 600px;
  position: relative;
  padding-top: 100px;
  z-index: 1;
}

.contact-pallarax-list {
  background: rgba(255, 255, 255, 0.96);
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

.contact-pallarax-box:first-of-type {
  padding: 85px 0 53px;
}

.contact-pallarax-box {
  width: 500px;
  padding: 78px 0;
}
.contact-pallarax-box:first-of-type {
  border-right: 1px solid #F4F4F4;
}

.contact-pallarax h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 200%;
  position: relative;
  z-index: 1;
  letter-spacing: 7px;
  padding-bottom: 28px;
  margin-bottom: 21px;
}

.contact-pallarax h3::after {
  position: absolute;
  content: "";
  background: #D8A300;
  width: 40px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact-pallarax h3 span {
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 200%;
  letter-spacing: 3px;
}

.contact-pallarax p {
  text-align: center;
  line-height: 200%;
  padding: 15px 0 30px;
  position: relative;
  z-index: 1;
  letter-spacing: 3px;
}

.contact-pallarax p.last {
  padding: 3px 0px 20px;
  margin-right: 13px;
}

.contact-pallarax .phone {
  font-size: 30px;
  line-height: 200%;
  font-weight: bold;
  letter-spacing: 6.5px;
  display: flex;
  align-items: center;
  padding-left: 80px;
}

.contact-pallarax .phone::before {
  content: "";
  width: 26px;
  height: 28px;
  background-image: url(../images/common/ic-phone.png);
  background-size: cover;
  margin-right: 12px;
  transition: 0.4s;
}

.contact-pallarax .btn {
  margin-right: 15px;
}

.contact-pallarax .btn-2 {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.btn-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  line-height: 120%;
  width: 104px;
  height: 52px;
  font-size: 12px;
}

.btn-1:hover {
  background: #D8A300;
  border: 1px solid #D8A300;
}

.btn-2 {
  width: 280px;
  height: 72px;
  border-radius: 7px;
  display: flex;
  font-weight: 500;
  line-height: 200%;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
  color: #fff;
  background: #D8A300;
  font-size: 15px;
  font-weight: bold;
}

.btn-2:hover {
  opacity: 0.7;
}

.btn-2::before {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url(../images/common/ic-point.png);
  background-size: cover;
  margin-right: 9px;
  transition: 0.4s;
}

.btn-3 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 240%;
  font-size: 13px;
  letter-spacing: 3px;
}

.btn-3::before {
  content: "";
  width: 84px;
  height: 15px;
  background-image: url(../images/common/arr_btn.png);
  background-size: cover;
  transition-duration: 0.4s;
  margin-right: 26px;
  margin-bottom: 7px;
}

.btn-3:hover {
  color: #0E7BAC;
}

.btn-4 {
  width: 280px;
  height: 72px;
  border-radius: 7px;
  display: flex;
  font-weight: 500;
  line-height: 200%;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
  color: #D8A300;
  border: 1px solid #D8A300;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
}

.btn-4:hover {
  background: #D8A300;
  color: #fff;
}

.btn-4:hover::before {
  background-image: url(../images/common/ic-point.png);
}

.btn-4::before {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url(../images/common/ic-point-1.png);
  background-size: cover;
  margin-right: 9px;
  transition: 0.4s;
}

.btn-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 420px;
  width: 95%;
  padding: 24px 30px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.btn-5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 20%;
  height: 2px;
  background-color: #c7a84f;
  transition: width 0.3s ease;
}

.btn-5::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
  margin-left: 8px;
}

.btn-5:hover::before {
  width: 100%;
}

.flex {
  display: flex;
}

.btn-all {
  display: flex;
  justify-content: center;
}

.btn-all a {
  margin: 0 11px;
}

.tt-1 h3 {
  font-size: 84px;
  line-height: 120%;
  letter-spacing: 7px;
  padding-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  color: #D8A300;
  -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;


}
.tt-1 p {
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 5px;
}

.tt-2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 10px;
  font-family: "Noto Serif JP", serif;
}
.tt-2::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/common/ic-line.png);
  background-size: cover;
  transition-duration: 0.4s;
  margin-right: 5px;
  margin-bottom: 55px;
}

.top-block0 {
  padding: 85px 0 0;
  position: relative;
  text-align: center;
  z-index: 80;
}

.top-block0 a {
  display: block;
  width: 90%;
  max-width: 618px;
  margin: auto;
}

.top-block0 a img{
  width: 100%;
  transition: transform 0.4s ease;
}

.top-block0 a:hover img{
    transform: scale(1.1);
}

.top-block1 {
  padding: 80px 0 85px;
  position: relative;
  z-index: 80;
}
.top-block1::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #D9A300;
  width: 4px;
  height: 100%;
}
.top-block1 .tit-new {
  display: flex;
  justify-content: space-between;
}
.top-block1 .tit-new h3 {
  line-height: 120%;
  letter-spacing: 1.5px;
}
.top-block1 .tit-new h3 span {
  display: block;
  color: #D9A300;
  font-size: 42px;
  line-height: 120%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 4.6px;
  margin-bottom: 19px;
}
.top-block1 .tit-new .btn-1 {
  margin-top: 33px;
}
.top-block1-list {
  display: flex;
  margin-top: 64px;
}
.top-block1-list .box1 {
  display: block;
  width: 23%;
  position: relative;
  margin-right: 37px;
}
.top-block1-list .box1:hover figure::before {
  opacity: 1;
}
.top-block1-list .box1:hover figure img {
  transform: scale(1.1, 1.1);
}
.top-block1-list .box1:nth-of-type(2n) {
  margin-top: 40px;
}
.top-block1-list .box1:last-of-type {
  margin-right: 0;
}
.top-block1-list .box1 figure {
  overflow: hidden;
  position: relative;
}
.top-block1-list .box1 figure::before {
  position: absolute;
  content: "";
  background: url(../images/common/bg-1.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
  z-index: 9;
}
.top-block1-list .box1 figure img {
  transition: 0.4s;
  width: 100%;
}
.top-block1-list .box1 .label {
  position: absolute;
  top: -12px;
  left: 0;
  background: #D90000;
  width: 60px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  letter-spacing: 2px;
  z-index: 10;
}
.top-block1-list .box1 .cat {
  color: #D9A300;
  border: 1px solid #D9A300;
  width: 80px;
  font-size: 10px;
  text-align: center;
  padding: 4px 0;
  margin-left: 20px;
  margin-top: -16px;
  z-index: 9;
  position: relative;
  letter-spacing: 2px;
  background: #fff;
}
.top-block1-list .box1 .date {
  color: #999999;
  margin: 12px 21px 0;
  font-size: 11px;
  letter-spacing: 1.4px;
}
.top-block1-list .box1 .title {
  margin: 1px 21px 1px;
  font-size: 16px;
  font-weight: bold;
  color: #D8A300;
  letter-spacing: 2px;
  line-height: 200%;
}
.top-block1-list .box1 .content {
  font-size: 13px;
  line-height: 200%;
  margin: 0 21px 0;
  letter-spacing: 1.4px;
}
.top-block2 {
  position: relative;
  z-index: 80;
}
.top-block2 .wrapper {
  position: relative;
}
.top-block2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #D9A300;
  width: 4px;
  height: 900px;
}
.top-block2 .title {
  font-family: "Noto Serif JP", serif;
  writing-mode: vertical-rl;
  position: absolute;
  right: 48px;
  top: 40px;
  font-size: 60px;
  line-height: 160%;
  z-index: 9;
}
.top-block2 .title p {
  letter-spacing: 5.5px;
}
.top-block2 .title span {
  color: #D8A300;
  letter-spacing: 6px;
}
.top-block2-box {
  position: relative;
  padding: 116px 0 0;
}
.top-block2-box .title-1 {
  padding-left: 31px;
  position: relative;
  top: -195px;
  width: 85.5%;
}
.top-block2-box figure img{
  width: 100%;
}
.top-block2-box .title-1 h3 {
  font-family: "Noto Serif JP", serif;
  color: #D8A300;
  line-height: 200%;
  font-size: 60px;
  letter-spacing: 5px;
}
.top-block2-box .title-1 .flex {
  align-items: center;
  margin-top: -20px;
}
.top-block2-box .title-1 .flex p {
  font-size: 30px;
  line-height: 200%;
  margin-right: 33px;
  padding-top: 12px;
  letter-spacing: 3.06px;
}
.top-block2-box .title-1 p.ct {
  line-height: 200%;
  padding-top: 25px;
  padding-right: 27%;
  letter-spacing: 1.4px;
}
.top-block2-box .img-pos {
  position: absolute;
  right: 0;
  bottom: -226px;
  z-index: -1;
}
.top-block3 {
  position: relative;
  margin-top: -37px;
  padding: 19px 0 31px;
  z-index: 80;
}
.top-block3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #D9A300;
  width: 4px;
  height: 940px;
}
.top-block3 h3 {
  font-size: 46px;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  padding-left: 21px;
  letter-spacing: 4.6px;
  margin-bottom: 6px;
}
.top-block3 h4 {
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  color: #D8A300;
  font-weight: bold;
  padding-left: 21px;
  letter-spacing: 7px;
}
.top-block3 h4 span {
  background: url(../images/common/bg-tit1.png) bottom 15px center no-repeat;
  background-size: contain;
}
.top-block3 p.content {
  font-size: 16px;
  line-height: 200%;
  margin: 28px 22px;
  letter-spacing: 1.6px;
}
.top-block3-list {
  display: flex;
  flex-wrap: wrap;
  margin: 64px 0;
}
.top-block3-list .box1 {
  width: 440px;
  margin-right: 40px;
}
.top-block3-list .box1:hover figure::before {
  opacity: 1;
}
.top-block3-list .box1:hover figure img {
  transform: scale(1.1, 1.1);
}
.top-block3-list .box1:last-of-type {
  margin-right: 0;
}
.top-block3-list .box1 figure {
  position: relative;
  overflow: hidden;
}
.top-block3-list .box1 figure::before {
  position: absolute;
  content: "";
  background: url(../images/common/bg-1.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
  z-index: 9;
}
.top-block3-list .box1 figure img {
  transition: 0.4s;
}
.top-block3-list .box1 h5 {
  font-size: 20px;
  line-height: 180%;
  font-weight: bold;
  color: #D8A300;
  padding: 24px 21px 9px;
  letter-spacing: 3px;
}
.top-block3-list .box1 p {
  line-height: 200%;
  letter-spacing: 1.5px;
  padding: 0 21px;
}
.top-block3 .btn-all {
  padding-right: 21px;
}
.top-block3 .btn-all a {
  margin: 0 15px;
}
.top-block4 {
  padding: 74px 0 144px;
  position: relative;
  z-index: 80;
}
.top-block4::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #D9A300;
  width: 4px;
  height: 674px;
}
.top-block4-list {
  display: flex;
  justify-content: space-between;
}
.top-block4-list .box1 {
  width: 480px;
  position: relative;
  margin-top: 57px;
}
.top-block4-list .box1:hover figure::before {
  opacity: 1;
}
.top-block4-list .box1:hover figure img {
  transform: scale(1.1, 1.1);
}
.top-block4-list .box1:hover figure .btn-ver {
  opacity: 1;
  top: 50%;
}
.top-block4-list .box1 figure {
  position: relative;
  overflow: hidden;
}
.top-block4-list .box1 figure::before {
  position: absolute;
  content: "";
  background: url(../images/common/bg-2.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
  z-index: 9;
}
.top-block4-list .box1 figure img {
  transition: 0.4s;
  width: 100%;
}
.top-block4-list .box1 figure .btn-ver {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  z-index: 11;
  font-size: 13px;
  width: 80px;
  height: 54px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: 0.4s;
}
.top-block4-list .box1 .label {
  position: absolute;
  top: -12px;
  left: 0;
  background: #D90000;
  width: 60px;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  z-index: 10;
}
.top-block4-list .box1 .cat {
  border: 1px solid #D8A300;
  color: #D8A300;
  width: 80px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin: 23px 21px 12px;
}
.top-block4-list .box1 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #D8A300;
  line-height: 200%;
  padding: 0 21px;
  letter-spacing: 3px;
}
.top-block4-list .box1 p {
  font-size: 13px;
  line-height: 200%;
  padding: 2px 21px;
  letter-spacing: 1.3px;
}
.top-block4-list .off-hover{
  position: relative;
}
.top-block4-list .off-hover::before{
  position: absolute;
  content: "";
  background: url(../images/common/h-bg1.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
  z-index: 9;
}
.top-block4-list .off-hover:hover figure img{
  transform: scale(1,1);
}
.top-block4-list .off-hover:hover figure::before {
  opacity: 0;
}
.top-block4-list .off-hover .btn-hd{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 274px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF0000;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 120%;
  z-index: 10;
}
.top-block4-list .box2 {
  width: 279px;
}
.top-block4-list .box2 .flex {
  align-items: center;
  justify-content: space-between;
}
.top-block4-list .box2 .flex h3 {
  writing-mode: vertical-rl;
  color: #D8A300;
  position: relative;
  font-size: 46px;
  line-height: 120%;
  font-family: "Noto Serif JP", serif;
}
.top-block4-list .box2 .flex h3::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-line.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
  top: -40px;
  left: -10px;
}
.top-block4-list .box2 .flex h3::after {
  position: absolute;
  content: "";
  background: url(../images/common/ic-line-1.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
  bottom: -30px;
  left: -10px;
}
.top-block4-list .box2 .flex h4 {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-size: 84px;
  line-height: 120%;
}
.top-block4-list .box2 .flex p {
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 240%;
  padding-top: 53px;
  position: relative;
  left: -8px;
  letter-spacing: 1.5px;
}
.top-block4-list .box2 .btn {
  padding-top: 61px;
  padding-left: 33px;
}