@charset "utf-8";

.top-section-heading {
  margin-bottom: 20px;
  text-align: center;
  line-height: 0;
}

.top-section-heading img {
  height: 30px;
  width: auto;
}

@media screen and (min-width: 768px), print {
  .page-top #global-footer {
    margin-top: 0;
  }

  .top-section-heading {
    margin-bottom: 40px;
  }

  .top-section-heading img {
    height: 40px;
  }
}

/* --------------------
  .top-intro
-------------------- */
#top-intro {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9900;
}

#top-intro video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px), print {
}


/* --------------------
  .top-hero
-------------------- */
.top-hero {
  position: relative;
  /*min-height: 42.382vwvw;*/
  height: 100vw;
  overflow: hidden;
}

.top-hero .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.top-hero .slick-dots li {
  background: #ccc;
}

.top-hero .slick-dots li.slick-active {
  background: #666;
}

.top-hero .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.top-hero .slick-prev {
  left: 10px;
}

.top-hero .slick-next {
  right: 10px;
}

@media screen and (max-width: 767px) {
  .top-hero {
    height: inherit;
    padding-bottom: 40px;
  }

  .top-hero .hero-item {
    width: 100vw; 
    height: 42.8vw;
  }
    
  .top-hero img {
    width:100% !important;
  }
  
  .hero-item.youtube {
    width: 100vw;
    /*height: 100vw;*/
    background: #000;
  }

  .hero-item.youtube iframe {
    width: 100%;
    /*margin-top: 21.94vw;*/
    height: 42.8vw;
  }
}

@media screen and (min-width: 768px), print {
  .top-hero {
/*    
    height: 42.382vw;
*/
    height: 527px;
    overflow: hidden;
  }

  .top-hero .hero-item {
    width: 1100px;
    height: 471px;
  }

  .hero-item:not(.slick-current) {
    opacity: 0.5;
  }

  .top-hero .slick-dots {
    bottom: 30px;
  }

  .top-hero .slick-prev {
    left: 30px;
  }
  
  .top-hero .slick-next {
    right: 30px;
  }

  .hero-item.youtube {
    width: 1100px;
    height: 471px;
    position: relative;
    background: #000;
  }

  .hero-item.youtube iframe {
    position: absolute;
    width: 838px;
    height: 471px;
    top: 50%;
    left: 50%!important;
    transform: translate(-50%, -50%)
  }
}


/* --------------------
  .top-emergency
-------------------- */
.top-emergency a {
  display: block;
  line-height: 1;
  transition: .2s opacity;
}

.top-emergency a:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .top-emergency {
    max-width: 1100px;
    padding: 10px 15px 20px;
  }

  .top-emergency a + a {
    margin-top: 10px;
  }

}

@media screen and (min-width: 768px), print {
  .top-emergency {
    max-width: 1160px;
    padding: 0 30px;
    margin: 20px auto 50px;
  }

  .top-emergency a + a {
    margin-top: 20px;
  }
  
}


/* --------------------
  .top-lane
-------------------- */

.top-lane {
  position: relative;
}

.top-lane > a {
  display: block;
}

.top-lane-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .top-lane {
    margin: 60px 0;
  }
  
  .top-lane div+div {
    margin-top: 0px;
  }
  
  .top-lane-title {
    width: 200px;
    height: 200px;
  }

  .lane1 {
    width: 100%;
    height: 110px;
    position: relative;
    background: url("../images/lane1.png") repeat-x 0 0;
    background-size: auto 100%;
    animation: bg-slider1 44s linear infinite;
    margin: 0;
    padding: 0;
  }
  @keyframes bg-slider1 {
    from { background-position: 0 0; }
      to { background-position: -1126px 0; }
  }
  
  .lane2 {
    width: 100%;
    height: 134px;
    position: relative;
    background: url("../images/lane2.png") repeat-x 0 0;
    background-size: auto 100%;
    animation: bg-slider2 45s linear infinite;
    margin: 0;
    padding: 0;
  }
  @keyframes bg-slider2 {
    from { background-position: -1372px 0; }
      to { background-position: 0 0; }
  }
}

@media screen and (max-width: 767px) {
  .top-lane {
    margin: 35px 0;
  }
  
  .lane1 {
    width: 100%;
    height: 70px;
    position: relative;
    background: url("../images/lane1.png") repeat-x 0 0;
    background-size: auto 100%;
    animation: bg-slider1 34s linear infinite;
    margin: 0;
    padding: 0;
  }
  @keyframes bg-slider1 {
    from { background-position: 0 0; }
      to { background-position: -717px 0; }
  }
  
  .lane2 {
    width: 100%;
    height: 85px;
    position: relative;
    background: url("../images/lane2.png") repeat-x 0 0;
    background-size: auto 100%;
    animation: bg-slider2 35s linear infinite;
    margin: 0;
    padding: 0;
  }
  @keyframes bg-slider2 {
    from { background-position: -870px 0; }
      to { background-position: 0 0; }
  }
}

/* --------------------
  .top-topic
-------------------- */
.top-topic {
  padding: 0 15px 35px;
}

.topic-slider {
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
}

.topic-slider .slick-dots {
  margin-top: 20px;
}

.topic-slider-item {
  box-sizing: content-box;
  width: 100%;
}

.topic-item {
  width: 100%;
  line-height: 0;
  box-sizing: border-box;
}

.topic-item img {
  width: 100%;
}

.topic-slider .slick-arrow {
  z-index: 100;
}

.topic-slider .slick-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
}

.topic-slider .slick-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
}

@media screen and (min-width: 768px), print {
  .top-topic {
    display: flex;
    width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 0 70px;
  }

  .topic-slider {
    width: 525px;
    margin: 0;
  }

  .topic-slider-item {
    width: 525px;
    padding: 0;
  }
  
  .topic-item {
    width: 525px;
    padding: 0;
    margin: 0;
  }  

  .topic-slider .slick-prev {
    left: -15px;
    margin: auto 0;
  }

  .topic-slider .slick-next {
    right: -15px;
    margin: auto 0;
  }
}

/* --------------------
  .top-news
-------------------- */
.top-news {
  margin-bottom: 35px;
}

.news-wrap {
  display: flex;
  flex-wrap: wrap;
}

.news-wrap .mod-topics {
  width: 100%;
}

.news-wrap label {
  position: relative;
  margin-bottom: 15px;
  padding: 2px 4px;
  flex: 0 0 25%;
  font-weight: bold;
  text-align: center;
  order: 1;
  background: #eee;
}

.news-wrap label:not(:first-of-type)::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 77%;
  background: #fff;
}

.news-more {
  margin-top: 20px;
}

.news-more .btn-img {
  height: 40px;
  width: 170px;
  margin: 0 auto;
  background-image: url(../images/btn_news_more.png);
  background-size: auto 40px;
}

@media screen and (min-width: 768px), print {
  .top-news {
    margin-bottom: 70px;
  }

  .news-more {
    margin-top: 40px;
  }

  .news-more .btn-img {
    height: 50px;
    width: 230px;
    background-size: auto 50px;
  }
}

/* --------------------
  .top-entrance
-------------------- */
.top-entrance {
  margin-bottom: 35px;
}

.entrance-store {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px 0 15px;
}

.entrance-store .store-item a {
  display: block;
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -9999px;
}

.entrance-store .entrance-menu a {
  background-image: url(../images/btn_entrance_menu_sp.png);
}

.entrance-store .entrance-takeout a {
  background-image: url(../images/btn_entrance_takeout_sp.png);
}

.entrance-store .entrance-reserve a {
  background-image: url(../images/btn_entrance_reserve_sp.png);
}

.entrance-store .entrance-order a {
  background-image: url(../images/btn_entrance_order_sp.png);
}

.entrance-kura {
  line-height: 0;
}

@media screen and (max-width: 767.999px) {
  .top-entrance {
    background: #fafafa url(/common/images/bg_checker_sp.png) center top;
    background-size: 30px 30px;
  }

  .entrance-store .store-item {
    margin-bottom: 10px;
  }

  .entrance-store .store-item a {
    overflow: hidden;
    border: solid 1px #ccc;
    border-radius: 5px;
    background-color: #fff;
    background-size: auto 70px;
  }

  .entrance-store .store-item {
    flex-basis: 50%;
  }

  .entrance-store .store-item:nth-child(1),
  .entrance-store .store-item:nth-child(3) {
    padding-right: 5px;
  }

  .entrance-store .store-item:nth-child(2),
  .entrance-store .store-item:nth-child(4) {
    padding-left: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .top-entrance {
    background: #fcfcfc url(/common/images/bg_checker.png) center top;
    background-size: 200px 200px;
    overflow: hidden;
    padding: 20px 30px;
  }

  .entrance-store {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
  }

  .entrance-store .store-item {
    position: relative;
    width: 24%;
    height: 170px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  
  .entrance-store .store-item a {
    height: 100%;
    padding-top: 23px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    text-indent: inherit;
    background: #fff;
  }

  .entrance-store .store-item a:after {
    content: "";
    display: block;
    width: 180px;
    height: 90px;
    margin: 5px auto 0;
    background-size: contain;
    background-repeat: none;
  }
  
  .entrance-store .entrance-reserve a:after {
    background-image: url(../images/icon_entrance_reserve.png);
  }

  .entrance-store .entrance-takeout a:after {
    background-image: url(../images/icon_entrance_takeout.png);
  }

  .entrance-store .entrance-order a:after {
    background-image: url(../images/icon_entrance_order.png);
  }

  .entrance-store .entrance-menu a:after {
    background-image: url(../images/icon_entrance_menu.png);
  }

  .entrance-kura {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    width: 1100px;
  }

  .entrance-kura .kura-item {
    width: 530px;
  }
}

@media screen and (min-width: 768px) and (hover: hover) {
  .entrance-store .store-item a,
  .entrance-store:hover .store-item a:after {
    transition: all 0.2s;
  }

  .entrance-store:hover .store-item a {
    color: #999;
  }
  
  .entrance-store:hover .store-item a:after {
    opacity: .6;
  }  

  .entrance-store .store-item:hover a {
    color: #333;
  }
  
  .entrance-store .store-item:hover a:after {
    opacity: 1;
  }  

  
}

/* --------------------
  .top-sns
-------------------- */
.top-sns {
  margin-bottom: 20px;
}

.top-sns .sns-twitter {
  position: relative;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* 追加20230705 start*/
  /* display: none; */
  /* 追加20230705 end*/
}

.top-sns .sns-twitter::-webkit-scrollbar {
  display: none;
}

span.Entry__comment-desc___17fDl, .EntryModal__img-tags___e2BEQ {
  display: none;
}


 /*------- 20201120 追加 -------*/
 .top-sns .sns-instagram .instagram-api{
  width: 100%;
 }
 
 .top-sns .sns-instagram .instagram-api .instagram-list{
  overflow-y:scroll;
  height: 753px;
  padding: 0 20px;
  box-sizing:border-box;
 }
 
 .top-sns .sns-instagram .instagram-api .instagram-list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 
 .top-sns .sns-instagram .instagram-api .instagram-list ul li{
  
  width: calc((100% - 20px) / 2);
  
  border:#CCCCCC solid 1px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
 }
   
 .top-sns .sns-instagram .instagram-api .instagram-list ul li:nth-of-type(-n+2){
    margin-top: 0px;
   } 

 .top-sns .sns-instagram .instagram-api .instagram-list ul li .link_box{
  display: block;
  height: 100%;
  transition: .2s opacity;
 }

 .top-sns .sns-instagram .instagram-api .instagram-list ul li .link_box:hover{
  opacity: 0.6;
 }

 .top-sns .sns-instagram .instagram-api .instagram-list ul li .thumb{
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  background-color: #eeeeee;
 }
 
 .top-sns .sns-instagram .instagram-api .instagram-list ul li .thumb img{
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  
  opacity: 0;
  transition: all 0.5s;
 }

 .top-sns .sns-instagram .instagram-api .instagram-list ul li .thumb img.lazyload{
 opacity: 0;
}
 
 .top-sns .sns-instagram .instagram-api .instagram-list ul li .thumb img.lazyloaded{
  opacity: 1;
}
 
 .top-sns .sns-instagram .instagram-api .instagram-list ul li .name{
  display: block;
  width: 100%;
  padding: 0.5em 0.8em;
  box-sizing:border-box;
  word-break: break-all;
 }
 
 .top-sns .sns-instagram .instagram-api .instagram-list ul li .name::before{
  content: "";
  display:inline-block;
  width: 20px;
  height: 20px;
  background: url("/images/sns_icon_instagram.png") no-repeat center center;
  background-size: contain;
  margin-right: 0.5em;
  vertical-align:middle;
 }
 
/*
.instagram-list ul li img{
 opacity: 0;
 transition: all 0.5s;
}
 
.instagram-list ul li img.lazyload{
 opacity: 0;
}
 
.instagram-list ul li img.lazyloaded{
  opacity: 1;
}
*/

 /*-----------------------------*/

@media screen and (max-width: 767px) {

  .top-sns .section-body {
    display: flex;
     justify-content: center;
  }
  .top-sns .sns-icon_wrap{
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .top-sns .sns-icon_wrap a img{
    width: 30px;
    height: 30px;
  }
  .sns_text{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .sns_text p{
    font-weight: bold;
    font-feature-settings: "palt";
    font-size: 18px;
  }
  .sns_text a{
    font-size: 14px;
    position: relative;
    padding-left: 14px;
    margin-bottom: 30px;
  }
  .sns_text a::before{
    position: absolute;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    top: calc((1.5em - 3px) / 2);
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #666;
    transform: rotate(45deg);
}

  .top-sns .sns-instagram {
    margin-bottom: 40px;
  }

 .top-sns .sns-instagram .instagram-api .instagram-list{
  overflow-y:scroll;
  height: 100vw;
 }
 
 .top-sns .sns-instagram .instagram-api .instagram-list ul li{
  font-size: 12px;
  line-height: 1.4;   
  /* 追加20230705 start*/
  width: calc((100% - 20px) / 2);
  /* 追加20230705 end*/
 }

   /* 追加20230705 start*/
  .top-sns .sns-instagram .instagram-api .instagram-list ul li:nth-of-type(-n+2){
    margin-top: 0px;
   }
  /* 追加20230705 end*/

 .top-sns .sns-instagram .instagram-api .instagram-list ul li .name::before{
  width: 16px;
  height: 16px;
 }
 
/*
  .top-sns .instagram-widget {
    width: 100%;
    height: 100vw;
    background: #dedede;
  }
*/
 

  
  .MainPage__main-container___2z70_ {
    height: 100vw!important;
    overflow-x: hidden !important;
  }
  
  .top-sns .sns-twitter #twitter-widget-0 {
    height: 100vw!important;
  }
}

@media screen and (min-width: 768px), print {
  .top-sns {
    margin-bottom: 70px;
  }

  .top-sns .section-body {
    display: flex;
    /* justify-content: space-between; */
    /* flex-direction: row-reverse;
     */
     justify-content: center;
  }
  .top-sns .sns-icon_wrap{
    display: flex;
    justify-content: center;
    gap: 70px;
  }
  .sns_text{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .sns_text p{
    font-weight: bold;
    font-feature-settings: "palt";
    font-size: 25px;
  }
  .sns_text a{
    font-size: 14px;
    position: relative;
    padding-left: 14px;
  }
  .sns_text a::before{
    position: absolute;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    top: calc((1.5em - 3px) / 2);
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #666;
    transform: rotate(45deg);
}

  .top-sns .sns-instagram {
    width: 530px;  
  }
 

  
  .MainPage__main-container___2z70_ {
    max-height: 673px !important;
    overflow-x: hidden !important;
  }

/*
  .top-sns .instagram-widget {
    width: 530px;
    height: 530px;
    background: #dedede;
  }
*/

  .top-sns .sns-twitter {
    position: relative;
    height: 753px;
    width: 530px;
  }

  .top-sns .sns-twitter .twitter-widget {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* --------------------
  .top-contents
-------------------- */
.top-contents {
  margin-bottom: 40px;
}

.contents-slider .slick-dots {
  margin-top: 20px;
}

.contents-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.contents-slider .slick-prev {
  left: 15px;
}

.contents-slider .slick-next {
  right: 15px;
}

.contents-slider-item {
  box-sizing: content-box;
  width: 50vw;
  padding: 0 6px;
}

.contents-slider-thumb {
  line-height: 0;
  margin-bottom: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.contents-slider-item p {
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}

.contents-slider-item p::before {
  position: absolute;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  top: calc((1.5em - 8px) / 2);
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #000;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px), print {
  .top-contents {
    padding: 60px 0 35px;
    background: #f2f2f2;
  }

  .contents-slider .slick-dots li {
    background: #fff;
  }

  .contents-slider .slick-dots li.slick-active {
    background: #000;
  }

  .contents-slider-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1230px;
  }

  .contents-slider {
    width: 1100px;
    margin: 0 auto;
  }

  .contents-slider-item {
    width: 350px;
    padding: 0 12px;
  }

  .contents-slider-thumb {
    margin-bottom: 8px;
  }

  .contents-slider-item p {
    padding-left: 22px;
  }

  .contents-slider-item p::before {
    width: 8px;
    height: 8px;
    top: calc((1.5em - 10px) / 2);
    border-width: 2px 2px 0 0;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .contents-slider .slick-prev {
    left: calc((100vw - 1130px) / -2);
  }

  .contents-slider .slick-next {
    right: calc((100vw - 1130px) / -2);
  }
}

@media screen and (min-width: 1200px) {
  .contents-slider .slick-prev {
    left: -50px;
  }

  .contents-slider .slick-next {
    right: -50px;
  }
}

/* --------------------
  .top-link
-------------------- */
.top-link .link-btns {
  margin: 30px auto;
}

.top-link .link-btns .link-store a {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  height: 70px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top-link .link-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .top-link .link-btns .link-store {
    width: 100%;
  }
  
  .top-link .link-btns .link-store.link-mutenkura,
  .top-link .link-btns .link-store.link-gyoichiba,
  .top-link .link-btns .link-store.link-netstore,
  .top-link .link-btns .link-store.link-fishfarm{
    width: calc( 50% - 5px );
  }

  .top-link .link-btns .link-store.link-america,
  .top-link .link-btns .link-store.link-asia {
    width: calc( 50% - 5px );
  }
  
  .top-link .link-btns .link-store.link-america a,
  .top-link .link-btns .link-store.link-asia a {
    position: relative;
    height: 80px;
  }

  .top-link .link-btns .link-store.link-america a::after,
  .top-link .link-btns .link-store.link-asia a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    display: block;
    margin: auto 0 0;
    background: url('/common/images/bg_pattern_kura.gif') repeat center 7px;
    background-size: 7px 7px;
  }
  
  .top-link .link-btns .link-store a img {
    /*width: 40vw;*/
    width: 100%;
    max-width: inherit;
  }
  
  .top-link .link-btns .link-store:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .top-link .link-btns {
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto;
    justify-content: space-between;
  }

  .top-link .link-btns .link-store.link-mutenkura,
  .top-link .link-btns .link-store.link-gyoichiba, 
  .top-link .link-btns .link-store.link-netstore,
  .top-link .link-btns .link-store.link-fishfarm{
    /*width: 350px;*/
    width: 260px;
    margin-bottom: 24px;
  }
  
  .top-link .link-btns .link-store.link-america,
  .top-link .link-btns .link-store.link-asia {
    width: 538px;
  }

  .top-link .link-btns .link-store a {
    display: flex;
    /*padding: 0 35px;*/
    padding: 0 10px;
    height: 80px;
    border-radius: 10px;
  }

  .top-link .link-btns .link-store.link-america a,
  .top-link .link-btns .link-store.link-asia a {
    position: relative;
    height: 100px;
    padding: 20px 0 30px;
  }

  .top-link .link-btns .link-store.link-america a::after,
  .top-link .link-btns .link-store.link-asia a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    display: block;
    margin: auto 0 0;
    background: url('/common/images/bg_pattern_kura.gif') repeat center 0px;
    background-size: 10px 10px;
  }
}
/* --------------------
  .top-downtown
-------------------- */
.top-downtown{
  text-align: center;
  padding: 0 15px 35px;
}
@media screen and (min-width: 768px), print {
  .top-downtown{
    margin-bottom: 35px;
  }
}