/* CSS Document */
@keyframes sp_wave{
  0% {
    -webkit-mask-position: 0 100%;
     mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 320px 100%;
     mask-position: 320px 100%;
  }
}
@keyframes tb_wave{
  0% {
    -webkit-mask-position: 0 100%;
     mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 768px 100%;
     mask-position: 768px 100%;
  }
}
@keyframes tbl_wave{
  0% {
    -webkit-mask-position: 0 100%;
     mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 1024px 100%;
     mask-position: 1024px 100%;
  }
}
@keyframes pc_wave{
  0% {
    -webkit-mask-position: 0 100%;
     mask-position: 0 100%;
  }
  100% {
    -webkit-mask-position: 895px 100%;
     mask-position: 895px 100%;
  }
}


body[wc-view-type="sp"] div.menu_wrap::before{
  animation:sp_wave 8s linear 0s infinite;
}
body[wc-view-type="tb"] div.menu_wrap::before{
  animation:tb_wave 6s linear 0s infinite;
}
body[wc-view-type="tb-l"] div.menu_wrap::before{
  animation:tbl_wave 10s linear 0s infinite;
}
body[wc-view-type="pc"] div.menu_wrap::before{
  animation:pc_wave 15s linear 0s infinite;
}


/*透明*/
span.opa{
  width: 0;
  height: 0;
  display: block;
  opacity: 0;
  overflow: hidden;
}
/*ボタン*/
div.btn{
  display: table;
  margin: 0 auto;
}
div.btn a{
  display: table;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  position: relative;
  z-index: 1;
  color: #1d4e88;
  border: solid 1px #1d4e88;
  border-radius: 1rem;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1em;
}
div.btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  background-color: #1d4e88;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
div.btn.white a{
  border: solid 1px #fff;
  color: #fff;
}
div.btn.white a::after{
  background-color: #fff;
}
div.btn.insta a{
  background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
  color: #fff;
  border:none;
}
div.btn.insta a::after{
  background-color: #fff;
}
/*ページタイトル*/
section.page_title{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[wc-view-type="sp"] section.page_title{
  height: 45vw;
}
body[wc-view-type="tb"] section.page_title{
  height: 250px;
}
body[wc-view-type="tb-l"] section.page_title{
  height: 280px;
}
body[wc-view-type="pc"] section.page_title{
  height: 350px;
}
section.page_title > h2{
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}
section.page_title > h2::before{
  content: "Menu";
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Montserrat";
  color: rgba(255,255,255,0.5);
  display: block;
  line-height: 1em;
  margin-bottom: 0.5rem;
}
section.page_title.sea_mart > h2::before{
  content: "Product";
}
section.page_title figure{
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.page_title figure::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(177.6deg,#008acd 4.64%,#8ac3de 93.84%);
  opacity: 0.75;
}
section.page_title figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.page_title figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*decoration*/
section.gray_deco::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 5;
  -webkit-mask-image:url("/img/svg/wave_under02.svg?");
  mask-image:url("/img/svg/wave_under02.svg?");
  background-color: #f5f5f5;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-position:bottom center;
  mask-position:bottom center;
}
body[wc-view-type="sp"] section.gray_deco::before{
  height: 16px;
  top: -1px;
  mask-size: contain;
}
body[wc-view-type="tb"] section.gray_deco::before{
  height: 39px;
  top: -1px;
  mask-size: contain;
}
body[wc-view-type="tb-l"] section.gray_deco::before{
  height: 52px;
  top: 0;
  -webkit-mask-size: 1024px;
  mask-size:1024px 53px;
}
body[wc-view-type="pc"] section.gray_deco::before{
  height: 45px;
  top: -1px;
  mask-size: contain;
}
section.white_deco::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 5;
  -webkit-mask-image:url("/img/svg/wave_under02.svg?");
  mask-image:url("/img/svg/wave_under02.svg?");
  background-color: #fff;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
}
body[wc-view-type="sp"] section.white_deco::before{
  height: 16px;
  top: -1px;
  mask-size: contain;
}
body[wc-view-type="tb"] section.white_deco::before{
  height: 39px;
  top: -1px;
  mask-size: contain;
}
body[wc-view-type="tb-l"] section.white_deco::before{
  height: 52px;
  top: 0;
  -webkit-mask-size: 1024px;
  mask-size:1024px 53px;
}
body[wc-view-type="pc"] section.white_deco::before{
  height: 45px;
  top: -1px;
  mask-size: contain;
}
/*コンテンツ*/
div.menu_wrap{
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #a61022;
}
body[wc-view-type="sp"] div.menu_wrap{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="tb"] div.menu_wrap{
  padding: var(--headerHeight) 12vw;
}
body[wc-view-type="tb-l"] div.menu_wrap{
  padding: var(--headerHeight) 12vw;
}
body[wc-view-type="pc"] div.menu_wrap{
 padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
div.menu_wrap::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 5;
  -webkit-mask-image:url("/img/svg/wave_up.svg?");
  mask-image:url("/img/svg/wave_up.svg?");
  background-color: #fff;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: contain;
  mask-size: contain;
}
body[wc-view-type="sp"] div.menu_wrap::before{
  height: 16px;
  top: -16px;
  mask-size: contain;
}
body[wc-view-type="tb"] div.menu_wrap::before{
  height: 39px;
  top: -38px;
  -webkitmask-mask-size: 768px 39px;
  mask-size: 768px 39px;
}
body[wc-view-type="tb-l"] div.menu_wrap::before{
  height: 53px;
  top: -52px;
  -webkitmask-size:1024px 53px;
  mask-size:1024px 53px;
}
body[wc-view-type="pc"] div.menu_wrap::before{
  height: 45px;
  top: -45px;
  -webkitmask-size:895px 45px;
  mask-size: 895px 45px;
}
div.menu_wrap article{
  display: flex;
  margin-bottom: var(--headerHeight);
}
body[wc-view-type="sp"] div.menu_wrap article,
body[wc-view-type="tb"] div.menu_wrap article{
  flex-direction: column;
}
div.menu_wrap article div.menu_text{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.menu_wrap article div.menu_text,
body[wc-view-type="tb"] div.menu_wrap article div.menu_text{
  padding-bottom: 1rem;
}
body[wc-view-type="pc"] div.menu_wrap article div.menu_text,
body[wc-view-type="tb-l"] div.menu_wrap article div.menu_text{
  width: 50%;
}
body[wc-view-type="tb-l"] div.menu_wrap article div.menu_text{
  padding: 1rem 1rem 1rem 0;
}
body[wc-view-type="pc"] div.menu_wrap article div.menu_text{
  padding: 1.5rem 1.5rem 1.5rem 0;
}
div.menu_wrap article div.menu_img{
}
div.menu_wrap article div.menu_text > h2{
  font-size: 1.25rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #1d4e88;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  font-weight: 500;
}
div.menu_wrap article div.menu_text > dl{
  padding: 0 1rem;
  box-sizing: border-box;
}
div.menu_wrap article div.menu_text > dl dt{
}
div.menu_wrap article div.menu_text > dl dt span{
  display: table;
  padding: 0 1rem;
  border: solid 1px #1d4e88;
  border-radius: 2rem;
  font-weight: 500;
  color: #1d4e88;
}
div.menu_wrap article div.menu_text > dl dd{
  padding: 0.5rem;
  box-sizing: border-box;
}
div.menu_wrap article div.menu_text > dl dd p{
  font-weight: 300;
}
div.menu_wrap article div.menu_text > p.menu_text_price{
  font-size: 2rem;
  color: #1d4e88;
  text-align: center;
  font-weight: 700;
  font-family: "Number";
  padding: 0 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.menu_wrap article div.menu_text > p.menu_text_price,
body[wc-view-type="tb"] div.menu_wrap article div.menu_text > p.menu_text_price{
  margin-top: 1rem;
}
body[wc-view-type="tb-l"] div.menu_wrap article div.menu_text > p.menu_text_price,
body[wc-view-type="pc"] div.menu_wrap article div.menu_text > p.menu_text_price{
  text-align: right;
  margin-top: auto;
}
body:not([wc-view-type="sp"]) div.menu_wrap article div.menu_text > p.menu_text_price{
  font-size: 2.2rem;
}
div.menu_wrap article div.menu_text > p.menu_text_price span{
  font-size: 0.95rem;
  font-weight: 700;
}
body[wc-view-type="tb-l"] div.menu_wrap article div.menu_img,
body[wc-view-type="pc"] div.menu_wrap article div.menu_img{
  width: 50%;
}
div.menu_wrap article div.menu_img figure{
}
div.menu_wrap article div.menu_img figure picture{
}
div.menu_wrap article div.menu_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
div.menu_wrap div.return_btn_block{
  display: flex;
  align-items: center;
  justify-content: center;
}
body[wc-view-type="sp"] div.menu_wrap div.return_btn_block{
  flex-direction: column;
}
div.menu_wrap div.return_btn_block div.btn.left{
  margin-right: 1rem;
  margin-left: auto;
}
div.menu_wrap div.return_btn_block div.btn.right{
  margin-right: auto;
  margin-left: 1rem;
}
body[wc-view-type="sp"] div.menu_wrap div.return_btn_block div.btn.left,
body[wc-view-type="sp"] div.menu_wrap div.return_btn_block div.btn.right{
  width: 255px;
}
body[wc-view-type="sp"] div.menu_wrap div.return_btn_block div.btn.left a,
body[wc-view-type="sp"] div.menu_wrap div.return_btn_block div.btn.right a{
  width: 100%;
}
body[wc-view-type="sp"] div.menu_wrap div.return_btn_block div.btn.left{
  margin: 0 auto 1rem auto;
}
body[wc-view-type="sp"] div.menu_wrap div.return_btn_block div.btn.right{
  margin: 0 auto;
}
/*footer*/
footer::before{
  content: "";
  display: none !important;
}