@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}

*::before,
*::after{
  background-size: cover;
  background-position: center;
}

html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body{
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color:#0D4252;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

a{
  color:#0D4252;
}

/* a[href^="tel:"] {
  
} */

@media (any-hover:hover){
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img{
  display: block;
  object-position: center;
}

#body_wrap{
  /* overflow: hidden; */
}

.container{
  max-width: 960px;
  margin:0 auto;
  padding:0 15px;
}

.hide{
  display: none!important;
}

main{
  padding-top: 128px;
}

/*
------------------------------------
アニメーション関係
------------------------------------
*/

.common_hover_opa{
  transition: 0.4s;
}


@media (any-hover:hover){
  .common_hover_opa:hover{
    opacity: 0.7;
  }
  
}



.anime_para_box_verti{
  position: relative;
  overflow:hidden;
}

.anime_para_box_verti img{
  width:100%;
  position: absolute;
  left:0;
  z-index: -1;
}


.anime_para_box_wide{
  position: relative;
  overflow: hidden;
}

.anime_para_box_wide img{
  height:100%;
  position: absolute;
  top:0;
  max-width:none;
  z-index: -1;
}

/*要素のフェードイン*/
.anime_fade_show{
  opacity:0;
  transform: translate3d(0, 40px, 0);
}

.anime_fade_show.anime_active,
.anime_active .anime_fade_show{
  animation-name:anime_fade_show;
  animation-duration:1.5s;
  animation-timing-function:ease-out;
  animation-fill-mode: forwards;
  /* transition-timing-function: ease-out;
  transform: translate3d(0, 0, 0); */
}

@keyframes anime_fade_show{
  0% {
    opacity:0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/*
------------------------------------
メインコンテンツ
------------------------------------
*/

.top_section{
  position: relative; 
}

.top_section .sec_title{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.top_section .sec_title .en_title{
  font-size: 27px;
  font-weight: bold;
}

.top_section .sec_title .ja_title{
  font-size: 14px;
  margin-top: 12px;
  font-weight: 400;
}


.top_mv_section .mv_img{
  width:675px;
  width:min(calc(675 / 1440 * 100vw) , calc(675 / 1440 * 1600px));
  animation-delay:0.6s;
}

.top_mv_section .text_area{
  position: absolute;
  width:1160px;
  max-width: 100%;
  top:0;
  left:0;
  right:0;
  margin:auto;
  padding:24px 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
} 


.top_mv_section .text_area .site_logo{
  width:96px;
  margin-left: 72px;
  animation-delay:0.2s;
}

.top_mv_section .text_area .site_logo img{
  width:100%;
  
}

.top_mv_section .text_area .mv_text{
  width:202px;
  animation-delay:0.4s;
}

.top_mv_section .text_area .mv_text img{
  width:100%;
}

.top_section01{
  position: relative;
  padding-top: 260px;
  overflow: hidden;
}

.top_section01 .bg{
  position: absolute;
  width:500px;
  z-index: -1;
  top:375px;
  right:calc(50% + 300px);
}

.top_section01 .flex{
  max-width: 800px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_section01 .flex .left{
  line-height: 2.53;
  letter-spacing: 0.1em;
}

.top_section01 .flex .right{
  width:395px;
  animation-delay: 0.2s;
}

.top_section01 .flex .right img{
  width:100%;
}

.top_section01 .img_area{
  max-width: 860px;
  margin:370px auto 0;
}

.top_section01 .img_area .sec01_img02{
  width:368px;
}

.top_section01 .img_area .sec01_img03{
  width:306px;
  margin-left: auto;
  margin-right: 0;
  margin-top: -36px;
  animation-delay: 0.2s;
}

.top_episode_section{
  padding-top: 400px;
  padding-bottom: 245px;
}

.top_episode_section .flex{
  max-width: 1100px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.top_episode_section .flex .left{
  width:340px;
  margin-left: 60px;
  margin-left: 5%;
  flex-shrink: 0;
}

.top_episode_section .flex .episode_title{

}

.top_episode_section .flex .episode_title img{
  height:24px;
}

.top_episode_section .flex .episode_sign01{
  width:162px;
  margin-top: 12px;
}


.top_episode_section .flex .episode_sign01 img{
  width: 100%;
}

.top_episode_section .flex .episode_text{
  margin-top: 48px;
  font-size: 14px;
  line-height: 2.8;
  letter-spacing: 0.08em;
  animation-delay: 0.2s;
}

.top_episode_section .flex .right{
  width:478px;
  animation-delay: 0.4s;
}

.top_episode_section .flex .right img{
  width:100%;
}

.anime_para_box01{
  height:410px;
}


.top_story_section{
  padding-top: 152px;
  

}

.top_story_section .story_area{
  position: relative;
  max-width: 890px;
  margin:0 auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}


.top_story_section .story_img_area{
  width:420px;
  position: sticky;
  top:0;
  left:0;
}

.top_story_section .story_img_area_inner{
  position: relative;
  height:400px;
  min-height:100vh ;
}

.top_story_section .story_img_item{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin:auto;
  transition-duration: 0.7s;
  opacity: 0;
}

.top_story_section .story_img_item.show{
  opacity: 1;
}

.top_story_section .story_thumb{
  position: relative;
  aspect-ratio: 1 / 0.67;
}

.top_story_section .story_thumb::before{
  content:'';
  width:100%;
  height:100%;
  border:1px solid #0D4252;
  position: absolute;
  right:-10px;
  bottom:-10px;
  z-index: -1;
}

.top_story_section .story_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.top_story_section .thumb_name{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 17px;
  line-height:1;
  margin-top: 32px;
}

.top_story_section .thumb_name::before{
  content:'';
  width:96px;
  height:1px;
  background-color:#0d4252;
  margin-right: 12px;
}

.top_story_section .story_text_area{
  width:330px;
}

.top_story_section .story_text_item{
  padding:60px 0;
  min-height: 100vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.top_story_section .story_text_item:first-child{
  /* margin-top: 200px; */
}

.top_story_section .story_num{
  font-size: 14px;
  line-height:1;
}

.top_story_section .story_title{
  font-size: 20px;
  line-height: 1.3;
  margin-top: 6px;
}

.top_story_section .story_text{
  margin-top: 32px;
  font-size: 14px;
  line-height: 2.5;
}

.top_news_section{
  background-image: url('../img/news_bg.jpg');
}

.top_news_section .news_area{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding:40px 0;
  min-height: 380px;
}

.top_news_section .news_box{
  width:500px;
  padding:10px;
  background-color: rgba(255,255,255,0.6);
}

.top_news_section .news_inner{
  min-height: 210px;
  padding:16px 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255,255,255,0.66);
  text-align: center;
}

.top_news_section .news_head{
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  
}

.top_news_section .news_text{
  margin-top: 12px;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.top_news_section .news_text + .news_text{
  border-top: 1px solid #D2D3D3;
  padding-top: 6px;
}

.top_news_section .news_logo_list{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:calc(120 / 1440 * 100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:15px;
}

.top_news_section .news_logo_list img{
  width:100%;
}

.top_news_section .news_logo01{
  width:220px;
}

.top_news_section .news_logo02{
  width:95px;
}


.top_product_section{
  /* padding-top: 350px; */
  padding-top: 272px;
  padding-bottom: 275px;
}


.top_product_section .product_list{
  display: flex;
  margin-top: 96px;
}

.top_product_section .product_item{
  width:29.2%;
  margin-right: 6%;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top_product_section .product_item:nth-child(2){
  animation-delay: 0.2s;
}
.top_product_section .product_item:nth-child(3){
  animation-delay: 0.4s;
}

.top_product_section .product_item .product_up{
  width: 100%;
}

.top_product_section .product_item .product_down{
  width: 100%;
  padding-top: 40px;
}

.top_product_section .product_item:nth-child(3n){
  margin-right: 0;
}

.top_product_section .product_item .product_img{
  aspect-ratio: 1/1.28;
}

.top_product_section .product_item .product_img img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.top_product_section .product_item .product_tag{
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.3;
}

.top_product_section .product_item .product_name01{
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.3;
}

.top_product_section .product_item .product_name02{
  font-size: 14px;
  line-height: 1.3;
  margin-top: 4px;
}

.top_product_section .product_item .product_amount{
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 4px;
}

.top_product_section .product_item .product_price{
  font-size: 20px;
  line-height: 1.3;
  margin-top: 16px;
}

.top_product_section .product_item .product_price span{
  font-size: 11px;
}

.top_product_section .product_item .product_text{
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.top_product_section .product_item .product_button{
  width:100%;
  height:56px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 32px; */
  background-color: #0D4252;
  font-size: 14px;
  letter-spacing: 0.1em;
  color:#fff;
}

.top_product_section .product_item .product_button.off{
  pointer-events: none;
  background-color: #999999;
}

.top_product_section .online_link{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 636px;
  height: 90px;
  border-radius: 23px;
  background: #0d4252;
  border:2px solid #0d4252;
  margin:64px auto 0;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .top_product_section .online_link:hover{
    color: #0d4252;
    background-color: #fff;
  }
}

.top_bag_section{

}

.top_bag_section .anime_para_box02{
  
}

.top_bag_section .bag_contents{
  padding:140px 0;
  color:#fff;
}

.top_bag_section .bag_text{
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
}


.top_movie_section{
  padding-top: 160px;
  padding-bottom: 355px;
  position: relative;
  overflow: hidden;
}

.top_movie_section .movie_play{
  max-width: 740px;
  margin:56px auto 0;
}

.top_movie_section .movie_frame{
  position: relative;
  aspect-ratio: 1/0.5625;
}

.top_movie_section .movie_frame .movie_thumb{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  z-index: 1;
  transition-duration: 0.4s;
}

.top_movie_section .movie_frame .movie_thumb.vanish{
  pointer-events: none;
  opacity: 0;
}

.top_movie_section .movie_start{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition-duration: 0.4s;
  z-index: 3;
}

.top_movie_section .movie_start.vanish{
  pointer-events: none;
  opacity: 0;
}

.top_movie_section video{
  display: block;
  width:100%;
}

.top_movie_section .movie_play img{
  width:100%;
}

.top_movie_section .bg{
  position: absolute;
  z-index: -1;
  width:500px;
  bottom:124px;
  left:calc(50% + 94px);
}

.top_shop_section{
  padding:132px 0 208px;
  background-color: #F5F5F5;
}

.top_shop_section .shop_list{
  max-width: 840px;
  display: flex;
  flex-wrap: wrap;
  margin: 108px auto 0;
  gap:100px;
}

.top_shop_section .shop_item{
  width:212px;
}


.top_shop_section .shop_item .shop_name{
  font-size: 17px;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
  position: relative;
}

.top_shop_section .shop_item .shop_name::before{
  content:'';
  flex-shrink: 0;
  width:10px;
  height:10px;
  border-radius: 50%;
  background-color: #0D4252;
  margin-right: 12px;
  margin-top: 6px;
}

.top_shop_section .shop_item .shop_name span{
  position: absolute;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #0d4252;
  left:22px;
  top:26px;
}

.top_shop_section .shop_item .shop_name .up_remark{
  top:auto;
  bottom:calc(100%);
}

.top_shop_section .shop_item .shop_adress{
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.3;
  white-space: nowrap;
}

.top_shop_section .shop_item .shop_tel{
  margin-top: 10px;
}

.top_shop_section .shop_item .shop_tel a{
  font-size: 15px;
  line-height: 1.1;
  
}

.top_shop_section .shop_item .shop_link{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height:45px;
  border-radius: 8px;
  transition-duration: 0.4s;
  border:1px solid #0D4252;
  font-size: 14px;
  line-height: 1;
}

.top_shop_section .shop_item .shop_link.off{
  opacity: 0;
  pointer-events: none;
}

@media(any-hover:hover){
  .top_shop_section .shop_item .shop_link:hover{
    background-color:#0D4252;
    color:#fff;
  }
}

.top_shop_section .shop_item .shop_map{
  margin-top: 14px;
}

.top_shop_section .shop_item .shop_map a{
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 14px;
  line-height:1;
  color: #0d4252;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .top_shop_section .shop_item .shop_map a:hover{
    opacity: 0.5;
  }
}

.top_shop_section .shop_item .shop_map a::after{
  content:'';
  width:4px;
  height:5px;
  background-image: url('../img/icon_angle_right_blue.svg');
  background-size: contain;
  flex-shrink: 0;
  margin-left: 8px;  
  margin-top: 4px;
}

/*
------------------------------------
フッター
------------------------------------
*/

footer{
  position: relative;
  background-image: url('../img/footer_bg.jpg');

}

footer .page_top{
  position: absolute;
  z-index: 20;
  cursor: pointer;
  top:48px;
  right:min(calc(128 / 1440 * 100vw) , calc(128 / 1440 * 1440px));
}

footer .page_top .page_top_inner{
  display: flex;
  justify-content: center;
  align-items: center;
  width:70px;
  height:70px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 14px;
  color:#fff;
  line-height: 1;
  transition-duration: 0.4s;
}

footer .page_top .page_top_inner::before{
  content:'';
  width:1px;
  height:32px;
  background-color: #fff;
  position: absolute;
  top:-16px;
  left:0;
  right:0;
  margin: auto;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  footer .page_top:hover .page_top_inner{
    background-color:#fff;
    color:#0D4252;
  }
  footer .page_top:hover .page_top_inner::before{
    background-color:#0D4252;
  }
}

footer::before{
  content:'';
  width:100%;
  height:100%;
  background-color:#0D4252 ;
  opacity: 0.7;
  position: absolute;
  top:0;
  left:0;
  z-index:1;
}


footer .footer_inner{
  position: relative;
  /* max-width: 1440px; */
  width: 90%;
  max-width: 1330px;
  margin:0 auto;
  z-index: 2;
  /* padding:96px 48px 10px; */
  padding:96px 0 120px;
}


footer .contact_title{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color:#fff;
}

footer .contact_title .en_title{
  font-size: 27px;
  font-weight: bold;
}

footer .contact_title .ja_title{
  font-size: 14px;
  margin-top: 12px;
  font-weight: 400;
}

footer .other_contact_link{
  display: block;
  width: fit-content;
  text-align: center;
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
  color: #f5f5f5;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  /* position: absolute;
  bottom:10px;
  left:240px; */
  margin: 32px auto 0;
}

footer .contact_link{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:32px auto 0;
  width: 94px;
  height:94px;
  border-radius: 50%;
  transition-duration: 0.4s;
  background-color: #fff;
}

footer .contact_link::after{
  content:'';
  width:33px;
  height:26px;
  background-image: url('../img/icon_contact_blue.svg');
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  footer .contact_link:hover{
    background-color:#0D4252;
  }
  footer .contact_link:hover::after{
    background-image: url('../img/icon_contact_white.svg');
  }
}

footer .company_area{
  position: absolute;
  left:0;
  bottom:36px;
}

footer .company_area .button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #fff;
  transition-duration: 0.4s;
  font-size: 14px;
  color:#fff;
  padding-left: 28px;
  text-align: center;
  position: relative;
}

footer .company_area .insta::before{
  content:'';
  width:18px;
  height:18px;
  background-image: url('../img/icon_insta_white.svg');
  position: absolute;
  left:20px;
  top:0;
  bottom:0;
  margin:auto;
  transition-duration: 0.4s;
}

footer .company_area .youtube{
  margin-top: 12px;
}

footer .company_area .youtube::before{
  content:'';
  width:23px;
  height:16px;
  background-image: url('../img/icon_youtube_white.svg');
  position: absolute;
  left:17px;
  top:0;
  bottom:0;
  margin:auto;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  footer .company_area .button:hover{
    background-color: #fff;
    color:#0D4252;
  }

  footer .company_area .insta:hover::before{
    background-image: url('../img/icon_insta_blue.svg');
  }
  footer .company_area .youtube:hover::before{
    background-image: url('../img/icon_youtube_blue.svg');
  }
}


footer .company_area .title_andex{
  width:88px;
  margin-top: 28px;
}

footer .company_area .company_adress{
  font-size: 14px;
  line-height: 1.4;
  color:#fff;
  margin-top: 8px;
}

footer .copy{
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom:18px;
  right:0;
}

footer .js_mail_copy{
  cursor: pointer;
}