@charset "euc-jp";
#container {
  padding-top: 30px;
}

.header-headline-nav li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
.header-global-nav a,
.header-global-nav span {
  padding-bottom: 5px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}
#nav a {
  color: #4d4d4d;
}

#slideshow-block {
  margin-bottom: 0px;
}
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  text-indent: -999em;
}
#supersized {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
  #supersized .row {
    position: relative;
  }
  #supersized img {
    position: absolute;
    display: none;
    width: auto !important;
    height: auto !important;
    outline: none;
    border: none;
  }
  #supersized.speed img {
    -ms-interpolation-mode:nearest-neighbor;
    image-rendering: -moz-crisp-edges;
  }
  #supersized.quality img {
    -ms-interpolation-mode:bicubic;
    image-rendering: optimizeQuality;
  }
  #supersized li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -30;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
    list-style: none;
  }
  #supersized li.prevslide {
    z-index: -20;
  }
  #supersized li.activeslide {
    z-index: -10;
  }
  #supersized li.image-loading {
    width: 100%;
    height: 100%;
    background: #111 url(https://img.shop-pro.jp/tmpl_img/68/progress.gif) no-repeat center center;
  }
  #supersized li.image-loading img {
    visibility: hidden;
  }
  #supersized li.prevslide img,
  #supersized li.activeslide img {
    display: inline;
  }
#slide-list {
  position: absolute;
  bottom: 20px;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: .85em;
  font-family: Arial;
}
  #slide-list li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  #slide-list a {
    display: block;
    margin: 0 5px;
    width: 70px;
    height: 10px;
    outline: 0;
    background: #5e5e5e;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer;
  }
  #slide-list a:hover,
  #slide-list .current-slide a {
    background: #ecd062;
    opacity: 1;
  }
#controls-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  *z-index: 50;
}
#controls {
  position: relative;
  z-index: 50;
  height: 100%;
}
#slidecaption {
  position: absolute;
  left: 1%;
  z-index: 2;
  padding-bottom: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}
  #controls-wrapper.mode-static {
    position: static;
    padding: 15px 0;
    height: auto;
  }
  #controls-wrapper.mode-static #slide-list {
    position: static;
  }

@media only screen and (max-width: 980px) {
  #supersized {
    top: 60px;
  }
  #controls-wrapper {
    position: static;
    height: auto;
  }
  #slide-list {
    position: static;
    padding-top: 15px;
  }
    #slide-list a {
      width: 15px;
      height: 15px;
    }
  #slidecaption {
    left: 3%;
    padding-bottom: 6px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #slidecaption {
    left: 20px;
    padding-bottom: 10px;
  }
}

/*-----------TOPのスライド-----------*/

#slide-list a:hover, #slide-list .current-slide a {
    background: #0E4A94;
    opacity: 1;
}
#slidecaption {
    /*↓CSSを追加*/
    background: #1A1A1A;
    font-family: AvenirNextLTPro-Demi;
    font-weight:500;
    /*↓値を書き換え*/
    padding: 15px 25px 5px;
    left: 20px;
    font-size:22px;
    /*↓テンプレートのまま*/
    position: absolute;
    z-index: 2;
    color: #fff;
    line-height: 1.2;
}
#sliderbutton {
    /*↓値を書き換え*/
    left: 20px;
    /*↓テンプレートのまま*/
    position: absolute;
    z-index: 200;
    display: none;
}

/*↓CSSを追加*/
@media (min-width: 769px){
#slidecaption{
    bottom:calc(220px + 40*(100vw - 769px)/391)!important;
    font-size:35px;
    }
    
#sliderbutton{
    bottom:calc(120px + 40*(100vw - 769px)/391)!important;
}
}

/*↓CSSを追加*/
@media (min-width: 981px) {
#supersized li{
    height: calc(490px + 90*(100vw - 981px)/179)!important;
    margin-top:115px;
}
#slideshow-block {
    margin-bottom: calc(490px + 90*(100vw - 981px)/179)!important;
}
#controls-wrapper{
    top: calc(600px + 80*(100vw - 981px)/179)!important;
}
}

/*↓CSSを追加*/
@media (min-width: 1160px) {
#supersized li{
    height:580px!important;}
    
#slideshow-block {
    margin-bottom: 580px!important;
}
#controls-wrapper{
    top: 680px!important;
}
#slidecaption{
    bottom:260px!important;
}
#sliderbutton{
    bottom:160px!important;
}
}

/*↓CSSを追加*/
@media (max-width: 768px){
#slidecaption{
    bottom:calc(210px + 220*(100vw - 769px)/769)!important;
    padding: 15px 25px 5px;
    }   
#sliderbutton{
    bottom:calc(170px + 220*(100vw - 769px)/769)!important;
}
}
/*↓CSSを追加*/
@media (max-width: 540px) {
#slidecaption{
    font-size:16px;
    padding: 10px 15px 0;
    bottom:calc(230px + 220*(100vw - 769px)/769)!important;
}
#sliderbutton{
    bottom:calc(190px + 220*(100vw - 769px)/769)!important;
}
}

#supersized img {
    position: absolute;
    display: none;
    width: 100% !important;
    height: auto !important;
    outline: none;
    border: none;
    left: 0!important;
    object-fit: contain;
    object-position: center;
}


#slidecaption {
	background: #1A1A1A;
	font-family: AvenirNextLTPro-Demi;
	font-weight: 500;
	padding: 15px 25px 15px;
	left: 20px;
	font-size: 22px;
	position: absolute;
	z-index: 2;
	 color: #fff;
	line-height: 1.2;
	 width: 50%;
}

/*-----------追加 2025.9------------*/
.top-link-more-wrap {
  width: 108px;
  margin: 0 auto;
  transition: 0.3s;
}
.top-link-more-wrap:hover {
  opacity: 0.5;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes mvParadiceFadeIn {
  /* 0% { opacity: 0; transform: translateX(50%);}
  100% { opacity: 1; transform: translateX(0);} */
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes zoomUp {
  0% { transform: scale(1); }
  100% { transform: scale(1.07); }
}

.top-mv-wrap {
  width: 100%;
  /* height: 945px; */
  height: calc(100vh - 73px);
  position: relative;
  text-align: center;
  overflow: hidden;
}
.top-mv-shutter {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: #13459B;
  opacity: 1;
  animation-name: fadeOut;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}
.top-mv-logo-wrap {
  position: absolute;
  z-index: 15;
  /* display: flex;
  flex-wrap: wrap; */
  width: 319px;
  top: 30vh;
  left: calc(50% - 159px);
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}
.top-mv-logo-img {
  width: 139px;
  height: 210px;
  margin: 0 auto 31px auto;
}
.top-mv-logo-img-copy {
  width: 319px;
  height: 18px;
}
.top-mv-logo-text {
  margin: 0 auto;
  font-size: 18px;
  color: #FFF;
}
.top-mv-bg-swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-mv-bg-swiper .swiper-slide-active .swiper-img,
.top-mv-bg-swiper .swiper-slide-duplicate-active .swiper-img,
.top-mv-bg-swiper .swiper-slide-prev .swiper-img {
  animation: zoomUp 11s linear 0s normal both;
}
.top-mv-bg-slide .swiper-img {
  width: 100%;
  height: 100%;
}
.top-mv-bg-slide .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 980px) {
  .top-mv-logo-wrap {
    width: 200px;
    left: calc(50% - 100px);
  }
  .top-mv-logo-img {
    width: 109px;
    height: 164px;
    margin-bottom: 18px;
  }
  .top-mv-logo-img-copy {
    width: 200px;
    height: 12px;
  }
}

.top-mv-link-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  left: 23px;
  bottom: 31px;
  z-index: 9;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 2.4s;
}
.top-mv-link-calender-inner {
  display: flex;
  flex-wrap: nowrap;
}
.top-mv-link-instagram {
  width: 22px;
  height: 22px;
  margin-right: 19px;
  transition: 0.2s;
}
.top-mv-link-instagram:hover {
  opacity: 0.5;
}
.top-mv-link-mail {
  width: 23px;
  height: 16px;
  margin-right: 19px;
  transition: 0.2s;
}
.top-mv-link-mail:hover {
  opacity: 0.5;
}
.top-mv-link-calender {
  transition: 0.2s;
}
.top-mv-link-calender:hover {
  opacity: 0.5;
}
.top-mv-link-calender-img {
  width: 21px;
  height: 22px;
  margin-right: 5px;
}
.top-mv-link-calender-word {
  width: 152px;
  height: 19px;
  margin-top: 2px;
}
.top-mv-scroll-wrap {
  width: 70px;
  height: 129px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
  z-index: 9;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 2.4s;
}
.top-mv-link-umbrella {
  width: 60px;
  height: 57px;
  position: absolute;
  right: 23px;
  bottom: 34px;
  z-index: 9;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 2.4s;
}
.top-mv-link-umbrella-img {
  opacity: 1;
  transition: 0.2s;
}
.top-mv-link-umbrella-img:hover {
  opacity: 0.5;
}
@media (max-width: 980px) {
  .top-mv-link-wrap {
    left: calc(50% - 167px);
  }
  .top-mv-link-instagram {
    width: 29px;
    height: 29px;
    margin-right: 24px;
  }
  .top-mv-link-mail {
    width: 30px;
    height: 21px;
    margin-right: 24px;
  }
  .top-mv-link-calender-img {
    width: 27px;
    height: 29px;
    margin-right: 4px;
  }
  .top-mv-link-calender-word {
    width: 197px;
    height: 25px;
    margin-top: 3px;
  }
  .top-mv-scroll-wrap {
    display: none;
  }
  .top-mv-link-umbrella {
    right: calc(50% - 30px);
    bottom: 81px;
  }
}
.top-mv-paradise {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  animation-name: mvParadiceFadeIn;
  animation-duration: 1.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
  mix-blend-mode: multiply;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.top-mv-paradise-img {
  /* height: calc(100vh - 73px); */
  width: 65%;
  margin-left: 35%;
}
@media (max-width: 980px) {
  .top-mv-paradise-img {
    /* height: 265px; */
  }
}


.top-info-wrap {
  background-color: #000;
  height: 26px;
  padding: 12px 28px;
}
.top-info-link {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 1384px;
  margin: auto;
  position: relative;
}
.top-info-link:hover {
  opacity: 0.6;
}
.top-info-date {
  height: 26px;
  line-height: 26px;
  padding-right: 15px;
  border-right: 1px solid #FFF;
  color: #FFF! important;
}
.top-info-title {
  height: 26px;
  line-height: 26px;
  padding-left: 15px;
  color: #FFF! important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.top-info-allow {
  height: 26px;
  line-height: 26px;
  padding-left: 7px;
  font-size: 12px;
  color: #FFF! important;
}
@media (max-width: 980px) {
  .top-info-link {
    align-items: center;
  }
  .top-info-wrap {
    height: 38px;
    padding: 12px 12px;
  }
  .top-info-date {
    height: 37px;
    line-height: 37px;
  }
  .top-info-title {
    width: calc(100% - 120px);
    height: 37px;
    line-height: 18px;
    text-overflow: unset;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .top-info-allow {
    height: 37px;
    line-height: 37px;
    position: absolute;
    right: 0;
  }
}

.top-banner-big {
  width: 100%;
  transition: 0.3s;
  opacity: 1;
}
.top-banner-big:hover {
  opacity: 0.5;
}
.top-banner-big-img-sp {
  display: none;
}
@media (max-width: 980px) {
  .top-banner-big-img-pc {
    display: none;
  }
  .top-banner-big-img-sp {
    display: block;
    width: 100%;
  }
}

.top-banner-slide {
  opacity: 1;
  transition: 0.3s;
  transition-property: all !important;
}
.top-banner-slide:hover {
  opacity: 0.5;
}
.top-banner-swiper {
  overflow: hidden;
  position: relative;
}
.top-banner-swiper-wrap .top-banner-swiper-button-prev {
  left: -8px!important;
  transition: 0.3s;
  opacity: 1;
}
.top-banner-swiper-wrap .top-banner-swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 29px;
  height: 80px;
  margin: 0;
  background-image: url("https://img15.shop-pro.jp/PA01155/014/etc_base64/dG9wLWJhbm5lci1zbGlkZXItcHJldg.png?cmsp_timestamp=20250926180338");
}
.top-banner-swiper-wrap .top-banner-swiper-button-prev:hover {
  opacity: 0.5;
}
.top-banner-swiper-wrap .top-banner-swiper-button-next {
  right: -7px!important;
  transition: 0.3s;
  opacity: 1;
}
.top-banner-swiper-wrap .top-banner-swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 29px;
  height: 80px;
  margin: 0;
  background-image: url("https://img15.shop-pro.jp/PA01155/014/etc_base64/dG9wLWJhbm5lci1zbGlkZXItbmV4dA.png?cmsp_timestamp=20250926180338");
}
.top-banner-swiper-wrap .top-banner-swiper-button-next:hover {
  opacity: 0.5;
}
.top-banner-swiper-wrap .swiper-navigation-icon {
  display: none;
}

.top-pickup-wrap {
  height: 510px;
  background-color: #FFF;
  text-align: center;
  padding-bottom: 49px;
}
.top-pickup-icon-wrap {
  padding: 51px 0 39px 0;
  text-align: center;
}
.top-pickup-icon {
  width: 18px;
  height: 29px;
}
.top-pickup-index-text {
  font-size: 33px;
  line-height: 33px;
  margin: 10px auto 0 auto;
  color: #13459B;
}
.top-pickup-slider-wrap {
  max-width: 1206px;
  width: 80%;
  margin: 0 auto 47px auto;
  position: relative;
}
.top-pickup-slider-wrap a {
  opacity: 1;
  transition: 0.3s;
}
.top-pickup-slider-wrap a:hover {
  opacity: 0.5;
}
.top-pickup-slider-wrap .pickup-swiper {
  overflow: hidden;
}
.top-pickup-slide:hover {
  opacity: 0.8;
}
.top-pickup-slide-img {
  width: 241px;
  height: 240px;
  object-fit: cover;
}
.top-pickup-slide-content-wrap {
  width: 241px;
  height: 88px;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 auto;
}
.top-pickup-slide-content-sub {
  font-size: 13px;
  font-weight: 700;
  height: 15px;
  line-height: 13px;
  margin-top: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
}
.top-pickup-slide-content-title {
  font-size: 20px;
  font-weight: 700;
  height: 23px;
  line-height: 20px;
  margin-top: 11px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
}
.top-pickup-slide-content-arrow {
  width: 23px;
  height: 21px;
  margin: 11px auto 0 auto;
}
.top-pickup-slider-wrap .top-pickup-swiper-button-prev {
  left: -65px!important;
  color: #000;
  width: 25px;
  height: 50px;
  transition: 0.3s;
  opacity: 1;
}
.top-pickup-slider-wrap .top-pickup-swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 25px;
  height: 50px;
  margin: auto;
  background-image: url("https://img15.shop-pro.jp/PA01155/014/etc_base64/dG9wLXBpY2t1cC1wcmV2.png?cmsp_timestamp=20250922225013");
}
.top-pickup-slider-wrap .top-pickup-swiper-button-prev:hover {
  opacity: 0.5;
}
.top-pickup-slider-wrap .top-pickup-swiper-button-next {
  right: -65px!important;
  color: #000;
  width: 25px;
  height: 50px;
  transition: 0.3s;
  opacity: 1;
}
.top-pickup-slider-wrap .top-pickup-swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 25px;
  height: 50px;
  margin: auto;
  background-image: url("https://img15.shop-pro.jp/PA01155/014/etc_base64/dG9wLXBpY2t1cC1uZXh0.png?cmsp_timestamp=20250922225013");
}
.top-pickup-slider-wrap .top-pickup-swiper-button-next:hover {
  opacity: 0.5;
}
.top-pickup-slider-wrap .swiper-navigation-icon {
  display: none;
}
@media (max-width: 980px) {
  .top-pickup-slider-wrap {
    max-width: unset;
    width: 278px;
  }
  .top-pickup-slider-wrap .top-pickup-swiper-button-prev {
    left: -30px!important;
  }
  .top-pickup-slider-wrap .top-pickup-swiper-button-prev::after {
    background-image: url("https://img15.shop-pro.jp/PA01155/014/etc_base64/dG9wLXBpY2t1cC1wcmV2LXNw.png?cmsp_timestamp=20250922230848");
  }
  .top-pickup-slider-wrap .top-pickup-swiper-button-next {
    right: -30px!important;
  }
  .top-pickup-slider-wrap .top-pickup-swiper-button-next::after {
    background-image: url("https://img15.shop-pro.jp/PA01155/014/etc_base64/dG9wLXBpY2t1cC1uZXh0LXNw.png?cmsp_timestamp=20250922230848");
  }
}


@keyframes contentBgIn {
  0% { width: 60%; transform: translateX(-5%); }
  100% { width: 50%; transform: translateX(0); }
}
@keyframes contentBgRightIn {
  0% { width: 60%; margin-left: 40%; transform: translateX(5%); }
  100% { width: 50%; margin-left: 50%; transform: translateX(0); }
}
@keyframes contentBgInSp {
  0% { height: 440px; transform: translateY(-30px); }
  100% { height: 380px; transform: translateY(0);}
}
@keyframes contentCopyRightIn {
  0% { opacity: 0; right: -100px; }
  100% { opacity: 1; right: 0; }
}
@keyframes contentCopyLeftIn {
  0% { opacity: 0; left: -100px; }
  100% { opacity: 1; left: 0; }
}

.top-content-item {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 52.43vw;
  opacity: 0;
}
.top-content-wrap .is-animated {
  animation-name: fadeIn;
  animation-duration: 1.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}
.top-content-bg {
  width: 100%;
  background-color: #0046AF;
  opacity: 1;
  transition: 0.6s;
}
.top-content-bg-is-over img {
  opacity: 0.25;
}
.top-content-bg-layer {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  background-color: #000;
  width: 50%;
  height: 100%;
  opacity: 1;
}
.top-content-bg-layer-left {
  left: 0;
}
.top-content-bg-left .is-animated {
  animation-name: contentBgIn;
  animation-duration: 1.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}
.top-content-bg-right .is-animated {
  animation-name: contentBgRightIn;
  animation-duration: 1.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}
.top-content-bg-img {
  transition: 0.6s;
}
@media (max-width: 980px) {
  .top-content-bg-left .is-animated {
    animation-name: contentBgInSp;
  }
  .top-content-bg-right .is-animated {
    animation-name: contentBgInSp;
  }
  .top-content-bg-layer {
    width: 100%;
    top: 380px;
    left: 0;
  }
}
.top-content-bg-img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.top-content-bg-img-right {
  margin-left: 50%;
}
.top-content-copy {
  opacity: 0;
  color: #0C295C;
  position: absolute;
  mix-blend-mode: difference;
  user-select: none;
  top: 50%;
  transform: translate(0, -50%);
  letter-spacing: 0;
  padding-bottom: 13vw;
  z-index: 10;
}
.top-content-copy-right-wrap .is-animated {
  animation-name: contentCopyRightIn;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.0s;
}
@media (max-width: 980px) {
  .top-content-copy-right-wrap .is-animated {
    animation-name: contentCopyLeftIn;
  }
}
.top-content-copy-right {
  right: 0;
  font-size: 11.81vw;
  line-height: 11.91vw;
}
.top-content-copy-left-wrap .is-animated {
  animation-name: contentCopyLeftIn;
  animation-duration: 1.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.0s;
}
.top-content-copy-left {
  left: 0;
  font-size: 11.81vw;
  line-height: 11.91vw;
}
.top-content-text-inner {
  opacity: 0;
  z-index: 1;
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 15;
}
.top-content-text-wrap .is-animated {
  animation-name: fadeIn;
  animation-duration: 1.0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1.0s;
}
.top-content-text-wrap-right {
  left: 55.49vw;
}
.top-content-text-wrap-left {
  left: 9.1vw;
}
.top-content-text-index {
  font-size: 32px;
  font-weight: 900;
  line-height: 43px;
  letter-spacing: 1px;
  color: #FFF;
  width: 439px;
  padding-bottom: 20px;
  border-bottom: 2px solid #FFF;
  transition: 0.3s;
}
.top-content-text-inner .top-content-text-index-is-over {
  color: #C1BF9C;
  border-color: #C1BF9C;
}
.top-content-text-sub {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #FFF;
  margin-top: 15px;
  max-width: 550px;
  transition: 0.3s;
}
.top-content-more-wrap {
  width: 108px;
  height: 31px;
  margin: 38px 0 0 2px;
}
.top-content-more {
  background-image: url('https://img15.shop-pro.jp/PA01155/014/etc_base64/dG9wLWxpbmstbW9yZQ.png?cmsp_timestamp=20250918230714');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.top-content-more-is-animated {
  background-image: url('https://img15.shop-pro.jp/PA01155/014/etc_base64/dG9wLWxpbmstbW9yZS1ob3Zlcg.png?cmsp_timestamp=20251003175233');
  background-repeat: no-repeat;
}
@media (max-width: 980px) {
  .top-content-item {
    height: 850px;
  }
  .top-content-bg-img {
    width: 100%;
    height: 380px;
  }
  .top-content-bg-img-right {
    margin-left: 0;
  }
  .top-content-copy-right {
    top: calc(50% - 46px);
    left: 0;
    font-size: 16.7vw;
    line-height: 16.5vw;
    transform: translate(0, -50%);
  }
  .top-content-copy-left {
    top: calc(50% - 46px);
    left: 0;
    font-size: 16.7vw;
    line-height: 16.5vw;
    transform: translate(0, -50%);
  }
  .top-content-text-inner {
    top: 380px;
    transform: unset;
  }
  .top-content-text-sub {
    max-width: unset;
  }
  .top-content-text-wrap-right {
    left: 50%;
    transform: translate(-50%, 0);
    width: 91%;
  }
  .top-content-text-wrap-left {
    left: 50%;
    transform: translate(-50%, 0);
    width: 91%;
  }
  .top-content-text-index {
    padding-top: 63px;
    width: 100%;
  }
  .top-content-more-wrap {
    margin-top: 25px;
  }
  
}

.top-notes-wrap {
  height: 659px;
  background: url(https://img15.shop-pro.jp/PA01155/014/etc_base64/dG9wLW5vdGVzLWJn.png?cmsp_timestamp=20250918230714) no-repeat center center;
  background-color: #13459B;
}
.top-notes-icon-wrap {
  padding: 51px 0 39px 0;
  text-align: center;
}
.top-notes-icon {
  width: 31px;
  height: 25px;
}
.top-notes-index-text {
  font-size: 33px;
  line-height: 33px;
  margin: 12px auto 0 auto;
  color: #FFF;
}
.top-notes-slider-wrap {
  max-width: 1206px;
  width: 80%;
  margin: 0 auto 47px auto;
  position: relative;
}
.top-notes-slider-wrap a {
  opacity: 1;
  transition: 0.3s;
}
.top-notes-slider-wrap a:hover {
  opacity: 0.5;
}
.top-note-slider-wrap .swiper-slide:hover {
  opacity: 0.5;
}
.top-notes-slide-img {
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  height: 162px;
  object-fit: cover;
}
.top-notes-slide-content-wrap {
  background-color: #FFF;
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 17px;
  font-family: 'Noto Sans JP', sans-serif;
}
.top-notes-slide-content-index {
  display: flex;
  padding: 18px 17px 0 17px;
  font-size: 10px;
  font-weight: 900;
  line-height: 10px;
  color: #000;
}
.top-notes-slide-content-index-date {
  margin-right: 5px;
}
.top-notes-slide-content-index-category {
  margin-left: 5px;
}
.top-notes-slide-content-title {
  font-size: 14px;
  font-weight: 900;
  line-height: 15px;
  height: 46px;
  margin: 7px 16px 0 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top-notes-slide-content-description {
  font-size: 11px;
  font-weight: 500;
  color: #000;
  padding: 8px 16px 0px 16px;
  height: 69px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-notes-slider-wrap .top-notes-swiper-button-prev {
  left: -65px!important;
  color: #FFF;
  width: 25px;
  height: 50px;
  transition: 0.3s;
  opacity: 1;
}
.top-notes-slider-wrap .top-notes-swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 25px;
  height: 50px;
  margin: auto;
  background-image: url("https://img15.shop-pro.jp/PA01155/014/etc_base64/dG9wLW5vdGVzLXByZXY.png?cmsp_timestamp=20250922233046");
}
.top-notes-slider-wrap .top-notes-swiper-button-prev:hover {
  opacity: 0.5;
}
.top-notes-slider-wrap .top-notes-swiper-button-next {
  right: -65px!important;
  color: #FFF;
  width: 25px;
  height: 50px;
  transition: 0.3s;
  opacity: 1;
}
.top-notes-slider-wrap .top-notes-swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 25px;
  height: 50px;
  margin: auto;
  background-image: url("https://img15.shop-pro.jp/PA01155/014/etc_base64/dG9wLW5vdGVzLW5leHQ.png?cmsp_timestamp=20250922233046");
}
.top-notes-slider-wrap .top-notes-swiper-button-next:hover {
  opacity: 0.5;
}
.top-notes-slider-wrap .swiper-navigation-icon {
  display: none;
}
@media (max-width: 980px) {
  .top-notes-slider-wrap {
    max-width: unset;
    width: 278px;
  }
  .top-notes-slider-wrap .top-notes-swiper-button-prev {
    left: -37px!important;
  }
  .top-notes-slider-wrap .top-notes-swiper-button-prev::after {
    background-image: url("https://img15.shop-pro.jp/PA01155/014/etc_base64/dG9wLW5vdGVzLXByZXYtc3A.png?cmsp_timestamp=20250922233046");
  }
  .top-notes-slider-wrap .top-notes-swiper-button-next {
    right: -37px!important;
  }
  .top-notes-slider-wrap .top-notes-swiper-button-next::after {
    background-image: url("https://img15.shop-pro.jp/PA01155/014/etc_base64/dG9wLW5vdGVzLW5leHQtc3A.png?cmsp_timestamp=20250922233046");
  }
}

.top-instagram-wrap {
  max-width: 1250px;
  margin: 115px auto 0 auto;
  padding: 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
}
.top-instagram-index-wrap {
  display: flex;
}
.top-instagram-index-icon {
  width: 29px;
  height: 29px;
  margin-right: 8px;
}
.top-instagram-index-text {
  font-size: 33px;
  line-height: 27px;
  color: #13459B;
  margin-right: 12px;
  flex-shrink: 0;
}
.top-instagram-index-title {
  max-width: 137px;
  height: 23px;
  margin-top: 3px;
  margin-right: 12px;
}
.top-instagram-index-line {
  border-top: 2px solid #13459B;
  margin-top: 15px;
  width: calc(100% - 166px);
}
.top-instagram-content-wrap {
  margin-top: 62px;
}
.top-instagram-follow-link {
  width: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0 auto;
  opacity: 1;
  transition: 0.3s;
}
.top-instagram-follow-link:hover {
  opacity: 0.5;
  text-decoration: none;
}
.top-instagram-follow-icon {
  width: 20px;
  height: 18px;
  margin-right: 6px;
}
.top-instagram-follow {
  color: #13459B;
  font-size: 26px;
  line-height: 26px;
}

.insta-container {
  max-width: 1218px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.insta-container::before {
  display: block;
  content:"";
  width: 404px;
  order: 1;
}
.insta-container::after {
  display: block;
  content:"";
  width: 404px;
}
.insta-media {
  width: 398px;
  height: 398px;
  border: 4px solid #FFF;
  border-top: none;
}
.insta-media a {
  transition: 0.3s;
}
.insta-media a:hover {
  opacity: 0.5;
}
.insta-media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .top-instagram-wrap {
    margin-top: 91px;
  }

  .insta-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .insta-container::before {
    content: unset;
  }
  .insta-container::after {
    content: unset;
  }
  .insta-media {
    width: 98%;
    height: 44.8vw;
  }

  .top-instagram-follow-link {
    margin-top: 36px;
  }
  .top-instagram-follow-icon {
    width: 16px;
    height: 14px;
    margin-right: 4px;
  }
  .top-instagram-follow {
    font-size: 20px;
    line-height: 20px;
  }
}