/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
#wrap {
  padding-top: 0;
}

.loading {
  position: fixed;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.loading__logo {
  opacity: 0;
  animation: fadeIn 3s 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.loading.finish {
  opacity: 0;
  transition: opacity 0.8s;
  pointer-events: none;
}

.fv {
  height: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}

.fv__line {
  position: absolute;
  right: 59px;
  bottom: 46px;
  width: 1px;
  height: 104px;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .fv__line {
    right: 24px;
    bottom: 31px;
    height: 70px;
  }
}

.fv__line::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  animation: scroll-line 1.98s cubic-bezier(0.73, 0.07, 0.83, 0.67) infinite;
}

.fv .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fv .fv_slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fv__txt {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 768px) {
  .fv__txt {
    padding-bottom: 7px;
    padding-right: 7px;
  }
  .fv__txt img {
    max-height: 90vh;
    height: 502px;
    width: auto;
  }
}

.sec-intro {
  color: #fff;
  background-color: #630c02;
  position: relative;
  z-index: 2;
}

.sec-intro__ctn {
  position: relative;
  padding: 47px 5px 22px 0;
}

@media (min-width: 768px) {
  .sec-intro__ctn {
    padding: 212px 76px 240px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .sec-intro__ctn {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .sec-intro__ctn {
    max-width: 280px;
    margin: 0 auto;
  }
}

.sec-intro__ctn:after {
  content: "";
  background-color: #1c385a;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28%;
  height: 315px;
  clip-path: polygon(50% 0%, 100% calc(100% - 100% + 130px), 100% 100%, 0 100%, 0% calc(100% - 100% + 130px));
  -webkit-clip-path: polygon(50% 0%, 100% calc(100% - 100% + 130px), 100% 100%, 0 100%, 0% calc(100% - 100% + 130px));
}

@media (max-width: 767px) {
  .sec-intro__ctn:after {
    width: 100%;
    height: 254px;
    clip-path: polygon(50% 0%, 100% calc(100% - 100% + 106px), 100% 100%, 0 100%, 0% calc(100% - 100% + 106px));
    -webkit-clip-path: polygon(50% 0%, 100% calc(100% - 100% + 106px), 100% 100%, 0 100%, 0% calc(100% - 100% + 106px));
  }
}

.sec-intro__txt {
  font-family: "Noto Sans";
  writing-mode: tb-rl;
  width: 100%;
}

@media (min-width: 768px) {
  .sec-intro__txt {
    width: 70%;
  }
}

.sec-intro__txt .desc > span,
.sec-intro__txt .title > span {
  display: block;
}

.sec-intro__txt .desc > span:not(:last-child),
.sec-intro__txt .title > span:not(:last-child) {
  margin-left: 27px;
}

@media only screen and (max-width: 995px) {
  .sec-intro__txt .desc > span:not(:last-child),
  .sec-intro__txt .title > span:not(:last-child) {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .sec-intro__txt .desc > span:not(:last-child),
  .sec-intro__txt .title > span:not(:last-child) {
    margin-left: 18px;
  }
}

.sec-intro__txt .desc {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.75em;
  letter-spacing: 0.15em;
  margin-top: -2px;
}

@media only screen and (max-width: 995px) {
  .sec-intro__txt .desc {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.22222em;
  }
}

@media (max-width: 767px) {
  .sec-intro__txt .desc {
    margin-top: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.61538em;
    letter-spacing: 0.07em;
    width: calc(100% - 58px);
    padding-right: 33px;
  }
}

.sec-intro__txt .desc > span {
  display: block;
  white-space: nowrap;
}

.sec-intro__txt .desc > span:not(:last-child) {
  margin-left: 7px;
}

@media (min-width: 768px) {
  .sec-intro__txt .desc > span:not(:last-child) {
    margin-left: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1112px) {
  .sec-intro__txt .desc > span:not(:last-child) {
    margin-left: 18px;
  }
}

@media (min-width: 768px) {
  .sec-intro__txt .title {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 2.24em;
    letter-spacing: 0.2em;
    padding-left: 111px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
  .sec-intro__txt .title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.04545em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1112px) {
  .sec-intro__txt .title {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .sec-intro__txt .title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.28571em;
    letter-spacing: 0.2em;
    width: 58px;
  }
}

.sec-intro__img {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .sec-intro__img {
    width: 30%;
    text-align: center;
    margin-top: -3px;
  }
}

@media (max-width: 767px) {
  .sec-intro__img {
    width: 28px;
    margin: -10px auto 0;
  }
}

.cbg-parallax {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 1026px) {
  .cbg-parallax.lap {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 1025px) {
  .cbg-parallax.lap {
    display: none !important;
  }
}

.cbg-parallax.ipad {
  display: none !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cbg-parallax.ipad {
    display: block !important;
  }
}

.sec-phil {
  position: relative;
  padding: 228px 0 275px;
  z-index: 0;
  color: #fff;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  overflow: hidden;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .sec-phil {
    margin-top: -1px;
  }
}

@media (max-width: 767px) {
  .sec-phil {
    padding: 222px 0 120px;
  }
}

.sec-phil .cbg-parallax {
  position: fixed;
}

@media (max-width: 767px) {
  .sec-phil .cbg-parallax {
    bottom: auto;
    height: 100vh;
  }
}

.sec-phil .inner {
  position: relative;
  z-index: 1;
}

.sec-phil__title {
  text-align: center;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .sec-phil__title {
    margin-bottom: 32px;
  }
}

.sec-phil__title .ttJp {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5em;
  letter-spacing: 0.15em;
}

@media (max-width: 767px) {
  .sec-phil__title .ttJp {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
}

.sec-phil__title .ttEn {
  font-size: 20px;
  font-size: 2rem;
  line-height: 3.15em;
  letter-spacing: 0.13em;
  font-family: "Lora", serif;
}

@media (max-width: 767px) {
  .sec-phil__title .ttEn {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
}

.sec-phil__txt {
  max-width: 668px;
  margin: 0 auto 207px;
}

@media (max-width: 767px) {
  .sec-phil__txt {
    margin-bottom: 80px;
  }
}

.sec-phil__txt .txt01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .sec-phil__txt .txt01 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.86667em;
    margin-bottom: 152px;
  }
}

.sec-phil__txt .txt02 {
  margin-bottom: 94px;
  text-align: center;
}

@media (max-width: 767px) {
  .sec-phil__txt .txt02 {
    display: none;
  }
}

.sec-phil__txt .item:not(:last-child) {
  margin-bottom: 154px;
}

@media (max-width: 767px) {
  .sec-phil__txt .item:not(:last-child) {
    margin-bottom: 74px;
  }
}

.sec-phil__txt .item__tt {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.36364em;
  letter-spacing: 0.35em;
  margin-bottom: 43px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .sec-phil__txt .item__tt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444em;
    letter-spacing: 0.45em;
    margin-bottom: 24px;
  }
}

.sec-phil__txt .item__tt > span {
  display: block;
  writing-mode: tb-rl;
  white-space: nowrap;
}

.sec-phil__txt .item__tt > span:not(:first-child) {
  padding-left: 7px;
}

.sec-phil__txt .item__tt > span:last-child {
  padding-top: 12px;
}

.sec-phil__txt .item__desc {
  letter-spacing: 0.05em;
  max-width: 660px;
}

@media (min-width: 768px) {
  .sec-phil__txt .item__desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.1875em;
  }
}

@media (max-width: 767px) {
  .sec-phil__txt .item__desc {
    line-height: 28px;
    letter-spacing: 0;
    padding: 0 6px;
  }
}

.sec-phil__txt .item__desc--02 {
  margin-top: 26px;
  max-width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286em;
  letter-spacing: 0em;
}

.sec-phil__btn {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .sec-phil__btn {
    flex-direction: column;
    align-items: flex-end;
  }
}

.sec-phil__btn .c-btn:not(:first-child) {
  margin-left: 55px;
}

@media (max-width: 767px) {
  .sec-phil__btn .c-btn:not(:last-child) {
    margin-bottom: 20px;
  }
}

.boxbg {
  position: relative;
  z-index: 0;
}

.boxbg .boxbg_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-repeat: repeat;
  background-size: contain;
}

@media only screen and (min-width: 1025px) {
  .boxbg .boxbg_bg {
    background-attachment: fixed;
  }
}

.sec-theory {
  height: 665px;
  position: relative;
  color: #fff;
  padding-top: 137px;
  z-index: 2;
}

@media (max-width: 767px) {
  .sec-theory {
    padding-top: 66px;
    padding-bottom: 502px;
    height: auto;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .sec-theory .inner {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
  }
}

.sec-theory__txt {
  padding-right: 70px;
  display: block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .sec-theory__txt {
    position: absolute;
    top: 66px;
    left: 20px;
  }
}

.sec-theory__txt:hover {
  opacity: 1;
}

.sec-theory__txt:hover .c-btn::after {
  transform: translateX(5px);
}

.sec-theory__txt .txtEN {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5em;
  letter-spacing: 0.13em;
  font-family: "Lora", serif;
  margin-bottom: 21px;
  color: #fff;
}

@media (max-width: 767px) {
  .sec-theory__txt .txtEN {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.66667em;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .sec-theory__txt .c-btn {
    letter-spacing: 0.1em;
  }
}

.sec-facility {
  position: relative;
  padding: 145px 0 166px;
  z-index: 1;
}

@media (max-width: 767px) {
  .sec-facility {
    padding: 71px 0 90px;
  }
}

.sec-facility__ctn {
  position: relative;
}

@media (min-width: 768px) {
  .sec-facility__ctn {
    display: flex;
    flex-wrap: wrap;
    max-width: 1057px;
    margin: 0 auto;
  }
}

.sec-facility__txt {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .sec-facility__txt {
    width: 56.29%;
    padding-right: 59px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sec-facility__txt {
    padding-right: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.16667em;
  }
}

.sec-facility__txt .desc {
  margin: 36px 0 44px;
}

@media (min-width: 768px) {
  .sec-facility__txt .desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.1875em;
    letter-spacing: 0em;
  }
}

@media (max-width: 767px) {
  .sec-facility__txt .desc {
    margin: 24px 0 0;
    letter-spacing: 0.05em;
  }
}

.sec-facility__txt .desc02 {
  font-family: "Lora", serif;
  line-height: 29px;
  letter-spacing: 0.13em;
  margin-bottom: 15px;
}

.sec-facility__txt .desc03 {
  line-height: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .sec-facility__txt .desc03 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.16667em;
  }
}

.sec-facility__img {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .sec-facility__img {
    width: 43.71%;
    margin-top: 94px;
    margin-bottom: 0;
  }
}

.sec-facility__img .mark {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.sec-facility__img.is-inview .mark {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  transition: 4s clip-path cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 0.1s;
}

@media (min-width: 768px) {
  .sec-facility .c-btn {
    position: absolute;
    right: 0;
    bottom: 8px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .sec-facility .c-btn {
    margin-left: auto;
    display: block;
    width: 147px;
  }
}

.sec-direct {
  display: flex;
  flex-wrap: wrap;
}

.sec-direct .item {
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .sec-direct .item {
    width: calc(50% - 3px);
    min-height: 200px;
  }
}

.sec-direct .item:not(:nth-child(2n)) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .sec-direct .item:not(:nth-child(2n)) {
    margin-right: 6px;
  }
}

.sec-direct .item:not(:nth-child(-n + 2)) {
  margin-top: 23px;
}

@media (max-width: 767px) {
  .sec-direct .item:not(:nth-child(-n + 2)) {
    margin-top: 6px;
  }
}

.sec-direct .item .c-banner__txt {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.sec-direct .item__year {
  position: absolute;
  right: 18px;
  top: 10px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .sec-direct .item__year {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.72727em;
    letter-spacing: 0em;
    top: auto;
    right: auto;
    left: 0;
    bottom: 10px;
    writing-mode: tb-rl;
  }
}

.sec-direct .item__tt {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.53571em;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 767px) {
  .sec-direct .item__tt {
    text-align: left;
    writing-mode: tb-rl;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78571em;
  }
}

.sec-showroom,
.sec-pamphlet,
.sec-reno {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  overflow: hidden;
}

.sec-showroom .cbg-parallax,
.sec-pamphlet .cbg-parallax,
.sec-reno .cbg-parallax {
  position: fixed;
}

@media (max-width: 767px) {
  .sec-showroom .cbg-parallax,
  .sec-pamphlet .cbg-parallax,
  .sec-reno .cbg-parallax {
    bottom: auto;
    height: 100vh;
  }
}

.sec-showroom {
  text-align: center;
  margin-bottom: 208px;
  margin-top: 150px;
  z-index: 0;
  position: relative;
}

@media (max-width: 767px) {
  .sec-showroom {
    margin: 50px 20px 54px;
  }
}

@media (max-width: 767px) {
  .sec-showroom .cbg-parallax {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}

.sec-showroom .item {
  position: relative;
  height: 240px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .sec-showroom .item {
    height: 744px;
  }
}

.sec-showroom .item::after {
  right: 14px;
  bottom: 14px;
}

@media (min-width: 768px) {
  .sec-showroom .item::after {
    display: none;
  }
}

.sec-showroom .item .c-banner__txt {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .sec-showroom .item .c-banner__txt {
    padding-bottom: 0;
    justify-content: flex-end;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .sec-showroom .item .c-banner__img::after {
    opacity: 0.5;
  }
  .sec-showroom .item .c-banner__img img {
    min-height: 509px;
    object-fit: cover;
    width: 100%;
    filter: saturate(0%);
    -webkit-filterfilter: saturate(0%);
  }
}

.sec-showroom .item .c-title {
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .sec-showroom .item .c-title {
    text-align: left;
    padding-left: 20px;
    transition: opacity 0.8s;
  }
}

.sec-showroom .item .c-title__en {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .sec-showroom .item .c-title__en {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 6px;
  }
}

.sec-showroom .item .c-title__jp {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .sec-showroom .item .c-title__jp {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .sec-showroom .item .desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.1875em;
  }
}

.sec-showroom .item .desc02 {
  font-family: "Lora", serif;
  line-height: 29px;
  letter-spacing: 0.13em;
  margin: 46px 0 9px;
}

.sec-showroom .item .desc03 {
  line-height: 30px;
  max-width: 637px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sec-showroom .item .desc03 {
    position: relative;
    padding-bottom: 60px;
  }
  .sec-showroom .item .desc03::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 100%;
    transition: transform 0.8s;
    background-image: url("../../img/common/ar_w.svg");
    background-repeat: no-repeat;
    background-position: center right;
  }
}

.sec-showroom .item:hover .desc03::after {
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .sec-showroom .item:hover .c-title {
    opacity: 0;
  }
}

.sec-reno {
  position: relative;
  z-index: 0;
}

.sec-reno a {
  display: block;
  cursor: pointer;
}

.sec-reno a:hover {
  opacity: 1;
}

.sec-reno a:hover .sec-reno__ctn::after {
  transform: translateX(5px);
}

.sec-reno__ctn {
  color: #fff;
  min-height: 274px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 0 3px;
  position: relative;
}

@media (min-width: 768px) {
  .sec-reno__ctn {
    min-height: 712px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 43px 0 0;
  }
}

.sec-reno__ctn::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
  transition: transform 0.8s;
  background-image: url("../../img/common/ar_w.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

@media (max-width: 767px) {
  .sec-reno__ctn::after {
    display: none;
  }
}

.sec-reno__ctn .c-title {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .sec-reno__ctn .c-title {
    margin-bottom: 0;
  }
}

.sec-reno__ctn .c-title__en {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sec-reno__ctn .c-title__en {
    margin-bottom: 17px;
  }
}

.sec-reno__ctn .c-title__jp {
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .sec-reno__ctn .c-title__jp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78571em;
  }
  .sec-reno__ctn .c-title__jp::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 12px;
    background-size: 100%;
    transition: transform 0.8s;
    background-image: url("../../img/common/ar_w.svg");
    background-repeat: no-repeat;
    background-position: center right;
  }
}

.sec-reno__ctn .c-title .txten {
  line-height: 30px;
  margin-top: 20px;
}

.sec-reno__ctn .c-btn {
  width: fit-content;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .sec-reno__ctn .c-btn {
    padding-right: 67px;
  }
}

.js-black {
  min-height: 1px;
}

.sec-info {
  padding-top: 180px;
}

@media (max-width: 767px) {
  .sec-info {
    padding-top: 99px;
  }
}

.sec-info .c-title {
  text-align: center;
  margin-bottom: 89px;
}

@media (max-width: 767px) {
  .sec-info .c-title {
    margin-bottom: 15px;
  }
}

.sec-info .c-title__en {
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .sec-info .c-title__en {
    margin-bottom: 14px;
  }
}

.sec-info__list {
  margin: 0 auto 85px;
  max-width: 807px;
}

@media (max-width: 767px) {
  .sec-info__list {
    margin: 0 auto 34px;
  }
}

.sec-info__list .item {
  display: block;
  border-bottom: 1px solid #0d133f;
  position: relative;
  padding: 13px 38px;
  padding-left: 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .sec-info__list .item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.sec-info__list .item::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 18px;
  background-size: 100%;
  transition: transform 0.5s;
  background-image: url("../../img/common/ar_bl.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

@media (max-width: 767px) {
  .sec-info__list .item::after {
    width: 12px;
    height: 12px;
  }
}

.sec-info__list .item:not(:last-child) {
  margin-bottom: 61px;
}

@media (max-width: 767px) {
  .sec-info__list .item:not(:last-child) {
    margin-bottom: 13px;
  }
}

.sec-info__list .item__date {
  letter-spacing: 0.15em;
}

@media (min-width: 768px) {
  .sec-info__list .item__date {
    width: 124px;
  }
}

@media (max-width: 767px) {
  .sec-info__list .item__date {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.81818em;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
}

@media (min-width: 768px) {
  .sec-info__list .item__title {
    width: calc(100% - 124px);
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .sec-info__list .item__title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.53846em;
    letter-spacing: 0em;
  }
}

.sec-info__list .item:hover {
  opacity: 1;
}

.sec-info__list .item:hover::after {
  transform: translateX(5px);
}

.sec-info__btn {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.sec-info__btn .c-btn {
  padding-right: 31px;
}

@media (min-width: 768px) {
  .sec-info__btn .c-btn {
    padding-right: 41px;
  }
}

.sec-event {
  margin-bottom: 146px;
  padding-top: 149px;
}

@media (max-width: 767px) {
  .sec-event {
    margin-bottom: 65px;
    padding-top: 100px;
  }
}

.sec-event .c-title {
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .sec-event .c-title {
    margin-bottom: 29px;
  }
}

.sec-event .c-title__en {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .sec-event .c-title__en {
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .sec-event .c-title__jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-event .list_event {
  margin-bottom: 54px;
}

@media (max-width: 767px) {
  .sec-event .list_event {
    margin-right: -20px;
    margin-bottom: 25px;
  }
  .sec-event .list_event .swiper-pagination-fraction {
    position: relative;
    bottom: auto;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.08333em;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .sec-event .list_event .item {
    padding-right: 20px;
  }
}

.sec-event .list_event a {
  position: relative;
  display: block;
  cursor: pointer;
}

.sec-event .list_event a:hover {
  opacity: 1;
}

.sec-event .list_event a:hover .img .c-img img {
  transform: scale(1.1, 1.1);
}

.sec-event .list_event .img {
  position: relative;
}

.sec-event .list_event .img.no_event img {
  filter: brightness(20%);
}

.sec-event .list_event .img .c-img {
  overflow: hidden;
}

.sec-event .list_event .img .c-img:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}

@media (max-width: 767px) {
  .sec-event .list_event .img .c-img:before {
    padding-top: 100%;
  }
}

.sec-event .list_event .img .c-img img {
  transition: transform 0.8s ease;
}

.sec-event .list_event .img .event_done {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -27px;
  text-align: center;
  font-size: 0;
  line-height: 1;
}

.sec-event .list_event .img .event_done span {
  padding-left: 7px;
  width: 130px;
  margin: 0 auto;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1em;
  letter-spacing: 0.25em;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  height: 54px;
  align-items: center;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 2px;
}

@media (max-width: 767px) {
  .sec-event .list_event .img .event_done {
    margin-top: -15px;
  }
  .sec-event .list_event .img .event_done span {
    padding-left: 5px;
    width: 85px;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1em;
    letter-spacing: 0.25em;
    font-weight: 400;
    padding-bottom: 2px;
    height: 30px;
  }
}

.sec-event .list_event .txtbox {
  margin-top: 17px;
}

.sec-event .list_event .txtbox .ttl-post {
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media (min-width: 768px) {
  .sec-event .list_event .txtbox .ttl-post {
    padding-right: 28px;
  }
}

.sec-event .list_event .txtbox .event_date {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.92308em;
  letter-spacing: 0.15em;
  font-weight: 400;
}

.sec-event .list_event .txtbox .event_address {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.92308em;
  letter-spacing: 0.15em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .sec-event .list_event .txtbox {
    margin-top: 11px;
  }
  .sec-event .list_event .txtbox .ttl-post {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.46667em;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .sec-event .list_event .txtbox .event_date {
    margin-top: 4px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.92308em;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .sec-event .list_event .txtbox .event_address {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.92308em;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.sec-event .list_event .listcat {
  margin-top: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-event .list_event .listcat .cat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333em;
  letter-spacing: 0.05em;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 14px;
  border: 1px solid #0d133f;
  margin-right: 8px;
  margin-top: 8px;
  min-height: 26px;
}

.sec-event .list_event .listcat .cat:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .sec-event .list_event .listcat {
    margin-top: 2px;
  }
  .sec-event .list_event .listcat .cat {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.75em;
    letter-spacing: 0em;
    font-weight: 400;
    padding: 1px 9px 1px 11px;
    margin-right: 7px;
    margin-top: 7px;
  }
}

.sec-event__btn {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .sec-event__btn {
    justify-content: center;
  }
}

.sec-event__btn .c-btn {
  padding-right: 40px;
}

@media (max-width: 767px) {
  .sec-event__btn .c-btn {
    padding-right: 25px;
  }
  .sec-event__btn .c-btn::after {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}

.sec-banner {
  margin-bottom: 262px;
}

@media (max-width: 767px) {
  .sec-banner {
    margin-bottom: 108px;
  }
}

@media (min-width: 768px) {
  .sec-banner__ctn {
    display: flex;
    flex-wrap: wrap;
  }
}

.sec-banner__ctn .item {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

@media (min-width: 768px) {
  .sec-banner__ctn .item {
    width: calc(50% - 16px);
  }
  .sec-banner__ctn .item:not(:nth-child(2n)) {
    margin-right: 32px;
  }
}

@media (max-width: 767px) {
  .sec-banner__ctn .item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.sec-banner__ctn .item::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  bottom: 23px;
  z-index: 1;
  background-size: 100%;
  transition: transform 0.5s;
  background-image: url("../../img/common/ar_w.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

@media (max-width: 767px) {
  .sec-banner__ctn .item::after {
    width: 12px;
    height: 12px;
    right: 14px;
    bottom: 12px;
  }
}

.sec-banner__ctn .item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sec-banner__ctn .item__img img {
  transition: transform 0.8s ease;
}

.sec-banner__ctn .item__txt {
  padding: 205px 20px 169px;
  min-height: 704px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .sec-banner__ctn .item__txt {
    min-height: 350px;
    padding: 83px 25px;
  }
}

.sec-banner__ctn .item .c-title {
  margin-bottom: 31px;
}

@media (max-width: 767px) {
  .sec-banner__ctn .item .c-title {
    margin-bottom: 35px;
  }
}

.sec-banner__ctn .item .c-title__en {
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .sec-banner__ctn .item .c-title__en {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sec-banner__ctn .item .c-title__en {
    margin-bottom: 8px;
  }
}

.sec-banner__ctn .item .c-title__jp {
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .sec-banner__ctn .item .desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.1875em;
  }
}

@media (max-width: 767px) {
  .sec-banner__ctn .item .desc {
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}

.sec-banner__ctn .item .descen {
  line-height: 25px;
  max-width: 313px;
  margin: 24px auto 0;
}

.sec-banner__ctn .item:hover {
  opacity: 1;
}

.sec-banner__ctn .item:hover .c-img img {
  transform: scale(1.1, 1.1);
}

.sec-banner__ctn .item:hover::after {
  transform: translateX(5px);
}

.sec-pamphlet {
  position: relative;
  z-index: 0;
  min-height: 450px;
  padding: 171px 0 162px;
}

@media (max-width: 767px) {
  .sec-pamphlet {
    min-height: 250px;
    padding: 50px 15px 20px;
  }
}

.sec-pamphlet__ctn {
  color: #fff;
  max-width: 645px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .sec-pamphlet__ctn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.sec-pamphlet__ctn .c-title {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .sec-pamphlet__ctn .c-title {
    margin-bottom: 20px;
  }
}

.sec-pamphlet__ctn .c-title__en {
  margin-bottom: 0;
}

.sec-pamphlet__ctn .desc {
  line-height: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .sec-pamphlet__ctn .desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5em;
    letter-spacing: 0.15em;
    padding-top: 23px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .sec-pamphlet__ctn .c-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 32px;
  }
}

/*# sourceMappingURL=maps/top.css.map */
