@keyframes copySlideIn1 {
  0% {
    transform: scale(0, 1);
    transform-origin: center left;
  }
  48% {
    transform: scale(1, 1);
    transform-origin: center left;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: center right;
  }
  to {
    transform: scale(0, 1);
    transform-origin: center right;
  }
}
@keyframes copySlideIn2 {
  0% {
    transform: scale(1, 0);
    transform-origin: center top;
  }
  48% {
    transform: scale(1, 1);
    transform-origin: center top;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
  to {
    transform: scale(1, 0);
    transform-origin: center bottom;
  }
}
.fv {
  position: relative;
}
@media (min-width: 768px) {
  .fv {
    padding-top: 5.86vw;
  }
}
@media (max-width: 767px) {
  .fv {
    margin-top: 60px;
    padding-top: 4.67vw;
  }
}
.fv__head {
  position: absolute;
}
@media (min-width: 768px) {
  .fv__head {
    top: 1.1vw;
    left: 2.4vw;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .fv__head {
    top: 6vw;
    left: 5.33vw;
  }
}
@media (min-width: 768px) {
  .fv__title {
    width: 70.86vw;
  }
}
@media (max-width: 767px) {
  .fv__title {
    width: 12vw;
  }
}
@media (max-width: 767px) {
  .fv__img {
    width: 74vw;
    margin-left: auto;
  }
}

.headline {
  position: relative;
  background-color: #b3b38b;
  z-index: 10;
}
@media (min-width: 768px) {
  .headline {
    margin-top: -25px;
    margin-bottom: 80px;
    padding: 5px 0 5px 40px;
  }
}
@media (max-width: 767px) {
  .headline {
    margin-top: 6.67vw;
    padding: 10px 40px 10px 20px;
  }
}
@media (max-width: 767px) {
  .headline::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }
}
.headline__head {
  line-height: 28px;
}
@media (min-width: 768px) {
  .headline__head {
    padding: 20px 0;
    letter-spacing: 0.12em;
  }
}
@media (max-width: 767px) {
  .headline__head {
    padding: 15px 10px 15px 0;
    letter-spacing: 0.06em;
    border-right: 1px solid #000;
  }
}
@media (min-width: 768px) {
  .headline__body {
    margin-left: 30px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .headline__body {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .headline__title {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .headline__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media (min-width: 768px) {
  .headline__foot {
    border-left: 1px solid #000;
    width: 230px;
    padding: 20px 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .headline__foot {
    width: 20vw;
  }
}
.headline__anc span {
  position: relative;
  padding-right: 15px;
}
.headline__anc span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  width: 6px;
  height: 9px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.intro__tx {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.intro__tx > div {
  display: inline-block;
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  white-space: nowrap;
  line-height: 1;
}
.intro__tx1 {
  line-height: 34px;
}
.intro__tx1 > div + div {
  margin-left: 50px;
}
.intro__ja {
  letter-spacing: 0.16em;
  white-space: nowrap;
  animation: scrollAnimation1 61s linear infinite;
}
@media (min-width: 768px) {
  .intro__ja {
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .intro__ja {
    font-size: 2.2vw;
    line-height: 2.49vw;
  }
}
@media (max-width: 767px) {
  .intro__ja {
    font-size: 4vw;
    line-height: 4.53vw;
  }
}
.intro__tx2 {
  line-height: 1;
}
.intro__tx2 > div + div {
  margin-left: 100px;
}
.intro__en {
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 2px rgb(0, 0, 0);
  animation: scrollAnimation1 61s linear infinite;
}
@media (min-width: 768px) {
  .intro__en {
    font-size: 212px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .intro__en {
    font-size: 15.52vw;
  }
}
@media (max-width: 767px) {
  .intro__en {
    font-size: 28.27vw;
  }
}
.intro__head {
  line-height: 46px;
  letter-spacing: 0.16em;
}
.intro__head .large {
  font-size: 46px;
}
.intro__title {
  position: relative;
  display: inline-block;
}
.intro__title.show::before {
  animation-play-state: running;
}
.intro__title.show span {
  opacity: 1;
}
.intro__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
}
.intro__title span {
  opacity: 0;
  transition-delay: 1s;
}
.intro__body {
  position: relative;
}
@media (min-width: 768px) {
  .intro__body {
    min-height: 75.26vw;
  }
}
@media (max-width: 767px) {
  .intro__body {
    width: 83vw;
  }
}
.intro__body::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/top/02_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .intro__body::before {
    top: -5.5vw;
    left: -10.25vw;
    width: 62.15vw;
    height: 75.26vw;
  }
}
@media (max-width: 767px) {
  .intro__body::before {
    top: -21.33vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 65.47vw;
    height: 79.2vw;
  }
}
@media (min-width: 768px) {
  .intro__content {
    margin-left: 49.78vw;
    padding-top: 6.59vw;
    width: 40.26vw;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .intro__content {
    padding-top: 66.67vw;
  }
}
.intro__p {
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .intro__p {
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .intro__p {
    line-height: 43px;
  }
}

@keyframes scrollAnimation1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrollAnimation2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.howto__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .howto__wrapper {
    margin-bottom: 25.62vw;
  }
}
@media (max-width: 767px) {
  .howto__wrapper {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .howto__head {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .howto__head {
    line-height: 50px;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 768px) {
  .howto__title1 {
    width: 115px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .howto__title1 {
    width: 8.42vw;
  }
}
@media (min-width: 768px) {
  .howto__title2 {
    margin-top: 300px;
    width: 115px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .howto__title2 {
    margin-top: 20.5vw;
    width: 8.42vw;
  }
}
.howto__sptitle {
  position: relative;
  display: inline-block;
}
.howto__sptitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
}
.howto__sptitle span {
  opacity: 0;
  transition-delay: 1s;
}
.howto__sptitle1.show::before {
  animation-play-state: running;
}
.howto__sptitle1.show span {
  opacity: 1;
}
.howto__sptitle2.show::before {
  animation-play-state: running;
  animation-delay: 0.68s;
}
.howto__sptitle2.show span {
  opacity: 1;
  transition-delay: 1s;
}
.howto__staff {
  position: absolute;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  z-index: 1;
}
@media (min-width: 768px) {
  .howto__staff1 {
    width: 222px;
    top: 110px;
    left: calc(50% - 260px);
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .howto__staff1 {
    width: 16.25vw;
    top: 8.05vw;
    left: calc(50% - 19.03vw);
  }
}
.howto__staff2 {
  animation: floating-y 2.2s ease-in-out infinite alternate-reverse;
}
@media (min-width: 768px) {
  .howto__staff2 {
    width: 362px;
    top: 925px;
    right: calc(50% - 230px);
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .howto__staff2 {
    width: 26.5vw;
    top: 67.72vw;
    right: calc(50% - 16.84vw);
  }
}
@media (min-width: 768px) {
  .howto__staff3 {
    width: 277px;
    bottom: 60px;
    left: calc(50% - 300px);
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .howto__staff3 {
    width: 20.28vw;
    bottom: 4.39vw;
    left: calc(50% - 21.96vw);
  }
}
.howto__items {
  list-style: none;
  counter-reset: num;
}
.howto__item {
  opacity: 0;
  transform: translateY(50px);
  transition-property: transform, opacity;
  transition-duration: 1.4s;
}
@media (min-width: 768px) {
  .howto__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .howto__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .howto__item:nth-child(odd) .howto__img {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .howto__item:nth-child(even) {
    margin-top: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .howto__item:nth-child(even) {
    margin-top: 13.18vw;
  }
}
@media (min-width: 768px) {
  .howto__item:nth-child(even) .howto__container {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .howto__item:nth-child(even) .howto__container::before {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .howto__item:not(:first-child) {
    display: none;
  }
}
.howto__item.in {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .howto__1 .howto__container::before {
    left: auto;
    right: 10px;
  }
}
@media (min-width: 768px) {
  .howto__3 .howto__container::before, .howto__6 .howto__container::before {
    -webkit-text-stroke: 2px #b3b38b;
    text-stroke: 2px #b3b38b;
  }
}
@media (min-width: 768px) {
  .howto__4 {
    margin-top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .howto__4 {
    margin-top: 8.78vw;
  }
}
@media (max-width: 767px) {
  .howto__4 .howto__container::before {
    top: 30vw;
  }
}
.howto__container {
  counter-increment: num;
}
@media (min-width: 768px) {
  .howto__container {
    position: relative;
    width: 358px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .howto__container {
    width: 26.2vw;
  }
}
.howto__container::before {
  content: "0" counter(num);
  display: block;
  position: absolute;
  left: 0;
  font-family: "black-han-sans", sans-serif;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
}
@media (min-width: 768px) {
  .howto__container::before {
    top: 0;
    font-size: 154px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .howto__container::before {
    font-size: 11.27vw;
  }
}
@media (max-width: 767px) {
  .howto__container::before {
    top: 5.5vw;
    font-size: 24.4vw;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px) {
  .howto__img {
    width: 61.33vw;
  }
}
.howto__subtitle {
  line-height: 34px;
  letter-spacing: 0.16em;
}
.howto__p {
  line-height: 34px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .howto__label {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .howto__open, .howto__close {
    position: relative;
    width: 320px;
    max-width: 100%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #000;
  }
}
@media (max-width: 767px) {
  .howto__open::after, .howto__close::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .howto__open::after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-4px) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .howto__close {
    display: none;
  }
}
@media (max-width: 767px) {
  .howto__close::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(2px) rotate(-45deg);
  }
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.achievements {
  position: relative;
  background-color: #b3b38b;
}
@media (min-width: 768px) {
  .achievements {
    padding: 140px 0 130px 5.86vw;
  }
}
@media (max-width: 767px) {
  .achievements {
    padding: 70px 0 50px;
  }
}
.achievements::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #eee;
}
@media (min-width: 768px) {
  .achievements::before {
    width: 190px;
    height: 75px;
    clip-path: polygon(50% 75px, 0% 0%, 190px 0%);
  }
}
@media (max-width: 767px) {
  .achievements::before {
    width: 95px;
    height: 38px;
    clip-path: polygon(50% 38px, 0% 0%, 95px 0%);
  }
}
@media (min-width: 768px) {
  .achievements::after {
    content: "";
    display: block;
    position: absolute;
    top: -120px;
    right: -220px;
    width: 673px;
    height: 815px;
    background-image: url(../img/top/02_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .achievements::after {
    top: -8.78vw;
    right: -16.1vw;
    width: 49.27vw;
    height: 59.66vw;
  }
}
.achievements__head {
  color: #000;
}
@media (min-width: 768px) {
  .achievements__head {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .achievements__head {
    width: 91vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.achievements__en {
  line-height: 1;
  letter-spacing: 0.14em;
}
@media (min-width: 768px) {
  .achievements__en {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .achievements__en {
    font-size: 33px;
  }
}
.achievements__entitle {
  position: relative;
  display: inline-block;
}
.achievements__entitle.show::before {
  animation-play-state: running;
}
.achievements__entitle.show span {
  opacity: 1;
}
.achievements__entitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
}
.achievements__entitle span {
  opacity: 0;
  transition-delay: 0.5s;
}
.achievements__ja {
  line-height: 34px;
  letter-spacing: 0.12em;
}
.achievements__jatitle {
  position: relative;
  display: inline-block;
}
.achievements__jatitle.show::before {
  animation-play-state: running;
  animation-delay: 0.68s;
}
.achievements__jatitle.show span {
  opacity: 1;
  transition-delay: 1s;
}
.achievements__jatitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
}
.achievements__jatitle span {
  opacity: 0;
  transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .achievements__body {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .achievements__main {
    max-width: 650px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .achievements__main {
    max-width: 47.58vw;
  }
}
@media (max-width: 767px) {
  .achievements__imgslider {
    width: 91vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .achievements__textslider {
    width: 91vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.achievements__text1 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .achievements__text1 {
    padding: 15px 10px;
  }
}
.achievements__title {
  line-height: 34px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .achievements__title {
    flex: 1;
    padding: 15px 10px;
    border-right: 1px solid #000;
  }
}
.achievements__year {
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .achievements__year {
    padding: 15px 5px;
    width: 196px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .achievements__year {
    width: 14.35vw;
  }
}
.achievements__text2 {
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .achievements__text2 {
    padding: 15px 15px 25px;
  }
}
.achievements__excerpt {
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .achievements__excerpt {
    flex: 1;
    padding: 15px 30px 15px 10px;
  }
}
@media (min-width: 768px) {
  .achievements__more {
    width: 196px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .achievements__more {
    width: 14.35vw;
  }
}
.achievements__morebtn {
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  height: 50px;
  line-height: 28px;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .achievements__morebtn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .achievements__morebtn {
    width: 196px;
  }
}
.achievements__morebtn span {
  position: relative;
  padding-right: 20px;
}
.achievements__morebtn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #000;
  clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
}
@media (min-width: 768px) {
  .achievements__side {
    flex: 1;
    margin-left: 50px;
    max-width: 580px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .achievements__side {
    margin-left: 3.66vw;
    max-width: 42.46vw;
  }
}
@media (max-width: 767px) {
  .achievements__side {
    width: 82.67vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .achievements__thumbslider {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .achievements__thumbslider {
    margin-top: 7.32vw;
  }
}
.achievements__thumbitems {
  display: flex;
}
@media (min-width: 768px) {
  .achievements__thumbitems {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .achievements__thumbitems {
    margin-top: 7.32vw;
  }
}
.achievements__p {
  line-height: 30px;
  letter-spacing: 0.1em;
}
.achievements__btn {
  position: relative;
  background-color: #ccccb1;
  border: 1px solid #000;
  max-width: 100%;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .achievements__btn {
    width: 336px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .achievements__btn {
    width: 320px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
.achievements__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.swiper-container {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  color: #000 !important;
  background-color: #ccccb1;
  border: 1px solid #000;
}
@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 75px !important;
    height: 75px !important;
    top: 0 !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 5.49vw !important;
    height: 5.49vw !important;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 60px !important;
    height: 60px !important;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
  background-color: #000 !important;
  width: 15px !important;
  height: 15px !important;
}

.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-prev::after {
  clip-path: polygon(0% 50%, 15px 0%, 15px 15px);
}

@media (min-width: 768px) {
  .swiper-button-next {
    left: 90px !important;
    right: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .swiper-button-next {
    left: 6.59vw !important;
  }
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: 0 !important;
  }
}
.swiper-button-next::after {
  clip-path: polygon(15px 50%, 0% 0%, 0% 15px);
}

.news {
  background-color: #eee;
}
@media (min-width: 768px) {
  .news {
    padding: 120px 0 90px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 50px 0 45px;
  }
}
@media (min-width: 768px) {
  .news__wrapper {
    max-width: 1226px;
    padding: 0 30px;
  }
}
.news__head {
  color: #000;
}
@media (min-width: 768px) {
  .news__en {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0.14em;
  }
}
@media (max-width: 767px) {
  .news__en {
    font-size: 33px;
    letter-spacing: 0.1em;
  }
}
.news__entitle {
  position: relative;
  display: inline-block;
}
.news__entitle.show::before {
  animation-play-state: running;
}
.news__entitle.show span {
  opacity: 1;
}
.news__entitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
}
.news__entitle span {
  opacity: 0;
  transition-delay: 0.5s;
}
.news__ja {
  line-height: 34px;
}
@media (min-width: 768px) {
  .news__ja {
    letter-spacing: 0.16em;
  }
}
@media (max-width: 767px) {
  .news__ja {
    letter-spacing: 0.12em;
  }
}
.news__jatitle {
  position: relative;
  display: inline-block;
}
.news__jatitle.show::before {
  animation-play-state: running;
  animation-delay: 0.68s;
}
.news__jatitle.show span {
  opacity: 1;
  transition-delay: 1s;
}
.news__jatitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-fill-mode: forwards;
  animation-play-state: paused;
  transform-origin: center left;
  transform: scale(0, 1);
  animation-name: copySlideIn1;
}
.news__jatitle span {
  opacity: 0;
  transition-delay: 0.5s;
}
@media (min-width: 768px) {
  .news__main {
    width: 336px;
    margin-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .news__main {
    width: 300px;
    margin-right: 7.32vw;
  }
}
.news__content {
  position: relative;
}
.news__pickup {
  position: absolute;
  left: 0;
  width: 90px;
  height: 24px;
  background-color: #000;
  color: #fff;
  letter-spacing: 0.12em;
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
@media (min-width: 768px) {
  .news__pickup {
    top: 5px;
  }
}
@media (max-width: 767px) {
  .news__pickup {
    top: 0;
  }
}
.news__title {
  font-weight: normal;
  line-height: 34px;
  letter-spacing: 0.1em;
}
.news__date {
  line-height: 28px;
  letter-spacing: 0.12em;
}
.news__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 30px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  padding: 10px 5px 0;
}
@media (min-width: 768px) {
  .news__excerpt {
    border-top: 1px solid #000;
  }
}
.news__morebtn {
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  width: 100%;
  height: 46px;
  line-height: 28px;
  letter-spacing: 0.12em;
}
.news__morebtn span {
  position: relative;
  padding-right: 20px;
}
.news__morebtn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #000;
  clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
}
@media (min-width: 768px) {
  .news__side {
    flex: 1;
  }
}
.news__items {
  list-style: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.news__item {
  position: relative;
  padding: 25px 25px 25px 10px;
}
.news__item + .news__item {
  border-top: 1px solid #000;
}
.news__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #000;
  clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
}
.news__date2 {
  line-height: 28px;
}
@media (min-width: 768px) {
  .news__date2 {
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .news__date2 {
    margin-right: 2.93vw;
  }
}
.news__title2 {
  line-height: 30px;
  letter-spacing: 0.12em;
}
.news__btn {
  position: relative;
  background-color: #ccccb1;
  border: 1px solid #000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .news__btn {
    width: 336px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .news__btn {
    width: 320px;
    height: 60px;
  }
}
.news__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.info {
  background-color: #1b1500;
  color: #b3b38b;
  overflow: hidden;
}
@media (max-width: 767px) {
  .info {
    padding: 45px 0 0;
  }
}
@media (max-width: 767px) {
  .info__wrapper {
    max-width: 320px;
  }
}
.info__map {
  overflow: hidden;
}
@media (min-width: 768px) {
  .info__map {
    width: 47.58%;
  }
}
@media (max-width: 767px) {
  .info__map {
    width: 100vw;
    margin: 40px calc(50% - 50vw) 0;
  }
}
.info__map_container {
  position: relative;
}
.info__map_container::before {
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .info__map_container::before {
    padding-top: 400px;
  }
}
@media (max-width: 767px) {
  .info__map_container::before {
    padding-top: 420px;
  }
}
.info__map iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .info__content {
    width: 52.42%;
    padding: 50px 50px 10px 70px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .info__content {
    padding: 3.66vw 3.66vw 0.73vw 3.66vw;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .info__content dl {
    display: block;
  }
}
@media (min-width: 768px) {
  .info__content dl dt {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .info__logo img {
    width: 348px;
  }
}
@media (max-width: 767px) {
  .info__logo img {
    width: 300px;
  }
}
.info__address {
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.info__tel {
  line-height: 30px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .info__telnum {
    letter-spacing: 0.12em;
  }
}
.info__fax {
  line-height: 30px;
  letter-spacing: 0.1em;
}
.info__fax span {
  font-weight: normal;
}
.info__contact {
  position: relative;
  background-color: #fff;
  color: #1b1500;
  border-radius: 50px;
  width: 240px;
  height: 46px;
  border: 1px solid transparent;
}
.info__contact span {
  position: relative;
  padding-left: 30px;
}
.info__contact span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 14px;
  background-image: url(../img/common/mail_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}/*# sourceMappingURL=top.css.map */