@charset "UTF-8";
/* CSS Document */
/*----------------------
2026リニューアル時追加
----------------------*/
/*----------------------
共通
----------------------*/
.table-dg dl dt {
  background: #007D7F;
  border: 1px solid #007D7F;
}
.table-dg dl dd {
  background: #fff;
  border: 1px solid #007D7F;
  border-top: none;
}
@media(min-width: 767px){
  .table-dg dl dt {
    border: 1.5px solid #007D7F;
  }
  .table-dg dl dd {
    border: 1.5px solid #007D7F;
    border-top: none;
  }
}
/*----------------------
ナビゲーション
----------------------*/
.nav{
  padding: 80px 20px 0;
}
.nav-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  gap: 12px;
}
.nav-list li{
  width: 40%;
  min-width: 128px;
  height: 48px;
  border-radius: 80px;
  background: #EA7C27;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}
.nav-list li:hover{
  background: #333;
  transform: translateY(-5px);
}
.nav-list li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:8px;
  color: #fff;
  padding-top: 2px;
  font-size: 1.4rem;
  line-height: 1.25;
  text-align: center;
}
.nav-list li a img{
  width: 12px;
  height: 12px;
}
@media(min-width: 767px){
  .nav-list{
  gap: 20px;
  max-width: 720px;
}
.nav-list li{
  width: 160px;
  height: 56px;
}
.nav-list li a{
  gap:10px;
  padding-top: 4px;
  font-size: 1.6rem;
}
.nav-list li a img{
  width: 16px;
  height: 16px;
}
}
/*----------------------
リード
----------------------*/
.main2026 .curve {
  z-index: 2;
  pointer-events: none;
}
.main2026 .lead_title_img .inner{
  position: relative;
  z-index: 3;
}
.main2026 .lead_discription {
  z-index: 1;
}

.main2026 .lead_discription_bg img {
  z-index: -1;
}
.lead_wrap{
  display: flex;
  gap: 10px;
}
.lead_wrap .lead_box{
  padding: 0;
  margin: 0;
}
.lead_wrap .lead_box .date{
  padding: 0 10px 20px;
}
.lead_wrap h5{
  color: #EA7C27;
}
.lead_wrap a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: calc(100% - 20px);
  height: 32px;
  border: 2px solid #EA7C27;
  background: #fff;
  border-radius: 16px;
  margin: 0 auto 20px;
  color: #EA7C27;
}
.lead_wrap a:hover{
  background: #ffe7d4;
}
.lead_wrap a span{
  font-size: 1.2rem;
  padding-top: 1px;
}
.lead_wrap a img{
  width: 14px;
  height: 14px;
}
@media(min-width: 767px){
  .lead_wrap a{
    gap: 8px;
  }
  .lead_wrap a span{
    font-size: 1.6rem;
    padding-top: 2px;
  }
  .lead_wrap a img{
  width: 16px;
  height: 16px;
}
}
/*----------------------
商品紹介
----------------------*/
.main2026 .sec-item01.sec-item h3 span {
  color: #E0C95D;
}
.main2026 .sec-item02.sec-item h3 span {
  color: #007D7F;
}
.main2026 .sec-item03.sec-item h3 span {
  color: #6FB8A3;
}
.main2026 .sec-item02_content {
  padding: 40px 15px 20px;
  margin: 80px auto 60px;
  background: rgba(100, 155, 156, 0.3);
  border-radius: 20px;
  position: relative;
}
.main2026 .sec-item03_content {
  padding: 40px 15px 20px;
  margin: 80px auto 60px;
  background: rgba(148, 207, 187, 0.3);
  border-radius: 20px;
  position: relative;
}
.main2026 .sec-item02_bg {
  background: linear-gradient(to bottom, rgba(100, 155, 156, 0), rgba(100, 155, 156, 1.0));
}
.main2026 .sec-item03_bg {
  background: linear-gradient(to bottom, rgba(148, 207, 187, 0), rgba(148, 207, 187, 1.0));
}
.main2026 .sec-item02_content {
  padding: 40px 15px 20px;
  margin: 80px auto 60px;
  background: rgba(100, 155, 156, 0.3);
  border-radius: 20px;
  position: relative;
}
.main2026 .sec-item03_content {
  padding: 40px 15px 20px;
  margin: 80px auto 60px;
  background: rgba(148, 207, 187, 0.3);
  border-radius: 20px;
  position: relative;
}
.main2026 .sec-item01_photo-bg::before {
  content: "";
  position: absolute;
  top: -0.5px;
  right: 0;
  width: 100%;
  height: 280px;
  background: #F8EF9D;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}
.main2026 .sec-item02_photo-bg::before {
  content: "";
  position: absolute;
  top: -0.5px;
  right: 0;
  width: 100%;
  height: 280px;
  background: #649b9c;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}
.main2026 .sec-item03_photo-bg{
    position: relative;
}
.main2026 .sec-item03_photo-bg::before {
  content: "";
  position: absolute;
  top: -0.5px;
  right: 0;
  width: 100%;
  height: 280px;
  background: #94CFBB;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}
/*----------------------
シェイク
----------------------*/
.main2026 .sec-item02_content .sec-item_label{
  background: #6FB8A3;
  width: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 8px;
  margin:0 auto 20px;
  border-radius: 40px;
  color: #fff;
  line-height: 1;
}
@media(min-width: 767px){
  .main2026 .sec-item02_content .sec-item_label{
  width: calc(100% - 40px);
  padding: 12px 20px 9px;
  }
}
.main2026 .sec-item02_content .l-photo{
  display: flex;
  justify-content: space-between;
}
.main2026 .sec-item02_content .l-photo img{
  width: 48%;
}
/*----------------------
コラボグッズ
----------------------*/
.main2026 .goods-list li{
  height: 240px;
}
.main2026 .goods-list li img{
  margin-bottom: 10px;
}
.goods-list2026-1{
  background: #F8EF9D;
}
.goods-list2026-2{
  background: #649b9c;
}
.goods-list2026-1 li:first-child {
  color: #6D6D6D;
  border: 1px solid #6D6D6D;
  background-image: url("../img/bg_goods-title02.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.goods-list2026-2 li:first-child {
  color: #fff;
  border: 1px solid #fff;
  background-image: url("../img/bg_goods-title04.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.goods-list.goods-list4{
  margin-bottom: 60px;
}
@media(min-width: 767px){
  .main2026 .goods-list li{
    height: 350px;
  }
  .goods-list2026-1 li:first-child {
    border: 1.5px solid #6D6D6D;
  }
  .goods-list2026-2 li:first-child {
    border: 1.5px solid #fff;
  }
  .goods-list.goods-list4{
  margin-bottom: 80px;
}
}
/*----------------------
販売情報
----------------------*/
.main2026 .sec-shop{
  padding: 60px 20px;
}
.main2026 .sec-shop#info-tokyo{
  background-color: #ffe7d4;
  margin-top: 60px;
  background-image: url(../img/bg-info-tokyo.png);
  background-size: 40vw 40vw;
  background-position: left top;
}
.main2026 .sec-shop#info-sendai{
  background-color: #ffcea6;
  background-image: url(../img/bg-info-sendai.png);
  background-size: 40vw 40vw;
  background-position: left top;
}
.main2026 .sec-shop .inner{
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 20px;
}
.main2026 .sec-shop .title-or{
  margin-top: 0;
}
@media(min-width: 767px){
  .main2026 .sec-shop{
    padding: 80px 20px;
  }
  .main2026 .sec-shop#info-tokyo{
    margin-top: 80px;
  }
  .main2026 .sec-shop .inner{
    padding: 72px 40px;
    border-radius: 20px;
  }
}
/*----------------------
販売情報-テーブル
----------------------*/
.sec-table{
  padding: 60px 20px;
}
@media(min-width: 767px){
  .sec-table{
    padding: 80px 20px;
  }
}
.sec-table .title-or{
  margin-top: 0;
  margin-bottom: 40px;
}
.goods-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #666;
  font-size: 14px;
}
@media(min-width: 767px){
  .goods-table {
    font-size: 16px;
  }
}
.goods-table th {
  border: 1px solid #666;
  padding: 10px 6px 6px;
}
.goods-table td {
  border: 1px solid #666;
  padding: 10px 6px 6px;
}
@media(min-width: 767px){
  .goods-table td {
    padding: 10px 10px 6px;
  }
}
.goods-table thead th {
  text-align: center;
  background-color: #EA7C27;
  color: #fff;
  line-height: 1.5;
}

.goods-table tbody td:first-child {
  width: 68%;
  background: #ffe7d4;
}
@media(min-width: 767px){
  .goods-table tbody td:first-child {
    width: 56%;
  } 
}
.goods-table tbody td:nth-child(2),
.goods-table tbody td:nth-child(3) {
  width: 16%;
  text-align: center;
  vertical-align: middle;
}
@media(min-width: 767px){
  .goods-table tbody td:nth-child(2),
  .goods-table tbody td:nth-child(3) {
    width: 22%;
  }
}
.goods-table .circle{
  color: #EA7C27;
}
/*----------------------
フロートボタン
----------------------*/
.float{
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.float a img:hover{
  transform: scale(1.1);
}
@media(min-width: 767px){
  .float{
  gap: 10px;
  }
}