@charset "UTF-8";
/*************************************************
追記：TOP
*************************************************/
@media screen and (max-width: 599px) {
  .f_r {
    display: block !important;
    justify-content: center;
  }
  .f_r .fotter_web_link {
    justify-content: center;
    margin-bottom: 15px;
  }
}
.f_r .web-link .is_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .f_r .web-link .is_sp {
    display: flex;
  }
}
.f_r .web-link2 {
  justify-content: initial !important;
  margin-top: 17px;
  margin-left: 18px;
}
@media screen and (max-width: 599px) {
  .f_r .web-link2 {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .vertical-text-container img {
    width: 5.8974358974vw !important;
  }
}
#main {
  position: relative;
}

.main_right {
  background-color: rgba(255, 255, 255, 0.5490196078);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 320px;
  margin-left: auto;
  padding:10px;
  border-top-left-radius: 15px;
  display:flex;
  flex-direction: column;
  gap:10px;
}
@media screen and (max-width: 599px) {
  .main_right {
    display: none;
  }
}

.movie-contents {

}
@media screen and (max-width: 599px) {
  .movie-contents {
    position: relative;
    right: 0;
    top: auto;
    bottom: -5%;
  }
}
.movie-contents .movie-thumb {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .movie-contents .movie-thumb {
    width: 90%;
    height: auto;
    margin: 30px auto;
    display: block;
  }
}
.movie-contents .movie-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.chirashi-contents {

}
.chirashi-contents .chirashi-link {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .chirashi-contents {
    position: relative;
    top: auto;
    right: 0;
    bottom: -13%;
  }
}
.chirashi-contents .movie-thumb {
  position: relative;
  cursor: pointer;
  width: 300px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .chirashi-contents .movie-thumb {
    width: 90%;
    height: auto;
    margin: 30px auto;
    display: block;
  }
}
.chirashi-contents .movie-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  padding: 20px;
  width: 80%;
  max-width: 800px;
}
@media screen and (max-width: 599px) {
  .modal-content {
    max-width: 100%;
    width: 80%;
  }
}

.close {
  position: absolute;
  top: -40px;
  right: -40px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .close {
    right: 0;
    top: -35px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_right_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .main_right_sp {
    display: block;
    margin-top: 0;
    z-index: 0;
  }
}
.main_right_sp .movie-contents {
  position: relative;
  margin: 20px auto;
}
@media screen and (max-width: 599px) {
  .main_right_sp .movie-contents {
    width: 90%;
    margin: 30px auto;
  }
}
.main_right_sp .movie-contents .movie-thumb {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main_right_sp .movie-contents .movie-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.main_right_sp .movie-contents .movie-thumb img:hover {
  transform: scale(1.05);
}
.main_right_sp .chirashi-contents {
  position: relative;
  margin: 20px auto;
}
@media screen and (max-width: 599px) {
  .main_right_sp .chirashi-contents {
    width: 90%;
    margin: 30px auto;
  }
}
.main_right_sp .chirashi-contents .movie-thumb {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main_right_sp .chirashi-contents .movie-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.main_right_sp .chirashi-contents .movie-thumb img:hover {
  transform: scale(1.05);
}

#modalsp,
#modal1sp {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#modalsp .modal-content,
#modal1sp .modal-content {
  position: relative;
  margin: 0;
  background-color: #000;
  padding: 0;
  width: 95%;
  max-width: 600px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 599px) {
  #modalsp .modal-content,
  #modal1sp .modal-content {
    margin: 0;
    width: 90%;
    max-width: none;
  }
}
#modalsp .close,
#modal1sp .close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 100000;
  line-height: 1;
  padding: 5px;
}
@media screen and (max-width: 599px) {
  #modalsp .close,
  #modal1sp .close {
    top: -35px;
    right: 5px;
    font-size: 30px;
  }
}
#modalsp .close:hover, #modalsp .close:focus,
#modal1sp .close:hover,
#modal1sp .close:focus {
  color: #ccc;
  text-decoration: none;
}
#modalsp .video-container,
#modal1sp .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}
#modalsp .video-container iframe,
#modal1sp .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  min-height: 100%;
}

#modal1sp .video-container {
  padding-bottom: 0;
  height: auto;
  min-height: 500px;
}
#modal1sp .video-container embed {
  width: 100%;
  height: 70vh;
  min-height: 500px;
}
@media screen and (max-width: 599px) {
  #modal1sp .video-container embed {
    height: 60vh;
    min-height: 400px;
  }
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.news-topics {
  position: absolute;
  left: 0;
  padding: 20px 100px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .news-topics {
    padding: 20px;
  }
}
.news-topics a {
  padding: 0;
  display: flex !important;
  align-items: center;
}
.news-topics a span {
  display: block;
}
.news-topics a .news_tag {
  font-size: 16px;
  margin-right: 50px;
}
.news-topics a .date,
.news-topics a .title {
  font-size: 14px;
  line-height: 1.6;
  margin-right: 15px;
}
.news-topics a .title {
  position: relative;
}
.news-topics a .title::after {
  position: absolute;
  content: url(../assets/img/home/news_arrow.svg);
  width: 6px;
  height: 8px;
  right: -50px;
}
.news-topics a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  .tomb .tomb-wrap .inner .tomb-visual .el_musubiEffect {
    transform: translate(-20px, 20px);
  }
}
.tomb .tomb-wrap .inner .tomb-visual .border_anime {
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  margin-top: 20px;
}
.tomb .tomb-wrap .inner .tomb-visual .border_anime .slide {
  transform: translate(20px, -20px);
}
@media screen and (max-width: 599px) {
  .tomb .tomb-wrap .inner .tomb-visual .border_anime .slide {
    transform: translate(0);
  }
}
.tomb .tomb-wrap .inner .tomb-visual .border_anime .slide .slick-num {
  position: absolute;
  right: 50px;
  bottom: 50px;
  border-radius: 100%;
  font-size: 21px;
  color: #fff;
  z-index: 10;
}
.tomb .tomb-wrap .inner .tomb-visual .border_anime .slide .slick-num::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px dashed #fff;
  z-index: -1;
}
.tomb .tomb-wrap .inner .tomb-visual .border_anime .slide .slick-num svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.tomb .tomb-wrap .inner .tomb-visual .border_anime .slide .slick-num .circle {
  stroke-dasharray: 282; /* 2 * π * r で円周を計算 */
  stroke-dashoffset: 282;
  animation: dash 4s linear forwards; /* `forwards` でアニメーション終了状態を保持 */
}
@keyframes dash {
  from {
    stroke-dashoffset: 282;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.el_musubiEffect {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
}

.el_musubiEffect_line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.el_musubiEffect_line:after, .el_musubiEffect_line:before {
  content: "";
  position: absolute;
  -webkit-transition: all 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  -o-transition: all 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #212121;
  z-index: 3;
}
.el_musubiEffect_line.el_musubiEffect_line__top:after {
  height: 1px;
  width: 0;
  top: 0;
  left: 0;
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__top:after {
  width: 50%;
}

.el_musubiEffect_line.el_musubiEffect_line__top:before {
  height: 1px;
  width: 0;
  top: 0;
  right: 0;
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__top:before {
  width: 50%;
}

.el_musubiEffect_line.el_musubiEffect_line__left:after {
  width: 1px;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  -o-transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__left:after {
  height: 50%;
}

.el_musubiEffect_line.el_musubiEffect_line__left:before {
  width: 1px;
  height: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  -o-transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__left:before {
  height: 50%;
}

.el_musubiEffect_line.el_musubiEffect_line__right:after {
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  -o-transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__right:after {
  height: 50%;
}

.el_musubiEffect_line.el_musubiEffect_line__right:before {
  width: 1px;
  height: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  -o-transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__right:before {
  height: 50%;
}

.el_musubiEffect_line.el_musubiEffect_line__bottom:after {
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  -o-transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__bottom:after {
  width: 50%;
}

.el_musubiEffect_line.el_musubiEffect_line__bottom:before {
  height: 1px;
  width: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  -o-transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.el_musubiEffect.js_fire .el_musubiEffect_line.el_musubiEffect_line__bottom:before {
  width: 50%;
}

.js_drowLineTargetFire:after {
  right: -16px;
}

.js_drowLineTargetFire:after {
  left: -16px;
}

#news .inner .original-news li a .original-news-img,
#news .news-container .original-news li a .original-news-img {
  width: 100%;
  height: 200px;
  transition: 0.5s all;
  overflow: hidden;
}
#news .inner .original-news li a .original-news-img img:hover,
#news .news-container .original-news li a .original-news-img img:hover {
  transform: scale(1.1);
  transition: 0.5s all;
}

.jisseki_blog .inner .pageLinkContainer {
  max-width: 1000px !important;
  width: 100%;
  margin: 0 auto;
}

.fotter_web_link {
  display: flex;
  max-width: 300px;
  width: 100%;
  margin-bottom: 15px;
  height: 85px;
}
.fotter_web_link img {
  max-width: 150px !important;
  display: block;
  width: 100%;
  height: 85px;
}
.fotter_web_link .web-link-wrap {
  max-width: 150px !important;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s all;
  overflow: hidden;
}
.fotter_web_link .web-link-wrap img {
  display: block;
}
.fotter_web_link .web-link-wrap img:hover {
  transform: scale(1.1);
  transition: 0.5s all;
}

.hinshitsu_store article .content .store {
  border: none !important;
}
.hinshitsu_store article .content .store::after {
  content: none;
}
.hinshitsu_store article .content .store .el_musubiEffect {
  border: 1px solid #e5e5e5;
  z-index: 0;
}

.animateList .border_anime .el_musubiEffect {
  z-index: -1;
}

.mainHeader {
  position: relative;
}
.mainHeader h1 {
  position: absolute;
  z-index: 10;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.hinshitsu_slide li img {
  width: 100%;
  height: auto;
  transition: transform 10s linear;
  transform-origin: center center;
}
@media screen and (max-width: 599px) {
  .hinshitsu_slide li img {
    height: 280px;
    object-fit: cover;
  }
}

.hinshitsu_slide {
  overflow: hidden;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.purpose_wrap {
  display: flex;
}
.purpose_wrap li {
  position: relative;
  flex-basis: 33.3333333333%;
}
.purpose_wrap li .image-container {
  width: 100%;
  height: 670px;
  overflow: hidden;
}
.purpose_wrap li .image-container img {
  display: block;
  transition: 0.5s all;
}
.purpose_wrap li .image-container img:hover {
  transform: scale(1.1);
}
.purpose_wrap li:first-child::after {
  content: url(../assets/img/omoi/img-omoi-txt1.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.purpose_wrap li:nth-child(2)::after {
  content: url(../assets/img/omoi/img-omoi-txt2.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.purpose_wrap li:nth-child(3)::after {
  content: url(../assets/img/omoi/img-omoi-txt3.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.purpose_wrap li.active::after {
  content: none;
}
.purpose_wrap li .backSide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  color: white;
  display: none; /* 初期状態では非表示 */
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0; /* 初期状態では透明 */
  transition: opacity 0.3s ease-in-out;
}
.purpose_wrap li .backSide p {
  color: #fff;
}
.purpose_wrap li .backSide.active {
  display: flex; /* アクティブ時に表示 */
  opacity: 1;
}

.history article .timeline_02 {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.history article .timeline_02 .line {
  position: absolute;
  left: 17.5%;
  top: 0;
  width: 1px;
  background-color: #cecece;
  z-index: -1;
  height: 0;
  max-height: calc(100% - 43px) !important;
  transition: height 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .history article .timeline_02 .line {
    left: 19%;
    max-height: calc(100% - 25px) !important;
  }
}
.history article .timeline_02 .item {
  position: relative;
  margin-bottom: 30px;
}
.history article .timeline_02 .item .content {
  max-width: 700px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin: 0 0 4em;
  justify-content: space-between;
}
.history article .timeline_02 .item .content h3 {
  color: #001f51;
  font-size: 1.25vw;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .history article .timeline_02 .item .content h3 {
    font-size: 12px;
  }
}
.history article .timeline_02 .item .content p {
  max-width: 500px;
  width: 100%;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .history article .timeline_02 .item .content p {
    font-size: 14px;
    max-width: 75%;
  }
}
.history article .timeline_02 .item .content p img {
  display: block;
  max-width: 300px;
}
@media screen and (max-width: 599px) {
  .history article .timeline_02 .item .content p img {
    max-width: 100%;
  }
}
.history article .timeline_02 .item .content p span {
  display: flex;
}
@media screen and (max-width: 599px) {
  .history article .timeline_02 .item .content p span {
    display: block;
  }
}
.history article .timeline_02 .item::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background-color: #001f51;
  border-radius: 100%;
  border: 3px solid #fff;
  left: 16%;
}
@media screen and (max-width: 599px) {
  .history article .timeline_02 .item::before {
    width: 15px;
    height: 15px;
    left: 17%;
    top: 5px;
  }
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loading-animation {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#newsSingle .post-content img {
  display: block;
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 30px 0;
}

/* Row and Column styles */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-one-half,
.col-one-third,
.col-two-thirds {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-one-half {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-one-third {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-two-thirds {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
/* Button styles */
.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #0056b3;
}

/* Divider styles */
.wc-divider {
  border: 0;
  border-top: 1px solid #e9ecef;
  margin: 20px 0;
}

/* Spacer styles */
.wc-spacer {
  clear: both;
}

.add_text {
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 599px) {
  .add_text {
    font-size: 18px;
    padding: 0 15px;
  }
}