@charset "euc-jp";

/* ↓↓↓カラーミーテンプレート初期CSS↓↓↓ */
/* 未使用のページへの影響が不明のため残す */

/*
 * contents
 */
#contents {
  float: right;
  padding-left: 30px;
}
#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
/* ↑↑↑カラーミーテンプレート初期CSSここまで↑↑↑ */


/* ↓↓↓共通CSS↓↓↓ */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
::before , ::after {
	box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #4d4d4d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  /* 禁則処理を厳格に適用 */
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
ul {
  list-style: none;
  margin: 0;
}
ol {
  list-style: none;
  margin: 0;
}
p {
  margin: 0;
}
a {
  color: #4d4d4d;
}
a:hover, a:focus {
  color: #a4a4a4;
  text-decoration: none;
}
section {
  width: 100%;
}
button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}

/* コンテンツ幅 */
.wrapper {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.wrapper-large {
  width: 90%;
  margin: 0 auto;
}
.wrapper-medium {
  width: 80%;
  margin: 0 auto;
}
.wrapper-small {
  width: 70%;
  margin: 0 auto;
}
.wrapper-tiny {
  width: 51%;
  margin: 0 auto;
}

/* レスポンシブ基準 */
@media (max-width: 980px) {
  /* ~980px */
.wrapper-small {
  width: 80%;
}
.wrapper-tiny {
  width: 80%;
}
}
@media (max-width: 768px) {
  /* ~768px */
  .wrapper-medium {
  width: 82%;
}
.wrapper-small {
  width: 82%;
}
.wrapper-tiny {
  width: 82%;
}
  }
@media (max-width: 480px) {
  /* ~480px */
}

/* font */
.txt_regular {
  font-weight: 400;
}
.txt_medium {
  font-weight: 500;
}
.txt_bold {
  font-weight: 700;
}
.letter-spacing_0 {
  letter-spacing: 0;
}
.letter-spacing_50 {
  letter-spacing: 0.05em;
}
.letter-spacing_80 {
  letter-spacing: 0.08em;
}
.letter-spacing_100 {
  letter-spacing: 0.1em;
}
.letter-spacing_150 {
  letter-spacing: 0.15em;
}
.letter-spacing_200 {
  letter-spacing: 0.2em;
}
.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* background */
.bgc_gray {
  background-color: #eeeeee;
}
.bgc_off-white {
  background-color: #fffffb;
}
.bg_craft {
  background-image: url(https://bolo-komeko.com/shop/assets/img/craft_bg.webp);
  background-size: cover;
}
.bg_craft_mini {
  background-image: url(https://bolo-komeko.com/shop/assets/img/craft_bg2.webp);
  background-size: cover;
}


/* 以下共通パーツ */
/* header */
#header-fixed {
  width: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
}
.header-bg {
  transition: .3s;
}
.active-blur {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.3);
}
.header-bg.active-blur {
  transition: 0s;
}
.header-bg.active-blur.open {
  backdrop-filter: none!important;
}
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  min-height: 80px;
}
.header__logo {
    width: 120px;
  z-index: 50;
}
.header__nav-r {
  display: flex;
  align-items: center;
}
.hb-menu__btn {
  display: none;
}
.header__nav {
  display: flex;
  align-items: center;
  font-size: 16px;
  column-gap: 40px;
}
.header__nav a:hover {
  color: #636363;
}
.header__cart-wrapper {
  margin-left: 40px;
  z-index: 50;
}
.header__cart {
    width: 40px;
  position: relative;
}
.cart-count {
  position: absolute;
  background-color: #eabc00;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  right: -10px;
  top: -5px;
  font-weight: 600;
}

@media (max-width: 980px) {
  /* ~980px */
  .header__nav {
  column-gap: 30px;
}
.header__cart-wrapper {
  margin-left: 30px;
}
}
@media (max-width: 768px) {
  /* ~768px */
  #header {
  padding: 15px 0 5px;
  min-height: 50px;
}
  .header__logo {
    width: 80px;
}
  .header__cart-wrapper {
  margin-left: 16px;
}
  .header__cart {
    width: 30px;
}
  /*** ハンバーガーボタン ***/
  .hb-menu__btn {
    display: block;
    z-index: 50;
    width: 25px;
    height: 16px;
  }
  .hb-menu__line {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #4d4d4d;
    transition: 0.2s;
  }
  .hb-menu__line::before,
  .hb-menu__line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #4d4d4d;
    transition: 0.5s;
  }
  .hb-menu__line::before {
    transform: translateY(-8px);
  }
  .hb-menu__line::after {
    transform: translateY(8px);
  }
  .hb-menu__line.open {
    background-color: transparent;
  }
  .hb-menu__line.open::before,
  .hb-menu__line.open::after {
    content: "";
    background-color: #4d4d4d;
    transition: 0.2s;
  }
  .hb-menu__line.open::before {
    transform: rotate(30deg);
  }
  .hb-menu__line.open::after {
    transform: rotate(-30deg);
  }
  /*** ハンバーガーボタン中身 ***/
  .header__nav {
    flex-direction: column;
    width: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
    /* position: fixed; */
    position: absolute;
    right: 0;
    top: -300px;
    z-index: 30;
    padding: 60px 9% 10px;
  }
  .header__nav.open {
    position: absolute;
    top: 0;
  }
  .header__nav li {
  width:100%;
    text-align:center;
  padding: 16px 0;
  background-image: linear-gradient(to right, #4d4d4d 4px, transparent 2px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.header__nav li:last-child {
  background-image: none;
}
}

/* footer */
#footer {
  padding-top: 40px;
}
.footer__nav {
    display: flex;
    justify-content: space-between;
}
.footer__logo {
    width: 178px;
}
.footer__nav-l ul a{
  display: flex;
}
.footer__nav-l p{
  padding-left: 10px;
}
.footer__sns {
  font-size: 13px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  margin: 30px 0 30px 16px;
}
.sns__icon img{
  width: 20px;
  object-fit: contain;
}
.footer__nav-r ul {
  display: flex;
  column-gap: 40px;
  font-size: 16px;
}
.footer__sub-menu {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
  font-size: 12px;
  margin-top: 12px;
}
.footer__nav-b {
    text-align: center;
}
.footer__nav-b ul {
  font-size: 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.footer__nav-b ul li {
  padding: 0 16px;
  border-right: 1px solid #4d4d4d;
}
.footer__nav-b ul li:last-child {
  border-right: none;
}
.footer__nav-b address {
  font-size: 11px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  /* ~768px */
  #footer {
  padding-top: 30px;
}
  .footer__nav {
    flex-direction: column;
  }
  .footer__sns {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    margin: 30px 10px 16px;
  }
  .footer__nav-r {
    padding: 16px 0;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
  }
  .footer__nav-r ul {
    justify-content: space-between;
    column-gap: normal;
  }
  .footer__nav-b {
    margin-top: 16px;
  }
}
@media (max-width: 480px) {
  /* ~480px */
  .footer__logo {
    width: 160px;
  }
  .footer__sns {
    font-size: 12px;
    margin: 24px 10px 16px;
  }
  .footer__nav-l p {
    padding-left: 6px;
  }
  .footer__nav-r {
    padding: 0;
  }
  .footer__nav-r ul {
    flex-direction: column;
  }
  .footer__nav-r ul li {
    padding: 16px 10px;
    background-image: linear-gradient(to right, #4d4d4d 4px, transparent 2px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .footer__nav-r ul li:last-child {
    background-image: none;
  }
  .footer__sub-menu {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 8px;
    margin-top: 10px;
  }
  .footer__nav-b ul li {
  padding: 0 10px;
}
}

/* パンくずリスト */
.breadcrumb {
  margin: 120px 0px 40px;
  font-size: 14px;
}
.breadcrumb span {
  font-size: 12px;
  padding: 0 4px;
}
.topicpath-nav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3px;
}
.topicpath-nav li {
  display: inline-block;
}
@media (max-width: 768px) {
  /* ~768px */
  .breadcrumb {
  margin: 90px 0px 24px;
}
  .breadcrumb .wrapper-medium {
  width: 90%;
}
}
/* ページタイトル縦 */
.page-title_center {
  width: 100%;
  margin-bottom: 80px;
}
.page-title_main {
  width: 100%;
  margin-top: 80px;
}
.page-title_center .page-title_tate {
  margin: 0 auto;
}
.page-title_tate {
  writing-mode: vertical-rl;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: relative;
  /* firefox対策 */
  width: 48px;
}
.page-title_tate::before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(https://bolo-komeko.com/shop/assets/img/maru.webp);
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: -42px;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  /* ~768px */
  .page-title_center {
    margin-bottom: 40px;
  }
  .page-title_main {
    margin-top: 65px;
  }
  .page-title_tate {
    font-size: 24px;
    /* firefox対策 */
    width: 34px;
  }
  .page-title_tate::before {
    width: 50px;
    height: 50px;
    top: -26px;
    right: 50%;
    transform: translateX(50%);
  }
}

/* ページリンク矢印ボタン */
.link_btn-wrap a {
  display: inline-block;
}
.link_btn-wrap a:hover {
  color: #4d4d4d;
  opacity: 0.7;
}
.link_btn {
  align-items: center;
  display: flex;
}
.link_btn img {
  width: 25px;
}
.link_btn  p {
  font-size: 18px;
  display: inline-block;
  margin-right: 8px;
  padding: 0;
}
@media (max-width: 768px) {
  /* ~768px */
  .link_btn img {
    width: 20px;
  }
  .link_btn p {
    font-size: 16px;
  }
}

/* 点線border-bottom */
.border_dashed {
  background-image: linear-gradient(to right, #4d4d4d 4px, transparent 2px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

/* レスポンシブonly */
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.sp-m-only {
  display: none;
}
@media (max-width: 768px) {
  /* ~768px */
  .pc-only {
  display: none;
}
  .sp-only {
  display: block;
}
}
@media (max-width: 480px) {
  /* ~480px */
  .sp-m-only {
  display: block;
}
}

/* スクロールフェードインJS */
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
@media (max-width: 480px) {
  /* ~480px */
  .fade-in {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.fade-in.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ページ読み込み時のフェードインJS無し */
.fade-in_onload {
    animation-name: fadein;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* ↑↑↑共通CSSここまで↑↑↑ */


/* ↓↓↓以下フリーページCSS↓↓↓ */
/* ↓おいしい食べかたページ↓ */
#how-to_eat {
  margin: 180px 0 150px;
}
#how-to_eat ul {
  margin: 40px 0 100px;
}
#how-to_eat ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 40px 0;
}
#how-to_eat ul li:first-child {
  padding-top: 0;
}
#how-to_eat ul li:last-child {
  padding-bottom: 0;
}
.how-to_wrap {
  margin: ;
}
.ice-bolo__warp {
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  row-gap: 30px;
}
.ice-bolo__warp .how-to_txt {
  width: 100%;
}
.how-to_wrap__title {
  align-items: center;
  display: flex;
  font-size: 20px;
}
.how-to_wrap__title::before,
.how-to_wrap__title::after {
  background-color: #4d4d4d;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.how-to_wrap__title::before {
  margin-right: 20px;
}
.how-to_wrap__title::after {
  margin-left: 20px;
}
.how-to_img {
  width: 29%;
  aspect-ratio: 205 / 140;
  margin: auto 0;
}
.how-to_img img {
  width: 100%;
  object-fit: contain;
}
.how-to_txt {
  width: 65%;
  line-height: 1.8;
  margin: auto 0;
}
.how-to_txt-sub {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 16px;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.how-to_item-title {
  font-size: 18px;
  margin-bottom: 16px;
}
.how-to_number {
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  margin-right: 16px;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  /* ~768px */
  #how-to_eat {
    margin: 80px 0 100px;
  }
  #how-to_eat ul {
    margin: 24px 0 60px;
  }
  #how-to_eat ul li {
    flex-direction: column;
    padding: 16px 0 40px;
  }
  .ice-bolo__warp {
    margin-bottom: 60px;
    row-gap: 0;
  }
  .how-to_wrap__title {
    font-size: 18px;
  }
  .how-to_wrap__title::before {
    margin-right: 16px;
  }
  .how-to_wrap__title::after {
    margin-left: 16px;
  }

  .how-to_img {
    width: 60%;
    max-width: 205px;
    margin: 0 auto 10px;
  }
  .how-to_txt {
    width: 90%;
    margin: 0 auto;
    max-width: 450px;
    font-size: 14px;
  }
  .how-to_txt-sub {
    margin-top: 10px;
  }
  .how-to_item-title {
    font-size: 16px;
  }
  .how-to_number {
    font-size: 36px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  /* ~480px */
  .ice-bolo__warp {
    text-align: left;
  }
  .ice-bolo__warp br {
    display: none;
  }
}

/* アレンジ */
#how-to_arrange {
  width: 100%;
}
.arrange_girl {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.arrange_girl p {
  font-size: 16px;
  position: relative;
  margin-bottom: 45px;
}
.arrange_girl p::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(https://bolo-komeko.com/shop/assets/img/bubble.webp);
  background-repeat: no-repeat;
  width: 210px;
  height: 23px;
  background-size: contain;
  left: 49%;
  bottom: -28px;
  transform: translateX(-50%);
}
.arrange_girl img {
  width: 220px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* ~768px */
  .arrange_girl p {
    font-size: 15px;
    margin-bottom: 38px;
  }
  .arrange_girl p::after {
    width: 160px;
    height: 17px;
    bottom: -20px;
  }
  .arrange_girl img {
    width: 45%;
    max-width: 220px;
  }
}

/* アレンジ写真 */
.arrange-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 120px 0 160px;
}
.arrange-list_item {
  width: 67%;
  position: relative;
}
.arrange-list_item img {
  width: 100%;
}
.arrange-list_item1 {
  margin: 0 auto 240px 0;
  transform: rotate(-6deg);
}
.arrange-list_item2 {
  margin: 120px 0 auto auto;
  transform: rotate(8deg);
}
.arrange-list_item3 {
  margin: 0 0 auto auto;
  transform: rotate(-15deg);
}
.arrange-list_item1::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(https://bolo-komeko.com/shop/assets/img/note_salt.webp);
  background-repeat: no-repeat;
  width: 200px;
  height: 92px;
  background-size: contain;
  top: -40px;
  left: 60%;
  z-index: 1;
  transform: rotate(8deg);
}
.arrange-list_item2::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(https://bolo-komeko.com/shop/assets/img/note_berry.webp);
  background-repeat: no-repeat;
  width: 162px;
  height: 94px;
  background-size: contain;
  top: -45px;
  right: 55%;
  z-index: 1;
  transform: rotate(-8deg);
}
.arrange-list_item3::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(https://bolo-komeko.com/shop/assets/img/note_ice.webp);
  background-repeat: no-repeat;
  width: 92px;
  height: 140px;
  background-size: contain;
  bottom: -80px;
  right: 44%;
  z-index: 1;
  transform: rotate(20deg);
}
.arrange-list_txt {
  position: absolute;
  width: 100%;
  padding: 24px 12%;
  box-sizing: border-box;
  text-align: center;
}
.arrange-list_txt p {
  font-size: 16px;
}
.arrange-list_txt img {
  width: 16px;
  margin: 8px 0;
}
.arrange-list_item1 .arrange-list_txt {
  left: 90px;
  bottom: -128px;
  transform: rotate(11deg);
  z-index: -1;
}
.arrange-list_item2 .arrange-list_txt {
  left: -65px;
  bottom: -105px;
  transform: rotate(-11deg);
  z-index: 1;
}
.arrange-list_item3 .arrange-list_txt {
  right: -81%;
  bottom: -110px;
  transform: rotate(19deg);
  z-index: -1;
}

@media (max-width: 768px) {
  /* ~768px */
  .arrange-list {
    grid-template-columns: 1fr;
    margin: 120px 0 100px;
  }
  .arrange-list_item {
    width: 65%;
    max-width: 320px;
  }
  .arrange-list_item1 {
    margin: 0 auto 150px 0;
  }
  .arrange-list_item2 {
    margin: 0 0 130px auto;
  }
  .arrange-list_item3 {
    margin: 80px auto 0 20px;
    transform: rotate(-5deg);
  }
  .arrange-list_item1::before {
    width: 168px;
    height: 78px;
    top: -38px;
    left: 55%;
  }
  .arrange-list_item2::before {
    width: 142px;
    height: 81px;
    top: -20px;
    right: 58%;
    transform: rotate(-24deg);
  }
  .arrange-list_item3::before {
    width: 74px;
    height: 112px;
    bottom: -60px;
    left: 38%;
    right: auto;
    transform: rotate(15deg);
  }
  .arrange-list_txt {
    padding: 24px 15%;
  }
  .arrange-list_txt p {
    font-size: 14px;
  }
  .arrange-list_txt img {
    width: 14px;
  }
  .arrange-list_item1 .arrange-list_txt {
    left: 48%;
    bottom: -112px;
  }
  .arrange-list_item2 .arrange-list_txt {
    left: auto;
    right: 48%;
    bottom: -84px;
  }
  .arrange-list_item3 .arrange-list_txt {
    right: -48%;
    bottom: auto;
    top: -102px;
    transform: rotate(8deg);
  }
}
@media (max-width: 480px) {
  /* ~480px */
  .arrange-list_item3::before {
    bottom: -75px;
    left: 28%;
  }
}

/* ↑おいしい食べかたページここまで↑ */

/* ↓お買い物ガイド・よくある質問共通↓ */
.guide__nav {
  margin-bottom: 100px;
}
.guide__nav ul {
  display: flex;
  column-gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 8px;
}
.guide__nav ul li {
  font-size: 18px;
  letter-spacing: 0.15;
}
.guide__nav ul li a {
  position: relative;
  padding-right: 18px;
}
.guide__nav ul li a:hover {
  color: #4d4d4d;
  opacity: 0.8;
}
.guide__nav ul li a::before,
.guide__nav ul li a::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 4px;
  width: 2px;
  height: 10px;
  background-color: #4d4d4d;
  transform-origin: 50% calc(100% - 1px);
}
.guide__nav ul li a::before {
  transform: rotate(45deg);
}
.guide__nav ul li a::after {
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  /* ~768px */
  .guide__nav {
    margin-bottom: 50px;
  }
  .guide__nav ul li {
    font-size: 16px;
  }
  .guide__nav ul li a::before,
  .guide__nav ul li a::after {
    height: 8px;
  }
}
@media (max-width: 480px) {
  /* ~480px */
  .guide__nav ul {
    flex-direction: column;
    row-gap: 8px;
    text-align: center;
  }
}
.inquiry-link__wrap {
  padding: 60px 0;
}
.inquiry-link {
  padding: 60px;
  position: relative;
}
.inquiry-link::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(https://bolo-komeko.com/shop/assets/img/tape01.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 36px;
  z-index: 1;
  background-size: contain;
  left: 50%;
  top: -18px;
  transform: translateX(-50%) rotate(10deg);
}
.inquiry-link h3 {
  font-size: 24px;
  margin: 0 auto 30px;
  text-align: center;
}
.inquiry-link p {
  font-size: 15px;
  line-height: 1.8;
}
.inquiry-link p span {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
.link_btn__flex {
  display: flex;
  column-gap: 8%;
  justify-content: center;
  margin-top: 40px;
}
#guide__inquiry .link_btn p {
  font-size: 18px;
}

@media (max-width: 768px) {
  /* ~768px */
  .inquiry-link__wrap {
    padding: 50px 0;
  }
  .inquiry-link {
    padding: 40px;
  }
  .inquiry-link::before {
    width: 40px;
    height: 30px;
    top: -12px;
  }
  .inquiry-link h3 {
    font-size: 18px;
    margin: 0 auto 24px;
  }
  .inquiry-link p {
    font-size: 14px;
  }
  .link_btn__flex {
    margin-top: 24px;
  }
  #guide__inquiry .link_btn p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  /* ~480px */
  .link_btn__flex {
    flex-direction: column;
    row-gap: 8px;
    text-align: center;
  }
}
/* ↑お買い物ガイド・よくある質問共通ここまで↑ */

/* ↓お買い物ガイドページ↓ */
.guide__section {
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
.guide__section:last-of-type {
padding-bottom: 0;
    margin-bottom: 120px;
  }
  .guide__section dl {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .guide__section dl:last-child {
    margin: 0;
  }
  .guide__section dt {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    width: 100%;
  }
  .guide__section dd {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-left: 20px;
    text-align: left;
  }
  .guide__section dd span {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
  .guide__section dd ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .guide__section dd img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
    display: inline-block;
    margin: 8px 0;
  }
  .guide__title {
    font-size: 24px;
    margin: 0 0 40px 0;
  }
  .order-form__link {
    border-bottom: 1px solid #4d4d4d;
  }
  .order-form__link:hover {
    border-bottom: 1px solid #a4a4a4;
  }

@media (max-width: 768px) {
  /* ~768px */
.wrapper-small-guide {
width:90%
}
.guide__section {
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
.guide__section:last-of-type {
    margin-bottom: 50px;
  }
  .guide__section dl {
    margin: 0 0 24px 0;
width: 100%;
padding: 0 10px;
  }
.guide__section dl:last-child {
    margin: 0 auto;
  }
  .guide__section dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .guide__section dd {
    font-size: 14px;
    margin-left: 0;
  }
  .guide__section dd span {
    font-size: 13px;
  }
  .guide__section dd img {
    max-height: 80px;
  }
  .guide__title {
    font-size: 18px;
    margin: 0 0 24px 0;
  }
}

/* 営業日カレンダー */
.side_section_cal {
  margin: 20px 0 30px;
  letter-spacing: 0.1em;
  font-weight: 500 !important;
  width: 100%;
}
.side_cal {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.side_cal caption {
  text-align: left;
  margin-bottom: 3px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.tbl_calendar {
  width: 46%;
  border: 1px solid #a4a4a4 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th {
  background-color: #a4a4a4 !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.tbl_calendar tr:nth-child(odd) {
  background-color: #eeeeee;
}
.tbl_calendar th,
.tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
}
.side_cal_memo {
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  margin-top: 3px;
}

@media (max-width: 980px) {
  /* ~980px */
  .tbl_calendar {
    width: 47%;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  .side_section_cal {
    margin: 10px 0 24px;
  }
  .tbl_calendar {
    width: 48%;
  }
}
@media (max-width: 480px) {
  /* ~480px */
  .side_cal {
    flex-direction: column;
    row-gap: 20px;
  }
  .tbl_calendar {
    width: 100%;
  }
}


  /* 料金表 */
  .price-list {
    width: 100%;
    font-size: 15px;
    text-align: center;
    border: 1px solid #a4a4a4;
    margin-top: 20px;
  }
  .price-list__region {
    width: 50%;
  }
  .price-list__basic,
  .price-list__frozen {
    width: 25%;
  }
  .price-list tr:nth-child(odd) {
    background-color: #eeeeee;
  }
  .price-list tr:first-child {
    background-color: #a4a4a4;
    color: #fff;
  }
  .price-list th,
  .price-list td {
    padding: 8px 16px;
  }
  .price-list th {
    font-weight: 500;
  }
  .price-list td {
    background-image: linear-gradient(to bottom, #a4a4a4 4px, transparent 2px);
    background-size: 1px 8px;
    background-repeat: repeat-Y;
    background-position: top bottom;
  }
  .price-list td:first-child {
    background-image: none;
  }
  .price-list__td-l {
    text-align: left;
  }

@media (max-width: 768px) {
  /* ~768px */
  .price-list {
    font-size: 14px;
margin-top: 10px;
  }
  .price-list th,
  .price-list td {
    padding: 4px 8px;
  }
.price-list th {
    line-height: 1.5;
  }
}
/* ↑お買い物ガイドページここまで↑ */

/* ↓よくある質問ページ↓ */
.guide__nav {
    margin-bottom: 90px;
  }
  .faq__guide-link {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .faq__guide-link_txt {
    font-size: 15px;
    margin-bottom: 24px;
    position: relative;
  }
  .faq__guide-link_txt::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(https://bolo-komeko.com/shop/assets/img/bulb.webp);
    background-repeat: no-repeat;
    width: 38px;
    height: 52px;
    background-size: contain;
    left: -38px;
    bottom: -5px;
  }

  #faq {
    margin: 80px 0 120px;
    width: 100%;
  }
  .faq__big-category {
    margin-bottom: 60px;
  }
  .faq__big-category:last-of-type {
    margin-bottom: 0;
  }
  .faq__sub-category {
    padding: 48px 30px 0 30px;
  }
  .faq__sub-category:first-of-type {
    padding: 30px 30px 0 30px;
  }
  .big-category_ttl {
    font-size: 24px;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #4d4d4d;
  }
  .sub-category_ttl {
    font-size: 17px;
    margin: 0;
    padding-bottom: 16px;
  }
  .accordion-item {
    width: 100%;
    background-image: linear-gradient(to right, #4d4d4d 4px, transparent 2px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    font-size: 15px;
    line-height: 1.8;
  }
  .accordion-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 50px 20px 55px;
    cursor: pointer;
    font-weight: 500;
  }
  .accordion-item summary::-webkit-details-marker {
    display: none;
  }
  .accordion-item summary::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(https://bolo-komeko.com/shop/assets/img/q.webp);
    background-repeat: no-repeat;
    width: 30px;
    height: 40px;
    background-size: contain;
    top: 10px;
    left: 10px;
  }
  .accordion-item summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #4d4d4d;
    border-right: 2px solid #4d4d4d;
    content: "";
    transition: transform 0.5s;
    position: absolute;
    right: 20px;
  }
  .accordion-item[open] summary::after {
    transform: rotate(225deg);
  }
  .accordion-item p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 50px 20px 55px;
    transition: transform 0.8s, opacity 0.8s;
  }
  .accordion-item[open] p {
    transform: none;
    opacity: 1;
  }
.accordion-item a {
    border-bottom: 1px solid #4d4d4d;
font-weight: 500;
  }
  .accordion-item a:hover {
    border-bottom: 1px solid #a4a4a4;
  }

@media (max-width: 768px) {
  /* ~768px */
#faq .wrapper-small {
  width: 90%;
}
  .guide__nav {
  margin-bottom: 40px;
}
.faq__guide-link_txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .faq__guide-link_txt::before {
    width: 30px;
    height: 45px;
    left: -30px;
  }
#faq {
    margin: 40px 0 50px;
    width: 100%;
  }
  .faq__big-category {
    margin-bottom: 40px;
  }
  .faq__sub-category {
    padding: 30px 10px 0 10px;
  }
  .faq__sub-category:first-of-type {
    padding: 24px 10px 0 10px;
  }
  .big-category_ttl {
    font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #4d4d4d;
  }
  .sub-category_ttl {
    font-size: 15px;
    margin: 0;
    padding-bottom: 10px;
  }
 .accordion-item summary {
    padding: 10px 30px 10px 40px;
  }
  .accordion-item summary::before {
    width: 25px;
    height: 30px;
    top: 8px;
    left: 10px;
  }
  .accordion-item summary::after {
    right: 10px;
  }
.accordion-item p {
    transform: translateY(-10px);
    padding: 0 30px 16px 40px;
    transition: transform 0.8s, opacity 0.8s;
  }
}
/* ↑よくある質問ページここまで↑ */