﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&display=swap');

/*-----index-----
page_0 TOP/HOW TO
page_1 イートインorテイクアウト
page_2 ベースの味わい
page_3 ホイップの味
page_4 追加トッピング
page_5 内容確認・確定
page_6 loading
page_6 QRコード

selected-item_area　選んだ商品（共通）
title_area customize_guide pager_text　出だし/見出し（共通）
buttons リンクボタン（共通）
customize_list リスト（共通）
peger ページャー（共通）
-----index-----*/

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.pane-contents {
  background: #f4efe4;
  font-family: "Noto Sans JP", sans-serif;
}

.main-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 0px;
  /* flex-direction: column; */
  overflow: hidden;
}

.page {
  width: 800px;
}

.page_slide {
  width: calc(800px * 7);
  display: flex;
  transition: 0.5s;
  align-items: flex-start;
}

@media only screen and (max-width: 799px) {
  .page {
    width: 100vw;
  }

  .page_slide {
    width: calc(100vw * 7);
  }
}

/*------------
.page_0 TOP/HOW TO
------------*/
.page_0 .kv_area {
  display: block;
  text-align: center;
}

.page_0 .kv_area .visual img {
  object-fit: cover;
  height: 460px;
  margin: auto;
  width: 100%;
}

.page_0 .kv_area .k_visual {
  /*background: #fff;
  padding: 40px 60px;
  object-fit: cover;
  min-height: 320px;*/
  position: relative;
  max-width: 600px;
  margin: 0 auto 10px;
}

.page_0 .kv_area .k_visual img.kv_hand {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 5;
  width: 23%;
}


.page_0 .kv_area .k_visual img.zoom-in {
  position: absolute;
  top: 29.4%;
  left: 10%;
  z-index: 5;
  width: 79%;
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.page_0 .kv_area .k_visual img.zoomin {
  width: 80%;
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}


@media screen and (max-width:767px) {
  .page_0 .kv_area .k_visual {
    padding: 20px 10px;
  }

  .page_0 .kv_area .k_visual img.kv_hand {
    width: 30%;
  }

  .page_0 .kv_area .k_visual img.zoomin {
    width: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {}

.page_0 .kv_area h1 {
  margin: 20px 0 10px;
  padding: 0 0.625rem;
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
}

.page_0 .kv_area h1 span {
  display: block;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: -0.01em;
}

.page_0 .kv_area p {
  margin: 10px 0;
  padding: 0 0.625rem;
  display: inline-block;
  font-size: 16px;
  text-align: left;
}

.page_0 .shop_area {
  text-align: center;
  padding: 0 0.625rem 2rem;
  background: #fff;
  margin: 0 8px;
}

.page_0 .howto_area {
  text-align: center;
  padding: 0 0.625rem 2rem;
  background: #fff;
  margin: 20px 8px;
}

.page_0 .shop_area h2,
.page_0 .howto_area h2 {
  font-family: "Bebas Neue", sans-serif;
  margin: 0;
  padding: 1rem 0 0rem;
  font-size: 36px;
}

.page_0 .shop_area h3,
.page_0 .howto_area h3 {
  margin: 0;
  padding: 0rem 0 0.625rem;
  font-size: 24px;
  font-weight: normal;
}

.page_0 .shop_area .shop_area_inner {
  display: flex;
  gap: 10px;
  padding: 0 0px 0.625rem;
  align-items: center;
  max-width: 660px;
  margin: 0 auto 20px;
}

.page_0 .shop_area_inner .shop_image {
  width: 40%;
}

.page_0 .shop_area_inner .shop_info {
  width: 60%;
}

.page_0 .shop_area_inner .shop_info h3 {
  margin: 0 0 0px;
  padding: 0rem 0 0.3125rem;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: left;
}

.page_0 .shop_area_inner .shop_info p {
  font-size: 14px;
  display: inline-block;
  text-align: left;
}

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

img.page_0_step {
  object-fit: cover;
  width: 400px;
  margin: 30px auto 30px;/*margin: 30px auto 50px;*/
}

h3.heading {
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 36px !important;
  font-weight: normal;
  margin: 40px 20px 10px;
}

h3.heading:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ceae5a;
}

h3.heading span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.page_0 .howto_area h4 {
  margin: 0;
  padding: 0rem 0 0.625rem;
  font-size: 18px;
  font-weight: 600;
}

p.takeout_only_guide{
  color: #cf152d;
  font-size: 15px;
  margin: 10px 0;
}

.ic_area{
  margin: 3px 0 0;
  display: flex;
}

@media screen and (max-width:767px) {
  .page_0 .kv_area .visual img {
    object-fit: cover;
    height: 360px;
    margin: auto;
    width: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {}

/*------------
.page_1 イートインorテイクアウト
------------*/
.page_1 {
  background-color: #fff;
  text-align: center;
}

/*------------
page_2 ベースの味わい
------------*/
.page_2 {
  background-color: #fff;
  text-align: center;
}

.price_list {
  max-width: 440px;
  border: solid 1px #ccc;
  padding: 10px 10px;
  margin: 20px auto 0;
}

.price_list h2 {
  font-size: 15px;
  font-weight: 600;
  margin: 0px 0 0;
  color: #61c8b9;
}

.price_list h3 {
  font-size: 15px;
  margin: 5px 0 5px;
}

.price_list h3.h3_total {
  border-bottom: 6px #61c8b9 double;
  padding: 0 0 2px;
  display: inline-block;
}

.price_list h4 {
  font-size: 15px;
  margin: 5px 0 5px;
}

.price_list h4 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}

.price_list h4:before,
.price_list h4:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  /*border-top: solid 2px #61c8b9;*/
  border-bottom: solid 2px #61c8b9;
}

.price_list h4:before {
  left: 0;
}

.price_list h4:after {
  right: 0;
}

.price_list p {
  font-size: 13px;
  text-align: center;
  padding: 0 0 10px;
}


@media screen and (max-width:440px) {
  .price_list p {
    text-align: left;
  }
}


/*------------
page_3 ホイップの味
------------*/
.page_3 {
  background-color: #fff;
  text-align: center;
}

.page_3 .selected-item_area .selected-item {
  position: relative;
  display: flex;
  justify-content: center;
}

.page_3 .selected-item_area .select-item {
  min-height: 320px;
}

.page_3 .selected-item_area .select-item .selected-item img.cream {
  width: 25%;
}

.cream {
  position: absolute;
  top: 8.5%;
}

.chocolixir_base {}

.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 539px) {
  .page_3 .selected-item_area .select-item {
    min-height: auto;
  }

  .page_3 .selected-item_area .select-item .selected-item img.cream {
    width: 38%;
  }
}

.selected-item_area .select_3 {
  display: flex;
  gap: 10px;
  padding: 20px 10px 20px;
  max-width: 400px;
  margin: 0 auto;
}

.selected-item_area .select_3 .btn_select {
  min-width: auto;
}

/*------------
page_4 追加トッピング
------------*/
.page_4 {
  background-color: #fff;
  text-align: center;
}

.topping-img_1 {
  position: absolute;
  top: -6%;
  left: 8%;
  width: 25%;
}

.topping-img_2 {
  position: absolute;
  top: -6%;
  right: 8%;
  width: 25%;
}

.topping-img_3 {
  position: absolute;
  top: 27%;
  left: 2%;
  width: 25%;
}

.topping-img_4 {
  position: absolute;
  top: 27%;
  right: 2%;
  width: 25%;
}

.topping-img_5 {
  position: absolute;
  top: 60.5%;
  left: 8%;
  width: 25%;
}

.page_4 ul.select_topping {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 100px 30px;
}

.page_4 ul.select_topping li {
  width: calc((100% - 20px) / 3);
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.page_4 ul.select_topping li input[type="checkbox"]+label {
  padding: 0;
}

.page_4 ul.select_topping li input[type="checkbox"]+label::before {
  display: none;
}

.page_4 ul.select_topping li input[type="checkbox"]+label img {
  opacity: 1;
}

.page_4 ul.select_topping li input[type="checkbox"]:checked+label img {
  opacity: 1;
  border: #61c8b9 solid 3px;
}

.page_4 ul.select_topping li input[type="checkbox"]:checked+label::after {
  border-color: transparent;
}

@media screen and (max-width:767px) {
  .page_4 ul.select_topping {
    padding: 0 50px 30px;
  }
}

@media screen and (max-width:539px) {
  .page_4 ul.select_topping {
    padding: 0 10px 30px;
  }
}

/*------------
page_5 内容確認・確定
------------*/
.page_5 {
  background-color: #fff;
  text-align: center;
}

.page_5 .price_list h3.item_name {
  font-weight: 600;
}

.price_list ul.topping_list {
  text-align: left;
  font-size: 13px;
}

.page_5 .price_list h4 {
  font-size: 15px;
  margin: 15px 0 5px;
}


.price_list ul.topping_list li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0 0 6px;
}

.price_list ul.topping_list li::marker {
  padding-right: 5px;
}

@media screen and (max-width:440px) {
  .page_5 .price_list {
    margin: 20px 10px 0;
  }
  .page_5 .price_list p {
    text-align: center;
    padding: 10px 0 0px;
  }
}

/*------------
page_6 loading
------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3d2622;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: #fff;
  font-size: 12px;
}

.loading .progress-container {
  width: 300px;
  height: 10px;
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.loading .img_loarding {
  width: 200px;
}

.loading .progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #d7a528, #d7a528);
  transition: width 0.3s ease;
}

.loading .content {
  display: none;
}

.loading .show {
  display: block;
}


/*------------
page_6 QRコード
------------*/
.page_6 {
  text-align: center;
  padding: 20px 0 20px;
  width: 340px;
  margin: auto;
}

.page_6 .card_style {
  background-color: #fff;
  max-width: 95%;
  margin: 0px auto 10px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
  padding: 0 0px 20px;
}

.page_6 .selected-item_area .select-item {
  min-height: 230px;
}

.page_6 .selected-item_area .select-item .selected-item img {
  width: 65%;
}

.qr_code_area {
  padding: 30px 0 20px;
}
.qr_code_area img {
  margin: 0 auto;
}

.qr_code_area .qr_code {
  width: 150px;
}

.eat_kind {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  background-color: #000;
  color: #fff;
  padding: 3px 3px 1px;
  border-radius: 3px;
  letter-spacing: .15em;
  text-align: center;
  margin: 0px 0 2px;
}

.page_6 .price_list {
  background-color: #fff;
  margin: 20px 10px 0;
}

.page_6 .price_list h4 {
  font-size: 15px;
  margin: 15px 0 5px;
}

.page_6 .p6_bnr_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 10px 5px;
}

@media screen and (max-width:440px) {
  .page_6 .price_list {}

  .page_6 .price_list p {
    text-align: center;
    padding: 10px 0 0px;
  }
}

/*------------
  selected-item_area　選んだ商品（共通）
  ------------*/
.selected-item_area {
  display: flex;
  flex-direction: column;
}

.selected-item_area .select-item {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  min-height: 450px;
  display: flex;
  align-items: center;
}

.selected-item_area .select-item .selected-item img {
  width: 45%;
}

/*p.item_name{
  font-size:12px;
}*/

@media screen and (max-width:767px) {
  .selected-item_area .select-item {
    min-height: 400px;
  }
}

@media screen and (max-width:539px) {
  .selected-item_area .select-item {
    min-height: auto;
    margin: 0 auto 20px;
  }

  .selected-item_area .select-item .selected-item img {
    width: 70%;
    /*40%*/
  }
}

/**/

.selected-item_area .select-item h3.item_name {
  font-size: 13px;
  margin: 0 0 5px;
}

/*------------
 title_area customize_guide pager_text　出だし/見出し（共通）
 ------------*/
.title_area {
  position: relative;
  height: 92px;
}

/*------------
 title_area ul.ordered_list オーダーリスト（共通）
 ------------*/

.page_2 .title_area ul.ordered_list {
  position: absolute;
  right: 10px;
  top: 45%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page_3 .title_area ul.ordered_list {
  position: absolute;
  right: 10px;
  top: 33%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page_4 .title_area ul.ordered_list,
.page_5 .title_area ul.ordered_list {
  position: absolute;
  right: 10px;
  top: 33%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title_area ul.ordered_list li {
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  background-color: #61c8b9;
  color: #fff;
  padding: 3px 3px 1px;
  border-radius: 3px;
  letter-spacing: .15em;
  text-align: center;
  margin: 0px 0 2px;
}

.title_area ul.ordered_list li:nth-child(1) {
  font-size: 14px;
}

.page_2 .title_area ul.ordered_list li:nth-child(2),
.page_2 .title_area ul.ordered_list li:nth-child(3) {
  display: none;
}

.page_3 .title_area ul.ordered_list li:nth-child(3) {
  display: none;
}

h1.customize_guide {
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  color: #61c8b9;
  margin: 0 0;
  padding: 20px 0 0;
}

h2.customize_guide {
  margin: 0 0 5px;
  padding: 0 0;
  font-size: 18px;
}

h3.pager_text {
  margin: 0 0 10px;
  font-size: 13px;
}

/*------------
 buttons リンクボタン（共通）
 ------------*/
.btn_arrow_light {
  max-width: 240px;
  margin: 20px auto 20px;
  font-size: 16px;
}

.btn_arrow_light_line {
  display: block;
  background: #fff;
  color: #421f1b;
  padding: .3em 1.5em .3em 1em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 0;
  border: solid 1px #421f1b;
  border-radius: 6px;
  position: relative;
}

.btn_arrow_light_line::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #421f1b #421f1b;
  transform: rotate(-135deg);
  transition: .3s;
}

.btn_arrow_light_line:hover::after {
  right: 5px;
}


.btn_select,
.btn_backTop {
  padding: .6em 1.5em .6em .8em;
  font-size: 14px;
  text-align: center;
  margin: 5px auto;
  border-radius: 6px;
  position: relative;
  border: 1px solid #e1e1e1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  color: #111;
  text-align: center;
  white-space: pre-line;
  max-width: 240px;
  min-width: 150px;
  background-color: #fff;
}

.btn_select:hover,
.btn_backTop:hover {
  text-decoration: none;
  background-color: rgba(179, 140, 43, 0.5);
}

.btn_select::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: transparent transparent #111 #111;
  transform: rotate(-135deg);
  transition: .3s;
}

.btn_select:hover::after {
  right: 7px;
}

img.pickup_shop,
img.back_top {
  width: 22px;
  vertical-align: middle;
  margin: 0 5px 2px 0;
}

.btn_backTop::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 10px;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: transparent transparent #111 #111;
  transform: rotate(45deg);
  transition: .3s;
}

.btn_backTop:hover::after {
  left: 7px;
}

/* btn_select
.btn_select {
    background: #b38c2b;
    color: #fff;
    padding: .6em 1.5em .6em .8em;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 5px auto;
    border-radius: 6px;
    position: relative;
    max-width:240px;
    min-width: 150px;
}

.btn_select:hover{
  text-decoration:none;
  background: rgba(179, 140, 43, 0.7);
}

.btn_select::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    right: 10px;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-135deg);
    transition: .3s;
}

.btn_select:hover::after{
    right: 7px;
}
*/

/* btn_arrow_back */

.btn_arrow_back {
  display: block;
  color: #79858b;
  padding: .5em .5em .5em 1em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 0;
  border-radius: 6px;
  position: relative;
  max-width: 110px;
  border: dotted 1px #79858b;
}

.btn_arrow_back:hover {
  text-decoration: none;
  background: rgba(121, 133, 139, 0.3);
}

.btn_arrow_back::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 20px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #79858b #79858b;
  transform: rotate(45deg);
  transition: .3s;
}

.btn_arrow_back:hover::after {
  left: 10px;
}

/* btn_arrow_confirm */
.btn_arrow_confirm {
  background: #61c8b9;
  color: #fff;
  padding: 1em 1em 1em 1.5em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 5px auto;
  border-radius: 6px;
  position: relative;
  width: 240px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.btn_arrow_confirm:hover {
  text-decoration: none;
  background: rgba(97, 200, 185, 0.7);
}

.btn_arrow_confirm::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-135deg);
  transition: .3s;
}

.btn_arrow_confirm:hover::after {
  right: 10px;
}

/*------------
  customize_list リスト（共通）
  ------------*/
.customize_area {}

ul.customize_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

ul.customize_list li {
  width: calc((100% - 20px) / 3);
  padding: 20px 5px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}

ul.customize_list li .select-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

ul.customize_list li .margin-top_auto {
  display: flex;
  flex-direction: column;
}


@media screen and (max-width:767px) {
  ul.customize_list li {
    width: calc((100% - 10px) / 2);
  }
}

/*------------
  peger ページャー（共通）
  ------------*/
.pager_area {
  padding: 20px 0 50px;
}

.pager_area h4 {
  color: #61c8b9;
  font-size: 24px;
  margin: 0 0 5px;
}

.c_pager .pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 10px 0 5px;
}

.c_pager .pagination li {
  display: inline;
  margin: 0 3px;
  padding: 0;
  display: inline-block;
  color: #ccc;
  background: #fff;
  width: 10px;
  height: 10px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  border: 2px solid #61c8b9;
}

.c_pager .pagination li span {}

.c_pager .pagination li.active {
  background: #61c8b9;
  border-radius: 50px;
}

@media only screen and (max-width: 767px) {}



/*--------------------------------------------------------------
  TAB
--------------------------------------------------------------*/
.base--items {
  padding: 0px 0 0;
}

/* タブメニュー */
.base--items .tab {
  margin: 0px auto 0;
}

.base--items .tab__menu {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #cbb39f #fff;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.base--items .tab_area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  min-height: 50px;
  padding: 0;
  margin: 0;
}

.tab__menu-item {
  font-size: 18px;
  /**/
  list-style: none;
  width: 200px;
  padding: 0px 5px 5px;
  text-align: center;
  margin-right: 6px;
  background-color: transparent;
  color: #000;
  border-radius: 0px;
  cursor: pointer;
  transition: all .3s;
  border: none;
  border-bottom: solid 3px #fff;
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
  background-color: transparent;
  color: #61c8b9;
  font-weight: 600;
  padding: 0px 5px 5px;
  border-bottom: solid 3px #61c8b9;
}

@media only screen and (max-width: 1199px) {
  .ranking--items .tab {
    margin: 0px auto;
  }

  .ranking--items .tab {
    margin: 10px auto 0;
  }

  .ranking--items .tab_area {
    padding: 0 0 4px 0px;
  }
}

@media only screen and (max-width: 559px) {
  .tab__menu-item {
    width: auto;
    min-width: 95px;
  }
}

@media only screen and (max-width: 415px) {
  .tab__menu-item {
    list-style: none;
    width: auto;
    min-width: 80px;
    cursor: pointer;
    transition: all .3s;
  }
}

/* タブパネル */
.tab__panel {
  width: 100%;
}

.tab__panel-box {
  min-height: 400px;
  padding: 0px 10px;
  position: relative;
}

.tab__panel-box h3.item_name {
  text-align: center;
  font-weight: 600;
  margin: 10px 0 0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.tab__panel-box {
  display: none;
}

/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
  display: block;
}

@media only screen and (max-width: 559px) {
  .tab__panel-box h3.item_name {
    margin: 0px 0 0;
  }
}

/* トッピング選択画像に乗せる料金表示 */
.price_tag {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  color: #000;
  padding: 0 6px;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width:559px) {
  .price_tag {
    font-size: 2vw;
    padding: 0px 4px 0;
    bottom: 3px;
  }
}