@charset "EUC-JP";
<!--ĦĦrb_additionĦĦ-->
.marker{
	background: linear-gradient(transparent 70% , #e8ddef 70%);
}
<!--end-->
.c-top-firstView{
  --firstViewSlideHeight:100vh;
}
.c-top-firstView.withNews{
  --firstViewSlideHeight:calc(100vh - 70px);
}
.c-top-firstView{
  width:100%;
  height:var(--firstViewSlideHeight);
  overflow:hidden;
}
.c-top-firstView a,
.c-top-firstView img,
.c-top-firstView picture{
  width:100%;
  height:var(--firstViewSlideHeight);
  display:block;
  outline:none;
}
.c-top-firstView img{
  object-fit:cover;
  object-position:center;
}
.c-top-firstView a:hover{
  opacity:1;
}

@media screen and (max-width:1024px){
  .c-top-firstView{
    --firstViewSlideHeight:calc(100vh - 60px);
    --firstViewSlideHeight:calc(100svh - 60px);
  }
  .c-top-firstView.withNews{
    --firstViewSlideHeight:calc(100vh - 60px - 100px);
    --firstViewSlideHeight:calc(100svh - 60px - 100px);
  }
}
.c-top-news{
  --topNewsHeight:70px;
  width:100%;
  height:var(--topNewsHeight);
  position:relative;
  z-index:2;
}
.c-top-news::before{
  content:"";
  width:calc(100% - 120px);
  height:100%;
  left:0;
  top:0;
  position:absolute;
  background:var(--defaultColor);
  opacity:0.05;
}
.c-top-news .l-content{
  height:var(--topNewsHeight);
  overflow:hidden;
  position:relative;
}

@media screen and (min-width:1025px){
  .c-top-news .l-content{
    padding-right:120px;
  }
}
.c-top-news a,.c-top-news span{
  font-size:16px;
  height:var(--topNewsHeight);
  line-height:var(--topNewsHeight);
  white-space:nowrap;
  width:100%;
  text-overflow:ellipsis;
  display:block;
  color:var(--defaultColor);
  overflow:hidden;
}
.c-top-news a:hover{
  text-decoration:underline;
}
.c-top-newsListNext,.c-top-newsListPrev{
  width:60px;
  height:var(--topNewsHeight);
  position:absolute;
  top:0;
  right:0;
  cursor:pointer;
  z-index:3;
}
.c-top-newsListPrev{
  right:60px;
}
.c-top-newsListNext::before,.c-top-newsListPrev::before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background:var(--defaultColor);
  opacity:0.05;
}
.c-top-newsListNext::after,.c-top-newsListPrev::after{
  content:"";
  width:10px;
  height:10px;
  position:absolute;
  top:calc(50% - 5px);
  transition:right 0.2s ease-out,left 0.2s ease-out;
}
.c-top-newsListPrev::after{
  right:5px;
  border-top:1px solid var(--defaultColor);
  border-left:1px solid var(--defaultColor);
  transform:rotate(-45deg);
}
.c-top-newsListNext::after{
  left:5px;
  border-top:1px solid var(--defaultColor);
  border-right:1px solid var(--defaultColor);
  transform:rotate(45deg);
}

@media screen and (max-width:1024px){
  .c-top-news{
    --topNewsHeight:100px;
    display:flex;
    align-items:center;
  }
  .c-top-news::before{
    width:100%;
  }
  .c-top-news a,.c-top-news span{
    font-size:14px;
    line-height:20px;
    height:60px;
    white-space:normal;
    width:100%;
    padding-right:0;
    margin-top:20px;
    display:-webkit-box;
    display:box;
    overflow:hidden;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient:vertical;
    box-orient:vertical;
  }
  .c-top-newsListNext,.c-top-newsListPrev{
    width:35px;
    height:35px;
  }
  .c-top-newsListPrev{
    right:37px;
  }
  .c-top-newsListNext::before,.c-top-newsListPrev::before{
    content:none;
  }
  .c-top-newsListNext::after,.c-top-newsListPrev::after{
    content:"";
    width:6px;
    height:6px;
    position:absolute;
    top:calc(50% - 3px);
    transition:right 0.2s ease-out,left 0.2s ease-out;
  }
  .c-top-newsListPrev::after{
    right:5px;
    border-top:1px solid var(--defaultColor);
    border-left:1px solid var(--defaultColor);
    transform:rotate(-45deg);
  }
  .c-top-newsListNext::after{
    left:5px;
    border-top:1px solid var(--defaultColor);
    border-right:1px solid var(--defaultColor);
    transform:rotate(45deg);  
  }
}
.c-top-information{
  margin-top:60px;
}
.c-top-informationImage{
  width:100%;
  position:relative;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-top-informationImage::before{
  content:"";
  padding-top:59.61%;
  display:block;
}
.c-top-informationMessage{
  width:680px;
  max-width:80%;
  padding:60px 60px 0 60px;
  line-height:200%;
  margin:-100px 0 0 auto;
  background:var(--defaultBackgroundColor);
  position:relative;
  z-index:3;
}

@media screen and (max-width:1024px){
  .c-top-informationMessage{
    width:calc(100% - 8vw);
    max-width:100%;
    padding:30px 4vw 0 4vw;
    line-height:180%;
    margin:-4vw auto 0 auto;
  }
}
.c-top-interval,
.c-top-ranking,
.c-top-message,
.c-top-freespace{
  margin-top:120px;
}

@media screen and (max-width:1024px){
  .c-top-interval,
  .c-top-ranking,
  .c-top-message,
  .c-top-freespace{
    margin-top:90px;
  }
}
.c-top-intervalImage{
  width:100%;
  max-height: 40vw;
  position:relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-top-intervalImage img{
  position:static;
}
.c-top-ranking .c-sliderPrev{
  position:absolute;
  right:52px;
  top:50%;
  transform:translatey(-50%);
}
.c-top-ranking .c-sliderNext{
  position:absolute;
  right:0;
  top:50%;
  transform:translatey(-50%);
}

@media screen and (max-width:1024px){
  .c-top-ranking .c-sliderPrev{
    right:37px;
  }
}
.c-top-messageImage{
  width:100%;
  position:relative;
}
.c-top-messageImage::before{
  content:"";
  padding-top:48.08%;
  display:block;
}
.c-top-message .l-content{
  width:100%;
  margin-top:40px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.c-top-messageManager{
  width:33%;
}
.c-top-messageComment{
  width:calc(100% - 33% - 40px);
  line-height:200%;
}
.c-top-messageManagerName{
  font-family:var(--boldfont);
  font-weight:bold;
  font-size:24px;
  line-height:150%;
}
.c-top-messageLink{
  display:inline-block;
  margin-top:1em;
  color:var(--defaultColor);
  font-size:16px;
  line-height:150%;
  position:relative;
}
.c-top-messageLink::before{
  content:"";
  position:absolute;
  width:100%;
  height:1px;
  left:0;
  bottom:0;
  background:var(--defaultColor);
  opacity:0.5;
}

@media screen and (max-width:1024px){
  .c-top-messageImage{
    width:100%;
    position:relative;
  }
  .c-top-message .l-content{
    display:block;
  }
  .c-top-messageManager{
    width:100%;
    text-align:center;
  }
  .c-top-messageComment{
    width:100%;
    line-height:180%;
    margin-top:40px;
  }
  .c-top-messageManagerName{
    font-size:20px;
  }
  .c-top-messageLink{
    display:inline-block;
    margin-top:1em;
    color:var(--defaultColor);
    font-size:16px;
    line-height:150%;
    position:relative;
  }
}


/*TOPPAGE*/

.imageTitle{
    position:relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 30px 40px;
}
.imageTitle h2{
    margin: 30px 0 5px;
}
.type01{border-bottom:4px solid #579535;}
.type02{border-bottom:4px solid #325d9c;}
.type03{border-bottom:4px solid #c8de88;}
.type04{border-bottom:4px solid #e1a3c7;}

.imageTitle:before{
    background-size:cover;
    background-position:center;
    content:"";
    display:block;
    margin: 0 10px -40px -40px;
}
.type01:before{background-image:url(https://img21.shop-pro.jp/PA01502/029/etc_base64/aXRlbV90aXRsZWltZ18wMQ.png?cmsp_timestamp=20231205101054);}
.type02:before{background-image:url(https://img21.shop-pro.jp/PA01502/029/etc_base64/aXRlbV90aXRsZWltZ18wMg.png?cmsp_timestamp=20231205101054);}
.type03:before{background-image:url(https://img21.shop-pro.jp/PA01502/029/etc_base64/aXRlbV90aXRsZWltZ18wMw.png?cmsp_timestamp=20231205101054);}
.type04:before{background-image:url(https://img21.shop-pro.jp/PA01502/029/etc_base64/aXRlbV90aXRsZWltZ18wNA.png?cmsp_timestamp=20231205101054);}

.type01:before,
.type04:before{
    width:120px;
    height:120px;
}
.type02:before,
.type03:before{
    width:80px;
    height:80px;
}
@media only screen and (max-width: 678px) {
.imageTitle{
    margin: 0 0px 30px;
}
.imageTitle:before{
    position:absolute;
    left:0;
    bottom: 0;
    margin: 0;
}
.type01:before,
.type04:before{
    width:60px;
    height:60px;
}
.type02:before,
.type03:before{
    width:40px;
    height:40px;
}
.imageTitle h2{
    margin: 30px 50px 5px;
    text-align:center;
    width: 100%;
}
}

.noteDl{}
.noteDl dl{}
.noteDl dl dt{
    width: 260px;
    float: right;
}
.noteDl dl dd{}
@media only screen and (max-width: 678px) {
.noteDl dl{
    display: flex;
    flex-wrap: wrap;
}
.noteDl dl dt{
    width: 100%;
    text-align:center;
    order:2;
    padding:20px 0;
}
  .noteDl dl dd{
    width: 100%;
    order:1;  
}
}

.noteStyle{}
.noteStyle p{
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),  linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 8px 100%, 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 1px;
    margin: 0 0 -1px;
}

.howtoEat{}
.howtoEat ul{
    display: flex;
    flex-wrap: wrap;
    margin:0;
    padding: 0 10px;
    list-style:none;
}
.howtoEat ul li{
    width:calc(100% / 3);
}
.howtoEat ul li a{
    position:relative;
    padding:0 30px;
    display: block;
    pointer-events:none;
    color:#333;
}
.howtoEat ul li a:before,
.howtoEat ul li:last-child a:after{
    background-image:url(https://img21.shop-pro.jp/PA01502/029/etc_base64/aXRlbV9kb3RsaW5lX3k.png?cmsp_timestamp=20231205152900);
    background-size:cover;
    background-position:center;
    content:"";
    display:block;
    width:20px;
    height:320px;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.howtoEat ul li a:before{
    left: -10px;
}
.howtoEat ul li:last-child a:after{
    right: -10px;
}
.howtoEat ul li a h3{
    text-align: center;
}
.howtoEat ul li a img{
    width:100%;
    height:auto;
}
.howtoEat ul li a p{}

@media only screen and (max-width: 768px) {
.howtoEat ul{
    padding: 10px 0;
}
.howtoEat ul li{
    width:calc(100%);
}
.howtoEat ul li a:before,
.howtoEat ul li:last-child a:after{
    background-image:url(https://img21.shop-pro.jp/PA01502/029/etc_base64/aXRlbV9kb3RsaW5lX3g.png?cmsp_timestamp=20231205152900);
    width:320px;
    height:20px;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
.howtoEat ul li a:before{
    top:-10px;
    left: 50%;
}
.howtoEat ul li:last-child a:after{
    top: auto;
    left: 50%;
    right: auto;
    bottom: -10px
}
.howtoEat ul li a h3{
    padding: 30px 0 0;
}
.howtoEat ul li a p{
    padding: 10px 0 20px;
}
}
/*top extend*/
.topIntroOuter{
    background-size: cover;
    background-position: top center;
    box-sizing: border-box;
    font-family: "Noto Sans JP", "Yu Gothic Medium", sans-serif;
}
.topIntroInner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}
.topIntroBG1{background-image:url(https://img21.shop-pro.jp/PA01502/029/etc/bg_top_intro1.png);}
.topIntroBG2{background-image:url(https://img21.shop-pro.jp/PA01502/029/etc/bg_top_intro2.png);
    background-size: cover;
    background-position: center;}
.topIntroBG3{background-image:url(https://img21.shop-pro.jp/PA01502/029/etc/bg_top_intro3.png);
    background-position: bottom center;
}
.topIntroBG4{background-image:url(https://img21.shop-pro.jp/PA01502/029/etc/bg_top_intro4.png);}
.topIntroBG5{background-image:url(https://img21.shop-pro.jp/PA01502/029/etc/bg_top_intro5.jpg);}

.introFirst{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.introFirst h3{
    font-size:40px;
    font-weight:bold;
    text-align:center;
    color:#1b1464;
}
.introFirst p{
    font-size:24px;
    display:inline-block;
    margin:0 auto 20px;
    width:calc(100%);
}
.introBanner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.introBanner a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.introSecond{
    text-align:center;
}
.introSecond span{
    font-size:14px;
    display:block;
    margin:20px 0;
}
.introSecond p{
    text-align:left;
    max-width:780px;
    margin: 0 auto 15px;
    line-height: 1.8em;
}

.introThird{
    text-align:center;
}
.introThird dl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 780px;
    margin: 0 auto;
}
.introThird dl dt{
    width:calc(60%);
    margin:0;
    padding:0;
    text-align: left;
    font-weight:normal;
    line-height:1.8em;
}
.introThird dl dd{
    width:calc(40%);
    margin:0;
    padding:0;
}

.freezingCaution{
    padding:30px 0;
}
.freezingCaution dl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin:0px auto;
    border-radius:18px;
    border:4px solid #1b1464;
    max-width:780px;
    padding: 15px 0;
}
.freezingCaution dl dt{
    margin:0;
    padding:0;
    text-align: left;
    font-weight:normal;
    line-height:1.8em;
}
.freezingCaution dl dd{
    margin:0;
    padding:0;
}

.introFourth{
    padding: 0 0 100px;
}
.introFourth ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto;
    padding: 50px 0;
}
.introFourth ul li{
    width:calc(50%);
    list-style: none;
    margin:0;
    padding: 10px;
}
.introFourth ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.introFourth dl{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.introFourth dl dt{
    color:#fff;
    padding: 0 0 30px;
}
.introFourth dl dt h4{
    border-bottom:3px solid #fff;
    font-size:30px;
    position:relative;
    padding: 10px 25px 20px 110px;
    margin: 0 0 20px;
}
.introFourth dl dt h4:before{
    background-image:url(https://img21.shop-pro.jp/PA01502/029/etc/icon_cool.png);
    background-size:cover;
    background-position:center;
    content:"";
    display:block;
    width:100px;
    height:50px;
    position: absolute;
    left:0;
    bottom:0;
}
.introFourth dl dt p{
    font-size:21px;
    line-height:30px;
}
.introFourth dl dd{
    margin: -70px 0 0 -120px;
    z-index: 10;
}

.introFifth{
    text-align:center;
}
.introFifth h3{
    margin: -80px 0 15px;
}
.introFifth p{}
.introFifth ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 0 30px;
    max-width: 1050px;
}
.introFifth ul li{
    width:calc(100% / 3);
    list-style:none;
    margin:0;
    padding:10px;
    text-align:center;
}
.introFifth ul li p{
    font-weight:bold;
    text-align:left;
}

.introSixth{
    text-align:center;
    padding:50px 0;
}
.introSixth h3{
    margin:0;
    padding: 15px 0;
    font-size:30px;
    color:#1b1464;
}

@media only screen and (max-width: 1024px) {
.introFirst h3{
    font-size:28px;
}
.introFirst p{
    font-size:16px;
}
.introSecond span{
    font-size:12px;
}
.introSecond p{
    font-size:14px;
}
.introThird dl dt{
    width:calc(100%);;
}
.introThird dl dd{
    width:calc(100%);
}
.freezingCaution dl dt{
    font-size:14px;
}
.introFourth{
    padding: 0 0 100px;
}
.introFourth ul{
    padding: 50px 0;
}
.introFourth ul li{
    width:calc(100%);
}
.introFourth dl dt h4{
    font-size:20px;
    padding: 10px 25px 20px 110px;
    margin: 0 0 20px;
}
.introFourth dl dt p{
    font-size:16px;
    line-height:24px;
}
.introFourth dl dd{
    margin: -50px 0 0 0px;
}

.introFifth h3{
    margin: -80px 0 15px;
}
.introFifth p{
    font-size:14px;
}
.introFifth ul li{
    width:calc(100% / 2);
}
.introFifth ul li p{
    font-weight:bold;
}

.introSixth h3{
    font-size:20px;
}
}
.classic {
    --contentSidePadding: 0!important;
}
.l-content{
    max-width: 100%;
}
@media screen and (max-width: 1024px) {
    .classic {
        --contentSidePadding: 0!important;
    }
}

.c-top-news .l-content{
    padding: 0 30px;
}
.l-footer{
    padding:30px;
}