@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
#movie_base {
  z-index: 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 3;
}

.top-section01 {
  position: relative;
}

.btn_search {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 129px;
  height: 129px;
}

.btn_search a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #3e3e3e;
  /* opacity: .5; */
  /* pointer-events: none; */
}

.btn_search a:hover {
  background: #746f5e;
}

@media (max-width: 800px) {
  .btn_search {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 80px;
    height: 80px;
  }
}

.top_obi {
  padding: 100px 5% 0;
}

.top_kokuchi01 {
  text-align: center;
}

@media (max-width: 800px) {
  .top_obi {
    padding: 60px 5% 0;
  }

  .top_kokuchi01 {
    text-align: center;
  }
}

/* top-section03 */
.top-section03 {
  margin-top: 250px;
  position: relative;
}

.l-section03_box01 {
  display: flex;
}

.p-section03_box01_txtbox {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: -moz-radial-gradient(41.54% -5.25%, circle farthest-corner, rgba(255, 255, 255, 1) 0%, rgb(191, 189, 186) 100%);
  background: -webkit-radial-gradient(41.54% -5.25%, circle farthest-corner, rgba(255, 255, 255, 1) 0%, rgba(191, 189, 186, 1) 100%);
  background: -webkit-gradient(radial, 41.54% -5.25%, 0, 41.54% -5.25%, 949.45, color-stop(0, rgba(255, 255, 255, 1)), color-stop(1, rgb(191, 189, 186)));
  background: -ms-radial-gradient(41.54% -5.25%, circle farthest-corner, rgba(255, 255, 255, 1) 0%, rgb(191, 189, 186) 100%);
  background: radial-gradient(41.54% -5.25%, circle farthest-corner, rgba(255, 255, 255, 1) 0%, rgb(191, 189, 186) 100%);
}

.p-section03_box01_txtbox_inner {
  margin: 0 auto;
  padding: 50px 0;
  width: 80%;
}

.p-section03_box01_img01 {
  width: 50%;
}

.l-section03_box02 {
  display: flex;
  flex-direction: row-reverse;
}

.p-top_contents_ttl01 {
  font-size: 49px;
  font-family: 'garamond', sans-serif;
  line-height: 1;
  letter-spacing: .05em;
}

.p-top_contents_ttl01.u-letter-s {
  letter-spacing: 0;
}

.p-top_contents_ttl01 .ttl_jp {
  font-size: 18px;
  letter-spacing: -.05em;
  font-family: 'Zen Old Mincho', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  display: inline-block;
  transform: translateY(-0.5em);
}

.p-top_contents_txt {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .top-section03 {
    margin-top: 60px;
    position: relative;
  }

  .l-section03_box01 {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-section03_box01_txtbox {
    width: 100%;
    display: flex;
  }

  .p-section03_box01_txtbox_in {
    padding: 50px 8%;
  }

  .p-section03_box01_txtbox_inner {
    margin: 0 auto;
    padding: 50px 0;
    width: 80%;
  }

  .p-section03_box01_img01 {
    width: 100%;
  }

  .l-section03_box02 {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-top_contents_ttl01 {
    font-size: 27px;
    font-family: 'garamond', sans-serif;
    line-height: 1;
    letter-spacing: .05em;
  }

  .p-top_contents_ttl01 .ttl_jp {
    font-size: 11px;
    letter-spacing: -.05em;
    transform: translateY(-0.5em);
  }

  .p-top_contents_txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
    letter-spacing: -.05em;
  }
}


/* top-section04 */
.top-section04 {
  margin-top: 170px;
}

.p-top_contents_list {
  display: flex;
  flex-wrap: wrap;
}

.p-top_contents_item {
  width: 50%;
  height: 383px;
}

.p-top_contents_item a {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.p-top_contents_item.soon a {
  pointer-events: none;
}

.p-top_contents_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-top_contents_item_bg img {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.p-top_contents_item a:hover .p-top_contents_item_bg img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.p-top_contents_item_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-item_ttl_set {
  color: #fff;
  width: clamp(430px, 50%, 90%);
}

.c-item_ttl_en {
  font-size: 41px;
  letter-spacing: .1em;
  line-height: 1.2;
  font-family: 'garamond', sans-serif;
}

.c-item_ttl_en .jp {
  font-size: 18px;
  letter-spacing: -.05em;
  font-family: 'Zen Old Mincho', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  display: inline-block;
  transform: translateY(-0.4em);
}

.c-item_ttl_jp {
  font-size: clamp(20px, 1.45vw, 23px);
  /* letter-spacing: .01em; */
  line-height: 1.2;
  margin-top: .5em;
}

.p-top_contents_item.soon .c-item_more {
  opacity: .7;
}

.c-item_more {
  position: relative;
  width: 310px;
  background: #4d4d4dd2;
  color: #fff;
  font-size: 18px;
  height: 63px;
  line-height: 63px;
  letter-spacing: 0.05em;
  padding: 0 40px;
  border: 0.5px solid #fff;
  margin-top: 40px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.c-item_more::after {
  display: block;
  position: absolute;
  content: "";
  height: .5px;
  width: 18%;
  background: #fff;
  top: 50%;
  right: 0;
}

.p-top_contents_item a:hover .c-item_more {
  background: #3c3c3cf9;
}

@media screen and (max-width: 800px) {
  .top-section04 {
    margin-top: 60px;
  }

  .p-top_contents_list {
    display: flex;
    flex-wrap: wrap;
  }

  .p-top_contents_item {
    width: 100%;
    height: 48vw;
  }

  .c-item_ttl_set {
    color: #fff;
    width: 60%;
  }

  .c-item_ttl_en {
    font-size: 27px;
    letter-spacing: .1em;
    line-height: 1.2;
    font-family: 'garamond', sans-serif;
  }

  .c-item_ttl_en .jp {
    font-size: 12px;
    letter-spacing: -.05em;
    display: block;
    margin: 0.5em 0 0 -.5em;
  }

  .c-item_ttl_jp {
    font-size: 23px;
    display: none;
  }

  .c-item_more {
    position: relative;
    width: 100%;
    background: #4d4d4dd2;
    color: #fff;
    font-size: 12px;
    height: 43px;
    line-height: 43px;
    letter-spacing: 0.05em;
    padding: 0 20px;
    margin-top: 10px;
  }

  .c-item_more::after {
    display: block;
    position: absolute;
    content: "";
    height: .5px;
    width: 15%;
    background: #fff;
    top: 50%;
    right: 0;
  }

  .p-top_contents_item a:hover .c-item_more {
    background: #3c3c3cf9;
  }

}


a.c-info-btn {
  width: 432px;
  display: block;
  position: relative;
  padding: 0 60px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  height: 63px;
  line-height: 63px;
  background: #4D4D4D;
  margin-top: 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-info-btn+a.c-info-btn {
  margin-top: 10px;
}

a.c-info-btn.soon {
  opacity: .4;
  pointer-events: none;
}

a:hover.c-info-btn {
  background: #2a2a2a;
}

a.c-info-btn::after {
  display: block;
  position: absolute;
  content: "";
  height: .7px;
  width: 18%;
  background: #fff;
  top: 50%;
  right: 0;
}

a.c-info-btn.u-link-blank::after {
  display: block;
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background: transparent;
  background-image: url(../img/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  top: 32%;
}

@media (max-width: 800px) {
  .top_banner_area {
    margin-top: 60px;
  }

  a.c-info-btn {
    width: 100%;
    display: block;
    position: relative;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.2em;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }

  a.c-info-btn::after {
    display: block;
    position: absolute;
    content: "";
    height: .7px;
    width: 12%;
    background: #fff;
    top: 50%;
    right: 0;
  }

  a.c-info-btn.u-link-blank::after {
    display: block;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: transparent;
    background-image: url(../img/icon_blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
    top: 32%;
  }
}



.l-inner {
  max-width: 1200px;
  margin-inline: auto;
}

/* top-section02 */
.top-section02 {
  margin-top: 140px;
}

.top-section02-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.top-section02_ttl01 {
  font-size: 32px;
  letter-spacing: .1em;
}

@media screen and (max-width: 800px) {
  .top-section02 {
    margin-top: 60px;
  }

  .top-section02-inner {
    width: 80%;
    margin-inline: auto;
  }

  .top-section02_ttl01 {
    font-size: 27px;
    letter-spacing: .1em;
  }
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 5.5rem;
  height: 5.5rem;
  cursor: pointer;
  right: initial;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background: #A9AEAF;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1rem;
  height: 1rem;
  content: "";
  border: solid #fff;
  border-width: 2px 2px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.top-section02 {
  overflow: hidden;
}

.top-section02 .swiper {
  overflow: visible;
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .top-section02 .swiper {
    overflow: visible;
    margin-top: 20px;
  }
}

.top-section02 .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-box-pack: end; */
  /* -webkit-justify-content: flex-end; */
  -ms-flex-pack: end;
  justify-content: space-between;
  margin-top: 8.2rem;
  position: absolute;
  top: 24%;
  left: -2%;
  width: 110%;
}

.top-section02 .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: space-between;
  margin: 0 auto 0 0;
  text-align: center;
}

.top-section02 .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  vertical-align: top;
}

.top-section02 .swiper-pagination-bullet-active {
  width: 4rem;
}

.top-section02 .swiper-button-prev,
.top-section02 .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  left: 0;
}

.top-section02 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.top-section02 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.top-section02 .slide {
  overflow: hidden;
  width: 41.6rem;
}

.top-section02 .slide-media {
  padding-top: 115%;
}

.top-section02 .slide-media img {
  height: 100%;
}

.top-section02 .slide-content {
  padding: 3.2rem 0 0;
}

.top_point_txt01 {
  font-size: 1.7rem;
  letter-spacing: 0.02em;
}

.top_point_txt02 {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  display: inline-block;
  border-bottom: .5px solid #000;
}

.top_point_txt02 .u-fs-s {
  font-size: 8px;
  margin-left: 1em;
}

.top_point_txt02 .u-fs-m {
  font-size: .6em;
  margin-left: -.5em;
}

.top-section02 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}

.top-section02 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

.top-section02 .swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 85%;
  height: 2px;
  left: 0;
  top: initial;
  bottom: 22px;
}

.swiper-pagination-progressbar {
  background: #DDDCDC;
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #D8D6CC;
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 8px;
  transform: scale(0);
  transform-origin: left top
}

@media only screen and (max-width: 800px) {
  .top-section02 .slide {
    width: 76vw;
  }

  .top-section02 .slide-content {
    padding: 2.2rem 0 0;
  }

  .top_point_txt01 {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }

  .top_point_txt02 {
    font-size: 2.7rem;
    letter-spacing: 0.05em;
    display: inline-block;
    border-bottom: .5px solid #000;
  }

  .top-section02 .swiper-controller {
    display: flex;
    gap: 1rem;
    margin-top: 3.2rem;
    width: 110%;
    left: -7%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: grid;
    place-content: center;
    width: 4.5rem;
    height: 4.5rem;
    cursor: pointer;
    right: initial;
  }

  .top-section02 .swiper-pagination {
    gap: 1.2rem 0.8rem;
  }

  .top-section02 .swiper-pagination-bullet {
    width: 1.6rem;
    height: 3px;
    cursor: pointer;
    vertical-align: top;
  }

  .top-section02 .swiper-pagination-bullet-active {
    width: 4rem;
  }

  .top-section02 .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 65%;
    height: 2px;
    left: 0;
    top: initial;
    bottom: 22px;
  }
}



.float-btn {
  position: fixed;
  top: 130px;
  right: 30px;
}

.btn_search01,
.btn_search02 {
  width: 129px;
  height: 129px;
}

.btn_search02 {
  margin-top: 20px;
}

.btn_search01 a,
.btn_search02 a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation-duration: 3s;
  animation-name: bringIn;
  animation-iteration-count: infinite;
  /* opacity: .5; */
  /* pointer-events: none; */
}

.btn_search01 a:hover,
.btn_search02 a:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  .float-btn {
    position: fixed;
    top: 80px;
    right: 10px;
  }

  .btn_search01,
  .btn_search02 {
    width: 80px;
    height: 80px;
  }

  .btn_search02 {
    margin-top: 10px;
  }
}

@keyframes bringIn {
  0% {
    background: #3e3e3e;
  }

  40% {
    background: #800909;
  }

  60% {
    /* background: #827752; */
    background: #800909;
  }

  100% {
    background: #3e3e3e;
  }
}