@keyframes yurari {
  0% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes yurari_2deg {
  0% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes yurari_1deg {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes yurari_10deg {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-7deg);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  40% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes passing-bar {
  0% {
    transform: scaleX(0) translateX(-100%);
  }
  50% {
    transform: scaleX(1) translateX(0);
  }
  51% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(101%);
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mask-bg {
  0% {
    transform: translate(0, 101%);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, -100%);
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 20px);
    width: 100%;
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 20px);
    height: 100%;
    opacity: 1;
  }
}
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td {
    line-height: 1.8;
  }
}

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

.f_en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.first .flow__list {
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 1024px) {
  .first .flow__list {
    flex-direction: column;
  }
}
.first .flow__item {
  width: 20%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .first .flow__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.first .flow__item .img {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--gold);
  width: auto;
  height: 150px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .first .flow__item .img {
    height: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .first .flow__item .img {
    margin-bottom: 10px;
  }
}
.first .flow__item .title {
  text-align: center;
  letter-spacing: 0.15em;
  color: var(--gold);
  font-weight: bold;
}
.first .flow__item .txt {
  background-color: var(--white);
  padding: 10px;
  font-size: 0.9em;
  color: var(--txt);
}
@media screen and (max-width: 1024px) {
  .first .flow__item .txt {
    padding: 5px;
  }
}
.first .flow__item svg {
  display: block;
  width: 5%;
  position: absolute;
  top: 20%;
  right: -15%;
}
@media screen and (max-width: 1024px) {
  .first .flow__item svg {
    width: 10px;
    position: unset;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }
}
.first .flow__item svg path {
  fill: var(--gold);
}
.first .flow__item:last-of-type svg {
  display: none;
}
.first .faq__list {
  background: #fff;
  padding: 60px 40px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(150, 130, 80, 0.1);
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .first .faq__list {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .first .faq__list {
    padding-bottom: 20px;
  }
}
.first .bnr {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .first .bnr {
    margin-bottom: 40px;
  }
}
.first .bnr__item a {
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .first .bnr__item a {
    flex-direction: column;
  }
}
.first .bnr__item a .img {
  width: 60%;
  position: relative;
  aspect-ratio: 728/535;
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .first .bnr__item a .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .first .bnr__item a .img {
    margin-bottom: -80px;
  }
}
.first .bnr__item a .img::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
.first .bnr__item a .img img {
  transform: scale(1);
  transition: all 0.3s;
}
.first .bnr__item a .txtArea {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .first .bnr__item a .txtArea {
    margin: auto;
    margin-top: -10%;
  }
}
.first .bnr__item a .txtArea .content {
  width: 100%;
  background-color: rgba(200, 188, 164, 0.9);
  padding: 80px 0px;
}
@media screen and (max-width: 1024px) {
  .first .bnr__item a .txtArea .content {
    padding: 40px 0px;
  }
}
.first .bnr__item a .txtArea .title01 {
  margin-bottom: 0;
}
.first .bnr__item a:hover .img::before {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.first .bnr__item a:hover .img img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.first .bnr__item a:hover .txtArea .content {
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
}
.first .bnr__item a:hover .txtArea .title01 .en,
.first .bnr__item a:hover .txtArea .title01 .ja {
  color: var(--gold);
}